@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url("/catalog/view/theme/keshavarzi1/fonts/bakh/YekanBakhFaNum-Light.woff")
        format("woff"),
}
  
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url("/catalog/view/theme/keshavarzi1/fonts/bakh/YekanBakhFaNum-Regular.woff")
        format("woff");
}
  
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url("/catalog/view/theme/keshavarzi1/fonts/bakh/YekanBakhFaNum-SemiBold.woff")
        format("woff");
}
  
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url("/catalog/view/theme/keshavarzi1/fonts/bakh/YekanBakhFaNum-Bold.woff")
        format("woff");
}

body {
    font-family: "Yekan Bakh FaNum";
    background: white;
}
  
.link-part-one {
    /*background-image: url(/catalog/view/theme/keshavarzi1/image/banner/header.gif);*/
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: center;
    height: 60px;
    width: 100%;
    display: block;
}  
.all-header-page .container-fluid {
    padding:0;
}
.part-two-header {
    display: flex;
    align-items: center;
    padding: 30px 8px 15px;
}

.cart-header {
    /*display: flex;*/
    /*justify-content: flex-end;*/
}
.cart-login-header {
    /*display: flex;*/
    /*justify-content: flex-start;*/
}
.search-header-page #sosearchpro .autosearch-input {
 
    margin-top: 6px;
    width: 87%;
    line-height: 40px;
    height: 40px !important;
    border-radius: 8px;
    background-color: #f3f3f3 !important;
    border: 0;
    padding-right: 40px;
    position: relative;
    color: #000;
    font-size: 15px;
}
.search-header-page .search  {
    margin-bottom: 0;
}
.search-header-page #sosearchpro .input-group {
    display: flex !important;
    justify-content: center;
}

.cart-login-header .c7-u6-l4 {
    line-height: 44px;
    border-radius: 28px;
    background-color: var(--config_color_2);
    color: #fff;
    font-size: 15px;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.part-two-header .col-lg-1,.col-lg-3 {
    padding:0 !important;
}

#myInput::placeholder {
    color: #000;
}
.search-header-page #sosearchpro .input-group-btn {
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}


footer {
    background-color: unset !important;
    border-top:unset !important;
}  

.khabarnam-footer {
    background-color: #f8f8f8;
    background-image: url(/catalog/view/theme/keshavarzi1/image/banner/newsletter.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 55px;
    direction: rtl;
    margin-bottom: 75px;
}
.khabarnam-footer h2{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    font-family: 'Yekan Bakh FaNum' !important;
    color:#000000;
    margin-bottom: .5rem;
}  

.khabarnam-footer p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}  

.input-khabar {
    position: relative;
     top: 38px; 
    margin: 15px auto 0;
    width: 650px;
    height: 65px;
    background-color: #fff;
    border-radius: 38px;
    padding: 0 20px;
    padding-top: 12px;
    display: flex;
    justify-content: center;
}
.input-khabar button {
    width: 140px;
    line-height: 52px;
    background-color: var(--config_color_1);
    color: #b3b3b3;
    border: 0;
    border-radius: 30px;
    padding: 0 20px;
    transition: 0.2s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-khabar button span{
   color: #fff;
    font-size: 16px; 
    
}   
.input-khabar button i{
   color: #fff;
    font-size: 16px; 
    
}   
.input-khabar input {
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(238, 238, 238, .9333333333) !important;
    border: 0;
    color: #b3b3b3;
    line-height: 40px;
    width: 450px;
    box-shadow: none !important;
    border-radius: 40px;
    margin: 0 0 0 10px;
}
#newsletter_input::placeholder {
    color:black;
}

.colum-footer {
    padding:0 !important;
}
.colum-footer p {
    font-size: 16px !important;
    color: gray !important;
    font-weight: 325 !important;
    padding-bottom: 32px !important;
    line-height: normal !important;
    margin:0 !important;
}

.colum-footer li a {
    font-size: 14px;
    color: #101010;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 450;
    transition: 0.2s all;
}

.colum-footer li a:hover {
    text-decoration: none;
    color: var(--config_color_1);
}

.colum-footer li a:after {
    width: 100%;
}
.colum-footer li a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.colum-footer li a:after {
    content: " ";
    display: block;
    height: 1px;
    width: 90%;
    border-bottom: 1px solid var(--config_color_1);
    opacity: 0;
    transition: 0.3s opacity, -webkit-transform 0.35s;
    transition: 0.3s opacity, transform 0.35s;
    transition: 0.3s opacity, transform 0.35s, -webkit-transform 0.35s;
    transform: scale(0, 1);
}



.colum-footer li span {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 325;
    color: #53565A;
}
.coloum-info-footer li a {
    font-weight: 450;
    color: #101010;
    font-size: 16px;
}

.icon-social-media{
    display: flex;
   justify-content: flex-end;
    padding: 0 !important;
    margin: 16px 36px;
}
.icon-social-media li {
    /*padding: 0 0 0 20px;*/
    margin: 0 7px;
} 
.icon-social-media img {
    filter: grayscale(0);
}
.icon-social-media img:hover {
   filter: invert(44%) sepia(97%) saturate(1410%) hue-rotate(122deg) brightness(98%) contrast(101%);
}
.all-footer-pages .container-fluid {
    padding: 0 85px;
}
.logo-footer {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 10px;
}
.coloum-info-footer li span {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 325;
    color: #53565A;
}
.coloum-info-footer p {
    font-size: 16px !important;
    color: gray !important;
    font-weight: 325 !important;
    padding-bottom: 32px !important;
    line-height: normal !important;
    margin: 0 !important;
}
.coloum-info-footer .time-week {
    display: block;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 325;
    color: #53565A;
    margin-top: 13px;
}
.coloum-info-footer .info-footer {
    padding-bottom: 17px !important;
}
.coloum-info-footer {
    padding:0;
}

.bor-container {
    border-top: 1px solid #f3f3f3;
    padding-top: 15px !important;
}
.btn-more-footer {
background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--config_color_1);
    cursor: pointer;
    outline: 0;
    margin-top: 13px;
}
.btn-more-footer i {
    padding: 0 6px;
}
#more {
    display: none;
}
.footer-title-three {
    margin-top: 30px;
    padding-bottom: 0 !important;
    font-size: 16px !important;
    color: gray !important;
    font-weight: 325 !important;
    line-height: normal !important;
}
.part-three-footer h2 {
    font-size: 2.5rem;
    color:black;
}
.text-desc-footer p {
    line-height: 32px;
    font-weight: 325;
    font-size: 14px;
    margin-bottom: 0;
    color: #80858C !important;
}

.neshan-footer {
    display: flex;
    justify-content: center;
}
.neshan-footer li{
   padding: 0 15px; 
} 
.copyright-footer {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.105);
    padding: 20px 0;
}
.copyright-footer a {
    color: #000 !important;
    font-size: 15px;
}
.pd-rl-60 {
    padding: 0 60px;
}

.pd-rl-80 {
    padding: 0 80px;
}

.cat-image-theme a {
   display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px; 
     transition: 0.72s;
}    

.cat-image-theme img {
    transition: 0.72s;
    max-width: 100%;
    border-radius: 8px;
}

.cat-image-theme a .cat-over {
    background: rgba(0, 0, 0, .1);
    height: 100%;
    border-radius: 8px;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.2s all;
}
.cat-image-theme .cat-over:hover {
    opacity: 1;
} 
.cat-image-theme a:hover {
   transform: scale(1.03);
} 
.mySwiper-banner-mainpage {
    overflow:hidden;
}
.banner-design {
    padding: 60px 40px;
    background-color: #f9f9f9;
    direction: rtl;
    text-align: center;
   margin: 75px 0;
}

.banner-design img {
    border-radius: 10px;
    background-color: #fff;
    display:block;
}

.banner-design h2 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    color: black;
    margin-top: 0;
    font-family: 'Yekan Bakh FaNum' !important;
}
.see-all {
    text-align: center;
    line-height: 48px;
    border: 1px solid #bdc4d3;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: auto;
    margin-top: 30px;
    color: var(--config_color_2);
    text-decoration: none;
    transition: all 0.1s;
    position: relative;
    width: 270px;
}    

.see-all:hover {
    text-decoration: none;
    border: 1px solid var(--config_color_2);
    color: var(--config_color_2);
}
.feature-box {
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    background-size: 85%;
    text-align: center;
    position: relative;
    height: 200px;
}
.feature-box-img {
    height: 100px;
    width: 100%;
    position: absolute;
    top: -70px;
    z-index: 2;
}

.feature-box-img img {
    width: 100px;
}
.feature-box h3 {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    margin-bottom: 15px;
    max-width: 80%;
    font-size: 20px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
}
.feature-box h3 a {
    color: #666;
    text-align: center;
    font-family: 'Yekan Bakh FaNum' !important;
}
.feature-box p {
    position: relative;
    z-index: 2;
    font-size: 13px;
    max-width: 240px;
    margin: auto;
}
.feature-box p a {
    color: #666;
    font-weight: 500;
}
.feature-box::after {
    content: " ";
    width: 100%;
    height: calc(100% + 70px);
    background-color: #fff;
    opacity: .95;
    transition: 0.3s all;
    position: absolute;
    top: -70px;
    display: block;
    z-index: 1;
}

.feature-box:hover::after {
    opacity: .84;
}
.ghavanin-theme {
    margin-top: 90px;
    margin-bottom: 75px;
}

.blog-section-home-title h2 {
    font-size: 26px;
    font-weight: 500;
    color: black;
    text-align: center;
    font-family: 'Yekan Bakh FaNum' !important;
}

.blog-title-black a{
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: 500;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.2s all;
    font-size: 15px;
    margin: 30px 0;
    height: 30px;
    overflow-y: hidden;
    line-height: 30px;
    padding: 0 35px;
}

.blog-section-home {
    margin: 75px 0;
    overflow: hidden;
}
.same-swiper-blog-controls .swiper-button-next {
    position: unset !important;
    background: Transparent !important;
    margin: 0 !important;
    color: #139E55;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    font-size: 40px;
    opacity: 1 !important;
}

.same-swiper-blog-controls .swiper-button-prev {
    position: unset !important;
    background: Transparent !important;
    margin: 0 !important;
    color: #139E55;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    font-size: 40px;
    opacity: 1 !important;
}

.cat-image-theme {
    display: flex;
    justify-content: center;
}

.mySwiper-Same-tablist-theme2 {
    overflow: hidden;
}

.section-same-tablist-heading img {
    width: 306px;
    margin: 30px 0;
}

.product-card-over-img {
    background-color: rgba(111, 115, 119, .07);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.image-tablist-theme a {
    display: block;
    position: relative;
}

/*.all-swip-tablist:hover .img1-tabist{*/
/*    display:none;*/
/*}*/
/*.all-swip-tablist:hover .img2-tabist{*/
/*    display:block;*/
/*}*/

/*.img2-tabist{*/
/*    display:none;*/
/*}*/

.product-brand span{
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.product-brand a{
   line-height: 28px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.product-name-tablist1{
    font-size: 14px;
    text-align: right;
    color: #666;
    width: 60%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-name-tablist1 a{
    
   font-size: 13px;
    text-align: right;
    color: #666; 
}

.product-price-and-offer-name {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*line-height: 28px;*/
}

.product-price-and-offer-name .color-price-tablist1 {
    font-size: 15px;
    font-weight: 500;
    color: var(--config_color_2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.offer-price-main {
    display: flex;
    flex-direction: column;
}

.info-on-image-tablist .quantity {
    background-color: var(--config_color_2);
    color: #fff;
    line-height: 38px;
    font-size: 13px;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    border-radius: 4px;
    margin: 20px auto;
    position: absolute;
    bottom: 0;
}

.info-on-image-tablist {
    position: relative;
    display: flex;
    justify-content: center;
}
.offer-quant {
    font-weight: 700;
    font-size: 13px;
    margin: 0 10px;
}

.section-same-tablist-heading h2 {
    font-size: 26px;
    font-weight: 700;
    text-align:right;
    color: #27ae71;
    margin-top: 80px;
}

.discount-tablist span {
    margin: 7px;
    line-height: 45px !important;
    width: 45px !important;
    height: auto !important;
    border-radius: 50% !important;
    background-color: var(--config_color_3);
    color: #fff;
    padding: 0 6px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: absolute;
}

.discount-tablist-theme2 span {
   position: absolute;
    top: 30px;
    left: 0;
    background-color: var(--config_color_3);
    width: 70px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
}

.li-cat-header img {
    width:20px;
    height:20px;
    margin: 0 6px;
}

.container-megamenu.horizontal ul.megamenu > li > a {
    color: #000;
}    

.li-cat-header {
    list-style: none;
    width: 100%;
    display: flex;
}

.li-cat-header .n9-c8 {
    padding: 0 60px 0 0;
}

.container-megamenu.horizontal ul.megamenu > li.home > a, .container-megamenu.horizontal ul.megamenu > li.active > a, .container-megamenu.horizontal ul.megamenu > li:hover > a {
    background-color: transparent;
    color: #000000;
}

.colfx-header-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px 0;
    /*margin: 0 32px;*/
}

ul.megamenu {
    padding: 0 !important;
    width: MAX-CONTENT;
}

.li-cat-header .n9-c8 {
    display:none;
}   

.li-cat-header .n9-l1-l:hover .n9-c8 {
    display: block;
}

.colfx-header-theme .dropbtn {
  padding: 16px 0;
  border: none;
  background: unset;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.colfx-header-theme .dropdown {
  position: relative;
  display: inline-block;
}

.colfx-header-theme .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 1274px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}

.colfx-header-theme .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  min-width: 160px;
    line-height: 50px;
    padding: 0 18px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: flex-start;
    align-items: center;
}

.dropbtn i {
    margin-left: 15px;
    font-size: 21px;
}

.colfx-header-theme .dropdown:hover .dropdown-content {display: block;}


.colfx-header-theme .container-megamenu.horizontal ul.megamenu > li > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #101010;
    padding: 9px 0;
}
.colfx-header-theme .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 400;
}

.n9-l1-l:hover a{
    color: var(--config_color_2);
    background-color: #f1f2f2;
}

.li-cat-header:hover a {
    fill: var(--config_color_2);
    filter: invert(59%) sepia(59%) saturate(1730%) hue-rotate(109deg) brightness(86%) contrast(101%);
}

.li-cat-header:hover img {
    fill: var(--config_color_2);
    filter: invert(59%) sepia(59%) saturate(1730%) hue-rotate(109deg) brightness(86%) contrast(101%);
}

.border-header-mega{
    border-left: 1px solid #ededed;
    padding: 0 10px;
}

.child-category-theme {
    padding: 0 36px;
    padding: 1.5rem 36px 0.25rem;
    /*margin: 1.5rem 0px;*/
    border-top: 1px solid rgb(237, 237, 237);
    border-bottom: 1px solid rgb(237, 237, 237);
}

.box-category-child p {
    display: flex;
    justify-content: center;
    align-items: start;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgb(16, 16, 16);
    text-align: center;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.listing-product-theme .full-listing {
    width: 100% !important;
    margin: 0 !important;
}
.top-listing-theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-listing-theme .breadcrumb {
    background: unset;
}

.top-listing-theme .breadcrumb li{
    font-family: 'Yekan Bakh FaNum';
}
.top-listing-theme .breadcrumb li a{
    color:black !important;
}

.discount-category-theme .discount-percent {
    position: absolute;
    top: 50px;
    left: 14px;
    background-image: linear-gradient(89deg, rgb(255, 19, 19) 0%, rgb(239, 107, 38) 100%);
    width: 3.5rem;
    height: 2rem;
    color: rgb(255, 255, 255);
    border-radius: 1rem;
    text-align: center;
    font-weight: 450;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.node.view-mode-teaser .discount-percent span {
    background: unset;
    border: unset;
}


.name-product-category {
    text-align: right !important;
        width: 100% !important;
        color: rgb(16, 16, 16) !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.75rem !important;
        height: 3.5rem !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-family: 'Yekan Bakh FaNum' !important;
}

.category-listing-design-img {
    border: 1px solid rgb(243, 243, 243);
        border-radius: 0.5rem;
        overflow: hidden;
}

.top-listing-theme p {
    color: rgb(16, 16, 16);
    font-size: 1rem;
    font-weight: 450;
    text-align: right;
    font-family: 'Yekan Bakh FaNum';
}

.product-action-class {
   display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 1rem;
    top: 3.5rem;
    display:none;
}

.catlisttheme:hover .product-action-class{
    display:block;
}
.product-action-class a {
    display: flex;
    z-index: 99999;
    position: relative;
}

.image-additional-size-category {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    padding: 0.5rem;
    border-top: 1px solid rgb(243, 243, 243);
    border-radius: 0px 0px 0.5rem 0.5rem;
    transition: 1s ease;
    overflow: hidden;
    transform: translateY(100%);
    cursor: default;
    display:none;
}

.catlisttheme:hover .image-additional-size-category{
    display:block;
    transform: translateY(0%);
}

.image-additional-size-category .size-group{
    display: flex !important;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.25rem;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
    overflow-x: auto;
    overflow-y: unset;
    scrollbar-width: none;
    
}   
.size-group ul {
    display: flex;
}

.size-group ul li{
    display: flex;
    padding: 0 10px;
}



.image-additional-size-category .image-group{
    display: flex !important;
    justify-content: start;
    align-items: unset;
    gap: 0.25rem;
    width: 100%;
    overflow-x: auto;
    overflow-y: unset;
    scrollbar-width: none;
    
}   

.image-additional-size-category .image-group a{

    max-width: calc(12%);
    display: flex!important;
    justify-content: center;
    align-items: center;
    
}


.fvmn .content-container .image-additional-size-category .image-group img{
    
   display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(16, 16, 16);
    border-radius: 0.25rem;
    transition: 0.2s ease-in-out;
    position: relative;
    background-color: rgb(255, 255, 255); 
    padding:0 !important;
}    

.mySwiper-home-slider {
    overflow: hidden;
}

.mySwiper-home-slider2 {
    overflow: hidden;
}

.mySwiper-home-slider2 img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.mySwiper-home-slider img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.home-slider-theme {
    margin-top:5px;
}

.row_t4ni {
     margin-top:40px;
}

.so-page-builder .col-lg-8,.col-lg-4 {
    padding:0 !important;
}

.mySwiper-home-slider .swip-button-theme {
    display:none;
}

.mySwiper-home-slider:hover .swip-button-theme {
    display:block;
}
.mySwiper-home-slider .swip-button-theme {
    position: absolute;
    right: 15%;
    bottom: 3%;
}

.mySwiper-home-slider .swiper-button-prev  { 
    transform: unset !important;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px solid #888;
}

.mySwiper-home-slider .swiper-button-next { 
    transform: unset !important;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px solid #888;
}


.mySwiper-home-slider .swiper-button-next:before, .swiper-button-prev:before {
   
    color: #000;
    font-size: 12px;
    font-weight: 700;
}


.mySwiper-home-slider2 .swip-button-theme {
    display:none;
}


.mySwiper-home-slider2:hover .swip-button-theme {
    display:block;
}
.mySwiper-home-slider2 .swip-button-theme {
    position: absolute;
    right: 8%;
    bottom: 3%;
}

.mySwiper-home-slider2 .swiper-button-prev  { 
    transform: unset !important;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px solid #888;
}

.mySwiper-home-slider2 .swiper-button-next { 
    transform: unset !important;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px solid #888;
}


.mySwiper-home-slider2 .swiper-button-next:before, .swiper-button-prev:before {
   
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.home-slider-theme .swiper-pagination {
    position: absolute;
    bottom: 0;
}


.home-slider-theme .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #555;
    padding: 0;
    line-height: unset;
}

.home-slider-theme .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 16px;
    height: 6px;
    border-radius:20px;
}

.n9-l1-l:hover .n9-c8{
    display:block;
}

.name-product-swip-under-pro {
    display: flex;
    justify-content: center;
}

.name-product-swip-under-pro p {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
}    
.breadcrumb-top-page .breadcrumb3 {
    background-color: #fbfbfb;
    border-bottom: 1px solid #EDEDEE;
    padding: 15px 0;
}

.breadcrumb-top-page .breadcrumb__list {
    padding:0 15px !important;
   overflow: hidden;
}

.breadcrumb-top-page .breadcrumb__list a {
   font-size: 14px;
    font-weight: 700;
    margin-right: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: #666;
    transition: 0.2s all;
}

.breadcrumb-top-page .breadcrumb__list img {
   margin-right: 16px;
}

.breadcrumb-top-page .col-md-12 {
    padding:0 !important;
}

.breadcrumb-top-page .breadcrumb__item a:last-child {
    margin: 0 16px 0 0;
    color: var(--config_color_1);
} 

.box-end-row {
    border-radius: 4px;
    border: 1px solid #EDEDEE;
    background-color: #F9FAFB;
    padding: 16px;
    height: fit-content;
}

.discount-product-page span{
    border-radius: 20px;
    background: var(--config_color_3);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 2px 6px;

}

.product-price-page .normal {
    color: #C5C7CD;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /*text-decoration-line: line-through;*/
}
.product-price-page .special {
    color:var(--config_color_1);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    font-size: 22px;
    margin-top: 13px;
}

.butcart-pageproduct {
    width: 100%;
    line-height: 22px;
    border-radius: 4px;
    background-color: var(--config_color_2);
    border: 0;
    color: #fff;
    padding: 13px 0;
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.butcart-pageproduct img{
    width: 19px;
}    

.butcart-pageproduct button{
    font-family: 'Yekan Bakh FaNum';
}    

.brand-wish-compare {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-wish-compare .button-theme-product {
   display: flex;
    align-items: center;
    justify-content: space-around;
}


.button-theme-product .box-compare-cat {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
    z-index: 0;
}

.button-theme-product .box-wish-cat {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
    z-index: 0;
}    

.button-theme-product  a{
    display: flex;
}  

.box-compare-cat .compare-cat i {
    font-size: 20px;
}

.namebrand-page p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
}

.titleprnew h1 {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 0 16px 0;
}

.category-name-page p {
    margin: 0 0 16px 0;
}

.category-name-page .title {
   color: #212529;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    
}  

.category-name-page .item {
   color: #1AC977;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}  

.overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6f7377;
    opacity: .07;
    top: 0;
    right: 0;
    border-radius: 4px;
}


.mySwiper-color .swiper {
      width: 100%;
      height: 100%;
    }

.mySwiper-color    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 6px;
    border-radius: 0;
    border: 1px solid #EDEDEE;
    }

.mySwiper-color    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
.mySwiper-color {
    overflow:hidden;
}    

.mySwiper-color .button-color-swip {
    position: absolute;
    top: 20%;
    left: 13%;
}
.mySwiper-color .button-color-swip .sbn,.sbp {
    background: unset !important;
    border: unset;
    box-shadow: unset;
    transform: unset;
}
.mySwiper-color .button-color-swip .swiper-button-prev {
     transform: unset !important; 
}


.mySwiper-color .button-color-swip .swiper-button-next:before, .swiper-button-prev:before {
    font-size: 17px;
    font-weight: normal;
    color: black;
}
.mySwiper-color  .swiper-button-prev, .swiper-button-next {
    /*width:100px;*/
    /*height:100px;*/
}    

.mySwiper-color .swiper-pagination{
   position: absolute;
    top: 26%;
    left: 7%;
}
.mySwiper-color .swiper-pagination-bullet {
  margin:0 1px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--config_color_1);
}

.btn-size-product {
    width: 158px;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #d6d5d5;
    background-color: #fff;
   color: var(--config_color_1);
    transition: 0.2s all;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    flex-shrink: 0;
    height: 50px;
    border: 1px solid var(--config_color_1);
}

.btn-size-product img{
margin-left: 8px;
}

.modal-product {
    margin-top:20px;
}

.btn-size-product:hover {
    color: var(--config_color_1);
}

.modal-product .modal-header {
    border-bottom: unset !important;

}

.modal-product ul li {
    list-style: disc;
    color: black;
    font-size: 16px;
}

.modal-product .close {
   left: 0;
    text-align: end;
    font-weight: 100;
    margin: 0px 15px;
}    
@media (min-width: 768px) {
 .modal-product   .modal-dialog {
        width: 1045px;
        margin: 30px auto;
    }
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem !important;
    vertical-align: top !important;
    color: black;
    font-size: 17px;
}

.coin-theme {
    border-radius: 4px;
    border: 1px solid #EDEDEE;
    background-color: #F9FAFB;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 25px 0;
}

.coin-theme .text-row1{
    
  display: flex;
    justify-content: flex-start;  
} 

.coin-theme .text-row1 .gold-coin{
    
    color: #F9AF23;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    margin:0 5px;
}    

.coin-theme .text-row1 img{
 margin-left: 10px;   
}  


.coin-theme .text-row2{
    
  display: flex;
    justify-content: flex-start;  
}    

.coin-theme .text-row2 img{
 margin-left: 10px; 
 margin-right: 2px;
} 

.coin-theme p{
    margin: 0;
   color: black;
    font-size: 13px;
} 


.service-product {
    margin: 30px auto 12px auto;
}

.service-product .container {
    border-bottom: 1px solid #EDEDEE;
    padding: 0 0 15px 0;
}
.service-product .col-lg-3 {
   display: flex;
    justify-content: center;
}

.content-service {
    display: flex;
    align-items: center;
}

.content-service:hover img {
   transform: scale(1.03, 1.03);
}

.content-service img{
    transition: 0.2s all;
} 

.content-service span{
   margin: 0 13px;
    color: #909195;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.description-page-pro ul li {
    list-style: disc;
    color: black;
}

.mdtopdsc div.active {
    border-bottom: 2px solid var(--config_color_1) !important;
}

.mdtopdsc div.active .innertab {
   border: unset !important;
    color: #000003 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    font-family: 'Yekan Bakh FaNum' !important;
}    

.desktopdsc .dscntpr {
       background-color: unset !important;
    box-shadow: unset !important;
    margin-top: 45px !important;
}
.mdtopdsc .innertab {
    font-size: 17px;
    font-family: 'Yekan Bakh FaNum' !important;
}

.mgbname {
    font-family: 'Yekan Bakh FaNum' !important;
}

.pcvfrel {
     font-family: 'Yekan Bakh FaNum' !important;
}

.contact-page-tile h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    color: #14b367;
    margin-bottom: 64px;
}

.adress-contact {
    display: flex;
    align-items: center;
}

.image-contact {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #14b367;
    border-radius: 50%;
}

.image-contact img{
    
    margin:22px;
    
}    

.adress-contact {
    display: flex;
    margin:10px 0;
    color: #000;
    font-size: 15px;

}

.adress-contact p {
    margin: 15px;
}

.adress-contact a {
   color: #000;
    font-size: 15px;
}

.adress-contact a:hover{
   color:var(--config_color_1) !important;

}

.service-contact {
   margin: 60px 0;
}

.map-contact iframe {
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}


.main-content-about {
    box-shadow: 0px 4px 15px rgba(197, 199, 205, 0.25);
    border-radius: 16px;
    margin: 40px 0;
}

.main-content-about div {
    color:black;
}

.page-about-theme {
    padding:0 !important;
}

.img-content-about {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--config_color_1) !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    gap: 8px;
    padding: 8px;
    border: 1px solid #f2f2f3;
    border-radius: 4px;
}

.img-content-about img {
    width:40px;
}

.text-content-about p {
    color: #494c52;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
}

.content-about {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 16px;
    box-shadow: 0px 4px 15px rgba(197, 199, 205, 0.25);
    border-radius: 16px;
    margin:20px 10px;
    min-height: 268px;
}


.mySwiper-blog .swiper {
      width: 100%;
      height: 100%;
    }

.mySwiper-blog    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
.mySwiper-blog     .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    right: 0;
    top: 44px;
    width: 1189px;
    height: 10px;
}    

.mySwiper-blog {
    overflow:hidden;
}

.swiper-slide .img-swip-progress .lazy:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
   background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
    opacity: 1;
    transition: background 0.3s;
    z-index: 1; 
}    

.mobile-home-slider-theme {
    display:none;
}

.category-module-main-page {
    margin: 80px 0 0 0;
}

.mySwiper-blog-home {
    overflow: hidden;
}



/*mobile*/
/*mobile*/
/*mobile*/
@media only screen and (max-width:575px) {
.header-mobile-theme .container-fluid {
    padding:0 !important;
}
.home-slider-theme {
    display:none;
}
.mobile-home-slider-theme {
    display:block;
}
.pd-rl-80 {
    padding: 0;
}

.pd-rl-60 {
     padding: 0; 
}

.mySwiper-home-slider3 {
     overflow:hidden;
     text-align: center;
}
.so-page-builder .col-style  {
    padding: 0;
}

.mobile-home-slider-theme .container-fluid {
     padding: 0;
}

.mobile-home-slider-theme .col-xl-12 {
     padding: 0;
}
.part-two-header-mobile .col-xs-12{
    padding:0;
}
.searchblock-hidden.show {
    transform: none;
    opacity: 1;
    visibility: visible;
}
.searchblock-hidden {
    position: Absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateY(-100%);
    transition: all .5s ease;
    visibility: hidden;
    background: #FFF;
    opacity: 0;
    /*display: Flex !important;*/
    align-items: Center;
    justify-content: Center;
   
}
.side-area-close {
    width: 20px;
    height: 20px;
    stroke: #01818c;
    fill: #01818c;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 26px;
    transform: TranslateY(-50%);
}
.searchblock-hidden .search {
    width: 100%;
    display: flex !important;
    justify-content:center;
    margin: 0 25px;
}
.all-part-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 7px;
}

.compare-wish-header-mob {
    margin-top: 15px;
}
.compare-wish-header-mob svg{
    margin: 0 4px;
}  
.ghavanin-theme .col-md-3 {
    margin-bottom: 60px;
}
.all-footer-pages .container-fluid {
     padding: 0; 
}
.colum-footer p {
padding-bottom: 13px !important;    
    
}
.colum-footer {
    max-height: 216px;
}
.logo-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}  
.icon-social-media {
    display: flex;
    justify-content: center;
}    
.part-three-footer h2 {
    font-size: 29px;
}  
.copyright-footer {
    padding: 20px 0 !important;
} 
.copyright-footer a {
    font-size: 13px;
}

.input-khabar {
    width: 100%;
}
.content-service {

    min-height: 70px;
    text-align: center;
}
.desktopboxbasket {
    width: 80%;
}
.desktopcompare {
    
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}    

.sidebar-header-mobile-theme {
    width: 100%;
    display: flex;
    align-items: center;
}
.content-container-category-theme .price2{
    display: flex;
}
}







/*menu*/
/*menu*/
/*menu*/


.store-level1-uls {
    padding: 0 !important;
    margin: 0;
    display: Flex;
    align-items: Center;
    justify-content: flex-start;
}
.desktop-header-show-megamenu-list-item {
    display: block;
}

.store-level1-uls .uls-list-items-stylish {
    margin-left: 30px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    color: #101010;
}
.store-level1-uls .uls-list-items-stylish svg {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.store-level1-uls .uls-list-items-stylish svg path {
    fill: var(--config_color_1);
}
.store-level1-uls .uls-list-items-stylish .fa-secondary {
    opacity: .4;
}
.store-list-item-has-child .hover-reveal-under-megamenu {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    transform-origin: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 22222;
    background: #FFF;
    height: calc(100vh - 181px);
    overflow-y: auto !important;
    padding: 0 64px;
    width: 100%;
    border-top: 1px solid var(--config_color_2);
    overflow: hidden;
}
.hover-reveal-ul-level-1-seperate-numbers1 {
    padding: 1.5rem 0 0 0 !important;
    width: 20%;
    height: 100%;
    border-left: 1px solid var(--config_color_2);
    position: relative;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 {
    margin-bottom: 20px;
    /* position: relative; */
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 {
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: flex-start;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 {
    font-size: 14px;
    font-weight: 400;
    transition: all .25s;
    color: black;
}
.hover-reveal-under-megamenu a {
    transition: all .25s;
}
.store-level1-uls .uls-list-items-stylish i {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--config_color_2);
    font-size: 20px;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 .fa-angle-double-down {
    font-size: 20px;
    transition: all .25s;
    margin-left: 15px;
    display: block;
    margin-right: auto;
}
.store-level1-uls .uls-list-items-stylish i {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--config_color_2);
    font-size: 20px;
}
.store-list-item-has-child:hover .hover-reveal-under-megamenu {
    opacity: 1;
    visibility: visible;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1:hover .fa-angle-double-down {
    transform: rotate(90deg);
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 .fa-angle-double-down {
    font-size: 20px;
    transition: all .25s;
    margin-left: 15px;
    display: block;
    margin-right: auto;
}
.level2-of-opened-cat-childs-store {
    position: Absolute;
    top: 0;
    left: auto;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    /* width: 80vw; */
    width: calc(80vw - 5px);
    padding: 1.5rem .75rem;
    height: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transition: all .2s;
    transform-origin: 0 0;
    /* flex-direction: Column; */
    /* flex-wrap: wrap; */
    /* display: Flex; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    overflow: hidden;
    overflow-y: scroll !important;
}

.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1:hover .level2-of-opened-cat-childs-store {
    opacity: 1;
    visibility: visible;
}

.level2-of-opened-cat-childs-store .col-lg-3 {
    text-align: right;
    margin-bottom: 1.5rem;
    position: relative;
    margin-right: 15px;
}
.second-row-desktop-header-128 .col-lg-3 {
    text-align: center;
}
.level2-of-opened-cat-childs-store .col-lg-3 .title-child-category-128-FLVME {
    color: #000;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    font-weight: bold;
}
.hover-reveal-under-megamenu a {
    transition: all .25s;
}

.level2-of-opened-cat-childs-store .col-lg-3 .title-child-category-128-FLVME div {
    line-height: 1;
    background: var(--config_color_2);
    border-radius: 5px;
    width: 5px;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
}
.level2-of-opened-cat-childs-store .col-lg-3 ul {
    padding: 0 !important;
    text-align: right;
    margin: 0 !important;
}
.level2-of-opened-cat-childs-store .col-lg-3 ul li {
    margin-bottom: 5px;
}
.level2-of-opened-cat-childs-store .col-lg-3 ul li a {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    transition: all .25s;
}

.hover-reveal-under-megamenu a:hover {
    color: var(--config_color_2) !important;
}

.list-items-ul-level1 img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 6px;
   
}

.uls-list-items-stylish:hover img {
    filter: invert(59%) sepia(59%) saturate(1730%) hue-rotate(109deg) brightness(86%) contrast(101%);
    fill: var(--config_color_2);
}

.whole-catgory-keeper-store-css-mobile {
    display: none;
}
/**/
/**/



.category-listing-design-img {
    margin-bottom:0 !important;
}

 .mySwiper2 .swiper {
      width: 100%;
      height: 100%;
    }

    .mySwiper2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mySwiper2 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    
    .mySwiper2 .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .mySwiper2 .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    /*.mySwiper-thumb {*/
    /*  height: 20%;*/
    /*  box-sizing: border-box;*/
    /*  padding: 10px 0;*/
    /*}*/

    /*.mySwiper-thumb .swiper-slide {*/
    /*  width: 25%;*/
    /*  height: 100%;*/
    /*  opacity: 0.4;*/
    /*}*/

    .mySwiper-thumb .swiper-slide-thumb-active {
      opacity: 1;
    }

    .mySwiper-thumb .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: var(--config_color_1) !important;
    border-color: var(--config_color_1) !important;
}    


.image-additional-product {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 0.5rem;*/
    /*background: rgb(255, 255, 255);*/
    /*padding: 0.5rem;*/
    /*border-top: 1px solid rgb(243, 243, 243);*/
    /*border-radius: 0px 0px 0.5rem 0.5rem;*/
    /*transition: 1s ease;*/
    /*overflow: hidden;*/
    /*cursor: default;*/
}

.image-additional-product .image-group{
    /*display: flex !important;*/
    /*justify-content: start;*/
    /*align-items: unset;*/
    /*gap: 0.25rem;*/
    /*width: 100%;*/

    
}   

.image-additional-product .image-group a{

    /*max-width: calc(100%);*/
    /*display: flex!important;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    
}

.alert-check-out {
    background-color: var(--config_color_1) !important;
}

.text-danger-check-out {
    background-color: var(--config_color_1) !important; 
}

.btndelcart:hover {
    color: black !important;
}

.brand-list .index-row a {
    background-color: var(--config_color_1);
}  

ul.breadcrumb li:last-child a {
    color: var(--config_color_1);
}
ul.breadcrumb li:hover a {
    color: var(--config_color_1);
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -14px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brand-list .taxonomy-terms .taxonomy-term:hover {
    background-color: #f6f6f6;
    color: var(--config_color_1);
}

.btn-info {
    background-color: var(--config_color_1);
    color: #fff;
    border-color: var(--config_color_1);
}

.search-header-page .dropdown-menu {
    width: 87%;
    border-radius: 0 0 10px 10px !important;
}
.searchblock-hidden .sosearchpro-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.searchblock-hidden .cdfi {
    background-color:white;
}

.searchblock-hidden .dropmenuhead span {
    font-size: 12px;
}


/*menu*/


.overlay {
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  right: 0;
  top: 0;
  background-color:white;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
  width: 100%; 
  text-align: center; 
}

.overlay a {
  padding: 0px 5px;
  text-decoration: none;
  font-size: 36px;
  color:black;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1 !important;
}

.overlay .closebtn {
  font-size: 30px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.nav-sidebar-header svg{
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.nav-sidebar-header svg > * {
    stroke: black;
    
}

.menu-mobile-theme {
  display: flex;
    align-items: center;
    justify-content: space-between;  
}

@media screen and (max-width: 575px) {
.mob-category-menu {
   display:none; 
}

.modal-product ul li {
    font-size: 14px;
}

.table td, .table th {
    font-size: 14px;
}
}

.overlay .container-megamenu.horizontal ul.megamenu > li {
margin-left:0 !important;
}    
.overlay .text-logo-menu-mobile p{
    margin: 15px 5px;
    font-weight: 700;
    color: black;
}
.nav-sidebar-header {
    display: flex;
}

/*bottom fix bar*/
@media screen and (max-width: 991px) {
    .category-and-list-bottom-fix-mobile {
        display: flex;
    }
    .fix-category-lists-store-128.show {
        display: flex;
    }
    .fix-category-lists-store-128 {
        display:none;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        /* top: 57px; */
        top: 0;
        bottom: 65px;
        width: 100%;
        right: 0;
        background: #FFF;
        /* overflow-y: scroll; */
        z-index: 9998;
        display: none;
    }
    .whole-catgory-keeper-store-128-mobile {
        display: flex;
    }
    .whole-catgory-keeper-store-128-mobile {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .right-cat-image-and-name-clickable {
        width: 110px;
    }
    .right-cat-image-and-name-clickable ul {
        margin: 0;
        padding: 0;
    }
        .right-cat-image-and-name-clickable ul li {
        background: var(--config_color_1);
        color: #000;
        text-align: center;
        padding: 10px;
        border-left: 1px solid var(--config_color_1);
        border-bottom: 1px solid var(--config_color_1);
    }
        .right-cat-image-and-name-clickable ul li img {
        width: 30px;
        border: 1px solid #FFF;
        height: 30px;
        border-radius: 50%;
    }
        .open-content-left-menu {
        position: absolute;
        display: none;
        left: 0;
        right: auto;
        top: 0;
        width: calc(100% - 110px);
        background: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 10px;
    }
        .right-cat-image-and-name-clickable ul li.active .open-content-left-menu {
        display: block;
    }
        .first-link-opencat {
        text-align: right;
        display: block;
        margin: 0 0 10px 0;
        display: flex;
        font-weight: Bold;
        color: #000;
        font-size: 13px;
        line-height: Normal;
        align-items: flex-end;
    }
}
.category-and-list-bottom-fix-mobile {
    position: fixed;
    /* position: fixed; */
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*display: none;*/
     display: flex; 
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 10px;
    border-top: 1px solid var(--config_color_1);
    z-index: 9999999;
}
.cat-mobile-items {
    text-align: center;
    flex: 1 1 0%;
}
.cat-mobile-items a {
    display: flex;
    align-items: center;
    justify-content: Center;
    flex-direction: Column;
}
.cat-mobile-items p {
    font-size: .9rem;
    line-height: 1.2;
    overflow: hidden;
    white-space: Nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    color: black;
    margin: 5px 0 0 0;
}
.cat-mobile-items svg{
    fill:var(--config_color_1);
}
.img-title-category {
    display: flex;
    align-items: center;
}

.first-link-opencat i {
    margin-bottom: 3px;
    margin-right: 5px;
}

/**/
/**/

.wall-post-form .form-actions .form-submit {
   
    background-color: var(--config_color_1);
    color: #fff;
}   
.profile-guide h2 {
   
    color: var(--config_color_1);
}

.follow-suggestions h2 {
    color: var(--config_color_1);
}

.address-item .address-item-cta .btn.btn-outline-secondary {
        border: 1px solid var(--config_color_1);
    }
    
    .address-item .address-item-cta .btn.btn-outline-secondary {
    color: var(--config_color_1);
}
.form-standard-actions .form-actions .form-submit {
    background-color: var(--config_color_1);
}

.form-standard-actions .form-actions .form-submit:hover {
    background-color: var(--config_color_1);
}

.profile-cover-settings a:hover {
    color: var(--config_color_1);
}
.alert {
    margin-bottom: 0 !important;
    z-index: 100000;
}
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    box-shadow: unset;
}

.icon-social-media .fa-whatsapp {
    font-size: 40px;
    color: #27cb27;
}

.icon-social-media .fa-telegram {
   font-size: 40px;
    color: #0088CC;
}

.icon-social-media img {
   width: 40px;
    height: 40px;
}
.icon-social-media .fa-instagram {
   font-size: 40px;
    background: linear-gradient(to right, #d6249f, #ff3f20);
    overflow: hidden;
    border-radius: 10px;
    color: white;
    padding: 2px;
}

.megamenu-style-dev .megamenu-pattern .megamenu li a i {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--config_color_1) !important;
    padding: 0;
    font-size: 18px;
}
.part-one-header {
     background-color: var(--config_color_2);
     padding: 1rem;
    text-align: center;
}

.all-header-page .part-one-header .text-part-one {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin: 15px;
    animation: 2s linear infinite blinker;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff !important;
    width: 100%;
    /*height: 100%;*/
    letter-spacing: 2px;
    padding: 18px 0;
}

.all-header-page .part-one-header .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}


@keyframes blinker {
   50% {
    opacity: 0;
}
}

/*faq page*/

.faq-theme {
    margin: 50px 0;
}
.title-faq-theme p {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-align: center;
}
.faq-theme .accordion {
    background-color: var(--config_color_1);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    border-radius: 15px;
    margin: 10px 0;
}
.faq-theme .accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.faq-theme .panel {
    font-size: 16px;
    color: black;
    font-weight: 700;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/**/


/*banner4*/

.bannre-theme {
    margin: 3rem 0;
}

.content-banner-theme {
   background: var(--config_color_2);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.content-banner-theme span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 10rem;
}

.content-banner-theme p {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin:0 !important;
    
}    

/*banner4*/


.content-service img {
    width:25%;
}
.breadcrumb3 li i {
    margin: 0 13px 0 0;
}

.megamenu-style-dev {
    position: relative;
    width: 53%;
}


.cart-log-theme-keshavarz {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mySwiper-thumb .swiper-wrapper {
    justify-content: center;
    align-items: center;
}