﻿.light-white-color {
    background: #fcfcfc !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.pd-rl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.breadcrumb-st {
    margin-top: 60px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}
.m-l-10 {
    margin-left: 10px;
}
.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.fnt-size {
    font-size: 16px
}
.cur-pointer {
    cursor: pointer;
}

.heigth-20{
    height:20px;
}
.brdr-10 {
    border-radius: 10px;
}
.pd-0 {
    padding: 0;
}
.dis-none {
    display:none;
}
.w-auto {
    width: auto !important;
}

.logo-red-color {
    color: #a01d14 !important;
}

.product-show-box-sidebar {
    width: 100%;
    height: auto;
    float: right;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

.product-show-card {
    width: 100%;
    height: auto;
    padding: 10px;
    float: right;
    margin: 0.5%;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.product-show-card-detail {
    width: 32.33%;
}

.product-show-card a {
    display: block;
    margin-top: 10px;
    text-align: center;
}


.product-show-card .img-show-card, .product-show-card-col, .product-show-card-price, product-show-wishlist {
    width: 100% !important;
    text-align: center;
}

/*
.product-show-img-spoiler {
    background-color: #bfbfbf;
    color: #bfbfbf;
    width: 100px;
    height: 100px;
}

.product-show-text-spoiler {
    width: 100px !important;
    height: 20px;
    margin-right: 10px;
}
*/

.product-show-card .product-show-wishlist {
    margin-top: 20px;
    font-size: 14px;
    font-family: iranyekan, Tahoma, Arial, sans-serif;
    text-decoration: none;
    float: right;
    color: #12b4cd;
    border-radius: 5px;
}

    .product-show-card .product-show-wishlist i {
        vertical-align: middle;
        margin-right: 5px;
    }

.order-selector-box {
    width: 100%;
    height: auto;
    float: right;
    padding: 10px 0px 10px 0px;
    /*text-align:center;*/
    border-bottom: 1px solid #e3e3e3;
}

.order-selector-dropdown {
    width: 40%;
    padding: 5px;
}

.use-filter-a {
    font-size: 14px;
    font-family: iranyekan, Tahoma, Arial, sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #a01d14;
    border: 1px solid #a01d14;
    border-radius: 1px;
    display: inline-block;
}

    .use-filter-a i {
        color: #a01d14;
    }

    .use-filter-a:hover {
        color: #fff;
        background: #a01d14;
        border: 1px solid #a01d14;
    }
    .use-filter-a:hover i{
        color: #fff;
    }


.delete-filter-a {
    font-size: 14px;
    font-family: iranyekan, Tahoma, Arial, sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    color: #505050;
    border: 1px solid #505050;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 1px;
    display: inline-block;
}
    .delete-filter-a i {
        color: #505050;
    }

    .delete-filter-a:hover {
        color: #fff;
        background: #505050;
        border: 1px solid #505050;
    }
    .delete-filter-a:hover i{
        color: #fff;
    }

.text-align-center{
    text-align: center;
}
/*test */
.down-shifter {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 4px;
}

.down-shifter-header {
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

.down-shifter-sub {
    padding: 0px 10px 10px 10px;
    user-select: none;
    display: inline-flex;
    align-items: center;
}
.sub-item-div{
    display:flex;
}
.arrow {
    margin-right: 10px;
    transition: transform 0.3s ease;
    font-size: 14px;
}

    .arrow.down {
        transform: rotate(0deg);
    }

    .arrow.up {
        transform: rotate(180deg);
    }

.down-shifter-items,
.sub-items {
    padding-right: 15px;
    display: flex;
}

.down-shifter-items {
    display: none;
    padding-top: 10px;
}

    .down-shifter-items.show {
        display: block;
    }

.label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    color: #666;
}

.input[type="checkbox"] {
    margin-left: 10px;
    cursor: pointer;
}

.sub-item-check-box {
    width: 17px;
    height: 18px;
    cursor: pointer;
    accent-color: #a01d14;
    display: inline !important;
}


.sub-item-check-box-check {
    cursor: pointer;
    width: 22px;
    height: 21px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dedede;
}
/* برای زیرمجموعه‌ها */
.sub-items {
    display: none;
    margin-right: 20px;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    margin-bottom: 8px;
}

    .sub-items.show {
        display: block;
    }

.sub-item-label {
    display: block;
}

.has-sub {
    justify-content: space-between;
    font-weight: normal;
}
/*test */
/*Short Link*/
.product-shortlink {
    position: relative;
    width: 100%;
    display: table;
    min-width: 200px;
    white-space: normal;
    padding: 0 80px 0 60px;
    text-align: left;
    direction: ltr;
}
    .product-shortlink .copy-btn {
        width: 60px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        font-size: 17px;
        color: #505050;
    }
    .product-shortlink .title {
        position: absolute;
        right: 0;
        top: 1px;
        line-height: 45px;
        font-size: 12px;
        color: #505050;
    }
    .product-shortlink .link {
        line-height: 45px;
        font-size: 12px;
        color: #505050;
        width: 100%;
        text-align: left;
    }

.s-product-nav-container {
    display: flex;
    justify-content: space-between;
    s-product-nav-container align-items: center;
    background: #fcfcfc !important;
    margin-top: 50px !important;
    width: 100%;
    gap: 1rem; /* کمی فاصله بین بخش‌ها */
}

/* در موبایل (زیر 768px) → ستونی */
@media (max-width: 768px) {
    .s-product-nav-container {
        flex-direction: column;
        align-items: flex-start; /* از سمت راست/چپ شروع کنه */
    }

    .product-ext-links {
        margin-top: 0.5rem;
        width: 100%; /* بگیره کل عرض */
        text-align: right; /* متن‌ها راست‌چین بشن توی موبایل */
    }
}
/*Short Link*/
@media (max-width: 1240px) {
    .breadcrumb-st {
        margin-top: 0px !important;
    }
    .s-product-nav-container {
        margin-top: 0px !important;
    }
}

@media (max-width: 1080px) {
    .product-show-card {
        width: 49%;
    }

        .product-show-card a {
            float: none;
            text-align: center !important;
        }

        .product-show-card .img-product-show, .product-show-card-col, .product-show-card-price, .profile-wishlist {
            width: 100% !important;
            text-align: center;
        }

        .product-show-card .product-show-card-col {
            margin-top: 20px !important;
        }

    .order-selector-dropdown {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .product-show-card {
        width: 99%;
    }

        .product-show-card .product-show-card-col {
            width: 100%;
            text-align: center;
        }

    .order-selector-dropdown {
        width: 20%;
    }
}


/*
.promotion-box .allp-actions {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #ffffff;
}

    .promotion-box .allp-actions ul li {
        transition: 0.4s;
        margin: 0 2px;
        background: #fff;
        padding: 0 2px;
        display: inline-block;
    }

        .promotion-box .allp-actions ul li button {
            background-color: #f8f9fa;
            outline: none;
            box-shadow: none;
            border-radius: 50px;
            font-size: 20px;
            color: #525252;
        }

        .promotion-box .allp-actions ul li.like {
            transform: translateX(350px);
            -webkit-transform: translateX(350px);
        }

.promotion-box:hover .allp-actions ul li.like {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.promotion-box .allp-actions ul li.compare {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.promotion-box:hover .allp-actions ul li.compare {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.promotion-box .allp-actions ul li.add-to-cart {
    transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
}

.promotion-box:hover .allp-actions ul li.add-to-cart {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}*/