.cart__item{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.cart__item ~ .cart__item {
    margin-top: 30px;
}
 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 
input[type=number] {
    -moz-appearance: textfield;
}
@media(min-width: 768px) {
    #cart_drawer_wrapper .mobile-coupon {
        display: none!important
    }

    #cart_drawer_wrapper .coupon {
        display: block;
        padding: 1rem 0;
        
        
    }

    #cart_drawer_wrapper .coupon__apply-btn {
        height: 40px;
    }
}
#cart_drawer_wrapper .coupon {
    position: relative;
}

#cart_drawer_wrapper .coupon-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#cart_drawer_wrapper .coupon-grid__input {
    position: relative;
    width: calc(100% - 120px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#cart_drawer_wrapper .coupon-grid__input .iconfont {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 2px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
}

#cart_drawer_wrapper .coupon-grid__input .placeholder {
    top: 50%
}

#cart_drawer_wrapper .coupon__apply-btn {
    width: 100px;
    border-radius: 6px;
    font-size: 14px;
    background-color: #2277C8;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    height: 40px;
}

#cart_drawer_wrapper .coupon__input {
     
    background-color: #f2f2f2;
     
    height: 40px;
    border-radius: 6px;
    width: 100%;
    padding: 10px 30px 10px 15px;
    display: block;
    border: 1px solid;
    border-color: #dcdcdc;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    margin-bottom: .375rem;
}

#cart_drawer_wrapper .coupon__message {
    font-size: .875rem;
    font-weight: 400;
    padding-left: .625rem;
    color: #ff9600 !important;
}

#cart_drawer_wrapper .coupon__message_error{
    color: #EA0000 !important;
}

.valueMissing{
    border-color: #EA0000 !important;
}

#cart_drawer_wrapper .coupon__message_plus {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: rgba(0,0,0,.8);
    border-radius: 6px;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.5rem;
}

#cart_drawer_wrapper .coupon__message_plus:after {
    content: 'âœ“';
    color: #000;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    left: .625rem;
    top: .625rem;
}

#cart_drawer_wrapper .coupon__message_plus.coupon__message_error {
    color: #ffa343;
}

#cart_drawer_wrapper .coupon__message_plus.coupon__message_error:after {
    color: #000;
    content: 'Ã—';
    font-size: 18px;
    background-color: #ffa343;
}

#cart_drawer_wrapper .coupon__plus-codes {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    margin-bottom: -.5rem;
    margin-left: 8px;
}

#cart_drawer_wrapper .coupon__code {
    background-color: #f5f5f5;
    margin: 0 .5rem .5rem 0;
    line-height: 32px;
    height: 32px;
    border-radius: 6px;
    position: relative;
    padding-left: .625rem;
    padding-right: 1.875rem;
    color: #999;
    font-size: 14px;
}

#cart_drawer_wrapper .coupon__code:empty {
    background-color: transparent;
}

#cart_drawer_wrapper .coupon__code-remove {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 10px;
}

#cart_drawer_wrapper .coupon__code-remove:hover {
    text-decoration: none;
}
.tw-grid-cols-cart-grid-drawer{
    grid-template-columns: 85px 2fr 1fr;
    -ms-grid-columns: 85px 2fr 1fr;
}
.cart-invalid-product{
    opacity: 0.3;
    pointer-events: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
}
.invalid-msg{
    display: none;
}
.invalid-msg.invalid-product{
    display: block !important;
    position: absolute;
    margin-top: -26px;
    color: #d50000;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
@media (max-width: 768px){
    .invalid-msg.invalid-product{
        font-size: 12px;
        padding-top:4px
    }
}
#atc-modal {
    color: #ffffff;
     
}
#atc-modal .cart-drawer-header {
    background-color: #fff;
    border-color: #dcdcdc;
}
#atc-modal .cart-drawer-fotter {
    background-color: #fff;
}
#atc-modal .cart-drawer-title,#atc-modal {
     
    font-size: 20px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
}

 #atc-modal .cart-drawer-price {
     
    font-size: 16px;
    font-weight: 600;
}
#atc-modal  .cart-drawer-text {
    width: 100%;
     
}
#atc-modal .cart-drawer-img {
    max-height: 105px;
    overflow: hidden;
    border-radius: 6px;
}
#atc-modal .cart-block {
    width:62.6667%;
}
#atc-modal .cart-svg {
    cursor: pointer;
}
#atc-modal .cart-calculation {
    display: block;
    position: relative;
    max-width: 114px;
    width: 100%;
    min-width: 114px;
}
#atc-modal .cart_drawer-close, #atc-modal .cart-calculation>a {
     
     
     
    border-radius: 6px;
    height: 38px;
    min-width: 38px;
    z-index: 2;
}
#atc-modal .cart-calculation>a {
    position: absolute;
    top: 0;
    margin-top: 2px;
}
#atc-modal .cart-calculation>a:last-child {
    right: 0;
}
#atc-modal .cart-calculation>input {
    width: 100%;
    height: 38px;
    text-align: center;
}
#atc-modal .cart_drawer-close:hover , #atc-modal .cart-calculation>a:hover{}
#atc-modal .cart-calculation>input:hover, #cart_drawer_wrapper .coupon__input:hover {
    border-radius: 6px;
}

#atc-modal .cart-btn {
    border-radius: 4px;
    color: #2C2E2F;
}
#atc-modal .cart-btn:hover {
    filter: brightness(0.95);
}
#atc-modal .cart-apply {}
#atc-modal .cart-apply:hover {}
@media (max-width: 959.98px) {
    #atc-modal .cart-drawer-img {
        max-width: 20%;
        max-height: 146px;
    }
    #atc-modal .cart-block {
        width: 74%;
    }
}
@media (max-width: 539.98px) {
    #atc-modal .cart-drawer-img {
        max-height: 75px;
    }
}

#atc-modal {
    padding: 42px 42px 0;
    box-sizing: border-box;
    justify-content: flex-start;
    color: #272626;
}
#atc-modal .cart-btn{
   color: #fff;
   font-weight: 700;
}
#atc-modal .p-name{
   font-weight: 500;
}
#atc-modal .cart-calculation{
    border: 1px solid #333;
    border-radius: 4px;
    min-width: 70px;
    max-width: 80px;
    max-height: 28px;
    display: flex;
}
#atc-modal .cart-calculation>input{
   color: #333333;
    height: 28px;
    font-size: 0.875rem
}
#atc-modal .cart-calculation>a{
   color: #333333;
    min-width: 24px;
    margin-top: 0;
    height: 28px;
}
#atc-modal .cart_drawer-close{
   min-width: auto;
}
#atc-modal .cart-svg{
   margin-top: 0.1rem;
}
.no-mail-mes{
   background: #f2f2f2;
   font-size: 12px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-icon{
   margin-right: 10px;
}
#atc-modal .cart-apply {
   font-weight: 700;
}
#atc-modal .cart-drawer-fotter{
     
}
.by-it-now{
    border-radius: 4px;
}
@media (max-width: 959.98px){
    #atc-modal{
        width: 83%;
        padding: 0 30px !important;
    }
    .no-mail-mes{
        padding: 10px
    }
}

.product-variants-box::-webkit-scrollbar {
    display: none;  
}

.product-variants-box {
    scrollbar-width: none;  
    -ms-overflow-style: none;  
    overflow-x: hidden;
    overflow-y: auto;
}

.cart__item{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.cart__item ~ .cart__item {
    margin-top: 30px;
}
 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 
input[type=number] {
    -moz-appearance: textfield;
}
@media(min-width: 768px) {
    #cart_drawer_wrapper .mobile-coupon {
        display: none!important
    }

    #cart_drawer_wrapper .coupon {
        display: block;
        padding: 1rem 0;
        
        
    }

    #cart_drawer_wrapper .coupon__apply-btn {
        height: 40px;
    }
}
#cart_drawer_wrapper .coupon {
    position: relative;
}

#cart_drawer_wrapper .coupon-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#cart_drawer_wrapper .coupon-grid__input {
    position: relative;
    width: calc(100% - 120px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#cart_drawer_wrapper .coupon-grid__input .iconfont {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 2px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
}

#cart_drawer_wrapper .coupon-grid__input .placeholder {
    top: 50%
}

#cart_drawer_wrapper .coupon__apply-btn {
    width: 100px;
    border-radius: 6px;
    font-size: 14px;
    background-color: #2277C8;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    height: 40px;
}

#cart_drawer_wrapper .coupon__input {
     
    background-color: #f2f2f2;
     
    height: 40px;
    border-radius: 6px;
    width: 100%;
    padding: 10px 30px 10px 15px;
    display: block;
    border: 1px solid;
    border-color: #dcdcdc;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    margin-bottom: .375rem;
}

#cart_drawer_wrapper .coupon__message {
    font-size: .875rem;
    font-weight: 400;
    padding-left: .625rem;
    color: #ff9600 !important;
}

#cart_drawer_wrapper .coupon__message_error{
    color: #EA0000 !important;
}

.valueMissing{
    border-color: #EA0000 !important;
}

#cart_drawer_wrapper .coupon__message_plus {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: rgba(0,0,0,.8);
    border-radius: 6px;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.5rem;
}

#cart_drawer_wrapper .coupon__message_plus:after {
    content: 'âœ“';
    color: #000;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    left: .625rem;
    top: .625rem;
}

#cart_drawer_wrapper .coupon__message_plus.coupon__message_error {
    color: #ffa343;
}

#cart_drawer_wrapper .coupon__message_plus.coupon__message_error:after {
    color: #000;
    content: 'Ã—';
    font-size: 18px;
    background-color: #ffa343;
}

#cart_drawer_wrapper .coupon__plus-codes {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    margin-bottom: -.5rem;
    margin-left: 8px;
}

#cart_drawer_wrapper .coupon__code {
    background-color: #f5f5f5;
    margin: 0 .5rem .5rem 0;
    line-height: 32px;
    height: 32px;
    border-radius: 6px;
    position: relative;
    padding-left: .625rem;
    padding-right: 1.875rem;
    color: #999;
    font-size: 14px;
}

#cart_drawer_wrapper .coupon__code:empty {
    background-color: transparent;
}

#cart_drawer_wrapper .coupon__code-remove {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 10px;
}

#cart_drawer_wrapper .coupon__code-remove:hover {
    text-decoration: none;
}
.tw-grid-cols-cart-grid-drawer{
    grid-template-columns: 85px 2fr 1fr;
    -ms-grid-columns: 85px 2fr 1fr;
}
.cart-invalid-product{
    opacity: 0.3;
    pointer-events: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
}
.invalid-msg{
    display: none;
}
.invalid-msg.invalid-product{
    display: block !important;
    position: absolute;
    margin-top: -26px;
    color: #d50000;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
@media (max-width: 768px){
    .invalid-msg.invalid-product{
        font-size: 12px;
        padding-top:4px
    }
}
#atc-modal {
    color: #ffffff;
     
}
#atc-modal .cart-drawer-header {
    background-color: #fff;
    border-color: #dcdcdc;
}
#atc-modal .cart-drawer-fotter {
    background-color: #fff;
}
#atc-modal .cart-drawer-title,#atc-modal {
     
    font-size: 20px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
}

 #atc-modal .cart-drawer-price {
     
    font-size: 16px;
    font-weight: 600;
}
#atc-modal  .cart-drawer-text {
    width: 100%;
     
}
#atc-modal .cart-drawer-img {
    max-height: 105px;
    overflow: hidden;
    border-radius: 6px;
}
#atc-modal .cart-block {
    width:62.6667%;
}
#atc-modal .cart-svg {
    cursor: pointer;
}
#atc-modal .cart-calculation {
    display: block;
    position: relative;
    max-width: 114px;
    width: 100%;
    min-width: 114px;
}
#atc-modal .cart_drawer-close, #atc-modal .cart-calculation>a {
    border-radius: 6px;
    height: 38px;
    min-width: 38px;
    z-index: 2;
}
#atc-modal .cart-calculation>a {
    position: absolute;
    top: 0;
    margin-top: 2px;
}
#atc-modal .cart-calculation>a:last-child {
    right: 0;
}
#atc-modal .cart-calculation>input {
    width: 100%;
    height: 38px;
    text-align: center;
}
#atc-modal .cart_drawer-close:hover , #atc-modal .cart-calculation>a:hover{}
#atc-modal .cart-calculation>input:hover, #cart_drawer_wrapper .coupon__input:hover {
    border-radius: 6px; 
}

#atc-modal .cart-btn {
     
    border-radius: 4px;
    color: #2C2E2F;
}
#atc-modal .cart-btn:hover {
    filter: brightness(0.95);
}
#atc-modal .cart-apply {
     
}
#atc-modal .cart-apply:hover {
     
}
@media (max-width: 959.98px) {
    #atc-modal .cart-drawer-img {
        max-width: 20%;
        max-height: 146px;
    }
    #atc-modal .cart-block {
        width: 74%;
    }
}
@media (max-width: 539.98px) {
    #atc-modal .cart-drawer-img {
        max-height: 75px;
    }
}

#atc-modal {
    padding: 42px 42px 0;
    box-sizing: border-box;
    justify-content: flex-start;
    color: #272626;
}
#atc-modal .cart-btn{
   color: #fff;
   font-weight: 700;
}
#atc-modal .p-name{
   font-weight: 500;
}
#atc-modal .cart-calculation{
    border: 1px solid #333;
    border-radius: 4px;
    min-width: 70px;
    max-width: 80px;
    max-height: 28px;
    display: flex;
}
#atc-modal .cart-calculation>input{
   color: #333333;
    height: 28px;
    font-size: 0.875rem
}
#atc-modal .cart-calculation>a{
   color: #333333;
    min-width: 24px;
    margin-top: 0;
    height: 28px;
}
#atc-modal .cart_drawer-close{
   min-width: auto;
}
#atc-modal .cart-svg{
   margin-top: 0.1rem;
}
.no-mail-mes{
   background: #f2f2f2;
   font-size: 12px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-icon{
   margin-right: 10px;
}
#atc-modal .cart-apply {
   font-weight: 700;
}
#atc-modal .cart-drawer-fotter{}
.by-it-now{
    border-radius: 4px;
}
@media (max-width: 959.98px){
    #atc-modal{
        width: 83%;
        padding: 0 30px !important;
    }
    .no-mail-mes{
        padding: 10px
    }
}

.product-variants-box::-webkit-scrollbar {
    display: none;  
}

.product-variants-box {
    scrollbar-width: none;  
    -ms-overflow-style: none;  
    overflow-x: hidden;
    overflow-y: auto;
}