body {
    transition: none !important;
}

.custom-radio-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-radio-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-radio-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px; /* مربعی، نه گرد */
    background-color: white;
    vertical-align: middle;
    position: relative;
    transition: all 0.2s ease;
}

.custom-radio-input:checked + .custom-radio-box {
    border-color: #da5bd2;
    background-color: #da5bd2;
}

/* تیک داخلی */
.custom-radio-box::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-radio-input:checked + .custom-radio-box::after {
    display: block;
}

#order-modal .modal-dialog {
   background: #fff!important;
	padding: 1rem!important;
	border-radius: 1rem!important;
}

.fade.in {
    opacity: 1!important;
}

.modal-backdrop.fade.in,
.modal-backdrop.in {
    opacity: .5!important;
}

.form-check-input:checked {
    background-color: #da5bd2!important;
    border-color: #da5bd2!important;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 998;
    transition: none; /* یا 0.1s اگر خواستی */
}

 textarea {
  background: #fbebfc !important;
}

.bord {
   height: 100%!important;
}

.quantity-stepper {
    direction: ltr;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    width: fit-content;
    height: 38px;
    font-size: 0.95rem;
}

.quantity-input {
    width: 52px;
    height: 100%;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    color: #333;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    background: #f8f9fa;
    border: none;
    color: #495057;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
}

.btn-quantity:hover,
.btn-quantity:focus {
    background: #e9ecef;
    color: #212529;
}

.btn-quantity:disabled,
.btn-quantity:disabled:hover {
    background: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
}

.btn-shop {
  text-align: justify!important;
}

.bannertopright {
  height: 100%!important;
}

    .menu-backdrop.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu-backdrop.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

header {
    z-index: 1000;
}

    header .dropdown-menu {
        z-index: 9999; /* بالاتر از overlay */
    }

#go-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: white;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

    #go-top-btn:hover {
        background-color: #fcfcfc;
    }

header .HeaderTop {
    background: #fff !important;
    position: relative !important;
    border-radius: 1rem !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    padding-block: 1rem !important;
    margin-top: 1.5rem !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-bottom: 0 !important;
}

.border-warning {
   border-color: #da5bd2!important;
}

.btnGold {
  background: #da5bd2!important;
	background-color: #da5bd2!important;
}

.header {
    background: transparent !important;
    z-index: 1030;
    transition: box-shadow 0.2s ease;
}

    /* Full-width background when sticky */
    .header.is-sticky-full {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #fff !important; /* or your header background color */
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

        /* Keep .HeaderTop as normal container — DO NOT change its width! */
        .header.is-sticky-full .HeaderTop {
            padding-left: 1rem;
            padding-right: 1rem;
            margin-top: 0 !important;
            box-shadow: none !important;
            background: transparent !important;
        }

.header-search .SearchPro {
    color: #c0d3db;
    background: #f2f4f7;
    background-color: #f2f4f7;
    border-radius: 1rem !important;
    height: auto !important;
    padding-block: 0.3rem !important;
    transition: background 0.3s;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
    position: static !important;
}

img {
    user-select: none !important;
	transition : all 0.3s!important;
}

.header-search .SearchPro:hover {
    background: grey !important;
    background-color: grey !important;
}

.search-box {
    border-radius: 1rem !important;
	width: 90%!important;
}


.header-search .SearchPro::after {
    content: none !important;
}

.search-box::after {
    content: none !important;
}

.search-box .input-group {
    background: #f2f4f7 !important;
    padding: 0.5rem;
    border-radius: 1rem !important;
}

.rounded-4 {
    border-radius: 10px !important;
}

.header-search .input-group #txt_SearchText.form-control {
    background: transparent !important;
    height: auto !important;
}

    .header-search .input-group #txt_SearchText.form-control:focus, .header-search .input-group #txt_SearchText.form-control:active {
        background: transparent !important;
        box-shadow: none !important;
    }

.header-search .input-group .form-control::placeholder {
    color: #c0d3db !important;
}

.header-search .input-group .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F0F0;
    padding-right: 1.3rem;
}

.input-group.search-content #basic-addon2 {
    width: 35px !important;
    height: 35px !important;
}

header .login {
    border-radius: 1rem !important;
    border: 1px solid black !important;
    padding: 0.3rem 1rem !important;
}

    header .login i, header .basket #BasketRegion i {
        color: #000 !important;
        font-size: 18px !important;
    }


.header .header-search .basket-resize {
    height: 100%;
}

.header .user .basket-resize, .header .header-search .basket-resize {
    border-radius: 1rem !important;
    border: none !important;
    background: #f2f4f7 !important;
    background-color: #f2f4f7 !important;
    padding: 0.3rem 1rem !important;
}

    .header .user .login a, .header .user .basket-resize a, .header .header-search .basket-resize a, .header .user .account a, .header .user .logout a {
        border-radius: 0 !important;
        height: auto !important;
        line-height: 0 !important;
        background: transparent !important;
        background: transparent !important;
        border-radius: 0 !important;
        width: auto !important;
    }



.menu-resize .wsmain .wsmenu-list {
    background: #f2f4f7 !important;
    background-color: #f2f4f7 !important;
    border-radius: 0 0 12px 12px !important;
    padding: 0.8rem 0.5rem !important;
    right: 0.7rem !important;
	overflow-x: clip!important;
}

    .ListBoxCamp .swiper, .ImgBoxCamp {
        height: auto!important;
    }

.SliderSwiper .swiper-slide img, .bannertopright .swiper-slide img {
    border-radius: 25px !important;
}

.swiper.bannertopright {
    height: 100% !important;
}

/* Allow overflow so ::before and ::after can be visible */
.sliders .SliderSwiper .swiper,
.sliders .SliderSwiper .swiper-wrapper {
    overflow: visible !important;
}

/* Optional: Add some right padding to the container so the overlays don't get cut off by the viewport */
.sliders .SliderSwiper {
    padding-right: 50px;
    box-sizing: border-box;
}

    .sliders .SliderSwiper .swiper-slide-active {
        position: relative !important;
        z-index: 1 !important;
    }

.btn-warning {
  background: #da5bd2!important;
	background-color: #da5bd2!important;
	border-color: #da5bd2!important;
}

        /* دو لایه overlay سمت راست */
        .sliders .SliderSwiper .swiper-slide-active::before,
        .sliders .SliderSwiper .swiper-slide-active::after {
            content: "";
            position: absolute;
            top: 0;
            width: 10%;
            height: 100%;
            transition: all 0.3s ease;
            border-radius: 0 25px 25px 0;
        }

        .sliders .SliderSwiper .swiper-slide-active::before {
            transform: scale(0.9);
            background: #9D8F82;
            right: -20px;
            z-index: -1;
        }

        .sliders .SliderSwiper .swiper-slide-active::after {
            transform: scale(0.8);
            background: #C2BAB2;
            right: -40px;
            z-index: -2;
        }

.bannertopright .ad-img {
    height: 100%!important;
}

.bannertopright .ad-img img {
    height: 100%!important;
}

.category-resize {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    position: relative;
    border-radius: 1rem !important;
}

.price-container {
    border: 2px solid #da5bd2!important;
}

.category-swiper .swiper-slide {
    text-align: center;
    font-size: 14px;
    padding: 12px 0;
    margin: 15px 9px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    border-radius: 10px !important;
    background: white !important;
}

    .category-swiper .swiper-slide img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
        border: none !important;
        border-radius: 0 !important;
    }

    .category-swiper .swiper-slide a {
        color: inherit;
        text-decoration: none;
        display: block;
        color: #373737;
        text-align: center;
    }



    .category-swiper .swiper-slide .swiper-slide span {
        font-size: 13px;
        margin-top: 20px;
        color: #373737;
        display: block !important;
        text-align: center;
    }


.specialSell {
    background: #ea1010 !important;
    background-color: #ea1010 !important;
    padding-block: 1.5rem;
    border-radius: 25px !important;
}

.special-sell_container {
   border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.special-sell {
   border-bottom: 2px solid white;
}

    .specialSell .special-sell_link, .SuggestedProduct-right .special-sell_link {
        color: #000 !important;
        background: #fff !important;
        padding: 0.6rem 1rem !important;
        border-radius: 10px !important;
        text-decoration: none;
        text-align: center !important;
        margin-inline: auto !important;
        font-weight: bold !important;
    }


.CampSwiper {
    padding: 0 20px;
}

.slider-wrapper .swiper-button-next {
    top: -17% !important;
    left: 0 !important;
}

.slider-wrapper .swiper-button-prev {
    top: -17% !important;
    left: 5% !important;
}


.top-3 {
    top: 85% !important;
    z-index: 888 !important;
    right: 15% !important;
}

.CampSwiper .swiper-slide .product-name {
    font-size: 1rem !important;
}

.CampSwiper .swiper-slide .product-image {
    border-radius: 1rem !important;
}

.CampSwiper .iconsProd {
    top: 50% !important;
    left: 50% !important;
    /*transform: translate(-50%, -50%) !important;*/
    gap: 5px;
}

.CampSwiper .swiper-slide {
    max-width: 200px !important;
	min-width: 180px!important;
    background: #f5f5f5 !important;
    border-radius: 1rem !important;
}

.campaign .ImgBoxCamp .special-sell {
    padding-bottom: 10px !important;
}

    .campaign .ImgBoxCamp .special-sell span {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }

.countdown-counter {
    margin-inline-end: 6rem !important;
}

.clock ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px; /* space between items */
    justify-content: center !important;
    font-weight: bold;
}

    .clock ul li {
        margin: 0 !important;
        padding: 0 !important;
    }

        .clock ul li.separate-time {
            width: auto;
            height: auto;
            font-size: 1rem;
            color: #fff;
            font-weight: bold;
            padding: 0 !important;
            margin: 0;
            background: transparent;
            border: none;
            box-shadow: none;
        }

        .clock ul li p {
            margin: 0 !important;
            padding: 0 !important;
            font-size: 1rem;
            font-weight: bold;
            color: #fff !important;
            background-color: transparent !important;
            border: none !important;
        }

        .clock ul li,
        .clock ul li p {
            width: auto !important;
            min-width: 0 !important;
            white-space: nowrap;
        }

/* Force show navigation arrows even when Owl says "disabled" */
.owl-carousel .owl-nav.disabled {
    display: flex !important;
    /* or display: block; or whatever fits your layout */
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
    box-sizing: border-box;
}

    .owl-nav .fa-chevron-left, .owl-nav .fa-chevron-right {
        color: #da5bd2 !important;
    }

.logo .owl-carousel .owl-nav button.owl-prev {
   left: -2%!important;
}

.logo .owl-carousel .owl-nav button.owl-next {
   left: 100%!important;
}

.productlist-container .owl-carousel {
    padding: 1rem !important;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgb(0 0 0 / 0.05) !important;
    position: relative;
    border-radius: 25px !important;
    margin-bottom: 2rem !important;
	max-height: 180px!important;
}

.logo .owl-stage {
    height: auto !important;
}

.productlist-container .owl-carousel .item {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    border-radius: 10px !important;
}

.swiper-slide.item .product-image:hover img {
   transform: scale(1.2)!important;
}

.owl-carousel .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px; /* Fixed height for all */
    width: 100%;
    overflow: hidden;
    /* No position needed */
}

    .owl-carousel .product-image a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; /* Only for stacking context, minimal impact */
    }

.owl-carousel .product-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute; /* Needed for layering, but safe inside <a> */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

    /* Base image: visible by default */
    .owl-carousel .product-img.base {
        opacity: 0.6;
        z-index: 1;
    }

    /* Hover image: starts above, fully transparent */
    .owl-carousel .product-img.hover {
        opacity: 0;
        z-index: 2;
        transform: translateX(-50%) translateY(-100%);
    }

/* On hover over the link: animate both */
.owl-carousel .product-image a:hover .product-img.base {
    opacity: 0;
    transform: translateX(-50%) translateY(100%); /* slides down out of view */
}

.owl-carousel .product-image a:hover .product-img.hover {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* slides down into view */
}

.owl-carousel .item {
   margin: 0!important;
}

.logo .owl-carousel button.owl-prev,
.logo .owl-carousel button.owl-next {
    top: -1rem !important;
}

.swiper-button-next, .swiper-button-prev {
    background: transparent !important;
}

.item.swiper-slide {
    border-radius: 25px !important;
	background: #fbebfc!important;
	background-color: #fbebfc!important;
    border: 1px solid #fbebfc!important; /* or #e0e0e0 */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle lift */
    overflow: hidden;
    padding: 1rem !important;
	min-height: 430px!important;
}

.grid-ads_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 16px;
    padding: 16px 0;
}


    .grid-ads_container .grid-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .grid-ads_container .grid-item:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .grid-ads_container .grid-item:nth-child(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .grid-ads_container .grid-item:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .grid-ads_container .grid-item:nth-child(5) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

.last-add .ad-img .img-fluid {
    width: 100% !important;
    max-height: 150px !important;
}

.grid-ads_container .ad-img .img-fluid {
    height: 100% !important;
    width: 100% !important;
}

.ad-img .img-fluid {
    border-radius: 25px !important;
}

.show-more {
    color: #e989e3 !important;
    background: #fbebfc !important;
    border: 1px solid #f2b5ef !important;
}

    .show-more i {
        background-color: #da5bd2 !important;
    }

    .show-more.f-left:hover {
        border: 1px solid #e989e3 !important;
        color: #be3cb3 !important;
        box-shadow: none !important;
    }

footer {
    background: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
    overflow: visible;
    position: relative;
    color: #000;
    padding-top: 0 !important;
    position: relative;
}

.footer-shadow {
    position: absolute;
    width: auto;
    height: auto;
    background-color: transparent;
    bottom: 0 !important;
    right: 16%;
    z-index: 1;
}

.footer-logo {
    position: absolute;
    bottom: -5% !important;
    right: 20%;
    width: 150px;
    z-index: 2;
}

.khadamat {
    background: #eef1f4 !important;
    padding: 1rem 10px;
}

    .khadamat .title-img {
        font-size: 16px;
    }



footer ul {
    display: flex;
    flex-direction: column !important;
    display: block;
    margin-right: 0px;
}


    footer ul li {
        list-style: none;
        line-height: 31px;
        transition: .3s all;
    }

        footer ul li a {
            color: #000 !important;
            font-size: 13px;
            margin-right: 10px;
            transition: .3s all;
        }

            footer ul li a:hover {
                color: #eee !important;
                cursor: pointer;
            }


footer .box3-resize span {
    color: #2cc1d6;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer .box3-resize-title, footer .contact-title {
    font-family: 'Shabnam' !important;
}

footer .box3-resize .contactus {
    text-align: justify;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

    footer .box3-resize .contactus p, footer .box3-resize .contactus a {
        color: #000 !important;
    }

footer .box3-resize .namad {
    background: #fff;
    border-radius: 1rem !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle lift */
}

footer .box3-resize .contactus .socialnetworks {
    float: left;
    margin-top: -40px;
    text-align: center;
}

    footer .box3-resize .contactus .socialnetworks i {
        font-size: 20px;
        color: #fff;
    }

        footer .box3-resize .contactus .socialnetworks i.fa-instagram {
            background-color: #d0adff;
            border-radius: 50%;
            line-height: 30px;
            width: 33px;
            height: 33px;
        }

        footer .box3-resize .contactus .socialnetworks i.fa-telegram-plane {
            background-color: #15bcec;
            border-radius: 50%;
            line-height: 30px;
            width: 33px;
            height: 33px;
        }

footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
    text-align: right; /*color: #f0df6b;*/
    font-size: 17px;
    font-weight: bold;
    z-index: 3;
    position: relative;
    height: auto;
    line-height: 70px;
}

footer .box3-resize .contactus p {
    color: #cde8ff;
    margin-bottom: 8px;
    text-align: right;
    line-height: 22px;
}

    footer .box3-resize .contactus p.address {
        line-height: 22px;
        height: 40px;
    }

    footer .box3-resize .contactus p a, footer .box3-resize .aboutus p a {
        color: #cde8ff;
    }

footer p, footer p a {
    font-size: 13px;
    color: #000 !important;
}

footer a:hover {
    color: #eee !important;
}

footer .socialnetworks {
    margin-bottom: 15px;
}

footer .box3-resize .contactus i, footer .box3-resize i {
    color: #336b75;
    font-style: normal;
    background: #fff;
    border-radius: 50%;
    padding: 5px 6px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 3px;
}

footer .box3-resize .fa-instagram {
    color: #8550cc;
}

footer .box3-resize .fa-telegram-plane {
    color: #15bcec;
}

footer .box3-resize .contactus i {
    margin-left: 15px;
    height: 30px;
    color: #42a4f5;
    font-size: 18px;
}

footer .box3-resize .contactus img {
    z-index: 1;
}

footer .box3-resize .quickaccess span.title {
    color: #636363;
    font-size: 17px;
    font-weight: bold;
    height: 82px;
    line-height: 82px;
    text-align: center;
}

footer .box3-resize .newsletter {
    font-size: 13px;
    color: #424242;
    line-height: 30px;
}

    footer .box3-resize .newsletter form {
        position: relative;
    }

    footer .box3-resize .newsletter input[type="text"] {
        height: 45px;
        line-height: 45px;
        border: 2px solid #b2b2b2;
        padding-right: 10px;
        border-radius: 3px;
        font-size: 13px;
        color: #8e8e8e;
        width: 85%;
    }

    footer .box3-resize .newsletter button {
        background-color: #ffdf00;
        font-size: 20px;
        padding: 5px 20px;
        border-radius: 50%;
        border: none;
        height: 38px;
        line-height: 27px;
        position: absolute;
        top: 3px;
        left: 18px;
        cursor: pointer;
        width: 22px;
    }

        footer .box3-resize .newsletter button i {
            color: #fff;
            position: absolute;
            right: 10px;
            top: 10px;
        }

        footer .box3-resize .newsletter button:hover {
            background-color: #535353;
        }

    footer .box3-resize .newsletter .socialnetworks {
        margin-top: 10px;
    }

        footer .box3-resize .newsletter .socialnetworks i {
            font-size: 25px;
            margin-left: 10px;
        }

.copyright {
    color: transparent !important;
    font-size: 11px;
    height: auto;
    line-height: 30px;
    padding-right: 0;
}

.register .row-box-in, .login .row-box-in {
    border-radius: 1rem !important;
    background: #EEF1F4;
    padding: 2rem !important;
    border: 1px solid #eee; /* or #e0e0e0 */
    padding-top: 2rem !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

.register .register-inner, .login .login-inner {
    border-radius: 1rem !important;
    background: #fff;
    padding: 2rem !important;
    border: 1px solid #eee; /* or #e0e0e0 */
    padding-top: 2rem !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	transform: translateY(4rem);
}

.register .row-box-in .title, .login .row-box-in .title {
    border-radius: 1rem !important;
    background: #fff;
	width: 50%;
    padding: 0.6rem !important;
    border: 1px solid #eee; /* or #e0e0e0 */
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	text-align: center;
}

    .register .register-inner .form-control, .login .login-inner .form-control {
        border-radius: 1rem !important;
        padding: 0.8rem 0.5rem !important;
        border-color: #dfe1e8 !important;
        box-shadow: none !important;
    }

        .register .register-inner .form-control::placeholder, .login .login-inner .form-control::placeholder {
            color: #959392;
            direction: rtl !important;
            text-align: right !important;
        }

.login-link, .remember .remember-text, .forgot-password, .signup-link, .bi-eye, .bi-eye-slash {
    color: #959392 !important;
}

.box-demo {
    margin-bottom: 10rem !important;
}

.emptyBasket {
    border: 2px dashed #c0d3db;
    border-radius: 25px;
    padding-block: 1.5rem;
}

    .emptyBasket .imgHolder img {
        filter: grayscale(100%);
    }

.filter-container {
    border: none !important;
    border-radius: 0 !important;
}

    .filter-container .filter {
        background: #f2f4f7 !important;
        background-color: #f2f4f7 !important;
        border-radius: 12px !important;
        border: none !important;
        padding: 0.8rem 0.5rem !important;
        overflow-x: clip !important;
    }

.paging {
    background: #fff !important;
    position: relative !important;
    border-radius: 1rem !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    padding-block: 1rem !important;
}

.page-item .page-link {
    color: #000 !important;
    background-color: transparent;
    transition: background 0.3s;
}

    .page-item .page-link:hover {
        background-color: yellow;
    }

.page-item.active .page-link {
    border: none !important;
    background-color: #ffc107 !important;
    color: #fff !important;
}

.page-item .bi-arrow-right, .page-item .bi-arrow-left {
    transform: translateY(0.5rem);
    color: #000;
    font-size: 30px !important;
}

.page-item.disabled .bi-arrow-right, .page-item.disabled .bi-arrow-left {
    color: lightgray !important;
}

.titleSection .title {
    box-shadow: none !important;
}

.ItemList .filter-container select {
    border: none !important;
    border-radius: 1rem !important;
}

.product-container, .GalleryBox, .intro-book, .comments-book {
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    border: none !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}


.product-info, .product-actions {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.add-to-cart-btn, .btnsend {
    border-radius: 1rem !important;
    background: #da5bd2 !important;
	border-color: #da5bd2!important;
    background-color: #da5bd2 !important;
    transition: all 0.3s !important;
}

.rate-review {
    gap: 8rem!important;
}

.add-to-cart-btn:hover, .btnsend:hover {
    background: #e989e3 !important;
    background-color: #e989e3 !important;
	border-color: #e989e3!important;
}

.share-in-socials {
    width: auto!important;
    transform: none!important;
    margin-top: 0!important;
    padding: 0!important;
}

.addto-like {
    background: transparent !important;
    position: static !important;
    border-radius: 0 !important;
    width: auto !important;
    transform: none !important;
}

.iconsProd {
  right: 0!important;
	width: 100%!important;
}

.iconsProd .order-btn {
    width: 100%!important;
}


@media screen and (min-width:1441px) and (max-width:2560px) {
    footer .box3-resize .newsletter button {
        left: 30px !important;
    }

    footer {
        background-size: contain;
        padding-top: 55px;
    }
}



@media screen and (min-width:1601px) {
    .category-resize .cat {
        margin: 30px 35px 0;
    }
}

@media screen and (max-width:1600px) {
    .category-resize .cat {
        margin: 15px 40px;
    }

    .category-resize::before {
        right: -18px;
        transform: scale(.8);
    }

    .category-resize::after {
        left: -18px;
        transform: scale(.8);
    }
}

@media (max-width:1470px) {


    .footer-top .col-md-4 i.fa-phone {
        margin-right: -15px;
        display: inline-block !important;
    }

    .footer-top .col-md-4 a {
        margin: 0 22px;
    }

    .footer-top .col-md-4 span {
        margin: 0 5px;
    }

    footer {
        background-size: contain;
    }
}

@media screen and (max-width:1441px) {
    .category-resize .cat {
        margin: 15px 35px;
    }
}

@media screen and (max-width:1400px) {
    .item.swiper-slide {
	 max-height: 430px!important;
	}
	
		.slider-wrapper .swiper-button-next, .slider-wrapper .swiper-button-prev {
    top: -30%!important;
}
}

@media screen and (max-width:1280px) {
    .category-resize .cat {
        margin: 15px 30px;
    }
}

@media (min-width: 1200px) {
    .container, .wsshopwp.container-md {
        max-width: 1235px!important;
    }
}

@media (min-width: 1400px) {
    .container, .wsshopwp.container-md {
        max-width: 1320px!important;
    }
}

@media (min-width: 1470px) {
    .container, .wsshopwp.container-md {
        max-width: 1470px!important;
    }
}

@media screen and (max-width:1024px) {
    .category-resize .cat img {
        transform: scale(0.7);
    }

    .category-resize .cat span {
        font-size: 13px;
    }

    .category-resize .cat {
        margin: 15px 43px;
    }

    .khadamat .title-img {
        font-size: 14px;
    }

    footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-ads_container {
    grid-template-columns: repeat(3, 1fr)!important;
    grid-template-rows: repeat(3, 220px)!important; /* کمی کوتاه‌تر */
    gap: 12px!important;
  }

  .grid-ads_container .grid-item:nth-child(1) {
    grid-column: 1 / 2!important;
    grid-row: 1 / 2!important;
  }
  .grid-ads_container .grid-item:nth-child(2) {
    grid-column: 2 / 4!important;
    grid-row: 1 / 2;
  }
  .grid-ads_container .grid-item:nth-child(3) {
    grid-column: 3 / 4!important;
    grid-row: 2 / 4!important; /* از ردیف 2 تا 4 = دو سطر */
  }
  .grid-ads_container .grid-item:nth-child(4) {
    grid-column: 1 / 3!important;
    grid-row: 2 / 3!important;
  }
  .grid-ads_container .grid-item:nth-child(5) {
    grid-column: 1 / 2!important;
    grid-row: 3 / 4!important;
  }
}

@media screen and (max-width:1000px) {
    .category-resize .cat {
        margin: 5px 0px 0;
    }

        .category-resize .cat img {
            transform: scale(0.6);
        }

        .category-resize .cat span {
            font-size: 9px;
        }

    .category-resize .cat-section {
        text-align: center;
    }

    .category-resize::before, .category-resize::after {
        content: "";
    }
}

@media screen and (width:1024px) {
    footer .box3-resize .newsletter button {
        left: 12px !important;
    }

    footer .box3-resize .namad img {
        margin-right: -45px;
    }
}

@media screen and (max-width:992px) {
    .khadamat .title-img {
        font-size: 12px;
    }

    .khadamat .col-md-4 {
        padding: 0;
    }

    .body-resize .book-3d .notFound {
        right: 261px;
    }

    .menu-resize .wsmain .wsmenu-list {
        border-radius: 0;
    }


    .bi-caret-down-fill::before {
        content: none !important;
    }
}

@media screen and (max-width:810px) {
    .category-resize .cat span {
        font-size: 13px;
    }

    .category-resize .cat {
        margin: 5px 20px;
        max-width: 105px;
    }

    footer .box3-resize .newsletter button {
        left: 25px !important;
    }

    footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
        font-size: 11px;
    }

    footer ul li a {
        font-size: 11px;
    }

    footer p, footer p a {
        font-size: 11px;
    }
}

@media screen and (min-width:767px) and (max-width:991.98px) {
    .footer-top img {
        width: 100%;
        height: auto;
    }

    footer .box3-resize .contactus p {
        margin-bottom: 15px;
        text-align: right;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
	
	.slider-wrapper .swiper-button-next, .slider-wrapper .swiper-button-prev {
    display: none!important;
}
	
	.campaign .ImgBoxCamp .special-sell{
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
	
	
	.special-sell span {
	   font-size: 13px!important;
	}
	
	.countdown-counter span, .clock ul li p {
	  font-size: 10px!important;
	}
	
}

@media screen and (max-width: 576px) {
	.iconsProd {
  bottom: -5%!important;
}

.iconsProd .order-btn {
    width: 120px!important;
	justify-content: center!important;
	height: auto!important;
	transform: translateX(2rem)!important;
}
	.row-factor-go .text-info {
	   display: flex!important;
	}
	 .quantity-stepper {
        height: 34px;
        border-radius: 6px;
    }
    .quantity-input {
        width: 44px;
        font-size: 0.9rem;
    }
    .btn-quantity {
        width: 34px;
    }
	
	 .grid-ads_container {
    grid-template-columns: repeat(2, 170px)!important;
    grid-template-rows: repeat(2, 150px)!important;
    gap: 12px!important;
    padding: 12px 0!important;
}
	
	 .grid-ads_container .grid-item:nth-child(1) {
        grid-column-start: 1!important;
        grid-column-end: 2!important;
        grid-row-start: 1!important;
        grid-row-end: 2!important;
    }

    .grid-ads_container .grid-item:nth-child(2) {
        grid-column-start: 2!important;
        grid-column-end: 3!important;
        grid-row-start: 1!important;
        grid-row-end: 2!important;
    }

    .grid-ads_container .grid-item:nth-child(3) {
       display: none!important;
    }

    .grid-ads_container .grid-item:nth-child(4) {
        grid-column-start: 1!important;
        grid-column-end: 2!important;
        grid-row-start: 2!important;
        grid-row-end: 3!important;
    }

    .grid-ads_container .grid-item:nth-child(5) {
        grid-column-start: 2!important;
        grid-column-end: 3!important;
        grid-row-start: 2!important;
        grid-row-end: 3!important;
    }

    header .HeaderTop .header {
        width: 100% !important;
    }
	
	.rate-review {
    gap: 10px!important;
}
	
	.discount {
	   right: 2rem!important;
	}

    .sliders .SliderSwiper {
        padding-right: 15px;
		height: 100%!important;
		min-height: 210px!important;
		margin-bottom: 2rem;
    }
	
	.price-container {
    border: 0 !important;
}


        .sliders .SliderSwiper .swiper-slide-active::before {
            right: -10px;
        }

        .sliders .SliderSwiper .swiper-slide-active::after {
            right: -20px;
        }
	
	.SliderSwiper .swiper-button-prev {
	    left: 5px!important;
	}
	
	.special-sell_container, .special-sell {
   border-bottom: 0!important;
}
	
	.CampSwiper .swiper-slide {
    max-width: 150px !important;
	min-width: 150px!important;
}
	
	.CampSwiper .iconsProd {
	  transform: none!important;
	}
	
	.bannertopright {
	  margin-top: 1rem;
	}
	
	.bannertopright .ad-img {
   display:flex;
		align-items: center;
		justify-content: center;
}

.bannertopright .ad-img img {
	width: 100%!important;
}

	
	.CampSwiper .iconsProd .add-to-basket, .CampSwiper .iconsProd .add-to-order {
		border-radius: 50%!important;
		width: 40px!important;
		height: 40px!important;
		padding-inline: 5px!important;
		justify-content: center!important;
		background:#ffb300!important;
		background-color:#ffb300!important;
	}
	
	footer {
	   padding-bottom: 3rem!important;
	}


    footer .box3-resize .contactus img {
        margin-top: 0 !important;
    }

    .footer-top .col-md-4 span {
        margin: 0px 2px;
        position: relative;
    }

        .footer-top .col-md-4 span:after {
            content: '|';
            color: #0cbbd3;
            left: -6px;
            position: absolute;
            margin: 0 2px;
        }

        .footer-top .col-md-4 span:last-child:after {
            content: '';
        }

    .footer-top .col-md-4 a {
        margin: 0 18px;
    }

    footer .box3-resize .contactus {
        padding-right: 15px;
        margin-bottom: 0;
    }

        footer .box3-resize .contactus p {
            margin-bottom: 20px;
            text-align: right;
            line-height: 20px;
        }

        footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
            height: 30px;
            line-height: 25px;
        }
	
	
.footer-shadow {
    bottom: -60px !important;
}

.footer-logo {
    position: absolute;
    bottom: -5% !important;
    right: 27%;
    width: 150px;
    z-index: 2;
}
	
	.mobile-logo-container {
	   background: #da5bd2;
		height: 100px;
	}
	.mobile-logo-container .mobile-shadow {
	  left: 0!important;
		bottom: -1px!important;
	}
	
	.mobile-logo-container .btn-close {
	 bottom: 0!important;
		left: 10%!important;
	}
	
	.search-box {
	width: 100%!important;
}
	
	.header-search .SearchPro {
	      display: none!important;
	}
	
	.bookinfo-row #more {display: none;}
	
	.addtobasket-btn a {
	   height: 45px!important;
	}
	
	.box-demo {
    margin-bottom: 2rem !important;
}
	
	.input-group.search-content #txt_SearchText {
	  padding-right: 12px!important;
	}
	
	.input-group.search-content #txt_SearchText::placeholder {
	   font-size: 13px!important;
	}
	
	.mobilesize .price, .mobilesize .price small, .mobilesize .price span {
	   font-size: 25px!important;
	}
	
	.add-to-basket.mobilesize .pro-count {
	   width: 250px!impotant;
		height: 45px!important;
	}
	
	.add-to-basket.mobilesize .addtobasket-btn a {
	  width: 250px!important;
		font-size: 18px!important;
	}
	
}

@media screen and (max-width:450px) {

    footer .box3-resize .newsletter button {
        left: 35px !important;
    }

    .copyright p {
        font-size: 10px;
    }
}

@media only screen and (max-width:375px) {
    footer .box3-resize .newsletter button {
        left: 25px !important;
    }

    footer .box3-resize .contactus .socialnetworks {
        float: none;
        margin-top: -20px;
    }
}

@media screen and (max-width:360px) {
    footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
        font-size: 10px;
    }
}

@media only screen and (max-width:320px) {
    footer .box3-resize .newsletter button {
        left: 17px !important;
    }

    footer .box3-resize .contactus .contact-title, footer .box3-resize .box3-resize-title {
        font-size: 9px;
    }
}
