﻿.row.snapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 8px 12px 8px 25px;
    background-color: #F1EFF0;
    min-height: 34px;
    box-sizing: border-box;
}

.h6:not(:last-child), h6:not(:last-child) {
    margin-bottom: 1.3em
}

.ins-and-del {
    padding: 0 !important;
}

.snapp {
    max-width: none;
}

.snapp-text {
    margin-left: auto;
}

.product-amount {
    font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 20px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6% !important;
    text-align: right;
    text-decoration: none;
    color: #000;
}


.row.snapp svg {
    margin-right: auto;
}

.detail-items {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 80px 0;
    height: 175px;
}

.color-title {
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1em;
}

.arrow1 .icon-minus {
    display: none;
}

.accordion.open .arrow1 .icon-plus {
    display: none;
}

.accordion.open .arrow1 .icon-minus {
    display: inline-block;
}

.toggle-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}


.size-item.unavailable {
    opacity: 0.5;
    position: relative;
}

    .size-item.unavailable::after {
        content: "";
        position: absolute;
        top: 43%;
        left: 0;
        width: 112%;
        height: 3px;
        background: #CCC;
        transform: rotate(-47deg);
    }



.product-price .discount-badge {
    display: none;
}


#special-price .discount-badge {
    display: inline-block;
}


.modal-dialog {
    margin: 30px auto !important;
    max-width: 68%;
    width: fit-content !important;
}

.color-section {
    margin: 15px 0;
    width: 44%;
}

.size-section {
    margin-top: 15px;
    width: 39%;
    margin-right: auto;
}

#selected-color-id .color-item {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.size-rect {
    width: 6px;
    height: 24px;
    background-color: #000;
}

.size-text {
    margin: 0;
    font-family: 'Yekan Bakh NoEn Regular WOFF';
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    color: #000;
}

.color-card > span {
    position: initial !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.price-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: column-reverse;
}

.price-line {
    display: flex;
}

.current-price,
.old-price {
    display: flex;
    align-items: center;
}

.price-value {
    min-width: 112px;
    text-align: right;
}

.size-guide-text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding-right: 38px;
    margin: 30px auto 45px auto;
}

.Toman-svg {
    margin-right: 4px;
}

.sizeguide-model {
    flex: 1;
    margin-top: 10px;
    text-align: left;
    margin-left: 24px;
}

.color-card.disabled {
    opacity: 0.5;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #CCCCCC;
    width: 100%;
    max-width: 82px;
    height: 36px;
    margin: 5px;
    cursor: pointer;
    padding: 0 0 0 8px;
    cursor: pointer;
    background: linear-gradient( 180deg, rgba(229, 229, 229, 0.2), rgba(245, 245, 245, 1) );
    right: 0 !important;
}

.countdown-title {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

.countdown {
    background: #1f2228;
    padding: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto !important;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.time-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    position: relative;
}

.time-row {
    display: flex;
    gap: 20px;
}


.time {
    font-size: 30px;
    font-weight: 600;
    margin-top: 3px;
    color: #fff;
    letter-spacing: 1px;
}

.label {
    font-size: 14px;
    color: #9aa0a6;
    margin-top: 5px;
    font-family: 'Yekan Bakh NoEn Regular WOFF', sans-serif;
}

.time-box:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.2);
    font-size: 30px;
}

#countdown {
    opacity: 1;
    transition: opacity 0.3s ease;
}

    #countdown.hidden {
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }

.countdown-wrapper {
    text-align: center;
    margin: 0;
}

.product .product-price {
    flex-direction: column;
}

.col-md-6 {
    position: relative;
}


.quantity-plus,
.quantity-minus,
.cart-product-quantity {
    opacity: 0;
    transform: translateX(20px);
    transition: all .3s ease;
    pointer-events: none;
}

.cart-open .quantity-plus,
.cart-open .quantity-minus,
.cart-open .cart-product-quantity {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.cart-open #addToBasketButton {
    padding-right: 110px;
}




@media (max-width: 1640px) {
    .modal-dialog {
        margin: 30px auto !important;
        max-width: 85%;
        width: fit-content !important;
    }
}

@media (min-width:1500px ) {
    .addbasket-section {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 1500px) {
    .col-md-6 {
        width: 70% !important;
        /* height: 90vh; */
        overflow-y: scroll;
        /* scrollbar-color: red lightblue; */
        scrollbar-width: none;
        padding: 0;
        justify-content: flex-end;
    }

    .addbasket-section {
        display: flex;
        flex-direction: row;
        /*width: 100%;*/
        align-items: center;
        flex-wrap: wrap;
    }
}


@media(min-width: 992px) {

    .countdown {
        background: #1f2228;
        padding: 14px 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        gap: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }


    .size-section:not(:empty) ~ .divider-line,
    .divider-line:has(+ .size-section:not(:empty)) {
        display: block;
    }

    .time-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 150px !important;
        position: relative;
    }

    .time {
        font-size: 49px;
        font-weight: 600;
        margin-top: 23px;
        color: #fff;
        letter-spacing: 1px;
    }

    .label {
        font-size: 21px;
        color: #9aa0a6;
        margin-top: 16px;
        font-family: 'Yekan Bakh NoEn Regular WOFF', sans-serif;
    }

    .time-box:not(:last-child)::after {
        right: -18px;
        font-size: 40px;
    }

    .countdown-title {
        font-size: 23px !important;
        margin-bottom: 11px !important;
        font-weight: 500;
        color: #fff;
    }
}

@media (max-width: 767px) {

    .Toman-svg {
        margin-right: 1px;
    }

    .BestsellingProducts {
        padding: 0 !important;
    }

    .breadcrumb {
        padding-bottom: 6%;
        text-align: center !important;
        margin-right: 0 !important;
    }

    .modal-dialog {
        width: calc(100% - 20px);
        margin: 5px auto;
        height: calc(100% - 20px);
    }

    #sizeGuideModal table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .size-guidetb {
        padding: 0 5px 80px 5px !important;
    }


    .modal-content {
        flex-direction: column;
        overflow-x: hidden;
        white-space: normal;
    }

    .modal-body {
        height: calc(100% - 40px);
        overflow-y: auto;
        padding: 10px 10px 0 10px !important;
    }

    .modal-header .close {
        margin-bottom: 15px;
        left: 322px !important;
        top: 10px !important;
        font-size: 18px !important;
    }

    .modal-body h3 {
        margin-right: 18px !important;
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 17px;
    }

    .modal-header {
        display: flex;
        position: absolute;
        z-index: 15;
        width: 0px;
        padding: 1px 10px;
        justify-content: center;
    }



    .modal-title {
        font-size: 16px;
    }

    #sizeGuideImage {
        width: 100%;
        height: 100%;
    }

    .notifocation-modal-body {
        padding-top: 1rem;
    }

    .description-shell {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 90vh;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9;
        scrollbar-width: none;
        padding-left: 0%;
        padding-top: 0%;
        background-color: white;
        padding-right: 0%;
        padding: 22px 55px 0 55px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto !important;
        margin: 30px 192px;
    }

    .mb-desktop-100 {
        margin-bottom: 100px;
    }

    .modal-header {
        padding: 0 15px;
    }

    .modal-body {
        padding: 0;
    }
}

.new-tag {
    position: absolute;
    left: 8%;
    top: 4%;
    z-index: 99999999999;
    font-size: 18px;
}

.product-page:not(.widget-shop) .product-title h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    direction: rtl;
}

.related h3 {
    text-align: center;
    color: #cba16d;
    padding-bottom: 20px;
    font-size: 35px;
}

.motion-list img {
    width: 100%;
}

.discount-tag {
    position: absolute;
    z-index: 100;
    width: 35%;
    font-size: 3em;
    padding: 0;
    top: 10%;
    right: 0%;
}

.product .product-description {
    opacity: 1;
}

.col-md-6 {
    width: 50%;
    /*height: 90vh;*/
    overflow-y: scroll;
    /* scrollbar-color: red lightblue;*/
    scrollbar-width: none;
    padding: 0;
}


    .col-md-6.scroller {
        width: 300px;
        height: 100px;
        overflow-y: scroll;
    }

.description-shell {
    position: fixed;
    width: 46%;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9;
    scrollbar-width: none;
    padding-left: 13%;
    padding-top: 2%
}

.product-size-header {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 1.1em;
}

@media (max-width: 1425px) {
    .image-color {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .color-card.disabled::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background: #ccc;
        transform: translate(-50%, -50%) rotate(-17deg);
        pointer-events: none;
        z-index: 10;
    }
}

@media (max-width: 992px) {

    .product .product-description {
        justify-content: space-between;
        gap: 0px;
        display: flex;
        min-height: auto;
        align-items: center;
        align-content: stretch;
        justify-items: center;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        height: auto;
        opacity: 1;
        margin-bottom: 20px !important;
    }

    .price-value {
        /*display: inline-block;*/
        min-width: 80px;
        text-align: right;
    }

    .color-card {
        position: relative;
    }

    .description-shell {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 90vh;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9;
        scrollbar-width: none;
        padding-left: 0%;
        padding-top: 0%;
        background-color: white;
        padding-right: 0%;
        padding: 45px 45px 0 45px;
    }

    .product-size li label span {
        /* border: 3px solid #fff; */
        color: #000;
        background-color: #f5f4f4;
        margin-left: 8px;
    }

    .owl-next {
        display: none !important;
    }

    .owl-prev {
        display: none !important;
    }

    .owl-carousel.dots-dark .owl-dots .owl-dot span {
        box-shadow: inset 0 0 0 11px #1f1f1f54 !important;
        width: 6px !important;
        height: 6px !important;
    }

    .gallery-shell {
        display: none;
    }

    .col-md-6 {
        width: 100% !important;
    }

    .countdown {
        width: 100%;
    }

    .color-card.discount-card {
        display: inline-flex;
        align-items: center;
        justify-content: end;
        border: 1px solid #CCC;
        width: 100%;
        max-width: 76px;
        height: 37.5px;
        margin: 4px;
        cursor: pointer;
        padding: 0 0 0 8px;
        cursor: pointer;
    }

    .color-card.disabled {
        width: 100%;
        max-width: 76px;
        height: 36px;
        margin: 4px;
        cursor: pointer;
    }

    .color-card > span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .color-card.simple-card {
        width: 35px;
        height: 35px;
    }

        .color-card.simple-card > span {
            width: 33px;
            height: 53px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            right: 0;
        }

    .discount-bge {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 23px !important;
        font-weight: 500;
        /* padding: 5px 8px; */
        z-index: 100;
        width: 100%;
        text-align: center;
        line-height: 43px;
        font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
    }
}

@media (max-width:991px) {

    .accordion-header {
        padding: 10px 0;
    }

    .product .product-price {
        width: 100%;
        font-size: 13px;
        min-height: 45px;
        gap: 0px;
    }

    #special-price .old-price {
        color: rgba(163, 163, 163, 1);
        font-weight: 500 !important;
        font-size: 20px;
        letter-spacing: 6%;
        text-align: center;
        text-decoration: line-through;
    }

    .row.snapp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 12px 4px 9px;
        min-height: 33px;
    }

    .description-shell #special-price ins, .shop-cart .amount {
        font-size: 20px !important;
        color: black;
        font-weight: 700;
        text-decoration: none;
        /* background: #F5F5F5; */
        padding: 0.4em 0em !important;
    }

    .discount-badge {
        margin-left: 0 !important;
    }

    .price-wrapper {
        display: flex;
        gap: 0px;
        align-items: center;
        flex-direction: column-reverse;
    }

    .breadcrumb {
        padding-bottom: 6%;
        text-align: center;
        margin-right: 0;
    }

        .breadcrumb ul li a {
            font-size: 12px;
            font-weight: 300;
            padding: 0 7px;
        }

        .breadcrumb ul li + li:before {
            left: -12px;
        }

        .breadcrumb ul li {
            margin-left: 10px;
        }

    .color-section,
    .size-section {
        width: 100%
    }

    .detail-items {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin: 80px 0;
        padding: 0 19px;
    }

    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 7px;
    }
}

.color-card.simple-card,
.color-card.discount-card {
    position: relative;
}

.color-card.simple-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 37.5px;
    margin: 2px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.color-card:has(input[type="radio"]:checked) {
    border: 2px solid #000;
}

.color-card.discount-card {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #CCC;
    width: 100%;
    max-width: 76px;
    height: 37.5px;
    margin: 2px;
    cursor: pointer;
    padding: 0 0 0 8px;
    cursor: pointer;
}

.color-card.disabled {
    width: 100%;
    max-width: 76px;
    height: 36px;
    margin: 2px;
    cursor: pointer;
}

.color-card.discount-card:has(input[type="radio"]:checked) {
    position: relative;
    border: 2px solid #000;
    height: 37.5px;
}

.discount-bge {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
    /* padding: 5px 8px; */
    z-index: 100;
    width: 100%;
    text-align: center;
    line-height: 43px;
    font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
}


.color-card.disabled .discount-bge {
    font-size: 20px;
}

.color-card.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #ccc;
    transform: translate(-50%, -50%) rotate(-19deg);
    pointer-events: none;
    z-index: 10;
}

.alert {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.alert-danger {
    background: transparent;
    color: #a94442;
}

.addbasket-section {
    position: relative;
}

#errorMessage {
    min-height: 20px;
    margin: 0;
    padding: 0 !important;
    border: none !important;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

    #errorMessage.show {
        visibility: visible;
        opacity: 1;
    }



/*        .color-card > span.disabled::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background: #ccc;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            pointer-events: none;
        }*/

#selected-color-id {
    color: #797979;
    .color-card > span text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.color-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    min-width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.color-card:hover .color-tooltip {
    opacity: 1;
    visibility: visible;
}

.color-tooltip svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.color-tooltip .tooltip-text {
    position: relative;
    z-index: 1;
    font-size: 10.3px;
    font-weight: 300;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.color-card:hover .color-tooltip {
    opacity: 1;
    visibility: visible;
}

.color-card.simple-card .color-tooltip {
    bottom: -130%;
    left: 50%;
    transform: translateX(-72%);
}


.color-card.discount-card .color-tooltip {
    bottom: -140%;
    left: 50%;
    transform: translateX(-55%);
}

.quantity-plus {
    width: 51px;
    font-size: 23px;
    font-weight: 900;
    color: black;
    background-color: white;
    border: none;
    height: 41px;
}

.quantity-minus {
    width: 51px;
    font-size: 23px;
    font-weight: 900;
    color: black;
    background-color: white;
    border: none;
    height: 41px;
}

.breadcrumb ul li + li:before {
    content: "";
    display: block;
    width: 2px;
    height: 1px;
    position: absolute;
    top: 49%;
    left: -16px;
    background-color: #000000;
    transform: rotate(118deg);
    /*padding: 0 7px;*/
}

.breadcrumb ul li {
    display: inline;
    position: relative;
    margin-left: 20px;
    color: black;
}

    .breadcrumb ul li a {
        color: black;
    }

    .breadcrumb ul li.active a {
        font-weight: 800;
    }

.breadcrumb {
    padding-bottom: 6%;
    text-align: right;
    margin-right: 15px;
}

.accordion {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.accordion-header {
    font-weight: 900;
    color: black;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    direction: rtl;
    display: flex;
    justify-content: space-between;
}

    /*            .accordion-header::after {
                content: "\005E";
                font-size: 25px;
                display: inline-block;
                position: relative;
                transform: rotate(180deg);
                transition: all .3s ease-in-out;
            }*/

    .accordion-header.active::after {
        transform: rotate(360deg);
        top: 11px;
    }

.accordion-content {
    display: none;
    padding: 10px;
    direction: rtl;
    text-align: justify;
    color: black;
}

    .accordion-content.show {
        display: block;
    }

a {
    color: #000000;
}

strong {
    font-weight: 900;
    font-size: 13px;
}

.accordion-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.cart-product-quantity {
    position: relative;
    z-index: 2;
    margin: 0 !important;
}

#txtCount {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

#addToBasketButton {
    position: relative;
    margin-right: -39px;
    font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
    font-weight: 500;
    font-size: 14px;
}


.divider-line {
    width: 1px;
    background: #C9C9C9;
    margin: 0 20px;
    display: none;
}

@media (min-width: 768px) {
    .accordion-content img {
        max-width: 644px;
        margin: 4px auto;
    }

    .d-md-none {
        display: none !important;
    }
}


@media (max-width: 767.98px) {
    .product-size {
        display: block;
        list-style: outside none none;
        margin: 0 0 15px 0;
        overflow: hidden;
        padding-left: 0;
        padding: 0 50px;
    }

    .size-text {
        font-family: 'Yekan Bakh NoEn Regular WOFF';
        font-weight: 300;
        font-size: 9.5px;
        line-height: 100%;
        text-align: right;
    }

    .size-guide-text {
        padding: 0;
        gap: 6px;
        margin: 15px auto 25px auto;
    }


    .accordion-content img {
        max-width: 100%;
        margin: 4px auto;
    }

    .d-md-block {
        display: none !important;
    }
}

@media (max-width: 620px) {
    .product #product-price-2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        gap: 0.7rem;
        flex-direction: column;
    }

    .detail-items {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        justify-content: unset;
        margin: 0;
        padding: 0;
        height: 265px;
    }

    .color-title {
        text-align: right;
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        margin-bottom: 1em;
    }

    .size-title {
        font-weight: 500;
        font-size: 14px;
    }
    /*       .product-price {
                         flex-direction: column !important;
                         align-items: center !important;
                         width: 200px !important;
                         height: 130px;
                         gap: 0.5rem;
                         padding: 10px;
                         right: 0 !important;
                         display: flex
                     }*/
    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 57px;
        gap: 5px;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 76px;
        height: 37px;
        margin: 2px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

        .color-card.simple-card > span {
            width: 33px;
            height: 33px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            right: 0;
        }

    .color-card.discount-card.disabled > span {
        position: absolute;
        right: -11px;
        width: 59px;
        height: 55px;
    }
}

@media (max-width: 541px) and (min-width: 450px) {
    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 76px;
        height: 37px;
        margin: 2px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

        .color-card.simple-card > span {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }


        .color-card.simple-card .image-color {
            /*width: 53px;
                            height: 53px;*/
            object-fit: cover;
            display: block;
        }

    .description-shell #special-price del, .shop-cart .amount {
        font-family: Yekan Bakh;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 6%;
        text-decoration: line-through;
        color: #7A7A7A;
    }
}



@media (max-width: 451px) and (min-width: 445px) {

    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }


    .color-card.simple-card > span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }


    .color-card.simple-card .image-color {
        /*width: 53px;
                            height: 53px;*/
        object-fit: cover;
        display: block;
    }

    .description-shell #special-price del, .shop-cart .amount {
        font-family: Yekan Bakh;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 6%;
        text-decoration: line-through;
        color: #7A7A7A;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 83px;
        height: 37.5px;
        margin: 2px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }
}


@media (max-width: 446px) and (min-width: 414px) {
    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px;
        padding: 0 44px;
    }

    .sizeguide-model {
        flex: 1;
        margin-top: 10px;
        text-align: left;
        margin-left: 0;
    }

    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 83px;
        height: 37.5px;
        margin: 2px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

        .color-card.simple-card > span {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }


        .color-card.simple-card .image-color {
            /*width: 53px;
                            height: 53px;*/
            object-fit: cover;
            display: block;
        }

    .description-shell #special-price del, .shop-cart .amount {
        font-family: Yekan Bakh;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 6%;
        text-decoration: line-through;
        color: #7A7A7A;
    }

    .color-card.discount-card {
        display: inline-flex;
        align-items: center;
        justify-content: end;
        border: 1px solid #CCC;
        width: 100%;
        max-width: 83px;
        height: 37.5px;
        margin: 2px;
        cursor: pointer;
        padding: 0 0 0 8px;
        cursor: pointer;
    }

    .color-card.disabled {
        width: 100%;
        max-width: 83px;
        height: 37.5px;
        margin: 2px;
        cursor: pointer;
    }
}


@media (max-width: 413px) and (min-width: 401px) {

    .detail-items {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        justify-content: unset;
        margin: 0;
        padding: 0;
        height: 297px;
    }

    .color-card.discount-card {
        display: inline-flex;
        align-items: center;
        justify-content: end;
        border: 1px solid #CCC;
        width: 100%;
        max-width: 77px;
        height: 37.5px;
        margin: 1px;
        cursor: pointer;
        padding: 0 0 0 8px;
        cursor: pointer;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 80px;
        height: 37.5px;
        margin: 1px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

    .color-card.disabled {
        width: 100%;
        max-width: 80px;
        height: 37px;
        margin: 1px;
        cursor: pointer;
    }

    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 46px;
        gap: 1px;
    }

    .size-text {
        font-family: 'Yekan Bakh NoEn Regular WOFF';
        font-weight: 300;
        font-size: 9px;
        line-height: 100%;
        text-align: right;
    }

    .size-guide-text {
        padding: 0;
        gap: 6px;
        margin: 15px auto 25px auto;
    }

    .sizeguide-model {
        flex: 1;
        margin-top: 10px;
        text-align: left;
        margin-left: 0;
    }


    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }



    .color-card.simple-card > span {
        display: inline-flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }


    .color-card.simple-card .image-color {
        /*width: 53px;
                     height: 53px;*/
        object-fit: cover;
        display: block;
    }

    .description-shell #special-price del, .shop-cart .amount {
        font-family: Yekan Bakh;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 6%;
        text-decoration: line-through;
        color: #7A7A7A;
    }
}

@-moz-document url-prefix() {
    @media (max-width: 541px) and (min-width: 450px) {


        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }

        .color-card.simple-card > span {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }


        .color-card.simple-card .image-color {
            /*width: 53px;
                    height: 53px;*/
            object-fit: cover;
            display: block;
        }
    }
}



@-moz-document url-prefix() {
    @media (max-width: 451px) and (min-width: 445px) {


        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }

        .color-card.simple-card > span {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }


        .color-card.simple-card .image-color {
            /*width: 53px;
                    height: 53px;*/
            object-fit: cover;
            display: block;
        }
    }
}


@-moz-document url-prefix() {
    @media (max-width: 446px) and (min-width: 420px) {
        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }



        .color-card.simple-card {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* border-radius: 50%; */
            width: 73px;
            height: 37px;
            margin: 2px;
            cursor: pointer;
            position: relative;
            cursor: pointer;
        }

            .color-card.simple-card > span {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                position: relative;
                overflow: hidden;
            }


            .color-card.simple-card .image-color {
                /*width: 53px;
                       height: 53px;*/
                object-fit: cover;
                display: block;
            }

        .description-shell #special-price del, .shop-cart .amount {
            font-family: Yekan Bakh;
            font-weight: 500;
            font-style: Medium;
            font-size: 20px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 6%;
            text-decoration: line-through;
            color: #7A7A7A;
        }
    }
}


@-moz-document url-prefix() {
    @media (max-width: 420px) and (min-width: 414px) {
        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }



        .color-card.simple-card {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* border-radius: 50%; */
            width: 73px;
            height: 37px;
            margin: 2px;
            cursor: pointer;
            position: relative;
            cursor: pointer;
        }

            .color-card.simple-card > span {
                display: inline-flex;
                border-radius: 50%;
                justify-content: center;
                align-items: center;
                position: relative;
                overflow: hidden;
            }


            .color-card.simple-card .image-color {
                /*width: 53px;
                   height: 53px;*/
                border-radius: 50%;
                object-fit: cover;
                display: block;
            }

        .description-shell #special-price del, .shop-cart .amount {
            font-family: Yekan Bakh;
            font-weight: 500;
            font-style: Medium;
            font-size: 20px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 6%;
            text-decoration: line-through;
            color: #7A7A7A;
        }
    }
}

@-moz-document url-prefix() {
    @media (max-width: 413px) and (min-width: 401px) {
        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }


        .color-card.simple-card {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* border-radius: 50%; */
            width: 73px;
            height: 37px;
            margin: 2px;
            cursor: pointer;
            position: relative;
            cursor: pointer;
        }

            .color-card.simple-card > span {
                display: inline-flex;
                border-radius: 50%;
                justify-content: center;
                align-items: center;
                position: relative;
                overflow: hidden;
            }


            .color-card.simple-card .image-color {
                /*width: 53px;
               height: 53px;*/
                border-radius: 50%;
                object-fit: cover;
                display: block;
            }

        .description-shell #special-price del, .shop-cart .amount {
            font-family: Yekan Bakh;
            font-weight: 500;
            font-style: Medium;
            font-size: 20px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 6%;
            text-decoration: line-through;
            color: #7A7A7A;
        }
    }
}

@media only screen and (max-width: 410px) {
    .description-shell {
        padding: 22px 40px 0 40px !important;
    }

    .size-text {
        font-family: 'Yekan Bakh NoEn Regular WOFF';
        font-weight: 300;
        font-size: 9px;
        line-height: 100%;
        text-align: right;
    }

    .size-guide-text {
        padding: 0;
        gap: 6px;
        margin: 15px auto 25px auto;
    }

    .sizeguide-model {
        flex: 1;
        margin-top: 10px;
        text-align: left;
        margin-left: 0;
    }

    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }


    .description-shell #special-price ins,
    .shop-cart .amount {
        font-size: 20px !important;
        color: black;
        font-weight: 700;
        text-decoration: none;
        /*   background: #F5F5F5;*/
        padding: 0.4em 0.4em !important;
    }

    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 46px;
        gap: 3px;
    }

    .product-size li label span {
        /* border: 3px solid #fff; */
        color: #000;
        background-color: #f5f4f4;
        margin-left: 8px;
    }

    .color-card.discount-card {
        display: inline-flex;
        align-items: center;
        justify-content: end;
        border: 1px solid #CCC;
        border-radius: 0;
        width: 100%;
        max-width: 80px !important;
        height: 37.5px;
        margin: 0px !important;
        cursor: pointer;
        padding: 0 0 0 8px;
    }

    .color-card.disabled {
        width: 100%;
        max-width: 80px;
        height: 37.5px;
        margin: 0px;
        cursor: pointer;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 80px;
        height: 37.5px;
        margin: 0px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

        .color-card.simple-card > span {
            width: 33px;
            height: 33px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            right: 0;
        }


    .color-card.discount-card.disabled > span {
        position: absolute;
        right: -11px;
        width: 53px;
        height: 53px;
    }
}


@-moz-document url-prefix() {
    @media (max-width: 400px) {
        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

            .product-title h1 {
                margin: 0;
                font-size: 1.4rem !important;
                line-height: 1.4;
            }

                .product-title h1 a {
                    display: block;
                    white-space: normal;
                    word-wrap: break-word;
                    overflow: hidden;
                }


        .description-shell #special-price ins,
        .shop-cart .amount {
            font-size: 20px !important;
            color: black;
            font-weight: 700;
            text-decoration: none;
            padding: 0.4em 0.3em !important;
        }
    }
}


@-moz-document url-prefix() {
    @media (max-width: 380px) {
        .product-title {
            width: 84px !important;
            flex-shrink: 0;
            overflow: hidden;
        }

        .color-card.discount-card {
            display: inline-flex;
            align-items: center;
            justify-content: end;
            border: 1px solid #CCC;
            border-radius: 0;
            width: 100%;
            max-width: 69px !important;
            height: 37.5px;
            margin: 0px !important;
            cursor: pointer;
            padding: 0 0 0 8px;
        }

        .color-card.disabled {
            width: 100%;
            max-width: 69px;
            height: 37.5px;
            margin: 0px;
            cursor: pointer;
        }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }


        .description-shell #special-price ins,
        .shop-cart .amount {
            font-size: 20px !important;
            color: black;
            font-weight: 700;
            text-decoration: none;
            padding: 0.4em 0.3em !important;
        }
    }
}



@media (max-width: 380px) {
    .detail-items {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        justify-content: unset;
        margin: 0;
        padding: 0;
        height: 335px;
    }

    .product-size {
        display: block;
        list-style: outside none none;
        margin: 0 0 15px 0;
        overflow: hidden;
        padding-left: 0;
        padding: 0 55px;
    }

    .breadcrumb ul li a {
        font-size: 11px;
        font-weight: 300;
        padding: 0 7px;
    }

    .color-card.discount-card {
        width: 100%;
        max-width: 85px !important;
        margin: 0px !important;
    }

    .color-card.discount-card {
        display: inline-flex;
        align-items: center;
        justify-content: end;
        border: 1px solid #CCC;
        border-radius: 0;
        width: 100%;
        max-width: 78px !important;
        height: 37.5px;
        margin: 0px !important;
        cursor: pointer;
        padding: 0 0 0 8px;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 69px;
        height: 37.5px;
        margin: 0px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

    .color-card.disabled {
        width: 100%;
        max-width: 69px;
        height: 37.5px;
        margin: 0px;
        cursor: pointer;
    }

    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 42px;
        gap: 3px !important;
    }

    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }

    .discount-bge {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 19px !important;
        font-weight: 500;
        /* padding: 5px 8px; */
        z-index: 100;
        width: 100%;
        text-align: center;
        line-height: 43px;
        font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
    }
}

@media (max-width: 367px) {
    .breadcrumb ul li a {
        font-size: 10px;
        font-weight: 300;
        padding: 0 7px;
    }

    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 42px;
        gap: 3px !important;
    }

    .color-card.discount-card {
        display: inline-flex;
        width: 100%;
        max-width: 73px !important;
        height: 37.5px;
        margin: 0px !important;
    }

    .color-card.simple-card {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        width: 73px;
        height: 37px;
        margin: 0px;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }


    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

        .product-title h1 {
            margin: 0;
            font-size: 1.4rem !important;
            line-height: 1.4;
        }

            .product-title h1 a {
                display: block;
                white-space: normal;
                word-wrap: break-word;
                overflow: hidden;
            }
    /*       .product-price {
                    flex-direction: column !important;
                    align-items: center !important;
                    width: 200px !important;
                    height: 130px;
                    gap: 0.5rem;
                    padding: 10px;
                    right: 0 !important;
                    display: flex
                }*/

    .color-card.discount-card {
        width: 100%;
        max-width: 73px !important;
        margin: 0px !important;
    }



    #color-picker {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .color-card {
        position: relative;
    }



        .color-card.simple-card > span {
            width: 33px;
            height: 33px;
            display: inline-flex;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            position: relative;
            right: 0;
        }


        .color-card.discount-card:has(input[type="radio"]:checked) {
            position: relative;
            border: 2px solid #000;
            height: 37.5px !important;
        }



    .discount-bge {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        font-weight: 500;
        /* padding: 5px 8px; */
        z-index: 100;
        width: 100%;
        text-align: center;
        line-height: 43px;
        font-family: 'Yekan Bakh NoEn Regular WOFF' !important;
    }
}




@media (max-width: 345px) {

    .product-title {
        width: 84px !important;
        flex-shrink: 0;
        overflow: hidden;
    }

    .color-card.discount-card {
        width: 100%;
        max-width: 60px !important;
        margin: 0px !important;
    }

    .color-card.simple-card {
        width: 60px;
        height: 37.5px;
        margin: 0px;
    }

    .product-title h1 {
        margin: 0;
        font-size: 1.4rem !important;
        line-height: 1.4;
    }

        .product-title h1 a {
            display: block;
            white-space: normal;
            word-wrap: break-word;
            overflow: hidden;
        }
    /*       .product-price {
            flex-direction: column !important;
            align-items: center !important;
            width: 200px !important;
            height: 130px;
            gap: 0.5rem;
            padding: 10px;
            right: 0 !important;
            display: flex
        }*/
}

@media (max-width:1200px) and (min-width: 920px) {
    .btn {
        font-size: 8px;
        padding: 5px 0px;
    }

    .description-shell {
        position: fixed;
        width: 50%;
        height: 90vh;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9;
        scrollbar-width: none;
        padding-left: 10%;
        padding-top: 2%;
    }
}



.product-card .product-title {
    display: flex;
    padding-block-end: 0.5rem;
    justify-content: flex-end !important;
    text-align: center;
    width: 100%;
    padding-top: 0px !important;
}

.product-card .product-price del, .product-card .product-price ins {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end !important;
    text-align: center;
}

.product .product-card {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    padding-left: 3%;
    padding-right: 3%;
    height: 40px;
    padding-top: 10px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.product {
    transition: all .5s ease-in-out;
}

    .product:hover {
        border: 1px solid rgba(86, 86, 86, 0.3);
    }

        .product:hover .product-card {
            opacity: 1;
        }

.product-card .product-price {
    min-height: auto !important;
}

.d-mob-block {
    display: none;
}

.d-mob-none {
    display: inline-block;
}


@media (max-width: 992px) {
    .product .product-card {
        opacity: 1;
    }

    .d-mob-block {
        display: block;
    }

    .d-mob-none {
        display: none;
    }

    .row-slider {
        display: flex;
        flex-direction: column-reverse;
    }
}


.product-price {
    display: flex;
    align-items: center;
    gap: 11px;
    /* padding: 5px 5px !important;*/
    max-width: fit-content;
    position: relative;
    margin-bottom: 15px;
}


    .product-price.has-discount {
        border: 1px solid #F5F5F5;
    }


    .product-price.no-discount {
        border: none;
    }


    .product-price ins,
    .product-price del,
    .product-price img {
        display: inline-block;
        vertical-align: middle;
    }

    .product-price del {
        color: #7A7A7A;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        text-decoration: line-through;
        margin: 0;
    }

    .product-price ins {
        font-weight: 900;
        color: #444;
    }

    .product-price img.discount-badge {
        width: 86px;
        height: auto;
    }


.product .product-title h3, .product .product-title h3 a, .product .product-title h2, .product .product-title h2 a {
    text-align: right;
    direction: rtl;
    font-size: 12px !important;
}

.related h3 {
    text-align: center;
    color: #000000;
    padding-bottom: 50px;
    font-size: 22px;
}



.description-shell #special-price del, .shop-cart .amount {
    /*font-size: 12px !important;*/
    color: #7A7A7A;
    font-weight: 800;
    margin-right: -25px;
}



@media (max-width: 992px) {

    .product-page:not(.widget-shop) .product-title h1 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 0;
        text-align: right;
        direction: rtl;
    }

    .product-price img.discount-badge {
        width: 68px;
        height: auto;
    }
}

.m-b-4-p {
    margin: 0 !important;
}

.related-list {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    margin: 0;
    padding: 20px;
}

@media (max-width: 992px) {
    .related-title-mobile {
        display: none;
    }


    .related-list {
        display: flex;
        list-style: none;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
        padding: 20px 0;
        gap: 10px;
    }


        .related-list li a {
            color: #58595B;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            text-align: right;
            vertical-align: middle;
            padding: 15px 20px;
            display: inline-block;
            transition: background 0.3s, color 0.3s;
            white-space: nowrap;
        }

            .related-list li a:hover {
                background: #F1F2F2;
                color: black !important;
                font-weight: 700;
                font-size: 14px;
                line-height: 100%;
                vertical-align: middle;
            }
}

@-moz-document url-prefix() {
}

@media (min-width: 343px) and (max-width: 450px) {


    .related-title-mobile {
        display: block;
        text-align: right;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .related-title-desktop {
        display: none;
    }

    .related-list {
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
}

h6 {
    font-weight: 100;
}

.color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: row-reverse;
}




@media (max-width: 992px) {
    .color-picker {
        display: flex;
        gap: 0;
        flex-direction: row-reverse;
    }

    .color-card {
        width: 30%;
    }
}

.snapp {
    direction: rtl;
    background-color: #eff6ff;
    margin-right: 0px;
    border-radius: 1px;
    min-height: 50px;
    padding-top: 8px;
}

.snapp-text {
    color: #076DC1;
    margin-right: 10px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -2%;
}

.snapp img {
    width: 32px;
    margin-right: 8px;
}

@media screen and (max-width:992px) {


    .snapp-text {
        font-size: 12px;
        margin-right: 0px;
    }
}

#notificationModal input[type="radio"] {
    display: none;
}

    #notificationModal input[type="radio"] + label::before {
        content: '';
        display: inline-block;
        width: .8rem;
        height: .8rem;
        margin-right: 10px;
        margin-left: 10px;
        border: 1px solid black;
        background-color: white;
    }


    #notificationModal input[type="radio"]:checked + label::before {
        background-color: black;
        border: none;
    }


.close span {
    color: black !important;
}

#notificationModal {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

    #notificationModal .modal-dialog {
        margin: 10% auto;
    }

.shopping-cart {
    position: relative;
}

.popup {
    position: fixed;
    top: 80px;
    left: 80px;
    width: 300px;
    height: 382px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-family: 'Yekan Bakh FaNum', sans-serif;
    direction: rtl;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup-show {
    opacity: 1;
    pointer-events: auto;
}

.popup-header {
    height: 55px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.popup-title {
    position: absolute;
    top: 17px;
    left: 76px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
}

.close-btn {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #000;
}
/* Body */
.popup-body {
    display: flex;
    position: absolute;
    top: 65px;
    right: 15px;
    gap: 15px;
}

.popup-image {
    width: 115px;
    height: 158px;
    top: 86px;
    left: 55px;
    opacity: 1;
    object-fit: contain;
}


.popup-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 140px;
}

.popup-line {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.popup-title-bold {
    font-weight: 600;
    font-size: 13.5px;
    margin-left: 10px;
}

.popup-bold {
    font-weight: 600;
}

.popup-rectangle {
    width: 3px;
    height: 16px;
    background: #000;
    margin-left: 4px;
}
/* Actions */
.popup-actions {
    position: absolute;
    bottom: 25px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}



.btn-checkout,
.btn-view-basket {
    width: 266px;
    height: 36px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 18px;
}

.btn-checkout {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.btn-view-basket {
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-title-wrapper {
    position: relative;
    display: inline-block;
}

.popup-title-bold {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 13.5px;
    color: #000;
    padding-right: 9px;
}

.popup-rectangle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 90%;
    background: #000;
    z-index: 1;
}
/*       @media (max-width: 576px) {*/
/*    .popup {
                                         width: 100%;
                                         height: auto;
                                         bottom: 0;
                                         left: 0;
                                         transform: none;
                                         border-radius: 10px 10px 0 0;
                                     }

                                     .popup-body {
                                         flex-direction: row;
                                         align-items: flex-start;
                                         padding: 16px;
                                         position: relative;
                                         top: 0;
                                         right: 0;
                                         gap: 12px;
                                     }

                                     .popup-image {
                                         width: 90px;
                                         height: 130px;
                                         object-fit: cover;
                                     }

                                     .popup-details {
                                         width: 100%;
                                         gap: 4px;
                                     }

                                     .popup-title {
                                         left: 60px;
                                         font-size: 14px;
                                     }

                                     .close-btn {
                                         top: 14px;
                                         left: 12px;
                                         font-size: 18px;
                                     }

                                     .popup-actions {
                                         position: relative;
                                         bottom: auto;
                                         right: auto;
                                         padding: 16px;
                                     }

                                     .btn-checkout,
                                     .btn-view-basket {
                                         width: 100%;
                                         font-size: 14px;
                                     }
                                 }*/

@media (max-width: 480px) {

    .accordion-section {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }

    .related-list {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        align-items: center;
    }

        .related-list li:first-child {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            flex: none;
        }

        .related-list li:not(:first-child) {
            flex: 0 0 auto;
            margin-right: 10px;
        }


    .popup {
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 400px;
        height: 400px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        /*border-radius: 5px 5px 0px 0px;*/
        z-index: 999999;
        /*display: none;*/
        direction: rtl;
        font-family: 'Yekan Bakh FaNum', sans-serif;
        box-sizing: border-box;
        top: auto;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        transform: translateX(-50%) translateY(100%)
    }


        .popup.popup-show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
            /*display:block;*/
        }

    .popup-header {
        position: relative;
        height: 52px;
        border-bottom: 1px solid #EEEEEE;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 18px;
    }

    .popup-title {
        font-size: 12px;
        font-weight: 600;
        line-height: 19px;
        color: #000;
        position: relative;
        top: auto;
        right: 35px;
    }

    .popup-title-bold {
        font-size: 12px;
        padding-right: 12px;
    }

    .popup-rectangle {
        width: 1px;
        height: 90%;
    }

    .close-btn {
        position: absolute;
        left: 18px;
        top: 17px;
        width: 16px;
        height: 16px;
        font-size: 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #000;
        cursor: pointer;
    }

    .popup-body {
        flex-direction: row;
        align-items: flex-start;
        padding: 16px 0 16px 0;
        position: relative;
        top: 0;
        right: 0;
        gap: 12px;
        padding-top: 24px;
    }

    .popup-image {
        width: 110px;
        height: 150px;
        object-fit: contain;
        margin-left: 19px;
        margin-top: 12px;
    }


    .popup-details {
        width: 100%;
        gap: 4px;
        margin-top: 13px;
        margin-right: 17px;
    }

    .popup-line {
        font-size: 12px;
        line-height: 19px;
        color: #000;
    }

    .popup-title-bold {
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .popup-rectangle {
        width: 4px;
        height: 14px;
        background: #000;
        border-radius: 2px;
    }

    .popup-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 20px 20px;
        width: 100%;
        align-items: stretch;
    }

    .btn-checkout,
    .btn-view-basket {
        width: 90% !important;
        height: 38px;
        font-size: 14px;
        line-height: 22px;
        font-family: 'Yekan Bakh FaNum';
        cursor: pointer;
        box-sizing: border-box;
        text-align: center;
    }

    .btn-checkout {
        background: #fff;
        color: #000;
        border: 1px solid #000;
    }

    .btn-view-basket {
        background: #000;
        color: #fff;
        border: none;
    }
}

#differentSize tr td {
    text-align: center;
}

#differentSize {
    border-collapse: collapse;
    width: 100%;
}

    #differentSize td {
        padding: 8px;
        border: none;
        text-align: center;
    }


    #differentSize tr:nth-child(odd) td:not(:first-child) {
        background-color: #f3f3f3;
    }

#tabel-head {
    margin-bottom: 15px;
}





@media (max-width: 768px) {
    #popupOverlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        /*backdrop-filter: blur(2px);*/
        z-index: 998;
    }

    .color-section {
        margin: 12px 0;
    }

    .size-section {
        margin-top: 0px;
    }

    .product-size-header {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row-reverse;
        margin-bottom: 0.8em;
    }
}

.modal-header .close {
    color: black;
    font-size: 30px;
    opacity: 1;
    /*            position: absolute;
                             top: 24px;
                             right: 25px; */
    font-weight: 200;
    background: none;
    border: none;
    cursor: pointer;
}


@media (max-width: 1600px) {

    .color-card > span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }


    .color-card.simple-card > span {
        width: 33px;
        height: 53px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 0;
    }
}
