@font-face {
    font-family: 'Bentham';
    src: url('../font/Bentham-Regular.woff2') format('woff2'),
        url('../font/Bentham-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('../font/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('../font/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../font/FuturaBT-Medium.woff2') format('woff2'),
        url('../font/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body { 
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
a:focus{
  text-decoration: none;
}
h1{
  font-family: 'Futura Md BT';
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 10%;
  color: rgba(81, 68, 56, 1);
}
h2{
  font-family: 'Futura Md BT';
  font-weight: 400;
  font-size: 45px;
  line-height: 55.35px;
  color: rgba(81, 68, 56, 1);
}
h3{
  font-family: 'Futura Md BT';
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 5%;
  color: rgba(81, 68, 56, 1);
}
h4{
  font-family: 'Futura Md BT';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 7%;
  color: rgba(81, 68, 56, 1);
}
h5{
  font-family: 'Futura Md BT';
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 8%;
  color: rgba(81, 68, 56, 1);
}
h6{
  font-family: 'Futura Md BT';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(81, 68, 56, 1);
}
.btn{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 5%;
}

/****menu****/
.dgmenuwrap {
    z-index: 9999;
    width: auto;
    float: right;
    background: transparent;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left; display: flex; align-items: center; }
ul.menu * {margin:0; padding:0; float: left;}
ul.menu a {
    font-family: 'Futura Md BT';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FAFCFE;
    margin: 23px 24px;
    cursor: pointer;
    padding: 6px 0;
    text-decoration: none;
    position: relative;
}
ul.menu a:hover, ul.menu a.current{color:#fff; text-decoration:none;}
ul.menu>li {position:relative; float:left; font-size:14px; color:#fff; display:block; line-height:normal; font-weight:300;}
ul.menu ul {
  top: 80px;
  padding: 0;
  border-radius: 0px;
  display: none;
  opacity: 0;
  list-style: none;
  background: #fff;
  width: 102vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -55vw;
  margin-right: -50vw;
}
ul.menu ul .container{
  margin: 0 auto;
  float: none;
}
ul.menu ul li { transition: 0.9s; width: auto; float: left; display: flex; flex-direction: column; position:relative; margin:3px 0;  font-size:12px; padding:0; text-align:left; font-weight:700;}
ul.menu ul ul li{
  width: 100%;
}
ul.menu ul li a{
  font-family: 'Futura Md BT';
  padding-top: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; text-decoration: none;  color:#A54924; text-shadow: none;  padding: 6px 0; margin: 2px 0; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu ul ul li:hover a{
  color:#A54924;
}
ul.menu ul li a.menuhover{
  color: #A54924;
}

ul.menu li a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: 1s;
}
ul.menu li:hover a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A54924;
}
ul.menu ul li a{
  color: #000;
  padding: 2px 0;
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #A54924;
  margin-bottom: 24px;
  margin-top: 60px;
}
ul.menu ul ul li a{
  font-family: 'Futura Md BT';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #030B05;
  text-shadow: none;
  text-transform: none;
  padding: 4px 0;
  margin: 0;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}

.menu h3{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #A54924;
  margin-bottom: 24px;
}





ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#fff; text-decoration:none;}


.menu-area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-area{
  width: 100%;
  display: flex;
  background: rgba(0,0,0,0.5);
  /*padding: 19px 0;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.banner-text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  align-items: center;
  gap: 20px;
}
.banner-text-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff;
}
.banner-text-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
}
.banner-text-area a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #fff;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  color: #030B05;
  text-decoration: none;
  border-radius: 100px;
  max-width: 196px;
}
.banner-area a:hover{
  background: #A54924;
  border-color: #A54924;
  color: #fff;
}
.banner-area {
  width: 100%;
  display: block;
  position: relative;
  background: #000;
}
.banner-area img{
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  object-fit: cover;
}
.mobile-show{
  display: none!important;
}
.desktop-show{
  display: block!important;
}
.banner-area{
  width: 100%;
  display: flex;
}
.about-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: #fafcfe;
}
.about-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  max-width: 475px;
  color: #030B05;
  margin-bottom: 40px;
}
.about-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  max-width: 475px;
  color: #030B05;
}
.about-area p strong{
  color: #2B6940;
  font-family: 'Futura Md BT';
  font-size: 12px;
  letter-spacing: 1px;
}
.about-area a:hover {
    background: #A54924;
    border-color: #A54924;
    color: #FAFCFE;
}
.about-area a {
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 18px 31px;
    display: flex;
    text-align: center;
    justify-content: center;
    background: #030B05;
    color: #FAFCFE;
    text-decoration: none;
    border-radius: 100px;
    max-width: 196px;
    margin-top: 40px;
}
.about-area img{
  width: 100%;
  max-height: 862px;
  object-fit: cover;
}
.about-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.discover-section{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: #fff;
}
.discover-section h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #030B05;
  text-align: center;
}
.discover-section p strong{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #2B6940;
}
.discover-section p{
  text-align: center;
  margin-bottom: 5px;
}
.discover-section img{
  width: 100%;
  height: 633px;
  object-fit: cover;
}
.discover-panel{
  overflow: hidden;
}
.discover-panel img{
  transition: transform .2s;
}
.discover-panel img:hover {
  transform: scale(1.2);
}
.discover-section h3{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #A54924;
  text-transform: uppercase;
}
.discover-section h3 a{
  color: #A54924;
  text-decoration:none;
}
.viewall-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.viewall-btn a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #030B05;
  color: #FAFCFE;
  text-decoration: none;
  border-radius: 100px;
  max-width: 196px;
  margin-top: 30px;
}
.viewall-btn a:hover {
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.testimonal-area{
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 90px 0;
  background: #fafcfe;
}
.testimonal-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #030B05;
  text-align: center;
}
.testimonal-area p strong{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #2B6940;
  width: 100%;
  display: block;
}
.testimonal-area p{
  margin-bottom: 5px;
}
.discover-img{
  overflow: hidden;
  margin-bottom: 14px;
}
.client-img img{
  width: 45px!important;
  height: 45px!important;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-text h3{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonials-text p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 15px;
}
.testimonal-area .owl-nav , .testimonal-area .owl-dots{
  display: none;
}
.testimonal-area .item{
  background: #fff;
  padding: 20px;
  display: flex;
  gap:20px;
  justify-content: space-between;
  min-height: 150px;
}
.testimonal-area .owl-carousel .owl-stage-outer {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.footer-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
  background: #000;
}
.footer-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.footer-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ECF1F4;
  text-align: center;
  max-width: 618px;
  margin: 0 auto;
}
.contact-us{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.contact-us a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  color: #030B05;
  text-decoration: none;
  border-radius: 100px;
  max-width: 167px;
  margin-top: 30px;
}
.contact-us a:hover {
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.copy-area{
  width: 100%;
  display: flex;
  border-top: 2px solid #A54924;
  padding-top: 45px;
  justify-content: space-between;
}
.copy-area .row{
  width: 100%;
  flex: auto;
}
.copy-area{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.footer-design-text img{
  margin-left: 5px;
}
.footer-copy-text{
  text-align: center;
}
.footer-social{
  display: flex;
  gap:20px;
  justify-content: flex-end;
}
.footer-social a{
  cursor: pointer;
}
.footer-social a:hover img{
  filter: brightness(0) saturate(100%) invert(32%) sepia(61%) saturate(822%) hue-rotate(337deg) brightness(93%) contrast(91%);
}
ul.menu>li.contact-last a{
   border: 2px solid #FFFFFF;
   border-radius: 100px;
   padding: 12px 36px;
   margin-right: 0;
   text-transform: uppercase;
   margin-top: 0;
   margin-bottom: 0;
}
ul.menu>li.contact-last a:hover{
  background: #fff;
  color: #A54924;
}
ul.menu>li.contact-last:hover a:after{
  display: none;
}
.testimonials-text p:last-child{
  margin-bottom: 0;
  font-size: 12px;
}
.about-area-white{
  background: #fff;
}
.about-area-white img{
  min-height: 862px;
  object-fit: cover;
}
.about-area-white a{
  max-width: 260px;
}
.about-area-white .about-text{
  padding-left: 45px;
}
.brand-area{
  width: 100%;
  display: flex;
  padding: 60px 0 10px;
}
.brand-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #030B05;
  text-align: center;
}
.brand-area p strong{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #2B6940;
  width: 100%;
  display: block;
}
.brand-area p{
  margin-bottom: 5px;
}
.brand-area .owl-nav , .brand-area .owl-dots{
  display: none;
}
.brand-area img{
  width: 180px;
  height: 180px;
  margin: 0 auto;
  object-fit: contain;
}
.red-offer-section{
  width: 100%;
  display: flex;
  background: rgba(165, 73, 36, 0.15);
  padding: 12px 0;
  text-align: center;
}
.red-offer-section p{
  font-family: 'Futura Md BT';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 6px;
  color: #3C3C3C;
}
.red-offer-section p:last-child{
  margin-bottom: 0;
}
.products-section{
  width: 100%;
  display: flex;
  padding: 60px 0 0;
  flex-direction: column;
  position: relative;
}
.products-section h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #030B05;
  margin-bottom: 60px;
}
.products-sub-section img{
  width: 100%;
  height:650px;
  object-fit: cover;
  transition: transform .2s;
  opacity: 0.6;
}
.products-section .products-sub-section-text h2 , .products-section .products-sub-section-text1 h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FAFCFE;
  text-align: left;
  margin-bottom: 20px;
}
.products-section .products-sub-section-text h2 a, .products-section .products-sub-section-text1 h2 a{
  color: #FAFCFE !important;
  text-decoration:none !important;
}
.products-section .products-sub-section-text p , .products-section .products-sub-section-text1 p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
  color: #FAFCFE;
}
.products-sub-section-text , .products-sub-section-text1{
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products-sub-section , .products-sub-section1 , .ptoducts-area-img , .blog-panel-img {
  position: relative;
  background: #000;
  overflow: hidden;
  
}
.products-sub-section1 img{
  width: 100%;
  height:350px;
  object-fit: cover;
  opacity: 0.6;
  transition: transform .2s;
}
.products-sub-section{
  margin-bottom: 60px;
}
.products-sub-section:hover img , .products-sub-section1:hover img , .ptoducts-area-img:hover img , .blog-panel-img:hover img{
  transform: scale(1.2);
}
.ptoducts-area-img{
  margin-bottom: 14px;
}



.nav-area-sub{
  position: relative;
}
.blue-section-products{
  background: #FAFCFE;
  padding: 60px 0;
}
.blue-section-products-mobile{
  display: none;
}
.search-shortby-section{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.footer-design-text img:hover{
  filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(3167%) hue-rotate(56deg) brightness(100%) contrast(84%);
}

ul.menu ul li a:after{
  display: none;
}
ul.menu ul li{
  margin: 0;
}
ul.menu a:hover, ul.menu a.current {
  color: #fff;
  text-decoration: none;
}
.queries-area-menu{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0!important;
  margin-top:60px!important;
  border-top: 2px solid #A54924;
  align-items: center;
}
.queries-area-menu h4{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: #030B05;
  max-width: 100%;
  margin-bottom: 24px;
}
.queries-area-menu p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #030B05;
}
.queries-area-menu a:hover:after{
  display: none;
}
.queries-area-menu a:after{
  display: none;
}
ul.menu .queries-area-menu a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #030B05;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  max-width: 167px;
  margin-top: 30px;
}
ul.menu .queries-area-menu a:hover{
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.nav-area .row{
  display: flex;
  align-items: center;
}
.nav-area .menu ul .row {
  align-items: flex-start;
  padding-top: 60px;
}
.sort-by-section label{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #030B05;
}
.sort-by-section .form-select:focus {
    border-color: #4A4A68;
    outline: 0;
    box-shadow: none;
}
.sort-by-section{
  display: flex;
  align-items: center;
  gap:24px;
  justify-content: flex-end;
}
.sort-by-section .form-select{
  max-width: 206px;
  min-height: 62px;
  border-color: #4A4A68;
  border-radius: 100px;
  padding: 20px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #030B05;
}
.search-section{
  display: flex;
  align-items: center;
  gap:24px;
}
.search-rea{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #030B05;
}
.search-section .form-control:focus{
    border-color: #4A4A68;
    outline: 0;
    box-shadow: none;
}
.search-section .form-control{
    border-color: #4A4A68;
    min-width: 344px;
    height: 49px;
    border-radius: 100px;
    padding: 20px;
}
.search-section .search-btn:focus{
    box-shadow: none;
}
.search-section .search-btn {
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-section .input-group{
  max-width: 344px;
}
.subcatagory-area{
  width: 100%;
  display: flex;
  padding: 0 0 30px 0;
}
.subcatagory-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #000;
  margin-bottom: 32px;
}
.search-product-area h3{
  margin-bottom: 32px;
}
.subcatagory-area ul{
  padding: 0;
  margin: 0;
}
.subcatagory-area ul li{
  display: block;
  margin-bottom: 24px;
}
.subcatagory-area ul li a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #4A4A68;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 20px;
  border: 0.5px solid rgba(255, 255, 255, 1);
}
.subcatagory-area ul li a:hover , .subcatagory-area ul li.catselected a {
  color: #2B6940;
  border: 0.5px solid rgba(43, 105, 64, 1);
  background: rgba(250, 252, 254, 1);
}
.subcatagory-right{
  border-left: 1px solid rgba(0, 0, 0, 1);
}
.subcatagory-right h2 , .related-product h3 , .search-product-area h3{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: rgba(165, 73, 36, 1);
  text-transform: uppercase;
}
.subcatagory-right h2 a , .related-product h3 a , .search-product-area h3 a{
  color: rgba(165, 73, 36, 1);
  text-decoration:none;
}
.subcatagory-right img , .related-product img , .ptoducts-area-img-white img {
  height: 302px;
  width: 100%;
  opacity: 0.6;
  transition: transform .2s;
  object-fit: cover;
}
.subcatagory-right img{
  opacity: 1;
}
.subcatagory-right{
  padding-left: 30px;
}
.subcatagory-right .breadcrumb-item a , .products-details-area .breadcrumb-item a , .subcatagory-right .breadcrumb-item.active , .products-details-area .breadcrumb-item.active{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(3, 11, 5, 1);
  text-decoration: none;
}
.subcatagory-right  .breadcrumb-item+.breadcrumb-item::before , .products-details-area .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(3, 11, 5, 1);
}
.subcatagory-right .breadcrumb {
  margin-bottom: 40px;
}
.products-details-area .breadcrumb{
  margin-bottom: 24px;
}
.about-area ol{
  margin: 0 0 30px;
}
.about-area ol li{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  max-width: 475px;
  color: #030B05;
  list-style: disc;
}
.about-area h4 {
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0px;
  color: rgba(43, 105, 64, 1);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.service-sec img{
  height: 826px;
}
.service-sec a{
  max-width: 196px;
}
.article-top-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FAFCFE;
  padding: 60px 0;
}
.article-top-section h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #030B05;
  margin-bottom: 60px;
  text-align: center;
}
.article-top-section img{
  width: 100%;
  object-fit: cover;
  height: 671px;
}
.article-top-text-section{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.article-top-text-section p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #030B05;
  margin-bottom: 15px;
}
.article-top-text-section p:last-child{
  margin-bottom: 0;
}
.article-top-text-section h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #030B05;
  margin-bottom: 40px;
}
.article-text{
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-sec-3 img{
  height: 472px;
}
.blog-right h2 , .grilled-area h3 {
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #A54924;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 24px;
}
.blog-right p , .grilled-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  min-height: 90px;
  color: #030B05;
}
.grilled-area p{
  margin-bottom: 0;
  min-height: inherit;
}
.blog-right a , .grilled-area a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #030B05;
  color: #FAFCFE;
  text-decoration: none;
  border-radius: 100px;
  max-width: 161px;
  margin-top: 24px;
}
.blog-right a:hover , .grilled-area a:hover {
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.blog-right img , .grilled-area img{
  width: 100%;
  height: 302px;
  object-fit: cover;
  transition: transform .2s;
}
.blog-panel{
  margin-bottom: 60px;
}
.blog-right{
  border-left: 1px solid rgba(0, 0, 0, 1);
  padding-left: 30px;
}
.pagination-area{
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog-right .pagination-area a{
  border:none;
  background:transparent;
  padding: 0 8px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #030B05;
}
.page-item:last-child .page-link {
  font-size: 20px;
  position: relative;
  top: -2px;
}
.page-item:first-child .page-link{
  font-size: 20px;
  position: relative;
  top: -2px;
}
.blog-right .pagination-area ul li a:hover{
  border:none;
  border-radius: 0;
  color: #A54924;
}
.page-link:focus{
  box-shadow: none;
}
.page-item.disabled .page-link{
  color: #ECF1F4;
}
.blog-section-blue{
  background: #FAFCFE;
}
.pagination-area li{
  margin-bottom: 0!important;
}
.blog-section-blue .products-sub-section-text a{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 31px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  color: #030B05;
  text-decoration: none;
  border-radius: 100px;
  max-width: 161px;
  margin-top: 24px;
}
.blog-section-blue .products-sub-section-text a:hover {
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.faq-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.faq-area h2{
  margin-bottom: 40px;
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 2px;
  color: #030B05;
}

.faq-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0;
  color: #4A4A68;

}
.faq-area .collapse{
    padding: 0;
}
.faq-area .collapsing{
    padding: 0;
}
.colleps-text{
  padding-bottom: 30px;
  padding-left: 0;
}
.faq-area .btn{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: transparent;
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none!important;
    border-bottom: 0.5px solid #8C8CA1;
    padding: 30px 0;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.faq-area .btn{
    background: url(../images/icn_arrow.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: center right;
}
.faq-area .btn[aria-expanded="false"]{
    background: url(../images/icn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.faq-area .btn[aria-expanded="true"]{
    background: url(../images/icn_close.svg);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: none;
}
.faq-area .collapse.show{
    border-bottom: 0.5px solid #8C8CA1;
}
.view-all-link{
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.view-all-link a , .send-free {
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 23px 35px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #030B05;
  border: none;
  color: #FAFCFE;
  text-decoration: none;
  border-radius: 100px;
  max-width: 140px;
  max-height: 60px;
}
.view-all-link a:hover , .send-free:hover {
  background: #A54924;
  border-color: #A54924;
  color: #FAFCFE;
}
.send-free{
  margin-top: 40px;
}
.map-area{
  width: 100%;
  display: flex;
}
.contact-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.contact-area h2 {
  margin-bottom: 40px;
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 2px;
  color: #030B05;
}
.contact-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #525252;
}
.contact-area p.hour-text{
  color: #A54924;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Futura Md BT';
}
.contact-area label{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #030B05;
  margin-bottom: 8px;
}
.contact-area form{
  margin: 30px 0 0;
}
.contact-area .input-text{
  border: 0.3px solid #8C8CA1;
  height: 56px;
  border-radius: 100px;
}
.form-control:focus{
  box-shadow: none;
}
.input-text-area{
  border: 0.3px solid #8C8CA1;
  height: 140px;
  border-radius: 30px;
  resize: none;
}
.contact-area .form-group{
  margin-bottom: 8px;
}
.contact-area .form-check{
  margin-top: 24px;
}
.contact-area .form-check label{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A68;
}
.contact-area .form-check .form-check-input {
    width: 16px;
    height: 18px;
    margin-top: 3px;
}
.form-check-input:focus {
    border-color: #8C8CA1;    
    box-shadow: none;
}
.contact-area .file-up {
  border: 0.3px solid #8C8CA1;
  height: 56px;
  border-radius: 100px;
  line-height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Futura Md BT';
  font-weight: 500;
  letter-spacing: 1px;
  color: #4A4A68;
}
.contact-area input[type=file]::file-selector-button {
  text-transform: uppercase;
  background-color: #ECF1F4;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Futura Md BT';
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #4A4A68;
  padding: 7px 36px;
}
.contact-section .faq-area{
  padding-right: 30px;
  flex-direction: column;
}
.contact-section .contact-area{
  padding-left: 30px;
}
.sub-menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ptoducts-area-img-white img{
  opacity: 1;
}
.technical-info h2{
    margin-bottom: 40px;
    color: #030B05;
    font-family: Bentham;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: normal;

}
.technical-info{
  background: #FAFCFE;
}
.related-product{
  width: 100%;
  display: flex;
  padding: 30px 0 60px;
}
.related-product h2{
  margin-bottom: 40px;
  color: #030B05;
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: normal;
}
.products-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.products-details-text h2{
  margin-bottom: 60px;
  color: #030B05;
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: normal;
}
.products-details-text p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #030B05;
  margin-bottom: 20px;
}
.products-details-text a:hover {
    background: #A54924;
    border-color: #A54924;
    color: #FAFCFE;
}
.products-details-text a {
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    background: #030B05;
    color: #FAFCFE;
    text-decoration: none;
    border-radius: 100px;
    max-width: 205px;
    margin-top: 60px;
    text-align: center;
	margin-right:10px;
	float:left;
}
.products-big-img , .products-small-img{
  width: 100%;
  display: flex;
}
.products-big-img img{
  width: 100%;
  height: 400px;
  object-fit: contain;
  object-position: left;
}
.products-small-img img{
  width: 100%;
  height: 130px;
  object-position: left;
  object-fit: cover;
}
.products-small-img{
  margin-top: 24px;
}
.products-details-img{
  padding-right: 30px;
}
.products-details-text{
  padding-left: 30px;
}

.page-id-8 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #C41F33;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}
.page-id-8 .global-page-area h2 , .page-id-9 .global-page-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #3C3C3C;
  margin: 40px 0 0;
  vertical-align: middle;
}
.page-id-8 .global-page-area .related-product h2{
  margin-bottom: 40px;
}

.page-id-9 .global-page-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #3C3C3C;
  margin-bottom: 40px;
  vertical-align: middle;
}
.wc-block-components-checkout-step__title{
  font-size: 24px!important;
}

.page-id-8 .wc-block-components-product-metadata__description p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #030B05;
  letter-spacing: 0px;
  vertical-align: middle;
}
.page-id-8 .wc-block-components-product-name{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #030B05;
  margin-bottom: 10px!important;
  text-decoration: none;
  letter-spacing: 0px;
  vertical-align: middle;
}
.wc-block-cart-items .wc-block-components-formatted-money-amount{
  display: none;
}
.is-large.wc-block-cart .wc-block-cart-items th , .is-large.wc-block-cart .wc-block-cart__totals-title{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #030B05;
  letter-spacing: 0px;
  vertical-align: middle;
}
.wc-block-components-totals-item__label{
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #3C3C3C;
}
.wc-block-components-formatted-money-amount{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.wc-block-cart__submit-button , .wc-block-components-checkout-place-order-button{
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: 4%;
  text-transform: uppercase;
  border:none;
  border-radius: 100px;
  background: #030B05;
  color: #FAFCFE;
}
.wc-block-cart__submit-button:hover , .wc-block-components-checkout-place-order-button:hover{
  background: #A54924!important;
  color: #fff;
}
.wc-block-cart__submit-button:focus{
  outline: none;
}
.wc-block-grid__product .wc-block-grid__product-link{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #A54924;
  text-decoration: none;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-price , .wp-block-woocommerce-product-new .wc-block-grid__product-add-to-cart{
  display: none!important;
}

.wc-block-grid__products .wc-block-grid__product-image img{
  margin-bottom: 0!important;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
  font-family: 'Futura Md BT';
  font-weight: 700!important;
  font-size: 14px!important;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #A54924;
  text-align: left;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading { display:none; }
.wp-block-woocommerce-empty-cart-block .wp-block-product-new { display:none; }
.wp-block-woocommerce-empty-cart-block .emptyheading { display:none; }
.searchpage h5 a{ color:#000; text-decoration:none; }
.page-id-8 .wp-block-woocommerce-filled-cart-block{
  margin-top: 40px;
}
.page-id-8 table.wc-block-cart-items .wc-block-cart-items__header span {
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #030B05;
  letter-spacing: 0px;
  vertical-align: middle;
}

#enqurie-frm .modal-dialog {
    max-width: 680px;
}
#enqurie-frm .modal-content{
  border-radius: 10px;
}
#enqurie-frm .modal-header , #enqurie-frm .modal-body{
  padding: 32px;
  border:none;
  flex-direction: column;
}
#enqurie-frm .btn-close {
  background: url(../images/modal-close.svg) no-repeat;
  background-position: center;
  padding: 5px;
  opacity: 1;
  position: absolute;
  top: 32px;
  right: 32px;
  margin: 0;
}
#enqurie-frm .btn-close:focus , #enqurie-frm .btn-primary:focus{
  box-shadow: none;
}
#enqurie-frm .modal-header h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #3C3C3C;
}
#enqurie-frm .modal-header p{
  font-family: 'Futura Md BT';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #3C3C3C;
  text-align: center;
}
#enqurie-frm .modal-header {
  padding-top: 80px;
  padding-bottom: 0;
}
#enqurie-frm .modal-body{
  padding: 32px 80px 80px;
}

#enqurie-frm .btn-primary {
  background: rgba(3, 11, 5, 1);
  padding: 18px 36px;
  border: none;
  font-family: 'Futura Md BT';
  font-weight: 500;
  width: 100%;
  border-radius: 100px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  margin-top: 10px;
  text-transform: uppercase;
  color: rgba(250, 252, 254, 1);
}
#enqurie-frm label {
  font-family: 'Futura Md BT';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #3C3C3C;
}
#enqurie-frm label span {
    color: red;
}
#enqurie-frm .form-control {
  border: none;
  background: rgba(245, 245, 245, 0.74);
  padding: 12px 16px;
  resize: none;
}
#enqurie-frm textarea.form-control {
    max-height: 48px;
}
.search-section input:focus , .search-section input:hover{
  background-image: none!important;
}
.search-section input[type="search"]::-webkit-search-cancel-button{
  opacity: 0;
}
.search-section input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0;
}
.search-section input[type="search"].dark::-webkit-search-cancel-button {
  opacity: 0;
}
.client-img{
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase;
  background: rgba(165,73,36,0.2);
  color: #A54924;
}




header{
  position: relative;
}
.search-area{
  width: auto;
  display: flex;
  margin-left: 43px;
}
.search-area img{
  width: 24px;
}
.search-desktop-area{
  background: #fff;
}
.search-desktop-area .container{
  position: relative;
}

#myInput {
  border: none;
  color: #000;
  background: transparent;
  height: 90px;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;

}
#myInput:focus {outline: none;}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100%;
  overflow: auto;
  z-index: 1;
  margin-top: 0;
  top: 80px;
  left: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {background-color: transparent;}
.dropbtn{
  background: transparent;
  border: none;
}
.search-button {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 15px;
  height: 90px;
}
.search-button img {
  width: 24px;
}
.show {display: block;}
.search-area{
  position: relative;
  z-index: 9999;
}
.dropbtn{
  background: transparent!important;
}
.dropbtn .search-icon{
  display: block;
  filter: invert(1);
}
.dropbtn .close-icon{
  display: none;
  filter: invert(1);
}
.dropbtn.cross .search-icon{
  display: none;
}
.dropbtn.cross .close-icon{
  display: block;
}
.search-button{
  background: transparent!important;
  border:none!important;
}
#myInput::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

#myInput::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}


.no-result-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.no-result-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  color: #030B05;
  line-height: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.no-result-area p{
  font-family: 'Futura Md BT';
  font-weight: 500;
  color: #030B05;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.installation-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.installation-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  color: #030B05;
  line-height: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.installation-area ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:60px;
}
.installation-area li{
  width: 100%;
  text-align: center;
  display: block;
}
.installation-area li a{
  font-family: 'Futura Md BT';
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  text-decoration: underline;
  color: #A54924;
}
.search-product-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.search-product-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  color: #030B05;
  line-height: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.grilled-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.grilled-area h2{
  font-family: Bentham;
  font-weight: 400;
  font-size: 64px;
  color: #030B05;
  line-height: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.added_to_cart.wc-forward{
  display: none;
}
.ajaxcounter .woocommerce-Price-amount.amount{
  display: none;
}
.cartwithcounter .product.woocommerce.add_to_cart_inline{
  border: none!important;
  padding: 0!important;
  display: inline-flex;
  flex-flow: wrap;
}
.cartwithcounter{
  display: flex;
}
.imsAjaxCartCount i{
  display: none;
}
.imsAjaxCartCount{
  padding-left: 33px!important;
}
.twobtnonearea{
  position: relative;
}

.topmenucart{
  display: flex!important;
  align-items: center;
}
.added_to_cart.wc-forward {
  pointer-events: none;
  display: flex;
  width: 100%;
  color: #030B05;
  background: transparent;
  text-transform: capitalize;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 100%;
  max-width: 100%;
  margin-right: 0;
  justify-content: flex-start;
  color: #52d703;
}
.added_to_cart.wc-forward:after{
  display: none;
}
.topmenucart a{
  text-decoration: none!important;
  margin-right: 10px!important;
}
.topmenucart a:after{
  display: none!important;
}
.topmenucart .imsAjaxCartCount {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000 !important;
  padding: 0 !important;
}



.slider .slick-prev:before, .slider-vertical .slick-next:before {
  display: none;
}
.slider .slick-prev, .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
    right: auto;
    display: none!important;
}
.slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
    display: none!important;
} 
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
    border-color: transparent #000000;
}
.slider div {
  text-align: center;
  font-size: 75px;
  color: #ffffff;
}
.slider-thumb div {
  height: 100%;
  width: 100%;
  line-height: 50px;
  font-size: 25px;
}
.slider-thumb{
  display: flex;
  gap:15px;
  justify-content: flex-start;
  margin-top: 24px;
}

.slider-thumb img{
  width: 100%;
}
.slick-slide img{
  width: 100%;
}
.slick-track .slick-slide img{
  height: 400px;
  object-fit: contain;
  object-position: left;
}
.slick-track{
  display: flex;
}
.slider-content , .slider-thumb{
  overflow: hidden;
}
.products-details-img{
  overflow: hidden;
}
.slider-thumb .slick-slide img{
  height: 130px;
  padding: 0 10px;
}