.cart_details_section{
    background-color: white; border-top-left-radius: 25px; 
    width:100%;padding-bottom: 20px; 
    border-bottom-left-radius: 25px; 
    max-width:74%; border-right: 5px solid #ECF3F5;
    vertical-align: top;
}

.cart_cost_section{
    max-width: 25%;
    border-top-right-radius: 25px; 
    width:100%; 
    padding-bottom: 20px; 
    border-bottom-right-radius: 25px; 
    vertical-align: top; 
    background: #fff;
    padding-top: 5px;
}


.tblCartDetails{
    table-layout: fixed; width:100%;
    
}

.tblCartDetails th{
    color:#454545;
    font-size: 30px;
    padding-top:15px;
    padding-left:20px;
    padding-bottom: 25px;
    border-bottom: 3px solid #A1A1A1;
}

.tblCartTotal{
    table-layout: fixed; width:100%;border-collapse: collapse;
    
}

.tblCartTotal th{
     color:#454545;
     font-size:20px;
     padding-top:23px;
     padding-left:10px;
     padding-bottom:25px;
      border-bottom: 3px solid #A1A1A1;
}


.cost-bar-container {
    background-color: #fff;
    width: 100%;
    height: 15px;
    border-radius: 15px;
    margin-top:4px;
    margin-bottom: 3px;
    box-shadow: inset 0 0 0 1px #067d62;
    -webkit-transition: width .5s ease;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: width;
    transition: width .5s ease;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: width;
    
    
}

.cost-bar-point {
    background-color: #067d62;
    width: 60%;
    height: 100%;
    border-top-left-radius: 15px;border-bottom-left-radius: 15px;
    
    -webkit-transition: width .5s ease;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: width;
    transition: width .5s ease;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: width;
}

.grabAttention{
    padding-left:5px;margin-top:5px;background: #D7EAE9;padding-top:3px;padding-bottom:3px;
    color:#353535;
}

.cart_cost_subsection{
    color: #454545;
    
    border-bottom: 1px solid #B0B0B0;
}

.cart_cost_subsection td{
    padding-top:5px;
    padding-bottom:5px;
    font-size:20px;
    padding-left:10px;
}


.tblCartDetailsList{
    
    
    width:80%;
    border-collapse: collapse;
    font-family:sans-serif;
    
    
    
}



.tblCartDetailsList thead{
    /*border-bottom: 2px solid #696969;*/
    background: #8A8A8A;
    position: sticky;
}

.tblCartDetailsList thead th{
    border-bottom:none;
    font-size:16px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left:0px;
    color:#fff;
    font-weight:normal;
    position: sticky;
}


.tblCartDetailsList tbody td{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}

.tblCartDetailsList tr{
    border-bottom: 1px solid #B0B0B0;
}


.cartProdName{
    cursor: pointer;
}

.cartProdName:hover{
    text-decoration: underline;
}

.cartProdName label{
    text-decoration: none;
}

.cartProdName label:hover{
    text-decoration: none;
}

.btnQty{
    border-radius: 0px;
    border:#ddd 1px solid;
    color:#666;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    height:35px;
    width:22px;
    cursor:pointer;
    
}

.btnQty:hover{
     background-color: #C9C9C9;
     color:#5E5E5E;
     transition: transform 0.5s;
}

.lblQty{
     width:22px;
     height:31px;
     border:#ddd 1px solid;
     border-right: none;
     border-left: none;
     text-align: center;
     user-select: none;
}

.btnRemoveCart{
    height:30px;
    width:30px;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    color:#666;
    border:#ddd 1px solid;
    background-color: #f9f9f9;
    cursor:pointer;
    margin-right:5px;
}

.btnRemoveCart:hover{
    color:#fff;
    border:#fff 1px solid;
    background-color: #FF4A2C;
}


.scrollableCart{
    margin-top:40px;
    height:400px;
    width:80%;
    overflow: hidden;
    overflow-y: auto;
    
}


.scrollableCart::-webkit-scrollbar {
    width: 15px;
    margin-top:5px;   
    margin-bottom:15px;
}

.scrollableCart::-webkit-scrollbar-track {
  background: #CCEEF4;
  
  
  
    margin-bottom:15px;
}

.scrollableCart::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.scrollableCart::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}

.scrollableAddresses{        
    width:80%;
    border:1px solid #CFCFCF;
    margin-top:40px;
    
    padding-left:15px;
    
}

.checkoutSavedAddAddress{
     width:95%;
     border:1px solid #CFCFCF;
     margin-top:15px;
     padding-left:10px;
     height:200px;
     overflow: hidden;
     overflow-y: auto;
     color:#525252;
}


.checkoutSavedAddAddress td{
    border-bottom: 1px solid #B0B0B0;
}



.checkoutSavedAddAddress::-webkit-scrollbar {
    width: 15px;
    margin-top:5px;   
    
}

.checkoutSavedAddAddress::-webkit-scrollbar-track {
  background: #CCEEF4;  
    
}

.checkoutSavedAddAddress::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.checkoutSavedAddAddress::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}


.addAddressForm{
    color:#454545;
    width: 80%;
}

.addAddressForm input[type=text]{
    height:25px;
    border-radius: 0;
    border: 1px solid gray;
    font-size: small;
}

.addAddressForm select{
    width:100%; border: 1px solid gray;
    height:28px; border-radius: 0;
}

.frequently_bought_together{
    
    margin-top:30px;background-color: white; border-top-left-radius: 25px; border-top-right-radius: 25px; 
    background-color: white; border-top-left-radius: 25px; 
    border-bottom-left-radius:  15px;border-bottom-right-radius:  15px;
    width:80%;margin-right: 5px; padding-bottom: 0px; 
    
   
}


.frequently_bought_title{
    height: 50px;
    width:100%;
    background: #39A9D9;
    border-top-right-radius: 25px; 
    border-top-left-radius: 25px; 
    color:white;
    font-family: sans-serif;
    font-size: 22px;
    vertical-align: middle;
    padding-right:2px;
   
    
}

.frequently_bought_list{
    
    width:100%;
    background: #fff;
    font-family: sans-serif;
    overflow: hidden;
    overflow-x: auto;
    border-bottom-left-radius:  25px;border-bottom-right-radius:  25px;
    text-align: left;
    
    border-bottom:#ddd 1px solid;
     border-left:#ddd 1px solid;
     border-right:#ddd 1px solid;
    padding-top:5px;
    padding-bottom: 20px;
    
}

.frequently_bought_list::-webkit-scrollbar {
    width: 15px;
 margin-left: 20px;
 margin-right: 20px;

}

.frequently_bought_list::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 15px;
   margin-left: 20px;
   margin-right: 20px;
   
  
}

.frequently_bought_list::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.frequently_bought_list::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}



.frequentProdSectionProdName{
    height:50px;font-family:sans-serif;padding-left:3px;color:#454545;
    font-size:13px;
}

.frequentProdSectionProdOrigValue{
    text-decoration:line-through;color:gray;padding-right:4px; padding-left:2px;
    font-size: 13px;
}

.frequentProdSectionProdValue{
    font-weight: bold;
    font-size: 14px;
}


.frequentProdSectionProdCurrentProd{
    border: 2px solid gray;
    box-shadow: rgb(236, 243, 245) 5px 5px 5px 5px;
    margin-right:5px;
    width:150px;
    cursor: context-menu;
    margin-left:5px;
}

.frequentProdSectionProd{
    border: 1px solid rgb(214, 214, 214);
    box-shadow: rgb(236, 243, 245) 5px 5px 5px 5px;
    margin-right:5px;
    cursor:pointer;
    margin-left:5px;
}

.frequentPlusSign{
    font-size: 20px;
    font-weight: bold;
}

.freqLastColumn{
    border-right: 3px solid gray;
    padding-right: 5px;
}


.cartNoProduct{
    
    margin-top:35px;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;    
    color:#454545;
}

.itemadddate{
    text-decoration: none;
    color:gray;
    font-size:12px;
    
}

.itemadddate:hover{
    text-decoration: none;
    color:gray;
    font-size:12px;
}

.checkout_coupon_div{
    width:100%; height:70px; border:2px dashed #359DC9;margin-top:10px;
    vertical-align: middle;
    padding-top:20px;
    padding-bottom:20px;
}

.checkout_coupon_txt{
    margin-left: 10px;
    width:75%;
    height: 50%;
    border: gray solid 1px;
    font-size: 15px;
}

.checkout_coupon_btn{
    height: 55%;
    width:15%;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    border:#359DC9 1px solid;
    background-color: #359DC9;
    cursor:pointer;
    vertical-align: top;
    
}


.checkout_coupon_btn:hover{
    cursor: pointer;
    background: #2C83A8;
}

.checkout_addresses_btn{
    height:30px;    
    border-radius: 0;
    text-align: center;
    font-size: 15px;

    color:#fff;
    border:#359DC9 1px solid;
    background-color: #359DC9;
    cursor:pointer;
    vertical-align: top;
}

.checkout_addresses_btn:hover{
    cursor: pointer;
    background: #2C83A8;
}

.checkout_cost_subsection{
    color: #454545;    
    border-bottom: 2px solid #B0B0B0;
    border-top: 2px solid #B0B0B0;
    
}

.checkout_cost_subsection td{
    padding-top:5px;
    padding-bottom:5px;
  
}


.checkoutAddAddressContent{
    font-size: 18px;
    color:#454545;
    padding-top:10px;
    padding-bottom:10px;
}

.checkoutUseAddressBtn{
     border-radius: 10px;
    text-align: center;
    color:#fff;
    border:#359DC9 1px solid;
    background-color: #359DC9;
    cursor:pointer;
    
}


.checkoutUseAddressBtn:hover{
    cursor: pointer;
    background: #2C83A8;
}

.checkout-gift-balance{
    width:98%;
    height:100%;
    background: #C9FFB3;
    padding-top: 5px;
    padding-bottom:10px;
    padding-left: 3px;
    padding-right:3px;
    font-size:17px;
    color:#454545;
}

.checkout_gift_balance_selection
{
    width:17px;
    height:17px;
}

.cart-outer{
    max-width: 80%;
    width:100%;
    margin-left: auto; 
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}

.wishlist-inner{
    max-width: 80%;
    width:100%;
}

.wishlist_details_section{
    background-color: white; border-top-left-radius: 25px; 
    width:100%;padding-bottom: 20px; 
    border-bottom-left-radius: 25px; 
    max-width:74%; border-right: 5px solid #ECF3F5;
    vertical-align: top;
    border-top-right-radius: 25px; 
    border-bottom-right-radius: 25px; 
}

.tbl_checkout_add_coupon{
    width:80%; padding-top:20px;    
}

.finalizeOrderErrMsg{
    display: none; color: red;
}


.loading span {
    position: absolute;
    height: 10px;
    width: 84px;
    top: 50px;
    overflow: hidden;
}
.loading span > i {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-animation: wait 4s infinite;
    -moz-animation: wait 4s infinite;
    -o-animation: wait 4s infinite;
    animation: wait 4s infinite;
}
.loading span > i:nth-of-type(1) {
    left: -28px;
    background: yellow;
}
.loading span > i:nth-of-type(2) {
    left: -21px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: lightgreen;
    
}

@media screen and (max-width: 849px) {
    .cart-outer{
        max-width: 100%;
        width:100%;
        
    }
    .cart_details_section{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        border-right:0px;
        border-bottom: 5px solid #ECF3F5;
    }
    
    .wishlist_details_section{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        border-right:0px;
        border-bottom: 5px solid #ECF3F5;
    }
    .cart_cost_section{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
    }
    .frequently_bought_together{
        max-width: 100%;
        width:100%;
    }
    
    .scrollableCart{
        max-width: 100%;
        width:100%;
    }
    .wishlist-inner{
        max-width: 100%;
        width:100%;
    }
    
    .tblCartDetailsList{
        max-width: 100%;
        width:100%;
    }
    .tbl_checkout_add_coupon{
        width:95%;
    }
    
    .scrollableAddresses{
        width:90%;
        padding-left: 5px;
    }
    .checkout_addresses_btn{
        margin-top:5px;
    }
    .addAddressForm{
        max-width: 100%;
        width:100%;
    }
    .loading span{
        display: none;
    }
    
}