


.mycart-items{
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding-bottom: 100px;
}

.my-cart{
    margin-top: 4px;
    padding-top: 140px;
}


.product-mobile-addButton a{
    text-decoration: unset;
}


.shipment_price_title{
    color: #000 !important;
}
.shipment_total{
    color: #23254e !important;
    font-size: 12px !important;
    /*font-weight: 100 !important;*/
}
.cart-register-btn {
    margin-top: 20px;
    border: 1px solid var(--primary-color);
    width: 100%;
    /* height: 45px; */
    outline: none !important;

    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    padding: 0.8rem 0rem;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.nextLevel {
    background-color: var(--primary-color);
    color: #fff ;
}
.nextLevel:hover  {

    color: #fff ;
}

.chooseAddress {
    background-color: #fff ;
    color: var(--primary-color);
}

.chooseAddress:hover {
    color: var(--primary-color);
}

.cart-item{
    display: flex;
    padding-block: 21px;
    gap: 0;

    flex-direction: column;
}
.cart-item:not(:first-child){

    border-top: 1px solid #d5d5d5;

}
.address_bar_sec{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    margin-top: 3rem;

}
.cart__address{
    border-bottom: 4px solid var(--primary-color);
    padding-bottom: 1rem;
    /* margin-top: 3rem; */
    display: inline-block;
    border-radius: 3px;
    font-weight: 500;
    color: var(--primary-color);
}
.feature svg path{
    stroke: #a1a3a8 ;
    stroke-width: 1.5;
}

.cart-head{

    gap: 5px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: 116px 1fr;
    grid-column-gap: 24px;
}

.cart-image{
    width: 114px;
    height: 114px;
    margin-bottom: 1.5rem;
}


.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.cart-info{
    display: flex;
    flex-direction: column;
}

.cart-name h5{
    font-size: 14px;
    line-height: 27px;
    /*font-family: "Iranyekan-bold";*/
}
.cart-item-price{
    display: flex;
    align-items: self-start;
    font-weight: 600;
    font-size: 16px;
    color: #3e3e41;
    flex-direction: column;
    justify-content: center;
}
.cart__price__discount{
    color: var(--primary-color);
}
.header-shop-item-off .priceUnit, .header-shop-item-off-text{
    color: #d42d4e !important;
    font-size: 12px !important;
}
.header-shop-item-off {
    font-size: 13px !important;

    font-weight: 300;
}
.cart-name{
    margin-bottom: 6px;
    text-decoration: none;
    color: #23254e;
}

.icon-color{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    outline: 1px solid #838383;
}
.header-shop-item-counter{
    padding: 0px;
}

.feature{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #62666d;
    margin-bottom: 0.3rem;
}

.cart_quant{
    display: inline-block;
    padding: 3px 10px 0px 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
.cart-extra-detail{
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.feature span{
    font-size: 12px;
}

.select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 113px;
    padding: 6px 14px;
    border: 1px solid #bababa;
    border-radius: 4px;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0;
    color: #4f4f4f;
}

.update__cart {
    cursor: pointer;
}

.select-box span{
    color: var(--primary-color);
    width: fit-content;
    height: auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-price{
    font-size: 15px;
    font-family: 'Samim-FD';
    font-weight: 600;
}

.each-price{
    display: flex;
    align-items: center;
    gap: 30px;
}


.all-cart-prices{
    display: flex;
    flex-direction: column;
    /*gap: 17px;*/
}

.each-cart-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    margin-top: 0.6rem;
}
/*.each-cart-price:not(:last-child) {*/
/*    border-bottom: 1px solid #eee;*/
/*}*/
.cart-box{
    padding: 20px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
}

.price-name span{
    font-size: 12px;
    color: #85888f;
}

.price-val span{
    font-size: 13px;
    color: #5b5b5b;
    font-weight: 600;
}

.profit .price-name span{
    font-size: 14px;
    color: #50ab45;
    font-weight: 100;
}

.profit .price-val span{
    font-size: 14px;
    color: #50ab45;
    font-weight: 600;
}

.sum-price .price-name span{
    color: #0c0c0c;
    font-weight: 500;
}

.sum-price .price-val span{
    color: #0c0c0c;
    font-size: 16px;
}

.purchase-btn{
    cursor: pointer;
}

.empty-cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 500px;
}

.empty-img{
    width: 130px;
    height: 130px;
}

.empty-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.empty-img svg{
    width: 100%;
    height: 100%;

}

.empty-cart span{
    font-size: 16px;
    font-family: "Iranyekan-bold";
}

.cart__a:not(:first-child)::before{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #444;
    right: -5px;
}
.cart__empty_button{
    gap: 10px;
    display: flex;
    flex-direction: row;
    position: relative;
}
.cart__empty_button a{
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

.product-mobile-purchase-section{
    display: none;
}

.empty-cart p{
    font-size: 12px;
    color: #8f8f8f;
}



/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

}


@media screen and (max-width: 1199px){



    .product-mobile-addButton a {
        margin-top: 0;
    }

    .product-mobile-purchase-section {
        position: fixed;
        justify-content: space-between;
        bottom: 0;
        width: 100%;
        display: flex
    ;
        background-color: #fff;
        height: 75px;
        z-index: 12;
        border-top: 1px solid #D9D9D9;
        padding-inline: 25px;
        flex-direction: column;
        padding-block: 11px;
        flex-direction: row-reverse;
        align-items: center;
    }

    .price-box {
        display: flex
    ;
        align-items: center;
        padding-block: 15px;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-end;
    }

    .new-price {
        font-size: 17px;
        font-family: 'Samim-FD';
        font-weight: 600;
    }

    .purchase-part {
        padding-bottom: 0;
        border-bottom: unset;
    }

    .purchase-btn {
        cursor: pointer;
    }

}


@media screen and (max-width: 991px){

    .mobile-navbar-icons {
        display: none;
    }

    .cart-box {
        display: none;
    }

    .cart-name h5 {
        font-size: 12px;
    }

    .feature span {
        font-size: 11px;
    }

    .cart-price {
        font-size: 14px;
    }

    .select-box {
        width: 112px;
        padding: 3px 11px;
        font-size: 15px;
    }

}

@media screen and (max-width: 767px){

    .cart-name h5 {
        font-size: 13px;
    }

    .cart-info {
        width: 86%;
    }

    .cart-price {
        font-size: 14px;
    }
    .cart_row{
        padding: 0;
    }


}

@media screen and (max-width: 575px){

    .cart-name h5 {
        font-size: 12px;
        line-height: 19px;
    }

    .feature span {
        font-size: 10px;
    }

    .cart-extra-detail {
        gap: 0px;
    }

    .select-box svg{
        width: 15px;
        height: 15px;
    }

    .select-box {
        width: 95px;
        line-height: 28px;
        font-size: 13px;
    }

    .cart-price {
        font-size: 12px;
    }

    .cart-price {
        font-size: 13px;
    }


    .cart-head{

        grid-column-gap: 10px;
    }
    .address-inside .purchase-name-btn .change-modal span {
        font-size: 14px;
    }

}

@media screen and (max-width: 425px){

    .new-price {
        font-size: 16px;
    }

    .product-mobile-purchase-section {
        padding-inline: 10px;
    }

    .product-mobile-purchase-section {
        height: 68px;
        padding-inline: 10px;
        padding-block: 9px;
    }

}

@media screen and (max-width: 425px){

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}






/*responsive*/
/*responsive*/
/*responsive*/
