.container-goods h1 {
    font-weight: 900 !important;
    font-size: 64px !important;
    margin-bottom: 6px;
}

.container-goods h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #333333;
}

.goods {
    background: #FFFFFF;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 61px 102px 42px 102px;
    margin-top: 100px;
}

.goods .goods-items {
    margin-right: -20px;
    margin-left: -20px;
    row-gap: 20px
}

.goods .goods-items .col-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 13px 20px 13px 20px;
    cursor: pointer;
}

.goods .goods-items .col-2:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.goods .goods-items .col-2 img {
    width: 100%;
    margin-bottom: 6px;
}

.goods .goods-items .col-2 .goods-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods .goods-items .col-2 .goods-cost {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.goods-pager {
    margin-top: 26px;
    padding-top: 19px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}

.goods-pager nav ul {
    margin-bottom: 0 !important;
}

.pagination {
    gap: 14px;
}

.goods-pager nav {
    margin-right: 43px;
}

.page-item .page-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2A77EB;
    border: none;
    border-radius: 0 !important;
    padding: 7px 15px;
}

.page-item.active .page-link {
    border: none;
    color: #FFFFFF;
    background: #2A77EB;
}

.goods-pager .show-more {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2A77EB;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
}

.modal-content .modal-body {
    min-height: 100px;
    padding: 77px 64px 77px 64px;
}

.modal-content button.close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 999;
}

.modal-content button.close img {
    width: 20px;
}

.goods-view {
    margin-right: -20px;
    margin-left: -20px;
}

.goods-view .colg-1 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.goods-view .colg-1 .images-small {
    margin-top: 17px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.goods-view .colg-1 .images-small div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.4;
    cursor: pointer;
}

.goods-view .colg-1 .images-small div img {
    width: 100%;
}

.goods-view .colg-1 .images-small div.active {
    opacity: 1;
}

.goods-view .colg-1 .add-to-cart,
.goods-view .colg-2 .add-to-cart {
    background: #2A77EB;
    border-radius: 5px;
    border: 0;
    padding: 19px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 34px;
}

.goods-view .colg-1 .add-to-cart.red,
.goods-view .colg-2 .add-to-cart.red {
    background: #F04428;
}

.goods-view .colg-1 .add-to-cart:disabled,
.goods-view .colg-2 .add-to-cart:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.goods-view .colg-1 .add-to-cart-disclaimer,
.goods-view .colg-2 .add-to-cart-disclaimer {
    color: #F04428;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}

.goods-view .colg-1 .add-to-cart-disclaimer.show {
    display: block;
}

.proceed-to-order {
    background: #2A77EB;
    border-radius: 5px;
    border: 0;
    padding: 12px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin-top: 34px;
    width: 100%;
}

.goods-view .colg-2 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 20px;
    padding-left: 20px;
}

.goods-view .colg-2 .goods-cost {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #333333;
}

.goods-view .colg-2 .goods-name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #333333;
    margin-top: 12px;
}

.goods-view .colg-2 .goods-description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 25px;
}

.goods-view .colg-2 .goods-size {
    margin-bottom: 5px;
}

.goods-view .colg-2 .goods-size span:first-child,
.goods-view .colg-2 .goods-weight span:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    opacity: 0.6;
}

.goods-view .colg-2 .goods-size span:last-child,
.goods-view .colg-2 .goods-weight span:last-child {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.goods-view .colg-2 .add-to-cart {
    display: none;
}

.order-from-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 126.18%;
    color: #333333;
}

.order-from-title img {
    margin-right: 10px;
    margin-top: -6px;
}

.order-from-title hr {
    width: 184px;
    height: 3px;
    background: #2A77EB;
    border-radius: 10px;
    margin: 0;
    margin-top: 21px;
}

.goods-order-main {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 52px;
}

.goods-order-cart {
    margin-top: 26px;
}

.cart-item {
    margin-bottom: 15px;
}

.cart-item .cart-item-label {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 9px;
}

.cart-item .cart-item-label span {
    opacity: 0.6;
}

.cart-item .cart-item-label .cart-item-delete {
    width: 20px;
    height: 20px;
    background: url("../public/delete.svg");
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.cart-item .cart-item-name {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.goods-order-main .order-form {
    flex-grow: 1;
}

.goods-order-main .order-form .form-group {
    align-items: center;
}

.goods-order-main .order-form input {
    height: 50px !important;
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: 50px !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 4px !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #939ba2 !important;
}

.select2-container--krajee-bs4 > .select2-dropdown {
    z-index: 999999 !important;
}

.field-orderform-delivery_type #orderform-delivery_type {
    display: flex;
    flex-direction: row;
}

.field-orderform-delivery_type .custom-control {
    background: #E8E8E8;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    flex-grow: 1;
}

.field-orderform-delivery_type .custom-control label {
    color: #333 !important;
    padding: 15px 0 !important;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.field-orderform-delivery_type .custom-control:has(input:checked) {
    background: #2A77EB;
}

.field-orderform-delivery_type .custom-control:has(input:checked) label {
    color: #fff !important;
}

.field-orderform-delivery_type .custom-control:first-child {
    border-radius: 4px 0 0 4px;
}

.field-orderform-delivery_type .custom-control:last-child {
    border-radius: 0 4px 4px 0;
}

.field-orderform-delivery_type .custom-control-label::before,
.field-orderform-delivery_type .custom-control-label::after {
    display: none;
}

.goods-order-main .order-info {
    width: 280px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 32px 43px 40px 28px;
}

.goods-order-main .order-info hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 26px;
    margin-bottom: 22px;
}

.goods-order-main .order-info-item {
    display: flex;
    flex-direction: row;
}

.goods-order-main .order-info-item:first-child,
.goods-order-main .order-info-item:nth-child(2) {
    margin-bottom: 22px;
}

.goods-order-main .order-info-item div:first-child {
    flex-grow: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.goods-order-main .order-info-item div:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #2A77EB;
}

.goods-order-main .order-info-item.loading {
    background: url(../public/loader.gif) no-repeat right center;
    background-size: contain;
}

.goods-order-main .order-info-item.loading span {
    opacity: 0;
}

.goods-order-main .order-info-total {
    display: flex;
    flex-direction: row;
}

.goods-order-main .order-info-total div:first-child {
    flex-grow: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.goods-order-main .order-info-total div:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #2A77EB;
}

.goods-order-actions {
    display: flex;
    flex-direction: row;
    margin-top: 65px;
    gap: 18px;
}

.goods-order-actions button {
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    border: 0;
    outline: 0;
    padding: 12px;
    justify-content: center;
    gap: 14px;
    align-items: center;
}

.goods-order-actions button[type=button] {
    color: rgba(51, 51, 51, 0.5);
    background: #F9F9F9;
    width: 160px;
}

.goods-order-actions button[type=submit] {
    color: #FFFFFF;
    background: #2A77EB;
    width: 371px;
}

.goods-order-actions button[type=submit]:disabled {
    opacity: 0.25;
}

.another-package {
    cursor: pointer;
}

/*---*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2A77EB;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

.payment-services {
    width: 280px;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1118px;
    }
}

@media only screen and (max-width: 769px) {
    .goods {
        padding: 24px 22px;
    }

    .goods .goods-items .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .goods-pager nav {
        flex-grow: 1;
        margin-right: 0;
    }

    .modal-content .modal-body {
        min-height: 100px;
        padding: 64px 29px;
    }

    .goods-order-main {
        flex-direction: column;
    }

    .goods-order-main .order-info {
        width: 100%;
    }

    .goods-order-actions {
        margin-top: 50px;
    }

    .goods-view {
        flex-direction: column;
    }

    .goods-view .colg-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
    }

    .goods-view .colg-1 .images-small {
        margin-right: -5px;
        margin-left: -5px;
    }

    .goods-view .colg-1 .images-small div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .goods-view .colg-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .goods-view .colg-2 .goods-cost {
        font-size: 20px;
        margin-top: 28px;
    }

    .goods-view .colg-2 .goods-name {
        font-size: 18px;
    }

    .goods-view .colg-2 .goods-description {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .goods-view .colg-2 .goods-size span:first-child,
    .goods-view .colg-2 .goods-weight span:first-child {
        font-size: 14px;
    }

    .goods-view .colg-2 .goods-size span:last-child,
    .goods-view .colg-2 .goods-weight span:last-child {
        font-size: 14px;
    }

    .goods-view .colg-1 .add-to-cart,
    .goods-view .colg-1 .add-to-cart-disclaimer.show {
        display: none;
    }

    .goods-view .colg-2 .add-to-cart {
        display: block;
        width: 100%;
        margin-top: 22px;
    }

    .goods-view .colg-2 .add-to-cart-disclaimer.show {
        display: block;
    }

    .goods-view .colg-2 .add-to-cart-disclaimer-mobile {
        display: initial;
    }

    .select2-container--krajee-bs4 .select2-selection--single {
        height: 40px !important;
    }

    .container-goods h1 {
        font-size: 36px !important;
    }
}