/* color */

:root {
   
  --base-color:#F66E25;
  --heading-font-color:#100500;
  --body-font-color:#4E4C4A;
  --light-bg-color-red:#FFEEE5;
  --color-white:#ffffff;
  --common-font-color:#100500;
  --color-gray:#B3B3B3;
  --text-gray:#4E4C4A;
 }
/* color */
/* fonts and size */
:root{
 --project-front: "Roboto", sans-serif;
  --project-2nd-font:"Inter Tight", sans-serif;
  --body-cmn-font:16px;
  --body-sml-font:14px;
  --font-medium-20:20px;
  --font-medium-24:24px;
  --font-32:32px;
 
}
/* fonts and size */


 .example {
   font-size: var(--font-medium-20);
 }

.main-wraper{ padding:100px 0 0; margin: 0 auto; max-width: 1560px; border: #000 1px solid;}
.main-wraper p{ padding: 0; margin: 0; font-family: var(--project-front) ; color: var(--base-color); font-size:var(--heading-font);} 



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{ font-family: var(--project-front) !important; margin-top: 25px;}
.checkout-index-index {
  margin-top: 0;
}
.cms-index-index{
margin-top: -145px !important;
}
/* slim scroll */
::-webkit-scrollbar {
  width: 6px; /* Slim width */
  height: 6px; /* Slim height for horizontal scroll */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray background */
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background:#ffa06d; /* Darker gray for the scrollbar handle */
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Slightly darker gray on hover */
}
/* slim scroll */
.primary-btn{
  border-radius: 13px;
background: var(--base-color);
padding: 17px 10px;
color: var(--color-white);
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: -0.54px;
border: 1px solid var(--base-color);
cursor: pointer;
}
.primary-btn:hover{
  background-color:  var(--color-white);
  color: var(--base-color);
      border: 1px solid var(--base-color);
}
  /* HEADER */
  .header{ padding: 0; margin:0; width: 100%; border-bottom: #ccc 1px solid; display: flex;  flex-direction: column; position: fixed; top: 0; left: 0; right: 0; z-index: 99;}
  .header .top-header{ padding:0 100px; margin: 0; width: 100%; background-color: var(--base-color); height: 65px; display: flex; justify-content: space-between; align-items: center;}
  .header .top-header p{font-size:var(--font-medium-20); color:var(--color-white); margin-bottom: 0 !important;}
  .header .top-right{ display:inline-block;}
  .header .top-right ul{ padding: 0; margin: 0; list-style: none;  display: flex;}
  .header .top-right ul li{ padding:0 15px; margin: 0;}
   .it-it .header .top-right ul li{ padding:0 0px !important;}
  .header .top-right ul li a{ color:var(--color-white); font-size:var(--font-medium-20); padding:0 15px; border: 0; outline: none; cursor: pointer; text-decoration: none;}
  .header .top-right ul li a i{padding-right: 12px;}
  .header .top-right ul:last-child li{padding-right: 0px;}
  .header .top-right ul li:last-child a{padding-right: 0px;}
  .header .header-bottom{ padding:6px 100px; margin: 0; width: 100%; background-color: var(--color-white); display: flex; justify-content: space-between; align-items: center;}
  .header .header-bottom .left{ 
    padding-right: 20px;
    display: flex;
    align-items: center;
    position: relative;}
  .header .header-bottom .left a.logo{ width: 250px;
    height: 62px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    min-width: 250px;}
  .header .header-bottom .left a.logo img{ width: 100%; height: auto;}
  .header .header-bottom .left .all-product{display: flex ;align-items: center;justify-content: center; text-decoration: none; padding-left:15px ;height: 64px;}
  .header .header-bottom .left .all-product .humbargar{ width:30px; height:26px; display: inline-block; border-top: 4px #4E4C4A solid; border-bottom: 4px #4E4C4A solid; position: relative; }
  .header .header-bottom .left .all-product .humbargar:after{content: ""; position: absolute; top:7px; width: 100%; height:4px; background-color: #4E4C4A;}
  .header .header-bottom .left .all-product p{ margin-bottom: 0; line-height: 1; display: inline-block; padding-left: 12px; color: #4E4C4A; font-size:var(--font-medium-24); white-space: nowrap; font-weight: 500;}
  .header .header-bottom .right ul.menu li:last-child a{ padding-right: 0px;}
  .header .header-bottom .right{ padding-left: 20px; display: flex;}
   .account_nav .btn:hover{color: #f66e25!important}
  .header .header-bottom .right ul.menu{ padding: 0; margin: 0; display: inline-block; color: var(--common-font-color); font-size: 24px; list-style: none; display: flex; align-items: center;} 
  .footer-orange-right .primary-btn:hover{ background-color:#f66e25!important ; color: #fff;border: 1px solid #f96d00 !important;}
  .header .header-bottom .right ul.menu li{ display:inline-flex; align-items: center;}
  .header .header-bottom .right ul.menu li a{ border: 0; outline: none; padding: 0 7px; color: var(--common-font-color); text-decoration: none;  }
  .header .header-bottom .right .ph-number{ padding:0 12px 0 0; margin: 0; display: inline-flex; align-items: flex-start; color: var(--base-color); font-size:var(--font-medium-24);
    i{font-size: 27px;padding-right: 8px;}
  }
  .header .header-bottom .center{ display: inline-block;
    margin-right: auto;
    margin-left: 0;
    width: calc(100% - 880px);
    position: relative;}
  /* HEADER */
  
  /* BANNER */
  .banner-outer{ width: 100%;height: 580px; box-sizing: border-box; object-fit: cover; margin-top: 100px; margin-top: 127px;position: relative;}
  .banner-outer img{ width: 100%; height:100%; max-width: 100%; object-fit: cover;}
  .banner-outer .overlay-bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(91deg, rgba(0, 0, 0, 0.74) 18.16%, rgba(195, 195, 195, 0.00) 98.79%);
}
.banner-outer .banner-txt{
  width: 100%;
  max-width: 830px;
  padding: 10px 0 10px 130px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner-outer .banner-txt h2{
  color: #FFF;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height:1.4;
text-transform: math-auto;
}
.banner-outer .banner-txt p{
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 16px;
}
  /* BANNER */

  /* Search section */
  .search-outer{ 
    max-width: 1120px;
    margin: 0 auto;
    height: 85px;
    display: flex;
    align-items: center;
    margin-top: -45px;
    /* position: sticky; */
    top: 60px;
    z-index: 9;
    width: 100%; }
  .search-outer .search-input-outer{ width: calc(100% - 190px); height: 100%;  position: relative;}
  .search-outer .search-input-outer input{ width: 100%; padding:8px 50px 8px 100px; height:100%; border:0px; color: var(--color-gray); font-size:var(--font-medium-24) ;
    border-top-left-radius: 50px; border-bottom-left-radius: 50px;  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06); outline: none;
  }
  .search-outer .search-input-outer .search-icon{ width:40px; height: 40px; position: absolute; left: 0; color: var(--color-gray); display: flex; align-items: center; top:20px;
  left:40px;
  }
  .search-outer .search-input-outer .search-icon i{font-size: 36px;}
  .search-outer button.search-btn{ width: 190px; background-color: var(--base-color); display:inline-flex; height: 100%; justify-content: center; align-items: center; color: var(--color-white); 
    font-size:var(--font-medium-24); outline: none; border: 0px; border-bottom-right-radius: 50px; border-top-right-radius: 50px;  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06); }

  .search-outer.when-top{ margin-left:auto; width: 100%; position: static; height: 64px; margin-top:0;display: none; }
  .search-outer.when-top .search-input-outer .search-icon { left: 20px; width: 30px; top:13px}
  .search-outer.when-top .search-input-outer .search-icon i{ font-size: 24px;}
  .search-outer.when-top .search-input-outer input{padding: 8px 40px 8px 65px;}
  .search-outer.when-top .search-input-outer input{ border:0.5px #ccc solid; border-right: 0px;}
  .search-outer.when-top .search-drop{top: 60px;}
  /* .search-outer.when-top.top-search-show{
    display: flex;
  }
  .search-outer.bottom-search-hide{
display: none;
  } */
  /* Search section */

  /* Search drop */
      .search-drop{
        left: 0;
        right: 0;
        top: 85px;
        width: 100%;
        background: #fff;
        min-height:200px;
        display: flex;
        max-width: 1120px;
        padding:20px 20px 30px 20px;
         max-height:500px;
         flex-direction: column;
         overflow-y: scroll; border: #ccc 1px solid ; box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
      }
      .search-drop ul.list{list-style: none;display: flex;width: 100%;flex-wrap: wrap;}
      .search-drop ul.list li{ display: flex; width: 100%;}
      .search-drop ul.list li a{display: flex; width: 100%; padding: 8px 0; border: 0; outline: none; align-items: center; justify-content: space-between; text-decoration: none;}
      .search-drop ul.list li a .img-sec{ width: 60px; height: 60px; object-fit: cover; position: relative; border-radius: 50%; border: #E4E4E4 1px solid;display: flex;
            align-items: center;
            justify-content: center; overflow: hidden; }
      .search-drop ul.list li a .img-sec img{ width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;}
      .search-drop ul.list li a .product-name{ width: auto; padding-left:20px;font-size: var(--font-medium-28); color: var(--text-gray); margin-right: auto; font-weight: 600;
        span{color: #B3B3B3; font-weight: 400;}
      }
      .search-drop ul.list li a .price{ font-size: var(--font-medium-24) !important; font-weight: bold; color:var(--common-font-color);
            align-items: center;
        span{padding-left: 5px;font-size: 12px;}
      }
      .search-drop a.viewall{ text-decoration: underline; font-size: var(--font-medium-24); color:var(--base-color); text-align: center; cursor: pointer; margin-top: 34px;}
  /* Search drop */

  /* container sec */
  .container-sec{ width: 100%;}
  /* container sec */

  /* mega menu */
  .megamenu{ position: absolute; width: auto; z-index: 2; left: 0; top:76px; min-width: 900px; max-height:calc(100vh - 182px); background-color:transparent; display: none; }
  .megamenu.show{display: flex;}
  .megamenu .mega-left{ width: 550px; min-height:100%; background-color: #fff; border-top-right-radius:20px; border-bottom-right-radius:20px; display: flex; flex-direction: column; position: relative; }
  .megamenu .mega-left .head{ font-size:var(--font-32) ; text-align: center; color:var(--heading-font-color); padding: 12px 10px; position: relative; display: flex; justify-content: center; align-items: center; 
    height: 68px; width: 100%; border-bottom:#efebeb 0.5px solid;
  }
  .megamenu .mega-left .head .cross{ width: 40px; height: 40px; font-size:40px; color:var(--heading-font-color); border: 0; outline: none; position: absolute; right: 15px; top:17px; text-decoration: none;}
  .megamenu .mega-left .menu-wrap{width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto;}
  .megamenu .mega-left .menu-wrap ul{list-style: none; width: 100%;}
  .megamenu .mega-left .menu-wrap ul li{ cursor: pointer; font-size:var(--font-medium-24); display: flex; align-items: center; padding: 11px 20px; justify-content: space-between;}
  .megamenu .mega-left .menu-wrap ul li:hover{ background-color: #f7f6f6;}
  .megamenu .mega-left .menu-wrap ul li .img-sec{width: 60px;
    height: 60px; min-width: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: #ccc 1px solid;
    padding: 2px;
    overflow: hidden;}
  .megamenu .mega-left .menu-wrap ul li .img-sec img{width: 100%; height: 100%; border-radius: 50%; object-fit: cover;}
  .megamenu .mega-left .menu-wrap ul li .text{ color:var(--body-font-color); font-size:var(--font-medium-24); padding-left: 20px; padding-right: 20px;margin-right: auto;}
  .megamenu .mega-left .menu-wrap ul li .indicator{ width: 24px; height: 24px; color:var(--body-font-color); margin-left: auto;}

    /* sub menu */
      .submenu-wrap{ width:780px;
        left:532px;
        background-color:#ffffff;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        height: calc(100% - 66px);
        position: absolute;
        top: 66px; display:none;
        padding-left: 60px; overflow: hidden;}
    .submenu-wrap .inner-sec{ width: 100%; height: 100%; background-color: #fff; padding: 20px;} 
    .submenu-wrap .inner-sec .inrhead{ font-size:var(--font-32); color:var(--base-color); text-align: left; }
    .submenu-wrap .inner-sec .inr-product-list{ width: 100%;
      max-height:95%;
      padding-top: 16px;
      overflow: auto;}
    .submenu-wrap .inner-sec .inr-product-list ul{ list-style: none; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap;}
    .submenu-wrap .inner-sec .inr-product-list ul li{ padding-right: 5px; padding-left: 5px; width: 50%; padding-top: 2px; padding-bottom: 2px; align-items: flex-start;}
    .submenu-wrap .inner-sec .inr-product-list ul li:hover{ background-color: #fff;}
    .submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog{
      border: 0;
      outline: none;
      width: 100%;
      display: flex;
      text-decoration: none;
      padding-bottom:30px ;
    }

    .submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog .img-sec {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      border: #ccc 1px solid;
      padding: 2px;
      overflow: hidden;
      min-width: 60px;
  }
  .submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text {
    padding-left:10px;
    padding-right:5px;
    margin-right: auto; list-style: none;
}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li{ display: block; width: 100%; padding-right: 0px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a.main-head{
  color: var(--body-font-color);
  font-size: var( --font-medium-20);
   padding-top:0px;
}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a{display: block; width: 100%; font-size: var(--body-sml-font); color: #6D6D6D; padding-top: 5px; text-decoration: none;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a.text-red{display: block; width: 100%; font-size: var(--body-sml-font); color: var(--base-color); padding-top: 5px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a.view-more{ text-align: right;}
.megamenu .mega-left .menu-wrap ul li:hover .submenu-wrap{display: flex;}
    /* sub menu */
  .manu-gra-bg{content: ""; position: fixed; background-color:rgba(0,0,0,0.5); width: 100%; height: calc(100% - 153px); left: 0; right: 0; bottom: 0; display: none;}
  .megamenu.show + .manu-gra-bg{ display:flex;}
  .mobile-megamenu.show + .manu-gra-bg{ display:flex;} 
  
  /* mega menu */ 

  /* three-step start */
.three-step {
  max-width: 1002px;
  margin: 120px auto 0;
}

.three-step .step-count-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px ;
}

.three-step .step-count-wrap {
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}

.three-step .step-count {
  text-align: center;
  padding: 20px;
}

.three-step .number-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--base-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  border: 2px solid var(--base-color);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-step .step-count p {
  color: var(--body-font-color);
  text-align: center;
  font-size: var(--font-medium-20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.three-step .step-count p a{
  color: var(--body-font-color);
}

.three-step .step-count p a:hover{
  color: var(--base-color);
}
/* three-step end */
/* choose us start */
.choose-us{
  background: var(--light-bg-color-red);
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  padding: 60px 0px;
  margin-top: 20px;
}
.choose-us .choose-us-container{
max-width: 1250px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}
.choose-us .choose-us-container h2{
  color: var(--base-color);
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 1.2;
}
.choose-us .choose-us-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.choose-us .choose-us-outer{
flex-basis: 25%;
max-width: 25%;
padding: 0 10px;
margin-top: 70px;
}
.choose-us .choose-us-inner{
  text-align: center;
  
}
.choose-us .choose-us-inner img{
  width: 66px;
height: 66px;
margin: 0 auto;
}
.choose-us .choose-us-inner h4{
  color: var(--common-font-color);
font-size: var(--font-medium-20);
font-style: normal;
font-weight: 600;
line-height: 1.4; 
margin-bottom: 8px;
}
.choose-us .choose-us-inner p{
  color:#6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  min-width: 164px;
  width: 100%;
}
.choose-us .choose-us-inner span{
  font-size: 66px;
  color: var(--base-color);
  margin-bottom: 20px;
  display: inline-block;
}
/* choose us end */
/* how-it-works start */
.how-it-works{
  width: 100%;
  max-width: 1140px;
  margin: 80px auto 0;
}
.home-heading{
  color: var(--heading-font-color);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 1.2; 
}
.how-it-works .home-heading{
  text-align: center;
}
.how-it-works video{
  width: 100%;
  border-radius: 54px;
  background: #D9D9D9;
  padding: 3px;
  margin-top: 40px;
  max-height: 610px;
  height: 100%;
}
/* how-it-works end */
/* client-section start */
.client-section{
  margin-top: 80px;
  padding: 0 15px;
}
.client-section h2{
  text-align: center;
}
.client-section .client-card{
  border-radius: 16px;
  border: 1px solid #E1E4ED;
  padding: 27px;
  max-width: 570px;
  margin: 50px auto 0;
  margin-top:0 !important;
  height:100%;
}
.client-section .client-card-head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.client-section .card-head-left{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-section .card-head-left h5{
  color: var(--body-font-color);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 1.2;
margin-left: 8px;
width: 244px;
}
.client-section .card-head-left h6{
  color: var(--body-font-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 8px;
  position: relative;
}
.client-section .card-head-left h6::before{
  content: ".";
  position: absolute;
  top: -15px;
  left: -6px;
  width: 2px;
  height: 2px;
  font-size: 27px;
  color: var(--body-font-color);
}
.client-section .card-head-left img{
  width: 32px;
height: 32px;
border-radius: 50%;
}
.client-section .card-head-left .tag-name{
  border-radius:  4px;
background: var(--light-bg-color-red);
padding: 2px 8px;
color: var(--base-color);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.2;
margin-left: 83px;
}
.client-section .client-card p{
  color: #6D758F;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.4; 
margin-top: 25px;
font-family: var(--project-2nd-font);
height: 100%;
-webkit-box-orient: vertical;
}
.slider-part .client-card {
  margin: 54px 12px 0; /* Adjust the value to set your desired gap */
}
.slider-part{
  margin: 50px auto 0;
  max-width: 1500px;
  position: relative;

 
}
.slider-part::after{
  content: "";
  position: absolute;
  width: 100%;
  max-width: 250px;
height: 100%;
top: 0;
right: -95px;
background-color: #fff;
}

.slider-part .slick-arrow.slick-next::before {
  content: "";
  display: block;
  background: url("../images/sliderRightArrow.svg");
  background-position: center;
  background-size: 20px 20px; /* Ensure both width and height are applied */
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  opacity: 1;
}

.slider-part .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #F66E25;
  background: #fff !important;
  right: 30px;
  z-index: 2;
}

.slider-part .slick-list{padding:0 0 0 17% !important;}
.slider-part .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  background: url("../images/sliderRightArrow.svg");
  background-position: center;
  background-size: 20px 20px; /* Ensure both width and height are applied */
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  opacity: 1;
  transform: rotate(180deg);
}

.slider-part .slick-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #F66E25;
  background: #fff !important;
  left: -50px;
  z-index: 9;
}
.client-section .slider-main-btn{
  text-align: center;
  margin-top: 24px;
}
/* client-section end */
/* new-product-section start */
.new-product-section{
  background: var(--light-bg-color-red);
  margin-top: 80px;
}
.new-product-section .new-product-container{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  max-width: 1600px;
  padding: 35px 30px;
  margin: 0 auto;
}
.new-product-section .new-product-img{
  width: 100%;
  max-width: 658px;
height: 491px;
}
.new-product-section .new-product-img img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 16px;
}
.new-product-section .new-product-txt{
padding:70px 50px;
max-width: calc(100% - 658px);
width: 100%;
}
.new-product-section .product-tab-wrap{
  width: 100%;
  display: flex;
  flex-wrap:wrap ;
  margin: 40px -10px 0;
}
.new-product-section .product-tab-wrap .product-tab{
  flex-basis:33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
.new-product-section .product-tab-wrap .product-tab:first-child{
  text-align: left;
}
.new-product-section .product-tab-wrap .product-tab button{
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.new-product-section .product-tab-wrap .product-tab button img{
  width: auto;
  height: 46px;
  margin-bottom: 10px;
}
.new-product-section .product-tab-wrap .product-tab button h6{
  color: var(--heading-font-color);
text-align: center;
font-size: var(--font-medium-24);
font-style: normal;
font-weight: 600;
line-height: 1.4;
border-bottom: 3px solid transparent;
width: fit-content;
margin: auto;
}
.new-product-section .product-tab-wrap .product-tab button.active-tab-btn h6{
  color: var(--base-color);
  border-bottom: 3px solid var(--base-color);
}
.new-product-section .new-product-txt p{
  color:  #A4A4A4;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 1.4;
margin-top: 32px;
margin-bottom: 0;
}
.new-product-section .new-product-txt .primary-btn{
  padding: 11px 45px;
  margin-top: 55px;
}
/* new-product-section end */
/* FAQ start */
.faq-section{
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
  margin: 80px auto;
}
.faq-section h2{
  margin-bottom: 39px;
}
.faq-card{
  border-radius: 14px;
border: 0.5px solid  #FFFDFC;
background:  #FFF;
box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
margin-bottom: 14px;
}
.faq-card .faq-head{
padding: 5px 43px 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-card .faq-head h6{
  margin-top: 0;
  margin-bottom: 0;
  color: var(--body-font-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  max-width: 1320px;
  width: 100%;
}
.faq-card .faq-head button{
      background-color: transparent;
    border: none;
    cursor: pointer;
    transform: rotate(270deg);
    transition: all 0.2s ease;
    margin-left: auto;
    display: inline-flex;
    width: 28px;
    height: 28px;
    padding: 0;

}
.faq-card .faq-head button.open-arrow{
  transform: rotate(360deg);
}
.faq-card .faq-body{
  height: 0;
  overflow: hidden;
  padding: 0 43px;
  transition: all 0.2s ease;
}
.faq-card .faq-body p{
 color: #6D6D6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    max-width: 1200px;
    padding-left: 66px;
    margin-bottom: 10px;
}
.for-accodian.faq-card .faq-body p {padding-left: 0 !important;}
.faq-card .faq-body.open-body{
  padding: 5px 43px 16px;
  height: auto;
  overflow: auto;
}
/* sponser-section start */
.sponser-section{
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}
.sponser-section .sponser-wrap{
  border-radius: 55px;
    background: #FFF;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 -10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.sponser-section .sponser-inner{
  flex-basis: 14%;
  max-width: 14%;
  padding: 0 10px;
  text-align: center;
}
.sponser-section .sponser-inner img{
  width: 120px;
height: 103px;

}
/* footer start */
.footer{
  background: #1F242B;
  padding: 30px 0 18px;
margin-top: 60px;
}
.footer-inner{
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
  margin:0 auto;
}
.footer-wrap{
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap-box-one{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex-basis: 55%;
  max-width: 55%;
}
.footer-wrap-box-one .icon-wrap{
  display: flex;
}
.footer-wrap-box-one .icon-wrap button{
  background-color: transparent;
  border: none;
  margin-right: 16px;
  cursor: pointer;
}
.footer-wrap-box-one .icon-wrap button img{
  width: 24px;
  height: 24px;
}
.footer-wrap-box-one .sub-box-one h5{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--project-2nd-font);
  margin: 24px 0;
}
.footer-wrap-box-one .logo{
  width: 100%;
  max-width: 249px;
height: 63px;
}
.footer-wrap-box-one .sub-box-one h6{
  color:  #E4E4E4;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 1.8;
margin-top: 0;
}
.footer-wrap-box-one .sub-box-one {
  flex-basis: 40%;
  max-width: 40%;
  padding: 0 10px;
}
.footer-wrap-box-two{
  display: flex;
  flex-wrap: wrap;
  flex-basis: 45%;
  max-width: 45%;
}
.footer-wrap-box-two ul{
  padding: 0 25px;
  margin: 0;
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.footer-wrap-box-two ul li{
  list-style: none;
}
.footer-wrap-box-two ul li h6{
  color: #E4E4E4;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 1.4;
margin-bottom: 16px;
margin-top: 0;
}
.footer-wrap-box-two ul li a{
  color: #E4E4E4;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.footer-wrap-box-two ul li a:hover{
  color: var(--base-color);
}
.footer-orange-box{
  border-radius: 10.667px;
background: var(--base-color);
box-shadow: 0px 1.333px 5.333px 0px rgba(25, 33, 61, 0.08);
padding: 44px 32px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.footer-orange-box .footer-orange-left{
  display: flex;
  align-items: center;
}
.footer-orange-box .footer-orange-left span{
  font-size: 64px;
  color: #fff;
}
.footer-orange-box .footer-orange-left .left-txt{
  padding-left: 21px;
}
.footer-orange-box .footer-orange-left .left-txt h6{
  color: var(--color-white);
font-family: var(--project-2nd-font);
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 1.4;
margin-bottom: 10px;
}
.footer-orange-box .footer-orange-left .left-txt p{
  color: var(--color-white);
font-family: var(--project-2nd-font);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 1.4;
margin-bottom: 0;
}
.footer-orange-box .footer-orange-right{
  border-radius: 10px;
border: 1.333px solid  #F1F3F7;
background: var(--color-white);
box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
padding: 10px 10px 10px 24px;
width: 100%;
max-width: 487px;
display: flex;
}
.footer-orange-box .footer-orange-right input{
  width: calc(100% - 90px);
  padding-right: 20px;
  border: none;
  font-family: var(--project-2nd-font); color: #000!important;
}
.footer-orange-right input:focus,.footer-orange-right input:active{
  outline: none;
  box-shadow: none;
}
.footer-orange-right .primary-btn{
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 12px;
font-style: normal;
font-weight: 600;
}
.footer-orange-right .primary-btn:hover{background: #f66e25;}
 .bottom-footer{
  text-align: center;
  border-top: 1px solid  #E1E4ED;
  padding: 32px 10px 0;
  margin-top: 13px;
}
 .bottom-footer span,.bottom-footer span a{
  color:  #E4E4E4;
font-family: var(--project-2nd-font);
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 1.4px;
}
 .bottom-footer span a:hover{
  color: var(--base-color);
}

.catalog-category-view .column.main{
  padding-top: 0 !important;
}

/* breadcum start */
.breadcum ul {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.breadcum ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.breadcum ul li::before {
  content: "/";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #6D6D6D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.breadcum ul li:first-child::before {
  display: none;
}

.breadcum ul li:first-child {
  padding-left: 0;
}

.breadcum ul li a:hover {
  color: var(--base-color);
}

.pl-pl  i.icon-searchdd {font-size: 20px;}
.pl-pl  .search-outer .search_form input {font-size: 16px;}
.be-fr .header .top-right ul li a {padding: 0 4px;}

 /*** code Sneha ***/

/* listing-page-wrapper start */
.listing-page-wrapper {
  display: flex;
  align-items: start;
  margin: 40px 0;
}

.listing-page-wrapper .listing-menu {
  width: 100%;
  max-width: 380px;
}

.listing-page-wrapper .listing-menu h3 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-gray);
  padding: 16px 16px 16px 24px;
}

.listing-menu .menu-accordion .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid var(--color-gray);
}

.listing-menu .menu-accordion .menu-head h4 {
  color: var(--common-font-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.listing-menu .menu-accordion .menu-head h4.after-open-h4 {
  color: var(--base-color);
}

.listing-menu .menu-accordion .menu-head button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.listing-menu .menu-accordion .menu-head button.after-open-arrow {
  transform: rotate(90deg);
}

.listing-menu .menu-accordion .menu-head button span {
  font-size: 25px;
  color: var(--body-font-color);
}

.listing-menu .menu-accordion .menu-body {
  height: 0;
  overflow: hidden;
  padding: 0 16px 0 24px;
  transition: all 0.3s ease-in-out;
}

.listing-menu .menu-accordion .menu-body.after-open-body {
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid var(--color-gray);
  height: auto;
}

.listing-menu .menu-accordion .menu-body ul {
  padding-left: 2px;
}

.listing-menu .menu-accordion .menu-body ul li {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 8px;
}

.listing-menu .menu-accordion .menu-body ul li a {
  text-decoration: none;
  color: #6D6D6D;
  font-family: var(--project-front);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.listing-menu .menu-accordion .menu-body ul li a:hover {
  color: var(--base-color);
}
/* main listing page start */

.footer-wrap-box-one .sub-box-one h6 span {
  font-size: 16px;
}
/*** code Sneha ***/

.responsive-header-text{background-color:var(--base-color); display: flex; align-items: center; justify-content: center; padding: 10px 50px;
  font-size:var(--body-sml-font); color:var(--color-white); display: none;}
  .header .top-right ul li.ph-number{display: none;}

/* Mobile Mega Menu */
.mobile-megamenu {
  position: fixed;
    left: 0;
   /* top: 117px;*/
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    z-index: 99;
    max-width: 450px;
    flex-direction: column;
    margin-left: -450px;
    transition: all .5s;
    flex-wrap: wrap;
    -webkit-transition: all .25s;
} 
.mobile-megamenu .head {
  font-size: var(--font-medium-20);
  text-align: center;
  color: var(--heading-font-color);
  padding: 6px 10px 6px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:56px;
  width: 100%;
  border-bottom: #efebeb 0.5px solid;
}
.mobile-megamenu .head .cross{
  width: 40px;
  height:26px;
  font-size:32px;
  color: var(--heading-font-color);
  border: 0;
  outline: none;
  position: absolute;
  right:8px;
  top: 17px;
  text-decoration: none;
  display: flex; align-items: center;
}
.mobile-megamenu .menu-wrap {
  width: 100%;
  height:calc(100% - 158px);
  overflow-y: auto;
  padding:5px 0;
  overflow-x: auto;
}
.mobile-megamenu .menu-wrap .faq-card {
  border-radius:0;
  border:0;
  background: #FFF;
  box-shadow:none;
  margin-bottom:0;
  border-bottom: 0.5px solid #E4E4E4;
}
.mobile-megamenu .menu-wrap .faq-card .faq-head {
  padding:5px 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; cursor: pointer;
}
.mobile-megamenu .menu-wrap .faq-card .faq-head .img-sec {
  width: 40px;
  height: 40px;
  min-width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: #ccc 1px solid;
  padding: 2px;
  overflow: hidden;
}
.mobile-megamenu .menu-wrap .faq-card .faq-head .img-sec img {width: 100%;height: 100%; border-radius: 50%;}
.mobile-megamenu .menu-wrap .faq-card .faq-head button{ width: 28px; margin-top: 5px;}
.mobile-megamenu .menu-wrap .faq-card .faq-head button img{max-width: 26px;}
.mobile-megamenu .menu-wrap .faq-card .faq-head.open-body + .faq-body {
  padding:5px 15px 16px;
  height: auto;
  overflow: auto;
}
.mobile-megamenu .menu-wrap .faq-card .faq-head h4 {
  color: var(--body-font-color);
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  max-width: 1000px;
  margin-right: auto;
  margin-left: 10px;
  margin-top: 2px;
  width: 100%;
}

.mobile-megamenu .faq-card .faq-head button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transform: rotate(270deg);
  transition: all 0.2s ease;
}
.mobile-megamenu .faq-card .faq-head.open-body button{
  transform: rotate(360deg);
}
.mobile-megamenu.show + .manu-gra-bg{display: none;}
.mobile-megamenu .menu-wrap .faq-card .faq-head.open-body{background-color:var(--light-base-color);}
.mobile-megamenu .menu-wrap .faq-card .faq-head.open-body h4{color: var(--base-color);}
ul.iner-list{list-style: none; width: 100%;}
ul.iner-list li{display: flex; width: 100%; align-items: flex-start; padding: 6px 0; flex-direction: column; justify-content: flex-start;}
ul.iner-list li a{display: flex; width: 100%; align-items: center; text-decoration: none; color: var(--text-gray); border: 0; outline: none;}
ul.iner-list li a .img-sec{width: 40px;height: 40px;min-width: 40px;object-fit: cover;border-radius: 50%;border: #ccc 1px solid;padding: 2px;overflow: hidden;}
ul.iner-list li a .img-sec img {width: 100%;height: 100%;}
ul.iner-list li a h4 {color: var(--body-font-color);
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  max-width: 1000px;
  margin-right: auto;
  margin-left: 26px;
  margin-top: 2px;
  font-weight: 500;}
ul.iner-list li a h4 .text-red{color:var(--base-color);} 
ul.iner-list li a h4 p{ font-size: 14px; color:#6D6D6D; font-weight: normal;}

.mobile-megamenu.show + .manu-gra-bg{display: flex;}
.mobile-megamenu .menu-wrap .faq-card:last-child .img-sec, .mobile-megamenu .menu-wrap .faq-card:last-child button {display: none;}
.mobile-megamenu .menu-wrap .faq-card:last-child h4{ text-align: center; width: 100%; font-weight: 600;}
/* Mobile Mega Menu */ 

/* 20/12/2024 product deatil page css start*/
.detail-page-wrap {
  display: flex;
}
.detail-page-wrap .detail-page-left {
  width: 100%;
  max-width: 688px;
}
.detail-page-wrap .detail-page-left figure .main-img {
  width: 100%;
  height: 446px;
}
.detail-page-wrap .detail-page-left .detail-img-thumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 572px;
  margin: 27px -16px;
}
.detail-page-wrap .detail-page-left .detail-img-grid {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 16px;
}
.detail-page-wrap .detail-page-left .detail-img-grid img {
  width: 100%;
  height: 100px;
}
.detail-page-wrap .detail-page-left p {
  color: var(--text-gray);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin: 60px 0 0 0;
}
.detail-page-wrap .detail-page-left p span {
  margin-right: 8px;
}
.detail-page-wrap .detail-page-right {
  max-width: calc(100% - 572px);
  width: 100%;
  padding: 40px 40px 0 160px;
}
.detail-page-wrap .detail-page-right .price-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 574px;
  margin-top: 20px;
}
.detail-page-wrap .detail-page-right h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.detail-page-wrap .detail-page-right p {
  color: #6d6d6d;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.detail-page-wrap .detail-page-right .price-section h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-basis: 50%;
  max-width: 50%;
}
.detail-page-wrap .detail-page-right .price-section h2 span {
  font-size: 18px;
  font-weight: 300;
}
.detail-page-wrap .detail-page-right .price-section h3 {
  color: var(--base-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
  display: flex;
  align-items: center;
  flex-basis: 50%;
  max-width: 50%;
}
.detail-page-wrap .detail-page-right .price-section h3 span {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--body-font-color);
  padding-left: 8px;
}
.detail-page-wrap .detail-page-right .wish-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 574px;
  margin-top: 20px;
}
.detail-page-wrap .detail-page-right .wish-btn-wrap button {
  color: var(--base-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border: none;
  background-color: transparent;
  cursor: pointer;
  flex-basis: 50%;
  max-width: 50%;
  text-align: left;
  display: flex;
  align-items: center;
}
.detail-page-wrap .detail-page-right .wish-btn-wrap button span {
  font-size: 32px;
  margin-right: 10px;
}
.detail-page-wrap .cart-section {
  display: flex;
  align-items: start;
  width: 100%;
  max-width: 574px;
  margin-top: 25px;
}
.qty-cart {
  display: flex;
  border-radius: 5px;
  flex-basis: 50%;
  max-width: 50%;
}
.cart-btn-wrap {
  flex-basis: 50%;
  max-width: 50%;
}
.cart-btn-wrap .primary-btn {
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
  display: block;
}
.cart-btn-wrap .rate-link {
  display: block;
  text-align: center;
  color: #4e4c4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 8px;
}
.qty-cart .counter {
  width: 126px;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 8px;
}
.qty-cart .icon-btn {
  padding: 6px 8px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  border: 0.628px solid #e4e4e4;
  background-color: #fff;
  width: 60px;
  cursor: pointer;
}
.qty-cart .minus-sign {
  border-radius: 5px 0px 0px 5px;
}
.qty-cart .plus-sign {
  border-radius: 0px 5px 5px 0px;
}
.qty-cart .active-sign {
  background: var(--base-color);
  color: #fff;
  border: 0.628px solid var(--base-color);
}
.detail-page-main-txt {
  margin-top: 25px;
}
.detail-page-main-txt h4 {
  color: #6d6d6d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.detail-page-main-txt ul li {
  list-style: none;
  display: flex;
  margin-top: 16px;
}
.detail-page-main-txt ul li span {
  width: 120px;
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 30px;
}
.detail-page-main-txt ul li p {
  color: #4e4c4a !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: 0.48px;
  width: 200px;
}
.detail-accordian {
  margin-bottom: 24px;
}
.detail-accordian .accordian-head {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-accordian .accordian-head h5 {
  color: var(--heading-font-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
.detail-accordian .accordian-head button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 25px;
  transition: all 0.3s ease;
}
open-arrow {
  transition: transform 0.3s ease;
}

.rotate  {
  transform: rotate(-180deg);
}
.detail-accordian .accordian-body {
  padding: 0 44px;
  border-radius: 16.15px;
  background: #fffdfc;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
}
.detail-accordian .accordian-body.open-body {
  height: 100%;
  overflow: auto;
  padding: 23px 44px;
  margin-top: 16px;
}
.detail-accordian .accordian-body h6 {
  color: var(--text-gray);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.detail-accordian .accordian-body ul li {
  list-style: none;
  border-bottom: 1px solid var(--color-gray);
  display: flex;
}
.detail-accordian .accordian-body ul li:last-child {
  border-bottom: none;
}
.detail-accordian .accordian-body ul li .left-side-list {
  width: 380px;
  display: inline-block;
  border-right: 1px solid var(--color-gray);
  position: relative;
  padding: 15px 0;
}
.detail-accordian .accordian-body ul li b,
.detail-accordian .accordian-body ul li b {
  color: var(--heading-font-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.detail-accordian .accordian-body ul li .right-side-list {
  padding: 15px 0 15px 200px;
}
.detail-accordian .accordian-body ul li p,
.detail-accordian .accordian-body ul li p {
  color: var(--common-font-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
.detail-txt h4 {
  color: var(--text-gray);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 70px;
}
.brand-wrap .brand-letter {
  color: var(--base-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid var(--color-gray);
  margin-top: 10px;
  text-transform: uppercase;
}
.brand-wrap .brand-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.brand-wrap .brand-name .brand-grid {
  flex-basis: 16.66%;
  max-width: 16.66%;
  padding: 20px 10px;
}
.brand-wrap .brand-name .brand-grid p {
  color: var(--text-gray);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main input.form-control.amsearch-input::placeholder {
    font-family: "Roboto", sans-serif;
    color: #B3B3B3;
}
.mobile-megamenu.show + .manu-gra-bg{display: none;}
/* 17/12/2024 product deatil page css end*/
.main section.amsearch-wrapper-block {
  float: none;
  /* margin-left: 328px; */
  max-width: 991px;
  margin: 0 auto;
  height: 85px;
  display: flex;
  align-items: center;
  margin-top: -127px !important;
  /* position: sticky; */
  top: 83px;
  z-index: 9;
}
.no-result-body {
  padding: 30px;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.no-result-body .top {
  padding: 0;
  margin: 0;
  width: 100%;
}

.no-result-body .top h5 {
  color: var(--body-font-color);
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}

.no-result-body .top p {
  color: var(--body-font-color);
  font-size: var(--font-medium-24);
  font-weight: normal;
}

.no-result-body .bottom {
  padding: 25px 0 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

a.contact-box {
  padding: 0;
  margin: 0 8px;
  width: 195px;
  height: 150px;
  border-radius: 28px;
  border: #E4E4E4 1px solid;
  outline: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

.no-result-body .bottom a.contact-box i {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: var(--base-color);
}

.no-result-body .bottom a.contact-box p {
  padding: 4px 0 0;
  margin: 0;
  font-size: var(--font-medium-18);
  color: var(--base-color);
  text-align: center;
}

.no-result-body .bottom a.contact-box span {
  display: block;
  text-align: center;
  font-size: var(--body-sml-font);
  color: var(--body-font-color);
  padding-top: 5px;
}

.no-result-body .bottom a.contact-box:hover, .no-result-body .bottom a.contact-box.active {
  background-color: var(--base-color);
}

.no-result-body .bottom a.contact-box:hover i, .no-result-body .bottom a.contact-box:hover p, .no-result-body .bottom a.contact-box:hover span, .no-result-body .bottom a.contact-box.active i, .no-result-body .bottom a.contact-box.active p, .no-result-body .bottom a.contact-box.active span {
  color: var(--color-white);
}
.search_wrap.show {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all .5s ease-in-out;
}
#searchbtn{
  display: none;
  }

  .main #refreshButton {
    display: none !important;
  }
  .for-accodian .faq-card .faq-body p{padding-left: 0;}
  .footer-wrap-box-one .sub-box-one h6 .leg-notic-footer{
color: white;
}

.footer-wrap-box-one .sub-box-one h6 .leg-notic-footer:hover{
color: #F96D00;
}

.footer.content {
width: 100% !important;
max-width: 1600px !important;
padding: 0 30px;
margin: 0 auto;
}
.no-search-page{text-align: center;}
button.btn.btn-link.dropdown-toggle.py-0.pr-4.pl-3 {
color: var(--color-white);
font-size: var(--font-medium-20);
padding: 0 15px;
border: 0;
outline: none;
cursor: pointer;
text-decoration: none;
}

a.fip_header__text_button.fip_header__text_button--callus.fip_header__header_callus.hidden-sm.hidden-xs {
color: #f66e25;
 display: flex;
    align-items: center;
}

ul > li, ol > li {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.wp-confirmation-popup .action-buttons .action.continue-shopping:hover {
   background-color: var(--color-white);
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a:hover {
 color:#F96D00;
}

.search_wrap {
  margin-top: 31px;
}

.footer-wrap-box-one .icon-wrap a{
  width: 39px;
}

.search_wrap .amsearch-products-section.-grid .amsearch-link {
  text-decoration: underline;
  font-size: 20px;
  color: var(--base-color);
  text-align: center;
  cursor: pointer;
  margin-top: 34px;
}

.main section.search_form.-dynamic-width.-typed.-match {
  min-width: 345px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    height: 85px;
    border-radius: 40px;
    padding: 7px;
    background: white;
}

.main button.btn.btn-link.search_btn {
  color: #ccc;
    padding-right: 0px;
    background-color: #f66e25;
    border: transparent;
    text-decoration: none;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    width: 175px;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main input.form-control.amsearch-input {
  border: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    padding-right: 190px;
    padding-left: 75px;
    background: white;
    font-family: "Roboto", sans-serif;
    color: #B3B3B3;
}

.main .amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
  width: 1020px !important;
  border-radius: 40px;
}

.main section.search_form {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  padding: 7px;
  background: white;
}

.main .search-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  top: 21px;
  left: 32px;
}

i.icon-searchdd {
  color: #ffff;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-right: 8px;
  font-family: "Roboto", sans-serif !important;
}
.search-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  top: 14px;
  left: 24px;
}

.search-outer .amsearch-form-block {
  width: 100% !important;
  /* overflow: hidden; */
  margin-top: 20px !important;
}

.cms-index-index .search-outer .amsearch-form-block {
  width: 100% !important;
  /* overflow: hidden; */
  margin-top: 11px !important;
}

img.footerlogo {
  margin-top: 0;
  width: 100%;
    max-width: 249px;
    height: 63px;
}

.breadcrumbs .items a {
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  font-family: var(--project-2nd-font);
}

.breadcrumbs .item:not(:last-child):after {
  margin: 2px !important;
  color: #6D6D6D !important;
  font-size: 18px !important;
  content: "/";
  font-weight: 800 !important;
  font-family: "var(--project-front) !important";
}

.breadcrumbs .items > li {
  color: #6D6D6D !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  font-family: var(--project-2nd-font) !important;
}

.catalog-product-view .page-title-wrapper h1 span {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.catalog-product-view .product.attribute.overview .value {
  color: #6d6d6d;
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.2;
  }

  .catalog-product-view .product-info-price .price-box .price {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-basis: 50%;
    max-width: 50%;
}

span.ex-vat{
  font-size: 18px;
    font-weight: 300;
    color: #000;
    font-style: normal;
    display: flex;
    align-items: center;
    flex-basis: 50%;
}

.catalog-product-view .additional-attributes-wrapper.table-wrapper {
  margin-top: 25px;
}

.info_list_data li {
  list-style: none;
  display: flex;
  margin-top: 16px !important;
}

.info_list_data li span.info_label {
  width: 260px;
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 30px;
}

.info_list_data li span.info_data {
  color: #4e4c4a !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: 0.48px;
  width: 260px;
}

.avaliable-stock-api{
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--body-font-color);
  padding-left: 8px;
}

.brand-wrap .brand-name .brand-grid p a:hover {
  color: var(--base-color);
}
.search-outer .search_form input {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  padding-right: 120px;
  padding-left: 65px;
  background: white;
}

.search-outer section.amsearch-wrapper-block {
    display: block;
    float: none;
    /* margin-left: 328px; */
    max-width: 991px;
    margin: 0 auto;
    height: 71px;
    display: flex;
    align-items: center;
    margin-top: -127px !important;
    /* position: sticky; */
    top: 60px;
    z-index: 9;
}
.search-outer .amsearch-form-block.-opened {
  align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: .3s;
}

.search-outer .search_form {
  display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    height: 69px;
    border-radius: 40px;
    padding: 7px;
    background: white;
}

.search-outer .search_form .btn {
    color: #ccc;
    padding-right: 0px;
    background-color: #f66e25;
    border: transparent;
    text-decoration: none;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    width: 140px;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .top-right ul li a .head-icn {
  color: #fff;
  display: none;
}
#refreshButton{
  display: none;
}

.main .amsearch-products-section {
padding: 0 !important;
}

.footer-orange-box .nes-spn {
    width: CALC(100% - 487px);
}
.minicart-items-wrapper {
    height: 100% !important;
    max-height: 525px;
}
/* mini Cart Start*/
.brand-grid a:visited, .alink:visited {
  color: #393E46 !important;
  text-decoration: none;
}

#switcher-language-trigger{
  button:active{background-color: #f66e25!important;}
    button:focus{background-color: #f66e25!important;}
  }
  button.btn.btn-link.dropdown-toggle{background-color: #f66e25 !important;font-size: 16px !important; font-weight: normal !important;}

[class^="flag-icon-"],
[class*=" flag-icon-"] {
    width: 19px;
    height: 15px;
    background-size: cover;
    margin-right: 10px;
    background-image: url(../media/wysiwyg/flags.webp);  
    background-size: 68px;   
}

.flag-icon-be-fr{ 
    background-position: -9px -7px;
 }
 .flag-icon-be-nl{ 
    background-position: -9px -7px;
 }
 .flag-icon-cz-cs{ 
    background-position: 263px 174px;
 }
 .flag-icon-de-de{ 
    background-position: 233px 175px;
 }
 .flag-icon-es-es{ 
    background-position: 233px 26px;
 }
 .flag-icon-fr-fr{ 
    background-position: 262px 149px;
 }
 .flag-icon-it-it{ 
    background-position: 233px 150px;
 }
 .flag-icon-nl-nl{ 
    background-position: 263px 122px;
 }
  .flag-icon-pl-pl{ 
    background-position: 97px 122px;
 }
  .flag-icon-pt-pt{ 
    background-position: 58px 98px;
 }
  .flag-icon-ch-de{ 
    background-position: 58px 74px;
 }
  .flag-icon-ch-fr{ 
    background-position: 58px 74px;
 }
  .flag-icon-ch-it{ 
    background-position: 58px 74px;
 }
 .flag-icon-gb-en{ 
    background-position: 58px 50px;
 }
 .flag-icon-ie-en{ 
    background-position: 29px 54px;
 }
 .flag-icon-es{ 
    background-position: 233px 26px;
 }
 .flag-icon-en{ 
    background-position: 58px 50px;
 }
 .top-flag{
    margin-top: 3px; 
}

/* 14-1-2025 */
.search-drop{max-width: 100%;}
.search-drop ul.list li a .product-name{font-size: 24px;}
.price-container.price-final_price.tax{display: flex!important;}
.search-drop ul.list li a .img-sec {width: 60px;height: 60px; min-width: 60px;}
/*15-1-2025 */
.slider-part  .slick-slide {
   padding: 0px 12px 24px ;
   height: inherit !important;
}
.slider-part .slick-track{
    display:flex !important;
}
.slider-part  .slick-slide>div{
    height:100%;
}

.search-hide{
  display: none !important;
}

.main .no-search-input {
        position: absolute;
        left: 0;
        right: 0;
        height: 0;
        background: #fff;
        top: 59px;
        padding-left: 15px;
        padding-right: 15px;
    }

.faq-card .faq-head button img{height: 100%!important; width:100%!important;
}
.header .top-right ul li a i.head-icn{padding-left:0px!important; padding-right: 0px!important;}
.main .amsearch-result-section{
  top: 21px !important;
} 

/* ======= mini cart ======== */

.block.block-minicart.ui-dialog-content.ui-widget-content{
   height: calc(100vh - 140px); right: -101px;
}
.minicart-wrapper .block-minicart:before{display: none!important;}
.minicart-wrapper .block-minicart:after{display: none!important;}
a.action.showcart.btn.btn-link.active:after {
  position: fixed;
  display: block;
  content: "";
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  bottom: 0;
  top: 148px;
  height: calc(100vh - 148px);
}

.shoping-mn-cart{
  color: #000;
   font-size: 20px;
   font-weight: 600;
   height: 100%;
   padding-bottom: 10px;
   margin-top: -15px;
}
.minicart-wrapper .action.close{
  right: 8px!important;
   top: 12px!important;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.minicart-items .product-item-details .details-qty .less, .minicart-items .product-item-details .details-qty .more{
  width: 40px;
   height: 35px;
   border: #ccc 1px solid;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size:25px;
   border-right: 0;
}
.minicart-items .product-item-details .details-qty .less{font-size:40px!important;}
.minicart-items .product-item-details .details-qty .more{border-left:0px; border-right: #ccc 1px solid ;}
.minicart-items .product-item-details .details-qty .less:hover,.minicart-items .product-item-details .details-qty .more:hover{background-color: #f66e25;
  border: #f66e25 1px solid; color: #fff;
}
.minicart-items .item-qty {
  text-align: center;
  width: 55px; height: 35px;
}

.minicart-wrapper .block-minicart{width: 520px!important;}
.minicart-items .product-item-pricing .label {
  margin-right: 10px!important;
}
.minicart-items .update-cart-item {font-size: 16px!important;border-radius: 3px;}
.minicart-items .product-item-name{margin: 0 0 20px; width: calc(100% - 72px)!important;}
.minicart-items .product-item-details{position: relative;}
.minicart-items .product-item-details .price-container{display: inline-block;position: absolute;right: 0;top: -5px;}
.block-minicart .subtotal {margin: 20px 0 10px 0!important;text-align: right!important;}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px!important;
  border-radius: 5px;
  overflow: hidden;
}
.block-minicart .subtotal .amount.price-container{display: inline-block;}
.block-minicart .subtotal {margin: 20px 0 10px 0;display: flex;justify-content: space-between;}
.minicart-lnk{
  display: flex;
   align-items: center;
   justify-content: space-between; margin-top: 26px;
}
.minicart-lnk .action.viewcart{
  padding:10px 36px;
   box-sizing: border-box;
   border: #f96d00 1px solid;
   border-radius: 4px;
   color: #f5f3f2;
   background-color: #f96d00;
}
.minicart-lnk .action.viewcart:hover{background-color: #f5f3f2; color: #f96d00;}
.action.primary, .action-primary{padding: 10px 26px!important; border-radius: 4px;border: #f96d00 1px solid;}
.action-secondary.action-dismiss, .action-primary .action-accept{
    padding: 10px 26px !important;
    border-radius: 4px;
    padding: 10px !important;
    border-radius: 6px !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
  }
  button.action-secondary.action-dismiss:hover {
    background: #fff !important;
    border: #f96d00 1px solid !important;
    color: #f96d00 !important;
}
.minicart-items .action.edit{display: none !important;}
.action.close-shopping-con{
    background: transparent;
    color: #f96d00;
    border-bottom: #f96d00 1px solid;
    padding-bottom: 2px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    max-width: 196px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}
.action.close-shopping-con span.icon-right{transform: rotate(180deg);
  position: absolute;
  left: 4px;
  top: 10px;}
/* mini cart end */
.action.primary:hover, .action-primary:hover {
    background: #fff!important;
    border: #f96d00 1px solid!important;
    color: #f96d00!important;
}
.cms-index-index .dropdown{ margin-right:14px!important }
.catalog-product-view .dropdown{ margin-right:14px!important }
/* responsive */
@media(max-width:1900px){.pl-pl.search-outer .search_form input {
        padding-left: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  }
@media(max-width:1700px){
  .minicart-items-wrapper {
    height: 100% !important;
    max-height: 394px;
}
.action.close-shopping-con{bottom:10px!important;}
  .header .top-header p{font-size: 15px!important}
  .header .top-right ul li a{font-size: 15px!important}
  .slider-part::after {
    top: 0;
    right: 0;
}
.slider-part .slick-next {
  right: 110px;
}
.slider-part .slick-prev {
  left: -20px;
}
.header .header-bottom .center{width: calc(100% - 800px);}
.header .header-bottom .right .ph-number {font-size: 15px;}
.search-outer .search_form input {
        padding-left: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media(max-width:1500px){
  .slider-part .slick-prev {
    left: 0px;
  }
  .detail-page-wrap .detail-page-right {
    padding: 40px 40px 0 40px;
  }
  .header .top-right ul li a{padding: 0 6px;}
  button.btn.btn-link.dropdown-toggle {
    background-color: #f66e25 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    display: flex;
}
}
@media(max-width:1440px){
  .page-wrapper .minicart-wrapper .block-minicart {
    margin-top: 12px;
}
  .banner-outer .banner-txt h2 {
    font-size: 35px;
  }
  .banner-outer .banner-txt p {
    font-size: 20px;
    margin-top: 10px;
}
.three-step .number-box {
  width: 45px;
  height: 45px;
  font-size: 34px;
  margin: 0 auto 13px;
}
.three-step .step-count p {
  font-size: 18px;
}
.choose-us {
  padding: 30px 0px;
}
.choose-us .choose-us-container h2 {
  font-size: 30px;
}
.choose-us .choose-us-inner span {
  font-size: 50px;
}
.choose-us .choose-us-inner h4 {
  font-size: 18px;
}
.home-heading {
  font-size: 30px;
}
.client-section .client-card p {
  font-size: 14px;
}
.primary-btn {
  padding: 17px 15px;
  font-size: 15px;
}
.new-product-section .new-product-img {
  width: 100%;
  max-width: 628px;
  height: 420px;
}
.new-product-section .new-product-txt {
  padding: 12px 30px;
  max-width: calc(100% - 628px);
}
.new-product-section .new-product-txt p {
  font-size: 18px;
}
.new-product-section .product-tab-wrap .product-tab button h6 {
font-size: 18px;
}
.faq-card .faq-head h6 {
  font-size: 20px;
}
.faq-card .faq-body p {
  font-size: 14px;
}
.sponser-section .sponser-inner img {
  width: 100px;
  height: 86px;
}
.footer-wrap-box-one .sub-box-one h6 {
  font-size: 13px;
}
.footer-wrap-box-two ul li a {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-wrap-box-two ul li h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-wrap-box-one .logo {
  width: 100%;
  max-width: 208px;
  height: 57px;
}
.footer-orange-box .footer-orange-left span {
  font-size: 48px;
}
.footer-orange-box .footer-orange-left .left-txt h6 {
  font-size: 18px;
  margin-bottom: 3px;
}
.footer-orange-box .footer-orange-left .left-txt p {
  font-size:13px;
}
.bottom-footer span, .bottom-footer span a {
  font-size: 15px;
}
.header .header-bottom .left a.logo {
  width: 204px;
  height: 45px;
}
.header .header-bottom .left .all-product p {
  font-size:18px;
}
.header .top-header p {
  font-size: 15px;
  margin-bottom: 0;
}
.footer-orange-box {
  padding: 25px 25px; display: flex;
}
.banner-outer .banner-txt {
  padding: 10px 0 10px 90px;
}
.header .header-bottom {
  padding: 12px 40px;
}
.header .top-header {
  padding: 0 40px;
}
.header .top-right ul li a {
  font-size: 16px;
}
.header .header-bottom .left .all-product .humbargar {
  width: 26px;
  height: 26px;
}
.megamenu .mega-left{width: 420px;}
.submenu-wrap {width: 600px;left: 408px;padding-left: 18px;}
.megamenu .mega-left .head{font-size:var(--font-medium-24); height: 60px;}
.megamenu .mega-left .head .cross{font-size: 36px;}
.megamenu .mega-left .menu-wrap ul li{padding: 8px 12px;}
.megamenu .mega-left .menu-wrap ul li .img-sec {width: 50px;height: 50px;min-width: 50px;}
.megamenu .mega-left .menu-wrap ul li .text{font-size: 18px;}
.submenu-wrap .inner-sec .inrhead{font-size: 24px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog .img-sec{width: 50px; height: 50px; min-width: 50px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li{padding: 2px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a{padding-top: 1px;}
.submenu-wrap .inner-sec .inr-product-list ul li {padding-right: 5px !important; padding-bottom: 0px !important;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog{padding-bottom: 8px;}
.submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a.main-head{font-size: 18px;}
.footer-orange-box .footer-orange-left {display: flex;
  align-items: center;
  width: 50%;
  padding-right: 15px;
}
.footer-orange-box .footer-orange-right{width: 50%;}
.footer-wrap-box-one .logo {
  width: 100%;
  max-width: 208px;
  height: 57px;
}
.header .header-bottom .left .all-product .humbargar {
  width: 26px;
  height: 26px;
}
.search-outer .search_form input{font-size: 15px;padding-right: 144px;padding-left: 60px;
}
.footer-orange-box .footer-orange-left {
        display: flex;
        align-items: center;
        width: 100%;
        padding-right: 15px;
    }
    .block.block-minicart.ui-dialog-content.ui-widget-content {right: -26px;}  
}
@media (max-width: 1366px) {
  .cart-list-wrap .cart-list-left {
    padding: 0 12px;
  }
  .cart-list-wrap .order-sum-right {
    padding: 0 12px;
  }
  .cart-list-wrap {
    margin: 20px -12px 0;
  }
  .cart-list-wrap .order-sum-right .order-sum-box {
    padding: 17px 20px 75px;
  }
  .cart-box .cart-img img {
    width: 100px;
    height: 100px;
  }
  .cart-box .cart-txt {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .cart-box .cart-txt .cart-count-sec .cart-counter .quantity-txt {
    font-size: var(--body-cmn-font);
  }
    .detail-page-wrap .detail-page-right h1 {
    font-size: 28px;
  }
  .detail-page-wrap .detail-page-right p {
    font-size: 20px;
  }
  .detail-page-wrap .detail-page-right .price-section h2 {
    font-size: 28px;
  }

  .detail-page-wrap .detail-page-right .price-section h3 {
    font-size: 20px;
  }
  .qty-cart .icon-btn {
    padding: 6px 8px;
    font-size: 15px;
    width: 47px;
  }
  .qty-cart .counter {
    font-size: 25px;
  }
  .detail-page-main-txt h4 {
    font-size: 18px;
  }
  .detail-page-main-txt ul li span {
    font-size: 14px;
  }
  .detail-page-main-txt ul li p {
    font-size: 14px !important;
  }
  .detail-page-wrap .detail-page-left p {
    font-size: 18px;
    margin: 35px 0 0 0;
  }
  .detail-page-wrap .detail-page-left .detail-img-thumb {
    margin: 15px -16px;
  }
  .detail-accordian .accordian-head {
    padding: 12px 0;
  }
  .detail-accordian .accordian-head h5 {
    font-size: 24px;
  }
  .detail-accordian .accordian-body.open-body {
    padding: 13px 30px;
    margin-top: 10px;
}
.detail-accordian .accordian-body h6 {
  font-size: 24px;
}
.detail-accordian .accordian-body ul li b, .detail-accordian .accordian-body ul li b {
  font-size: 18px;
}
.detail-accordian .accordian-body ul li .left-side-list {
  padding: 10px 0;
}
.detail-accordian .accordian-body ul li .right-side-list {
  padding: 10px 0 10px 160px;
}
.detail-accordian .accordian-body ul li p, .detail-accordian .accordian-body ul li p {
  font-size: 14px;
}
.detail-accordian .accordian-body ul li .left-side-list {
  width: 320px;
}
.detail-accordian {
  margin-bottom: 16px;
}
.detail-txt h4 {
  font-size: 24px;
}
.brand-wrap .brand-letter {
  font-size: 24px;
}
.brand-wrap .brand-name .brand-grid {
  padding: 10px 10px;
}
.brand-wrap .brand-name .brand-grid p {
  font-size: 16px;
}

.new-product-section .new-product-img {max-width:450px;height: 340px;}
.new-product-section .new-product-txt {max-width: calc(100% - 500px);}
.new-product-section .new-product-txt .primary-btn {margin-top: 15px;}
.new-product-section{margin-top: 90px;}
.search-outer .search_form input {
        padding-left: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:1280px){

  .banner-outer .banner-txt {
    padding: 10px 0 10px 50px;
}
.header .header-bottom {
  padding: 12px 50px;
}
.header .top-header {
  padding: 0 50px;
}
.banner-outer {
  width: 100%;
  height: 510px;
}
.search-outer button.search-btn {
  width: 157px;
  font-size:16px;
}
.search-outer .search-input-outer {
  width: calc(100% - 220px);
}
.search-outer .search-input-outer .search-icon i {
  font-size: 23px;
}
.search-outer {
  height: 75px;
  justify-content: center;
}
.search-outer .search-input-outer .search-icon {
  top: 15px;
}
.search-outer .search-input-outer input {
  font-size: 20px;
}
.slider-part::after {
  max-width: 180px;
}
.new-product-section .product-tab-wrap .product-tab button img {
  width: auto;
  height: 36px;
}
.breadcum ul li a {
  font-size: 20px;
}
.detail-page-wrap .detail-page-left figure .main-img {
  height: 390px;
}
.detail-page-wrap .detail-page-right .wish-btn-wrap button span {
font-size: 22px;
}
.detail-page-wrap .detail-page-right .price-section h3 {
font-size: 18px;
}
.detail-page-wrap .detail-page-right .price-section h3 span {
font-size: 10px;
}
.detail-page-wrap .detail-page-right .price-section h2 span {
font-size: 14px;
}
.cart-btn-wrap .rate-link {
font-size: 14px;
}
.search-drop{ top:75px;max-width: 90%;margin: 0 auto;}
.search-drop ul.list li a .product-name{font-size: 20px; font-size: 20px;}
.search-drop ul.list li a .img-sec{width: 50px;height: 50px;}
.search-drop ul.list li a .price{font-size: 18px;}
.search-drop ul.list li a .price span{font-size: 11px;}
.search-drop a.viewall{margin-top: 20px;font-size: 18px;}
.main section.amsearch-wrapper-block {margin-top: -127px !important;}
.main .amsearch-form-block {width: 96% !important;}
.main section.search_form {
  width: 96%;
  height: 55px;
}
.header .header-bottom {padding: 12px 25px;}
  .header .top-header {padding: 0 25px;}
  .header .header-bottom .left a.logo{width: 170px; height: auto;min-width: 170px;}
  .header .header-bottom .left .all-product{padding-left: 10px;}
  .search-outer {height: 60px;}
  .search-outer .search_form{height: 62px;}
  .search-outer .search_form input{padding-left: 50px; white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
  .search-icon{top: 12px;left: 18px;}
  .header .header-bottom {padding: 8px 25px;}
  .search_wrap {margin-top: 46px;}
  .main .search-icon {
  top: 9px;
  left: 23px;
 }

 .header .top-right ul li a {
        font-size: 15px;
    }
    .search-outer section.amsearch-wrapper-block{top:52px}
    .search-outer .search_form .btn{width: 100px;}
    i.icon-searchdd{font-size: 20px;}
}

@media (max-width: 1199px) {
  .detail-page-wrap .detail-page-left {
    max-width: 400px;
}
.detail-page-wrap .detail-page-right {
  max-width: calc(100% - 400px);
  padding: 30px;
}
.detail-page-wrap .detail-page-left figure .main-img {
  height: 290px;
  object-fit: cover;
}
.detail-page-wrap .detail-page-left .detail-img-grid img {
  width: 100%;
  height: 68px;
  object-fit: cover;
}
.detail-page-wrap .detail-page-right h1 {
  font-size: 22px;
}
.detail-page-wrap .detail-page-right p {
  font-size: 17px;
}
.detail-page-wrap .detail-page-right .price-section h2 {
  font-size: 22px;
}
.detail-page-wrap .detail-page-left p {
  font-size: 15px;
}
.detail-page-main-txt h4 {
  font-size: 15px;
}
.brand-wrap .brand-name .brand-grid p {
  font-size: 14px;
}
.breadcum ul li a {
  font-size: 16px;
}
.breadcum ul li::before {
  top: -3px;
}
.breadcum ul {
  margin: 28px 0;
}
.detail-accordian .accordian-head h5 {
  font-size: 22px;
}
.detail-accordian .accordian-body h6 {
  font-size: 22px;
}
.detail-accordian .accordian-body ul li b, .detail-accordian .accordian-body ul li b {
  font-size: 16px;
}
.detail-accordian .accordian-body ul li .right-side-list {
  padding: 10px 0 10px 80px;
}
.detail-txt h4 {
  font-size: 22px;
  margin-top: 45px;
}
.brand-wrap .brand-letter {
  font-size: 22px;
}
.brand-wrap .brand-name .brand-grid {
  flex-basis: 20%;
  max-width: 20%;
}
.how-it-works {
  margin: 80px auto 0;
  padding: 0 20px;
}
.header .top-right ul li a {
        padding: 0;
    }
    .footer-orange-box .nes-spn{ margin-bottom: 20px!important;}
     .footer-orange-box .nes-spn {
        margin-bottom: 20px !important;
        width: 100%;
    }
}

@media(max-width:1150px){
  .megamenu{left: -50px;}
  .megamenu .mega-left {width: 350px;}
  .submenu-wrap{left: 340px;}
  .megamenu .mega-left .head{justify-content: flex-start;}
  .submenu-wrap .inner-sec .inr-product-list ul li .submenu-blog ul.text li a.main-head{font-size: 17px;}
  .header .top-header p {font-size: 13px;}
  .header .top-right ul li a {font-size: 13px;}
}

@media(max-width:1024px){
  .choose-us .choose-us-outer{margin-top: 40px;flex-basis: 33.3%;max-width: 33.3%;}
  .header .header-bottom .left{padding-right: 12px;}
  .search-outer .search_form .btn{width: 104px;}
  i.icon-searchdd{font-size: 18px;line-height: 20px;height: 20px;}
  .search-outer {height: 48px;}
  .search-outer .search_form{height: 50px;}
  .search-outer .search_form input{font-size: 16px;padding-right: 95px; padding-right: 95px;}
  .search-icon{width: 28px;height: 28px; top: 10px; left: 14px;}
  a.fip_header__text_button.fip_header__text_button--callus.fip_header__header_callus.hidden-sm.hidden-xs{display: flex;}
  .search_wrap {margin-top: 56px;}
  .header .header-bottom .right .ph-number {font-size: 16px;
    i{font-size: 20px;}
  }
  .banner-outer{margin-top: 140px;}
}

@media(max-width:991px){
  .cms-index-index {
      margin-top: -156px !important;
  }  
.page-header .panel.wrapper .switcher .options ul.dropdown a.dropdown-item {
padding:5px !important;
min-width: 210px ;
}
  header.page-header .amsearch-result-section {top: 0 !important;}
  .pr-4, .px-4 {padding-right: 0 !important;}
  .page-header .panel.wrapper .switcher .options ul.dropdown {
        min-width: 210px !important;
       overflow-x: hidden;
    }
.page-main .product-item .actions-primary {margin: 15px 20px 0;}
  .responsive-header-text{font-size:var(--body-sml-font12); display: flex;}
  .header .top-header{justify-content: flex-end; padding: 0 30px;}
  .header .top-header p{display: none;}
  .header .top-right ul li a{padding: 0 10px;height: 100%;align-items: center;display: flex;}
  .header .top-right {display: block;width: 100%;}
  .header .top-right ul{width: 100%; justify-content: flex-end;}
  .header .top-right ul li.ph-number{
    padding: 0 12px 0 0;
    margin: 0;
    display: inline-flex;
    align-items: flex-start;
    color: var(--color-white);
    font-size: var(--body-sml-font15);
    margin-right: auto;
}
.header .top-right ul li.ph-number i{font-size: 18px; padding-right: 5px;}
.header .header-bottom .right .ph-number{display: none;}
.header .header-bottom .left a.logo {width: 145px;height: auto;}
.header .header-bottom {padding: 5px 30px; height: 45px;}
.header .header-bottom .left{flex-direction: row-reverse;}
.header .header-bottom .left .all-product p{display: none;}
.header .header-bottom .left .all-product {padding-left: 0;padding-right: 20px;height: 36px;}
.megamenu{display: none!important;}
.mobile-megamenu.show{display: flex; margin-left:0; }
.detail-page-wrap .detail-page-right {
  padding: 30px 10px;
  max-width: calc(100% - 350px);
}
.detail-page-wrap .detail-page-left {
max-width: 350px;
}
.detail-accordian .accordian-body ul li .left-side-list {
max-width: 275px;
}
.detail-accordian .accordian-body ul li .right-side-list {
  max-width: calc(100% - 275px);
  }
.detail-accordian .accordian-body.open-body {
padding: 13px 20px;
}
.mobile-megamenu.show + .manu-gra-bg{display: flex; height: calc(100% - 144px)}
.slider-part::after {max-width: 38px;}
.slider-part .slick-next {right: 0px;}
.footer-wrap-box-one{flex-basis: 100%; max-width: 100%; margin: 0;}
.footer-wrap-box-one .sub-box-one{flex-basis: 100%;max-width: 100%; display: flex;align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top:0; padding: 0;
  margin-bottom: 20px;
}
.footer-wrap-box-one .sub-box-one h5{display: inline-flex;padding:0 0 10px;margin: 0;}
.footer-wrap-box-one .icon-wrap {display: inline-flex;}
.social-section{display: inline-flex; flex-direction: column;}
.footer-wrap-box-one .sub-box-one h6 {font-weight: 300;}
.footer-wrap-box-one .sub-box-one h6 a{color: #fff; text-decoration: underline; font-weight:300;}
.footer-wrap-box-two {display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 100%;
}
.footer-wrap-box-two ul:first-child { padding-left: 0;}
.footer-wrap-box-two ul:last-child{ padding-right: 0;}

.for-mobile-search{display: flex !important;}
.search-drop.for-mobile-drop{display: none; top: 65px; width: 100%; max-width: 100%;}
.search-drop.for-mobile-drop.show{display: flex;}
.mobile-search-input{padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  width: 100%;
  min-height: 30px;
  border-bottom: #ccc 1px solid;
}
.mobile-search-input input {
  width: 100%;
  padding:8px 50px 8px 50px;
  height: 100%;
  border: 0px;
  color: var(--color-gray);
  font-size: var(--font-medium-24);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  outline: none;
}
.mobile-search-input .search-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  top: 20px;
  left: 40px;
}
.header .header-bottom .left a.logo img {
  width: 145px;
  height: auto;
}
.header .header-bottom .left .all-product {
  padding-left: 0;
  padding-right: 20px;
  height: 36px;
}
.three-step .step-count-section {margin: 0;}
.search_wrap{
  display: none;
}
#searchbtn{
display: block;
}
.page-layout-1column .product-info-main {
  width: 100% !important;
}
.new-product-section .new-product-img {
    max-width: 400px;
    height: 340px;
}  
.new-product-section .new-product-txt {
    max-width: calc(100% - 400px);
    padding: 12px 15px;
}
.mobile-megamenu.block {
  display: flex;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.main section.search_form {
width: 96% !important;
height: 55px !important;
}
.search-outer section.amsearch-wrapper-block {
display: block !important;
margin-top: -104px !important; top: 60px; background-color:#ffffff;
}
.search-outer .amsearch-form-block{padding-right: 15px!important;}
.search-outer .amsearch-items-section {top:58px !important;}
.search-outer .search-drop{border:0px!important; padding:12px 15px 30px 15px;}
  .search-outer {
  height: 70px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 44px;
  padding-top: 15px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.search-outer.amsearch-result-section{top:0!important; padding: 10px 0 0!important;}
.search-outer .search_form .btn{ display: none;}
.search-outer .search_form input {
font-size: 16px;
padding-right: 0!important;
}
.amsearch-items-section {
   padding: 24px 0 0 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 43px;
  height: 100vh;
}
.amsearch-products-section{
height: 100vh;
}
.search-drop{
max-height: none;
height: 100vh;
}
.search-drop ul.list li a .product-name {
font-size:15px;
padding-left: 12px;
}
.search-drop ul.list li a .price{font-size: 18px !important;}
.no-search-input{
position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-drop ul.list li a .product-name {font-size: 18px!important;}
.header .header-bottom .right ul.menu{
  position: absolute!important;
  right: -8px!important;
  top: -17px!important;
}
.main .no-search-input {
      position: absolute;
      left: 0;
      right: 0;
      height: 0; 
      background: #fff;
      top: 59px;
      padding-left: 15px;
      padding-right: 15px;
  }

  #refreshButton{
    display: block;
  }

  .main #refreshButton{
    display: none;
  }
  .block.block-minicart.ui-dialog-content.ui-widget-content {right: -30px;}

  .faq-card .faq-body p {
  padding-left: 0;
  color: #6D6D6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    max-width: 1200px;
    padding-left: 66px;
    margin-bottom: 10px;
  }

  .main .amsearch-form-block {
      width: 96% !important;
  }

  

img.footerlogo {
  max-width: 184px;
  height: 46px;
}

.header .top-right ul li a .head-icn {
      display: inline-flex;
  }
  span.head-link{
      display: none;
  }

      .header .header-bottom .left .all-product {
      padding-left: 0;
  }

  #refreshButton {
    display: block;
    background: transparent;
    color: #ccc;
    font-size: 32px;
    padding: 0 2px !important;
}
.header .top-right ul li.ph-number a{display:flex;}

.amsearch-items-section {

      top: 115px;

  }
  .responsive-header-text{padding: 10px 20px;}
.header .top-right ul li a span .mr-2{
 display: block; 
}
.main .search-icon {
  top:7px;
    left: 27px;
}

.search-outer .amsearch-products-section{
  padding:0px!important;
}

.main input.form-control.amsearch-input::placeholder {
font-size: 10px;
}
.header .top-right ul:last-child li {
  display: flex;
  align-items: center;
}
.header .top-right ul li:last-child { padding-left:0px!important}
.page-wrapper .minicart-wrapper .block-minicart {
  margin-top: 5px;
}
a.action.showcart.btn.btn-link.active:after {top: 161px;}
}

@media (max-width: 880px) {
  .qty-cart .counter {
    width: 60px;
  }
  .detail-page-wrap .detail-page-left .detail-img-grid img {
    height: 55px;
  }
  .detail-page-wrap .detail-page-right .price-section h3 {
    font-size: 15px;
}
.sponser-section .sponser-inner img {width: 100%; height: auto;}
}

/* santanu prusty*/
[data-content-type='row'][data-appearance='contained'] {
max-width: 1868px !important;
}
@media (min-width: 768px) {
  .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
    box-sizing: border-box;
    width: calc(100% - 100px);
    max-width: 1590px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-info-main .product-add-form {
    display: flex;
align-items: start;
width: 100%;
max-width: 574px;
margin-top: 25px;
}

.page-layout-1column .product-info-main {
  max-width: calc(100% - 688px);
  width: 100%;
  padding: 0px 40px 0 160px;
}
.fotorama__stage__frame .fotorama__img {
  top: 41.5% !important;
}

.catalog-product-view .product-info-price .product-info-stock-sku .stock span {
  color: var(--base-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    flex-basis: 50%;
    max-width: 50%;
}
.main span p {
    color: var(--text-gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    align-items: center;
    margin: 60px 0 0 0;
}
span.icon-down-arrow {
  color: var(--heading-font-color);
}

.catalog-product-view .product.media {         
  width: 100%;
  max-width: 688px;
  height: 504px;
}

.iso {
    color: var(--text-gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 5.2;
    align-items: center;
}
.page-header .panel.wrapper {
  border-bottom: 0 !important;
  background-color: #6e716e;
}
}

@media (max-width: 768px) {
  .choose-us .choose-us-outer {
    flex-basis: 95%;
    max-width: 95%;
    margin-top: 30px;
}
a.action.showcart.btn.btn-link.active:after {top: 156px;}
.page-wrapper .minicart-wrapper .block-minicart {margin-top: 16px;}
  .choose-us .choose-us-wrap{justify-content: center;}
  .header .top-header{height: 48px;}
  .responsive-header-text{padding-top: 16px; padding-bottom: 16px;}
  .banner-outer{margin-top: 258px;}
  .mobile-megamenu.show{top: 99px;}
  .search-outer button.search-btn {width: 98px;font-size: 15px;}
  .search-outer {height: 46px; margin-top: -24px;}
  .three-step .step-count-section {flex-direction: column;justify-content: center;align-items: center;}
  .three-step {margin: 87px auto 0;}
  .three-step .step-count-wrap{max-width:400px;}
  .search-outer .search-input-outer .search-icon {
    top: 2px;
    left: 15px;
}
.search-outer .search-input-outer input {
  width: 100%;
  padding: 8px 12px 8px 45px;
  font-size: 14px;
}
.search-outer .search-input-outer input {
  width: 100%;
  padding: 8px 12px 8px 45px;
  font-size: 14px;
}
.new-product-section .new-product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
.new-product-section .new-product-txt {
  padding: 12px 30px;
  max-width: 100%;
}
.new-product-section .product-tab-wrap .product-tab button img {width: 100%;}
.faq-section{margin: 40px auto; padding: 0 20px;}
.faq-card .faq-head{ padding: 5px 16px 10px;
  h6{font-size: 16px;}
 }
 .faq-card .faq-body.open-body {padding: 5px 16px 16px;}
 .sponser-section {padding: 0 16px;}
 .sponser-section .sponser-wrap{padding: 16px 10px; margin: 0 auto;}
 .sponser-section .sponser-inner{min-width: 80px;}
 .footer-orange-box .footer-orange-left {
   flex-direction: column; padding-right: 0; width: 100%;
 }
 .footer-orange-box .footer-orange-left .left-txt {
   padding-left: 0;
   text-align: center;
   padding-top: 12px;
   padding-bottom: 12px;
 }
 .footer-orange-box .footer-orange-right {
   width: 100%;
 }
 .footer-orange-box{justify-content: center;}
 .three-step .number-box{border: 1px solid var(--base-color);}
 .search-drop.for-mobile-drop{top: 46px;height: calc(100vh - 50px);max-height: inherit;}
 .search-drop ul.list li a .img-sec {width: 40px;height: 40px;}
 .search-drop ul.list li a .product-name{font-size: 16px;}
 .search-drop ul.list li a .price {font-size: 14px;}
 .search-drop a.viewall{font-size: 16px;}
 .search-drop.for-mobile-drop ul.list li a{ padding: 0!important;}
 .search-drop ul.list li a .product-name {padding-left: 8px;}
 .footer-inner{padding: 0 20px;}
 .footer {padding: 30px 0 18px;}
 .no-result-body .bottom {justify-content: center;flex-direction: column;align-items: center;}
 .no-result-body .bottom a.contact-box{margin-bottom: 28px;}
 .no-result-body .top h5{text-align: center; font-size: 24px;}
 .no-result-body .top p{text-align: center;font-size: 16px;line-height: 25px;}
  .main section.search_form {
   height: 55px;
  }
 .main .search-icon {
     top: 8px;
     left: 19px;
 }
 .page-layout-1column .product-info-main {
  padding: 20px 0px;
  max-width: 100%;
}
.additional-attributes-wrapper.table-wrapper.bottom {
  margin-top: 43px;
}
 .new-product-section .new-product-txt {
    padding: 12px 0px;
    max-width: 100%;
}  
.new-product-section .new-product-img {
    max-width: 360px;
    height: 260px;
}
 .search-outer{top: 20px!important;}
 .footer.content{padding: 0 0!important;}
  .search-outer .search_form {height: 50px;width: calc(100% - 60px);}
  .search-outer{top: 20px!important;}
  .footer.content{padding: 0 0!important;}
  .search-outer .search_form {height: 50px;width: calc(100% - 60px);}
  .amsearch-form-block{align-items: center;display: flex; justify-content: flex-start;}
  .home-heading {
        font-size: 24px;
    }.faq-section h2 {
    margin-bottom: 22px;
}

.amsearch-items-section {top: 112px;}
.main input.form-control.amsearch-input{padding-left: 47px;}
body {margin-top: 122px;}
.mobile-megamenu.block {margin-top: 8px;}
.breadcrumbs {
      display: block !important; 
      margin-bottom: 0 !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
   .minicart-wrapper .block-minicart {width: 400px !important;}
   .action.primary, .action-primary{ padding: 10px 12px!important;}
   .minicart-lnk .action.viewcart{ padding: 10px 20px;}
   .block.block-minicart.ui-dialog-content.ui-widget-content {height: calc(100vh - 100px);}
   .minicart-items .update-cart-item {margin-top: -75px; position: absolute;
      right: 0px;
      font-size: 13px !important;
      padding: 5px 10px;}
      .minicart-wrapper.active #minicart-content-wrapper .block-content {
         font-size: 11px !important;
     }
     .block-minicart .amount .price-wrapper:first-child .price {font-size: 11px;}
     .minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items .product-item {font-size: 11px;}
     .minicart-items .product-item-details .price { font-size: 11px;}
     .shoping-mn-cart {font-size: 11px;}
     .minicart-wrapper .action.close {right: 16px !important;top: 3px !important;font-size: 11px;}
  
}
@media(max-width:767px){
.slider-part .client-card {
    margin: 0 !important;
}
.slider-part::after {
        max-width: 0 !important;
    }
.mobile-megamenu .menu-wrap .faq-card:last-child h4 {
    text-align: left;
    width: 100%;
    font-weight: normal;
}
.mobile-megamenu .menu-wrap .faq-card:last-child .img-sec{
display:block;
}
.minicart-wrapper .block-minicart{
top: 77%;
    right: 0;
    min-width: 310px;
}
.minicart-wrapper .product .actions {
        float: right !important;
        margin: -28px 0 0 !important;
}
.mobile-megamenu .menu-wrap .faq-card:last-child button {
    display: block;
}
.catalog-product-view .page-main {
    margin-top: 50px;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 0;
}
.product-info-main {
    overflow: visible;
}
.tooltip-attribute span {
    left: 0;
    padding: 6px;
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }

  .minicart-lnk .action.viewcart{font-size: 16px!important}
  .minicart-lnk .action.primary.checkout{border:#f96d00 1px solid!important; padding: 8px 12px !important;}
   .cms-index-index .dropdown{ margin-right:5px!important }
   .catalog-product-view .dropdown{ margin-right:-5px!important }
}
@media(max-width:600px){
  .banner-outer { margin-top: 230px;}
   .footer-orange-box .nes-spn{ margin-bottom: 0px!important;}
  .header .top-right ul li a {padding: 0 6px !important;}
  .choose-us .choose-us-outer {flex-basis: 50%;max-width: 50%;margin-top: 30px;}
  .banner-outer .banner-txt {padding: 10px 16px 10px 20px;}
  .banner-outer .banner-txt h2 {font-size: 20px; text-align: left;}
  .banner-outer {height: 400px;}
  .banner-outer .banner-txt p {font-size: 12px;}
 
  .search-outer .search-input-outer .search-icon {top: 2px;left: 15px;}
  .search-outer .search-input-outer input {width: 100%;padding: 8px 12px 8px 45px; font-size: 14px; }
  .search-outer .search-input-outer .search-icon i {font-size: 18px;}
  .search-outer .search-input-outer {width: calc(100% - 155px);}
  .choose-us .choose-us-container h2 {font-size: 24px;}
  .choose-us .choose-us-inner h4 {font-size: 16px;}
  .how-it-works {margin: 40px auto 0;}
  .home-heading {font-size: 24px;}
  .slider-part .slick-list {padding: 0 0 0 0 !important;}
.slider-part::after {max-width: 30px;}
.slider-part .slick-next {
  right: 5px;
  bottom: -74px;
  top: auto;
}
.slider-part .slick-prev {
  left: 0px;
  bottom: -74px;
  top: auto;
}

.new-product-section .new-product-img {height: 420px;max-height: 250px;}
.new-product-section .new-product-img img {
  object-fit: fill;
  border-radius: 16px;
}
.new-product-section .new-product-txt {
  padding: 20px 0 12px;
}
.client-section {
  margin-top: 40px;
}
.home-heading {
  font-size: 24px;
}
.footer.content {
  border-top: 0 !important; 
}

.banner-outer .banner-txt {
      padding: 10px 16px 10px 20px;
}

.banner-outer .banner-txt p {
      line-height: 20px;
      padding-bottom: 25px;
      font-size: 12px;
  }

  .banner-outer .banner-txt h2 {
      font-size: 20px;
      text-align: left;
  }

  .choose-us .choose-us-outer {
      flex-basis: 50%;
      max-width: 50%;
      margin-top: 30px;
  }
  img.footerlogo {max-width: 130px;height: 38px;}
.footer-wrap-box-two ul{padding-right: 8px !important;}
.footer-wrap-box-two ul:last-child{padding-right: 0px!important;}
.footer-wrap-box-one .icon-wrap a {width: 30px;}
.footer-wrap-box-one .sub-box-one h6 {font-size: 12px;line-height: 18px;}
.footer-wrap-box-one .sub-box-one{margin-bottom: 10px;}
.main input.form-control.amsearch-input{padding-left: 47px;}
.block.block-minicart.ui-dialog-content.ui-widget-content {right: -30px;}
.page-wrapper .minicart-wrapper .block-minicart {margin-top: 15px;}
a.action.showcart.btn.btn-link.active:after { top: 150px;}
.action.close-shopping-con {bottom: 105px;max-width: 136px;}
}

@media(max-width:575px){
  .detail-accordian .accordian-body ul li .left-side-list {
    max-width: 150px;
}
.detail-accordian .accordian-body ul li .right-side-list {
  max-width: calc(100% - 150px);
}
.brand-wrap .brand-name .brand-grid {
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.qty-cart {
  margin-right: 8px;
}
.detail-page-wrap .detail-page-left figure .main-img {
  height: 253px;
}
.mobile-megamenu.block {
        margin-top: 2px;
    }
}
@media(max-width:480px){
  .header .top-right ul li a {font-size: 14px;}
  .header .top-header {padding: 0 10px;}
  .header .top-right ul li {padding: 0 0px;margin: 0;}
  .header .top-right ul li.ph-number {padding: 0 4px 0 0;}
  .header .top-right ul li.ph-number {font-size: 14px;padding-top: 2px !important;}
  .header .header-bottom {padding: 5px 10px;height: 47px;}
 .responsive-header-text{justify-content: flex-start; padding: 10px 12px;font-size: 11px;}
 .banner-outer .banner-txt {top: 60%;}
 .cms-home .homebanner { display: Block !important;}
 .main .amsearch-form-block {
  height: 46px;
  margin-top: 46px;
 }
.block.block-minicart.ui-dialog-content.ui-widget-content {right: -15px;}
 .main button.btn.btn-link.search_btn {
  width: 98px;
  font-size: 15px;
 }

 .main .search-icon {
  top: 5px;
  left: 19px;
 }

 .modal-footer .action-secondary .action-dismiss{padding: 10px 36px !important;border-radius: 4px;}
 .modal-footer .action-secondary .action-dismiss span{
  width: 100% !important;
    padding: 9px !important;
    border-radius: 6px !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
 }

 .header .header-bottom .left a.logo {
  min-width: 203px;
}
.main section.search_form {
    height: 44px;
}
.banner-outer {
  height: 288px;
}
.banner-outer {
  margin-top: 215px;
}
img.footerlogo {
  max-width: 130px;
  height: 38px;
}
.main section.amsearch-wrapper-block {
  margin-top: -148px !important;
}

 .main input.form-control.amsearch-input{
   padding-right: 100px;
  }
  .minicart-wrapper .block-minicart {
    width: 350px !important;
}
.minicart-items .product-item {
 padding: 10px 0;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container{max-width: 50px!important;}
.minicart-items .product-item-details {
 padding-left: 65px;
}
.minicart-items .product-item-details .details-qty .less, .minicart-items .product-item-details .details-qty .more {
 width: 30px;
 height: 30px;
}
.minicart-items .item-qty {
 text-align: center;
 width: 40px;
 height: 30px;
}
.minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items .product-item{position: relative;}
.minicart-wrapper .block-minicart li {padding-bottom:16px!important;}
.minicart-wrapper .update-cart-item{
 margin-top: -70px;
      position: absolute;
      right: 0px;
      font-size: 12px !important;
      padding: 5px 10px;
}
.minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items .product-item {
 font-size: 13px;
}
.shoping-mn-cart{font-size: 13px;}
.minicart-lnk{flex-direction: column;}
.block-minicart .amount .price-wrapper:first-child .price {
 font-size: 16px;}
 .minicart-wrapper.active #minicart-content-wrapper .block-content {padding-top: 20px !important;}
 .minicart-lnk .actions .secondary{padding-bottom: 23px;}
 .action.close-shopping-con {bottom: 105px;max-width: 136px;}
 .cms-index-index .dropdown{ margin-right:-4px!important }
 .catalog-product-view .dropdown{ margin-right:-4px!important }
}

@media(max-width:370px){
  .header .top-header {padding: 0 10px;}
  .header .top-right ul li {padding: 0 0px;margin: 0;}
  .header .top-right ul li.ph-number {padding: 0 4px 0 0;}
  .header .top-right ul li.ph-number {font-size: 14px;padding-top: 2px !important;}
  .header .header-bottom .left a.logo {
    min-width: 185px;
  }
  .header .top-right ul li.ph-number {
      padding: 0 0px 0 0;
  }
}
