﻿p{
    padding:0;
    margin:0;
}
h2 {
    position: relative;
    padding-bottom: 12px;
}

/*h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 2px;
    background-color: var(--tertiary);
}*/

.brand-breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 10px;
    margin-bottom:16px;
}
.brand-breadcrumb-item {
    font-family: Kalameh(FaNum);
    font-weight: 400;
    font-size: 14px !important;
    text-align: right;
    color: var(--tertiary);
    position:relative;
}
    .brand-breadcrumb-item a {
        color: var(--tertiary);
    }
    .brand-breadcrumb-item + .brand-breadcrumb-item::before {
        content: ">";
        color: var(--tertiary);
        margin-left:10px;
        
    }

    .product-info-container {
        margin-top: 24px;
    }

    .product-info-container .breadcrumb {
        margin-bottom: 40px;
    }

    .product-info-container .card {
        border-radius: 16px;
        background-color: white !important;
        border: 1px solid var( --gray-7) !important;
    }

        .product-info-container .card .card-body {
            padding: 16px 32px;
        }

        .product-info-container .card .product-title {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
        }

        .product-info-container .card .product-details {
            border-top: 1px solid var(--gray-7);
            border-bottom: 1px solid var(--gray-7);
            display: flex;
            align-items: center;
            padding-bottom: 12px;
            padding-top: 12px;
            margin-bottom: 16px;
            flex-wrap:wrap;
            gap:16px;
        }

            .product-info-container .card .product-details div {
                font-size: 14px;
                color: var(--gray-18);
            }

        .product-info-container .card .comment-result {
            border-radius: 4px;
            border: 1px solid var(--gray-7);
            padding: 4px;
            display:flex;
            align-items:center;
        }
            .product-info-container .card .comment-result svg{
                margin:0 !important;
            }

            .product-info-container .card .comment-result .iconsax {
                font-size: 16px;
                vertical-align: middle;
            }

        .product-info-container .card .sax-rate {
            color: var(--warning) !important;
            margin-right: 4px;
            font-size: 16px;
        }

.product-img-container{
    padding-left:32px;
}

.product-large-img {
    margin-bottom: 16px;
/*    aspect-ratio: 360/304;*/
    width:100%;
    max-width:400px;
    margin:0 auto;
}

    .product-large-img img {
        border-radius: 16px;
        width:100%;
        height:100%;
        object-fit:cover;
    }

.gallery {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    .gallery::-webkit-scrollbar{
        display:none;
    }
    .gallery div {
        border-radius: 12px;
        border: 1px solid var(--gray-7);
        width: 64px;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }
        .gallery div.active::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: rgba(231, 76, 60, 0.32);
            z-index: 20;
        }

        .gallery img {
            border-radius: 16px;
        }

    .gallery .more-gallery {
        margin-left: 0;
        font-size: 14px;
        background-color: white;
        border-radius: 16px;
        text-align: center;
        align-content: center;
        color: var(--secondary);
    }

        .gallery .more-gallery .iconsax {
            font-size: 24px;
            color: var(--gray-14) !important;
        }

.product-small-img-container {
    display: flex;
    gap: 13px;
    align-items: center;
}

.product-small-img {
    border: 2px solid var(--gray-5);
    border-radius: 18px;
    overflow: hidden;
}

.form-select {
    width: 50%;
    margin-bottom: 20px;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--gray-7);
}

.colors-box, .size-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}

.size-box {
    flex-wrap: wrap;
    overflow: visible;
    gap: 12px;
    row-gap: 12px;
}

.color-item {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 8px;
    margin-left: 12px;
}
.size-item {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    margin-left: 12px;
    min-width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.size-box .size-item {
    margin-left: 0;
}

    .color-item.active, .size-item.active {
        background-color: var(--gray-7) !important;
    }

.color-circle {
    background: #000000;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: bottom;
    margin-left: 4px;
}

.color-circles-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-color-circle {
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 16px;
    display: inline-block;
    margin-left: 8px;
}

.filter-color-circles-container {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}

#AddToBasket .card {
    background-color: #F4F4F4 !important;
    border-radius:8px;
/*    max-width:400px;*/
}

#AddToBasket .card .card-body {
    padding: 24px;
}

#AddToBasket hr {
    margin-bottom: 24px;
    margin-top: 16px;
}

#AddToBasket #add-to-cart-box {
    margin-top: 24px;
}

.bottom-dotted {
    border-bottom: 1px dashed var(--gray-7);
    padding-bottom:16px;
}

.feature-items {
    margin-top: 16px;
}

.product-feature-item-list {
/*    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;*/
    display:flex;
    flex-direction:column;
    gap:24px;
}

.product-feature-item {
    background-color: #F8F8F8;
    padding: 16px;
    border-radius: 8px;
/*    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}
.product-feature-item-title {
    font-family: Kalameh(FaNum);
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: #2C3E50;
}
.all-features {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

    .all-features a {
        padding: 6.5px 16px;
        border: 1px solid var(--gray-7);
        color: var(--secondary);
        border-radius: 16px;
    }

    .all-features span {
        display: block;
        border-bottom: 1px dashed var(--gray-7);
        width: 65%;
    }

.product-info-details {
    margin-top: 40px; 
    padding-top: 40px;
    border-top: 1px dotted var(--gray-7);
}

    .product-info-details .product-info-details-tab {
        display: flex;
/*        margin-bottom: 48px;*/
    }
    .product-info-details .product-info-details-tab a{
        color: var(--secondary);
    }

        .product-info-details .product-info-details-tab div {
            font-size: 20px;
            font-weight: 500;
            padding-right: 8px;
            margin-left: 40px;
        }

            .product-info-details .product-info-details-tab div.active {
                border-right: 4px solid var(--tertiary);
                border-radius: 4px;
            }

    .product-info-details .alert-secondary {
        padding: 24px 16px;
        border-radius: 8px;
        background-color: var(--gray-10);
        margin-bottom: 24px;
        border: none;
        font-size: 20px;
        font-weight: 500;
        color: var(--secondary);
        border-right: 3px solid #E74C3C
    }

/*    .product-info-details p {
        color: var(--secondary);
        border: 1px solid var(--gray-7);
        border-radius: 8px;
        padding: 24px 16px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 48px;
    }*/
    .product-info-details .info-text {
        color: var(--secondary);
        border: 1px solid var(--gray-7);
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 0;
    }
        .product-info-details .info-text p {
            border: none;
            color: #707B81;
            border-radius: unset;
            padding: 0;
            margin-bottom: 32px;
            font-weight: 400;
            font-size: 16px;
        }
            .product-info-details .info-text p:last-child {
                margin-bottom: 0px;
            }
            .product-info-details .info-text h2 {
                font-family: Kalameh(FaNum);
                font-weight: 600;
                font-size: 18px;
                text-align: right;
                color: var(--secomdary);
                margin-bottom: 24px;
                padding: 0;
            }

            .product-info-details .info-text img {
                border-radius: 8px;
            }

    .product-info-details-features {
        margin-bottom: 48px;
    }

    .product-info-details-features div {
        padding: 16px;
        border-bottom: 1px solid var(--gray-7);
        margin-bottom: 24px;
    }
    .product-info-details-features .product-feature-item-title, .product-info-details-features .product-feature-item-text {
        font-size: 16px;
        font-weight: 500;
    } 
/*-------------------------------------------------------------------*/
.product-description-container {
    padding-top: 17px;
}

.product-title {
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 12px;
}

.rating-box-container {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid var(--gray-5);
    padding-bottom: 25px;
    margin-bottom: 18px;
}

.rating-stars {
    display: flex;
    gap: 6px;
}

    .rating-stars i {
        color: #FFD600;
        font-size: 22px;
    }

.product-rate-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.product-rate-text {
    color: var(--gray-2);
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.product-colors-container {
    width: 100%;
}

.product-feature-title {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 600;
}

.product-feature-item-title {
    font-weight: 500;
    font-size: 16px !important;
    text-align: right;
    color: #2C3E50 !important;
    margin-bottom:20px;
}
.product-feature-item-text span {
    font-family: Kalameh(FaNum);
    font-weight: 500;
    font-size: 16px !important;
    text-align: right;
    color: #868686 !important;
}

.product-price-value {
    font-family: Kalameh(FaNum);
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    color: #2C3E50;
}

.product-price-unit {
    color: var(--gray-2);
    font-size: 18px;
    font-weight: 600;
}

.product-count-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 66px;
    color: var(--secondary);
    font-size: 33px;
    border-radius: 37px;
    border: 1px solid var(--gray-2);
    background-color: #FCFCFC;
    overflow: hidden;
}

    .product-count-box input {
        border: none;
        width: 100%;
        height: 100%;
        font: inherit;
        color: inherit;
        background: transparent;
        box-sizing: border-box;
        text-align: center;
        outline: none;
    }

.product-change-count-item {
    display: flex;
    width: 47px;
    height: 47px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--secondary);
    border: 1px solid var(--gray-2);
    background-color: #FCFCFC;
    border-radius: 11px;
    cursor: pointer;
}

.price-no-discount {
    color: #2C3E50;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    text-decoration: line-through;
}
  

.orange-btn {
    padding: 12px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tertiary);
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center !important;
}

    .orange-btn:hover {
        background-color: var(--tertiary);
        color: #ECF0F1 !important;
    } 
/*---------------------------------------------------------*/

.product-full-description-container {
    width: 80%;
    margin: 50px 0;
}

.product-full-description-title {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 28px;
}

    .product-full-description-title::after {
        content: "";
        position: absolute;
        width: 124px;
        height: 2px;
        background-color: var(--tertiary);
        z-index: 10;
        bottom: -15px;
        right: 0;
    }

.product-full-description-text {
    display: inline-block;
    color: var(--gray-2);
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}

.show-more-text {
    color: var(--tertiary);
    font-size: 23px;
    font-weight: 600;
    cursor: pointer;
}
 
/*--------------------------------------------------------------*/
.product-additional-description-container {
    width: 120vw;
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 53px 110px 67px 0;
    margin-bottom: 50px;
    display: flex;
    position: relative;
}

    .product-additional-description-container::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 80%;
        right: 0;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--tertiary);
    }

.product-additional-description-text {
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    width: 50vw;
    max-width: 780px;
    color: var(--gray-2);
}

.product-additional-description-img {
    width: 200px;
    position: absolute;
    left: -275px;
    bottom: -67px;
} 
/*---------------------------------------------*/
.product-total-rate-container {
    width: 80%;
}

.product-rate-boxs {
    margin-top: 40px;
    margin-bottom: 50px;
    padding-right: 54px;
    box-sizing: border-box;
    display: flex;
    gap: 60px;
}

.product-total-number-rate {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    height: 250px;
    border-radius: 13px;
}

.product-total-percent-rate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 2;
    background-color: var(--primary);
    height: 250px;
    border-radius: 13px;
    padding: 24px 42px;
}

.product-total-number-rate-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 140px;
    height: 150px;
}

.total-number-rate {
    font-size: 60px;
    color: var(--secondary);
    font-weight: 700;
    text-align: center;
}

.rate-popularity-text {
    color: var(--gray-2);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.product-total-number-rate-box .rating-stars i {
    font-size: 18px;
}

.product-rate-percent-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}

    .product-rate-percent-item h6 {
        color: var(--secondary);
        font-size: 16px;
    }

.rate-progress-bar-bg {
    height: 5px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--gray-5);
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.rate-progress-bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: var(--tertiary);
    transition: width 0.3s ease;
}


.product-rate-percent-item .rating-stars i {
    font-size: 20px;
} 

/*---------------------------------------*/

.product-comment-box-container {
    width: 80%;
    position: relative;
    margin-bottom: 50px;
}

.comment {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

    .comment::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
        height: 2px;
        background-color: var(--primary);
        z-index: 10;
    }

.user-avatar {
    margin-top: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #164C96;
}

.user-avatar-name {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    box-sizing: border-box;
}

.comment-container {
    margin-top: 40px;
    flex: 1;
}

.user-detail {
    display: flex;
    gap: 24px;
    font-size: 18px;
    color: var(--gray-2);
    font-weight: 500;
}

.comment-text {
    color: #2C3E50;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 24px;
    font-family: Kalameh(FaNum);
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

.comment-replay {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

    .comment-replay .user-detail p:first-child {
        color: var(--tertiary);
        font-weight: 500;
        font-size: 16px;
    }

    .comment-replay .user-detail .user-name {
        color: var(--secondary);
        font-weight: 600;
        font-size: 18px;
    }

    .comment-replay .user-detail .date {
        color: var(--gray-2);
        font-weight: 500;
        font-size: 18px;
    }

.replay-to-comment-btn {
    color: var(--tertiary);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
} 
/*--------------------------------------------------------*/
.view-more-comments-btn {
    margin-top: 50px;
    text-align: center;
    color: var(--tertiary);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.similar-product-cotainer {
    width: 80%;
    margin-bottom: 50px;
} 

.card .prop-list div {
    display: flex;
}
.card .item-count {
    border: 1px solid var(--gray-7);
    border-radius: 8px;
    padding: 5px 16px;
    background-color: #ffffff;
}

.card .item-count svg {
    stroke: var(--secondary);
    margin-right: 0 !important;
}
.card .product-count-input {
    border: none;
    box-shadow: none;
    text-align: center;
    width: 80px;
    font-size: 16px;
}
input:disabled {
    cursor: default;
    background-color: unset;
    color: var(--secondary);
}
.info-cart {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.info-cart .card{
    border: none;
}
.info-cart a {
    color: var(--secondary);
}
.product-variety-title span {
    font-family: Kalameh(FaNum);
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #8D8D8D;
    margin-right:2px;
}
.product-varieties p {
    color: #2C3E50;
    display: inline;
}
.product-varieties p:last-child {
    font-family: Kalameh(FaNum);
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #707B81;
    display: inline;
}
    .product-varieties p svg {
        margin: 0;
    }

.product-offer-timer-container{
    gap:20px;
    margin-bottom:24px;
    justify-content:center;
}
    .product-offer-timer-container div{
        max-width:72px;
    }
    .product-offer-timer-item {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 72/40;
        background-color: #E74C3C;
        box-shadow: 0px 2.47px 8.66px 0.62px #00000029;
        font-weight: 400;
        font-size: 19px;
        color: #ffffff;
        width: 100%;
        border-radius: 7px;
        margin: 0;
        padding: 0;
        margin-bottom: 11px;
    }
.product-offer-timer-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #2C3E50;
}
.product-remain-count {
    font-family: Kalameh(FaNum);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: right;
    color: #E74C3C;
    margin:0;
    padding:0;
    margin-bottom:24px;
}
.product-discount-padge-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 45px;
    height: 25px;
    background: var(--tertiary);
    border-radius: 16px;
    flex: none;
    flex-grow: 0;
    order: 0;
    flex-grow: 0;
    font-family: 'Kalameh', 'Kalameh(FaNum)', "kalame", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

    .product-price-container span {
        font-family: Kalameh(FaNum);
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0%;
        text-align: right;
        color: #2C3E50;
    }

.product-detail-button {
    display: flex;
    align-items :center;
    justify-content:space-between;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background-color: transparent;
    padding:12px;
    margin-top:8px;
    cursor:pointer;
}
.product-detail-button-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Kalameh(FaNum);
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #2C3E50;
}

.send-product-modal-container, .gallery-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10000002;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.send-product-modal, .gallery-modal {
    background-color: #ffffff;
    width: 100%;
    max-width: 720px;
    border-radius: 24px;
    padding: 12px 20px;
    transition: all 0.5s;
}
    .gallery-modal{
        max-width:1040px;
    }
    .send-product-modal-header, .gallery-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        font-family: Kalameh(FaNum);
        font-weight: 600;
        font-size: 16px;
        text-align: right;
        color: #2C3E50;
        padding-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
    }
.send-product-modal-content {
    padding-top: 16px;
    max-height: 70vh;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    .send-product-modal-content::-webkit-scrollbar {
        display: none;
    }
    .send-product-modal-content h3 {
        font-family: Kalameh(FaNum);
        font-weight: 500;
        font-size: 16px;
        text-align: right;
        color: #2C3E50;
        margin-bottom:12px;
    }
    .send-product-modal-content p {
        font-family: Kalameh(FaNum);
        font-weight: 400;
        font-size: 14px;
        text-align: justify;
        color: #707B81;
        margin-bottom:16px;
    }

.gallery-modal-content {
    margin-top: 35px;
    display: flex;
    gap: 60px;
    max-height: 80vh;
    overflow: auto;
}
.gallery-modal-lg-img {
    flex: 1;
    border: 1px solid #E5E5E5;
    border-radius:16px;
    overflow:hidden;
    max-width:500px;
    margin:0 auto;
    min-height:380px;
    display:flex;
    align-items:center;
    padding:0 8px;
}
.gallery-modal-sm-imgs {
    flex: 1;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    max-height:500px;
    overflow:auto;
}

.gallery-modal-sm-img {
    width:calc(25% - 12px);
    aspect-ratio:1/1;
    border-radius: 12px;
    border: 1px solid  #E5E5E5;
    background-color:#ffffff;
    position:relative;
    overflow:hidden;
}
    .gallery-modal-sm-img.active::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(231, 76, 60, 0.32);
        z-index: 20;
    }

    .product-action {
/*        position: absolute;
        top: 0;
        right: 0;
        z-index: 40;*/
    }
        .product-action .action-btns {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding-right: 5px;
            position: absolute;
            top: 47px;
            right: 0;
            z-index: 40;
        }
        .product-action .action-btns button{
            border:0;
            padding:0;
            margin:0;
            outline:none;
            background-color:transparent;
        }
        .product-action svg {
            margin: 0;
        }
        .amazing-suggestions-div {
            display: flex;
            position: relative;
            align-items: center;
            padding: 9px 16px;
            gap: 8px;
            background-color: white;
            border-radius: 8px;
            color: #E74C3C;
            font-family: Kalameh(FaNum);
            font-weight: 600;
            font-style: SemiBold;
            font-size: 12px;
            leading-trim: NONE;
            letter-spacing: 0%;
            text-align: right;
            overflow: hidden;
            margin-bottom: 8px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 40;
        }

    .amazing-suggestions-div::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #E74C3C3D;

    }

.product-feature-item-list.v1{
    display:grid;
    grid-template-columns:repeat(3,1fr);
/*    flex-direction:row;*/
/*    flex-wrap:wrap;*/
    gap:12px;
}

    .product-feature-item-list.v1 .product-feature-item {
        background-color: #F4F4F4;
        padding: 10px;

    }
        .product-feature-item-list.v1 .product-feature-item .product-feature-item-title {
            font-size: 12px !important;
            color: #8D8D8D !important;
            margin-bottom:8px;
        }


        .product-feature-item-list.v1 .product-feature-item .product-feature-item-text span {
            color: #151617 !important;
            font-size:12px !important;
        }

.feature-items-title.v1 {
    font-family: Kalameh(FaNum);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: right;
    color: #2C3E50;
    margin-bottom:12px;
}
.show-all-feature{
    display:flex;
    align-items:center;
    margin-top:24px;
}
    .show-all-feature div {
        width:100%;
        border-top: 2px dashed #E5E5E5;
        margin-right:10px;
    }
.show-all-feature-btn {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    gap: 10px;
    border-radius: 12px;
    padding: 7px 16px;
    color: #2C3E50 !important;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    flex-shrink:0;
}

.product-card:not(.landscape) .card-title {
    color: #2C3E50;
}

.similar-products{
    margin-top:130px;
}

.product-info-details.comment-part{
    border:none;
    margin-top:130px;
    padding-top:0;
}
.product-variety-title-size-btn {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: Kalameh(FaNum);
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:4px;
}
    .product-variety-title-size-btn svg{
        margin:0;
    }

.zoom-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.3);
    border: 2px solid #ff5722;
    border-radius: 4px;
    cursor: crosshair;
    display: none;
    pointer-events: none;
    backdrop-filter: blur(1px);
}
.product-zoom-container {
    display: flex;
    gap: 30px;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.zoom-lens {
    position: absolute;
    width: 128px;
    height: 128px;
    background: #E74C3C5E;
    border: 1px solid #E74C3C;
    border-radius: 16px;
    cursor: zoom-in;
    display: none;
    pointer-events: none;
}

.zoomed-img-box-container {
    position: fixed;
    width: 440px;
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    z-index: 999947644455;
    pointer-events: none;
    display: none;
    background-size: cover;
}

    .zoomed-img-box-container img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: none;
        transform-origin: top left;
    }

.mt-48px{
    margin-top:48px;
}

.action-btn-div:hover .action-btn-hover{
    display:flex;
}
    .action-btn-hover {
        background-color: #EEEEEE;
        border-radius: 4px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 8px;
        font-family: Kalameh(FaNum);
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #2C3E50;
        display: none;
        position: absolute;
        left: -121px;
        top: 50%;
        transform: translateY(-50%);
        width: 114px;
    }
    .action-btn-hover:hover {
        display: flex;
    }


.product-size-table {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    border-collapse: collapse;
    overflow-y: auto;
    max-height: 60vh;
    display: block;
}

.product-size-table thead {
    display:table;
    background-color: #F4F4F4;
    width:100%;
    position:sticky;
    top:0;
}

    .product-size-table td {
        font-family: Kalameh(FaNum);
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #5A6877;
        padding:9px 0;
    }

    .product-size-table thead th {
        font-weight: 600;
        background-color: #F4F4F4;
        font-family: Kalameh(FaNum);
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #2C3E50;
        padding:9px 0;
    }

.product-size-table tbody{
    max-height:70vh;
    overflow:auto;
    display:table;
    width:100%;
}
    .product-size-table tbody tr:nth-child(even) {
        background-color: #F4F4F4;
    }


/* ========== RESPONSIVE ========== */
/* Phones */
@media (max-width: 1023px) {
    .breadcrumb-item {
        font-size: 14px;
    }

    .product-info-container .card {
        background-color: unset;
        border-radius: unset;
        border: none;
    }
    .send-product-modal-content{
        max-height:90vh;
    }
    .send-product-modal-container, .gallery-modal-container {
        padding: 0;
    }
    .send-product-modal, .gallery-modal {
        width: 100%;
        height: 100dvh;
        border-radius:0;
        max-width:100%;
    }
    .gallery {
        overflow: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
        width: 100%;
        margin-bottom: 32px;
    } 

    .gallery-mobile {
        display: flex !important;
    } 

    .gallery::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .gallery div {
        min-width: 100px;
    }

    .all-features span {
        width: 40%;
    }

    .form-select {
        width: 80%;
    }

    .all-features a {
        font-size: 14px;
    }

    .basket-section {
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: 16px;
        background-color: transparent;
        bottom: 0px;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-bottom: 80px;
        background-color: #F4F4F4;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        display:flex;
        justify-content:center;
    }
    #AddToBasket .basket-card {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        width: 400px;
        border: 2px solid red;
        padding: 0;
    }
    #AddToBasket .card .card-body {
        padding: 16px;
    }
    #AddToBasket .basket-card #addToCart-btn{
        padding:0;
        height:36px;
        width:125px;
        font-size:14px;
        font-weight:400;
        border-radius:12px;
    }

    #AddToBasket hr {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    #AddToBasket #add-to-cart-box {
        margin-top: 0;
    }

    .product-info-details .product-info-details-tab div {
        font-size: 16px;
    }

    .product-info-details .alert-secondary {
        font-size: 16px;
        padding: 10px 16px;
    }
    .product-info-details-features .product-feature-item-title, .product-info-details-features .product-feature-item-text {
        font-size: 14px;
        font-weight: 500;
    }
    .product-full-description-title h3{
        font-size: 16px;
    }
    .card .product-count-input { 
        width: 80px; 
    }
    /*#addToCartHeader {
        display: none;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .desktop {
        display: none !important;
    }

    .gallery div {
        width: 150px !important;
    }

    .product-info-container .card .product-title {
        font-size: 20px;
    }
}

    @media (min-width: 1024px) {
        .gallery-mobile {
            display: none;
        }
        .gallery div {
            width: 64px;
        }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1299px) {
    }

    @media only screen and (min-width: 1024px) and (max-width: 1024px) {
    }

@media(max-width:992px){
    .product-info-hr {
        background-color: #E5E5E5;
        height:1px;
        margin-bottom:24px;

    }
    .product-info-container .breadcrumb{
        margin-bottom:24px;
    }
    .product-offer-timer-container{
        margin-bottom:12px;
    }
    .product-img-container{
        padding:0;
    }
    .product-action {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }
        .product-action .amazing-suggestions-div{
            margin-bottom:0;
        }
        .product-action .action-btns{
            flex-direction:row;
        }
    .product-info-container .card {
        border: 0 !important;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
        .product-info-container .card .card-body{
            padding:12px 16px;
            padding-bottom:64px;
        }
    .brand-breadcrumb-item{
        font-size:12px;
    }
    .product-info-container .card .product-title{
        font-size:18px;
        margin-bottom:16px;
    }
    .product-info-container .card .product-details{
        padding-top:16px;
        padding-bottom:16px;
        margin-bottom:24px;
    }
    .bottom-dotted{
        padding:0;
        border:0;
    }
    .product-info-details{
        margin-top:0;
    }
    .product-info-details-container{
        background-color:#ffffff;
    }
    .product-info-details .product-info-details-tab div{
        font-size:16px;
    }
    .product-info-details .info-text p{
        font-size:14px;
    }
    .feature-items.v0 {
        margin-top: 0px;
    }
    .feature-items.v0 .product-feature-item {
        padding: 20px 12px;
        border-bottom: 1px solid #E5E5E5;
        background-color: transparent;
        border-radius: 0;
        display: flex;
    }
    #features .alert-secondary {
        margin-bottom: 0;
    }
    .feature-items.v0 .product-feature-item-title {
        margin-bottom: 0;
        flex: 1;
        color: #8D8D8D !important;
    }
    .feature-items.v0 .product-feature-item-text {
        flex: 1;
        align-items:flex-start !important;
    }
    .feature-items.v0 .product-feature-item-list{
        gap:0;
    }
    .feature-items.v0 .product-feature-item-text div{
        flex-direction:column;
    }
    .feature-items.v0 .product-feature-item-text span {
        color: #2C3E50 !important;
        font-size:14px !important;
    }
    .product-info-details.comment-part{
        margin-top:0px;
        padding-top:0;
    }
    .star-rating{
        display:flex;
        float:none;
    }
    .comment-item .comment-text {
        margin-top: 16px !important;
    }
    .similar-products{
        margin-top:64px;
    }
    .product-action .action-btns{
        position:relative;
        top:0;
    }
    .amazing-suggestions-div{
        position:relative;
    }
    .top-sell-products-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
    .action-btn-hover{
        display:none !important;
    }
}

@media(max-width:768px){
    #AddToBasket .basket-card {
        width: 328px;
    }
}