/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.payment-option-info {
    color: #9E99AE;
}

.payment-option-container {
    /* width: calc((100% - 42px) / 4); */
    width: calc((100% - 28px) / 3);
    border-radius: 6px;
    border: 1px solid #EEECFB;
    background: rgba(238, 236, 251, 0.20);
    padding: 8px 6px;
    position: relative;
}

.payment-option {
    display: flex;
    flex-direction: column;
}

.payment-option-container .custom-radio {
    display: none;
}

.payment-option-logo {
    height: 60px;
    /* max-width: 86%;
    margin-left: 12%; */
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-option-container.active .custom-radio {
    display: block;
    background: #2CC734 !important;
    border-color: #2CC734 !important;
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: 0 !important;
    position: absolute;
    right: 9px;
    top: 10px;
}

.payment-option-container .custom-radio input[type="radio"] {
    height: 8px !important;
    width: 8px !important;
}

.payment-option-container .custom-radio input[type=radio]:checked+span {
    background: transparent;
    -webkit-transform: none;
    transform: none;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0; 
    font-size: 10px;
}

.payment-option-container.active {
    border: 1px solid #4AC350;
    background: rgba(126, 234, 131, 0.10);
}

.payment-option-info {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
}

.payment-option-title {
    display: flex;
    align-items: center;
    gap: 4px;
}

.payment-option-cost-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-option-container.active .custom-radio .ai {
    position: absolute;
    top: 2px;
    left: 2px;
}

.payment-option-container img {
    max-width: 100%;
    max-height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(/modules/belvg_customcheckout/views/img/toggleIcon.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 11.5px !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.select2-search--dropdown:after {
    background: url(/modules/belvg_customcheckout/views/img/toggleIcon.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    content: '';
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 17px;
    right: 17px;
    rotate: 180deg;
}

.payment-option-fee {
    color: rgba(13, 0, 52, 0.30);
}

.payment-option-container.disabled .payment-option-title h5 {
    opacity: 0.4;
}

.ui_title svg {
    position: relative;
    top: 1px;
}

.payment-option-xp-text {
    color: #9E99AE;
    font-family: "Girloy", sans-serif;
    font-weight: 600;
}

.payment-option-info-text {
    color: #9E99AE;
}

#ui_tip.checkoutTip {
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid rgba(110, 102, 133, 0.30) !important;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

#ui_tip.checkoutTip h2 {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 14px;
    color: #0D0034;
    font-family: Exo;
}

#ui_tip.checkoutTip p:last-child {
    margin-bottom: 5px;
}

#ui_tip.checkoutTip p {
    color: #6E6685;
    font-family: Exo;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
}

#ui_tip.checkoutTip p strong {
    color: #0D0034;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px; 
}

.checkout-card-header {
    border-radius: 20px 20px 0px 0px;
    border: 1px solid rgba(189, 189, 189, 0.20);
    /* background: rgba(238, 236, 251, 0.50); */
    background: #f8f5fd;
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cart-grid-body .checkout-card-header {
    padding: 9px 24px;
}

/* body#checkout section.checkout-step .content {
    margin-top: 0 !important;
} */

#checkout .cart-grid-body .cart-container {
    padding: 0 !important;
    margin-right: 0 !important;
    border: none !important;
}

.checkout-card-header-actions {
    flex: 0 0 264px;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border: 1px solid var(--BG, #EEECFB) !important;
    background: var(--White, #FFF);
    height: 37px !important;
}

/* custom select2 */
.select2-dropdown .select2-search.select2-search--dropdown {
    position: absolute;
    width: calc(100% + 4px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.select2-dropdown {
    background-color: transparent !important;
    border: none !important;
}

.select2-results {
    margin-top: 4px;
    background: #fff !important;
    border-radius: 8px;
border: 1px solid #EEECFB;
}

#main {
border-top: none !important;
}

.select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown {
    top: -46px;
    left: -2px;
}

.select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown {
    bottom: -49px;
    left: -2px;
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: -3px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above  {
    top: -8px;
}

.select2-results__option--highlighted, .select2-results__option.select2-results__message {
    border-radius: 8px !important;
}

.select2-search__field:focus {
    background-color: #FFFFFF !important;
}

.select2-search__field::placeholder {
    /* color: rgba(13, 0, 52, 0.30); */
    color: #0D00344D !important;
    font-family: Manrope !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px !important; /* 157.143% */
}

.select2-results__option {
    color: #6E6685 !important;
    font-family: Manrope !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

.select2-results__option--highlighted.select2-results__option {
    color: #312770 !important;
    font-weight: 700 !important;
}

.select2-results__option {
    margin-right: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
    border-color: #EEECFB !important;
}

.select2-dropdown .select2-search__field {
    height: 37px;
    border: 1px solid #EEECFB !important;
    /* color: rgba(13, 0, 52, 0.30); */
    color: #6E6685 !important;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* border-radius: 6px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

.paymentInfo {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.paymentInfo p {
    margin-left: 4px;
    color: var(--dark_blue, #0D0034);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Manrope;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
    /* opacity: 0.6; */
    line-height: 35px !important;
    height: 34px !important;
}

section#js-checkout-summary {
    padding: 0;
    border-radius: 20px !important;
}

.billing-address label {
    color: #9E99AE !important;
    margin-bottom: 0 !important;
    line-height: 20px !important;
}

.cart-detailed-totals {
    background: #fff;
    padding: 24px 24px 13px 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

body#checkout section.checkout-step .content {
    margin-top: 0;
}

body#checkout .cart-grid {
    padding-top: 68px;
    position: relative;
    z-index: 1;
}

body#checkout .content {
    position: relative;
    overflow: hidden;
}

body #main {
    background: var(--back_light_purple) !important;
}

.productDetailShopping svg {
    display: block;
}

.payment-options-inner {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.payment-option-container .payment-option-privacy svg {
    display: block;
}

.payment-option-container.active .payment-option-privacy svg {
    display: none;
}

body:not(#index) #top_column {
    padding-top: 0;
    padding-bottom: 0;
}

.checkoutReassurance {
    margin-top: 20px;
}

.checkoutReassuranceItem {
    padding: 11px 10px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
}

.checkoutReassuranceItemText {
    position: relative;
}

.checkoutReassuranceItem .small_text_2 {
    font-weight: 500 !important;
}

.checkoutReassuranceItemText {
    /* border-left: 1px solid rgba(49, 39, 112, 0.20); */
    padding-left: 10px;
}

.checkoutReassuranceItemText:before {
    content: '';
    top: -13px;
    left: 0;
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% + 26px);
    background: linear-gradient(180deg, transparent 0%, rgba(49, 39, 112, 0.2) 50%, transparent 100%);
}

.checkoutReassuranceItem svg {
    display: block;
}

.checkoutReassuranceItemTextTitle h4 {
    color: var(--purple);
    margin-bottom: 4px;
}

.checkoutReassuranceItemTextDescription p {
    color: rgba(13, 0, 52, 0.30);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 12px !important;
}

.productDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productDetailShopping {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    flex: 1;
    /* align-items: center; */
    /* gap: 8px; */
}

.productDetailQty {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.productRegion svg {
    position: relative;
    top: 2px;
}

#cart-summary-product-list .product-name a {
    color: var(--purple);
}

#cart-summary-product-list .productDetailDevice span {
    /* color: var(--dark-purple);
    opacity: 0.7; */
    color: #9E99AE;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.block-promo {
    width: 100%;
    margin-right: 0 !important;
}

.block-promo form {
    display: flex;
    align-items: center;
    position: relative;
}

.block-promo form .btn {
    position: absolute;
    right: 5px;
    margin-left: 0 !important;
    padding: 4px 16px;
    border-color: var(--accent_purple) !important;
    border-radius: 6px;
    z-index: 22
}

.block-promo form .btn.disabled {
    background: #BCB7CC !important;
    border: 1px solid #EEECFB !important;
}

#cart-subtotal-products .value {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cart-summary-line.cart-total .label {
    font-weight: 700 !important;
}

#cart-subtotal-payment-fee .value,
#cart-subtotal-tax .value,
.cart-voucher .value {
    font-weight: 500 !important;
}

.promo-code-title {
    margin-bottom: 8px;
}

body#checkout #cart-summary-product-list .media-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.productInfo {
    flex: 2;
}

.block-promo .promo-input {
    height: 38px;
    border-radius: 8px !important;
    /* border: 1px solid var(--dark_blue); */
    border: 1px solid #EEECFB !important;
    background: #fff;
    padding-right: 80px;
    padding-left: 10px;
    color: #9E99AE !important;

}

a.promo-code-title {
    color: #9E99AE;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: none;
}

#js-checkout-summary .cart-voucher .cart-summary-line {
    border-radius: 8px;
    border: 1px solid #EEECFB;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-left: 30px;
    max-width: calc(100% - 30px);
}

a.remove.noeffect {
    position: absolute !important;
    left: -36px;
}

#js-checkout-summary .cart-voucher .cart-summary-line .value {
    color: #9E99AE;
    font-size: 16px;
}

.block-promo .alert {
    border: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 1px !important;
    margin-left: 10px;
}

.block-promo .js-error-text {
    color: var(--accent_red);
}

.block-promo .alert:before {
    content: '*';
    background: none;
    left: -8px;
    color: var(--accent_red);
}

#cart-summary-product-list .media-list > .media:last-child .gradient-line {
    display: none;
}

.gradient-line {
    width: 100%;
    margin-bottom: 20px !important;
    height: 1px;
    background: linear-gradient(
      to right,
      rgba(49, 39, 112, 0) 0%,
      rgba(49, 39, 112, 0.3) 17.79%,
      rgba(49, 39, 112, 0) 100%
    );
}

.productDetailPrice {
    flex: 0 0 100%;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.productDetailPrice .regular-price.old-price {
    text-decoration: line-through;
    font-size: 12px;
    font-family: "Exo";
    line-height: 20px;
    position: relative;
    top: 1px;
}

.promo-code-title.collapsed {
    display: inline-block;
}

.promo-code-title.collapsed:after {
    display: none;
}

.cart-grid-right .cart-detailed-totals>.block-promo {
    border-top: 0 !important;
}

.btn-place-order {
    /* background: linear-gradient(270deg, #77E27D 0%, #3F9E44 100%) !important; */
    background: var(--accent_green);
    box-shadow: 0 6.667px 12.5px 0 rgba(255, 255, 255, 0.25) inset !important;
    border: 2px solid rgba(255, 255, 255, 0.60) !important;
    border-radius: 10px !important;
    /* border: none !important; */
    text-transform: uppercase !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

#js-checkout-summary .cart-summary-line {
    flex-direction: row;
    flex: 0 0 100%;
    margin-right: 0 !important;
} 

.cart-detailed-totals .label {
    opacity: 1 !important;
    color: var(---purple);
    font-weight: 500 !important;
}

.cart-summary-line.cart-total {
    flex-direction: row;
    margin-right: 0 !important;
}

.cart-summary-subtotals-container .cart-summary-line {
    flex: 0 0 100%;
    flex-direction: row;
    margin-right: 0 !important;
}

.cart-summary-totals .cart-total .value {
    color: var(--cta_default);
}

.cart-summary-subtotals-container .cart-summary-line#cart-subtotal-products .value {
    color: var(--cta_default);
}

.cart-summary-subtotals-container .cart-summary-line .value,
.block-promo .cart-summary-line .value {
    color: rgba(13, 0, 52, 0.40);
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 0;
}

.cart-voucher svg {
    display: block;
}

.cart-voucher .value {
    display: flex;
    align-items: center;
}

body#checkout #cart-summary-product-list .media-body .product-price {
    font-size: 16px !important;
    min-width: 60px;
    text-align: right;
}

.trustedPayment {
    display: flex;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#payment-confirmation {
    margin-bottom: 0;
}

.payment-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--dark_blue) !important;
    font-family: "Manrope", sans-serif;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

#checkout-payment-step .ellipse-5 {
    left: 1200px;
    top: -300px;
}

#checkout-payment-step .ellipse-7 {
    display: none;
}

#checkout-payment-step .ellipse-6 {
    left: -404px;
    top: auto;
    bottom: 20px;
}

#checkout-payment-step .ellipse-8 {
    left: 1450px;
    top: auto;
    bottom: -600px;
}

/* .productDetailShopping .qty .input-group-btn {
    display: none !important;
} */

/* 
.productDetailShopping .qty .js-cart-line-product-quantity {
    min-width: unset !important;
    height: 30px !important;
    opacity: 0.5 !important;
    padding: 5px 10px !important;
    font-family: 'Manrope', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125%
    background-color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid var(--Dark-Blue, #0D0034) !important; 
    text-align: center;
}
*/

/* .productDetailShopping .qty .input-group {
    border: none !important;
    min-width: unset !important;
    max-width: 40px;
} */

.productDetailQty .input-group {
    border: 1px solid #EEECFB !important;
}

.loadMorePaymentsAction {
    flex: 0 0 100%;
    display: none;
    position: relative;
}

.loadMorePayments .loadMorePaymentsAction {
    display: block;
}

.loadMorePaymentsAction .btn {
    border: none !important;
    position: absolute;
    bottom: -15px;
}

.loadMoreEffect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 75.48%);
    height: 100px;
    position: absolute;
    display: block;
    width: 100%;
    top: -100px;
}

.cart-grid-right .cart-summary {
    background: transparent;
}

.empty-cart-title {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600 !important;
    font-family: "Exo" !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}

.cart-grid select {
    background: var(--White, #FFF);
    border-radius: 8px !important;
    border: 1px solid var(--BG, #EEECFB) !important;
    height: 37px !important;
    color: #6E6685 !important;
    min-height: 37px !important;
    padding: 0px 12px !important;
    font-family: Manrope;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
    line-height: 35px !important;
    height: 34px !important;
}

.cart-grid select.form-control:not([size]):not([multiple]) {
    background-image: url("/modules/belvg_customcheckout/views/img/toggleIcon.svg") !important;
    background-position: right 14px center !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    color: #6E6685 !important;
}

.billing-address .select2-container .select2-selection--single {
    background: rgba(238, 236, 251, 0.20) !important;
    
}

.empty-cart-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 15px;
}

.empty-cart-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.empty-cart-icon {
    margin-bottom: 40px;
}

.empty-cart-description {
    font-size: 16px;
    color: #818a91;
    line-height: 1.6;
    margin-bottom: 40px;
}




/* Phones Portrait */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
    .payment-option-container {
        width: 100%;
        padding-bottom: 2px;
    }

    .payment-option-title {
        gap: 0;
    }

    .payment-option-info-text {
        padding-right: 7px;
    }
}

/* Phones Portrait */ 
@media only screen and (min-width : 479px) {
    .payment-option-container.collapse {
        display: block !important;
    }
    
    .loadMorePaymentsAction {
        display: none !important;
    }
}

/* Phones Landscape */ 
@media only screen and (min-width : 480px) and (max-width : 767px) {
    .payment-option-container {
        width: calc((100% - 14px) / 2);
    }
}

/* Phones Portrait and Landscape */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {
    body#checkout .cart-grid {
        padding-top: 20px;
    }

    .checkout-card-header {
        padding: 16px 20px;
    }

    .checkout-card-header-actions {
        flex: 0 0 100%;
        margin-top: 16px;
    }

    .payment-option-logo img {
        max-width: 75%;
    }

    .payment-option-logo {
        text-align: center;
    }

    section#js-checkout-summary {
        padding-left: 40px;
        padding-right: 40px;
    }

    .trustedPayment {
        flex-wrap: wrap;
    }

    /* .paymentItem {
        flex: 0 0 100%;
        text-align: center;
    } */

    .cart-grid-right {
        margin-top: 5px;
    }

    #cart-summary-product-list .media-body {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #cart-summary-product-list .media-body .product-name {
        order: 1;
    }

    #cart-summary-product-list .media-body .productDetails {
        order: 2;
    }

    #cart-summary-product-list .media-body .country_restrictions.gamerall-region-check {
        order: 3;
        flex: 0 0 100%;
    }

    #cart-summary-product-list .media-body .productDetails,
    #cart-summary-product-list .media-body .product-name {
        flex: 0 0 50%;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .cart-detailed-totals {
        padding: 20px 16px;
    }

    .block-promo .btn {
        width: auto;
        top: 4px;
        /* margin-top: 0; */
    }

    body#checkout section.checkout-step .content {
        padding: 0;
    }

    #checkout-payment-step .ellipse-5 {
        left: 55px;
        top: -240px;
    }

    #checkout-payment-step .ellipse-6 {
        left: auto;
        right: -30px;
        top: 448px;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-7 {
        display: block;
        top: 1959px;
        left: -187px;
        right: auto;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-8 {
        left: 74px;
        top: 1062px;
        bottom: auto;
    }

    .empty-cart-wrapper {
        padding: 40px 15px;
    }

    .empty-cart-icon svg {
        width: 100px;
        height: 100px;
    }

    .gradient-line {
        width: 94%;
        margin-left: 3% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .payment-option-container {
        width: calc((100% - 28px) / 3);
    }

    body#checkout .cart-grid {
        padding-top: 40px;
    }

    .cart-grid-right {
        padding-left: 15px;
    }

    .cart-grid-right {
        margin-top: 10px;
    }

    #cart-summary-product-list .productDetails {
        flex-wrap: wrap;
    }

    #cart-summary-product-list .productDetailDevice {
        flex: 0 0 100%;
        margin-bottom: 4px;
    }

    .cart-grid {
        margin-bottom: 0;
    }

    #checkout-payment-step .ellipse-5 {
        left: 447px;
        top: -165px;
    }

    #checkout-payment-step .ellipse-6 {
        left: -444px;
        right: auto;
        top: 448px;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-7 {
        display: block;
        top: 1959px;
        left: -187px;
        right: auto;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-8 {
        left: 467px;
        top: 1062px;
        bottom: auto;
    }
}

@media only screen and (min-width : 992px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    body#checkout .cart-grid {
        padding-top: 40px;
    }

    .cart-grid-right {
        padding-left: 15px;
    }

    .cart-grid-right {
        margin-top: 10px;
    }

    #cart-summary-product-list .productDetails {
        flex-wrap: wrap;
    }

    #cart-summary-product-list .productDetailDevice {
        flex: 0 0 100%;
        margin-bottom: 4px;
    }

    .cart-grid {
        margin-bottom: 0;
    }

    #checkout-payment-step .ellipse-5 {
        left: 575px;
        top: -165px;
    }

    #checkout-payment-step .ellipse-6 {
        left: -444px;
        right: auto;
        top: 448px;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-7 {
        display: block;
        top: 1959px;
        left: -187px;
        right: auto;
        bottom: auto;
    }

    #checkout-payment-step .ellipse-8 {
        left: 595px;
        top: 1062px;
        bottom: auto;
    }
}

/* Billing country update loader */
#js-checkout-summary.updating {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}

#js-checkout-summary.updating::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#billingAddress:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    body#checkout #cart-summary-product-list .media-body {
        margin-bottom: 9px;
    }

    .gradient-line {
        margin-bottom: 9px !important;
    }

    .productDetailQty {
        gap: 10px;
    }

    .gradient-line {
        width: 94%;
        margin-left: 3% !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
