/*          Helplers                 */
.h-100{
    height:100% !important;
}
.h-75{
    height:75% !important;
}
.h-50{
    height:50% !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

/*.p-5 {*/
/*  padding: 3rem !important;*/
/*}*/

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}


.text-black{
    color:#000000 !important;
}
.my-20{
    margin-top:20px;
    margin-bottom:20px;
}
.jc-center{
    justify-content:center;
}
/*                             */
.header_top_ad{
    background-color: #d61b3e;
    font-size:22px;
    color: white;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.header_top_ad:hover{
    color: white;
}
.brand_wrapper{
    display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
} 
.home_brand_wrapper{
    border: 1px solid #eee; 
  border-radius: 5px;
  text-align: center;
  width: 100%;
  background: white;
}
.mainBox {
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  display: flow-root;
}
.navSlider {
  position: relative;
}
.roundTitle {
  background: #1a43e8;
  color: white;
  text-align: center;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 0 0 10px 10px;
  font-size: 1rem;
  display: block;
  margin: -7px auto;
  position: relative;
  box-shadow: 7px 5px 14px 0 rgba(0, 0, 0, .15);
  text-align: center;
  top:-3px;
}
.roundTitle a,.roundTitle a:hover{
    color:white;
}
.rountTitleA{
    position:relative;
    display: block;
  width: 100%;
  height: 100%;
}
.manfcontainer{
    overflow-x: hidden !important;
  padding: 10px !important;
  background: #ff0000;
  border-radius: 16px;
}
.about-us-eleven img{
  height: 390px;
  position: relative;
  z-index: 33;
}
.about-us-eleven .detail{
    padding-top: 64px;
}
.about-us-eleven .detail::before {
  background-size: cover !important;
}
.about-us-eleven .detail::before {
  content: "";
  width: 372px;
  height: 91px;
    background-size: auto;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  top: 50px;
  right: 0;
  -webkit-transform: translateX(202px);
  -moz-transform: translateX(202px);
  -ms-transform: translateX(202px);
  -o-transform: translateX(202px);
  transform: translateX(202px);
  position: absolute;
}
.about-us-eleven .detail .ab5h {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-left: 88px;
  position: absolute;
  right: 0;
}
.about-us-eleven .detail .socials li:not(:last-child) {
  margin-left: 10px;
}
.about-us-eleven .detail .ab5h b {
  font-size: 30px;
  font-weight: 900;
}
.about-us-eleven .detail p {
  margin-top: 45px;
  font-size: 13px;
  line-height: 25px;
}
.about-us-eleven .detail::before {
  background-size: cover !important;
}
.about-us-eleven .detail .socials li a{
    width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ecfcfc;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #003cff;
}
.instagram-link__15{
    display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-eleven .detail .socials li a:hover{
    background-color: #003cff;
  color: #ecfcfc;
}
.socials{
    justify-content: end;
}
@media (max-width: 576px) { 
    
.socials{
    justify-content: start;
  margin: 100px 0 0 0;
}
    .about-us-eleven .detail p{
        margin-top:10px;
    }
    .about-us-eleven img{
        height:250px;
    }
}

.header-cart-input::-webkit-outer-spin-button,.header-cart-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
     -moz-appearance: textfield;
}
.cat_bread_wrapper{
    background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}
.pbread,.pbread:hover{
    font-size:16px;
    color:inherit;
}
.sort-item{
    display: block;
  margin: 10px 2px;
    margin-right: 2px;
  color: #222;
  padding: 10px;
  border-radius: 5px;
  background: #eee;
  height: 35px;
  align-items: center;
  display: flex;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}
.sort-item:hover{
background: var(--main);
}
.sort-item:hover > a {
  color: #fff !important ;    
}
.sort-title{
    margin:0 !important;
}
.sort-item--active ,.sort-item--active:hover{
background: var(--main);
  color: #fff ;
}
.sort-item--active > a ,.sort-item--active:hover > a {
    color: #fff !important;
}
.module.so_filter_wrap .modcontent{
    margin-top:0;
}
.fimage .image {
  max-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.products-list .product .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.products-list .product.fimage .info {
  display: flow-root;
}
.products-list .product.fimage .info > a {
  height: 50px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}
.products-list .product .price {
  height: 45px;
  display: flex;
  color: var(--main);
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.products-list .product .price {
  flex-direction: column;
  position: relative;
}
.products-list .product.fimage .p-2 {
  padding:0 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.fimage{
    margin: 10px 10px 10px 10px;
}
.pagination_wrapper{
   display:flex; 
   align-items:center;
   gap:7px;
   justify-content:center;
   flex-wrap:wrap;
}

.pagination_item{
    background: #f9f9f9;
    margin: 3px;
  min-width: 50px;
  text-align: center;
  padding: 7px;
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 17px;
  color: #444;
  border-radius: 5px;
  cursor:pointer;
  transition: all 0.3s ease-in-out;
}
.pagination_link{
  transition: all 0.3s ease-in-out;
}
.pagination_item:hover{
        background:var(--main);
    color:white;
}
.pagination_item:hover .pagination_link{
    color:white;
}
.pagination_item.active{
    background:var(--main);
    color:white;
}


.product_wrapper {
  display: flow-root;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
}
.product_title{
    border-bottom: 1px solid #ddd;
    font-size: 2.2rem !important;
    margin-bottom: 15px !important;
    font-weight: bold;
    line-height: 3rem;
  text-transform: capitalize;
  padding-bottom:10px;
}
.attr_wrapper{
    display: flex;
  font-size: 14px;
}
.attr_name{
    padding: 10px 0 10px 5px;
  text-align: right;
  color: #999;
  margin:0;
  padding:0 5px;
}
.attr_text{
    text-align: right;
  padding: 10px 0;
  color: #666;
  margin:0;
  padding:0 5px;
}
.attr_heading{
    font-size: 20px !important;
    font-weight:500;
}
.more_attr,.more_attr:hover,.more_attr:active{
    margin: 10px 0 0;
  display: block;
  font-size: 14px;
  background: var(--main);
  width: fit-content;
  padding: 7px 10px;
  border-radius: 3px;
  color: #fff;
}
.sideProduct{
    background: #fff;
  padding: 20px !important;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.cart_button{
    width: 100% !important;
  padding: 13px 0;
  height: auto;
  background: var(--main);
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 17px !important;
}
.sideProduct .brand img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.price_wrapper{
    display: flow-root;
  font-size: 21px;
  margin:10px 0;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.gallery_page_wrapper{
    border: 1px solid #eee;
  border-radius: 5px;
  margin: 5px 4px;
  overflow: hidden;
  cursor: pointer;
}
.singleTools {
position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  right: 0;
  background: var(--main);
  color: white;
  padding: 2px 5px;
  border-radius: 4px;
}
.gallery{
    position:relative;
}
.no_q_alert{
    color: var(--main);
    padding: 10px 0;
}
.products-list .product-grid .product-item-container{
    border: 1px solid #eee;
}

.desc_title{
    border-bottom: 1px solid #eee;
    padding:10px;
}
.desc_text{
    padding:0 10px ;
}

.attr_row{
    background: #f5f5f5 !important;
  border-bottom: 5px solid #fff;
  display:block;
  height:100%;
  margin-bottom: 10px;
}
.attr_head{
    background: #eee !important;
    font-weight:600;
    padding:8px;
    width:180px;
    font-size:16px;
    text-align:right;
    color: #000000;
}
.attr_desc{
    font-weight:normal;
    padding:8px;
    background: #f5f5f5 !important;
}
.attr_desc>p{
    padding: 5px;
  margin: 0 !important;
  line-height: 23px;
  font-size:16px;
  font-weight:400;
}
.attr_table_title{
    border-bottom: 1px solid #eee;
    padding:10px;
}

.complete-product{
  border: 1px solid #eee;
  border-radius: 10px;
}
.complete-product__image{
    display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.complete-product__title{
    text-align: center;
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.5rem;
  height: 50px;
  align-items: center;
  display: flex;
  color: #333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.complete-product__price{
    height: 45px;
  display: flex;
  color: var(--main) !important;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  align-items: center;
  justify-content: center;
}
#input-name,#input-email,#input-review{
    display: block;
    line-height: 2rem;
    border: 2px solid #eee !important;
    border-radius: 5px !important;
    resize: none;
    margin-bottom: 2rem;
    outline: none !important;
    transition: all .3s ease-in-out !important;
    padding: 10px;
}

#input-name:focus,#input-review:focus,#input-email:focus{
    border: 2px solid var(--main) !important;
}

#input-review{
    height: 150px !important;
}

.mformReviewWrapper{
    padding:0 10px;
}

.header__nav{
    display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_nav__logo{
    display:block;
}

.menu-thumbnail{
    border-radius: 50%;
  width: 80px;
  height: 80px;
}
.showsubcategory>.rowmcs{
    overflow-y:scroll;
}
.showsubcategory>.rowmcs::-webkit-scrollbar{
      display: none
}
.showsubcategory>.rowmcs{
      -ms-overflow-style: none;  
  scrollbar-width: none; 
}

.p-20{
    padding:20px;
}
.qBox{
padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow-y: hidden;
  height: 80px;
  transition: all linear 150ms;
  margin:10px 0;
}
.qBox_title{
    margin:0;
    transition: all linear 150ms;
}
.qbox_icon {
    font-size:18px;
    transition: all linear 150ms;
}
.qBox_title.active{
    color:var(--main);
}
.qbox_icon.active{
    transform: rotate(180deg);
}
.qBox.active{
    height:190px;
}
.qBox_header{
    display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height:50px;
}
.qBox_answer{
line-height: 1.6;
  font-size: 17px;
  color: black;
  padding: 15px 0;
}
.sham_video{
    border-radius: 16px;
}
.why-title{
    text-align: center;
  margin: 20px 0 !important ;
}
.why_container{
    border: 1px solid #dee2e6;
    padding:15px 0;
    border-radius: 16px;
}
.dadfwrwcxsx{
    padding:20px;
}
.footer_attr{
padding: 20px 0;
  border-radius: 6px;
  height: 140px;
  background-color: rgba(255,255,255,0.605);
}
.row-footer{
    margin:20px 0 !important ;
}
.footer_box_wrapper{
    height:200px;
}

.footer_box{
width: 100%;
  height: 100%;
  padding: 20px 10px;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.605);
}
.foot-box .foot-title1{
    justify-content:center;
}
.footer_box__icon{
    font-size:40px;
}
.icon-social{
    display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.jyhgdsakjba{
    height: 150px;
}
.home_cart_btn{
min-height: 40px;
  margin: 10px 0;
  padding: 10px 20px;
  background: var(--main);
  color: white;
  border-radius: 6px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 140px;
  margin: 0 auto;
}
.text-cneter{
    text-align:center;
}
.cat_wrapper{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    gap:10px;
}
.cat_image{
    width:100%;
    border-radius: 50px;
}
.article_slide{
    box-shadow: 0 0 4px rgba(0,0,0,0.12);
  transition: box-shadow .35s ease;
  border-radius:12px;
}
.article_slide:hover{
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
}
.article_header{
    
}
.article_image_wrpper{
    
}
.article_image{
  transition: all linear 150ms;  
}
.article_dot_wrapper{
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  opacity:0;
  transition: all linear 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_card:hover * .article_dot_wrapper{
    opacity:1;
}
.article_card:hover .article_image{
    transform: scale(1.02);
}
.article_dots{
      display: flex;
  align-items: center;
  justify-content: center;
  animation: wd-fadeOutLeft .3s ease;
}
.article_dot{
    content:'';
    display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 1;
  transition: opacity .2s ease;
  animation: wd-fadeOutLeft .3s ease;

}
.article_body{
    padding:25px;
}
.article_title{
    font-size:16px;
    font-weight:700;
}
.article_caption{
    font-size:14px;
}
.article_btn{
    
}
.article_dot_container{
    position:relative;
}
.puco-navigation-link__text:hover .puco-navigation-link__text::before{
 width:80%;   
}
.pr_ex_info{
    font-size: 13px !important;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 5px !important;
  margin: 0 !important;
  text-align: center;
}
.pwb-brand-shortcode{
  border-bottom: 1px solid #ddd;  
}
.price_container{
    margin-top:10px;
}
.garan_icon{
    width:70px;
}
.between{
    justify-content:space-between;
}
.garan_wrapper{
    display:flex;
}
.garan_wrapper>li{
    display:flex;
    align-items:center;
    gap:10px;
}
.garan_wrapper>li>span{
    font-weight:bold;
    font-size:16px;
}
.swiper_gran{
    display:block;
}
@media(min-width:768px){
    .swiper_gran{
        display:none;
    }
}
.swiper_gran>.swiper-wrapper>.swiper-slide>li{
    display:flex;
    align-items:center;
    gap:10px;
}
.tablist_home_heading,.tablist_home_heading:hover,.tablist_home_heading:active{
    position:relative;
        font-size: 26px;
    font-weight: 600;
    color:#fff;
        background-color: #9dbbd7;
    padding: 6px 16px;
    border-radius: 8px;
}
.tablist_home_heading>p{
    color:inherit;
}
.tablist_home_heading>div>.tab_icon{
    position:absolute;
    top:-44px;
    width: 2em;
    height: 2em;
    display: block;
}
.pt-4rem{
   padding-top:4rem; 
   padding-bottom:4rem;
}
.tablist_swiper_wrapper{
    height:350px;
}
.tablist_product{
    background-color:#f7f7f7;
    border-radius:12px;
    height:100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tablist_product_image_wrapper{
    
}
.tablist_product_image{
        height: auto;
    max-width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: none;
}
.tablist_product_content_wrapper{
        display: flex;
    flex-direction: column;
    gap:12px;
    height: inherit;
  position: relative;
    
}
.tablist_product_title{
    text-align:center;
        font-size: 16px !important;
    font-weight: 600 !important;
        display: block;
    color: #333333;
    word-wrap: break-word;
}
.tablist_product_title:hover,.tablist_product_title:active{
    color: #b5b5b5;
}
.tablist_product_price{
    text-align:center;
    color:var(--main);
  left: 0;
  right: 0;
  bottom: 60px;
  font-size: 14px;
}
.tablist_product_add_container{
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tablist_product_add{
    position: relative;
  color: #fff;
  background-color: #FF7E57;
  padding: 6px 16px;
  border-radius: 8px;
  height:46px;
  width:100%;
  overflow:hidden;
}
.tablist_pos{
color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 5px;
  transition:all linear 200ms;
}
.tablist_pos p{
    color:white;
}
.tablist_product_add:hover .tablist_pos{
    top:-40px;
}
.tablist_background{
    padding: 20px;
  margin: 20px 0;
  background-position: center;
  background-size: cover;
}
.p-4rem{
    padding-top:4rem;
    padding-bottom:4rem;
}
.overflow-hidden{
    overflow:hidden;
}
.swiper_listing_next{
    transition:all linear 150ms;
    left: -20px !important;
}
.swiper_listing_prev{
    transition:all linear 150ms;
    right: -40px !important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.col_eu5z.col-style{
    padding:0!important;
    margin:0!important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.col_eu5z.col-style:hover * .swiper_listing_next{
    left:24px !important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.col_eu5z.col-style:hover * .swiper_listing_prev{
    right:0!important;
}
.col-tab-custom{
    margin:20px 0;
    height: 400px;
  /* background: linear-gradient(to top,#fb507d, #dd305d ); */
    
}
.bg-none{
    background:none;
}
.haraj_tab_icon{
width:100% !important;    
height:auto !important;
}
.haraj_tab_title{
    text-align: center;
  color: white;
  font-size: 20px;
  font-weight:700;
}
.bg-sky{
        background-color: #47D2E6 !important;
}
.haraj_price{
    color: rgb(91,198,214);
}
.w-70{
    width:70% !important;
}
.border-none{
    border:none !important;
}
.bg-main{
    background-color:#428c9d;
}
.bottom-20{
    bottom:20px;
}
.blog_home_btn,.blog_home_btn:hover,.blog_home_btn:active{
    color: #fff;
  background-color: var(--main);
  padding: 6px 16px;
  border-radius: 8px;
  width: 40%;
  text-align: center;
}
.justify-end{
    justify-content:end;
}
/* .service-item-wrap > div{
    height: 400px;
} */
.blog_btn_siasdsafag{
    margin-top: 50px;
  padding:10px;
}
.blog_home{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow .35s ease;
}
.blog_home:hover{
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.blog_home_title{
        font-weight: 700 !important;
    font-size: 16px !important;
    transition: all .35s ease;
}
.blog_home_title:hover{
    color:rgb(51 51 51 / 65%);
}
.product_access_wrapper{
    display:flex;
    align-items:center;
    gap:10px;
}
.product_access{
    display: block;
  padding: 10px;
  font-weight: bold;
  color: #444;
  background: #f2f2f2;
  border-radius: 5px;
  margin: 0 5px 14px;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}
.product_access:hover{
    background: var(--main);
  color: #fff;
}
.filter_select{
    width: 100%;
  padding: 5px 10px;
}
.filter_heading{
    font-size: 1.4rem !important;
    margin-bottom: 15px !important;
    font-weight: bold;
    margin-top: 15px;
    color:var(--main);
    padding: 10px 0 15px;
  position: relative;
  display:block;
}
.filter_heading::before{
    content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(-45deg, var(--main), transparent);
  bottom: 0;
}
.filter_heading::after{
    content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(-45deg, var(--main), transparent);
  bottom: 3px;
}
.so_filter_wrap .modcontent ul{
    padding:10px !important;
}
.price_input{
    display:flex !important;
    align-items:center;
    border:none !important;
}
/*          Responsie           */

@media(max-width:992px){
.header_nav__logo{
    display:none;
}
.product_title{
font-size: 18px !important;
border:none !important;
}
.attr_name,.attr_text{
        font-size:16px;
        font-weight:500;
}
.attr_heading{
    font-size:16px !important;
}
.footer_box{
    margin:10px 0;
}
.jyhgdsakjba{
    height: unset;
    padding:0;
}
.foot-box.text{
    margin:0;
    padding:0;
}
.urthtfghgdf{
    height:207px;
}
.tablist_product_image{
    height:160px;
}
.tablist_product_image_link{
    display:block;
    text-align:center;
}
}
@media(max-width:768px){
    .garan_wrapper{
        display:none;
    }
    .urthtfghgdf{
        height:unset;
    }
    .qBox.active{
        height:230px;
    }
    .dadfwrwcxsx{
        padding:0;
    }
    .product_title{
        margin:10px 0 !important;
        font-weight:500;
    }
    .product_wrapper{
        padding: 10px 5px;
    }
    .attr_heading{
        font-size: 16px !important;
        margin: 10px 0;
        font-weight:500;
    }
    .attr_name,.attr_text{
        font-size:14px;
        font-weight:500;
    }
    .gallery_wrapper{
        height:250px !important;
    }
    .header_top_ad{
        font-size:17px;
    }
    .attr_row{
        display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: unset !important;
  height:unset;
    }
    .attr_head{
        display: block;
  width: 100%;
  text-align: center;
    }
    .attr_desc{
        display: block;
  width: 100%;
  text-align: center;
    }
    .attr_table_title{
        text-align:center;
    }
    .p-sm-0{
        padding:0;
    }
    .m-sm-0{
        margin:0;
    }
    .p-footer1{
        padding: 0 10px;
    }
}









/* ۳. زیباسازی کارت‌های محصول (نسخه اصلاح شده بدون حذف قیمت) */
.fimage.product {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

/* استایل بدنه اصلی کارت محصول */
.fimage.product .caption, 
.fimage.product .product-thumb, 
.fimage.product .inner-product-content { 
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    padding: 15px !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    height: 100% !important;
    display: block !important; /* تغییر از فلکس‌باکس به بلاک برای جلوگیری از غیب شدن المان‌ها */
    overflow: hidden !important;
}

/* افکت هوور */
.fimage.product:hover {
    transform: translateY(-5px);
}

.fimage.product:hover .caption,
.fimage.product:hover .product-thumb,
.fimage.product:hover .inner-product-content {
    border-color: #ff3366 !important; 
    box-shadow: 0 8px 24px rgba(255, 51, 102, 0.15) !important;
}

/* مطمئن شدن از نمایش تگ‌های قیمت و وضعیت */
.fimage.product .price, 
.fimage.product [class*="price"],
.fimage.product .price-new,
.fimage.product .price-old {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 10px !important;
    font-weight: bold !important;
}

/* ۴. استایل وضعیت اتمام موجودی */
.fimage.product .out-of-stock,
.fimage.product .stock-status {
    color: #ff3366 !important;
    font-weight: bold;
    margin-top: 10px;
    display: block !important;
}

/* وسط‌چین کردن کل ردیف محصولات و حذف فضاهای خالی بزرگ کناره‌ها */
.products-list.row, 
.row.products-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* محصولات رو دقیقاً می‌آره وسط */
    align-items: stretch !important;    /* کمک میکنه ارتفاع باکس‌ها هم‌اندازه بمونه */
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
}

/* اصلاح باکس هر محصول برای چیدمان متوازن */
.products-list.row .product,
.products-list.row .fimage {
    float: none !important; /* حذف حالت فلوت قدیمی که مانع وسط‌چین شدن می‌شه */
    display: inline-block !important;
}
































/* =========================
   GENERAL
========================= */

.tablist_background {
    width: 100%;
    overflow: hidden;
}

.tablist-swiper-1 {
    width: 100%;
}

.tablist_swiper_wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

/* =========================
   PRODUCT CARD
========================= */

.tablist_product {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tablist_product_image_wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.tablist_product_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tablist_product_content_wrapper {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tablist_product_title {
    font-size: 14px;
    line-height: 1.8;
    min-height: 50px;
    color: #222;
    text-decoration: none;
}

.tablist_product_price {
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
}

.tablist_product_add_container {
    margin-top: auto;
    padding-top: 12px;
}

.tablist_product_add {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.tablist_pos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

    .tablist_product_title {
        font-size: 13px;
    }

    .tablist_product_price {
        font-size: 14px;
    }

    .tablist_product_add {
        padding: 9px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .tablist_background {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tablist_product_content_wrapper {
        padding: 10px;
    }

    .tablist_product_title {
        font-size: 12px;
        min-height: 42px;
    }

    .tablist_product_price {
        font-size: 13px;
    }

    .tablist_product_add {
        padding: 8px;
    }

    .tablist_product_add p {
        font-size: 12px;
    }

    .tablist_product_add svg {
        width: 16px;
        height: 16px;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .tablist_product {
        border-radius: 12px;
    }

    .tablist_product_title {
        font-size: 11px;
        line-height: 1.6;
    }

    .tablist_product_price {
        font-size: 12px;
    }

    .tablist_product_add p {
        font-size: 11px;
    }

}













/* =========================
   PRODUCT CARD MODERN UI
========================= */

.tablist_product{
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    transition: all .35s ease;
    border: 1px solid #eef2f7;
    box-shadow:
        0 4px 14px rgba(15,23,42,.05),
        0 2px 6px rgba(15,23,42,.03);

    display: flex;
    flex-direction: column;
    height: 100%;
}

.tablist_product:hover{
    transform: translateY(-8px);
    box-shadow:
        0 20px 35px rgba(15,23,42,.12),
        0 8px 15px rgba(15,23,42,.08);
}

/* =========================
   IMAGE
========================= */

.tablist_product_image_wrapper{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f8fafc;
}

.tablist_product_image_link{
    display: block;
    width: 100%;
    height: 100%;
}

.tablist_product_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.tablist_product:hover .tablist_product_image{
    transform: scale(1.08);
}

/* gradient overlay */

.tablist_product_image_wrapper::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.12),
        transparent 45%
    );
    opacity: 0;
    transition: .3s;
}

.tablist_product:hover .tablist_product_image_wrapper::after{
    opacity: 1;
}

/* =========================
   CONTENT
========================= */

.tablist_product_content_wrapper{
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tablist_product_title{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    color: #0f172a;
    text-decoration: none;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    min-height: 58px;

    transition: .25s;
}

.tablist_product_title:hover{
    color: #0ea5e9;
}

/* =========================
   PRICE
========================= */

.tablist_product_price{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;

    display: flex;
    align-items: center;
    gap: 5px;
}

.haraj_price{
    color: #0f172a;
}

/* =========================
   BUTTON
========================= */

.tablist_product_add_container{
    margin-top: auto;
    padding-top: 18px;
}

.tablist_product_add{
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;

    border-radius: 16px;
    padding: 13px 16px;

    background: linear-gradient(
        135deg,
        #0ea5e9,
        #2563eb
    );

    transition: all .3s ease;

    box-shadow:
        0 10px 20px rgba(37,99,235,.18);

    position: relative;
    overflow: hidden;
}

.tablist_product_add:hover{
    transform: translateY(-2px);
    box-shadow:
        0 16px 28px rgba(37,99,235,.28);
}

.tablist_product_add:active{
    transform: scale(.98);
}

/* shine effect */

.tablist_product_add::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80px;
    height: 100%;
    background: rgba(255,255,255,.25);
    transform: skewX(-25deg);
    transition: .7s;
}

.tablist_product_add:hover::before{
    left: 130%;
}

.tablist_pos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #fff;
}

.tablist_pos p{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.tablist_pos svg{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .tablist_product{
        border-radius: 18px;
    }

    .tablist_product_content_wrapper{
        padding: 14px;
    }

    .tablist_product_title{
        font-size: 13px;
        min-height: 48px;
    }

    .tablist_product_price{
        font-size: 15px;
    }

    .tablist_product_add{
        padding: 11px;
        border-radius: 14px;
    }

    .tablist_pos p{
        font-size: 12px;
    }

    .tablist_pos svg{
        width: 16px;
        height: 16px;
    }
}














/* wrapper */

/* =========================
   IMAGE WRAPPER
========================= */

/* =========================
   IMAGE WRAPPER
========================= */

.tablist_product_image_wrapper{
    position: relative;

    width: 100%;
    height: 240px;

    overflow: hidden;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;
}

/* =========================
   IMAGE LINK
========================= */

.tablist_product_image_link{
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   IMAGE
========================= */

.tablist_product_image{
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    display: block;

    transition:
        transform .5s ease,
        filter .3s ease;

    transform: scale(1.15);
}

/* =========================
   HOVER EFFECT
========================= */

.tablist_product:hover .tablist_product_image{
    transform: scale(1.22);
    filter: brightness(1.03);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .tablist_product_image_wrapper{
        height: 180px;
        padding: 10px;
    }

    .tablist_product_image{
        transform: scale(1.08);
    }

}











/* تصویر */

.tablist_product_image{
    width: 100%;
    height: 100%;

    object-fit: contain;

    transform: scale(1.35);
    transition: transform .4s ease;
}

/* هاور */

.tablist_product:hover .tablist_product_image{
    transform: scale(1.45);
}












.tablist_product_price{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    margin-top: 12px;

    font-size: 18px;
    font-weight: 700;
}





.tablist_product_price{
    color: #06625c;
}






































.mySwiper1234235{
    padding: 15px 5px 40px;
}

.text-h3{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fb7c56;
    color: #fff;
    padding: 12px 22px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(251,124,86,0.25);
    position: relative;
    overflow: hidden;
}

.text-h3::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    top: -50px;
    left: -40px;
}

.swiper-slide{
    height: auto;
}

.fimage{
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    transition: all .35s ease;
    border: 1px solid #f1f1f1;
    height: 100%;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.fimage:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.image{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f8f8f8;
}

.product_slid_img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s ease;
}

.fimage:hover .product_slid_img{
    transform: scale(1.08);
}

.info{
    padding-top: 18px;
}

.product_nameLink{
    text-decoration: none;
}

.title{
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    min-height: 58px;
    transition: all .3s ease;
}

.product_nameLink:hover .title{
    color: #06625c;
}

.p_dis{
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 800;
    color: #06625c;
}

.tablist_product_add{
    background: linear-gradient(135deg,#004743,#06625c);
    color: #fff;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(251,124,86,0.28);
}

.tablist_product_add:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 30px #06625c;
}

.tablist_product_add p{
    color: #fff;
    font-weight: 700;
}

.tablist_product_add svg{
    transition: transform .3s ease;
}

.tablist_product_add:hover svg{
    transform: translateX(-4px);
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    transition: all .3s ease;
}

.swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 20px;
    background: #06625c;
}

@media(max-width:768px){

    .product_slid_img{
        height: 200px;
    }

    .title{
        font-size: 14px;
        min-height: 50px;
    }

    .p_dis{
        font-size: 17px;
    }

    .text-h3{
        font-size: 17px;
        padding: 10px 18px;
    }

}







.mr-2, .text-h3 {
  display: none;
}















































/*                      */ 