.cartPage{
    padding-top: 10px;
}
.cartRows{
    background-color: #fff;
    border-radius: 30px;
    margin: 30px 0px;
    overflow: hidden;   
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
}
.cartRows .cartRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}
.cartRows .cartRow:first-child{
    padding: 20px 30px;
    background-color: #000;
    color: #fff;
    border: none;
}
.cartRows .cartRow:last-child{
    border: none;
}
.cartRows .cartRow .item{
    display: flex;
    align-items: center;
    width: 100%;
}
.cartRows .cartRow .item .photo{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.cartRows .cartRow .item .prod{
    padding: 0px 15px;
}
.cartRows .cartRow .item .prod .cartAdd{
    background-color: #D88A8A;
    width: 50px;
    height: 22px;
    /*border-radius: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}
.cartRows .cartRow .item .prod a:hover{
    /*color: #398A87;*/
    border-bottom: 1px solid #000;
}
.cartRows .cartRow .item .prod .spec{
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.cartRows .cartRow .item .prod .spec span.temperature{
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.cartRows .cartRow .item .prod .spec span.cold{
    background-color: #4ECDC4;
}
.cartRows .cartRow .item .prod .spec span.freeze{
    background-color: #3299BB;
}

.cartRows .cartRow .price{
    width: 90px;
    flex-shrink: 0;
    text-align: right;
    flex-shrink: 0;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}
.cartRows .cartRow .price del{
    font-size: 12px;
    color: #ccc;
    margin-top: -3px;
}
.priceBox{
    margin-top: 15px;
    transition: all .5s;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.priceBox .num,
.cartRows .cartRow .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    flex-shrink: 0;
}
.cartRows .cartRow .num .btn,
.priceBox .num .btn{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 35px;
    border-radius: 0px;
    color: #999;
}
.priceBox .num .form-control,
.cartRows .cartRow .num .form-control{
    height: 35px;
    width: 50px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceBox .num .form-control::placeholder,
.cartRows .cartRow .num .form-control::placeholder {
    color: #ccc;
    font-size: 12px;
    text-align: center;
}
.priceBox .num.btn-num,
.cartRows .cartRow .num.btn-num{
    border: 1px solid #999;
    border-radius: 10px;
}
.cartRows .cartRow .total{
    width: 120px;
    text-align: right;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 15px;
}
.cartRows .cartRow .trash{
    color: #999;
    width: 30px;
    height: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    margin-left: 10px;
}
.cartPage .action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cartPage .action .box{
    display: flex;
    align-items: center;
    justify-content: end;
}
.cartPage .action .num{
    padding-top: 5px;
}
.cartPage .action .num span{
    font-family: 'Arial';
    font-size: 20px;
}
.cartPage .action .total{
    margin-left: 15px;
    font-family: 'Arial';
    font-weight: bold;
    color: #000;
}
.cartPage .action .total span{
    font-size: 28px;
    height: 40px;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;    
}
.cartPage .action .steps{
    display: flex;
    align-items: center;
}
.cartPage .action .steps .step{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
}
.cartPage .action .steps i{
    margin: 0px 15px;
    font-size: 14px;
    color: #999;
}
.cartPage .action .steps .step span{
    width: 40px;
    height: 40px;
    background-color: #999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cartPage .action .steps .step:first-child span{
    background-color: #000;
}
.cartPage .btn-checkout{
    height: 50px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s; 
    background-color: #000;
    background-color: #ff7474;   
    color: #fff;
    margin-top: 15px;
    border: 2px solid #fff;
    min-width: 200px;
}
.cartPage .btn-checkout:hover {
    box-shadow: 5px 5px 5px #666;
    border-color: #fff;
}
.checkOutPage{
    min-height: calc(100svh - 230px - 468px);
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 60px;
}
.checkOutPage .cartInfo{
    width: 40%;
    /*background-color: #fff;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-shrink: 0;
    position: sticky;
    top: 260px;
}
.checkOutPage .cartForm{
    width: 60%;
    /*background-color: #fff;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.checkOutPage h4{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.checkOutPage h4:nth-child(1){
    margin-top: 0px;
}
.checkOutPage h4 .btn{
    border: 1px solid #666;
    color: #666;
    font-size: 12px;
    padding: 0px;
    margin-left: 15px;
    width: 75px;
    height: 25px;
    border-radius: 20px;
    background-color: #fff;
}
.checkOutPage ul.cartItems{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    font-size: 14px;
    /*border: 1px solid #000;*/
    width: 100%;
}
.checkOutPage ul.cartItems li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.checkOutPage ul.cartItems li .photo{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.checkOutPage ul.cartItems li .prod{
    padding-left: 10px;
    width: 100%;
}
.checkOutPage ul.cartItems li .prod .prodName{
    display: flex;
    align-items: center;
}
.checkOutPage ul.cartItems li .prod span.addCart{
    background-color: #D88A8A;
    width: 40px;
    height: 18px;
    /* border-radius: 25px; */
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.checkOutPage ul.cartItems li .spec{
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.checkOutPage ul.cartItems li .spec span.cold{
    background-color: #4ECDC4;
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.checkOutPage ul.cartItems li .spec span.freeze{
    background-color: #3299BB;
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.checkOutPage ul.cartItems li .down{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.checkOutPage .cartDiscount{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.checkOutPage .cartDiscount.cashPoint select.form-control{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    font-size: 14px;
}
.checkOutPage .cartDiscount.cashPoint ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.checkOutPage .cartDiscount.cashPoint ul li{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}
.checkOutPage .cartDiscount .choose{
/*    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px dashed #000;
    padding: 15px;
    border-radius: 15px;*/
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    color: #99B898;
    cursor: pointer;
}
.checkOutPage .cartDiscount .choose i{
    margin-right: 10px;
    font-size: 20px;
    margin-top: -1px;
}
.checkOutPage .cartDiscount .coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
.checkOutPage .cartDiscount .coupon .couponText{
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #f9f9f9;
}
.checkOutPage .cartDiscount .coupon .couponText  p{
    margin: 0px;
    margin-top: 5px;
    margin-left: 16px;
    color: #666;
}

.checkOutPage .cartDiscount .coupon span:last-child{
    color: #D88A8A;
}
.checkOutPage .cartMoney{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.checkOutPage .cartMoney ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.checkOutPage .cartMoney ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0px;
}
.checkOutPage .cartMoney ul li.coupon{
    color: #D88A8A;
}
.checkOutPage .cartMoney .total{
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkOutPage .cartMoney .total p{
    margin: 0px;
}
.checkOutPage .cartMoney .total p.price{
    color: #000;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.checkOutPage .cartMoney .total p span{
    font-size: 18px;
}
.checkOutPage .cartForm{
    margin-right: 30px;
}
.checkOutPage .cartForm .box{
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
}
.checkOutPage .cartForm .box ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.checkOutPage .cartForm .box ul li{
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
    transition: all .5s;
    min-width: 100px;
}
.checkOutPage .cartForm .box ul li:hover{
    color: #83AF9B;
}
.checkOutPage .cartForm .box ul li i{
    margin-right: 10px;
    font-size: 24px;
}
.checkOutPage .cartForm .box ul li i.fa-regular{
    color: #999;
}
.checkOutPage .formGroup{
    margin-bottom: 15px;
}
.checkOutPage .formGroup .form-control{
    border-radius: 15px;
    height: 45px;
    border: 1px solid #000;
    padding-left: 15px;
    padding-left: 15px;
}
.checkOutPage .formGroup .cvsInfo{
    border-radius: 15px;
    height: 45px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    padding: 15px;
}
.checkOutPage .formGroup .cvsInfo span.addr{
    margin-left: 15px;
    border-left: 1px solid #000;
    padding-left: 15px;
}
.checkOutPage .formGroup .addr{
    display: flex;
    align-items: center;
}
.checkOutPage .formGroup .addr select{
    width: 180px;
    margin-right: 15px;
}
.checkOutPage .btn-pay{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 30px;
    letter-spacing: 5px;
}
.checkOutPage .btn-pay i{
    margin-right: 5px;
}
.closeChechOut{
    display: none;
}
.checkOutPage .agree{
    display: flex;
    align-items: start;
    cursor: pointer;
    margin-top: 15px;
    color: #333;
    margin-left: 5px;
}
.checkOutPage .agree i{
    margin-top: 3px;
    margin-right: 10px;
}
.checkOutPage .agree div p{
    margin: 0px;
    margin-bottom: 3px;
}
.checkOutPage .agree div p.info{
    color: #309292;
}
.couponModal{
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.couponModal.open{
    z-index: 1001;
    opacity: 1;
    visibility: visible;
}
.couponModal .couponMask{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;    
    opacity: 1;
    visibility: visible;
    background-color: rgba(0,0,0,0.5);
}
.couponModal .couponBox{
    background-color: #fff;
    width: 500px;
    max-width: 95vw;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.couponModal .couponBox .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: bold;
}
.couponModal .couponBox .title .btn{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.couponModal .couponBox .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.couponModal .couponBox .top .form-control{
    height: 45px;
    border-radius: 15px;
    border: 1px solid #000;
}
.couponModal .couponBox .top .btn{
    height: 45px;
    background-color: #000;
    border-radius: 15px;
    width: 100px;
    flex-shrink: 0;
    color: #fff;
    margin-left: 10px;
}

.couponModal .couponBox .myCoupons ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.couponModal .couponBox .myCoupons ul li{
    border: 1px solid #000;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.couponModal .couponBox .myCoupons ul li.active{
    border: 2px solid #000;
}
.couponModal .couponBox .myCoupons ul li i.fa-check{
    position: absolute;
    right: 5px;
    top: -20px;
    color: #000;
    font-size: 3em;
}
.couponModal .couponBox .myCoupons ul li .couponName{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.couponModal .couponBox .myCoupons ul li .discount,
.couponModal .couponBox .myCoupons ul li .date{
    font-size: 14px;
    padding-left: 10px;
    color: #999;
}
.couponModal .couponBox .myCoupons .left{
    height: 100%;
    width: 100%;
}
.couponModal .couponBox .myCoupons .right{
    width: 150px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-right: 15px;
}
.couponModal .couponBox .myCoupons .right > span{
    font-size: 12px;
    color: #ccc;
}
.couponModal .couponBox .myCoupons .right .money span{
    font-family: 'Raleway', sans-serif;
    margin: 0px 5px;
    color: #F87E7B;
    font-size: 24px;
}
.couponModal .couponBox .btn-check{
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.couponModal .couponBox .disable{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.7;
    font-size: 12px;
    color: #D88A8A;
    border-radius: 15px;
    cursor: no-drop;
}
.couponModal .couponBox .disable i{
    font-size: 3em;
    margin-bottom: 5px;
}
.cartAddRow{
    width: 100%;
    margin: 60px 0px;
}
.cartAddRow h4.title{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-left: 5px solid #000;
    line-height: 1em;
    padding-left: 10px;
}
.cartAdds{
    width: 100%;
    display: flex;
    overflow: hidden;    
    padding: 5px 0px;
}
.cartAdds .cartAddItem{
    width: calc(100% / 4.5 - 20px);
    margin-right: 20px;
    
    cursor: pointer;
    
}
.cartAdds .cartAddItem .cart3D{
    transition: transform 0.6s;
    transform-style: preserve-3d;  
}
.rotate {
    transform: rotateY(180deg);
}
.cartAdds .cartAddItem .front{
    background-color: #fff;
}
.cartAdds .cartAddItem .front,
.cartAdds .cartAddItem .back{
    /*backface-visibility: hidden;*/
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 15px;
}
.cartAdds .cartAddItem .back {
    transform: rotateY(180deg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #fff;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
}
.cartAdds .cartAddItem .back .specs{
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 60px);
    padding: 10px 0px;
}
.cartAdds .cartAddItem .back .specs .spec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    border-radius: 5px;
}
.cartAdds .cartAddItem .back .specs .spec.choose{
    border: 1px solid #ff7474;
}
.cartAdds .cartAddItem .back .specs .photo{
    width: 60px;
    height: 60px;
    padding-top: 0px;
    flex-shrink: 0;
}
.cartAdds .cartAddItem .back .specs .text{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 50px;
    padding-left: 5px;
    font-size: 14px;
}

.cartAdds .cartAddItem .back .specs.v2 .spec{
    flex-direction: column;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 10px;
}
.cartAdds .cartAddItem .back .specs.v2 .photo{
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-bottom: 5px;
}
.cartAdds .cartAddItem .back .specs.v2 .text{
    min-height: auto;
}


.cartAdds .cartAddItem .back .specs .text .price{
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 16px;
    font-family: serif;
    font-family: 'Raleway', sans-serif;
    color: #ff7474;
}
.cartAdds .cartAddItem .back .specs .text .price span{
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    text-decoration: line-through;
}
.cartAdds .cartAddItem .back .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    width: 100%;
}
.cartAdds .cartAddItem .back .top .btn{
    padding: 0px;
}
.cartAdds .cartAddItem .back .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #fff;
}
.cartAdds .cartAddItem .back .bottom .btn-num{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 20px;
    height: 30px;
    font-size: 12px;

}
.cartAdds .cartAddItem .back .bottom .btn-num .btn{
    padding: 0px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cartAdds .cartAddItem .back .bottom .btn-num div{
    padding: 0px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cartAdds .cartAddItem .back .bottom .btnAdd{
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    height: 30px;
    padding: 0px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartAdds .cartAddItem .photo{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}
.cartAdds .cartAddItem .content{
    padding: 10px;
}
.cartAdds .cartAddItem .content .prodName{
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.cartAdds .cartAddItem .content .flex{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cartAdds .cartAddItem .content .flex .price{
    font-weight: bold;
    font-size: 16px;
    color: #FF7474;
    font-family: 'Raleway', sans-serif;
}
.cartAdds .cartAddItem .content .flex span.old{
    font-weight: initial;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-family: Arial;
    margin-left: 5px;
}
.cartAdds .cartAddItem .content .flex .btn{
    background-color: #000;
    color: #fff;
    padding: 0px;
    font-size: 12px;
    width: 60px;
    height: 30px;
    border-radius: 20px;
}
.checkOutPage .cartForm .box.applyBox ol{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
}
.checkOutPage .cartForm .box.applyBox ol li{
    width: calc(100% / 3);
    margin-right: 10px;
}
.checkOutPage .cartForm .box.applyBox ol li .form-control{
    border: 1px solid #000;
    border-radius: 15px;
    height: 45px;
}
.checkOutPage .cartForm .box.applyBox ol li.action{
    width: 30px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.checkOutPage .cartForm .box.applyBox .btn{
    background-color: #000;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 20px;
    margin-top: 15px;
}
.red{
    color: #ff0000;
}
.shipRemark b{
    color: #96B49C;
}
.shipRemark .sec{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.shipRemark .sec:last-child{
    margin-bottom: 0px;
}
.shipRemark h4{
    margin-top: 30px !important;
}
@media(max-width: 1024px){
    .checkOutPage .cartInfo{
        top: 200px;
    }
    .checkOutPage .formGroup .addr{
        flex-wrap: wrap;
    }
    .checkOutPage .formGroup .addr select{
        width: calc(50% - 5px);
        margin-bottom: 15px;
    }
    .checkOutPage .formGroup .addr select:nth-child(1){
        margin-left: 0px;
        margin-right: 5px;
    }
    .checkOutPage .formGroup .addr select:nth-child(2){
        margin-right: 0px;
        margin-left: 5px;
    }
    .checkOutPage ul.cartItems li .photo{
        width: 70px;
        height: 70px;
    }    
}
@media(max-width: 820px){
    .cartRows{
        border-radius: 15px;
    }
    .cartRows .cartRow{
        padding: 15px;
    }
    .cartRows .cartRow .total{
        width: 95px;
    }
    .priceBox .num, .cartRows .cartRow .num{
        width: 100px;
    }
    .priceBox .num .form-control, .cartRows .cartRow .num .form-control{
        width: 35px;
    }
    .cartRows .cartRow .price{
        width: 70px;
        margin-right: 10px;
    }
    .cartRows .cartRow .item .prod{
        padding: 0px 5px;
    }
    .cartPage .action .steps .step{
        padding: 15px;
    }
    .cartPage .action .steps i{
        margin: 0px 10px;
    }
    .checkOutPage{
        flex-direction: column;
    }
    .checkOutPage .cartForm{
        margin-right: 0px;
        width: 100%;
    }
    .checkOutPage .cartInfo{
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 30px;
    }
    .cartAdds .cartAddItem{
        width: calc(100% / 3.5 - 20px);
    }
}
@media(max-width: 640px){
    .cartPage .action{
        flex-direction: column;

    }
    .cartPage .action .rightInfo{
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .cartPage .action .rightInfo .btn-checkout{
        /*width: 250px;        */
        position: fixed;
        width: 100%;
        margin: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        border: none;
        border-radius: 0px;
        letter-spacing: 5px;
        border-top:  2px solid #fff;
    }
    .cartPage .action .steps{
        order: 2;
        margin-top: 15px;
    }
    .cartPage .action .steps .step{
        padding: 10px;
    }
    .cartRows{
        border: 1px solid #000;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .cartRows .cartRow{
        flex-wrap: wrap;
    }
    .cartRows .cartRow:first-child{
        display: none;
    }
    .cartRows .cartRow .num{
        width: 85px;
    }
    .cartRows .cartRow .num .btn, .priceBox .num .btn{
        font-size: 14px;
        width: 25px;
    }
    .priceBox .num .form-control, .cartRows .cartRow .num .form-control{
        font-size: 14px;
        width: 25px;
    }
    .checkOutPage .cartForm .box{
        /*padding: 20px;*/
        /*font-size: 14px;*/
    }
    .checkOutPage .cartForm .box ul li i{
        font-size: 18px;
    }
    .checkOutPage .cartForm .box ul{
        flex-direction: column;
    }
    .checkOutPage .cartForm .box ul li{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .checkOutPage .formGroup .cvsInfo{
        flex-direction: column;
        min-height: 45px;
        height: auto;
        align-items: start;
    }
    .checkOutPage .formGroup .cvsInfo span.addr{
        padding-left: 0px;
        margin-left: 0px;
        border: none;
    }
    .cartRows .cartRow .trash{
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .cartRows .cartRow .item{
        align-items: start;
    }
    .cartRows .cartRow .item .photo{
        border: 1px solid #ccc;
        border-radius: 15px;
        margin-right: 15px;
    }
    .cartAdds .cartAddItem{
        width: calc(100% / 1.5 - 20px);
    }
    .cartAddRow{
        margin-bottom: 30px;
    }
    .checkOutPage .cartForm .box.applyBox ol{
        flex-direction: column;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .checkOutPage .cartForm .box.applyBox ol li{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .checkOutPage .cartForm .box.applyBox ol li.action{
        position: absolute;
        right: 5px;
        top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }
    .checkOutPage .cartForm .box.applyBox .btn{
        width: 100%;
    }
}