@font-face {
    font-family: "IranYekanRegular";
    src: url("../fonts/IranYekan/IRANYekanRegular(FaNum)_0.ttf") format("truetype");
}

@font-face {
    font-family: "IranYekanBold";
    src: url("../fonts/IranYekan/IRANYekanBold(FaNum)_0.ttf") format("truetype");
}

@font-face {
    font-family: "IranYekanBlack";
    src: url("../fonts/IranYekan/IRANYekanBlack.ttf") format("truetype");
}

.ltr {
    direction: ltr;
}

/* Color & Background Color */
.pm-bg-dark {
    background-color: rgba(42, 43, 53, 1);
}

.pm-bg-white {
    background-color: #fff;
}

.pm-bg-red {
    background-color: #e20613;
}

.pm-bg-blue {
    background-color: #156fb6;
}

.pm-bg-light-gray {
    background-color: rgba(237, 237, 237, 1);
}

.pm-bg-f9 {
    background-color: #f9f9f9;
}

.pm-bg-gray {
    background-color: #d9d6dd;
}

.pm-bg-dark-gray {
    background-color: #8b8493;
}

.pm-bg-ea {
    background-color: #eaeaea;
}

.pm-text-dark {
    color: rgba(42, 43, 53, 1);
}

.pm-text-1 {
    color: rgba(150, 153, 156, 1)
}

.pm-text-2 {
    color: #1d1d1b;
}

.pm-text-white {
    color: #fff;
}

.pm-text-red {
    color: #e20613;
}

.pm-text-blue {
    color: #156fb6;
}

/* CTA */
.cta-white {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
    width: 150px;
    display: inline-block;
    padding: 8px 0;
    font-family: "IranYekanBold", sans-serif;
    transition: all .25s ease;
}

.cta-red {
    color: #e20613;
    border: 1px solid #e20613;
    border-radius: 18px;
    width: 150px;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    font-family: "IranYekanBold", sans-serif;
    transition: all .25s ease;
}

.cta-blue {
    color: #156fb6;
    border: 1px solid #156fb6;
    border-radius: 18px;
    width: 150px;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    font-family: "IranYekanBold", sans-serif;
    transition: all .25s ease;
}

.cta-hover-blue:hover {
    color: #fff;
    background-color: #156fb6;
    border-color: #156fb6;
}

.cta-primary,
.pm-button-primary a {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
}

.pm-button-secondary a {
    background-color: #156fb6;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
}

.cta-transparent {
    border: 1px solid rgba(255, 0, 0);
    background-color: transparent;
    color: rgba(37, 38, 39, 1);
    border-radius: 6px;
    padding: 8px 20px;
}

.cta-transparent:hover {
    background-color: rgba(255, 0, 0);
    color: #fff;
}

/* Fonts */
.pm-bold {
    font-family: "IranYekanBold", sans-serif;
}

.pm-black {
    font-family: "IranYekanBlack", sans-serif;
}

.heading-2, h2 {
    font-size: 16px;
}

.heading-3, h3 {
    font-size: 14px;
}

.heading-4 {
    font-size: 16px;
}

.page-title {
    font-size: 18px;
    font-weight: 500;
}

.page-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(74, 76, 79, 1);
}

.title-with-side-border {
    position: relative;
    font-size: 16px;
    padding: 16px;
}

.title-with-side-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(255, 0, 0, 1);
}

/* General */
body {
    font-family: "IranYekanRegular", serif;
    font-size: 12px;
    direction: rtl;
    text-align: right;
    line-height: 1.8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}

button:focus, a:focus {
    box-shadow: none !important;
}

input.form-control {
    padding: .15rem .75rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #e20613;
}

.form-control::placeholder {
    color: #a4aab5;
    font-weight: 300;
}

.wp-block-quote {
    border: 1px solid rgba(255, 0, 0);
    border-radius: 6px;
    padding: 12px 36px 12px 8px;
    font-weight: 500;
    position: relative;
    margin-right: 1rem;
}

.wp-block-quote:before {
    content: "";
    position: absolute;
    right: -25px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/quote.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.wp-block-quote p {
    margin-bottom: 0;
}

/* Header & Footer */
#headerLogo {
    width: 70px;
}

header .navbar-toggler {
    border: none;
}

#mainMenu li {
    margin-top: 1rem;
}

#mainMenu .sub-menu {
    display: none;
    list-style: none;
    background: #fff;
}

#mainMenu a {
    color: rgba(19, 20, 31, 0.9);
    font-family: "IranYekanBold", sans-serif;
    font-size: 18px;
}

#mainMenu .menu-item-has-children a {
    position: relative;
}

#mainMenu .menu-item-has-children > a:before {
    position: absolute;
    left: -20px;
    top: 12px;
    content: "";
    border: 6px solid transparent;
    border-left: 0;
    border-right: 8px solid rgba(19, 20, 31, 0.9);
    transform: rotate(0);
    transition: all .2s ease;
}

#mainMenu .menu-item-has-children.active > a:before {
    transform: rotate(-90deg);
}

footer .social-icon {
    width: 30px;
}

footer .logo-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    text-align: center;
}

footer .logo-iranradiator {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

footer .logo-iranradiator img {
    transform: translateY(20px);
}

#footer-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#footer-contact {
    color: #fff;
    padding-right: 0;
}

#footer-contact .icon {
    width: 20px;
    margin-left: 6px;
}

#footer-contact li {
    margin-bottom: 14px;
}

#footer-contact li:last-child {
    margin-right: 26px;
}

#footer-contact li:nth-child(4) {
    margin-bottom: 0;
}

footer .phone-1600 {
    display: inline-block;
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    padding: 8px 16px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: auto;
}

.social-media-list a:hover {
    color: #e20613;
}

.logo-en img {
    width: 150px;
}

.logo-fa img {
    width: 250px;
}

footer .contact-img img {
    width: 150px;
}

footer .enamd img {
    width: 75px;
}

.footer-contact-title {
    font-size: 16px;
}

.header-mobile-tool-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.header-mobile-tool-icon.active {
    background-color: #fff;
}

.header-mobile-tool-icon.active div {
    background-color: #e20613;
}

.header-mobile-tool-icon div {
    width: 40px;
    height: 40px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 65%;
    -webkit-mask-position: center;
    background-color: #fff;
}

#formSearch {
    display: none;
}

#formSearch .form-control {
    width: 100%;
    height: 35px;
}

#formSearch #searchSubmit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background-color: rgba(255, 0, 0);
    padding: 0 15px;
}

#formSearch #searchSubmit img {
    width: 20px;
}

#formSearch {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
}

#formSearch > div {
    max-width: 500px;
}

#frontpageIntro {
    background-image: url("../images/bg/pattern-circle-2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

#frontpageIntro h1 {
    font-family: "IranYekanBold";
}

#frontpageIntro h1,
#frontpageIntro h2 {
    font-size: 20px;
}

#frontpageIntro h3 {
    font-size: 18px;
}

/* FAQs */
#faq-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px;
    scroll-behavior: smooth;
}

#faq-tab .nav-link {
    flex: 0 0 33.34%;
    min-width: 33.34%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    padding: 6px 2px;
    margin-left: .5rem;
    color: rgba(37, 38, 39, 1);
    border: 1px solid rgba(189, 191, 193, 1);
    border-radius: 6px;
}

#faq-tab .nav-link.active {
    background-color: rgba(255, 0, 0);
    color: #fff;
    border-color: rgba(255, 0, 0);
}

#faqs .accordion-item {
    border: 1px solid rgba(189, 191, 193, 1);
    border-radius: 6px !important;
    margin-bottom: 1rem;
}

#faqs .accordion-item:has(.accordion-collapse.show) {
    border-color: rgba(255, 0, 0);
}

#faqs .accordion-item:has(.accordion-collapse.show) .index {
    background-color: rgba(255, 0, 0);
    color: #fff;
}

#faqs .accordion-item .index {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    border: 1px solid rgba(255, 0, 0);
    background-color: transparent;
    border-radius: 6px;
    font-size: 14px;
    transition: all .25s ease;
}

#faqs .accordion-item button.collapsed {
    border-radius: 12px !important;
    background-color: #fff;
}

#faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: rgba(24, 25, 31, 1);
}

#faqs .accordion-item button {
    font-size: 12px;
    padding-left: 1.4rem;
    padding-right: 40px;
}

.accordion-button::after {
    display: none;
}

.accordion-button::before {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    content: "";
    transform: rotate(0);
    transition: all .2s ease;
    background-image: url("../images/icons/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-button.collapsed::before {
    transform: rotate(180deg);
}

/* Credit Section */
#frontpageCredit .subtitle {
    font-size: 14px;
}

#frontpageCredit .icon {
    width: 50px;
}

#frontpageCredit .credit-icon {
    width: 130px;
}

#frontpageCredit .border-bottom {
    border-color: #8b8493 !important;
    border-bottom-width: 2px !important;
}

.credit-conditions .subtitle {
    font-size: 20px !important;
}

/* Shopping Property */
.shopping-property-card {
    display: inline-block;
    width: 210px;
}

.shopping-property-img {
    width: 210px;
    height: 210px;
    border: 1px solid #b7b2b2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-property-img img {
    width: 150px;
}

/* Products Catalog */
.catalog-img img {
    height: 140px;
    width: auto;
}

#productsCatalogCarousel .carousel-control-next,
#productsCatalogCarousel .carousel-control-prev,
#creditSlider .carousel-control-next,
#creditSlider .carousel-control-prev {
    opacity: 1;
    width: 10%;
}

#productsCatalogCarousel .carousel-control-next-icon,
#productsCatalogCarousel .carousel-control-prev-icon,
#creditSlider .carousel-control-next-icon,
#creditSlider .carousel-control-prev-icon {
    background-image: none;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

#productsCatalogCarousel .carousel-control-next-icon,
#creditSlider .carousel-control-next-icon {
    border-right: 0;
    border-left: 16px solid #e20613;
}

#productsCatalogCarousel .carousel-control-prev-icon,
#creditSlider .carousel-control-prev-icon {
    border-left: 0;
    border-right: 16px solid #e20613;
}

/* Shop */
.online-credit-shop,
.split-credit-shop {
    background-color: #eaeaea;
    width: 100%;
}

.offline-credit-shop,
.package-credit-shop {
    background-color: #f5f4f0;
    width: 100%;
}

.credit-shop-card {
    width: 300px;
    margin: auto;
}

.credit-shop-img {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: solid 1px #b7b2b2;
}

.credit-shop-img img {
    width: 60%;
}

.credit-shop-card a:hover > div {
    border-color: #156fb6;
}

.split-credit-shop .category-title,
.package-credit-shop .category-title {
    border-bottom: 6px solid;
    display: inline-block;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.split-credit-shop .category-title {
    border-bottom-color: #156fb6;
}

.package-credit-shop .category-title {
    border-bottom-color: #e20613;
}

.package-credit-shop img {
    width: 80%;
}

/* Frontpage Brand Property */
#brandProperty .property-card {
    text-align: center;
    width: 130px;
    margin: auto;
}

#brandProperty .property-icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #156fb6;
}

#brandProperty .property-icon img {
    width: 50%;
}

/* Frontpage About us */
#frontpage-about .background-image {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 70%;
    height: 160px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: url("../images/temp/about-new.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Frontpage Testimonials */
#carouselTestimonial .carousel-inner {
    background-color: #fff;
    border-radius: 8px;
    border-right: 4px solid rgba(255, 0, 0);
}

#carouselTestimonial .carousel-item {
    padding: 20px 16px;
}

#carouselTestimonial .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(202, 204, 205);
    opacity: 1;
}

#carouselTestimonial .carousel-indicators .active {
    background-color: rgba(255, 0, 0);
}

#carouselTestimonial .carousel-indicators .carousel-control-next,
#carouselTestimonial .carousel-indicators .carousel-control-prev {
    position: relative;
    background: transparent;
    width: 20px;
}

#carouselTestimonial .carousel-control-next-icon,
#carouselTestimonial .carousel-control-prev-icon {
    background-image: unset;
}

/* Credit Plan Slider */
#creditSlider .carousel-inner {
    background-color: #b7b2b2;
    height: 50vh;
}

#creditSlider ul {
    padding: 0 !important;
}

#creditSlider h5 {
    font-size: 30px;
}

#creditSlider h6 {
    font-size: 20px;
}

#creditSlider .carousel-indicators {
    flex-wrap: wrap;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
}

#creditSlider .carousel-indicators > div {
    width: 100px;
    height: 100px;
    margin-bottom: 3rem;
}

#creditSlider .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 90px;
    display: inline-block;
    text-indent: 0;
    background-color: transparent;
    background-image: url("../images/icons/credit-slider-bg-default.svg");
    background-size: 100%;
    opacity: 1;
    background-repeat: no-repeat;
}

#creditSlider .carousel-control-next-icon,
#creditSlider .carousel-control-prev-icon {
    position: absolute;
    bottom: 25%;
}

#creditSlider .carousel-indicators button:hover {
    background-image: url("../images/icons/credit-slider-bg-hover.svg") !important;
}

#creditSlider .carousel-indicators .active {
    background-image: url("../images/icons/credit-slider-bg-active.svg") !important;
}

#creditSlider .carousel-counter {
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-family: "IranYekanBold", serif;
}

/* Product Single Page*/
#tab-additional_information {
    display: block !important;
}

.single-product .pm-product-single-page-image {
    width: 320px;
    height: 320px;
    border-radius: 8px;
    background-color: rgba(19, 20, 31, 0.05);
    border: 1px solid rgba(19, 20, 31, 0.08);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.single-product #productModel.pm-product-single-page-image {
    padding: 0
}

.single-product .product_cat-split .mobile-title {
    background-color: #156fb6;
}

.single-product .pm-title {
    font-size: 16px;
    color: rgba(47, 49, 54, 1);
}

.single-product .pm-content ul {
    padding-right: 1rem;
    font-size: 14px;
}

.single-product .pm-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.single-product .pm-content ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e20613;
    right: -15px;
}

.single-product .product_cat-split .pm-content ul li:before {
    background-color: #156fb6;
}

.single-product .product-price-wrap {
    font-size: 16px;
    background-color: rgba(243, 243, 244, 1);
    padding: 1rem;
    border-radius: 8px;
}

#product-model {
    border: 1px solid rgba(19, 20, 31, 0.24);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}

#product-model-label {
    background-color: #fff;
    color: rgba(19, 20, 31, 0.6);
    display: block;
    font-size: 12px;
    padding-right: .75rem;
    border: 1px solid rgba(19, 20, 31, 0.24);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.form-select {
    background-position: left .75rem top;
    padding: .175rem .75rem .375rem 2.25rem;
}

.variation-list {
    display: none;
}

.variation-list.active {
    display: block;
}

.single-product .quantity .qty {
    display: none;
}

.single-product button.button.alt.single_add_to_cart_button {
    font-size: 14px;
    background-color: transparent;
    color: #e20613;
    border: 1px solid #e20613;
    border-radius: 18px;
}

.single-product .product_cat-split button.button.alt.single_add_to_cart_button {
    color: #156fb6;
    border-color: #156fb6;
}

.single-product .setting-title {
    font-size: 16px;
}

.single-product .setting-icon {
    width: 20px;
}

.single-product .setting-row {
    background-color: #e0e0e0;
}

#product-details-tab {
    background-color: rgba(19, 20, 31, 0.05);
    border-radius: 8px;
}

#product-details-tab .nav-link {
    color: rgba(21, 22, 24, 1);
    font-size: 16px;
}

#product-details-tab .nav-link.active {
    background-color: transparent;
    color: rgba(239, 53, 57, 1);
    border-bottom: 4px solid rgba(239, 53, 57, 1);
}

.woocommerce table.shop_attributes {
    border: 0;
}

.woocommerce table.shop_attributes tbody td {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(202, 204, 205, 1);
    padding: 1rem .5rem;
    color: rgba(37, 38, 39, 1);
}

.woocommerce table.shop_attributes tbody th {
    background-color: transparent !important;
    color: rgba(111, 115, 118, 1);
    border-bottom: 0;
}

.woocommerce table.shop_attributes tbody td {
    direction: ltr;
    text-align: right;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

#productCarousel .carousel-control-next,
#productCarousel .carousel-control-prev {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #e20613;
    border-bottom: 25px solid transparent;
    top: calc(50% - 32px);
    opacity: 1;
}

#productCarousel .carousel-control-next {
    right: 5px;
}

#productCarousel .carousel-control-prev {
    border-right: 25px solid #e20613;
    border-left: 0;
    left: 5px;
}

.product_cat-split #productCarousel .carousel-control-next,
.product_cat-split #productCarousel .carousel-control-prev {
    border-right-color: #156fb6;
    border-left-color: #156fb6;
}

.single-product .carousel-indicators {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.single-product .carousel-indicators [data-bs-target] {
    text-indent: unset;
    width: auto;
    max-width: 33%;
    height: auto;
    border: 1px solid rgba(19, 20, 31, 0.08);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.02);
}

.single-product .single-image-icon {
    width: 45px;
    height: 45px;
    background-color: #e20613;
    border-radius: 12px;
    padding: 5px;
}

.single-product .product_cat-split .single-image-icon {
    background-color: #156fb6;
}

.single-product .single-image-icon div {
    width: 35px;
    height: 35px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 65%;
    -webkit-mask-position: center;
    background-color: #fff;
}

.single-product #productModel,
.single-product #productCarousel {
    opacity: 0;
    z-index: -1;
    max-height: 0;
    position: absolute;
}

.single-product #productModel.active,
.single-product #productCarousel.active {
    opacity: 1;
    z-index: 1;
    max-height: 1000px;
    position: relative;
}

.single-product .top-attributes li {
    font-size: 16px;
    border-bottom: 1px solid rgba(19, 20, 31, 0.12);
    padding: 8px 0;
}

/* Product Card*/
.product-container,
.product-cat-container {
    display: flex;
    gap: 10px;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snap scroll behavior */
    padding: 10px;
    scroll-behavior: smooth;
}

.pm-product-card,
.pm-product-cat-card {
    flex: 0 0 calc(66.67% - 10px); /* 1.5 products in view */
    min-width: calc(66.67% - 10px); /* Maintain consistent size */
    scroll-snap-align: start; /* Snap to each product */
    border: 1px solid rgba(229, 229, 230, 1);
    border-radius: 8px;
    padding: 10px;
}

.pm-product-cat-card {
    border: 0;
}

.pm-product-card .pm-product-image {
    margin: 20px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.pm-product-cat-card .pm-cat-image {
    padding: 36px;
    border: 1px solid rgba(229, 229, 230, 1);
    border-radius: 8px;
    margin-bottom: 16px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-product-cat-card .title {
    position: relative;
    font-size: 14px;
    padding: 4px 8px;
}

.pm-product-cat-card .title a {
    color: inherit;
}

.pm-product-cat-card .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    border-radius: 10px;
    background-color: rgba(229, 229, 230, 1);
}

.pm-product-card {
    position: relative;
    padding-bottom: 4rem;
}

.pm-product-card .pm-product-title {
    font-size: 14px;
    border: 1px solid rgba(229, 229, 230, 1);
    border-radius: 6px;
    padding: 5px;
}

.pm-product-card .pm-product-cta {
    display: block;
    background-color: rgba(19, 20, 31, 0.08);
    border-radius: 6px;
    padding: 8px 0;
    color: rgba(19, 20, 31, 0.9);
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.pm-product-card.heat .pm-product-cta {
    background-color: rgba(255, 0, 0);
    color: #fff;
}

.pm-product-card.cold .pm-product-cta {
    background-color: #156fb6;
    color: #fff;
}

.pm-product-card .pm-product-cta svg {
    width: 12px;
    fill: #fff;
}

/* Profile And Login & Register */
.user-profile-navigation ul {
    z-index: 2;
    position: relative;
}

#userProfileNav:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d9d6dd;
    z-index: 1;
}

.user-profile-navigation ul li {
    padding: .5rem 0;
}

.user-profile-navigation ul li.is-active {
    background-color: #fff;
}

.user-profile-navigation ul li.is-active a {
    color: #e20613;
}

.user-profile-navigation ul a {
    font-size: 16px;
    color: #525252;
}

.user-profile-navigation .pm-profile-avatar {
    position: relative;
    z-index: 2;
    width: 150px;
    margin: auto;
}

.woocommerce-orders .woocommerce-orders-table {
    width: 100%;
}

/* Cart */
.header-liner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #1d1d1b;
    top: 50%;
}

.header-liner h1 span {
    position: relative;
    z-index: 2;
    background-color: #f2f2f2;
    padding-left: 1rem;
    padding-right: 1rem;
}

#pmCart .product-thumbnail a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    margin-right: .5rem;
    border-radius: 8px;
}

#pmCart .product-name a {
    color: #525252;
    font-size: 10px;
    font-family: "IranYekanBold", serif;
}

#pmCart tr {
    padding: .5rem;
    display: block;
}

#pmCart .remove {
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("../images/icons/trash.svg");
    background-size: 100%;
}

#pmCart .pm-cart-title {
    font-family: "IranYekanBold", serif;
}

#pmCart .product-count {
    width: 10%;
}

#pmCart .product-name {
    width: 50%;
}

#pmCart .product-subtotal {
    width: 39%;
}

#pmCart .product-remove {
    width: 1%;
}

.woocommerce form .form-row input.input-text {
    border-radius: 12px;
    border: solid 1px #525252;
    padding: .2rem .5rem;
}

.woocommerce form .form-row textarea {
    height: 10em;
    border-radius: 12px;
    border: 1px solid #525252;
}

.woocommerce form .form-row {
    margin-bottom: 1rem;
}

.select2-container--default .select2-selection--single {
    border-radius: 12px;
}

.woocommerce-billing-fields,
#userOrder {
    border: 1px solid #525252;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout .cart-subtotal {
    display: none;
}

/* Invoice */
.pm-invoice-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}

.pm-invoice {
    border: 1px solid #525252;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    background-color: #f2f2f2;
    min-width: 500px;
}

.pm-invoice .header-right {
    width: 100px;
    border-left: 1px solid #525252;
    padding: 1rem;
}

.pm-invoice .header-center {
    width: 200px;
    border-left: 1px solid #525252;
    padding: 1rem;
}

.pm-invoice .header-left {
    width: 195px;
    padding: 1rem;
}

.pm-invoice .header-section {
    border-bottom: 1px solid #525252;
}

.pm-invoice .border-left {
    border-left: 1px solid #525252;
}

.pm-invoice .border-bottom {
    border-color: #525252 !important;
}

.pm-invoice .invoice-count {
    width: 50px;
}

.pm-invoice .invoice-product {
    width: 250px;
}

.pm-invoice .invoice-quantity {
    width: 50px;
}

.pm-invoice .invoice-price,
.pm-invoice .invoice-total {
    width: 145px;
}

.pm-invoice .invoice-address {
    width: 350px;
}

#formAgents .form-select {
    height: 40px;
    border-radius: 27px;
    font-size: 14px;
    padding-right: 15px;
    background-image: none;
    position: relative;
    color: #999;
}

#formAgents .pm-select:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 0;
    border: 8px solid transparent;
    border-left: 0;
    border-right: 10px solid #fff;
    transition: all .2s ease;
    border-right: 10px solid #e20613;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

#formAgents .form-control {
    height: 50px;
    border-radius: 50px;
}

#formAgents .submit {
    border-color: #e20613;
    color: #e20613;
    transition: all .25s ease;
}

#formAgents .submit:hover {
    background: #e20613;
    color: #fff;
}

.agent-card {
    border-radius: 12px;
    border: solid 1px #8b8493;
    background-color: #f2f2f2;
}

.agent-card .agent-title {
    background-color: #e0e0e0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom: 1px solid #8b8493;
}

#frontpageFindYourProduct {
    background-image: url("../images/bg/pattern-cricle.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#frontpageFindYourProduct .step-wrap {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    padding: 8px 16px;
}

#frontpageFindYourProduct .step-wrap svg {
    width: 20px;
    height: 21px;
}

#frontpageFindYourProduct h4 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(37, 38, 39, 1);
}

#frontpageFindYourProduct h5 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(74, 76, 79, 1);
}

/* Contact Us */
#contact-us .contact-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#contact-us .tabs-container {
    display: flex;
    justify-content: center;
}

#contact-us .tabs-buttons {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}

#contact-us .tab {
    padding: 8px;
    color: rgba(37, 38, 39, 1);
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid rgba(150, 153, 156, 1);
    cursor: pointer;
    text-align: center;
    transition: background 0.3s;
}

#contact-us .tab.active {
    background: rgba(204, 0, 0, 1);
    border-color: rgba(204, 0, 0, 1);
    color: #fff;
}

/* Map and Details Layout */
#contact-us .contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#contact-us .tab-content {
    display: none;
}

#contact-us .tab-content.active {
    display: block;
}

#contact-us .map-section {
    width: 100%;
    height: 300px;
}

#contact-us .map {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

#contact-us .details p {
    margin: 5px 0;
    font-size: 16px;
}

#contact-us .details svg {
    width: 20px;
}

#contact-us .details a {
    color: rgba(255, 0, 0);
}

.blog-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.blog-post {
    padding: 0;
}

.blog-post .title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(37, 38, 39, 1);
}

.blog-post a:hover .title {
    color: rgba(204, 0, 0, 1);
}

#blog .category-filter,
#post-single .category-filter {
    margin-bottom: 20px;
    border: 1px solid rgba(189, 191, 193, 1);
    border-radius: 6px;
}

#blog .accordion-toggle,
#post-single .accordion-toggle {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth color transition */
}

#blog .accordion-toggle:after,
#post-single .accordion-toggle:after {
    content: '\203A'; /* Down arrow */
    float: left;
    transition: transform 0.3s ease; /* Smooth rotation of the arrow */
    transform: rotate(90deg);
    font-size: 24px;
    left: 20px;
    position: absolute;
    top: 0;
}

.accordion-toggle[aria-expanded="true"]:after {
    content: '\203A' !important; /* Down arrow */
    transform: rotate(-90deg) !important;
}

#blog .accordion-content,
#post-single .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: max-height 0.3s ease-out; /* Smooth height transition */
}

#blog #filterForm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(189, 191, 193, 1);
}

.checkbox-input {
    display: none;
}

/* Custom checkbox container */
.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.3s, border 0.3s;
    margin-left: 4px;
}

/* Style the checkbox when checked */
.checkbox-input:checked + .checkbox-custom {
    background-color: rgba(255, 0, 0);
    border: 1px solid rgba(255, 0, 0); /* Border color when checked */
    border-radius: 4px;
}

/* Add a check mark using the ::after pseudo-element */
.checkbox-input:checked + .checkbox-custom::after {
    content: '\2713'; /* Unicode check mark */
    color: #fff; /* White check mark */
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 4px;
}

.post-toc {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.post-toc ul {
    list-style: circle;
    padding-right: 1rem;
    margin: 0;
}

.post-toc li {
    margin-bottom: 10px;
}

.post-toc li:last-child {
    margin-bottom: 0;
}

.post-toc li a {
    color: rgba(24, 25, 31, 1);
    text-decoration: none;
    transition: color 0.3s;
}

.post-toc li a:hover {
    color: rgba(255, 0, 0);
}

.category-list {
    border-bottom: 1px solid rgba(150, 155, 171, 1);
    padding-bottom: .5rem;
    margin: 1rem 0 1.5rem 0;
}

.category-list .cat-name {
    color: rgba(150, 155, 171, 1);
}

.breadcrumb {
    margin-top: 1rem;
}

.breadcrumb .item {
    font-size: 10px;
    margin-left: 6px;
}

.breadcrumb svg {
    margin-left: 6px;
}

.breadcrumb a.item {
    color: rgba(150, 155, 171, 1);
}

.breadcrumb span.item {
    color: rgba(43, 44, 53, 1);
}

.product-archive-desc-title {
    background-color: rgba(19, 20, 31, 0.08);
    border-radius: 8px;
    margin: 4rem 0 2rem 0;
}

.product-archive-desc-title .title {
    padding: .5rem 0;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 0, 0);
    border-bottom: 2px solid rgba(255, 0, 0);
}

.product-archive-description ul {
    list-style: none;
    padding-right: 0;
}

.product-archive-description ul li {
    position: relative;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}

.product-archive-description ul li:before {
    content: "";
    position: absolute;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0);
}

.term-split .product-archive-description ul li:before,
.term-ducted-split .product-archive-description ul li:before {
    background-color: #156fb6;
}

.term-split .title-with-side-border:before {
    background-color: #15a6eb;
}

.term-split .title-with-side-border p {
    font-size: 14px;
}

.product-archive-description h1,
.product-archive-description h2,
.product-archive-description h3,
.product-archive-description h4,
.product-archive-description h5,
.product-archive-description h6 {
    padding-right: .5rem;
    border-right: 4px solid rgba(255, 0, 0);

}

.term-split .product-archive-description h1,
.term-split .product-archive-description h2,
.term-split .product-archive-description h3,
.term-split .product-archive-description h4,
.term-split .product-archive-description h5,
.term-split .product-archive-description h6,
.term-ducted-split .product-archive-description h1,
.term-ducted-split .product-archive-description h2,
.term-ducted-split .product-archive-description h3,
.term-ducted-split .product-archive-description h4,
.term-ducted-split .product-archive-description h5,
.term-ducted-split .product-archive-description h6 {
    border-color: #156fb6;
}

.term-split .product-archive-desc-title .title,
.term-ducted-split .product-archive-desc-title .title {
    color: #156fb6;
    border-bottom: 2px solid #156fb6;
}

.dropdown-label {
    background-color: #fff;
    color: rgba(19, 20, 31, 0.6);
    display: block;
    font-size: 12px;
    padding-right: .75rem;
    border: 1px solid rgba(19, 20, 31, 0.24);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.form-select {
    border: 1px solid rgba(19, 20, 31, 0.24);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
    margin-bottom: 1rem;
    font-size: 14px;
}

.form-select:disabled {
    background-color: #fff;
}

#form-find-product .question {
    font-size: 16px;
    margin-bottom: 1rem;
}

#form-find-product .next,
#form-find-product .submit {
    background-color: rgba(240, 30, 30, 1);
    padding: .5rem 2rem .5rem 2.5rem;
    border: 0;
    border-radius: 8px;
    color: #fff;
}

#form-find-product .close,
#form-find-product .previous {
    background-color: rgba(19, 20, 31, 0.9);
    padding: .5rem 2.5rem .5rem 2rem;
    border: 0;
    border-radius: 8px;
    color: #fff;
}

#form-find-product .next svg,
#form-find-product .submit svg,
#form-find-product .close svg,
#form-find-product .previous svg {
    width: 16px;
}

#form-find-product .radio-answer {
    width: 40%;
    padding-left: 0;
    text-align: center;
    margin: .5rem;
}

#form-find-product .radio-answer .form-check-input {
    position: absolute;
    opacity: 0;
}

#form-find-product .form-check-label {
    position: relative;
    border: 1px solid rgba(19, 20, 31, 0.24);
    border-radius: 8px;
    padding: 1rem;
    transition: all .25s ease;
    width: 100%;
}

#form-find-product .form-check-label .icon-selected {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    opacity: 0;
    transition: all .25s ease;
}

#form-find-product .form-check-label.active .icon-selected {
    opacity: 1;
}

#form-find-product .form-check-label.active {
    border-color: rgba(189, 0, 3, 1);
}

#form-find-product .form-check-label svg {
    margin-bottom: 1rem;
}

#find-your-product .radio-answer .answer-svg {
    height: 50px;
}

#find-your-product #coldSplitType .answer-svg {
    height: 30px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#userMobile input.form-control {
    padding: .375rem .75rem;
}

/*.form-steps,*/
/*#provinceAndCities,*/
#productType,
#heatProductCat,
#heatSpaceArea,
#coldSpaceArea,
#heatWindowType,
#heatBathroom,
#heatSpace,
#coldSplitType,
#userMobile,
#result-towel-dryer,
#result-boiler-ground-z36,
#result-boiler-ground-z60,
#result-boiler-wall-1,
#result-boiler-wall-2,
#result-boiler-wall-3,
#result-boiler-wall-4,
#result-boiler-wall-5,
#result-boiler-wall-6,
#result-split-100,
#result-split-100-130,
#result-split-130-180,
#result-split-180,
#result-radiator {
    display: none;
}

#find-your-product .pm-product-card {
    padding-bottom: 0;
}

.feedback-error {
    position: absolute;
    top: 0;
    color: rgba(255, 0, 0);
    display: none;
}

.progress-bar-container {
    direction: ltr;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
}

/* Progress Bar */
.progress-bar {
    position: relative;
    background-color: #F0F0F0; /* Background color of the line */
    height: 8px; /* Thickness of the progress bar */
    border-radius: 40px; /* Rounded edges */
    overflow: visible;
}

.progress {
    background-color: rgba(255, 0, 0); /* Color of the filled progress */
    height: 100%;
    width: 0; /* Initial width (0%) */
    overflow: visible;
    transition: width 0.3s ease-in-out; /* Smooth animation */
}

.wpforms-container .wpforms-field.wpforms-one-half {
    float: right;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full select,
div.wpforms-container-full input[type=number],
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type=tel],
div.wpforms-container-full input[type=email] {
    max-width: 98% !important;
    border-radius: 4px;
    border: 1px solid rgba(203, 203, 203, 1);
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #156fb6;
}

.product-cat-image {
    max-width: 300px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #FAFAFA;
}

.quick-product-cat-card {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 1rem;
}

.quick-product-cat-card a {
    color: #0f0f0f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-product-cat-card a svg {
    width: 40px;
    height: 40px;
    padding: .75rem;
    border-radius: 4px;
    fill: #fff
}

.quick-product-cat-card.cold a svg {
    background-color: #156fb6;
}

.quick-product-cat-card.heat a svg{
    background-color: #ff0000;
}

.title-with-side-border.cold:before {
    background-color: #15a6eb;
}

.ltr table tbody {
    direction: rtl;
}

@media (min-width: 576px) {
    #creditSlider .carousel-indicators > div {
        width: 120px;
        text-align: center;
    }

    #frontpage-about .background-image {
        height: 240px;
    }
}

/* Media Query*/
@media (min-width: 768px) {
    .cta-primary {
        padding: 8px 30px;
    }

    footer .logo-en {
        width: 100px;
    }

    .heading-2, h2 {
        font-size: 24px;
    }

    .heading-3, h3 {
        font-size: 16px;
    }

    footer .logo-fa {
        width: 300px;
    }

    .online-credit-shop,
    .offline-credit-shop,
    .package-credit-shop,
    .split-credit-shop {
        width: 50%;
    }

    .credit-shop-card {
        width: 250px;
    }

    .credit-shop-img {
        width: 250px;
        height: 250px;
    }

    #creditSlider .plan-description {
        font-size: 16px;
    }

    #creditSlider .carousel-item {
        padding-left: 4rem !important;
    }

    #creditSlider .carousel-indicators > div {
        width: 150px;
        margin-bottom: 4rem;
    }

    #creditSlider .carousel-indicators [data-bs-target] {
        width: 130px;
        height: 120px;
        font-size: 16px;
    }

    #creditSlider .carousel-indicators [data-bs-target] span {
        padding-right: 1rem;
        padding-left: 1rem;
        display: inline-block;
    }

    #creditSlider .carousel-counter {
        right: 10%;
        font-size: 75px;
    }

    .single-product .pm-title {
        width: 50%;
        margin-left: auto;
        text-align: right !important;
    }

    #userProfileNav {
        width: 40%;
    }

    #userProfileContent {
        width: 60%;
    }

    .user-profile-navigation ul {
        padding-left: 0;
    }

    .user-profile-navigation ul li {
        padding-left: 5rem;
        text-align: left;
    }

    .user-profile-navigation .pm-profile-avatar {
        margin-left: 3rem;
    }

    .user-profile-navigation ul li.is-active {
        position: relative;
    }

    .user-profile-navigation ul li.is-active:before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url("../images/icons/curve.svg");
        background-size: 100%;
    }

    .user-profile-navigation ul li.is-active:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url("../images/icons/curve.svg");
        background-size: 100%;
        transform: rotate(90deg);
    }

    #userProfileContent .user-profile-content {
        max-width: 350px;
    }

    #userProfileNav::before {
        top: -50px;
        border-top-left-radius: 15px;
    }

    .profile-title {
        width: 50%;
        margin-right: auto;
    }

    .profile-title {
        font-size: 28px;
    }

    #pmCart .product-count {
        width: 10%;
    }

    #pmCart .product-thumbnail {
        width: 15%;
    }

    #pmCart .product-name {
        width: 35%;
    }

    #pmCart .product-name a {
        font-size: 12px;
    }

    #pmCart .product-quantity {
        width: 10%;
    }

    #pmCart .product-subtotal {
        width: 25%;
    }

    #pmCart .product-remove {
        width: 5%;
    }

    #pmCart .remove {
        width: 25px;
        height: 25px;
    }

    .pm-invoice .header-right {
        width: 25%;
        padding: 2rem;
    }

    .pm-invoice .header-center {
        width: 40%;
        padding: 2rem;
    }

    .pm-invoice .header-left {
        width: 35%;
        padding: 2rem;
    }

    .pm-invoice .invoice-count {
        width: 10%;
    }

    .pm-invoice .invoice-product {
        width: 40%;
    }

    .pm-invoice .invoice-quantity {
        width: 10%;
    }

    .pm-invoice .invoice-price,
    .pm-invoice .invoice-total {
        width: 40%;
    }

    .pm-invoice .invoice-address {
        width: 60%;
    }

    #userProfileContent .pm-invoice .header-right,
    #userProfileContent .pm-invoice .header-center,
    #userProfileContent .pm-invoice .header-left {
        padding: 1rem;
    }

    #userProfileContent .heading-4 {
        font-size: 14px;
    }

    #frontpage-about .background-image {
        position: absolute;
        width: 50%;
    }

    .product-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 columns */
        gap: 20px; /* Spacing between columns */
        overflow: visible; /* Disable horizontal scrolling */
    }

    .product-cat-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 4 columns */
        gap: 20px; /* Spacing between columns */
        overflow: visible; /* Disable horizontal scrolling */
    }

    .pm-product-card {
        flex: none; /* Remove flex styles */
        min-width: auto;
        scroll-snap-align: none; /* Disable snap behavior */
    }

    .pm-product-card .pm-product-image img {
        transition: all .25s ease;
    }

    .pm-product-card:hover {
        box-shadow: 0 1px 5px rgba(41, 41, 42, 0.07);
    }

    .pm-product-card:hover .pm-product-image img {
        transition: all .25s ease;
        transform: scale(1.1);
    }

    .pm-product-cat-card .cta-primary {
        font-size: 10px;
        padding: 6px;
        opacity: 0;
    }

    .pm-product-cat-card img {
        transition: all .25s ease;
    }

    .pm-product-cat-card:hover img {
        transform: scale(1.1);
        transition: all .25s ease;
    }

    .pm-product-cat-card:hover .pm-cat-image {
        box-shadow: 0 1px 5px rgba(41, 41, 42, 0.07);
    }

    .pm-product-cat-card:hover .cta-primary {
        opacity: 1;
        transition: all .25s ease;
    }

    .pm-product-cat-card:hover .title:before {
        background-color: rgba(255, 0, 0, 1);
    }

    #frontpageFindYourProduct .step-wrap {
        padding: 32px 32px;
    }

    #frontpageFindYourProduct .step-wrap svg {
        width: 49px;
        height: 50px;
        margin-bottom: 16px;
    }

    #frontpageFindYourProduct h4 {
        font-size: 22px;
    }

    #frontpageFindYourProduct h5 {
        font-size: 20px;
    }

    #faq-tab {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        overflow: visible;
    }

    #faqs .accordion-item button {
        font-size: 16px;
    }

    .page-title {
        font-size: 24px;
    }

    .page-subtitle {
        font-size: 20px;
    }

    .wp-block-quote {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 24px 40px 24px 24px;
    }

    #contact-us .contact-content {
        flex-direction: row;
        gap: 20px;
    }

    #contact-us .tabs-container {
        justify-content: flex-end;
    }

    #contact-us .details-section {
        flex-basis: 50%; /* Left Section */
    }

    #contact-us .map-section {
        flex-basis: 50%; /* Right Section */
        height: 200px;
        margin-top: -4rem;
    }

    .blog-posts {
        grid-template-columns: 1fr 1fr;
    }

    #blog .accordion-toggle,
    #post-single .accordion-toggle {
        display: none; /* Hide toggle button on desktop */
    }

    #blog .accordion-content,
    #post-single .accordion-content {
        display: block !important; /* Always show content on desktop */
        max-height: none; /* Remove max-height transition on desktop */
        padding: 0; /* Ensure content is visible */
    }

    #post-single .category-filter {
        border-color: rgba(204, 0, 0, 1);
    }

    #post-single .menu-blog-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 33.33333333%;
    }

    .post-toc {
        padding: 0;
    }

    #blog #filterForm {
        border-top: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .post-toc ul {
        padding-right: 1.5rem;
        padding-left: 10px;
        border-top: 0;
        padding-bottom: 1rem;
    }

    #blog .filter-title,
    #post-single .post-toc h3 {
        background-color: rgba(229, 229, 230, 1);
        padding: 10px;
        font-size: 18px;
    }

    #blog #filterForm label {
        border-bottom: 1px solid rgba(150, 153, 156, .7);
        padding-bottom: .5rem;
        font-size: 18px;
    }

    #blog #filterForm label:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .blog-post .title {
        font-size: 18px;
    }

    .breadcrumb {
        padding: 1.5rem 0 !important;
    }

    .breadcrumb .item {
        font-size: 14px;
        margin-left: 12px;
    }

    .breadcrumb svg {
        margin-left: 12px;
    }

    #form-find-product .question {
        text-align: right !important;
        font-size: 24px;
        font-weight: 500;
    }

    #form-find-product .next,
    #form-find-product .submit {
        padding: .75rem 4rem .75rem 4.5rem;
        font-size: 16px;
    }

    #form-find-product .close,
    #form-find-product .previous {
        padding: .75rem 4.5rem .75rem 4rem;
        font-size: 16px;
    }

    .dropdown-label,
    .form-select {
        width: 50%;
    }

    .form-select {
        font-size: 16px;
    }

    #find-your-product .radio-answer .answer-svg {
        height: 60px;
    }

    #form-find-product .radio-answer {
        width: 150px;
    }

    #form-find-product .form-check-label {
        padding: 2rem .5rem;
        font-size: 16px;
    }

    #userMobile input.form-control {
        padding: 1.25rem .75rem;
        font-size: 16px;
        width: 300px;
    }
}

@media (max-width: 767px) {
    .contact-content {
        flex-direction: column;
    }

    .tabs-container {
        order: 0; /* Tabs always stay on top */
    }

    .map-section {
        order: 2; /* Map comes after tabs */
        height: 300px;
    }

    .details-section {
        order: 3; /* Details follow the map */
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 98%;
    }

    body {
        font-size: 16px;
    }

    .w-lg-50 {
        width: 50%;
    }

    .cta-white {
        font-size: 16px;
    }

    .title-with-side-border {
        font-size: 30px;
        padding: 10px 24px;
        margin-bottom: 2rem;
    }

    .title-with-side-border:before {
        width: 10px;
    }

    .heading-2, h2 {
        font-size: 30px;
    }

    .heading-3, h3 {
        font-size: 22px;
    }

    .heading-4, h4 {
        font-size: 22px;
    }

    #mainMenu li {
        padding: 1rem .5rem;
        margin-top: 0;
        position: relative;
    }

    #mainMenu > li:after {
        position: absolute;
        content: "";
        left: 0;
        top: 18px;
        bottom: 18px;
        width: 1px;
        background-color: #fff;
    }

    #mainMenu > li:last-child::after {
        display: none;
    }

    #mainMenu a {
        font-size: 14px;
        display: block;
    }

    #mainMenu .sub-menu {
        position: absolute;
        z-index: 2;
        top: 65px;
        padding-right: 0;
        padding-left: 0;
        width: 200px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    }

    #mainMenu .sub-menu li {
        padding-left: 1rem;
    }

    #mainMenu .menu-item-has-children {
        padding-left: 2rem;
    }

    #frontpageCredit .subtitle {
        font-size: 18px;
    }

    #mainMenu .menu-item-has-children > a::before {
        top: 10px;
    }

    #headerLogo {
        width: 100px;
    }

    footer {
        margin-top: 6rem;
    }

    footer .logo-en {
        width: 150px;
    }

    .footer-contact-title {
        font-size: 20px;
    }

    footer .contact-img img {
        width: 220px;
    }

    footer .enamd img {
        width: 100px;
    }

    footer .social-media-list {
        font-size: 16px;
    }

    footer .logo-wrap {
        width: 300px;
    }

    footer .logo-irg img {
        width: 180px;
    }

    footer .logo-iranradiator img {
        width: 240px;
    }

    #footer-menu {
        border-bottom: 0;
    }

    #footer-menu li {
        margin: 0 1rem;
    }

    #footer-contact {
        font-size: 12px;
    }

    #footer-contact .icon {
        margin-left: 2px;
        margin-right: 4px;
    }

    #footer-contact li:last-child {
        margin-right: 4px;
    }

    footer .bottom-bar {
        background-color: rgba(56, 57, 65, 1);
        font-size: 14px;
        color: #fff;
    }

    footer .top-arrow {
        background-color: rgba(56, 57, 65, 1);
        width: 200px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding-top: 12px;
        margin: 0 auto;
    }

    .accordion-item button {
        font-size: 14px;
    }

    .shopping-property-card {
        width: 260px;
    }

    .shopping-property-img {
        width: 260px;
        height: 260px;
    }

    .catalog-img img {
        height: 200px;
    }

    .credit-shop-card {
        width: 300px;
    }

    .credit-shop-img {
        width: 300px;
        height: 300px;
    }

    .package-credit-shop .image-wrapper,
    .split-credit-shop .image-wrapper {
        height: 200px;
    }

    .split-credit-shop .image-wrapper img {
        padding-top: 3rem !important;
    }

    #creditSlider .carousel-item {
        padding-left: 8rem !important;
    }

    #creditSlider h5 {
        font-size: 36px;
    }

    #creditSlider h6 {
        font-size: 30px;
    }

    #creditSlider .plan-description {
        font-size: 20px;
    }

    #creditSlider .carousel-control-next {
        right: -65px;
    }

    #creditSlider .carousel-control-prev {
        left: -65px;
    }

    #creditSlider .carousel-indicators > div {
        width: 200px;
        margin-bottom: 5rem;
    }

    .carousel-indicators [data-bs-target] {
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 0;
    }

    #creditSlider .carousel-inner {
        height: 500px;
    }

    .single-product .pm-product-single-page-image {
        width: 400px;
        height: 400px;
        transform: translateY(-45px);
    }

    .woocommerce table.shop_attributes tbody {
        width: 90%;
        margin: auto;
        align-items: center;
        padding: 3rem 0;
    }

    .woocommerce table.shop_attributes tbody tr {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .woocommerce table.shop_attributes tbody tr th,
    .woocommerce table.shop_attributes tbody tr td {
        flex: 0 0 auto;
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce table.shop_attributes tbody tr th {
        width: 30%;
    }

    .woocommerce table.shop_attributes tbody tr td {
        width: 70%;
    }

    .single-product .pm-title {
        font-size: 24px;
    }

    .single-product .pm-content ul {
        font-size: 16px;
    }

    .single-product .pm-product-price,
    .single-product button.button.alt.single_add_to_cart_button {
        font-size: 18px;
    }

    .single-product .product_cat-split button.button.alt.single_add_to_cart_button {
        padding: .5rem 2rem;
    }

    .user-profile-navigation ul {
        max-width: 400px;
        margin-right: auto;
    }

    .user-profile-navigation ul li {
        padding-left: 8rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .user-profile-navigation .pm-profile-avatar {
        margin-left: 6rem;
    }

    #userProfileContent .user-profile-content {
        max-width: 600px;
    }

    #userProfileNav {
        width: 30%;
    }

    #userProfileContent {
        width: 70%;
    }

    #pmCart .pm-cart-title {
        font-size: 26px;
        padding-bottom: 1rem;
    }

    #pmCart .product-thumbnail a {
        width: 75px;
        height: 75px;
    }

    #pmCart .remove {
        width: 30px;
        height: 30px;
    }

    .woocommerce-checkout .header-liner,
    .woocommerce-checkout .woocommerce-billing-fields,
    #userOrder {
        max-width: 850px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .pm-invoice .header-right {
        padding: 3rem;
    }

    .pm-invoice .header-center {
        padding-top: 3rem;
    }

    .pm-invoice .header-left {
        padding: 3rem;
    }

    .pm-invoice {
        max-width: 1000px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .header-mobile-tool-icon,
    .header-mobile-tool-icon div {
        width: 40px;
        height: 40px;
        transition: all .3s ease;
    }

    .header-contact-phone img {
        height: 40px;
    }

    .header-mobile-tool-icon:hover {
        background-color: #fff;
        transition: all .3s ease;
    }

    .header-mobile-tool-icon:hover div {
        background-color: #e20613;
        transition: all .3s ease;
    }

    #frontpage-about .background-image {
        height: 300px;
    }

    #frontpage-about .content {
        padding-top: 1.5rem;
    }

    #frontpageIntro {
        background-position: top right;
        background-size: auto 100%;
    }

    #frontpageIntro .heading {
        position: relative;
        padding-right: 20px;
    }

    #frontpageIntro .heading:before,
    #frontpageIntro .heading:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        border-radius: 10px;
        background-color: rgba(215, 217, 218, 1);
    }

    #frontpageIntro .heading:after {
        bottom: auto;
        height: 40px;
        background-color: rgba(255, 0, 0, 1);
    }

    .page-title {
        font-size: 30px;
    }

    .page-subtitle {
        font-size: 24px;
    }

    #faqs .accordion-item {
        margin-bottom: 2rem;
    }

    #contact-us .tabs-buttons {
        width: 50%;
    }

    #contact-us .tab {
        font-size: 16px;
        padding: 8px 16px;
    }

    #contact-us .details p {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    #contact-us .map-section {
        height: 250px;
        margin-top: -4.3rem;
    }

    #post-single .menu-blog-wrap {
        width: 24%;
    }

    .single-product .top-attributes li {
        padding: 18px 0;
    }

    #formSearch {
        display: block;
        position: relative;
    }

    #formSearch > div {
        min-width: 250px;
    }

    #formSearch .form-control {
        background-color: rgba(19, 20, 31, 0.05);
    }

    #formSearch #searchSubmit {
        background-color: transparent;
    }

    .dropdown-label,
    .form-select {
        width: 100%;
    }

    #find-your-product .dropdown-label,
    #find-your-product .form-select {
        width:30%;
    }

    #heatBathroom .dropdown-label,
    #heatBathroom .form-select {
        width: 100%;
    }

    .select-wrap {
        width: 30%;
        margin-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }

    #mainMenu a {
        font-size: 16px;
    }

    #mainMenu li {
        padding: 1rem .75rem;
    }

    .shopping-property-card {
        width: 300px;
    }

    .shopping-property-img {
        width: 300px;
        height: 300px;
    }

    .shopping-property-img img {
        width: 180px;
    }

    .online-credit-shop .credit-shop-card,
    .split-credit-shop .credit-shop-card {
        margin-left: 25%;
    }

    .offline-credit-shop .credit-shop-card,
    .package-credit-shop .credit-shop-card {
        margin-right: 25%;
    }

    #creditSlider .carousel-control-next {
        right: -100px;
    }

    #creditSlider .carousel-control-prev {
        left: -100px;
    }

    #creditSlider .carousel-indicators > div {
        width: 250px;
        margin-bottom: 10rem;
    }

    #creditSlider .carousel-indicators [data-bs-target] {
        margin-left: 2%;
        margin-right: 2%;
        width: 180px;
        height: 180px;
        font-size: 20px;
    }

    #creditSlider .carousel-counter {
        right: 10%;
        top: -10%;
        font-size: 150px;
    }

    .woocommerce table.shop_attributes tbody {
        width: 70%;
    }

    .woocommerce table.shop_attributes tbody tr {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #userProfileContent .user-profile-content {
        max-width: 800px;
    }

    #footer-contact {
        font-size: 14px;
    }

    #frontpage-about {
        min-height: 550px;
        padding-top: 40px;
    }

    #frontpage-about .content {
        padding-top: 5rem;
    }

    #frontpage-about .background-image {
        height: 400px;
        width: 48%;
    }

    #carouselTestimonial .carousel-indicators {
        position: absolute !important;
        left: -175px;
        right: auto;
        margin: 0;
        transform: rotate(90deg);
        width: 180px;
        top: 0;
    }

    .pm-product-cat-card .title {
        font-size: 20px;
        padding: 4px 16px;
    }

    .pm-product-cat-card .cta-primary {
        font-size: 16px;
    }

    #frontpageIntro h1 {
        font-size: 30px;
    }

    #frontpageIntro h2 {
        font-size: 24px;
    }

    #frontpageIntro h3 {
        font-size: 22px;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 18px;
    }

    #footer-contact {
        font-size: 18px;
    }

    .container {
        max-width: 1400px;
    }

    #brandProperty .property-card {
        width: 200px;
    }

    #brandProperty .property-icon {
        width: 200px;
        height: 200px;
    }
}