h1 {
    font-size: 22px;
    margin-bottom: 20px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.cart-mobile-page {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px
}

.cart-page {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25)
}

.cart-page .cart--empty-message {
    text-align: center
}

.cart-page .cart--empty-message i {
    width: 80px;
    height: 80px;
    margin: 15px
}

.cart-page .cart--empty-message i path {
    fill: #000
}

.cart-page .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold
}

.cart-page .cart-header-info div:nth-child(1) {
    width: 51%;
    text-align: left;
    padding-left: 10px
}

.cart-page .cart-header-info div:nth-child(2) {
    width: 16%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(3) {
    width: 16%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(4) {
    width: 16%;
    text-align: center
}

.cart-page .cart_body {
    border: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center
}

.cart-page .cart_body .ajaxcart__row:first-child {
    border-top: none
}

.cart-page .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.cart-page .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%
}

.cart-page .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px)
}

.cart-page .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px
}

.cart-page .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 18px;
    display: block
}

.cart-page .cart_body .cart_info .cart_name a:hover {
    color: #003cbf
}

.cart-page .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: #1b74e7
}

.cart-page .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e
}

.cart-page .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cart-page .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-page .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #5dac46
}

.cart-page .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #1b74e7
}

.cart-page .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cart-page .cart_body .cart_select {
    display: block;
    width: 100%;
    min-height: 30px;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #1b74e7;
    border-radius: 5px;
    padding: 2px
}

.cart-page .cart_body .cart_select button {
    font-size: 20px;
    line-height: 0px;
    border: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #1b74e7;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 5px
}

.cart-page .cart_body .cart_select button svg {
    width: 14px;
    height: 14px
}

.cart-page .cart_body .cart_select input {
    padding: 0 2px;
    text-align: center;
    margin: 0px;
    display: block;
    float: left;
    height: 25px;
    border: 0;
    width: 30px;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
    font-size: 15px;
    background: transparent
}

.cart-page .ajaxcart__footer {
    margin-top: 20px
}

.cart-page .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    color: #5dac46;
    font-weight: bold
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #1b74e7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #1b74e7;
    border-radius: 5px
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: #003cbf;
    border: 1px solid #003cbf
}

.CartHeaderContainer {
    width: 340px;
    background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
    text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cartheader {
    margin-bottom: 0
}

.cartheader .cart_body {
    padding: 15px;
    max-height: 360px;
    overflow-y: auto
}

.cartheader .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

.cartheader .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb
}

.cartheader .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cartheader .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cartheader .cart_body .cart_info .cart_name {
    margin-bottom: 5px
}

.cartheader .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block
}

.cartheader .cart_body .cart_info .cart_name a:hover {
    color: #003cbf
}

.cartheader .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cartheader .cart_body .grid {
    display: flex
}

.cartheader .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cartheader .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right
}

.cartheader .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #5dac46
}

.cartheader .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cartheader .cart_body .cart_select .input-group-btn {
    display: block;
    width: 100%;
    min-height: 30px;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #1b74e7;
    border-radius: 5px;
    padding: 2px
}

.cartheader .cart_body .cart_select .input-group-btn button {
    font-size: 20px;
    line-height: 0px;
    border: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #679210;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 5px
}

.cartheader .cart_body .cart_select .input-group-btn button svg {
    width: 14px;
    height: 14px
}

.cartheader .cart_body .cart_select .input-group-btn input {
    padding: 0 2px;
    text-align: center;
    margin: 0px;
    display: block;
    float: left;
    height: 35px;
    border: 0;
    width: 60px;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
    font-size: 15px
}

.cartheader .ajaxcart__footer {
    padding: 10px
}

.cartheader .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    color: #1b74e7;
    font-weight: bold
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: #1b74e7
}

@media (max-width: 1199px) {
    .CartMobileContainer .cart--empty-message {
        text-align: center
    }

    .CartMobileContainer .cart--empty-message i {
        width: 80px;
        height: 80px;
        margin: 15px
    }

    .cart-mobile .cart_body {
        padding: 0
    }

    .cart-mobile .cart_body .cart_product {
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: table;
        width: 100%;
        border-bottom: solid 1px #ebebeb
    }

    .cart-mobile .cart_body .cart_image {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        position: relative
    }

    .cart-mobile .cart_body .cart_info {
        padding-left: 15px;
        vertical-align: top
    }

    .cart-mobile .cart_body .cart_info .cart_name {
        margin-bottom: 5px
    }

    .cart-mobile .cart_body .cart_info .cart_name a {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        display: block
    }

    .cart-mobile .cart_body .cart_info .cart_name a:hover {
        color: #003cbf
    }

    .cart-mobile .cart_body .cart_info .variant-title {
        display: block;
        font-size: 12px
    }

    .cart-mobile .cart_body .grid {
        display: flex
    }

    .cart-mobile .cart_body .grid .cart_item_name .cart_quantity {
        font-size: 12px;
        margin-bottom: 5px;
        display: block;
        font-weight: normal;
        color: #333
    }

    .cart-mobile .cart_body .grid .cart_prices {
        width: 50%;
        text-align: right
    }

    .cart-mobile .cart_body .grid .cart_prices .cart-price {
        font-weight: bold;
        display: block;
        font-size: 14px;
        color: #5dac46
    }

    .cart-mobile .cart_body .grid .cart__btn-remove {
        font-size: 13px;
        color: #30656b
    }

    .cart-mobile .cart_body .cart_select {
        width: 50%
    }

    .cart-mobile .cart_body .cart_select .input-group-btn {
        display: block;
        width: 100%;
        min-height: 25px;
        font-size: 1em;
        line-height: 1.5;
        color: #55595c;
        background-color: #fff;
        background-image: none;
        margin: 0;
        width: auto;
        float: left;
        position: relative;
        padding: 0;
        border: none;
        box-shadow: none;
        background-color: transparent;
        border: 1px solid #1b74e7;
        border-radius: 5px;
        padding: 2px
    }

    .cart-mobile .cart_body .cart_select .input-group-btn button {
        font-size: 20px;
        line-height: 0px;
        border: 0;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #679210;
        float: left;
        color: #fff;
        text-align: center;
        padding: 0px;
        border-radius: 5px
    }

    .cart-mobile .cart_body .cart_select .input-group-btn button svg {
        width: 14px;
        height: 14px
    }

    .cart-mobile .cart_body .cart_select .input-group-btn input {
        padding: 0 2px;
        text-align: center;
        margin: 0px;
        display: block;
        float: left;
        height: 25px;
        border: 0;
        width: 40px;
        text-align: center;
        box-shadow: none;
        border-radius: 8px;
        font-size: 15px
    }

    .cart-mobile .ajaxcart__footer {
        padding: 10px 0
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        display: flex
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
        width: 50%;
        float: left
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle {
        width: 50%;
        float: left;
        text-align: right
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
        color: #1b74e7;
        font-weight: bold
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background-color: #1b74e7;
        color: #fff;
        text-align: center;
        line-height: 40px;
        border: 1px solid #1b74e7;
        border-radius: 5px
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
        background-color: #003cbf
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .cart-mobile .cart_body .cart_image {
        width: 10%
    }
}

.thump-check {
    line-height: 0;
    position: relative
}

.thump-check .check-bar {
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #fff;
    border-radius: 5px
}

.thump-check .check-bar1 {
    position: absolute;
    height: 8px;
    top: 0px;
    border-radius: 5px;
    background-color: #1b74e7;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    transition: width .6s ease
}

.thump-check .dot {
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: -3px
}

.thump-check .dot:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: transparent;
    animation: pulseSmall 1.25s linear infinite
}

.thump-check .dot.active {
    background: #1b74e7
}

@keyframes progress_bar_fill {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 40px 0
    }
}

@-webkit-keyframes pulseSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(214, 156, 82, 0.7)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(214, 156, 82, 0.7)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(214, 156, 82, 0.7)
    }
}

.formVAT {
    padding: 10px;
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25)
}

.r-bill .checkbox {
    margin: 0
}

.r-bill .checkbox label {
    margin: 0
}

.r-bill .checkbox .regular-checkbox {
    display: none
}

.r-bill .checkbox .regular-checkbox + .box {
    border: 2px solid #727272;
    padding: 7px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 2px;
    position: relative
}

.r-bill .checkbox .regular-checkbox:checked + .box {
    background: #1b74e7;
    border: 2px solid #1b74e7
}

.r-bill .checkbox .regular-checkbox:checked + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: -2px;
    left: 1px;
    color: #fff
}

@media (max-width: 768px) {
    .r-bill .checkbox .regular-checkbox:checked + .box:after {
        top: -3px;
        left: 1px
    }
}

.r-bill .bill-field label {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .r-bill .bill-field label {
        font-size: 14px;
        margin-bottom: 0.1rem
    }
}

.r-bill .bill-field .form-group {
    margin-bottom: 10px;
    padding: 0
}

.r-bill .bill-field .form-group input {
    margin-bottom: 0
}

.r-bill .bill-field .form-control {
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 3px;
    border-color: #e6e6e6;
    height: 34px;
    font-size: 14px;
    border: initial;
    width: 100%
}

.r-bill .bill-field textarea.form-control {
    height: 85px
}

.r-bill .bill-field span.text-danger {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    color: red;
    margin-bottom: 15px
}

.r-bill .checkbox > .title {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 5px;
    vertical-align: top;
    color: #000
}

@media (max-width: 768px) {
    .r-bill .checkbox > .title {
        font-size: 14px
    }
}

.r-bill .bill-field {
    display: none;
    margin-top: 5px
}

.form-control::placeholder {
    color: #B4B4B4;
    opacity: 1
}

form h4 {
    font-size: 18px;
    font-weight: bold
}

.timedeli-modal {
    display: flex
}

.timedeli-modal fieldset {
    border: none;
    padding: 0;
    width: 49%;
    position: relative
}

.timedeli-modal fieldset:first-child {
    margin-right: 10px
}

.timedeli-modal fieldset label {
    margin-bottom: 0
}

.timedeli-modal fieldset input {
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 35px;
    line-height: 35px;
    min-height: 35px;
    width: 100%;
    border: initial
}

.timedeli-modal fieldset select {
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: initial;
    color: #898787
}

.timedeli-modal fieldset .fa {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    z-index: 3
}

.timedeli-modal fieldset .fa:before {
    color: #333
}

.r-bill {
    margin-top: 10px
}

.datepicker-dropdown {
    min-width: 160px !important;
    width: 220px;
    position: absolute;
    top: 0;
    background: #fff;
    border: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .datepicker-dropdown {
        left: 0 !important
    }
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 0;
    font-size: 13px;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr th.disabled {
    background: #f5f5f5;
    cursor: default
}

.datepicker table tr td:hover:not(.disabled), .datepicker table tr th:hover:not(.disabled) {
    background: #ebebeb
}

.section_coupon {
    margin-bottom: 30px
}

.section_coupon .swiper-slide {
    width: 295px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #1b74e7;
    border-radius: 8px;
    background: #fff
}

.section_coupon .swiper-slide .image {
    min-width: 75px;
    height: 75px;
    display: flex;
    border-right: 1px solid #1b74e7;
    display: block;
    position: relative
}

@media (max-width: 350px) {
    .section_coupon .swiper-slide .image {
        min-width: 65px;
        height: 90px
    }
}

.section_coupon .swiper-slide .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 8px
}

.section_coupon .swiper-slide .image:before, .section_coupon .swiper-slide .image:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #1b74e7 #1b74e7 transparent;
    border-image: initial;
    position: absolute;
    border-radius: 50%;
    left: calc(100% - 14px / 2)
}

.section_coupon .swiper-slide .image:before {
    top: -16px;
    transform: rotate(45deg)
}

@media (max-width: 321px) {
    .section_coupon .swiper-slide .image:before {
        top: -8px
    }
}

.section_coupon .swiper-slide .image:after {
    bottom: -16px;
    transform: rotate(-135deg)
}

@media (max-width: 321px) {
    .section_coupon .swiper-slide .image:after {
        bottom: -8px
    }
}

.section_coupon .swiper-slide .content_wrap {
    display: flex;
    flex-direction: column;
    padding: 5px;
    position: relative;
    width: 100%
}

.section_coupon .swiper-slide .content_wrap .content-top {
    font-size: 16px
}

.section_coupon .swiper-slide .content_wrap .content-top span {
    display: block;
    font-size: 12px;
    color: #000
}

@media (max-width: 350px) {
    .section_coupon .swiper-slide .content_wrap .content-top {
        font-size: 14px
    }

    .section_coupon .swiper-slide .content_wrap .content-top span {
        font-size: 10px
    }
}

.section_coupon .swiper-slide .content_wrap .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section_coupon .swiper-slide .content_wrap .content-bottom span {
    color: #1b74e7;
    font-size: 12px
}

.section_coupon .swiper-slide .content_wrap .content-bottom .coupon-code {
    display: inline-block;
    color: #fff;
    background: #003cbf;
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 0px;
    min-width: 90px;
    text-align: center;
    cursor: pointer
}

.section_coupon .swiper-slide .content_wrap .content-bottom .coupon-code:hover {
    background: #5dac46
}

.section_coupon .swiper-slide .content_wrap .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border: 1px solid #1b74e7;
    border-radius: 99px;
    position: absolute;
    right: 10px;
    top: 5px
}

.section_coupon .swiper-slide .content_wrap .info-button svg {
    width: 10px;
    height: 10px;
    fill: #1b74e7
}

.section_coupon .swiper-slide .content_wrap .info-button:hover svg {
    fill: #5dac46
}

.popup-coupon {
    padding: 0 8px;
    box-sizing: border-box;
    width: 450px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    top: 10%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translateX(-50%);
    z-index: -1;
    min-height: 200px
}

@media (max-width: 767px) {
    .popup-coupon {
        width: 100%
    }
}

.popup-coupon.active {
    opacity: 1;
    z-index: 99999
}

.popup-coupon .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden
}

.popup-coupon .content .title {
    display: block;
    width: 100%;
    padding: 10px;
    background: #1b74e7;
    color: #fff
}

.popup-coupon .content .close-popup {
    position: absolute;
    top: 8px;
    right: 10px
}

.popup-coupon .content .close-popup svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s
}

.popup-coupon .content .close-popup svg path {
    fill: #fff
}

.popup-coupon .content .close-popup:hover svg {
    transform: rotate(90deg)
}

.popup-coupon .content ul {
    width: 100%
}

.popup-coupon .content ul li {
    padding: 10px;
    display: flex
}

.popup-coupon .content ul li:nth-child(2n+1) {
    background-color: #f9f9f9
}

.popup-coupon .content ul li span:first-child {
    min-width: 126px;
    display: inline-block;
    color: #1b74e7
}
#btn-proceed-checkout-mobile {
    width: 200px;
    background-color: #1b74e7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #1b74e7;
    border-radius: 5px;
}
