.cart-container{
    padding: 30px;
    font-family: var(--englishFont);
}

.cart-card{
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    background: white;
}
.cart-quantity{
    color: #7FC700;
    font-size: 1.1em;
    margin-right: 10px;
}
.cart-header{
    color: #234F4E;
    font-weight: 600 !important;
    font-size: 23px;
}
.c-product-image{
    padding: 2px;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    width: auto;
    max-width: 60%;
}

.c-left-side{
    padding: 0px;
    text-align: center;
}
.c-middle-side{
    padding-right: 0px;
}
.c-middle-side svg{
    margin-top: 13px;
}

.cart-icons{
    float: left;
    width:50%;
    margin-right: -10px;
}
.cart-icon {
    width:50%;
    text-align: center;
    float: right;
    cursor: pointer;
}
.cart-icon span{
    display: block;
    text-align: center;
}

#edit_card{
    font-size: 1.1em;
    padding-top: 10px;
}

#product_title{
    font-size: 18px;
    color: #234F4E;
    font-weight: 500;
}

#order_total {
    font-size: 2.6em;
    font-weight: 600;
}

.continue_button{
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 10px;
    outline: none;
    box-shadow: none !important;
}

.continue_button:hover{
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
}

#gift_button{
    margin-top: 30px;
    color: #F9BA32;
    background-color: #FFF1D1;
    outline: none;
    padding: 10px;
}
#gift_button:hover{
    color: #FFF1D1;
    background-color: #F9BA32;
}

.price-discount:empty:before {
    content: "\200b";
}

.cart-action-icon {
    width: 29px;
    height: 35px;
}

#cart_products {
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
}

#cart_products .product-layout{
    width: calc(100% / 5 - 20px) !important;
    float: right;
}

#shipping_details{
    margin-right: 10px;
    color: #808080;
}

.cart-container .price{
    margin-top: 10px;
}

#cart_products h4{
    color: #484848;
}
.fav-btn .add_to_list_fill{
    display: none;
}
.activeFav .add_to_list_fill{
    display: inline-block;
}
.fav-btn .add_to_list{
    display: inline-block;
}
.activeFav .add_to_list{
    display: none;
}

/* New Style */
#app #homepage-1{
    background-color: #FDFDFD !important;
}
.back-to-shop{
    height: 65px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    width: max-content !important;
    margin-top: 50px;
    transition: .3s all ease-in;
    cursor: pointer;
    background: #FFF;
}
.link-shop{
    margin: 0 20px;
    text-align: left;
    font: normal normal 500 15px/0px Poppins;
    letter-spacing: -0.12px;
    color: #234F4E;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow{
    color: #234F4E;
    font-size: 17px;
    cursor: pointer;
    margin: 0 10px;
}
.back-to-shop:hover{
    background-color: #7FC700;
}
.back-to-shop:hover .link-shop{
    color: #FFF !important;
}
.back-to-shop:hover .arrow{
    color: #FFF !important;

}
.ps-breadcrumb {
    padding: 15px 0;
    background: #f8f8f8;
    margin-top: 10px;
}

.cart-card p{
    color: #A5A5A5;
}
span#order_total {
    font-size: 24px;
}

a.continue_button{
    padding: 14px;
    border-radius: 5px;
}
.under-payment-section {
    padding: 10px 15px;
    background: #FEF9F4;
    margin: 0 -20px;
    border-bottom: 1px solid #FBDEC5;
    border-top: 1px solid #FBDEC5;
    margin-top: 15px;
    margin-bottom: 25px;
}
.under-payment-section p {
    color: #7FC700;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.cart-card .sub_totals_cart span{
    color: #848484;
    font-size: 16px;
}

b#shipping_value, b#products_total{
    font-size: 16px;
}
.seller-title{
    margin-bottom: 5px;
}
.seller-title .name{
    color: #B1B1B1;
    font-size: 15px;
}

.seller-title .value{
    color: #7FC700;
}
.options span:last-of-type{
    font-weight: 500;
}
span.price-old.price-discount{
    color: #234F4E ;
    font-size: 18px ;
    font-weight: 600;
}
.content_price del.product-price{
    color: #C4C4C4;
    font-size: 15px;
}

.c-right-side .card-right-section{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}

.remove-icon {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.remove-icon .remove-icon-span {
    transition: all 0.25s ease-in-out;
    border: 1px solid #fa3434;
    border-radius: 5px;
    line-height: 5rem;
    padding: 12px 15px;
}
.remove-icon .fa-trash {
    transition: all 0.25s ease-in-out;
    color: #fa3434;
    font-size: 16px;
}

.remove-icon:hover span{
    background-color: #FA3434;
}
.remove-icon:hover span i{
    color: #FFF;
}
.quantity-control {
    border: unset;
    border-radius: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    color: #6c1d45;
}

.quantity-control span.minus-quantity {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}
.quantity-control span {
    margin: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    height: 47px;
    width: 47px;
    line-height: 19px;
    background: 0 0;
    border: 1px solid #e0e0e0;
    color: #B9B9B9;
    font-size: 14px;
    padding: 13px 17px;
    cursor: pointer;
    transition: .3s all ease;
}

.card-right-section .form-control {
    border: 1px solid #e0e0e0;
    color: #234F4E;
    font-size: 15px;
    width: 70px;
    height: 47px;
    text-align: center;
    padding: 0 8px;
}
.quantity-control span.plus-quantity {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.slider_product_10 {
    margin-top: 80px;
}

.slider_product_10 > .ps-container,
.slider_product_10 > .ps-container > div{
    padding: 0;
}

.cart-card .arrow-down-cart i {
    display: none;
    position: absolute;
    top: -36px;
    left: 25px;
    background-color: #F6F6F6;
    padding: 10px;
    width: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #CECECE;
    border-bottom: none;
}

@media (min-width:1300px){
    #app #homepage-1{
        padding-top: 190px !important;
    }
}

@media (max-width:991px){
    .col-md-3 .cart-card {
        position: fixed!important;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 99999999999999999999999;
        border: none;
        border-top: 1px solid #ccc;
        padding: 10px;
    }
    .cart-card .arrow-down-cart i {
        display: block;
    }
    a.continue_button{
        width: 100%;
        margin: 15px 0;
    }
}

@media (max-width:767px){
    footer > .ps-container{
        padding: 0 0 30px 0;
    }
    .c-product-image{
        width: auto;
    }
    .c-middle-side{
        text-align: center;
        margin-top: 15px;
    }
}

/* Delete Cart Modal */
.delete-cart-modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.delete-cart-modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border: unset;
    display: inherit !important;
}

.delete-cart-modal h3 {
    text-align: right;
    font: normal normal normal 27px/46px Poppins;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    margin: 0;

}

.delete-cart-modal .modal-body {
    position: relative;
    padding: 15px !important;
}

#remove-product .delete-cart-modal .btn {
    color: #fff;
    border-radius: 3px;
    background: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    border: none !important;
}

.delete-cart-modal .modal-title {
    font-size: 20px;
    padding: 0;
}

.delete-cart-modal .modal-dialog {
    top: 30%;
}

.delete-cart-modal .modal-header {
    padding-bottom: 0 !important;
}

.delete-cart-modal .modal-header .close {
    padding: 1rem;
    margin: -2rem auto -1rem -1rem;
}

.delete-cart-modal h3 {
    margin: 0 !important;
    color: var(--sub-main-color);
}

.delete-cart-modal .delete-div {
    font-size: 16px;
    margin-bottom: 20px;
}

.delete-cart-modal .delete-address-modal-button {
    text-align: end !important;
}

.delete-cart-modal .form-group {
    margin-bottom: 10px;
}

.delete-cart-modal .modal-body button {
    font-size: 16px;
    font-weight: 700;
}

#remove-product .delete-cart-modal .modal-footer button:hover {
    color: #FFF !important;
}

#remove-product .delete-cart-modal .btn-outline-success:hover {
    background-color: #7FC700 !important;
}

#remove-product .delete-cart-modal .btn-outline-danger:hover {
    background: #a94442 !important;
}

.delete-cart-modal .modal-footer .btn-outline-danger{
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.delete-cart-modal .modal-footer .btn-outline-success{
    color: #7FC700 !important;
    border-color: #7FC700 !important;
}
.sale_on_details{
    font-size: 14px;
    background: #F00;
    padding: 0px 4px;
    color: #FFF;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 1.9;
}
#disable_continue_button{
    opacity: .8;
    background-color: #7FC700 !important;
    color: #FFF !important;
}
.out_of_stock_cart{
    background: #234F4E;
    color: #FFF;
    border-radius: 5px;
    padding: 0px 25px;
    font-size: 16px;
}
.product-not-available .c-left-side,
.product-not-available .c-middle-side{
    opacity: .5;
}
.product-not-available #product_title{
    pointer-events: none;
}
@media (max-width:500px){
    .c-right-side{
        padding: 0;
    }
}
.tooltip {
    display:inline-block;
    position:relative;
    text-align: center;
    z-index: 0;
}

.tooltip .bottom {
    min-width:200px;
    top:60px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 15px;
    color:#FFFFFF;
    background-color:#234F4E;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .bottom {
    display:block;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#234F4E;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
