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

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

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

.cart-page .cart--empty-message img {
    width: 32px;
    margin: 15px
}

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

.vendor-checked .check-box .regular-checkbox {
    display: none;
}

.vendor-checked .check-box .regular-checkbox+.box {
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.vendor-checked .check-box .regular-checkbox:checked+.box:after {
    content: '\2713';
    font-size: 13px;
    position: absolute;
    top: -4px;
    left: 2px;
    color: #fff;
}

.product-checked .check-box .regular-checkbox {
    display: none;
}

.product-checked .check-box .regular-checkbox+.box {
    border: 2px solid var(--mainColor);
    padding: 7px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.product-checked .check-box .regular-checkbox:checked+.box:after {
    content: '\2713';
    font-size: 13px;
    position: absolute;
    top: -4px;
    left: 2px;
    color: var(--mainColor);
}


.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;
    border-radius: 0px 0px 10px 10px
}

.cart-page .cart_body .vendor-group-item .vendor-group-header {
    padding: 10px 16px;
    background: #1b74e4;
    border-bottom: none;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cart-page .cart_body .vendor-group-item .vendor-group-header .vendor-info {
    display: flex;
    align-items: center;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.cart-page .cart_body .vendor-group-item .vendor-group-header .vendor-info i {
    font-size: 14px;
    margin-right: 6px;
}

.cart-page .cart_body .vendor-group-item .vendor-group-header .vendor-info strong {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.cart-page .cart_body .vendor-group-item .vendor-group-header .vendor-info .item-count {
    font-size: 11px;
    opacity: 0.9;
    margin-left: 4px;
}

.cart-page .cart_body .ajaxcart__row {
    border-top: solid 1px #ebebeb;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 16px;
}

.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: 500;
    line-height: 18px;
    display: block
}

.cart-page .cart_body .cart_info .cart_name a:hover {
    color: var(--subColor)
}

.cart-page .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: var(--mainColor);
    font-weight: 300
}

.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 .cart_item_name {
    width: 60%
}

.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: #e8002d
}

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

.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 input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

.cart-page .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cart-page .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

.cart-page .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
    border-left: 0
}

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

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

.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: #e8002d;
    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: var(--mainColor);
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-transform: uppercase;
    border: 1px solid var(--mainColor);
    height: 40px;
    line-height: 40px
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background: #fff;
    color: var(--mainColor)
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6
}

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

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

.CartHeaderContainer .cart--empty-message img {
    width: 32px;
    margin: 15px
}

form {
    margin-bottom: 10px
}

.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: var(--subColor)
}

.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 {
    width: 50%
}

.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: 100%;
    text-align: right
}

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

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

.cartheader .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

.cartheader .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cartheader .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cartheader .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.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: #e8002d;
    font-weight: bold
}

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

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt a {
    width: 100%;
    background: var(--mainColor);
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-transform: uppercase;
    border: 1px solid var(--mainColor);
    height: 40px;
    line-height: 40px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt a:hover {
    background: #fff;
    color: var(--mainColor)
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt a.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6
}

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

    .CartMobileContainer .cart--empty-message img {
        width: 32px;
        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: var(--subColor)
    }

    .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 {
        width: 50%
    }

    .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: #e8002d
    }

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

    .cart-mobile .cart_body .cart_select input {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0;
        float: left;
        border-left: none;
        border-right: none
    }

    .cart-mobile .cart_body .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px;
        float: left
    }

    .cart-mobile .cart_body .cart_select button.btn-minus {
        border-right: 0
    }

    .cart-mobile .cart_body .cart_select button.btn-plus {
        border-left: 0
    }

    .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: red;
        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: var(--mainColor);
        color: #fff;
        padding: 0px 10px;
        border-radius: 4px;
        font-size: 12px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        text-transform: uppercase;
        border: 1px solid var(--mainColor);
        height: 40px;
        line-height: 40px
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
        background: #fff;
        color: var(--mainColor)
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
        margin-top: 5px;
        opacity: 0.6
    }
}

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

.pro-discount {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 12px;
    border: 1px dashed var(--mainColor);
    background: rgba(1,86,127,0.02)
}

.pro-discount legend {
    width: auto;
    color: var(--mainColor);
    font-weight: 600;
    background: rgba(1,86,127,0.02);
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 10px
}

.pro-discount legend img {
    max-width: 23px;
    mix-blend-mode: multiply;
    vertical-align: -3px
}

.pro-discount .item_discount {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.15));
    padding: 5px;
    margin-bottom: 15px
}

.pro-discount .item_discount:last-child {
    margin-bottom: 0px
}

.pro-discount .item_discount .top_discount {
    position: relative;
    display: flex;
    justify-content: space-between
}

.pro-discount .item_discount .top_discount .item-name {
    display: inherit
}

.pro-discount .item_discount .top_discount .code_dis {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    color: var(--mainColor)
}

.pro-discount .item_discount .top_discount span {
    position: relative;
    background-color: #FDF2D9;
    color: #F0A800;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    line-height: 16px
}

.pro-discount .item_discount .top_discount img {
    width: 36px;
    height: 20px;
    position: relative;
    display: inline-block
}

.pro-discount .item_discount .coupon_desc {
    border-bottom: dotted 1px #f5f5f5
}

.pro-discount .item_discount .copy_discount {
    padding: 3px;
    margin-top: 5px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pro-discount .item_discount .copy_discount .code_zip {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px
}

.pro-discount .item_discount .copy_discount.active {
    background-color: #E7F3FC
}

.pro-discount .item_discount .copy_discount.active .code_zip {
    color: var(--subColor)
}

.pro-discount .item_discount .copy_discount .dis_copy {
    background: var(--mainColor);
    color: #fff;
    border: none;
    padding: 0px 15px;
    margin: 1px 0px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    float: right;
    display: inherit
}

.pro-discount .item_discount .copy_discount .dis_copy:hover,.pro-discount .item_discount .copy_discount .dis_copy:focus {
    background: var(--subColor)
}

.pro-discount .item_discount .copy_discount .dis_copy span {
    display: block;
    line-height: 22px;
    font-size: 12px
}

.pro-discount .item_discount .copy_discount .dis_copy.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.box-free-ship {
    padding: 0px 20px 15px;
    background: #fff
}

.main-cart-page {
    background: #fff;
    margin-top: -20px;
    padding-top: 20px
}

@media (max-width: 767px) {
    .main-cart-page {
        margin-top:-10px
    }
}

.main-cart-page .box-free-ship {
    padding: 0px 0px 10px
}

.title_cart {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f7f8f9;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    margin-bottom: 15px
}

.js-free-shipping {
    position: relative;
    height: 25px;
    background: #f5f5f5;
    border-radius: 5px
}

@media (max-width: 767px) {
    .js-free-shipping {
        margin-top:0;
        padding: 0px 0px
    }
}

.js-free-shipping .free-shipping-content {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    left: 0;
    top: 0px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px
}

@media (min-width: 992px) and (max-width: 1024px) {
    .js-free-shipping .free-shipping-content {
        font-size:12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .js-free-shipping .free-shipping-content {
        font-size:11px
    }
}

@media (max-width: 480px) {
    .js-free-shipping .free-shipping-content {
        font-size:12px
    }
}

@media (max-width: 340px) {
    .js-free-shipping .free-shipping-content {
        font-size:10px
    }
}

@media (max-width: 321px) {
    .js-free-shipping .free-shipping-content {
        font-size:9px
    }
}

.js-free-shipping .free-shipping-content .white {
    color: #fff
}

.js-free-shipping .bg-success {
    background-color: #28a745 !important
}

.js-free-shipping .bg-warning {
    background-color: #ffc107 !important
}

.js-free-shipping a.bg-warning:focus,.js-free-shipping a.bg-warning:hover,.js-free-shipping button.bg-warning:focus,.js-free-shipping button.bg-warning:hover {
    background-color: #d39e00 !important
}

.js-free-shipping .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    height: 25px;
    border-radius: 5px
}

.js-free-shipping .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.not-add-to-cart {
    display: none
}

.popup-cart-mobile .box-free-ship {
    padding: 10px
}

.popup-cart-mobile .js-free-shipping {
    padding: 0px
}

.formVAT {
    padding: 5px;
    background: #f8f8f8;
    width: 100%;
    float: left;
    border-radius: 5px
}

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

@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)
    }
}

.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: var(--mainColor);
    border: 2px solid var(--mainColor)
}

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

.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%;
    padding: 0px 10px
}

.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
}

.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;
    margin-bottom: 5px
}

.timedeli-modal fieldset select {
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: initial;
    padding-right: 10px;
    padding-left: 10px;
    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
}

.product-coupon__wrapper {
    position: relative;
    display: block
}

.product-coupon__wrapper .d-block.mb-2 {
    margin-bottom: 7px
}

.product-coupons {
    cursor: pointer;
    overflow-x: scroll;
    display: flex;
    align-items: center
}

.product-coupons::-webkit-scrollbar {
    display: none
}

.coupon_item.lite {
    border-radius: 0;
    display: inline-block;
    filter: none;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
    margin-right: 7px
}

.coupon_item.lite:before {
    content: normal
}

.coupon_item.lite .coupon_content {
    border: 1px dashed var(--mainColor);
    color: var(--mainColor);
    padding: 5px 10px;
    position: relative;
    font-weight: bold;
    line-height: 1;
    font-size: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 350px) {
    .coupon_item.lite .coupon_content {
        padding:5px 10px;
        font-size: 10px
    }
}

.coupon_item.lite .coupon_content:before,.coupon_item.lite .coupon_content:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid var(--mainColor);
    top: 50%;
    transform: translateY(-50%)
}

.coupon_item.lite .coupon_content:before {
    left: -5px
}

.coupon_item.lite .coupon_content:after {
    right: -5px
}

.product-coupons svg {
    width: 12px;
    height: 18px;
    color: var(--mainColor)
}

#modal-coupon-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999
}

#modal-coupon-product .chosee_size {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

#modal-coupon-product .chosee_size p {
    margin-bottom: 10px
}

#modal-coupon-product .modal-coupon-product {
    position: absolute;
    width: 650px;
    top: 10%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5px 15px 15px 15px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 5px
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product {
        width:96%;
        padding: 5px 5px 15px
    }
}

#modal-coupon-product .modal-coupon-product .modalcoupon-close {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #616161
}

#modal-coupon-product .modal-coupon-product .modalcoupon-close svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s
}

#modal-coupon-product .modal-coupon-product .modalcoupon-close:hover svg {
    transform: rotate(90deg)
}

#modal-coupon-product .modal-coupon-product .box-cpou-dk {
    margin-bottom: 15px
}

#modal-coupon-product .modal-coupon-product .box-cpou-dk.last-cpou {
    margin-bottom: 0px
}

#modal-coupon-product .modal-coupon-product .item_list_coupon {
    background: rgba(80,62,182,0.2);
    display: flex;
    align-items: center;
    border: 1px dashed var(--mainColor);
    border-radius: 5px;
    position: relative
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon {
    background: var(--mainColor);
    vertical-align: middle;
    width: 110px;
    padding: 0 8px;
    border-right: 1px dashed #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #fcaf17
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon {
        width:40px;
        height: 80px;
        font-size: 14px
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon::before,#modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon::after {
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 101px;
    top: -8px;
    border-radius: 50%;
    border-width: 1px;
    border-style: dashed;
    border-color: transparent var(--mainColor) var(--mainColor) transparent;
    transform: rotate(45deg)
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon::before,#modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon::after {
        left:31px
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .money_coupon::after {
    top: auto;
    bottom: -8px;
    transform: rotate(225deg)
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 110px)
}

@media (min-width: 768px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon {
        width:calc(100% - 40px)
    }

    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .noidung_coupon {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .zip_coupon {
        font-size:12px;
        line-height: 1.3
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .zip_coupon b {
    color: #fcaf17
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right {
        display:flex;
        justify-content: space-between;
        align-items: flex-end
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dis_copy {
    background-color: var(--mainColor);
    color: #fff;
    border: none;
    padding: 0px 15px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px;
    line-height: 24px;
    height: 32px;
    font-weight: 600;
    font-size: 14px
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dis_copy {
        height:24px;
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width: 321px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dis_copy {
        height:20px;
        font-size: 10px;
        line-height: 16px
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dis_copy:hover {
    background-color: #fcaf17
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dk_btn {
    text-align: center;
    margin-top: 5px;
    text-decoration: underline;
    color: #2E72D2;
    cursor: pointer
}

@media (max-width: 767px) {
    #modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dk_btn {
        font-size:12px
    }
}

#modal-coupon-product .modal-coupon-product .item_list_coupon .content_coupon .boz-right .dk_btn:hover {
    color: #fcaf17
}

#modal-coupon-product .modal-coupon-product .contet_dk {
    background-color: #fff4db;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    line-height: 18px;
    display: none
}

#modal-coupon-product .modalcoupon-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5
}

#modal-coupon-product .chosee_size {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

.col-cart-right {
    padding-bottom: 20px
}
