@font-face {
    font-family: jpaFont;
    src: url('../../public/fonts/ttf/IRANSansWebFaNum.ttf');
}

* {
    box-sizing: border-box;
    border: 0px;
    outline: 0px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-family: jpaFont;
    scroll-behavior: smooth;
}

html {
    font-size: 16px !important;
}

button {
    display:inline-block;
}


:root {
    --primary_red: #d71920;
    --primary_gray: #6d6f71;
    --primary_light_gray: #bcbec0;
    --light: #f8f9fa;
    --white: #ffffff;
    --black: #000000;
    --loading-grey: #ededed;
}

body {
    background-color: var(--light) !important;
    line-height: 1.3;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}


.hide {
    display: none !important;
}

.flex {
    display: flex !important;
}

.block {
    display: block !important;
}

.display_hide {
    display: none !important;
}

.display_flex {
    display: flex !important;
}

.visiblity_hide {
    visibility: hidden !important;
}

.visiblity_show {
    visibility: visible !important;
}
.header_main_container{
    position: fixed !important;
    top: 0;
    left: 0;
}
.wall-breadcrumbs{
    margin-top:60px !important;
}
.single_product_page_section {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 24px 0px;
    margin: 24px 0px;
}

.single_product_page_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_product_page {
    width: 100%;
    max-width: 83.333333%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    padding: 0px 15px;
}

.product_page_gallery_container {
    width: 100%;
    max-width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
    direction: ltr !important;
}
.mankan_info_container{
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    align-items: center;
    padding:8px 10px 0px;
    direction:rtl;
}


.product_page_information_container {
    width: 100%;
    max-width: 35%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 15px 10px !important;
}

.product_page_summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: right;
}

.main_image_gallery_container {
    width: 80%;
    /* height: 500px; */
    margin-bottom: 15px;
    /*seggust */

}

/*.swiper-wrapper{*/
/*    direction:rtl !important;*/
/*}*/

.swiper-wrapper-loading{
    display:flex;
    flex-direction:column;
}

.swiper-pagination-bullet {
    border-radius: 3px !important;
    width: 12px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary_red) !important;
    width: 16px !important;
}

.main_image_gallery_container .swiper-slide img {
    width: 100%;
    border-radius:6px;
}

.thumbnail_gallery_container {
    width: 20%;
    height: fit-content;
    max-height: 800px;
    overflow-y: auto;
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #d71920 transparent;
}


.thumbnail_card {
    height: auto !important;
    margin-top: 15px !important;
    opacity: 0.5;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.3s;
    flex-shrink: 0;
}

.thumbnail_card img {
    border-radius: 8px;
}

.thumbnail_card_loading {
    cursor: pointer;
    width: 100%;
    margin: 15px 4px 0px !important;
    height: auto !important;
}

.thumbnail_card.swiper-slide-thumb-active {
    opacity: 1;
}

.thumbnail_card.swiper-slide-thumb-active img {
    border: 2.5px solid var(--primary_red);
}

.thumbnail_card img {
    width: 100%;
}

.thumbnail_card:first-of-type {
    margin-top: 5px;
}

.loading_skleton {
    aspect-ratio: 846 / 1269;
    background-color: var(--loading-grey);
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.5s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

/* informatioi */
.product__details_title {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 20px !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: var(--black);
}

.product__details_price_container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.product_old_price {
    text-decoration: line-through;
    color: #c00c00;
    display:flex;
}
.tooman_icon{
    width:30px !important;
}
.product_old_price span{
    font-weight: bold;
    font-size: 24px !important;
}

.product_new_price {
    color: var(--black);
    margin-right: 20px;
    display:flex;
}
.product_new_price span{
    font-weight: bold;
    font-size: 24px !important;
}

.product__details_offer_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.product_snapp_offer {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    clear: both;
    padding: 7px;
    background-color: #e5f2fb;
    border-color: white;
    border: 1px solid transparent;
    border-radius: .36rem;
    cursor: pointer;
}

.product_snapp_offer_img {
    width: 20%;
    margin-left: 4px;
}

.snapp_offer_img {
    width: 100%;
    max-width: 50px;
}

.snapp_offer_text:first-of-type {
    font-weight: bold;
}

.product_snapp_offer_text {
    width: 80%;
    padding-right: 4px;
}

.snapp_offer_text {
    font-size: 12px;
    color: #0c5460;
    width: 100%;
    display: block;
}

.product_cashBack_offer {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    clear: both;
    padding: 7px;
    background-color: #fbf1e5;
    border-color: white;
    border: 1px solid transparent;
    border-radius: .36rem;
    margin-top: 10px;
}

.product_cashBack_offer_img {
    width: 20%;
    margin-left: 4px;
}

.cashBack_offer_img {
    width: 100%;
    max-width: 50px;
}

.cashBack_offer_text:first-of-type {
    font-weight: bold;
}

.product_cashBack_offer_text {
    width: 80%;
    padding-right: 4px;
}

.cashBack_offer_text {
    font-size: 12px;
    color: #600c0c;
    width: 100%;
    display: block;
}

.product__details_comment_container {
    width: 100%;
    /* display: flex; */
    display: none;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.unrated {
    font-size: 26px;
    color: var(--primary_light_gray);
}

.review-link {
    padding-right: 5px !important;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
}

hr {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .5);
}

.product__details_color_variations {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.product_color_variation_title {
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.92857rem;
}

.product__details_size_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product_size_variation_title {
    display: inline-block;
    width: 40%;
    text-align: right;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.92857rem;
}

.color_variation_choosed {
    font-size: 0.8125rem;
    font-weight: bolder;
    color: #333333;
    line-height: 0.92857rem;
}

.size_variation_choosed {
    font-size: 0.8125rem;
    font-weight: bolder;
    color: #333333;
    line-height: 0.92857rem;
}

.select_color_error {
    display: flex;
    visibility: hidden;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20px;
    margin:0px !important;
    color: var(--primary_red);
    font-size: 0.7rem;
    font-weight: 600;
}

.select_size_error {
    display: flex;
    visibility: hidden;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20px;
    margin:0px !important;
    color: var(--primary_red);
    font-size: 0.7rem;
    font-weight: 600;
}

@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.4s;
}

.infos_color_items_container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    direction: rtl;
    gap: 25px;
}

.infos_color_item {
    width: 70px;
    height: auto;
    margin-top: 10px;
    margin-left: unset;
    cursor: pointer;
    padding: 0 0 3px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 6px;
    box-shadow: 4px 5px 15px rgb(238, 238, 238);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.infos_color_item input[type="radio"] {
    display: none;
}

.infos_color_item.active {
    border: 2px solid var(--primary_red) !important;
    border-color: var(--primary_red) !important;
    background-color: #f9e6e6 !important;
}

.color-name-item {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
}

.card_color_item_loader {
    width: 100%;
    height: 100px;
    border-radius: 6px;
}

.choose_color_img {
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* new style of size */
.product_list_size_item input {
    display: none;
    /* Hide the radio input */
}

.product__details_size_variations {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_list_size {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* justify-content: space-between; */
    justify-content: end;
    /* check */
    row-gap: 10px;
    align-items: center;
    min-width: 2.85714rem;
    padding: 0px !important;
    direction: ltr !important;
}

.product_list_size_item {
    width: 82px !important;
    padding: 0 14px;
    border: 1px solid #333333 !important;
    line-height: 2.5rem !important;
    font-size: 0.8125rem;
    font-weight: normal;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    transition: 0.2s ease;
    font-weight: bold;
    border-radius: 4px;
}

.product_list_size_item:hover {
    background-color: var(--black);
    color: var(--white);
}

.product_list_size_item.disabled:before {
    content: " ";
    width: 0.15rem;
    height: 3.9rem;
    opacity:0.6;
    /* height: 2.9rem; */
    /* check */
    background-color: var(--primary_red);
    display: inline-block;
    transform: rotate(-60deg);
    /* transform: rotate(-45deg); */
    /* check */
    position: absolute;
}

.product_list_size_item.disabled:hover {
    cursor: not-allowed !important;
    background-color: transparent !important;
}

.product_list_size_item.disabled {
    color: rgb(160 160 160) !important;
}

.product_list_size_item.active {
    background-color: var(--black);
    color: var(--white);
}

.product_list_size_item.active:hover {
    background-color: var(--black);
    color: var(--white);
}

/* new style end */


.product__details_chart_size_btn {
    width: 60%;
    margin-bottom: 16px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.detailsPage_size_guide_Btn {
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(207, 19, 57, 0.427);
    cursor: pointer;
}

.size_guide_btn_text {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: crimson;
    font-size: 12px;
}

.size_guide_btn_svgIcon {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgb(182, 16, 49);
}


.chart_size_btn_img {
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: start;
}

.chart_size_btn_text {
    width: 80%;
    margin-right: 10px;
}

.ruler_img {
    transform: rotate(45deg);
    width: 2rem;
    height: 2rem;
}

.ruler_text {
    display: inline-block;
    width: fit-content;
    color: var(--primary_red) !important;
    font-size: 0.9rem;
    border-bottom: 2px solid;
    border-color: var(--primary_red) !important;
    padding-bottom: 4px;
    margin-bottom: 0px;
}

.product__details_free_sending {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.free_sending_text {
    font-size: 13px;
    color: var(--primary_gray);
}

.free_word {
    color: crimson;
    font-size: 14px;
    font-weight: bold;
}



.product__addTO_basket_container {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    cursor: pointer;
    border-radius: 4px;
    position: static;
    margin-top: 20px;
}

.mobile_price_addbasket_btn {
    display: none !important;
}

.addTO_basket_btn,
.final_addTO_basket_btn {
    width: fit-content;
    background-color: transparent;
    text-align: center;
    color: var(--white);
    font-size: 1rem;
    font-weight: bold;
    min-height: 2.5rem !important;
    line-height: 2.5rem !important;
    margin-left:15px;
}

.event-pointerClass{
    event-pointer:null;
}
.product__addTO_basket_final {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    cursor: pointer;
    border-radius: 4px;
    position: sticky;
    bottom: 0;
    right: 0;
}

.loading_basket_btn {
    opacity: 0.75;
    position: relative;
}

.loading_basket_btn::after {
    content: "⏳ در حال افزودن...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}




@media (max-width:991px) {
    /*check**/
    .mobile_bottom_menu_container{
        display:none;
    }
    .single_product_page_section {
        padding: 0px;
        /* margin: 0px; */
        /* comment foe breadcramp */
    }

    .mankan_info_container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-items: center;
        padding:8px 10px 0px;
        direction:rtl;
    }
    .swiper-wrapper-loading{
        display:flex;
        flex-direction:row;
    }

    .mankan_info_text{
        font-size: 12pt;
        margin: 0;
    }

    .product__details_price_container {
        display: none !important;
    }

    .row_product_page {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 0px 0px;
    }

    .product_page_gallery_container {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-right: 0px;
        padding-left: 0px;
        justify-content: center;
        align-items: start;
        min-height: 500px;
    }

    .main_image_gallery_container {
        width: 100%;
        margin-bottom: 0px;
    }



    .thumbnail_gallery_container {
        display: flex;
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        width: 90%;
        height: fit-content;
        max-height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 auto;
        scrollbar-width: thin;
        scrollbar-color: #d71920 transparent;
        padding-bottom: 10px;
    }

    .thumbnail_card {
        width: 20% !important;
    }

    .product_page_information_container {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .product_page_summary {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: right;
    }



}

@media (max-width:991px) {
    .chart_size_model_image_container {
        display: none !important;
    }

    .chart_size_model_info_container {
        max-width: 100% !important;
    }

    .size-guide-tab-contents {
        margin: 0px !important;
    }

    .size_guide_tab_text {
        padding: 0 0.5rem 0 0 !important;
    }

    #size_guide_text_link{
        color: var(--primary_red) !important;
        font-weight: 600 !important;
        font-size: 0.8rem;
    }

    .size_guide_tab_text_ul {
        padding-inline-start: 1.5rem !important;
    }

    .chart_size_modal_header_row {
        display: flex;
        flex-basis: fit-content;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        background-color: rgb(246, 246, 246);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .thumbnail_card_loading {
        cursor: pointer;
        width: 24%;
        margin: 15px 4px 0px !important;
        height: auto !important;
    }
}

@media (min-width: 300px) and (max-width: 414px) {
    .infos_color_items_container {
        grid-template-columns: auto auto auto;
    }
}


/* description section */

.product_page_desc_section {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 1.5rem 0;
    margin: 1.5rem 0;
}

.product_page_desc_container {
    width: 100%;
    background-color: rgb(240, 240, 240);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.row_product_page_desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    padding: 15px 30px;
}

.product_desc_img_container {
    width: 100%;
    max-width: 33.333333%;
}

#product_description_image {
    width: 100%;
    max-width: 280px;
    border-radius:6px;
}

.product_desc_img_loader {
    width: 280px;
    height: 330px;
}

.desc__info_title {
    font-size: 1.3rem;
    color: var(--black);
    text-align: right;
    line-height: 1.2;
}

.product_desc_info_container {
    width: 100%;
    max-width: 66.666667%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
}

.desk__info_first {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.wash-strong{
    color:black !important;
}
.info_accordion_li{
    color: #777;
}

.desk_info_links_size {
    color: var(--primary_red) !important;
    text-decoration: underline !important;
    font-size: 0.75rem;
    cursor: pointer;
}

.desk_info_links {
    color: var(--black) !important;
    text-decoration: none !important;
    font-size: 0.75rem;
}

.desk__info_second_link {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

tr {
    display: flex;
    flex-direction: row;
}

@media (max-width:991px) {
    .product_page_desc_section {
        display: none;
    }

    .product_desc_img_container {
        display: none;
    }

    .row_product_page_desc {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 0px;
    }

    tr {
        flex-direction: column;
    }

    .product_desc_info_container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .desk__info_second_link {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .desk__info_second_link span {
        margin-top: 10px;
    }

    .product__addTO_basket_container {
        width: 100%;
        background-color: var(--white);
        cursor: pointer;
        height: 75px;
        box-shadow: 0 -9px 23px rgba(0, 0, 0, 0.1);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-radius: 4px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        right: 0;
        bottom: -1px;
        z-index: 99;
        margin-top: 0px;
    }

    .mobile_price_addbasket_btn {
        width: 30%;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .price_addbasket_container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3px 0px;
    }

    .price_addbasket_discount_conatainer {
        background-color: var(--black);
        margin-right: 10px;
        width: 37px;
        height: 24px;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
    }

    .price_addbasket_discount {
        font-size: 14px;
        font-weight: 600;
        color: var(--white);
        margin-bottom: 0;
        line-height: 14px;
    }

    .price_addbasket_old {
        font-size: 14px;
        color: #6e6e6e;
        text-decoration: line-through;
        text-decoration-color: var(--primary_red);
        margin-bottom: 0;
        display:flex;
        align-items:center;
    }

    .price_addbasket_new {
        font-size: 20px;
        color: var(--black);
        font-weight: 600;
        margin-bottom: 0;
        color: #666;
        display:flex;
        align-items:center;
    }

    .addTO_basket_btn {
        background-color: var(--primary_red);
        color: white;
        width: 60% !important;
        height: 75%;
        font-family: inherit;
        font-size: 16px;
        padding: 0.7em 1em;
        padding-left: 0.9em;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.2s;
        cursor: pointer;
        margin-right: 10px;
    }

    .product__addTO_basket_final {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--red);
        cursor: pointer;
        border-radius: 4px;
        position: sticky;
        bottom: 0;
        right: 0;
    }
}

.select_size_loader_container {
    width: 100%;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart_size_loader_container {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select_size_loader {

    color: var(--primary_red);
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 .5s infinite alternate linear;
}

@keyframes l21 {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}



/* chart size modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    /* overflow: hidden; */
    outline: 0;
}

.chart_size_modal_container {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    z-index: 9999;
}

.chart_size_modal_content {
    max-width: 980px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: auto;
}
#first_desc_chart_img,#second_desc_chart_img{
    width: 100%;
}

.chart_size_modal_header_row {
    display: flex;
    flex-basis: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: rgb(246, 246, 246);
}

.chart_size_model_info_container {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px 15px;
}

.chart_size_model_image_container {
    width: 50%;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-right: -15px;
}

.chart_size_model_image_div {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding-right: 10px;
}

.chart_size_model_info_title {
    background-color: #fff;
    box-shadow: 0 0 10px 1px #eaeaea;
    padding: 15px 10px;
    margin: 50px 20px;
}

.chart_size_model_info_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart_size_model_info_item h4 {
    font-size: 1.3rem;
    margin-bottom: .75rem;
    line-height: 1.2;
}

.chart_size_model_info_item p {
    text-align: right;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.92857rem;
}

.chart_size_modal_body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #fff;
    text-align: center;
}

.chart_size_table_tabs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding: 0px;
}


.chart_size_item_tabs {
    width: 50%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    padding: 1rem;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: color, border-bottom-width, border-color 0.2s ease-in-out;
    border-bottom: 1px solid lightgray !important;
    background-color: #fff;
    cursor: pointer;
}

.active_chart_tab {
    border-bottom: 3px solid var(--primary_red) !important;
}

.chart_size_item_tabs h5 {
    color: #151515;
    font-size: 0.9rem;
    font-weight: bold;
}

.size-guide-tab-contents {
    display: flex;
    width: 100%;
    margin-right: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#chart_size_guide_content {
    display: none;
    width: 100%;
    padding: 15px;
    margin: 0px;
}

#basket_chart_size_guide_content {
    display: none;
    width: 100%;
    padding: 15px;
    margin: 0px;
}

.size-guide-tab-text {
    font-size: 0.8125rem;
    font-weight: normal;
}

.size-guide-tab-text strong {
    font-size: 0.8125rem;
    font-weight: bolder;
    color: var(--primary_red);
}

.size_guide_img_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_guide_img {
    width: 100%;
}

.size_guide_tab_text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.92857rem;
    line-height: 1.8rem;
    padding: 0 3rem 0 0;
    margin-bottom: 0;
    text-align: center;
}

.selected_size_title_modal {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_red);
    margin: 0px 4px;
    display: inline-block;
}

.size_guide_tab_text_ul {
    font-size: 0.8125rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.92857rem;
    line-height: 1.8rem;
    padding: 0 3rem 0 0;
    margin-bottom: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 5rem;
    unicode-bidi: isolate;
    text-align: right;
}

.size_guide_tab_text a {
    text-decoration: none;
    color: var(--primary_red);
    font-weight: bolder;
}

.size_guide_table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 2em;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 2em;
    max-width: 940px;
    margin-bottom: 50px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 0px;
    border-color: gray;
    padding: 0px;
}

.chart_table_title {
    font-size: 20px;
    color: var(--primary_red);
    font-weight: 600;
    text-align: center;
}

.size_guide_table_head {
    color: #000;
    background: #f6f6f6;
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
    text-align: center;
}

.size_guide_table_tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    font-size: 14px;
}

.size_guide_table_tr.active {
    background-color: var(--primary_red) !important;
    color: var(--white) !important;
}

.size_guide_table_tr.active .size_guide_table_th {
    background-color: var(--primary_red) !important;
    color: var(--white) !important;
}

.selectedSizeRow {
    background-color: var(--primary_red) !important;
    color: var(--white) !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.size_guide_table_tr.selectedSizeRow .size_guide_table_th {
    background-color: var(--primary_red) !important;
    color: var(--white) !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.size_guide_table_th {
    font-size: 14px;
    padding: 1em 1em;
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-right: 0.5px solid #ccc;
}

.size_guide_table_th:hover {
    background: #D3D3D3;
}

.size_guide_table_tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
    font-size: 14px;
}

.size_guide_table_td {
    font-size: 14px;
    padding: 1em 1em;
    border-bottom: 1px solid #ccc;
    border-right: 0.5px solid #ccc;
    vertical-align: top;
    /* border-top: 1px solid #ccc; */
    /* display: table-cell; */
    margin: 0px !important;
}

.close_chart_size_modal {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 10px;
    background-color: transparent;
    cursor: auto !important;
}

.close_chart_size_modal i {
    font-size: 22px;
    cursor: pointer;
}

/* chart size modal */


/* basket size modal */
.basket_size_modal_container {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    z-index: 9999;
}

.error_chartSize_container {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.error_chartSize_phon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error_chartSize_text {
    width: 100%;
    text-align: justify;
    color: var(--primary_red);
    font-size: 0.9rem;
}

.error_chartSize_phon p {
    color: var(--primary_red);
    font-size: 1.1rem;
    font-weight: 600;
}

.error_chartSize_phon p a {
    color: var(--black);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}

/* basket size modal */


.addBasketError {
    border: 2px solid red !important;
    border-radius: 4px;
}


/* zoom modal style */
.zoomed {
    transform: scale(1.8);
    cursor: zoom-out;
}

#zoomModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

#zoomedImage {
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease;
    cursor: zoom-out;
}

#closeZoom {
    position: absolute;
    top: 20px;
    right: 30px;
    color: var(--primary_red);
    font-size: 38px;
    font-weight: bolder;
    cursor: pointer;
    z-index: 9999;
}

/*/////////////// <!--start style of infos description --> */
.detailsPage_infos_desc_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #f9e6e6 !important;
    border-radius: 12px;
}

.detailsPage_desc_list {
    width: 100%;
    direction: rtl;
}

.detailsPage_desc_listItem {
    width: 100%;
    text-align: right;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .detailsPage_infos_desc_container {
        margin-top: 30px;
        width: 100%;
        margin-right: 0px;
    }
    #zoomModal {
        display: none !important;

    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .detailsPage_infos_desc_container {
        width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 414px) {
    .detailsPage_infos_desc_container {
        font-size: 14px;
        width: 100%;
    }
}

/*//////////////// <!--end style of infos description --> */


/*/////////////// <!--start style of accordion of details page --> */
.detailsPage_accordion_container {
    display: none;
    width: 100%;
    padding: 10px;
}

.accordion_container {
    width: 100%;
    height: auto;
    background-color: rgb(240, 240, 240);
    direction: rtl;
}

.accordion_item_container {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(250, 250, 250);
}

.detailsPage_accordion_header {
    width: 100%;
    min-height: 70px;
    margin: 0px;
}

.accordion-button {
    min-height: 70px;
    box-shadow: none !important;
    font-size: 16px;
    background-color: rgb(240, 240, 240);
}
.accordion-collapse{
    width:100%;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: rgb(214 214 214) !important;
    border-bottom: 1px solid black;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0px !important;
}

.accordion-body {
    padding: 30px 20px 15px;
    font-size: 14px;
    height: auto !important;
}

.accordion_comment_count_title {
    margin-right: 3px;
    display: none;
}

.accordion_button_comment::after {
    margin-right: 15px !important;
}

.rate_star_icon_accordion {
    width: 95px;
    display: flex;
    justify-content: space-around;
}

.rate_star_icon {
    margin-right: auto;
    font-size: 14px;
}

#comment_accordion {
    width: 100%;
}

.comment_accordion_header {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.comment_accordion_header_rate {
    margin: 0px 8px;
}

.comment_accordion_title {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
}

.star_yellow {
    color: rgb(255, 181, 42);
}

.star_gray {
    color: rgb(190, 190, 190);
}

/* modal submit btn */
.accordion_submit_comment {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.5rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    font-size: 14px;
    border-radius: 500px;
    overflow: hidden;
    background-color: #deffe6;
    color: rgb(100, 100, 100);
    z-index: 1;
}

.accordion_submit_comment .accordion_submit_btn_text {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.accordion_submit_comment:hover .accordion_submit_btn_text {
    color: rgb(100, 100, 100);
}

.accordion_submit_comment::before,
.accordion_submit_comment::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.accordion_submit_comment::before {
    content: "";
    background: #e6e6e6;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.accordion_submit_comment:hover::before {
    transform: translate3d(100%, 0, 0);
}

/* modal submit btn */
.comment_accordion_cards_container {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 40px 0px;
}

.comment_card_container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    border: 3px solid #dadada;
    margin-bottom: 15px;
    box-shadow: 2px -3px 10px 3px rgba(228, 228, 228, 0.7);
}

.comment_card_author {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: gray;
    padding: 0px 15px;
    margin-top: 15px;
}

.comment_card_title {
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 15px 0px;
}

.comment_card_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 20px;
}

.comment_card_info_date {
    font-size: 14px;
    color: gray;
}

.comment_card_desc {
    width: 100%;
    height: auto;
    text-align: right;
    max-height: 70px;
    background-color: transparent;
    overflow: hidden;
    padding: 0px 15px;
    margin-bottom: 5px;
    transition: max-height 0.5s;
}

.comment_card_desc_text {
    margin-bottom: 15px;
    font-size: 14px;
}

.comment_card_desc_seeAll {
    width: 100%;
    height: 32px;
    padding: 5px 3px 10px;
    text-align: right;
    font-size: 12px;
    color: gray;
    cursor: pointer;
    display: none;
    padding-right: 10px;
}

.comment_card_desc_seeLess {
    width: 100%;
    height: 32px;
    padding: 5px 3px 10px;
    text-align: right;
    font-size: 12px;
    color: gray;
    cursor: pointer;
    display: none;
    padding-right: 10px;
}

.comment_cart_desc_boxShadow {
    box-shadow: inset 0px -10px 20px -6px #c4c4c4;
}

.none_max_height {
    max-height: 400px !important;
}

.comment_max_height {
    max-height: 70px !important;
}

@media (max-width: 991px) {
    .detailsPage_accordion_container {
        width: 100%;
        padding: 10px 0px 40px;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .detailsPage_accordion_container {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .comment_card_desc_text {
        margin-bottom: 15px;
        font-size: 13px;
    }
}

/*/////////////// <!--end style of accordion of details page --> */

/*/////////////// <!--start style of  snapp Modal details page--> */
.gray_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.detailsPage_snappModal_container {
    background-color: #fefefe;
    border-radius: 10px;
    height: 80vh;
    margin: 4% auto;
    border: 1px solid #888;
    width: 85%;
    position: relative;
}

.snapp_modal_body {
    padding: 20px;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
}

.snapp_modal_title_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snapp_modal_body_title {
    width: 90%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.close_snapp_detailsPage {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background-color: #eeeeee;
    color: #000;
    cursor: pointer;
    margin-bottom: 8px;
}

.snapp_modal_body_text {
    width: 100%;
    text-align: center;
}

.snapp_modal_chart {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.snapp_modal_chart_installment {
    width: 50%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #ebeef3;
    margin-top: 10px;
}

.snapp_modal_chart_installment_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snapp_modal_chart_key {
    width: 105px;
    height: 30px;
    border-radius: 15px;
    background-color: #6daaeb;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.snapp_modal_chart_value {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.snapp_modal_chart_value p {
    font-size: 12px;
    color: gray;
}

.snapp_modal_installment_price {
    font-size: 20px;
    font-weight: 600;
}

.snapp_modal_chart_circles {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(189, 189, 189);
}

.snapp_modal_circle_1 {
    width: 35px !important;
    height: 35px !important;
    background: rgb(229, 229, 236) !important;
    border-radius: 50% !important;
    position: relative;
}

.snapp_modal_circle_1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7bc6cc;
    position: absolute;
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
    border-radius: 50%;
}

.snapp_modal_circle_2 {
    width: 35px !important;
    height: 35px !important;
    background: rgb(229, 229, 236) !important;
    border-radius: 50% !important;
    position: relative;
}

.snapp_modal_circle_2::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7bc6cc;
    position: absolute;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    border-radius: 50%;
}

.snapp_modal_circle_3 {
    width: 35px !important;
    height: 35px !important;
    background: rgb(229, 229, 236) !important;
    border-radius: 50% !important;
    position: relative;
}

.snapp_modal_circle_3::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7bc6cc;
    position: absolute;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%);
    border-radius: 50%;
}

.snapp_modal_circle_4 {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    position: relative;

    background-color: #7bc6cc !important;
}

.snapp_modal_chart_circles span {
    width: 60px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: whitesmoke;
}

.snapp_modal_circle_chart_text {
    margin: 0px;
    font-size: 12px;
}

.snapp_modal_interest {
    width: 100%;
}

.snapp_modal_interest_table {
    width: 100%;
    margin-top: 15px;
}

.snapp_table_tr {
    border: none;
    display: flex;
    flex-direction: row !important;
}

.snapp_modal_interest_table th {
    width: 33%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.snapp_modal_interest_table td {
    width: 33%;
    text-align: center;
    font-weight: 600;
}

.snapp_modal_text_infos {
    width: 50%;
    padding: 10px 15px;
}

.snapp_modal_chart_text {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: var(--primary_red);
    margin-top: 15px;
}

.snapp_modal_chart_desc_title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.2rem;
    width: 100%;
    text-align: right;
}

.snapp_modal_chart_desc_container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #ebeef3;
    padding: 10px 20px 10px 0px;

    margin-top: 20px;
}

.snapp_modal_chart_desc_text {
    width: 98%;
    display: block !important;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.snapp_modal_chart_desc_text li {
    font-size: 12px;
    margin-top: 15px;
}

.snapp_modal_footer {
    width: 100%;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.snapp_modal_footer_close {
    width: 100%;
    height: 45px;
    border-radius: 15px;
    background-color: #2662bd;
    color: white;
}

.snapp_modal_footer_close:hover {
    background-color: #202020;
}

@media (max-width: 800px) {
    .detailsPage_snappModal_container {
        background-color: #fefefe;
        border-radius: 10px;
        height: 100vh;
        margin: 40px auto 0px;
        border: 1px solid #888;
        width: 100%;
        position: relative;
    }

    .snapp_modal_chart_key {
        font-size: 11px;
        font-weight: 600;
    }

    .snapp_modal_chart_desc_text {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        text-align: right;
        font-size: 13px;
    }

    .model_size_container {
        margin: 30px 0px !important;
    }

    .model_size_title_mobile {
        display: flex !important;
        font-size: 14px;
        padding: 5px 5px 7px;
        text-align: center;
        border-bottom: 2px solid rgba(128, 128, 128, 0.5);
        margin-bottom: 0px;
        justify-content: center;
    }

    .model_size_title_desktop {
        display: none;
    }

    .snapp_modal_chart {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .snapp_modal_text_infos {
        width: 100%;
        padding: 0px;
    }

    .snapp_modal_chart_installment {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: #ebeef3;
        margin-top: 10px;
    }
}

.gallery_size_text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: 10px;
}

.gallery_size_text p {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

/* .model_size_container{
width: 100%;
padding: 10px 15px;
margin: 30px 10px;
border-radius: 12px;
background-color: #faf2f2;
}

.model_size_list{
padding: 0px;
}

.model-size_item{
width: 60%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}

.model_size_value{
  margin-right: 30px;
  } */

/* convert */

.model_size_container {
    width: 100%;
    max-width: 600px;
    margin-right: 10px;
}

.model_size_title_mobile {
    display: none;
}

.model-stats {
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 12px;
    transition: background 0.2s ease;
}

.model-stats:hover {
    background: #f5f5f5;
}

.size_model_stat {
    flex: 1;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #222;
}

.size_model_stat:not(:last-child) {
    border-left: 1px solid #e0e0e0;
}

.size_model_key {
    color: #555;
}

.size_model_dot {
    color: #4682B4;
    margin: 0 4px;
}
.button-box{
    margin-top:30px;
}


@media (max-width: 800px) {
    .model-stats {
        flex-direction: column;
        padding: 5px;
    }

    .size_model_stat:not(:first-child) {
        border: none;
    }

    .size_model_stat {
        font-size: 0.85rem;
        padding: 3px 0;
    }

    .size_model_stat:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .size_model_stat:last-child {
        padding-bottom: 0;
    }
}
p{font-size: 13px}
/*/////////////// <!--end style of  snapp Modal details page--> */

