

.radioImage ul {
    list-style-type: none;
}

.radioImage li {
    display: inline-block;
}

.radioImage input[type="radio"][id^="cb"] {
    display: none;
}

.radioImage label {
    border: 1px solid #ddd;
    border-radius: 30px 30px 30px;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    color: #000;
}

.radioImage label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid darkgreen;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.radioImage label img {
    height: 80px;
    width: 80px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius: 10px 10px 10px;
}

.disabled {
    opacity: 0.5;
    color: #000;
    text-decoration: line-through;
    color:red;
}

.radioImage :checked + label {
    border-color: grey;
}

.radioImage :checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
    z-index: 1;
}

.radioImage :checked + label img {
    transform: scale(0.9);
    /*box-shadow: 0 0 5px #333;*/
    z-index: -1;
}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    border: 1px solid red !important;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
*, *:after, *:before{
    box-sizing: border-box;
}
.loader-wrap{
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 0.9;
}
.loader{
    font-size: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 20px;
}
.loader:after{
    color: #0046be;
    content: "لطفا منتظر باشید...";
    font-family: IRANSans, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    position: absolute;
    width: 120px;
    top: 40px;
    left: 5px;
    text-align: center;
}
[class*='boxm-']{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    border: 5px solid #0046be;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    box-shadow: 0 0 10px #ffe000;
    border-radius: 50%;
    transform: scale(0.7);
    animation: loader 1s infinite linear;
}
[class*='boxm-']:last-child{
    margin-right: 0;
}
.boxm-1{
    animation-delay: .4s;
}
.boxm-2{
    animation-delay: .3s;
}
.boxm-3{
    animation-delay: .2s;
}
.boxm-4{
    animation-delay: .3s;
}
.boxm-5{
    animation-delay: .4s;
}
@keyframes loader{
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.7) rotate(10deg);
        opacity: 0.1;
    }
}
.hidden{
    display: none !important;
}
.block{
    display: block !important;
}

[type="radio"].radio-col-red:checked + label:after {
    background-color: #F44336;
    border-color: #F44336; }

[type="radio"].radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border-color: #E91E63; }

[type="radio"].radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border-color: #9C27B0; }

[type="radio"].radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border-color: #673AB7; }

[type="radio"].radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border-color: #3F51B5; }

[type="radio"].radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border-color: #2196F3; }

[type="radio"].radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border-color: #03A9F4; }

[type="radio"].radio-col-cyan:checked + label:after {
    background-color: #00BCD4;
    border-color: #00BCD4; }

[type="radio"].radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688; }

[type="radio"].radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border-color: #4CAF50; }

[type="radio"].radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border-color: #8BC34A; }

[type="radio"].radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border-color: #CDDC39; }

[type="radio"].radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821; }

[type="radio"].radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border-color: #FFC107; }

[type="radio"].radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border-color: #FF9800; }

[type="radio"].radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border-color: #FF5722; }

[type="radio"].radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548; }

[type="radio"].radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border-color: #9E9E9E; }

[type="radio"].radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border-color: #607D8B; }

[type="radio"].radio-col-black:checked + label:after {
    background-color: #000000;
    border-color: #000000; }

[type="radio"].radio-col-white:checked + label:after {
    background-color: #ffffff;
    border-color: #ffffff; }

[type="radio"].radio-col-red:checked + label:before {
    border: 2px solid #F44336; }

[type="radio"].radio-col-red:checked + label:after {
    background-color: #F44336;
    border: 2px solid #F44336; }

[type="radio"].radio-col-pink:checked + label:before {
    border: 2px solid #E91E63; }

[type="radio"].radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border: 2px solid #E91E63; }

[type="radio"].radio-col-purple:checked + label:before {
    border: 2px solid #9C27B0; }

[type="radio"].radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border: 2px solid #9C27B0; }

[type="radio"].radio-col-deep-purple:checked + label:before {
    border: 2px solid #673AB7; }

[type="radio"].radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border: 2px solid #673AB7; }

[type="radio"].radio-col-indigo:checked + label:before {
    border: 2px solid #3F51B5; }

[type="radio"].radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border: 2px solid #3F51B5; }

[type="radio"].radio-col-blue:checked + label:before {
    border: 2px solid #2196F3; }

[type="radio"].radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border: 2px solid #2196F3; }

[type="radio"].radio-col-light-blue:checked + label:before {
    border: 2px solid #03A9F4; }

[type="radio"].radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border: 2px solid #03A9F4; }

[type="radio"].radio-col-cyan:checked + label:before {
    border: 2px solid #00BCD4; }

[type="radio"].radio-col-cyan:checked + label:after {
    background-color: #00BCD4;
    border: 2px solid #00BCD4; }

[type="radio"].radio-col-teal:checked + label:before {
    border: 2px solid #009688; }

[type="radio"].radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688; }

[type="radio"].radio-col-green:checked + label:before {
    border: 2px solid #4CAF50; }

[type="radio"].radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border: 2px solid #4CAF50; }

[type="radio"].radio-col-light-green:checked + label:before {
    border: 2px solid #8BC34A; }

[type="radio"].radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border: 2px solid #8BC34A; }

[type="radio"].radio-col-lime:checked + label:before {
    border: 2px solid #CDDC39; }

[type="radio"].radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border: 2px solid #CDDC39; }

[type="radio"].radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821; }

[type="radio"].radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821; }

[type="radio"].radio-col-amber:checked + label:before {
    border: 2px solid #FFC107; }

[type="radio"].radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border: 2px solid #FFC107; }

[type="radio"].radio-col-orange:checked + label:before {
    border: 2px solid #FF9800; }

[type="radio"].radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border: 2px solid #FF9800; }

[type="radio"].radio-col-deep-orange:checked + label:before {
    border: 2px solid #FF5722; }

[type="radio"].radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border: 2px solid #FF5722; }

[type="radio"].radio-col-brown:checked + label:before {
    border: 2px solid #795548; }

[type="radio"].radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548; }

[type="radio"].radio-col-grey:checked + label:before {
    border: 2px solid #9E9E9E; }

[type="radio"].radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E; }

[type="radio"].radio-col-blue-grey:checked + label:before {
    border: 2px solid #607D8B; }

[type="radio"].radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border: 2px solid #607D8B; }

[type="radio"].radio-col-black:checked + label:before {
    border: 2px solid #000000; }

[type="radio"].radio-col-black:checked + label:after {
    background-color: #000000;
    border: 2px solid #000000; }

[type="radio"].radio-col-white:checked + label:before {
    border: 2px solid #ffffff; }

[type="radio"].radio-col-white:checked + label:after {
    background-color: #ffffff;
    border: 2px solid #ffffff; }
.alert {
    border-radius:2px;
    border:none;
    color:$white;
    i {
        font-size:24px;
    }
    &.alert-success {
        background:$green;
    }
    &.alert-info {
        background:$pink;
    }
    &.alert-danger {
        background:$red;
    }
    &.alert-warning {
        background:$yellow;
    }
    &.alert-style-1 {
        padding-right:70px;
        background:$white;
        position:relative;
        color:$black;
        border:1px solid $light_grey;
        i {
            height: 100%;
            right: 0;
            margin: 0;
            padding-top: 13px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 50px;
            color:$white;
        }
        &.alert-success {
            i {
                color:$green;
                background: #f7f7f7;
            }
        }
        &.alert-info {
            i {
                color:$pink;
                background: #f7f7f7;
            }
        }
        &.alert-danger {
            i {
                color:$red;
                background: #f7f7f7;
            }
        }
        &.alert-warning {
            i {
                color:$yellow;
                background: #f7f7f7;
            }
        }
    }
}
.alert-dismissable .close, .alert-dismissible .close {
    top:0;
}
.rtl .alert {
    padding-right: 40px !important;
}
.links a {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #878787;
    padding: 0 10px;
    margin: 15px 0;
}
.links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #414141;
    padding-bottom: 3.4rem;
}
.links a span.link-item {
    display: block;
    height: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 16px;
    border: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}
.timer {
    font-size: 14pt;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px !important;
}
.code-verify {
    border: 1px solid #13a731 !important;
}
.rtl label, .rtl .label {
    text-align: left;
}
.form-save{
    margin-left:40%;
}

.floating-form {
    width:320px;
}

/****  floating-Lable style start ****/
.floating-label {
    position:relative;
    margin-bottom:20px;
}
.floating-input , .floating-select {
    font-size:14px;
    padding:4px 4px;
    display:block;
    width:100%;
    height:30px;
    background-color: transparent;
    border:none;
    border: 1px solid rgba(33, 33, 33, 0.12);
    height: 42px;
}
.has-error .floating-input , .floating-select {
    border: 1px solid rgba(220, 0, 48, 0.5) !important;
}
.has-error label{
    color:red !important;
}
.floating-input:focus , .floating-select:focus {
    outline:none;
    border-bottom:2px solid #1f91f3;
}

.has-error .floating-input:focus , .floating-select:focus{
    outline:none;
    border:2px solid rgba(220, 0, 48, 0.5) !important;
}

.floating-label label {
    color:#999;
    font-size:14px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    right:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-18px;
    font-size:14px;
    color:#1f91f3;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
    color:#1f91f3;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow:hidden;
    overflow-x: hidden;
}

/* highlighter */
.floating-label .highlight {
    position:absolute;
    height:50%;
    width:100%;
    top:15%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}
.help-block {

    color: red !important;
}
.dropdown-menu {
    right:0px;
}
.reload {
    cursor: pointer;
}
.captcha{
    margin-bottom:20px;
}
.center-block {
    width: 100px;
    height: 100px;
    background-color: red;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
.sweet-alert p {
    font-family: IRANSans;
}
.sweet-alert button {
    font-family: IRANSans;
}
.address {
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    margin-bottom: 30px;
    font-size: 12px;
    color: #414141;
}
.address .address-body {
    padding: 16px;
}
.address .address-body h4 {
    font-size: 13px;
}
.address .address-body address {
    min-height: 144px;
}
.address .address-footer {
    border-top: 1px solid #efefef;
    padding: 8px 16px;
}
.address .address-footer a i {
    font-size: 13px;
}
.address .address-footer a span {
    font-size: 14px;
    vertical-align: middle;
}
.address .address-footer a {
    color: #878787;
    margin-right: 8px;
}
.addresses-footer a span {
    font-size: 13px;
    vertical-align: middle;
    margin-top: 10px;
}
.rtl .breadcrumb ol {
margin-right:30px !important;;
}
select.form-control{
    border: 1px solid #e5e5e5;
}
.delete-address{
    background-color: #FFFFFF;
    border: none;
    color: #878787;
    cursor: pointer;
}

@media (max-width: 991px) {
    .ApMegamenu .Gooyax-verticalmenu .title_block:after{content:"\e64b"; !important;}
    .ApMegamenu .Gooyax-verticalmenu.active .title_block:after{content:"\e648" !important;}
}
.progress {
    position: relative;
    width: 90%;
    display: flex;
    justify-content: space-around;
    &:before {
        content: "";
        background-color: #cecece;
        position: absolute;
        width: 90%;
        height: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
}
.progress-bar {
    position: absolute;
    width: 0;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #11aa75;
    transition: width 0.4s ease;
    z-index: -1;
}
.step {
    width: 30px;
    height: 30px;
    background-color: #303030;
    border-radius: 50%;
    border: 4px solid #cecece;
    display: grid;
    place-items: center;
    color: #cecece;
    transition: border-color 0.5s ease-in-out;
    &.active {
        border-color: #11aa75;
        color: #efefef;
    }
}
button.button {
    width: 5em;
    height: 2.2em;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #11aa75;
    color: #fff;
    cursor: pointer;
    &[disabled] {
        background-color: #bbb !important;
        cursor: not-allowed;
    }
    &:hover {
        background-color: #22bb80;
    }
    &:active {
        background-color: #119980;
    }
}
.product-line-info .product-discount{
    padding: 10px;
}
.product-line-info .current-price .price, .discount discount-percentage{
    padding: 10px;
}
.rtl .has-discount .discount {
    margin: 10px;
}
.product-line-info .product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #414141;
    line-height: 14px !important;
}
.product-line-grid-body>.product-line-info>.label {
    padding: 5px !important;
}
.not-allowed {
    cursor: not-allowed;
    opacity: .5;
}
#main .page-content {
     margin-bottom: unset;
     margin-top: unset;
    margin: 4%;
}
.table .label{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.product_model_width_content {
    width: 660px;
}
@media (max-width: 720px) {
    .product_model_width_content {
        width: 600px;
    }
}
@media (max-width: 660px) {
    .product_model_width_content {
        width: 500px;
    }
}
@media (max-width: 560px) {
    .product_model_width_content {
        width: 400px;
    }
}
@media (max-width: 460px) {
    .product_model_width_content {
        width: 330px;
    }
}
.col-md-modal {
    width: 100%;
    padding-right:20px;
    padding-left:20px;
}
._2XpStoNA {
    margin-bottom: 60px;
    margin-top: 21px;
}
.DalN6xsz {
    margin: 23.5px auto 40px;
}
._3lNBL4y0 {
    margin-bottom: 47px;
}
._2iSRtZ5b {
    height: 15px;
    font-size: 15px;
    color: #000;
    line-height: 15px;
    font-weight: 500;
}
._2QKWUZn5 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    flex-direction: row;
    height: 1px;
    background: #cdcdcd;
    margin-top: 12px;
}
._1Po9lkac {
    position: relative;
    width: 1px;
    display: flex;
    height: 8px;
    transform: translateY(8px);
}
._1Po9lkac:first-of-type ._1EyPMGFe {
    left: -10px;
    transform: none;
}
._1EyPMGFe {
    position: absolute;
    left: 50%;
    top: 16px;
    width: -webkit-max-content;
    width: max-content;
    height: 14px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    font-weight: 400;
}
.WFgCyZaj {
    width: 1px;
    height: 8px;
    background: #cdcdcd;
}
._1Po9lkac {
    position: relative;
    width: 1px;
    display: flex;
    height: 8px;
    transform: translateY(8px);
}
._1EyPMGFe {
    position: absolute;
    left: 50%;
    top: 16px;
    width: -webkit-max-content;
    width: max-content;
    height: 14px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    font-weight: 400;
}
.WFgCyZaj {
    width: 1px;
    height: 8px;
    background: #cdcdcd;
}
._1Po9lkac {
    position: relative;
    width: 1px;
    display: flex;
    height: 8px;
    transform: translateY(8px);
}
._1EyPMGFe {
    position: absolute;
    left: 50%;
    top: 16px;
    width: -webkit-max-content;
    width: max-content;
    height: 14px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    font-weight: 400;
}
.WFgCyZaj {
    width: 1px;
    height: 8px;
    background: #cdcdcd;
}
._1Po9lkac {
    position: relative;
    width: 1px;
    display: flex;
    height: 8px;
    transform: translateY(8px);
}
._1Po9lkac:last-of-type ._1EyPMGFe {
    left: 10px;
    transform: translateX(-100%);
}
._1yxzAmHO ._1EyPMGFe {
    color: #222;
}
._1EyPMGFe {
    position: absolute;
    left: 50%;
    top: 16px;
    width: -webkit-max-content;
    width: max-content;
    height: 14px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    font-weight: 400;
}
._1Po9lkac:last-of-type ._3bP-4oKj {
    left: 0;
    transform: translateX(-15px);
}
svg:not(:root) {
    overflow: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
._3bP-4oKj {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
._2k-_-2xO {
    margin-top: 16px;
}
.sZ3WN7sy {
    font-size: 15px;
    color: #000;
    line-height: 19px;
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    margin-bottom: 12px;
    flex-wrap: nowrap;
}
._1EQENvRW {
    margin-right: 8px;
    max-width: calc(60% - 4px);
    white-space: normal;
}
._2m4wgA5D {
    font-size: 13px;
    color: #777;
    line-height: 17px;
    font-weight: 400;
    margin-right: 3px;
    cursor: pointer;
    max-width: calc(50% - 4px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: normal;
}
._2h7fb3b9 {
    display: inline-flex;
    align-items: center;
}
._2h7fb3b9:before {
    content: "​";
}
svg:not(:root) {
    overflow: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
.ggaMltm2 {
    width: 14px;
    height: 14px;
    margin-left: 3px;
}
._2zPr8rwu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    margin: 14px auto 12px;
}
._2iAoduPX {
    width: -webkit-fit-content;
    width: fit-content;
    height: 33px;
    background-color: #fff;
    border-radius: 16.5px;
    border: none !important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
._1UF3RZma {
    color: #ffffff !important;
    background-color: #060606;
}
.c3QCKVfb {
    min-width: 84px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    display: inline-flex;
    height: 100%;
    padding: 7px 12px;
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-weight: 500;
}
.c3QCKVfb {
    min-width: 84px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    display: inline-flex;
    height: 100%;
    padding: 7px 12px;
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-weight: 500;
}
._2iAoduPX:after {
    display: block;
    right: -100%;
    bottom: -100%;
    transform-origin: 0 0;
    pointer-events: none;
    transform: scale(.5);
    width: 200%;
    box-sizing: border-box;
    border-radius: 33px;
    content: "";
    position: absolute;
    border: 1px solid #ddd;
    top: 0;
    left: 0;
}
.HgJ5y2zK {
    overflow-x: auto;
    width: 100%;
    border-radius: 4px;
    overflow-x: overlay;
    border: 1px solid #e2e2e2;
    white-space: nowrap;
}
._3IDS01FH {
    min-width: 100%;
    border-spacing: 0;
    border-radius: inherit;
    border-radius: 4px;
}
._2epz2s8n, .aKMrRi69, .riiFElz_ {
    background-color: #f6f6f6;
}
.riiFElz_ {
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-weight: 500;
    white-space: nowrap;
}
._3IDS01FH tr:first-of-type td {
    border-top: none;
}
._3IDS01FH td {
    border-top: 1px solid #ececec;
}
._3IDS01FH td, ._3IDS01FH th {
    border-right: 1px solid #ececec;
}
._11DThmub {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #f6f6f6;
}
._1YWi7SyF {
    min-width: 80px;
    padding: 12px 16px;
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 400;
}
._3IDS01FH tr:first-of-type td {
    border-top: none;
}

._3IDS01FH td {
    border-top: 1px solid #ececec;
}
._3IDS01FH td, ._3IDS01FH th {
    border-right: 1px solid #ececec;
}
._1YWi7SyF {
    min-width: 80px;
    padding: 12px 16px;
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 400;
}
._1jFaAQT9 {
    color: #888;
}
.r4p8Z7mW {
    font-size: 14px;
    color: unset;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
}
._3HCkczKw ._1YWi7SyF:first-of-type {
    background-color: #f6f6f6;
    font-weight: 500;
}
._1YWi7SyF._3_-vjBNF, ._1YWi7SyF._3_-vjBNF:first-child {
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
}
._1YWi7SyF._3_-vjBNF {
    font-size: 14px;
    color: #000;
    line-height: 14px;
}
._3IDS01FH td {
    border-top: 1px solid #ececec;
}
._3IDS01FH td, ._3IDS01FH th {
    border-right: 1px solid #ececec;
}
._11DThmub {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    background-color: #f6f6f6;
}
._1YWi7SyF {
    min-width: 80px;
    padding: 12px 16px;
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 400;
}

._2fmA_Brm {
    position: relative;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
    /*padding-bottom: 40px;*/
    /*width: 430px;*/
    overflow: hidden;
}
._1b5Qw6BE {
    margin-bottom: 20px;
    height: 24px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #222;
    line-height: 24px;
    font-weight: 600;
    white-space: normal;
}
._32Wuu9L8 {
    max-height: calc(min(548px, 80vh) - 90px);
    overflow-y: auto;
    width:100%;
}
._3i22wXlK {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: row;
}
/*.aRrN75zQ {*/
/*    flex: 1;*/
/*}*/
._3K1UJf2O, .FCerqlrP {
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    color: #000;
}
.FCerqlrP {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
._3K1UJf2O {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 14px;
}
._3K1UJf2O, .FCerqlrP {
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    color: #000;
}
._3K1UJf2O, .FCerqlrP {
    font-family: "IRANSans", Helvetica, Arial, sans-serif;
    color: #000;
}
.FCerqlrP {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
._1kwtO0sX {
    flex-shrink: 0;
    margin-right: 9px;
    width: 141px;
}
.wxWpAMbp[data-state=succ] {
    content: normal;
}
._1kwtO0sX img{
    width: 220px;
}
.tab-content h3{
    background-color: #f7f7f7 !important;
    padding: 5px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}
._2ySMk7Hk ._6KlGAnog {
    height: 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
}
._2ySMk7Hk ._6KlGAnog {
    height: 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
}
._2ySMk7Hk ._1505PIwU {
    margin: 0;
    flex-shrink: 0;
}
._2ySMk7Hk ._1505PIwU {
    margin: 0;
    flex-shrink: 0;
}
._3p8jwXtj {
    margin: 0px 0 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
._2ySMk7Hk ._1505PIwU .sFsjPn7Q {
    margin: 0;
}
._2ySMk7Hk ._1505PIwU .sFsjPn7Q {
    margin: 0;
}
.XQyBaKbL {
    display: inline-flex;
    align-items: center;
    margin: 6px 4px 6px 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    z-index: 0;
    color: #000000;
}
.XQyBaKbL svg{
    margin-left:5px;
}
/* Container for media items (photos and videos) */
.media-row {
    display: flex;
    gap: 5px; /* Sets the spacing between each media item */
    justify-content: flex-start; /* Aligns media items in a row */
    flex-wrap: wrap; /* Allows items to wrap onto multiple lines if necessary */
}

/* Style for media items */
.media-item {
    display: inline-block;
}

/* Style for images */
/*.media-photo {*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    object-fit: cover; !* Ensures images maintain aspect ratio and fill the space *!*/
/*}*/

/* Style for videos */
.media-video {
    width: 150px;
    height: 150px;
    object-fit: cover; /* Ensures videos maintain aspect ratio and fill the space */
}
/* Media item */
.media-item {
    display: inline-block;
    position: relative;
}

/* Style for video thumbnails */
.media-video-thumbnail {
    position: relative;
}

/* Play icon */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 0px;
    pointer-events: none; /* So clicking the icon doesn't interfere with opening the modal */
}
.play-position{
    font-size: 36px;
    margin-top: 12px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {


    /* Modal content should be responsive */
    .modal-content img,
    .modal-content video {
        width: 100%; /* Full width on mobile */
        max-width: 100%; /* Prevent overflow */
        height: auto;
    }
}
/* Full name and content */
.modal-info {
    width: 600px !important;
    text-align: right;
    direction: rtl;
}

.media-fullname {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.media-content {
    font-size: 16px;
    color: #555;
}
.product-vue-gallery {
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .product-vue-gallery video,img {
        width: 100%;
    }
    .dropdown img{
        width: unset;
    }
}
.ApTabs .nav-tabs .nav-link.active, .ApTabs .nav-tabs .nav-link:hover, .ApTabs .nav-tabs .nav-link:focus {
    font-size: 20px;
}
.nav-tabs .nav-link {
    font-size: 20px;
}
@media (max-width: 991px) {
    .ApMegamenu .Gooyax-verticalmenu .title_block {
        font-size: 16px;
    }
}
div.verticalmenu ul li a .menu-icon span {
    font-size: 14px;
}

.left-arrow{
    background-color: white;
}
.rtl .ac_results {
    width: 360px !important;
    left: unset !important;
}
.ac_results li {
    cursor: pointer !important;
}
.lps-result-img{
    float: right;
    width: 66px;
    height: 66px;
    padding-left: 5px;
}
.lps-result-price {
    color: #0247be;
}
@media (max-width: 1440px) {
    .product-thumb-images img{
        padding-left: 20px;
    }
}
@media (max-width: 1300px) {
    .product-thumb-images img{
        padding-left: 30px;
    }
}
@media (max-width: 1210px) {
    .product-thumb-images img{
        padding-left: 40px;
    }
}
@media (max-width: 1105px) {
    .product-thumb-images img{
        padding-left: 50px;
    }
}
@media (max-width: 1025px) {
    .product-thumb-images img{
        padding-left: 60px;
    }
}
@media (max-width: 991px) {
    .product-thumb-images img{
        padding-left: unset;
    }
}
.ac_results {
    border: 1px solid #cfcfcf !important;
    margin-top: 3px;
    border-radius: 0px 14px 14px 14px;
}
#Gooyax_search_block_top .btn{
    margin-top: -1px;
}
.product-manufacturer img{
    clear: right
}
.product-manufacturer .manufacturer-logo {
   max-height: unset;
    width: 150px;
}
.media-video-thumbnail video{
    width: 150px;
}
.media-item img{
    width: 150px;
}
@media (max-width: 991px) {
    .media-video-thumbnail video{
        width: 100px;
    }
    .media-item img{
        width: 100px;
    }
    .vue_gallery img,video{
        width: 100% !important;
    }
}
.pl-5{
    padding-left: 5px;
}
@media (max-width: 1199.09px) {
    .rtl .ApMegamenu .Gooyax-verticalmenu .title_block:before {
        right: 15px;
        left: auto;
    }
}
@media (max-width: 991px) {
    .rtl .ApMegamenu .Gooyax-verticalmenu .title_block:before {
        right: 0px;
        left: auto;
    }
}
.warning-message {
    background-color: #ffeb3b;
    color: #333;
    font-size: 18px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    opacity: 1; /* Always fully visible */
    visibility: visible;
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
}

/* Fade in and move up animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.disabled .image-wrapper {
    position: relative;
    display: inline-block;
}

.disabled .image-wrapper::before,
.disabled .image-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: red;
    transform-origin: center;
    z-index: 2;
}

.disabled .image-wrapper::before {
    transform: rotate(45deg);
}

.disabled .image-wrapper::after {
    transform: rotate(-45deg);
}

.disabled img {
    filter: grayscale(100%); /* Optional: Grayscale the image */
    opacity: 0.7; /* Optional: Semi-transparent image */
}

.disabled span {
    display: inline-block;
}

.disabled span::before,
.disabled span::after {
    content: '';
    position: absolute;
    top: 50%; /* Center the cross */
    left: 0;
    width: 100%; /* Full width for the cross */
    height: 1px; /* Thickness of the cross */
    background-color: red; /* Red color for the cross */
    transform-origin: center;
    z-index: 2; /* Above the span text */
}

.disabled span::before {
    transform: rotate(45deg); /* One diagonal line */
}

.disabled span::after {
    transform: rotate(-45deg); /* The other diagonal line */
}

.disabled span {
    opacity: 0.7; /* Optional: Slight transparency */
    color: grey; /* Optional: Change text color */
}
@media (max-width: 500px) {
    div.verticalmenu .navbar-nav {
        overflow-y: scroll;
        height: 500px;
    }
}
a {
    color: #0a18d5;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
@media (max-width: 660px) {
    .modal-info{
        width:100% !important;
    }
}
.footer-container .footer-link {
    padding-bottom: 0px !important;
    position: relative;
    padding-top: 20px !important;
}
@media (min-width: 1200px) {
    .header-bottom {
        padding: 0;
        padding-top: 10px;
    }
}
.footer-container .footer {
    padding: 20px 0;
}

.whatsapp-footer-container {
    display: flex;
    background-color: #fff; /* White background */
    margin-top:20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    /*overflow: hidden; !* Clip the corners *!*/
    transition: transform 0.2s; /* Smooth hover effect */
}

.whatsapp-icon-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-right: 10px;
    width: 70px; /* Adjust size for better visibility */
    height: 70px; /* Adjust size for better visibility */
    border-radius: 50%; /* Round shape */
    background-color: #25D366; /* WhatsApp green */
    padding: 10px; /* Padding for the icon */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    transition: transform 0.2s, box-shadow 0.2s; /* Smooth hover effect */
    position: relative; /* For z-index positioning */
    z-index: 1 !important; /* Ensure the icon stays on top */
}
.whatsapp-icon-footer:hover {
    transform: scale(1.1); /* Scale up on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
    z-index: 2 !important; /* Bring to front on hover */
}

.whatsapp-icon-footer img {
    width: 50px; /* Set width for logo */
    height: 50px; /* Set height for logo */
}

.whatsapp-text-container {
    display: flex;
    flex-direction: column; /* Stack text vertically */
    justify-content: center; /* Center text vertically */
    position: relative;
    z-index: 0; /* Ensure the text stays behind the icon */
}

.whatsapp-text-container h1 {
    margin: 0; /* Remove default margin */
    font-size: 16px; /* Title font size */
    color: #333; /* Text color */
    position: relative; /* For text effect */
    overflow: hidden; /* Clip overflow */
    padding:10px;
}

.whatsapp-text-container p {
    font-size: 14px !important;
    padding: 10px;
}

.whatsapp-text-container h1:before {
    content: ""; /* Create a pseudo-element */
    position: absolute; /* Positioning */
    left: 0; /* Align left */
    bottom: 0; /* Align to the bottom */
    height: 4px; /* Height of the effect */
    width: 100%; /* Full width */
    background-color: #25D366; /* Effect color */
    transform: translateX(-100%); /* Start off-screen */
    animation: slide-in 0.5s forwards; /* Animation */
}

@keyframes slide-in {
    from {
        transform: translateX(-100%); /* Start position */
    }
    to {
        transform: translateX(0); /* End position */
    }
}

.whatsapp-text-container p {
    margin-top: 10px; /* Space between title and text */
    color: #666; /* Text color */
}

/* نمایش فقط در عرض کمتر از 768px */
@media (max-width: 767.98px) {
	.filter-button {
        display: block !important;
    }
    .hidden-md-up {
        display: block !important;
    }
}

/* مخفی در عرض 768px به بالا */
@media (min-width: 768px) {
    .filter-button {
        display: none !important;
    }
    .hidden-md-up {
        display: none !important;
    }
}

.ApMehrdadButton{font-weight:600;background:#ffe000;padding:10px 15px;display:inline-block;text-transform:uppercase;--text:#fff;--line-height:30px;--font-size:13px;--duration:.44s;--font-shadow:var(--font-size);line-height:var(--font-size);border-radius:24px;outline:none;font-size:var(--font-size);letter-spacing:0px;box-shadow:var(--shadow);transform:translateY(var(--y));transition:transform var(--duration) ease,box-shadow var(--duration) ease;color:#1d252c;font-weight:600}.ApMehrdadButton:hover{background:#0449bf;color:#ffffff;}@media (max-width:1024px){.ApMehrdadButton{padding:7px 10px;--font-size:12px}}
p {
    font-size: 16px !important;
}
.mehrdad_table{
    text-align: center;
    vertical-align: middle;
}
.mehrdad_table th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

/*@media (max-width: 576px) {*/
/*    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {*/
/*        padding-right: 1px !important;*/
/*        padding-left: 1px !important;*/
/*    }*/
/*}*/
/* استایل پایه برای همه دکمه‌ها */
._15b58uHl {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: auto;
    padding: 16px 15px;
    margin-right: 14px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: .19rem;
    color: #222;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

/* استایل پایه برای بردر (حاشیه) همه دکمه‌ها */
._15b58uHl:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ddd; /* بردر پیش‌فرض و نازک */
    border-radius: 14.5px;
    transition: transform .15s;
}

/* استایل مخصوص دکمه فعال (که کلاس دوم را دارد) */
._15b58uHl._2P4lwdX6 {
    white-space: normal;
    word-break: break-word;
    flex-wrap: wrap;
}

/* بازنویسی استایل بردر فقط برای دکمه فعال */
._15b58uHl._2P4lwdX6:after {
    border: 2px solid #222; /* بردر فعال و کلفت */
}

/* افکت هاور برای همه دکمه‌ها (شامل دکمه فعال) */
._15b58uHl:hover:after {
    transform: scale(1.02);
    border-color: #222;
    box-shadow: 0 4px 8px 0 #f6f6f6;
}


/* CSS اصلی شما */
._1pVs321H {
    display: flex;
    justify-content: center; /* می توانید این را برای حالت موبایل تغییر دهید */
    align-items: flex-start;
    flex-direction: row;
    margin-top: 8px;
    /* width: fit-content; */ /* اگر می خواهید محتوا عرض خود را تعیین کند */
    /* min-width: ...; */ /* می توانید یک حداقل عرض برای محتوا در نظر بگیرید */
}
.central-tooltip {
    /* موقعیت‌یابی دقیق در مرکز کانتینر */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* ظاهر tooltip */
    background-color: rgba(0, 0, 0, 0.75); /* پس‌زمینه مشکی نیمه‌شفاف */
    color: white;                         /* رنگ متن سفید */
    padding: 8px 16px;                    /* فاصله داخلی */
    border-radius: 8px;                   /* گرد کردن گوشه‌ها */
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;                  /* جلوگیری از شکستن متن */

    /* لایه‌بندی و انیمیشن */
    z-index: 20;                          /* بالاتر از بقیه عناصر قرار می‌گیرد */
    pointer-events: none;                 /* باعث می‌شود کلیک‌خور نباشد */
    transition: opacity 0.3s;             /* انیمیشن محو شدن نرم */
}

.tooltip {
    /* موقعیت‌یابی دقیق بالای عدد */
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);

    /* ظاهر tooltip */
    background-color: #333; /* پس‌زمینه تیره */
    color: white;           /* رنگ متن سفید */
    padding: 4px 8px;       /* فاصله داخلی */
    border-radius: 4px;     /* گرد کردن گوشه‌ها */
    font-size: 12px;
    white-space: nowrap;    /* جلوگیری از شکستن متن */

    /* لایه‌بندی */
    z-index: 10;            /* بالاتر از عناصر دیگر قرار می‌گیرد */
}
/* این کلاس جدید برای گروه لباس و شلوار است */
.clothing-stack {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}

._2cb0zIhm {
    width: 188px; /* عرض ثابت برای هر آیتم */
    display: inline-block;
    position: relative;
}

.clothing-stack ._2cb0zIhm:first-of-type {
    margin-bottom: 20px;
}

/* ------------------------------------------- */
/* Media Queries برای حالت موبایل */
/* ------------------------------------------- */

/* یک کلاس برای کانتینر اسکرول اضافه می‌کنیم */
.scroll-container {
    overflow-x: auto; /* اسکرول افقی فقط در صورت نیاز ظاهر شود */
    white-space: nowrap; /* از شکسته شدن خطوط برای آیتم‌های فرزند جلوگیری می‌کند */
    padding-bottom: 10px; /* برای جلوگیری از بریده شدن اسکرول بار */
}

/* درون Media Query برای صفحه‌های کوچک (مثلاً کمتر از 768px) */
@media (max-width: 768px) {
    /* در این حالت، ._1pVs321H باید به جای justify-content: center از flex-start استفاده کند تا محتوا از چپ شروع شود */
    ._1pVs321H {
        justify-content: flex-start; /* محتوا از ابتدا (چپ) شروع شود */
        /* این خط را اضافه کنید تا flexbox محتوای خود را فشرده نکند */
        flex-shrink: 0;
        /* باید یک حداقل عرض (min-width) برای کل _1pVs321H تعریف کنید تا محتوا عرض لازم برای اسکرول را داشته باشد. */
        /* این عرض باید مجموع عرض آیتم‌های داخلی + margin ها باشد. */
        min-width: calc(188px + 32px + 188px); /* عرض مدل + فاصله + عرض stack لباس */
    }

    /* اگر می خواهید آیتم های _2cb0zIhm فاصله بیشتری در موبایل داشته باشند */
    .clothing-stack {
        margin-left: 15px; /* فاصله کمتر در موبایل */
    }
}

/* برای ایجاد فاصله بین لباس و شلوار */
.clothing-stack ._2cb0zIhm:first-of-type {
    margin-bottom: 20px; /* فاصله دلخواه */
}

._3Sv5Qp5Z {
    background: #fff;
    color: #000;
    border: 2px solid #fb7701;
    border-radius: 14.5px;
    padding: 6px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-weight: 600;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._2cb0zIhm:last-of-type {
    margin-right: 0;
}
._2cb0zIhm {
    width: 188px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.hidden_node {
    display: none !important;
}
.h4 {
    font-size:14px !important;
}

@media (max-width: 992px) {
    .header-container {
        position: -webkit-sticky; /* برای سازگاری با مرورگرهای قدیمی‌تر سافاری */
        position: sticky;       /* ویژگی اصلی برای چسبان کردن منو */
        top: 0;                 /* می‌چسبد به بالاترین نقطه صفحه */
        z-index: 1000;          /* تضمین می‌کند که منو روی محتوای دیگر قرار بگیرد */
        background-color: #fff; /* یک پس‌زمینه به آن می‌دهد تا محتوای زیرش مشخص نباشد */
    }
}


/**** NEW MENU ****/
.sidebar {
    width: 250px;
    background: #fff;
    border-left: 1px solid #ddd;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
}
.sidebar li {
    cursor: pointer;
    padding: 10px 5px;
    transition: all 0.2s;
}
.sidebar li:hover {
    background-color: #f1f1f1;
    border-radius: 6px;
}
.category-icons img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.product_model_size{
    width: 660px
}
@media (max-width: 720px) {
    .product_model_size {
        width: 600px;
    }
}
@media (max-width: 660px) {
    .product_model_size {
        width: 500px;
    }
}
@media (max-width: 560px) {
    .product_model_size {
        width: 400px;
    }
}
@media (max-width: 460px) {
    .product_model_size {
        width: 330px;
    }
}
@media (max-width: 368px) {
    .col-md-modal {
        width: 80%;
    }
}
@media (max-width: 384px) {
    .col-md-modal {
        width: 90%;
    }
}

.product-price-and-shipping .price{
    font-size: 16px !important;
}
.product-prices .current-price {
    font-size: 18px;
    color: #000;
}
.box-shipping{
    margin-top:5px;
    margin-bottom: 5px;
}
.margin-main{
    padding-top: 201px;
}
@media (max-width: 768px) {
.product-price-and-shipping .price{
    font-size: 14px !important;
}
.plist-dsimple .product-flags .product-flag.discount {
    font-size:8px;
}
.plist-dsimple .thumbnail-container .Gooyax-list-product-reviews{
  margin: unset;
}
.margin-main{
    padding-top: 160px;
}
}
@media (max-width: 480px) {
    .product-tabs.tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* General Pagination Container Styling */
.pagination {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center the pagination items */
    padding: 0; /* Remove default padding from ul */
    margin: 20px 0; /* Add some margin top/bottom */
    list-style: none; /* Remove bullet points */
    border-radius: 10px; /* Slightly rounded container if needed, though usually not on the ul itself */
    background-color: #fff; /* White background as in the image */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Subtle shadow for depth */
    width: fit-content; /* Adjust width to content, or 100% if you want it to fill parent */
    margin-left: auto; /* Center the container if width is not 100% */
    margin-right: auto; /* Center the container if width is not 100% */
    border: 1px solid #eee; /* Light border for the overall container */
}

/* Individual Pagination Item (li) */
.page-item {
    margin: 0 5px; /* Spacing between items */
}

/* Pagination Links (a tags) and Spans */
.page-link,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Fixed width for circles */
    height: 40px; /* Fixed height for circles */
    border-radius: 50%; /* Make them perfectly circular */
    color: #555; /* Default text color */
    text-decoration: none; /* Remove underline */
    background-color: transparent; /* Default background */
    border: none; /* No border for individual items */
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease-in-out; /* Smooth transitions for hover/active */
}

/* Hover State for Links */
.page-link:hover {
    color: #333; /* Darker text on hover */
    background-color: #f0f0f0; /* Light background on hover */
    cursor: pointer;
}

/* Active Page (The blue circle) */
.page-item.active .page-link,
.page-item.active span {
    background-color: #ffe000; /* Primary blue/purple color */
    color: #000; /* White text for active state */
    box-shadow: 0 2px 8px rgba(106, 90, 205, 0.3); /* Subtle shadow for active */
    border: 2px solid #efe59a; /* Lighter blue/purple border as in image */
    font-weight: bold;
}


/* Disabled (Previous/Next) Links */
.page-item.disabled .page-link {
    color: #ccc; /* Lighter color for disabled */
    cursor: not-allowed;
    background-color: transparent;
    border: none;
}

/* Specific styling for Previous/Next arrows (if they are icons or specific text) */
/* The default Bootstrap 4 pagination uses '«' and '»' or 'Previous'/'Next' text.
   If you use icons, you might need to target them more specifically. */
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%; /* Ensure arrows are also circular */
    /* Remove padding or adjust if arrows look off */
}
.page-item:first-child .page-link span,
.page-item:last-child .page-link span {
    font-size: 20px; /* Adjust arrow size if needed */
}


.product-thumb-images img {
    cursor: pointer;
}
.media-item img {
    cursor: pointer;
}



.custom-label {
    position: absolute; /* Position it relative to the .thumbnail-container */
    top: 10px;          /* 10 pixels from the top / فاصله از بالا */
    right: 10px;        /* 10 pixels from the right / فاصله از راست */
    background-color: #d32f2f; /* A strong red color for visibility / یک رنگ قرمز مناسب برای جلب توجه */
    color: white;       /* White text color / رنگ متن سفید */
    padding: 5px 12px;  /* Padding around the text / پدینگ داخلی */
    border-radius: 4px; /* Slightly rounded corners / گوشه‌های گرد */
    font-size: 14px;    /* Font size / اندازه فونت */
    font-weight: bold;  /* Bold text / متن ضخیم */
    z-index: 10;        /* Make sure it's on top of other elements / اطمینان از قرارگیری روی سایر عناصر */
    line-height: 1.5;
}
.image-wrapper {
    display: flex;
    flex-direction: column; /* آیتم‌ها را به صورت ستونی (زیر هم) می‌چیند */
    align-items: center;   /* آیتم‌ها را در مرکز محور افقی قرار می‌دهد */
    text-align: center;      /* متن داخل span را وسط‌چین می‌کند */
}
.image-wrapper span {
    font-weight: bold; /* This makes the text bold */
}
