/*
Theme Name: saba
Theme URI: https://webramz.com
Author: webramz
Author URI: https://webramz.com
Version: 1.1
*/
@font-face {
    font-family: Kalameh-bold;
    src: url('fonts/KalamehWebFaNum-Bold.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

@font-face {
    font-family: Kalameh-Regular;
    src: url('fonts/KalamehWebFaNum-Regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}
@font-face {
    font-family: iransans-normal;
    src: url('fonts/iransans-normal.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}
  
/*********Css Variables****************/
:root {
    font-size: 16px;
  --font-Kalameh-b: "Kalameh-bold";
  --font-Kalameh-R:"Kalameh-Regular";
  --font-iransans: "iransans-normal";
  --white-color: #ffffff;
  --main-color: #B5222E; 
  --main-color-2: #161616; 
  --main-color-3:#1D1D1D;
  --main-color-4:#D90000;
  --main-color-5:#3A4148;
  --main-color-6: #8684A2;
  --main-color-7: #353535; 
  --main-color-8: #000; 
  --grey-color:#ccc;
  --size-2:2rem;
  --size-1-7:1.7rem;
  --size-1-5:1.5rem;
  --size-1-4:1.4rem;
  --size-1-3:1.3rem;
  --size-1-2:1.2rem;
  --size-1-1:1.1rem;
  --size-1:1rem;
  --size-0-9:0.9rem;
  --size-0-85:0.85rem;
  --size-0-75:0.75rem;
  --size-0-5:0.5rem;
  --size-0-3:0.3rem;
  --box-shadow: 0px 2px 8px rgba(0,0,0,.16);
  a {
    color: var(--main-color-2);
    text-decoration: none ;
}
ins {
    text-decoration: none;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify{
    text-align: justify;
}
p.gform_required_legend {
    display: none;
}
textarea:focus , input:focus {
    outline: none !important;    /* حذف خط دور */
    box-shadow: none !important; /* حذف هر افکت سایه */
    border-color: inherit !important; /* جلوگیری از تغییر رنگ بوردر */
  }
  input, textarea, select#input_2_6 {
    border: 0.1rem solid #ddd !important;
}
::marker {
    font-size: 1.2rem !important;
}
   }
/**************************************/
h1 , h2 , h3 , h4 , h5 , h6    {
    font-family: var(--font-Kalameh-R);
    line-height: 1.7 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
h1 , h2 , h3 , h4 , h5 , h6{
    padding-bottom: 1rem;
}
.h1, h1 {
    font-size: 1.7rem !important;
}
.h2, h2 {
    font-size:var(--size-1-4) !important;
   }
.h3, h3 {
    font-size: var(--size-1)!important;
}
.h4, h4 {
    font-size:var(--size-0-85) !important;
}
.h5, h5 {
    font-size:var(--size-0-75) !important;
}
.h6, h6 {
    font-size:var(--size-0-75) !important;
}
.h2, h2 , .h3, h3 {
    color: var(--main-color-8) !important;
}
body {
    background: #DFE2E5 url("/wp-content/uploads/2026/02/bg-footer.svg") center bottom /100%   no-repeat !important;
   }
body, p {
    font-family: var(--font-iransans) !important;
    font-size: var(--size-1);
    line-height: 2 !important;
    color:var(--main-color-5);
    text-align: right;
}
section {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.border {
    border: 0.1rem solid #C7D1E5 !important;
}
.rounded-6 {
    border-radius: 0.6rem!important;
}
.white {
    color: white;
}
span.h4 {
    font-size: 5rem !important;
    font-family: 'Kalameh-bold';
    color: #000;
}
p#breadcrumbs {
    color: #fff;
    margin: 0 !important;
}
.btn-link:hover {
    color:var(--main-color) !important;
}
.topicon .link-account:hover {
    background: transparent;
    color: #fff;
    transition: all 300ms ease-out;
}
.desc-rightext ul li , .desc-desc ul li , .col-text ul li{
    font-size: 0.95rem;
    text-align: right;
}
/****************img****************/
.entry-content img {
    width: auto !important;
    max-width: none !important;
}
img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/***************footer**************/
.footer-desctop {
    background: #fff;
}
.row.footer-desctop p {
    color: #666;
    font-size: 0.9rem;
}
.footer-desctop img {
    float: right;
    width: 30%;
    padding: 0 1rem 0;
}
.footer-desctop  a {
    color: var(--main-color) ;
    font-size: 0.85rem  ;
    padding-right: 0.5rem;
}
.wp-image-15 {
    width: 100% !important;
}
h4.title-footer {
    color: #222;
    position: relative;
    font-size: 1.1rem !important;
    padding-bottom: 0.5rem;
}
.copyright {
    font-size: var(--size-0-85);
}
.copyright a {
    color: var(--main-color) ;
    padding-right: 0.5rem;
}
footer.bg-footer p {
    margin-bottom: 0;
}
.col1 {
    border-left: 0.1rem solid #bbb;
    padding-left: 3rem !important;
}
/*************products  ************/
.post-type-archive-products .container {
    background: #fff;
}

/***************search****************/
#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: rgb(255, 255, 255);
    border: 0rem solid rgb(204, 204, 204);
    border-radius: 0.7rem;
    box-shadow: rgb(181, 181, 181) 0px 0px 0px 0px inset;
    margin: 0.7rem auto 1rem!important;
}
div.asl_w {
    box-shadow: unset !important;
}
.probox {
    padding: 0.75rem 1rem  !important;
}
.proinput .search-input::placeholder , span.overlap {
  font-family: 'Kalameh-Regular', sans-serif  !important;
}
div#ajaxsearchliteres1 {
    background: #f2f3f8;
    padding: 1rem;
    top: 9rem !important;
    box-shadow: rgb(181, 181, 181) 0px 0px 0px 0px inset !important;
}
img.asl_image {
    background: var(--main-color)  !important;
    border-radius: 0.5rem;
}
/****************************/
ul {
    text-align: right !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
#main-menu > li.menu-item-has-children > a[href="#"],
#main-menu > li.menu-item-has-children > a[href=""],
#main-menu > li.menu-item-has-children > a:not([href]),
#main-menu > li.menu-item-has-children > a[href="javascript:void(0)"],
#main-menu > li.menu-item-has-children > a[href="javascript:void(0);"],
#main-menu > ul > li.menu-item-has-children > a[href="#"],
#main-menu > ul > li.menu-item-has-children > a[href=""],
#main-menu > ul > li.menu-item-has-children > a:not([href]),
#main-menu > ul > li.menu-item-has-children > a[href="javascript:void(0)"],
#main-menu > ul > li.menu-item-has-children > a[href="javascript:void(0);"] {
    pointer-events: none;
    cursor: default;
}
/***********header**************/
header {
    background: #fff;
    border-top: 0.2rem solid #b5222e;
}
div#header {
    border-bottom: 0.7rem solid #dfe2e5;
}
ul#menu-main-menu li {
    border: 0.1rem solid #ddd;
}
a.topicon.line:before {
    content: '';
    width: 0.1rem;
    height: 1.1rem;
    background: #ccc;
    margin: 0.5rem 0 0 1rem;
}
.topicon img.link-icon {
    padding: 0.3rem;
}
ul.dropdown-menu.depth_0 {
    width: 255px;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
.footer-desctop p > a {
    float: left;
}
ul.dropdown-menu.depth_0 li{
    text-align: right !important;
}
.dropdown-item.active, .dropdown-item:active {
      background-color: #b5222e !important;
}
#main-menu{
    width:100% !important;
    justify-content:center !important;
}
#menu-main-menu{
    width:100% !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center;
}
#menu-main-menu li{
    flex:1;
    text-align:center;
}
#menu-main-menu li a{
    display:block;
    width:100%;
}
/* Bootstrap 5 multi-level dropdown - RTL */
.main-menu .dropdown-submenu {
    position: relative;
}

.main-menu .dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    min-width: 260px;
    z-index: 99999;
}

.main-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.main-menu .dropdown-submenu > .dropdown-toggle::after {
    float: left;
    margin-top: 15px;
    transform: rotate(90deg);
}

/* جلوگیری از خراب شدن آیتم‌های داخل زیرمنو توسط flex منوی اصلی */
#menu-main-menu > li {
    flex: 1;
    text-align: center;
}

#menu-main-menu > li > a {
    display: block;
    width: 100%;
}

#menu-main-menu .dropdown-menu li {
    flex: unset !important;
    width: 100%;
    text-align: right !important;
}

#menu-main-menu .dropdown-menu li a {
    text-align: right !important;
    white-space: normal;
    font-size: 0.9rem;
    padding: 0.4rem;
}
ul.dropdown-menu.sub-menu.depth_1 {
    border: 0;
    border-radius: 0;
    padding: 0;
}
img.custom-logo {
    width: auto;
    height: 140px;
}
h1.title-subheader {
    font-size: 1.5rem !important;
}
.accounttop {
  position: relative;
  padding: 0 15px;
}
a.accounttop:hover span {
    color: #000 !important;
    font-weight: bold;
}
.copyright.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    color: #777;
    align-items: center;
}
.home .fixed ul#menu-main-menu li a {
    color: var(--main-color-7);
    padding: 0 1rem;
}
ul#menu-top-menu , ul#menu-top-menu-1 {
    margin: 0 !important;
}
ul#menu-top-menu li:hover a  , ul#menu-top-menu-1 li:hover a  {
    color: var(--main-color)  !important;
}
ul#menu-top-menu li , ul#menu-top-menu-1 li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
/* li.langfa:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/fa-IR.gif) no-repeat;
    width: 4rem;
    height: 1rem;
    background-position: right center;
} */
 .top-menu-item-image {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

#menu-top-menu-1 .nav-link:has(.top-menu-item-image) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/* li.langfa {
    margin-right: 1rem;
} */
 nav.navbar.top-menum a.navbar-toggler {
    display: none;
}
  .top-menum .collapse:not(.show) {
    display: flex;
    flex-direction: row !important;
}
input.orig {
    text-align: right;
}
.asl_w_container.asl_w_container_1 {
    margin-top: 0.4rem;
}
div#top-menu ul li a {
    padding: 0 0.5rem;
    /* border-left: 0.1rem solid #eee; */
    color: #8684A2;
    font-family:'Kalameh-bold' !important;
    display: block;
    z-index:999999;
    
}
.fixed  {
            background-color: #f7f7f7;
            color: white;
            padding: 0.2rem 0 0 1.5rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            position: relative;  
            transition: all 0.4s ease;  
            opacity: 1;  
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999 !important;
            opacity: 1;  
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}
ul#menu-top-menu {
    display: flex;
    flex-direction: row;
}
.box-topmenu .collapse:not(.show) {
    display: flex;
    flex-direction: row !important;
}
div#top-menu .collapse:not(.show) {
    display: block;
}
 .box-top-menu  a.navbar-toggler {
    padding:0.3rem;
}
.offcanvas-header {
    display: flex;
    flex-direction: row-reverse;
}
ul#menu-main-menu-1 li {
    border-bottom: 0.1rem dashed #ccc !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-family: 'Kalameh-Regular';
    color: var(--main-color) !important;
    font-weight: 500;
}
.accounttop span {
    color: #3C3C3C;
    font-size: 0.95rem;
}
img.link-icon {
    width: 3rem;
    height: 2rem;
}
ul#menu-main-menu li a.active:hover {
    color: rgb(255, 255, 255) !important;
    background: #b5222e;
}
/* ul#menu-main-menu li a:hover {
    color: var(--main-color) !important;
} */

/* ul#menu-main-menu li a.active.dropdown-toggle:hover {
    color: var(--main-color) !important;
} */
.btn-link:after {
      content: '';
    width: 0.1rem;
    height: 1.5rem;
    display: block;
    position: relative;
    background: #eee;
    top: 0.7rem;
}
.bannertext {
    color: #fff;
    font-family: 'Kalameh-bold';
    font-style: italic;
    font-size: 1.2rem;
}
.suppp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
 /*************logo***************/
.desc-logo , .disc-top{
    color: var(--main-color-6);
}
/****************slider***********************/
.mySwiper-1 .img-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.mySwiper-1 .content-slider  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.mySwiper-1 .content-slider {
    background: var(--main-color) ;
    padding: 1.5rem !important;
}
.mySwiper-1 .desc-slide, .title-slide {
    color: #fff;
    font-family: 'iransans-normal';
}
.mySwiper-1 .content-slider .icon-link {
    background: var(--main-color-4) ;
    color: #fff;
    padding: 1rem 2rem !important;
}
.mySwiper-1 .title-slide {
    font-size: 1.7rem;
}
.mySwiper-1 .img-slider {
    background: #fff;
}
.mySwiper-1 .swiper-pagination {
    text-align: left;
    left: 1.2rem !important;
    bottom: 1.2rem !important;
}
.mySwiper-1 .swiper-pagination-bullet-active {
     background: var(--main-color) ;
}
.mySwiper-1 .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
}

/***********sliderimg***************/
.img-sliderimg img {
    width: 100%;
    height: 442px;
}

/**************about***************/
/* h2.title-box , h2.title-faq ,h2 {
    color: var(--main-color);
} */
.col-8.col-about {
    border-left: 2rem solid #dfe2e5;
}
.col-about h1, h1.title-desc, .desc-desc h1  {
    color: var(--main-color) ;
}
  .desc-desc h3 {
    color: var(--main-color-3) ;
}
.home section#context h2 , .home section#context h3{
    color:var(--main-color) !important;
    font-size: var(--size-1-4)!important;
}
aside.site-sidebar h3 {
    font-family: 'Kalameh-Regular';
    font-weight: bold!important;
}
.col-about a {
    background: var(--main-color) ;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem !important;
    display: inline-block;
    transition: all 300ms ease-out;
}
a.btn.icon-link:hover {
    background: #fff;
    color: #b5222e;
    border: 0.1rem solid;
     transition: all 300ms ease-out;
}
.site-sidebar a:hover  {
    background: #fff!important;
    transition: all 300ms ease-out;
    color: #b5222e !important;
    
}
 
.main-content {
    padding-left: 2rem !important;
    padding-right: 0 !important;
}
.col-about img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.row-team {
    background-image: linear-gradient(#fbfbfb,#f2f2f2);
    padding: 0.3rem 0.5rem;
}
/*************contact*******************/
.col-contact h3.col-title {
    color: #0F0F0F;
}
.col-bt .col-title a   {
    background: var(--main-color) ;
    color: #fff;
    width: 100% !important;
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 0.1rem solid;
}
.col-text a {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border: 0.1rem solid;
        padding: 0.5rem 1rem;
}
.page-id-20 .col-text a {
    color: #000;
    background: transparent;
    border: 0;
    padding: 0;
}
.page-id-20 .desc-desc h3 {
    color: var(--main-color-3) !important;
    font-weight: bold!important;
}
.col-text a:hover{
      background: #fff!important;
    transition: all 300ms ease-out;
    color: #b5222e !important;
}
input#gform_submit_button_1 , input#gform_submit_button_2{
    background: var(--main-color) ;
    padding: 1rem;
}
/***************************************/
#field_1_6 .gfield_captcha_container {
    display: flex;
}
div#field_1_6 {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
 /******************************************/
h2.title-logo {
    margin-top: 1rem;
    font-size: 1.5rem;
}
.pagination-wrapper ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.pagination-wrapper li {
    margin: 0 5px;
}
.pagination-wrapper a,
.pagination-wrapper span {
    display: block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
}
.pagination-wrapper .current {
    background-color:var(--main-color-4);
    color: white;
    border-color: var(--main-color-4);
}
/**********comment*************/
 p.form-submit {
    float: left;
    position: relative;
    top: -3rem;
}
 
.sec-1box {
    background: #fff;
    }
    .quote {
        float: left;
    }
    .title-comment, .disc-comment {
        color: #fff;
        font-weight: bold;
    }
    h3.title-comment {
        font-size:  var(--f-size);
        font-family: 'kalameh';
    }
.row-comments {
    border: 1rem solid #e7e6e6;
    padding: 2rem;
}
p.comment-form-comment {
    float: inline-end;
    display: flex;
    flex-direction: column;
}
.logged-in p.comment-form-comment {
    float: none;
    display: flex;
    flex-direction: column;
}
form#commentform p label {
    min-width: 6rem;
}
textarea#comment {
    width: 45rem;
    height: 16rem;
}
  textarea#comment, div#respond input {
    border: 0 solid;
    box-shadow: 0 0 0.5rem 0.1rem #e9e9e9;
    border-radius: 0.5rem;
    line-height: 3;
    padding: 0 1rem;
}
p.comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
h3#comments, .navigation, ol.commentlist {
    background: #fff;
    margin: 0;
    line-height: 3;
    padding: 0 4rem;
    border-radius: 0.5rem;
}
input#submit {
    background: var(--main-color);
    color: #fff;
    border-radius: 1rem !important;
    padding: 0 4rem !important;
}
input#submit:hover {
    color: #000;
    }
 div#respond label {
    font-size: 0.875rem;
    font-weight: 600;
}
ol.commentlist {
    margin-bottom: 2rem;
}
/*****************accordion*****************/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    flex-direction: row;
     justify-content: space-between;
     }
button.accordion-button.rounded-4.collapsed {
    display: flex;
    justify-content: space-between;
}
div#accordionExample {
    width: 70%;
    margin: 0 auto;
}
.accordion-collapse.collapse.show {
    border: 0rem solid #f7f7f7;
}
.accordion-button {
    color: #000 !important;
    }
.accordion-header {
    margin-bottom: 0 !important;
    padding: 0 !important;
    }
section#faq .aos-init.aos-animate {
    padding-bottom: 0.5rem;
}
button.accordion-button {
    background: #f9f9f9 !important;
}
.accordion-item {
    border: 0 !important;
}
button.accordion-button:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}
.accordion-body p {
    font-size: 0.9rem !important;
    text-align: justify;
    color: #333;
}
.section-faq .accordion-item {
    background: #f7f7f7;
    margin-bottom: 1rem;
}
div#accordionExample1 .title-box {
    text-align: right;
}
.accordion-button::after {
    margin-left: 0 !important;
    content: "";
     }
p.gform_required_legend {
        display: none;
    }

.section-faq .accordion-item {
    background: #f7f7f7;
    margin-bottom: 1rem;
}
section#faq .aos-init.aos-animate {
    padding-bottom: 0.5rem;
}
section#gallery .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  }
section#gallery .gallery-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* مربع */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
section#gallery .gallery-img-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
section#gallery .gallery-img {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
 
.page-id-360 section#imgtextone {
    background: #3eb599;
}

section#contact .content-contact {
    background: #eee;
}
section#contact span.disc-box p a {
    color: #3eb599;
}
section#contact span.disc-box p {
    margin: 0 !important;
}

section#contact .content-contact:nth-child(2){
    padding: 1rem 0;
}

.tablepress {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
table  tr td {
    font-family: 'iransans-normal';
    font-size: 0.85rem;
    vertical-align: middle !important;
}
/***************media ***********/
@media (max-width: 1366px)  {
    p.social img {
        padding: 0.2rem ;
        border-radius: 1rem;
    }
   
    p.comment-form-cookies-consent label {
        width: 16rem;
    }
    .news-img.big-img {
    height: 12rem !important;
}

}

@media (max-width: 1280px)  {
ul#menu-main-menu li a {
     padding: 0.5rem;
    }
    .news-img.big-img {
    height: 12rem !important;
}
    ul.dropdown-menu.depth_0 {
    width: 220px;
    border-radius: 0;
    border: 0;
    padding: 0;
}
#menu-main-menu .dropdown-menu li a {
    text-align: right !important;
    white-space: normal;
    font-size: 0.85rem;
    padding: 0.4rem;
}
.main-menu .dropdown-submenu > .dropdown-toggle::after {
    float: left;
    margin-top: 10px;
    transform: rotate(90deg);
}
.main-menu .dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    min-width: 221px;
    z-index: 99999;
}
 }

 @media (min-width: 1024px)  {
.desc-desc ul li, .col-text ul li {
    font-size: 0.95rem;
    text-align: justify;
    color: var(--main-color-5);
}
}
@media (max-width: 1024px)  {
    ul.dropdown-menu.depth_0 {
    width: 175px;
    border-radius: 0;
    border: 0;
    padding: 0;
}
#menu-main-menu .dropdown-menu li a {
    text-align: right !important;
    white-space: normal;
    font-size: 0.7rem;
    padding: 0.4rem;
}
.main-menu .dropdown-submenu > .dropdown-toggle::after {
    float: left;
    margin-top: 10px;
    transform: rotate(90deg);
}
.main-menu .dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    min-width: 198px;
    z-index: 99999;
}
p.social img {
    padding: 0.2rem !important;
    border-radius: 1rem;
    width: auto !important;
}
.topicon span {
    font-size: 0.7rem !important;
}

 footer.bg-footer .col2 {
    padding: 0 1rem  0 0!important;
}
    h3.article-title {
        font-size: 1rem !important;
    }
    textarea#comment {
        width: 30rem;
        height: 9rem;
    }
ul#menu-main-menu li a {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}
.asl_w_container {
      min-width: 160px;
}
.header-cart-count {
    left: 0.7rem;
}
 
div#header .suppp {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
a.link-account {
    font-size: 0.7rem !important;
    padding: 0.2rem;
}
 section.section-breadcrumb {
    height: 13rem!important;
    background-size: 100%!important;
}
.container.position-relative {
    position: relative;
    top: 4rem;
}
}
@media (min-width: 768px) {
    .mobile-visible {
        display: none !important;
    }
   
}
@media (min-width: 768px) and (max-width: 920px) {
 
img.custom-logo {
    width: 43%;
    height: auto;
    top: 0;
    }
.contact {
    width: 100%;
    margin-right: 0;
}
.row-info {
    display: flex!important;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
} 
li.langfa {
    margin-right: -7px;
}
.topicon {
    display: flex;
}
.d-flexmain-menu {
    display: flex;
    justify-content: flex-end;
}
.mySwiper-1 .title-slide {
    font-size: 1.2rem;
}
.main-content {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}
}
@media (max-width: 768px) {
     .contact {
    width: 100%;
    margin-right: 0;
}
img.custom-logo {
    width: auto;
    height: 90px;
}
.topicon {
    display: flex;
}
nav.navbar.main-menu {
    text-align: left;
}
nav.navbar.main-menu a.navbar-toggler {
    padding: 0 !important;
}
.mySwiper-1 .title-slide {
    font-size: 1.1rem;
}
.mySwiper-1 .swiper-pagination {
    text-align: left;
    left: 0.5rem !important;
    bottom: 3rem !important;
}
.row.archivep {
    display: flex;
    flex-direction: column-reverse;
}
.row-info {
    display: flex!important;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}
    .desktop-only {
        display: none !important;
    }
.mySwiper-1 .swiper-slide {
     margin-bottom: 3rem;
}
.main-content {
    padding-left: 0.7rem  !important;
    padding-right: 0.7rem  !important;
}
.banner-content[data-bg] {
    background-image: url('/wp-content/uploads/2025/11/banner.png');
    height: 220px;
}
section#banner .content-row {
    top: 3rem;
    position: relative;
    right: 1rem;
}
footer.bg-footer {
    
    padding-top: 0rem;
    height: auto;
}
section#banner h2.title-box {
    font-size: 1rem !important;
}
h1.title-slide {
        font-size: 1.2rem !important;
        text-align: center;
    }
section {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
    .tabin-content h4 {
        font-size: 0.8rem !important;
    }
    textarea#comment {
        width: 38rem;
    }
    p.comment-form-cookies-consent label {
        width: 16rem;
    }
 section.section-breadcrumb {
    height: 10rem !important;
    background-position: top!important;
}
.container.position-relative {
    position: relative;
    top: 2rem;
}
      div#header .container-fluide {
    width: 90%;
    margin: 0 auto;
}
.offcanvas-body li.menu-item {
    border-bottom: 0.1rem #e2e2e2 dashed;
}
.row.top-header {
    padding-top: 1rem;
}
span.navbar-toggler-icon {
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #b5222e !important;
}
}

@media (max-width: 740px) {
.container, .container-sm {
    max-width: 710px!important;
}
.d-flexmain-menu {
    display: flex;
}}
@media (max-width: 600px) {
 div#offcanvasNavbar {
    z-index: 999999999;
}
.mySwiper-1 .content-slider {
    background: var(--main-color);
    padding: 1rem !important;
}
ul.dropdown-menu.depth_0 {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: #f7f7f7;
}
.d-flexmain-menu {
    display: flex;
    flex-direction: column-reverse;
}
 .h1, h1 {
    font-size: 1.3rem !important;
}
/* p, a {
    font-size: 0.8rem !important;
} */
.mySwiper-1 .title-slide {
    font-size: 0.9rem;
}
.img-sliderimg img {
    width: 100%;
    height: auto;
}
div#top-menu {
    padding-left: 0;
}
.row-header {
    padding:0.3rem 0;
}
.topicon {
    display: none !important;
}
.suppp {
    display: flex;
    justify-content: center;
}
.col-about h1, h1.title-desc  {
    color: var(--main-color);
    font-size: var(--size-1-5) !important;
}
 section#context h2 {
   color:var(--main-color) ;
    font-size: var(--size-1-4) !important;
}
.desc-rightext ul li, .desc-desc ul li, .col-text ul li {
    font-size: 0.85rem;
    text-align: right;
}
p {
    font-size: var(--size-0-9);
}
.colreverse {
    display: flex;
    flex-direction: column-reverse;
}
.mySwiper-1 .swiper-pagination {
    text-align: left;
    left: 0rem !important;
    bottom: 1rem !important;
    position: absolute;
}
.mySwiper-1 .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #ffffff;
}
.single-products .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #b5222e;
}
.main-content {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}
 .top-header  {
    display: flex;
    flex-direction: row-reverse;
}
.col-mySwiper-3 {
    padding: 0 1rem 0 0 !important;
}
span.price {
    text-align: center !important;
} 
.col1 {
    border-left: 0rem solid #bbb;
    padding: 0 0 1rem 0 !important;
    border-bottom: 0.1rem solid #bbb;
}
footer.bg-footer .col2 {
    padding: 2rem 0rem  0 0!important;
}
section#banner .content-row {
    top: 2rem;
    position: relative;
    right: 1rem;
}
.col-mySwiper-3 .swiper-button-next {
    top: 21rem!important;
    right: auto !important;
    left: 9rem !important;
}
.col-mySwiper-3 .swiper-button-prev {
    top: 21rem!important;
    left: auto !important;
    right: 9rem !important;
}
.colmySwiper-4  .swiper-button-next {
    top: 10rem!important;
    right: auto !important;
    left: 10rem !important;
}
section#logo {
    padding-bottom: 6rem !important;
}
.colmySwiper-4  .swiper-button-prev {
    top:10rem!important;
    left: auto !important;
    right: 9rem !important;
}
section#banner h2.title-box {
    font-size: 2rem !important;
}
.banner-content[data-bg] {
    background-image: url('/wp-content/uploads/2025/11/bg-m.png');
    height: 456px;
    width: 93%;
    margin: 0 auto;
}
footer.bg-footer {
    background: unset;
    padding-top: 0rem;
    height: 100%;
    position: relative;
    
}
.mySwiper-1 .swiper-slide {
    height: 100% !important;
    margin-bottom:1rem;
}
section#icon .disc-top {
    font-size: 0.8rem;
}
.copyright.text-center, .copyright.text-center > a {
    font-size: 0.7rem !important;
}
ul#menu-mobail-menu li a {
    font-size: 0.95rem !important;
}
.copyright.text-center >p {
    text-align: center !important;
    font-size: 0.8rem;
}
}

@media (width: 480px) {
.col-mySwiper-3 .swiper-button-next {
    top: 17rem!important;
    right: auto !important;
    left: 9rem !important;
}
.col-mySwiper-3 .swiper-button-prev {
    top: 17rem!important;
    left: auto !important;
    right: 9rem !important;
}

}

@media (max-width: 440px) {
nav.navbar.main-menu {
    text-align: right;
}
.row-team {
      font-size: 0.6rem;
}
/* nav.navbar.main-menu .navbar-toggler:after {
    content: '';
    width: 0.15rem;
    height: 1.2rem;
    display: inline-block !important;
    position: relative;
    background: #eee;
    top: 0.4rem;
    left: -0.2rem;
} */
nav.navbar.main-menu, nav.navbar.top-menum {
    width: 2rem;
    padding: 0 !important;
}
 div#header .container-fluide {
    width: 92%;
    margin: 0 auto;
}
.col-contact {
    padding-left: 1rem !important;
}
.row.sec-3box {
    min-height: 11rem !important;
    padding: 2rem 1rem 1rem;
    display: flex;
    align-items: center;
}
textarea#order_comments {
    width: 100%;
}
footer .textwidget img.wp-image-15 {
    width: 100%!important;
}
.sec-icon img {
    background: transparent;
    padding: 0.5rem;
    border-radius: 1rem;
}
form#commentform input {
    width: 100%;
}
p.comment-form-comment {
    margin: 0 !important;
    width: 100%;
}
ul#menu-main-menu-1 li {
    padding: 0.3rem 0;
}
form#commentform input#submit {
    padding: 1rem  3rem!important;
}
div#tab-description, div#tab-additional_information, div#tab-reviews {
    background: #f7f6f2;
    padding: 1rem;
    border-radius: 2rem;
}
.content-slide .link-banner {
    margin: 0 auto !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 
span.innericon {
    position: relative;
    bottom: 0.3rem;
}
.gallery {
    overflow: hidden;
    height: 28vh;
    display: flex;
    position: relative;
}
img.custom-logo {
    width: auto !important;
    height: 150px;
    position: relative;
    top: 0rem;
}
.box-left {
    display: flex;
    justify-content: flex-end;
}
    span.viwe {
    font-size: 0.7rem;
}
section#slideshow .link-banner img {
    width: 21%;
}
.gallery .imgWrap .caption {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 4rem;
    background: linear-gradient(  to right,  rgba(255, 255, 255, 0.24) 0%,  #ba7b57 100%);
    border-radius: 0 0.5rem 0.5rem  0;
    text-align: center;
    padding: 0;
}
.sidebar-filter form li.sf-field-search input {
    width: 21rem;
}
.gallery .imgWrap .caption h3 {
    font-size: clamp(0.7rem, 1.2vw, 1rem) !important;
     }
    h2 {
        font-size: 1.4rem !important;
    }
   .desc-slide {
    font-size: 1rem;
    text-align: center;
}
        h1.title-slide {
        font-size: 1.5rem !important;
        text-align: right;
    }
    section.section-breadcrumb {
    height: 5rem!important;
    background-size: 100%!important;
}
   h1.title-subheader {
    font-size: 0.8rem !important;
    padding: 0 1rem;
}
.container.position-relative {
    position: relative;
    top: 3rem;
}
    p#breadcrumbs span {
        font-size: 0.7rem;
    }
 button.accordion-button {
    text-align: right;
    font-size: 0.7rem !important;
}  
section {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
     h3#comments  {
        font-size: 1rem;
        text-align: right;
        font-weight: 600;
    }
    h3#comments, .navigation, ol.commentlist {
       line-height: 2;
        }
    textarea#comment {
        width: 100%!important;
    }
    p.form-submit {
        display: flex;
        float: none;
        margin-top: 3rem;
    }
    .sec-icon h2 {
    font-size: 0.9rem !important;
}
 img.link-account {
    width: 2rem;
}
img.link-icon {
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    margin: 0 !important;
}
.row.top-header {
    padding-top: 0;
}
}

@media (max-width: 375px) {
.sidebar-filter form li.sf-field-search input {
    width: 19rem;
}
 div#timer .text-center {
    width: 4rem;
    border: 0.1rem solid rgb(238, 238, 238);
    border-radius: 100%;
    background: rgba(238, 238, 238, 0.69);
    color: rgb(255, 27, 86);
    height: 3.9rem;
}
.col-mySwiper-3 .swiper-button-next {
    top:18rem!important;
    right: auto !important;
    left: 8rem !important;
}
.col-mySwiper-3 .swiper-button-prev {
    top: 18rem!important;
    left: auto !important;
    right: 6rem !important;
}
.colmySwiper-4  .swiper-button-next {
    top: 10rem!important;
    right: auto !important;
    left: 8rem !important;
}

.colmySwiper-4  .swiper-button-prev {
    top: 10rem!important;
    left: auto !important;
    right: 8rem !important;
}
.suppp {
    padding: 0 !important;
}
section#icon .disc-top {
    font-size: 0.7rem !important;
}
section#icon .sec-icon {
    padding: 0.4rem !important;
}
}

/*******************************/
 
@media (min-width: 992px) {
    .main-menu .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-menu .nav-item.dropdown > .dropdown-menu {
        margin-top: 0;
    }
}


.mobile-current-menu-section {
    display: none !important;
}

 
.mobile-current-menu-section {
    display: none;
}

@media (max-width: 991px) {
    .mobile-current-menu-section {
        display: block !important;
    }
    .mobile-current-menu-section {
        display: block !important;
        padding: 12px 14px;
    }

    .mobile-current-menu-box {
        border: 1px solid #eee;
        overflow: hidden;
        box-shadow: none;
    }

    .mobile-current-menu-title {
        display: block;
        position: relative;
        padding: 0.5rem 0.5rem;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        background: #fff;
         }

    .mobile-current-menu-list,  .mobile-current-submenu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-current-menu-list > li, .mobile-current-submenu-list > li {
        margin: 0;
        padding: 0;
    }

    .mobile-current-menu-list > li > a, .mobile-current-submenu-list > li > a, .mobile-current-menu-title {
    display: block;
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-size: 0.75rem !important;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: all .2s ease;
}
.mobile-current-menu-list > li > a::after, .mobile-current-submenu-list > li > a::after {
    content: "›";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    line-height: 1;
}
    .mobile-current-menu-list > li:last-child > a, .mobile-current-submenu-list > li:last-child > a {
        border-bottom: 0;
    }

    .mobile-current-menu-title:hover,
.mobile-current-menu-title.is-active,
.mobile-current-menu-list > li > a:hover,
.mobile-current-submenu-list > li > a:hover,
.mobile-current-menu-list li.is-active > a,
.mobile-current-submenu-list li.is-active > a {
    background: #b5222e;
    color: #fff;
}
a.mobile-current-menu-title.is-active {
    background: #fff;
    color: #000 !important;
}
    .mobile-current-menu-title:hover::after,  .mobile-current-menu-list > li > a:hover::after,
    .mobile-current-submenu-list > li > a:hover::after, .mobile-current-menu-list li.is-active > a::after      {
        color: #fff;
    }

    .mobile-current-submenu-list > li > a {
        padding-right: 28px;
        font-size: 14px;
        background: #2b2b2b;
    }
    #offcanvasNavbar.mobile-top-offcanvas {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 90vh !important;
        border: 0 !important;
        border-radius: 0 0 22px 22px;
        overflow: hidden;
        transition: transform 0.45s ease-in-out !important;
    }

    #offcanvasNavbar.mobile-top-offcanvas .offcanvas-header {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        flex-shrink: 0;
    }

    #offcanvasNavbar.mobile-top-offcanvas .offcanvas-body {
        max-height: calc(90vh - 90px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 110px;
    }

    #offcanvasNavbar.mobile-top-offcanvas .navbar-nav, #offcanvasNavbar.mobile-top-offcanvas .navbar-nav li {
    width: 100%;
    text-align: center;
}

    #offcanvasNavbar.mobile-top-offcanvas .navbar-nav a {
        display: block;
        width: 100%;
        padding: 12px 16px;
    }

    .offcanvas-backdrop {
        transition: opacity 0.45s ease-in-out !important;
    }
}

.mobile-current-menu-title.no-link {
    cursor: default;
}

.mobile-current-menu-title.no-link::after {
    display: none;
}

.saba-mobile-menu-page-section {
    display: none;
}
 
 