@import url(fonts.css);

body {
    font-family: "vazir", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "shabnam", sans-serif;
}

a {
    font-family: "vazir", sans-serif;
}

p {
    font-family: "vazir", sans-serif;
}

ul {
    padding-right: 0;
}

.shop-btn {
    font-family: "shabnam", sans-serif;
}

.shop-btn svg polyline {
    stroke: #FFF;
    transition: all 0.5s;
}

.shop-btn.black svg polyline {
    stroke: #000;
}

.shop-btn.shop-btn-dark:hover svg polyline {
    stroke: #000 !important;
    transform: translate(-10px);
}

.shop-btn:hover svg {
    transform: translate(-5px) !important;
}

@media (max-width: 767px) {
    .style-section .product-wrapper .wrapper-info .wrapper-inner-title {
        display: block;
    }
}

.its-sticky.sticky {
    position: fixed;
    width: 100%;
    background: #f3e7f1;
    z-index: 1000;
}

#header.header.its-sticky .header-center-section {
    opacity: 1;
    max-height: 500px;  /* Set a max height large enough to show the full content */
    transition: opacity 0.3s ease, max-height 0.3s ease; /* Add transition for smoothness */
    overflow: hidden; /* Hide the overflow when max-height is 0 */
}
#header.header.its-sticky .header-center-section.hidden {
    opacity: 0;
    max-height: 0; /* Collapse the element when hidden */
}
#header.header.its-sticky {
    box-shadow: 0 4px 27px rgb(0 0 0 / 43%);
    transition: box-shadow 0.3s ease;
}

/* Header blog */

.blog .heading {
    font-size: 3rem !important;
}

.blog.about-blog.footer-padding {
    margin-bottom: 80px;
}

.blog.about-blog {
    position: relative;
}

.blog.about-blog .background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../assets/images/homepage-one/headerbg.png);
    z-index: 0;
}

.blog.about-blog .background {
    background-position-y: -450px;
}

.blog.about-blog .background::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #f8f8f8 5%, transparent);
    top: 0;
    right: 0;
}

.blog.about-blog.blog-white .background::before {
    background: linear-gradient(0deg, #ffffff , transparent 75%);
}


.blog.about-blog .details {
    z-index: 1;
    position: relative;
}

/* Breadcrumb */

.blog .blog-bradcrum span {
    margin: 0 0.35rem;
}

.blog-bradcrum span {
    margin: 0 0.35rem;
}

/* Product card */

.product-wrapper {
    height: 46rem;
    font-family: "shabnam", sans-serif;
}

.blog-post.Latest-post .blogs-wrapper.product-wrapper {
    height: auto;
}

.product-wrapper .product-info {
    text-align: center;
}

.product-wrapper .product-details {
    font-family: "shabnam", sans-serif;
    font-weight: 500;
}

@media (max-width: 576px) {
    .product-wrapper .product-details,
    .best-product .best-product-section .product-info .product-details {
        font-size: 1.7rem;
    }
    .product-wrapper .product-description .price span {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .product-wrapper .product-details,
    .best-product .best-product-section .product-info .product-details {
        font-size: 2rem;
    }
    .product-wrapper .product-description .price span {
        font-size: 1.7rem;
    }
}

.price {
    justify-content: center;
    font-family: 'vazir', 'shabnam';
}

.top-selling-section .price,
.best-product-section .price {
    flex-direction: column;
    gap: 0.1rem;
}

.price .price-cut {
    text-decoration: line-through from-font #bd399a;
}

.price span {
    font-weight: 300;
}

.product-btn {
    font-weight: 500;
}

.section-title .view {
    font-family: "shabnam", sans-serif;
}

.header-top .header-profile a,
.header-top .header-contact a span {
    font-family: 'vazir', 'sans-serif';
    font-size: 1.3rem;
    font-weight: 500;
}

.header-center .header-cart-items .cart-item .cart-text {
    font-size: 1.45rem;
}

.header-center .header-cart-items .header-search button.header-search-btn {
    padding: 1rem;
}

.header-center .header-cart-items .header-search {
    width: 40px;
    height: 40px;
}

.desktop-menu .header-nav .category-menu-section .category-dropdown {
    width: 250px;
    opacity: 0;
    overflow: hidden;
}

.header-nav .header-nav-menu .menu-list .header-sub-menu {
    position: absolute;
    background: #FFFFFF;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    top: 5rem;
    right: -100%;
    pointer-events: auto;
    transition: all 0.5s ease-in-out;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 2rem;
}


.header-nav .header-nav-menu .menu-list .shop-menu {
    z-index: 3;
}

.header-nav .category-menu-section .category-dropdown.open-dropdown {
    opacity: 1;
}

.header-nav .category-menu-section .category-dropdown .category-list-item .drop-down-list-icon svg path {
    stroke: #232532;
}

.header-nav .header-nav-menu .menu-list li a {
    font-family: 'shabnam', 'vazir', 'sans-serif';
    font-weight: 300;
}

.header-vendor-btn .shop-btn {
    font-family: "vazir", sans-serif;
}

.header-vendor-btn .shop-btn svg path {
    stroke: #353535;
    transition: all 0.3s;
}

.header-two.header-three .header-vendor-btn .shop-btn svg path {
    stroke: #eee;
}

.header-vendor-btn .shop-btn span {
    font-weight: 400;
}

.header-vendor-btn .shop-btn:hover svg path {
    stroke: #FFF;
}

.header-vendor-btn .shop-btn:hover svg {
    transform: translate(-5px);
}

.header-two .header-search-btn {
    justify-content: space-around;
    width: 50.7rem;
}

.header-two .header-search-btn .header-input {
    width: 60%;
}

.header-two .header-search-btn .search-btn {
    width: 20%;
}

.header-two .header-search-btn .shop-btn {
    width: 20%;
}

.header-two .dropdown-btn {
    justify-content: space-around;
}

/* Hero */

@media (max-width:576px) {

    .hero-slider-one,
    .hero-slider-two,
    .hero-slider-three {
        background-position-x: -340px !important;
    }
}

@media (max-width:767px) {

    .hero-slider-one,
    .hero-slider-two,
    .hero-slider-three {
        background-position-x: -300px;
    }
}

@media (max-width:993) {

    .hero-slider-one,
    .hero-slider-two,
    .hero-slider-three {
        background-position-x: -200px !important;
    }
}

.hero-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-swiper .swiper-slide-active {
    opacity: 1 !important;
}

.wrapper-section .shop-btn {
    font-family: "shabnam", sans-serif;
}

.hero-two h5 {
    font-family: "shabnam", sans-serif;
}

.hero-three .hero-wrapper .wrapper-subtitle,
.hero-three .hero-wrapper .wrapper-details {
    font-family: "shabnam", sans-serif;
}

@media (max-width:993px) {
    .hero {
        height: 58rem;
    }
    .hero.hero-two {
        height: auto;
    }
}

@media (max-width:767px) {
    .hero {
        height: 50rem;
    }
    .hero.hero-two {
        height: auto;
    }
}

.wrapper-section .shop-btn:hover svg {
    transform: translate(-5px);
}

.hero-three .hero-wrapper .wrapper-title {
    font-family: 'shabnam', 'vazir', sans-serif;
    font-size: 5.5rem;
}

.style-section .product-wrapper {
    font-family: "shabnam", sans-serif;
}

.wrapper-one .shop-btn {
    font-family: "shabnam", sans-serif;
}

.wrapper-one .shop-btn:hover span svg polyline {
    stroke: #FFF;
}

.wrapper-two .shop-btn {
    font-family: "shabnam", sans-serif;
}

.wrapper-two .shop-btn svg polyline {
    stroke: #FFF;
}

.brand-section .product-wrapper {
    font-family: "shabnam", sans-serif;
}

.brand-section-two .brand-details {
    font-family: "shabnam", sans-serif;
}

.brand-section-two .brand-grid-section .product-wrapper {
    font-family: "shabnam", sans-serif;
}

.flash .flash-sale {
    justify-content: flex-start;
}

.top-selling-section .product-wrapper {
    height: 25rem;
    font-family: "shabnam", sans-serif;
    align-items: flex-start;
}

.best-selling-items .product-wrapper {
    font-family: "shabnam", sans-serif;
}

/* Discount section */
.discount-section .section-content .wrapper-title,
.discount-section .section-content .subtitle {
    font-family: "shabnam", sans-serif;
}

.discount-section-two .section-content .wrapper-title,
.discount-section-two .section-content .subtitle {
    font-family: "shabnam", sans-serif;
}

.body-two .discount-section-two .section-content {
    text-align: right;
}

.footer {
    font-family: "shabnam", sans-serif;
}

.product-info-img .swiper .product-discount-content h4 {
    font-family: "shabnam", sans-serif;
}

/* Sidebar */

.sidebar-section .sidebar-range .noUi-handle {
    right: auto;
    left: -1.4rem;
}

.sidebar-section {
    background: none;
    border-radius: unset;
    padding: unset;
}

.sidebar-section .sidebar-wrapper {
    background: #FFFFFF;
    border-radius: 0.5rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.sidebar-section .sidebar-wrapper .sidebar-item {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.sidebar-section .sidebar-wrapper .wrapper-heading.sidebar-heading {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 2rem 0;
    cursor: pointer;
}

.sidebar-item.closed {
    display: none !important;  /* Hide content initially */
}

.sidebar-item.open {
    display: block !important;  /* Show content when 'open' class is added */
}

/* Mobile-specific styles */
@media (max-width: 992px) {
    .sidebar-item {
        display: none !important;  /* Hide on mobile by default */
    }

    .sidebar-wrapper.open .sidebar-item {
        display: block !important;  /* Only show on mobile when .open is added */
    }
}

.sidebar-section svg.open-close-section {
    position: absolute;
    top: 18px;
    left: 1px;
    width: 43px;
    height: 26px;
}

.sidebar-section .wrapper-heading-wrapper {
    position: relative;
}

.rotate {
    transform: rotateX(180deg);
}

.blogs-wrapper .shop-btn {
    font-size: 1.5rem;
    font-family: "shabnam", sans-serif;
}

.review-form .form-control,
.review-form .form-select {
    border: 1px solid rgb(174 28 154 / 28%);
}

.review-form label {
    font-family: "shabnam", sans-serif;
}

.review-form input::placeholder,
.review-form textarea::placeholder,
.review-form select::placeholder {
    font-family: "shabnam", sans-serif;
}

.blog-post-section .blog-post .blogs-wrapper .wrapper-info .wrapper-details {
    font-size: 1.3rem;
    font-family: 'vazir', sans-serif;
}

@media (max-width: 991px) {
    .blog-post-section .blog-post .blogs-wrapper .wrapper-info .wrapper-details {
        font-size: 1.6rem;
    }
}

/* Cart */
.cart-section .table-row .table-wrapper .heading {
    font-size: 1.6rem;
    font-family: 'vazir', sans-serif;
}

.cart-section .table-row .wrapper-product {
    padding: 2rem 1.5rem 2rem 4rem;
}

.cart-submenu-visible {
    position: absolute !important;
    width: 30rem !important;
    background: #FFFFFF !important;
    z-index: 2 !important;
    left: 3rem !important;
    top: 13rem !important;
    border-top: 3px solid #AE1C9A !important;
    border-radius: 0.5rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.cart-submenu {
    position: absolute;
    width: 30rem;
    background: #FFFFFF;
    z-index: 2;
    left: 3rem;
    top: 13rem;
    border-top: 3px solid #AE1C9A;
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cart-submenu .cart-wrapper-item {
    padding: 1rem;
    width: 100%;
    height: 30.1rem;
    overflow-y: scroll;
}

.cart-submenu .cart-wrapper-item .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    margin-top: 2rem;
    width: 100%;
}

.cart-submenu .cart-wrapper-item .wrapper .wrapper-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-img {
    width: 6.5rem;
    height: auto;
    background: rgba(174, 28, 154, 0.08);
    border-radius: 0.5rem;
}

.cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-img img {
    width: 100%;
    height: 100%;
}

.cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-content p.new-price {
    font-size: 1.2rem;
}

.cart-submenu .cart-wrapper-section {
    width: 100%;
    padding: 2rem;
}

.cart-submenu .cart-wrapper-section .wrapper-line {
    width: 100%;
    height: 1px;
    background: rgba(174, 28, 154, 0.08);
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.cart-submenu .cart-wrapper-section .wrapper-subtotal {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.cart-submenu .cart-wrapper-section .cart-btn {
    width: 100%;
    margin-top: 2rem;
}

.cart-submenu .cart-wrapper-section .cart-btn .shop-btn {
    background: #ddd;
    margin: 0.5rem 0;
    width: 100%;
    border-radius: 0.5rem;
    color: #232532;
    font-weight: 600;
}

.cart-submenu .cart-wrapper-section .cart-btn .shop-btn:hover::after {
    content: none; /* Removes the pseudo-element */
    display: none; /* Alternatively, hide it */
}

.cart-submenu .cart-wrapper-section .cart-btn .checkout-btn {
    background: #AE1C9A;
    color: #FFFFFF;
}

.blog-bradcrum a {
    font-family: "shabnam", sans-serif;
}

.about-details {
    font-family: "shabnam", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 4rem;
}

@media (max-width:767px) {
    .about-feedback .swiper-slide .testimonial-info .testimonial-name {
        font-family: "shabnam", sans-serif;
    }
}

.testimonial-wrapper {
    background-color: #FFF;
    font-family: "shabnam", sans-serif;
}

.testimonial-wrapper .testimonial-details {
    font-size: 1.5rem;
}

.testimonial-wrapper .testimonial-info .testimonial-name {
    font-family: "shabnam", sans-serif;
}

@media (max-width:767px) {
    .latest .blogs-wrapper .about-details {
        font-size: 1.5rem;
    }

    .latest .blogs-wrapper .shop-btn {
        font-size: 1.4rem;
    }
}

.user-profile-section .dashboard-heading .dashboard-title {
    font-family: "shabnam", sans-serif;
}

.user-dashboard .nav-item {
    border-left: 2px solid rgba(174, 28, 154, 0.08);
}

.weekly-sale .style-section .wrapper-one {
    justify-content: flex-start;
}

.weekly-sale-three .style-section-three .wrapper-two {
    justify-content: flex-end;
    display: flex;
}

.discount-section .section-content .wrapper-title {
    font-size: 4rem;
    margin: 1rem 0 0 0;
}

.best-product .product-wrapper {
    height: 34rem;
}

.discount .discount-section .section-content .shop-btn:hover svg {
    transform: translateX(-5px);
}

.weekly-sale-two .style-section-two .wrapper-two {
    display: flex;
    justify-content: flex-end;
}

.weekly-sale-two .style-section-two .shop-btn:hover svg path {
    stroke: #FFFFFF;
}

.weekly-sale-two .style-section-two .shop-btn:hover svg {
    transform: translateX(-5px);
}

.hero-two .hero-section-two .hero-left .wrapper-title {
    font-family: 'shabnam', 'vazir', sans-serif;
}

/* Category dropdown */

.header-nav .category-menu-section .category-dropdown .category-list-item:hover .drop-down-list-icon svg path {
    stroke: #fff;
}
.desktop-menu .category-dropdown .category-list .category-list-item {
    position: relative;
}

.desktop-menu .category-dropdown .category-list .category-list-item .inner-category-list {
    opacity: 0;
    display: block;
    position: absolute;
    top: -18px;
    height: auto;
    right: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    pointer-events: none;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.desktop-menu .category-dropdown .category-list .category-list-item:hover .inner-category-list {
    opacity: 1;
    background-color: white;
    top: 0;
    pointer-events: auto;
}

.desktop-menu  .category-dropdown .category-list .category-list-item .inner-category-list .inner-category-list-item {
    background: #FFFFFF;
    padding: 0.8rem 2rem;
    border-top: 1px solid rgba(174, 28, 154, 0.08);
    transition: all 0.5s;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3rem;
}

.desktop-menu .category-dropdown .category-list .category-list-item .inner-category-list .inner-category-list-item a span {
    line-height: 2.66rem;
    font-weight: 500;
}

.desktop-menu .category-dropdown .category-list .category-list-item .inner-category-list .inner-category-list-item:hover {
    background-color: #AE1C9A;
}

.desktop-menu .category-dropdown .category-list .category-list-item .inner-category-list .inner-category-list-item:hover a span {
    color: #fff;
}

/* Mobile menu */

.offcanvas.offcanvas-start {
    left: unset;
    right: 0;
    transform: translateX(100%);
}

.mobile-menu .offcanvas.offcanvas-start .category-dropdown .category-list-item .inner-category-list {
    display: none;
}

.mobile-menu .offcanvas.offcanvas-start .category-dropdown .category-list-item .inner-category-list .inner-category-list-item {
    background: #FFFFFF;
    padding: 1rem 2rem;
    border-top: 1px solid rgba(174, 28, 154, 0.08);
    transition: all 0.5s;
    width: 100%;
    text-indent: 10px;
}

.mobile-menu .offcanvas.offcanvas-start .category-dropdown .category-list-item .inner-category-list .inner-category-list-item:active a span {
    color: #AE1C9A;
}

.mobile-menu .offcanvas.offcanvas-start .category-dropdown .category-list-item .inner-category-list .inner-category-list-item a {
    display: block;
}
.mobile-menu .offcanvas.offcanvas-start .category-dropdown .category-list-item .inner-category-list .inner-category-list-item a span {
    font-size: 1.5rem;
    font-weight: 400;
}

.drop-down-list-icon svg.rotated {
    transform: rotate(-90deg);
}

.drop-down-list-icon svg {
    transition: transform 0.3s ease;
}

.category-list-item.active > a > .dropdown-item {
    font-weight: bold;
    color: #AE1C9A;
}

/* Cart table list */
.cart-section .table-row .wrapper-product {
    width: auto !important;
    padding: 2rem 0 2rem 4rem;
}

@media (max-width: 1023px) {
    table .table-wrapper {
        min-width: auto !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .quantity {
        width: 3rem !important;
        padding: 0 4rem;
    }
    .product-cart .table-row .table-wrapper p {
        font-size: 1.3rem !important;
    }
}

/* FAQ */
@media (max-width: 576px) {
    .faq-accordion .faq-item .faq-button .faq-heading {
        font-size: 1.3rem;
    }
}

/* Footer */
.footer-service-section .service-wrapper .service-info {
    margin-bottom: 0.5rem;
}

/* Product info */
.product-info-img .swiper .product-discount-content {
    width: 6rem;
    height: 6rem;
}

@media (max-width: 576px) {
    .footer-section .footer-link a {
        font-size: 1.4rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    h1 {
        font-size: 4.5rem !important;
    }

    h2 {
        font-size: 3rem !important;
    }

    h3 {
        font-size: 2.5rem !important;
    }

    h4 {
        font-size: 2rem !important;
    }

    h5 {
        font-size: 1.4rem !important;
    }
}
@media (min-width: 576px) {
    h1 {
        font-size: 4.5rem !important;
    }

    h2 {
        font-size: 3rem !important;
    }

    h3 {
        font-size: 2.5rem !important;
    }

    h4 {
        font-size: 2rem !important;
    }

    h5 {
        font-size: 1.4rem !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 5rem !important;
    }

    h2 {
        font-size: 4rem !important;
    }

    h3 {
        font-size: 3rem !important;
    }

    h4 {
        font-size: 2.5rem !important;
    }

    h5 {
        font-size: 2rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 5.5rem !important;
    }

    h2 {
        font-size: 4.5rem !important;
    }

    h3 {
        font-size: 3.5rem !important;
    }

    h4 {
        font-size: 3rem !important;
    }

    h5 {
        font-size: 2rem !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 6rem !important;
    }

    h2 {
        font-size: 5rem !important;
    }

    h3 {
        font-size: 4rem !important;
    }

    h4 {
        font-size: 3rem !important;
    }

    h5 {
        font-size: 2rem !important;
    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    h1 {
        font-size: 6.5rem !important;
    }

    h2 {
        font-size: 5.5rem !important;
    }

    h3 {
        font-size: 4.5rem !important;
    }

    h4 {
        font-size: 3.5rem !important;
    }

    h5 {
        font-size: 2rem !important;
    }
}