/* Common parts a  */
a:hover, a:active, a:visited, a:active { color: #000000; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 /**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#84939a;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#d6de33}

.owl-carousel .owl-video-tn {
  background-size: cover;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;}

.owl-video-frame {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.owl-video-frame iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.owl-dots {text-align: center;margin-top: 20px;}

.owl-dot {display: inline-block;}

.owl-dot span {width: 11px;height: 11px;background-color: #ccc;border-radius: 50%;
  display: block;margin: 5px 3px;}

.owl-dot.active span {background-color: #000;}
 
.owl-carousel .item-video {
 /*    height: 100vh; */
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.owl-carousel .owl-video-tn {background-size: cover !important;}

.owl-dots { position: absolute; left: 0; right: 0; bottom: 15px; line-height: normal; }
.owl-theme .owl-dots .owl-dot span { width:12px; height:12px; margin-right: 12px; margin: 5px 7px 0 7px; }

 
body {font-family: 'Lato', sans-serif;margin:0 !important;} 
h1{font-family: 'Lato', sans-serif;font-weight:900;font-size:55px;line-height:65px;}

 
 
/*=============================== Smartmenu css ==================*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

/*========================sm clean css ====================*/
.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 17px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px; text-decoration: none;
}
.sm-clean a.current {
  color: #D23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before { content: '+'; font-size: 22px; }
.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid #E6E6E6;
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 20px;
    color: #ffffff;
    border-radius: 0 !important;
    padding-top: 5px;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #D23600;
  }
  .sm-clean a.current {
    color: #D23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;margin-right:30px;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #D23600;
  }
  .sm-clean ul a.current {
    color: #D23600;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
  #main-menu{margin-right: 10px;}
  .navbar .header_menu{padding-right:62px;}
}


@media screen and (max-width: 991px) 
{
    #main-menu{padding-top:22px;}	

	
/*# sourceMappingURL=sm-clean.css.map */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99999;
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {position: absolute;width: 1px;height: 1px;margin: -1px;border: 0;padding: 0;
  overflow: hidden;clip: rect(1px, 1px, 1px, 1px);}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ .mainmenu {
  display: none;
}

#main-menu-state:checked ~ .mainmenu {
  display: block;
}
.main-nav:after {clear: both;content: "\00a0";display: block;height: 0;font: 0px/0 serif;overflow: hidden;}
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

.header_menu .search_icon {width: 20px;height: 30px;vertical-align: text-top;}

/*======================custom menu css ====================*/

@media screen and (max-width:991px)
{
	/* .mainmenu{position: absolute;right: 0px;top:0;border-radius: 0px; width:353px;color: black; background: #fff;} */
/* 	.top_eng_link.show-mobile{display: inline-block;padding-left: 15px;} */
	.top_eng_link.show-mobile p{color:#000; line-height: normal; }
	.top_eng_link.show-mobile p a{color:#000;}
	.sm-clean{background: #fff;width:100%;}
	.header_logo{left:0;}
	.logo_responsive img{width: 181px;}
}


@media screen and (max-width:767px)
{
	.show-desktop{display:none;}
}

@media screen and (min-width:768px)
{
	.show-mobile{display:none;}
}
 
 
 /* ===================Header section css================  */
body.home .section_wrapper{position:relative;height:auto;width: 100%;background-color: #000000;}
/* .section_wrapper{background-color: #1a1a1a; } */
body { background-color: #000000; }
body.home .section_wrapper{position: absolute;height: 100px;width: 100%;background-color: transparent;}

@media screen and (min-width:992px)
{
    .header_logo { left: 27px;}
    .header_logo img.top_logo_desktop{width:261px;}
    .mainmenu{width:auto !Important;}
	  .search_wrapper.mobsearch{display:none;}
}
.header_menu > ul {float: right !important;}
.top_eng_link{padding-top: 22px;}
.top_right .top_corner_link .top_eng_link > .top_eng a, .top_eng > p { color: #f5f5f5;font-size: 12px; margin-bottom: 0px; }
/* .top_right .top_corner_link .top_eng_link > .top_eng a {border-bottom: 1px solid #f5f5f5;} */
.top_eng{float: right !important;padding-right: 50px;}
.navbar{padding: 0% !important;}
.navbar,.top_corner_link > .top_eng_link{/* top: 55px !important; */z-index: 1030;}
.navbar-nav > ul > li > a {color: #f5f5f5;padding-right: 55px;display: inline-block;}
ul > li > a {color: #f5f5f5;}
.nav-link:hover{color: #d6de33 !important;}

/* .navbar-nav > ul > li > a:hover {
    color: #f2994a !important;
} */
.header_menu > .navbar-nav {float: right;padding-right: 50px;}
.nav-link {padding-left:55px !important;}
.fa-search:before {content: "\f002";font-weight: 200;font-size: 1rem;color: #f5f5f5;}

@media screen and (max-width:991px)
{
	.section_wrapper{position:relative;height:auto;}
}


/*=========================Top banner slider =======================*/
.topbannerimg{min-height:350px;background-size:cover !Important;background-position:center !Important;background-repeat:no-repeat !important;}

/*==================product category section ===================*/

.section1_wrapper {background-color: #000000;padding-top: 195px;padding-bottom: 222px;}
.light_section p a {color: #d6de33;}
.heat_section p a{color:#a1d65c;}
.electro_section p a{color:#6dce84;}
.cab_section p a{ color:#2dc4b5;}
.smart_section p a { color:#02b0c7; /* position: absolute;  right: 17px; */ }
.para_heading{font-family: 'Lato';font-size: 18px;line-height: 29px;text-transform:uppercase;}
 .para_heading:hover, .img_hover:hover {color: #f2994a;}
/* .section1_wrapper .section1_container-fluid .section1_container .section1_row > div:nth-child(1) {
    color: #d6de33;
}
.section1_wrapper .section1_container-fluid .section1_container .section1_row > div:nth-child(2){
    color:#a1d65c;
}
.section1_wrapper .section1_container-fluid .section1_container .section1_row > div:nth-child(3){
    color:#6dce84;
}
.section1_wrapper .section1_container-fluid .section1_container .section1_row > div:nth-child(4){
    color:#2dc4b5;
}
.section1_wrapper .section1_container-fluid .section1_container .section1_row > div:nth-child(5){
    color:#02b0c7;
} */
.section1_row {padding-bottom: 100px;}
.heading_section1 .section4_wrapper {font-family: 'Lato';color: #ffffff;font-weight: bolder;font-size: 55px;line-height: 65px;}
.heading_section1 h1 {font-family: 'Lato';color: #ffffff;font-size: 55px;line-height: 65px; margin-bottom: 30px; }
.section1_wrapper .section1_container-fluid .section1_container .section1_row > .heating_section{left: 21px;}
.section1_wrapper .section1_container-fluid .section1_container .section1_row > .cables_section{right: 21px;}
.para_heading {margin-top: 21px; margin-bottom: 5px; }
p.para_heading a { text-decoration: none; }
p.para_heading.active a { text-decoration: none; border-bottom: 5px solid #d6de33; padding-bottom: 7px; }
.section3_wrapper{background-color: #1c1c1c;padding-top:163px;padding-bottom: 163px;}
.heading_h2 h2{ font-family: 'Lato';color: #d6de33;padding-top: 32px;font-weight: 900; font-size: 45px;line-height: 55px; }
.para_content p { font-family: 'Lato';padding-top: 20px;color: #ffffff;font-weight: normal;font-size: 22px;line-height: 34px;}
.button_section{padding-top: 50px;}
body.home .button_section{padding-top: 30px;}
.button_section > a {color: #ffffff;margin-top: 15px !important; padding: 15px 25px; border: 2px solid #ffffff;font-weight: normal; font-size: 18px;line-height: 29px;font-family: 'Lato';position: relative; display: inline-block; text-decoration: none; }
.button_section > a:hover svg path { fill: #d6de33; } 
.button_section img {padding-left: 10px;}
.button_section > a > img:hover {color: #d6de33 !important;}
.button_section > a:hover{color: #d6de33;text-decoration-style: none !important;border-color: #d6de33;}
.button_section svg{width:20px;height: 16px;vertical-align: middle;position: absolute;top: 21px;right: 6px;}
	
@media screen and (max-width:767px)
{
	.section1_wrapper{padding-top: 35px;padding-bottom: 70px;}
	.heading_section1 h1{font-size: 36px;line-height: 43px;}
	.section1_row {padding-bottom: 64px; padding-left: 5px; padding-right: 5px; }
	.heading_h2 h2{ font-size: 36px; line-height: 46px; padding-top: 60px; margin-bottom: 0; }
	 body.home .section1_container-fluid .lighting_section{padding-bottom:30px;}
	.section3_wrapper .img_section3 img{width: 60%;}
	.section3_wrapper{padding-top:55px;padding-bottom: 60px;}
    .section3_container .heading_section3{padding-left:30px;padding-right:30px;}
    /* .lighting_section{ padding-left:7px;padding-right:7px; } */
    .para_content p { font-size: 20px; line-height: 30px; }
    p.para_heading.active a { border-bottom: 4px solid #d6de33; }
}
@media screen and (max-width:575px)
{
    .lighting_section{padding-left:0;padding-right:0;}
    .lighting_section img.img-responsive.img_hover{width:64px;}
    .lighting_section .para_heading{font-size:15px;line-height: 20px;}
}
@media screen and (max-width:360px)
{
    .lighting_section .para_heading{font-size:13px;line-height: 20px;}
}


/*=========================Footer sectionj ===========================*/
.section5_wrapper{background-color: #000000;padding-bottom: 83px;padding-top: 170px;}
.footer-copyright.text-center.py-1.p-0 { padding-top: 10px !important; padding-bottom: 10px !important; }
@media screen and (max-width:767px)
{
	.section5_wrapper {background-color: #000000;padding-bottom: 50px; padding-top: 60px;}
}	
.footer_logo_responsive img {width: 196px;/*height: 32px;*/padding-left: 0px;}
.footer_logo{padding-bottom: 32px;}
.contact_details{padding-top: 46px;}
.footer_para ,.contact_details > span {color: #cacaca;font-size: 15px;line-height: 26px;font-family: 'Lato';}
.footer_link > a,.footer_link > span{color: #d6de33;font-size: 16px;line-height: 24px;font-weight: 600;}
.footer_menu , .footer_link {margin-top: 15px;}
.footer_menu > li > a { color: #ffffff;font-size: 14px;line-height: 30px;padding-top: 11px;padding-bottom: 8px; }
.footer_menu > li > a:hover{font-size: 14px;line-height: 30px;}
/* .smart_home_link{position: absolute;} */

.footer_link > a:hover, .footer_menu > a:hover {color: #e29b51;}
.footer_link {padding-left: 0%;padding-right: 0%;}
.footer_last{background-color: #404040;}
.footer_last > .footer-copyright span{color: #6c6c6c;font-size: 14px;}
.footer-copyright a{ color: #6c6c6c;}
.contact_details p span{color:#fff;}
.search_wrapper {float:right;}
span.search_wrapper { line-height: normal; position: relative; top: -5px; z-index: 10000;}
.footer_menu.order_third_mobile,.footer_menu.order_third_mobile ul.footer_menu{margin-top:0;}
.contact_details p, .contact_details { color: #cacaca; }


@media screen and (max-width:767px)
{
    /* .footer_link { padding-left: 0%; padding-right: 0%; } */
}
/*=================product listing page =====================*/
.section2_wrapper_product {padding-bottom: 130px; padding-top: 50px; }
.section2_wrapper_product, .section3_product_wrapper {background-color: #000000;}
.section1_product_row {padding-bottom: 123px;padding-top:20px;}
.product_para_heading > .para_section p { font-family: 'Lato'; color: #ffffff; font-weight: normal; font-size: 22px; line-height: 34px; }
.product_para_heading > .para_section, .product_para_heading > .para_section a{color: #ffffff;}
.product_para_heading > .para_section ul, .product_para_heading > .para_section ol{ margin-left: 0; padding-left: 20px; font-family: 'Lato';  color: #ffffff; font-weight: normal; font-size: 21px; line-height: 36px;}
ul li { position: relative; }
.para_section ul li::before { content: "•"; color: #ffffff; width: auto; font-size: 35px; position: absolute; left: -27px; top: -3px; }

.section3_product_wrapper > .product_section3_container > .row_product_section3 > .light_content > .product_para_light{ font-family: 'Lato';padding-bottom: 45px;color: #ffffff;font-weight: normal;font-size: 20px; line-height: 34px; margin-bottom: 0; }
.light_content h2 { color: #ffffff;font-weight: bolder;font-size: 45px; line-height: 55px; }
.product_img{padding-top: 20px;}
.product_section3_container{background-color:#1c1c1c;margin-bottom: 70px;}
.section3_product_wrapper{ padding-bottom: 80px; }
.product_section3_container:last-child{margin-bottom:0;}
.row_product_section3{ padding-top: 90px; padding-bottom: 110px;}
.custom_btn  {color: #ffffff;margin-top: 20px !important;padding: 15px 18px;border: 2px solid #ffffff; text-decoration-style: none !important;font-weight: normal; font-size: 18px;line-height: 29px;font-family: 'Lato'; }
.custom_btn img {padding-left: 10px;}
.heating_content{margin-top: 65px;}
body.page-template-page-product .product_section3_container .button_section{padding-top:0;}
body.page-template-page-product .breadcrumb_wrapper,body.page-template-page-contact .breadcrumb_wrapper{position:relative;}



@media screen and (min-width:992px)
{
	body.page-template-page-product .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    body.page-template-page-contact .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    .container.nobannerbrdcrumb.nobanneronpage { position: absolute; top: 30px; z-index: 9; left: 0; right: 0; }
	
}
@media screen and (max-width:767px)
{
    body.page-template-page-product .breadcrumb_wrapper{padding-top:15px;}
    .section1_product_row{padding-top:20px;}
    .lighting_section .para_heading{margin-bottom:5px;}
	.wpml-ls-item ul li a{border-left: 0;}
}

@media screen and (min-width:320px) and (max-width:575px)
{
   .navbar {z-index: 1030;background-color: #000000; padding-top: 10px !important; }
   .breadcrumb_link, .section1_container-fluid,.row_product_section3{padding-left: 15px;padding-right: 15px;}
   .background_breadcrumb{ background-color: black !important;margin: 0% !important;
        /* padding-left: 45px;
        padding-right: 45px; */
    }
    .breadcrumb_link{position: static;bottom: 50px !important;z-index: 0;padding-right: 0px;}
    .section1_product_row > .text_start{text-align: start !important;}
    .section1_product_row {padding-top: 20px;padding-bottom: 60px;}
    .product_img{order: 1;padding-bottom: 57px;text-align: center;/* height: 335px; */}
  
   .product_content_order_second{ order: 2; }
   .row_product_section3 { padding-top: 30px; padding-bottom: 50px;}
    /* .heading_mobile {left: 0;top: 0px;float: right;padding-left: 107px;padding-top: 10px;position: absolute;} */
    .product_para_heading > .para_section p {font-size: 18px;line-height:28px; padding-top: 10px; margin-bottom: 0; }
    .section2_wrapper_product {padding-bottom: 60px;}
    .custom_btn  {padding: 21px 24px;font-size: 22px;line-height: 34px;}
    .heating_content{margin-top: 47px;}
    .section3_product_wrapper > .product_section3_container > .row_product_section3 > .light_content > .product_para_light { font-size: 18px;line-height: 27px;padding-top: 0px;}
    .owl_product_topbanner .item img{height: 450px;width: 100%;}
}
@media screen and (max-width:404px)
{
    /* .heading_mobile {left: 0;top: 0px;float: right;padding-left: 107px; padding-top: 10px;position: absolute;font-size: 30px !important;} */
}

@media screen and (max-width:767px)
{
	.footer_link {padding-left: 15px;padding-right: 15px;}
/* 	.section1_product_row{justify-content:left !important;} */
	.section3_product_wrapper > .product_section3_container > .row_product_section3 > .light_content > .product_para_light{padding-bottom:0;}
    body.page-template-page-product .product_section3_container .button_section{padding-top:45px;}
	.product_section3_container{margin-bottom:36px;}
    .nobanneronpage{padding-left:30px;padding-right:30px; padding-top: 10px; }
	.section2_wrapper_product .section1_product_row{padding-left:15px;padding-right:15px;}
	footer .section5_wrapper{padding-left:15px;padding-right:15px;}
}
@media screen and (min-width:768px) and (max-width:991px)
{
    .lighting_section{padding-left:0;padding-right:0;}
    .lighting_section .light_section .para_heading{font-size:15px;}
    body.page-template-page-product .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    body.page-template-page-contact .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    .container.nobannerbrdcrumb.nobanneronpage { position: absolute; top: 20px; z-index: 9; left: 0; right: 0; }    
	
	.wpml-ls-item ul li a{border-left: 0;}
}


.map_icon{width:16px;height:17px;vertical-align: middle;margin-right: 6px;}
.main_contact_section{background-color: #000000; /* padding-bottom: 372px; */color: #ffffff;padding-top: 485px;padding-bottom: 150px; }
.contact_btn{ color: #ffffff ;border: 2px solid #ffffff;padding: 15px 28px;font-family: 'Lato'; font-weight: normal;font-size: 16px;line-height: 29px; }
.contact_btn img {padding-left: 10px;}
.contact_heading { color: #ffffff;font-family: 'Lato';font-weight: bold;font-size: 45px; line-height: 55px;padding-bottom: 30px;}
.contact_description{color: #ffffff;font-family: 'Lato';font-weight: normal; font-size: 22px;line-height: 34px;}
.contact_section_row{padding-bottom: 40px;}
.org_details{color: #ffffff;font-family: 'Lato';font-weight: normal;font-size: 18px; line-height: 29px;padding-bottom: 40px;padding-top: 85px;}
.contact_hover > .email_number {color: #ffffff !important;font-family: 'Lato'; font-weight: normal;font-size: 18px;}
.contact_hover > p > a { color: #ffffff !important;font-family: 'Lato';font-weight: normal;font-size: 18px; line-height: 29px;padding-bottom: 30px; }
.number_text:hover, .email_text:hover {color: #b6c806 !important;}

.contact_hover > p > img {padding-right: 15px;}
.tab_content{padding-top: 85px;}
.add a { color: #000000;font-family: 'Lato';font-size: 16px;line-height: 29px; font-weight: bold;text-decoration: none !important; }
/* .add a img {padding-right: 30px;} */
.add span { position: relative; display: inline-block; }
.location_link{ padding: 4px 17px; /* padding-right: 18px; */background-color: #b6c806;font-size: 16px;line-height: 29px; font-family: 'Lato';position: absolute;color: #ffffff;text-decoration: none !important; }
.location_link:visited, .location_link:hover{color:#fff;}
.faq_row{font-size: 21px;line-height: 29px;font-family: 'Lato';font-weight: normal;}
.list_heading{font-family: 'Lato';font-weight: bold;}
.list_heading_h2{padding-top: 115px;padding-bottom: 40px;font-family: 'Lato';font-weight: bold;}
.forhandler_row{color: #191919;}

.list_heading_h2 h2{ font-weight: bold;font-family: 'Lato';font-size: 45px;line-height: 55px;color: #191919;}
.forhandler_row > div { font-size: 16px;line-height: 29px;color: #2f2f2f;font-family: 'Lato';    font-weight: 600;}
.list_heading{font-size:18px;}
.heading_h2_faq{ font-weight: bold;font-family: 'Lato';font-size: 45px;line-height: 55px; }
.mobile_order_third{text-decoration-line: underline;}
.mobile_order_fourth{padding-top: 10px;}
.column_padding{padding-left: 0px !important;}
.faq_section{padding-top: 120px;}
.search_faq {padding-bottom: 125px;;}
form{padding-bottom: 53px;}
/* .search_faq > form > .form-group > .form-control{border: 2px solid #e5e5e5;} */
.mobile_order_third { text-align:center;}
.write_search_question{position: absolute;right: 25px;top: 15px;}
hr{border: 1px solid #e5e5e5;}
.content{padding: 0 50px;}
svg.mapicon{width:20px;height:20px;vertical-align: text-top;}
.email_number svg.email{width: 24px;height: 22px;vertical-align: text-top;margin-right:15px;}
.forhandler_section{padding-bottom:50px; background-color: #fff; }
.dealertel a, .dealeremail a{color:#2f2f2f;}
.dealertel a{border-bottom: 1px solid #2f2f2f;}
.dealertel a:hover{text-decoration: none; color: #d6de33; border-bottom: 1px solid #d6de33;}
.dealeremail a:hover{text-decoration: none;}

/*=====================breadcrumb css ============================*/
.breadcrumb_wrapper{background-color: #000000;}
.breadcrumb_wrapper a,.breadcrumb_wrapper span{color:#818181; font-weight: normal; font-size: 14px;}




/* ==================================================================== */
/* -----------------------------contact section css ------------------- */
/* ==================================================================== */
.nav-item > .active {
    color: #b6c806 !important;
}
.contact_details_section {
    background-color: #1a1a1a;
    padding-bottom: 255px;
}
.main_contact_section{
    background-color: #000000;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 120px; 
}
.contact_btn{
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 28px;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-decoration: none !important;
}
.contact_btn img {
    padding-left: 10px;
}
.contact_heading {
    color: #ffffff;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 55px;
    line-height: 65px;
    padding-bottom: 30px;
}
.contact_section_row p{
	 font-size: 20px;
}

.contact_description{
    color: #ffffff;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
   
}
.contact_section_row{
    padding-bottom: 52px;
}
.org_details{
    color: #ffffff;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 28px;
    padding-top: 102px;
}
.contact_hover > .email_number {
    color: #ffffff !important;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
}
.contact_hover > p > a {
    color: #ffffff !important;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 30px;
    
}
.number_text:hover, .email_text:hover {color: #b6c806 !important;}

.contact_hover > p > img {
    padding-right: 5px;
}
.tab_content{
    padding-top: 85px;
}
.add > a {
    color: #000000;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 29px;
    font-weight: bold;
    text-decoration: none !important;
}
/* .add a img { padding-right: 20px; margin-top: 3px; } */
/* a#icon_open span { vertical-align: text-bottom; } */
.cust_btn  { position: relative !important; background-color: #b6c806 !important; border: none !important; font-size: 16px !important; line-height:24px; padding:6px 8px !important; text-align: center; -webkit-transition-duration: 0.4s;  transition-duration: 0.4s; text-decoration: none; overflow: hidden; cursor: pointer; }
  .cust_btn a {
    color: #FFFFFF !important;
  }
.faq_row{
    font-size: 22px;
    line-height: 34px;
    font-family: 'Lato';
    font-weight: normal;
}
.list_heading{
    font-family: 'Lato';
    font-weight: 900 !important;
}
.list_heading_h2{
    padding-top: 115px;
    padding-bottom: 40px;
    font-family: 'Lato';
    font-weight: bold;
}
.forhandler_row{color: #191919;
     /* border-bottom: 1px solid #e5e5e5; padding: 15px; */
    }
/* hr{display: none;} */
.heading_h2_faq{
    padding-bottom: 20px;
}
.list_heading_h2 h2{
    font-weight: bolder;
    font-family: 'Lato';
    font-size: 45px;
    line-height: 55px;
    color: #191919;
}
.forhandler_row .list_heading {
    font-size: 18px;
    line-height: 26px;
    color: #2f2f2f;
    font-family: 'Lato';
    
}
.col-lg-1.col-md-1.col-sm-6.col-6.list_heading { padding-left: 0; }

.forhandler_row > div {
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    font-family: 'Lato';
}
.heading_h2_faq{
    font-weight: bold;
    font-family: 'Lato';
    font-size: 45px;
    line-height: 55px;
}

.mobile_order_third{
    text-decoration-line: underline;
}
.mobile_order_fourth{
    padding-top: 5px;
}
.column_padding{
    padding-left: 0px !important;
    padding-right: 8px !important;
}
.faq_section{
    padding-top: 73px;
    background-color: #fff;
}
.search_faq {
    padding-bottom: 150px;;
}
.search_faq form{padding-bottom: 20px; display: none; }

.search_faq > form > .form-group > .form-control { font-size: 20px;
  line-height: 29px;
  padding: 12px;
  padding-left: 30px;  }
.mobile_order_third { text-align:center; text-decoration: none; }

.write_search_question{
    position: absolute;
    right: 25px;
    top: 15px;
}

.content {
    font-family: 'Lato';
  }
  .content a{
    font-family: 'Lato';
  }
  .add > p {
    color: #000000;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
    text-decoration: none !important;
}
.child_content, .content_add { padding: 0 37px; border-bottom: 1px solid rgba(0,0,0,.1); font-size: 18px; line-height: 26px; font-weight:500; padding-top:12px; padding-bottom:8px; }
.content_add { padding-bottom: 15px; padding-top: 15px; display: inline-block; border-bottom: 1px solid rgba(0,0,0,.1); width: 100%; padding-left:15px; cursor:pointer; }
/* .button_section .contact_btn{ padding-right: 35px; } */


.faq_section .add .content{display:none;padding-right:0;}
.collapsible.content_add{padding-right:0;}
.quecollapse{border-bottom:1px solid transparent !important;padding-bottom:0 !important;
padding-right:0;}
.content.child_content{display:none;}
/* .open_icon.close{display:none;float:left;margin-top:6px; opacity: 1; margin-right: 19px; }
img.open_icon.close { padding-right: 23px; margin-top: 7px; } */
.maincollapsecls{color:#b6c806 !important;}
.faq_section .search_icon{width: 27px;height: 23px; position: absolute;right: 0;top: 15px;right: 26px;}
.faquespan { display: inline-block; width: 94%; font-size: 20px; font-weight: 500; line-height: 28px;  }
.btn_arrow_yellow{display: none;}


svg.open_icon{width:16px;height:16px;vertical-align:top;margin-bottom:4px;margin-right:17px;
margin-top:6px;}
.collapsible.icon_open_main{width: 100%;cursor:pointer; border-bottom: 1px solid rgba(0,0,0,.1);display: inline-block;padding-top: 18px;padding-bottom: 18px;}
.child_content ul{padding-left: 15px; margin-left: 15px;}
.child_content ol{padding-left: 10px; margin-left: 15px;}
.child_content ol li{padding-left: 5px;}
.button_section svg { top: 23px; }
	
/* ---------------------media query----------------- */

@media screen and (min-width:1200px){
	.collapsible.icon_open_main{padding-left: 10px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
.forhandler_row > div {
        font-size: 15px;
        line-height: 18px;
    }
    .mobile_order_fourth {
        padding-top: 0px;
    }
    .contact_description {
        font-size: 18px;
        line-height: 34px;
    }
    .contact_hover > .email_number{
		font-size: 16px;
    }
    .contact_hover > p > a{
        font-size: 16px;
    }
    .org_details {
        font-size: 16px;
        line-height: 29px;
        padding-bottom: 27px;
        padding-top: 97px;
    }
    .faq_section {
        padding-top: 116px;
    }
    .cust_btn {
        font-size: 16px !important;
        line-height: 24px;
        padding: 6px 8px !important;
        width: 80px;
    }
    .faq_row {
        font-size: 18px;
        line-height: 29px;
    }
	.location_link{padding: 5px; font-size: 13px; line-height: 20px;}
}

@media screen and (min-width:768px) {
	
.mobile_order_second{
	padding-left: 23px;
}	

.mobile_order_third{
    padding-left: 35px;
}

    .forhandler_row .dealeremail{ padding-left: 0; padding-right: 0; }
    .banner_section{ background: #1a1a1a; position: absolute; top: 0; width: 100%; }
    .page-template-page-contact .banner_section{min-height: 350px; background: #1a1a1a;}
	
}

@media screen and (min-width:768px) and (max-width:991px){
    .forhandler_row > div {
        font-size: 14px;
        line-height: 16px;
    }
    .section_wrapper_contact .top_right .navbar{
        background-color: #1a1a1a;
    }
    .mobile_order_fourth {padding-top: 0px;}
    .contact_heading {
        font-size: 45px !important;
        line-height: 55px !important;
        padding-bottom: 22px;
    }
    .contact_description {
        font-size: 15px;
        line-height: 29px;
    }
    .contact_details_section {
        background-color: #1a1a1a;
        padding-bottom: 305px;
    }
    .list_heading_h2 h2 {
        font-size: 34px !important;
        line-height: 45px !important;
    }
	.mobile_order_third {
		padding-left: 25px;
	}
    .org_details {
        /* font-size: 15px !important; */
        padding-bottom: 0;
        padding-top: 88px !important;
    }
    .contact_btn {
        padding: 14px 12px;
        font-size: 16px;
        line-height: 29px;
    }
    .contact_hover > .email_number{
        font-size: 16px;
    }
    .contact_hover > p > a{
        font-size: 16px;
    }
	.faquespan{width: 93%;} 
	.location_link{padding: 5px; font-size: 13px; line-height: 20px;}
	.page-template-page-contact .banner_section{min-height: 315px; background: #1a1a1a;}
    .email_number .number_text {display: inline-block;}
    
   
}

@media screen and (max-width:767px) 
{
	.banner_section{min-height: auto; background: #000;}
	.page-template-page-contact .banner_section{min-height: auto; background: #000;}
	.content.faques{padding: 0;}
	.content_add{padding-left: 55px;}
	.contact_section_row {padding-bottom: 25px;}
  .button_section > a { font-size: 16px; margin: 0 !important; padding: 12px 20px 12px 20px; }
  .button_section svg { top: 22px; }
  .button_section { padding-top: 20px; }
	.faq_row .pb-5{padding-bottom: 15px !important;}
	.search_faq{padding: 0;}
	.search_faq form{padding-left: 30px;padding-right: 30px; border-bottom: 1px solid rgba(0,0,0,.1);}
	svg.open_icon, .open_icon.close{margin-right: 10px;}
/* 	.search_faq > form > .form-group > .form-control{padding-left: 18px;} */
	/* .faq_section .add .content p{padding-right: 20px;} */
	.collapsible.icon_open_main{display: inline-flex; padding: 18px 30px;}
	.contact_section_row p { font-size: 18px; }
    .forhandler_row .list_heading, .add > a{font-size: 16px;}
    .section1_row .category-section-mobile.col-4:nth-child(4) { position: relative; left: 25px; }
    .section1_row .category-section-mobile.col-4:nth-child(5) { position: relative; right: 25px; }


   
}

@media screen and (min-width:576px) and (max-width:767px)
{
    .mobile_order_first {order: 1;}
    .mobile_order_second {order: 2;}
    .mobile_order_third {order: 3; text-align:start !important; padding-top: 19px}
    .mobile_order_fourth {order: 4; padding-top: 5px;}
    .section_wrapper_contact .top_right .navbar{background-color: #1a1a1a;}
    .contact_details_section {background-color: #1a1a1a;padding-bottom: 255px;}
    .main_contact_section {background-color: #000000;color: #ffffff;padding-top: 40px;padding-bottom: 80px;}
    .contact_btn{border: 2px solid #ffffff;padding: 15px 8px;font-size: 15px;line-height: 18px;}
    .contact_btn img {padding-left: 5px; top: -2px; position: relative; } 
    .contact_heading { font-size: 45px !important; line-height: 55px !important; padding-bottom: 22px; }
    .org_details { padding-bottom: 10px; padding-top: 88px !important; font-size: 16px; line-height: 29px; }
    .number_text, .email_text {padding-bottom: 30px;}
    .contact_btn_row{padding-top: 15px;}
    .contact_hover { padding-right: 0; padding-left: 5px; }
    .forhandler_row > div {font-size: 16px;line-height: 24px;}
    .list_heading_h2 { padding-top: 20px; padding-bottom: 0; padding-left: 0; }
    .row.forhandler_row { padding: 25px 0 0; }
    .list_heading_h2 h2 { font-size: 38px; line-height: 37px; }
    .contact_hover > p{font-size: 14px;line-height: 22px;}
    .contact_hover > p > a { color: #ffffff !important;font-family: 'Lato';font-weight: normal;font-size: 10px; line-height: 29px;padding-bottom: 30px;text-decoration-style: none !important; }
    .contact_hover > .email_number, .contact_hover > p > a {font-size: 13px;}
    img.email { width: 20px; }
    .contact_hover > p > img { padding-right: 3px; }
/*     .contact_hover { padding-left: 0; padding-right: 5px; } */
    .contact_description {font-size: 12px;line-height: 29px;}
    /* .header_menu{padding-bottom: 500px;} */
    .column_padding{padding-left: 15px !important;}
	.cust_btn { position: relative !important;background-color: #b6c806 !important;border: none !important;font-size: 16px !important; line-height:26px;color: #FFFFFF !important;width: 86px;text-align: center;-webkit-transition-duration: 0.4s; transition-duration: 0.4s;text-decoration: none;overflow: hidden;cursor: pointer; }
  .button_section > a{ font-size:16px; margin: 0 !important; padding: 12px 20px 12px 20px; }
	.faquespan{width:91%;}
	.content.child_content{padding-left: 38px;}
	.search_faq { padding-bottom: 90px;}
  .faq_section .search_icon{right: 45px;}
  body.page-template-page-product .product_section3_container .button_section { padding-top: 30px; }
}

@media screen and (min-width:320px) and (max-width:575px){
    .mobile_order_first {order: 1;}
    .mobile_order_second {order: 2;}
    .mobile_order_third {order: 3; text-align:start ; padding-top: 20px;}
    .mobile_order_fourth {order: 4;}
    .main_contact_section{padding-top: 40px;padding-bottom: 80px; }
    .contact_details_section {background-color: #000000;padding-bottom: 0px;}
    .cust_btn  { position: relative !important;background-color: #b6c806 !important;border: none !important;font-size: 15px !important; line-height:24px;color: #FFFFFF !important;padding: 12px !important;width: 100px;text-align: center; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;text-decoration: none;overflow: hidden; cursor: pointer; }
    .contact_heading {font-size: 36px !important;line-height: 45px !important;padding-bottom: 15px !important;}
    .contact_description {font-size: 14px !important;line-height: 29px !important;}
    .contact_btn{border: 2px solid #ffffff;padding: 23px 18px;font-size: 16px;line-height: 29px;}
    .contact_btn img {padding-left: 5px;}
    .contact_hover > .email_number {font-size: 14px;line-height: 29px;}
    .contact_hover > p > a { color: #ffffff !important;font-family: 'Lato'; font-weight: normal;font-size: 14px;line-height: 29px;padding-bottom: 30px; }
    .contact_btn_row{padding-top: 66px;}
    .contact_container_row,.contact_btn_row{padding-right: 15px; padding-left: 15px;}
    .org_details{font-size: 17px; line-height: 29px;padding-bottom: 12px;padding-top: 10px;}
    .forhandler_row{padding-right: 15px;padding-left: 15px;}
    .list_heading_h2 {padding-top: 25px; padding-bottom: 0;font-weight: bold;}
    .faq_section {padding-top: 50px;}
    .faq_row{padding-right: 15px !important;padding-left: 15px !important;}
    /*.faq_row p {display: none;}*/
    .column_padding{padding-left: 15px !important;}
    .forhandler_row > div {font-size: 14px;line-height: 24px;}
    .search_faq > form > .form-group > .form-control { height: auto; border: 2px solid #e5e5e5; padding: 15px 10px !important; margin: 0; line-height: normal; font-size: 18px; }
    .write_search_question {position: absolute;right: 25px;top: 25px;}
    /*     .add a img {padding-right: 15px;} */

   
	.search_faq {padding-bottom: 45px;}
    .heading_h2_faq{padding-bottom: 25px; font-size: 35px; line-height: 45px;}
	.forhandler_container hr {margin-left: -15px;margin-right: -15px;border: 1px solid #e5e5e5 !important;}
	.faq_section .hr_full_mobile{margin-left: -45px !important;margin-right: -45px !important;}
	.search_faq .form-group{position: relative;}
	.faq_section .search_icon{top: 33%; right: 18px;}
	.search_faq form {padding-bottom: 21px;}
	.forhandler_section {padding-bottom: 0;}
	.section_wrapper{position: relative; height: 50px;}
	.child_content{ padding: 10px 35px; }
	.content_add{ padding-left: 28px;}
	/* img.open_icon {padding-left: 30px;} */
	/* .faquespan{display: table-cell;} */
	.email_number .email{width: 25px;}

}

@media screen and (max-width:380px){
    .forhandler_row{font-size: 12px;}
    .list_heading_h2 h2 {font-size: 34px !important;line-height: 45px;}
	/* .collapsible.content_add svg.open_icon{margin-right:20px !important;} */
	.faquespan{width:84%;}
}
@media screen and (max-width:365px)
{
	/* .email_number .number_text {display: block;} */
} 
@media screen and (min-width:381px) and (max-width:575px)
{
.faquespan{width:85%;}
}
@media screen and (max-width:767px)
{
.content.faques{padding: 0 15px;}
}

svg.open_icon{width:16px;height:16px;vertical-align:top;margin-bottom:4px;margin-right:18px; margin-top:5px;}	
.collapsible.icon_open_main{width: 100%;cursor:pointer;	border-bottom: 1px solid rgba(0,0,0,.1);display: inline-block;padding-top: 18px;padding-bottom: 18px;}


.item-video iframe { position: absolute; top: 0; height: 100%; width: 100%;  }
 
 
 
 /* ============================================================================== */
/* ----------------------------- subcategory page css -------------------------- */
/* ============================================================================== */
.subcategory_section,.section2_wrapper_product_subcategory{
    background-color: #000000;
    color: #ffffff;
}
.subcategory_section{
    padding-bottom: 100px;
}
.heading_h5 h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
}
.filter_sorter{display: none;}
.subcategory_section_secondpage{
    background-color: #ffffff;
    padding-bottom: 115px;
    padding-top: 75px;
}
 .border_bottom {
    border-bottom: 4px solid black !important;
}
.subcategory_heading h2{
    font-family: 'Lato';
    padding-top: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
}
.subcategory_section_para{
    font-family: 'Lato';
    padding-top: 20px;
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}
.subcategory_section, .section2_wrapper_product_subcategory
{
    padding-top: 60px;;
}
.section1_row_subcategory{
    /* padding-bottom: 50px; */
    text-align: center;
}
.heading_h5 h5 {
    font-size: 18px;
    line-height: 29px;
}
.form-control{
    border-radius: 0% !important;
}
.search_field .form-control{   
    height: 48px !important;
    /* width: 475px !important; */
}
.search_field_icon{
    position: absolute;
    z-index: 2;
    display: block;
    right: 30px;
    float: right;
    top: 16px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
}
.sort_field_icon {
    position: absolute;
    z-index: 2;
    display: block;
    right: 30px;
    float: right;
    top: 16px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
}
.sort_field .form-control {
    height: 50px !important;
    /* width: 205px !important; */
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.search_text{
    position: absolute;
    z-index: 2;
    display: block;
    right: 86px;
    float: right;
    top: 5px;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

li > a{
    color: #000000;
}
/* .inner_row_subcategory{
    margin-left: 0px !important;
    margin-right: 0px !important;
} */

/* for down arrow */
i { border: solid #000000; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; margin-left: 10px; }
.down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }  
.search_sort{padding-left: 20px;}
.text_order_mobilesecond{display: flex;align-items: center;font-weight: 600;font-size: 13px; line-height: 18px; }
.text_order_mobilefirst{font-weight:900;color: #b6c806;font-size: 26px;    padding-left: 0;}
.mainmenu{position:relative;}
.listingStructure { padding-left: 0; padding-right: 0; line-height: normal; padding-bottom: 0; padding-top: 0; min-height: auto; }
div#owl-slider-img-gallery img, .owl-thumbs img { cursor: pointer; }
.art-no.text_order_mobilesecond span { display: inline-block; width: 100%; position: relative; bottom: -5px; padding-left: 15px; color: #404040; }
 
/* ===============media query===================== */

@media screen and (min-width:768px) and (max-width:992px)
{
    /* .subcategory_nav{padding-left: 0px !important;} */
}

@media screen and (min-width:320px) and (max-width:767px)
{
    /* .search_sort{display: none !important;} */
    .subcategory_section{ padding-bottom: 102px; padding-left: 30px; padding-right: 30px; }
    .subcategory_section, .section2_wrapper_product_subcategory{ padding-top: 50px; }
    .subcategory_section_para{ padding-top: 10px; }
    .section1_row_subcategory { text-align: start; }
    .subcategory_section_secondpage { padding-bottom: 80px; padding-top: 30px; }
    .border_bottom { border-bottom: 5px solid black !important; overflow: hidden; }
    .text_order_mobilesecond{color: #000000;}
    .text_order_mobilefirst{font-size: 35px !important; color: #b6c806; line-height: 45px;}
    /* .text_order_mobilefirst{order: 1;}
    .text_order_mobilesecond{order: 2;} */
    /* .sub_row{padding-left: 30px; padding-right: 30px;} */
    .filter_sorter{ display: block; padding-left: 15px; padding-right: 15px; padding-bottom: 0 !important; }
    .sorter{float: right;}
    .sidebar{display: none; position: fixed; top: 0; left: 0; background-color: #fff; z-index: 9999; padding: 0; width: 300px; height: 100%;  }
    .sidebar-wrap { width: 100%; height: 100%; overflow-y: scroll; }
    .filter_sorter a {color: #000000; font-family: 'Lato'; font-size: 14px; line-height: 19px; text-decoration: none; position: relative; }
    .filter_sorter a img {padding-right: 15px;}
    .category-sublevels { margin-top: 15px; }
}
 
 
.subcategory_section_secondpage .heading_h5 h5{ white-space: normal; font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 0; }
.subcategory_section_secondpage .card-img-top{width:auto; max-width: 100%; transition: all .2s ease-in-out; }
.subcategory_section_secondpage .card-img-top:hover { transform: scale(1.03); }
.search_grey{width:20px;height:20px;}
.search_field .form-control{ padding: 0; padding-left:15px; background-image: url(../images/Search_icon_gray.svg); background-position: calc( 100% - 15px ) center; background-repeat: no-repeat; background-size: 18px; }


 
/* Categories sidebar */
ul.mainmenu { margin: 0; padding: 0; list-style: none; position: relative; }
ul.sub-catgories { margin: 0 25px; padding: 0; list-style: none; position: relative;  }
ul.mainmenu li a, ul.sub-catgories li a { color: #000; }  

ul.left-menu-listing { margin: 0 20px 0 0; padding: 0; list-style: none; }
ul.left-menu-listing > li { color: #000; border-top: 1px solid #e5e5e5; position: relative; }
ul.left-menu-listing > li:first-child > a { border-bottom: 0; }

ul.left-menu-listing > li:first-child { border-top: 0; }
ul.left-menu-listing > li:last-child { border-bottom: 0; }

ul.left-menu-listing li a { padding: 13px 0 13px 0; display: inline-block; padding-right: 30px; }
ul.left-menu-listing li:last-child { border-bottom: 1px solid #e5e5e5; }

ul.left-menu-listing li > ul.children { margin: 0; padding-left: 20px; list-style: none; display: none; border-top: none; margin-bottom: 0; margin-top: 0; padding-top: 0; padding-bottom: 0; /* border-top: 1px solid #b9d54a; */ }
a.toggle-cat i.fas { font-size: 22px; color: #b9d54a; }
a.toggle-cat { display: block; cursor: pointer; padding: 0; width: 20px; height: 20px; position: absolute; float: right; right: 0; top: 13px; text-align: center; background-size: 10px; }
.toggle-cat-down{background:url(../images/Instagram_arrow.svg); height: 22px; background-repeat:no-repeat; background-position: center;}


ul.left-menu-listing li > ul.children li { border-top: none; position: relative; }
ul.left-menu-listing li > ul.children li:last-child { border-bottom: none; }
ul.left-menu-listing li > ul.children li:first-child { border-top: none; }
li.childcategories a.toggle-cat.toggle-cat-down.togglecategories { padding: 0; top: 8px; right: 5px; }
ul.left-menu-listing li > ul.children li:last-child a { border-bottom: none !important; padding-bottom: 10px; }
ul.left-menu-listing li > ul.children li:first-child a { border-top: none; }
/* ul.left-menu-listing li.page_item_has_children a { border-bottom: 1px solid #ccc; } */
ul.left-menu-listing li > ul.children a { padding: 5px 0; padding-right: 25px; }
ul.left-menu-listing li.current_page_item > a { font-weight: 600; padding-right: 35px; padding-bottom: 15px; }

ul.left-menu-listing > li:first-child > a { border-bottom: 0; }
/* ul.children.sub-catgories li.childcategories { color: #000; border-top: 1px solid #e5e5e5; position: relative; } */
ul.children li a { padding: 7px 0; }

.p_contentwrapper span a h5 { color: #212529; }



/* ==================================================================== */	
/* ----------------------------- About us section css ------------------- */	
/* ==================================================================== */	
/* body.page-template-page-about .breadcrumb_wrapper{padding-top: 160px;}	 */
.main_about_section { background-color: #000000; color: #ffffff; padding-top: 110px; padding-bottom: 120px;	}	
.abt_row {padding-bottom: 290px;}	
.abt_row:last-child {padding-bottom: 0px;}	

.abt_row:first-child h2 {	
    background: linear-gradient(to right, #d6de33, #2dc4b5);	
    background: linear-gradient(to right, #d6de33, #2dc4b5);
	background: -moz-linear-gradient(to right, #d6de33, #2dc4b5);
	background: -webkit-gradient(to right, #d6de33, #2dc4b5);
	background: -webkit-linear-gradient(to right, #d6de33, #2dc4b5);
	background: -o-linear-gradient(to right, #d6de33, #2dc4b5);
	background: -ms-linear-gradient(to right, #d6de33, #2dc4b5);	
    -webkit-background-clip: text;	
    -webkit-text-fill-color: transparent;	
    font-family: 'Lato';	
	font-weight: 800;	
    font-size: 48px;	
    line-height: 55px;	
    padding-bottom: 30px;	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6de33", endColorstr="#2dc4b5");
}	
.abt_row h2 {	
    -webkit-text-fill-color: #fff;	
    font-family: 'Lato';	
	font-weight: 900;	
    font-size: 44px;	
    line-height: 54px;	
	padding-bottom: 30px;	
}	
.abt_row:first-child .abt_content{	
	    font-size: 18px;
    line-height: 29px;
}	
.abt_content {	
    color: #ffffff;	
    font-family: 'Lato';	
    font-weight: normal;	
    font-size: 18px;	
    line-height: 29px;	
}	
.mob_content_order a, .abt_content a{	
    color: #ffffff;	
    font-family: 'Lato';	
    font-weight: normal;	
    font-size: 18px;	
    line-height: 29px;	
	text-decoration: underline;	
}	
.cat_row h2{	
	font-family: 'Lato';	
    font-weight: 900;	
    font-size: 45px;	
    line-height: 55px;	
	padding-bottom: 25px;	
}	
.cat_images{	
	width: 19%;	
	display: inline-block;	
}	
.cat_img_row{	
	padding-top: 70px;	
	padding-bottom: 200px;	
}	
.cat_title{	
	text-align: center;	
    width: 50%;	
    display: block;	
    font-size: 18px;	
	line-height: 29px;	
    font-family: 'lato';	
    text-transform: uppercase;	
    font-weight: 600;	
}	
.abt_content ul, .abt_content ol{	
	margin-left: 0;	
	padding-left: 20px;	
}	
.mob_content_order h5{	
	line-height: 32px;	
}	
@media screen and (min-width:768px){	
		
.mob_content_order {padding-top: 25px;}	
.cat_img_row  .lighting_section:last-child img{padding-left: 10%;}	
}	
@media screen and (min-width:768px) and (max-width:991px) {	
		
.abt_row { padding-bottom: 150px; }	
.cat_img_row{padding-left: 20px; padding-right: 20px; padding-bottom: 150px;}	
}	
@media screen and (max-width:767px) 
{	
  body.page-template-page-about .breadcrumb_wrapper { padding-top: 40px; }	
  .main_about_section{padding-top: 50px; padding-bottom: 20px;}	
  .abt_row {padding-bottom: 100px;}	
  .cat_img_row {text-align: center; padding-top: 60px; padding-bottom: 120px;  justify-content: center !important;} 	
  body.page-template-page-about .lighting_section{padding-bottom: 30px;}	
  .abt_row.odd:first-child {padding-bottom: 40px}	
  .mob_content_order, .mob_img_order {padding-left: 30px; padding-right:30px;}	
  .cat_row{padding-left: 15px; padding-right: 15px;}	
  .odd .mob_img_order, .even:nth-child(2) .mob_content_order{ order: 1; }	
  .odd .mob_content_order, .even:nth-child(2) .mob_img_order{order: 2;}	
  .odd .mob_img_order{padding-bottom: 80px;}	
  .even .mob_img_order{padding-bottom: 80px;}	
  .even:nth-child(2) .mob_img_order{padding-bottom: 0px;}	
  .even:nth-child(2) .mob_content_order{padding-top: 0px; padding-bottom: 120px}	
  .even:nth-child(2) .mob_content_order p{padding-bottom: 25px;}	
  .cat_row h2{font-size: 36px; line-height: 46px;}	
  .abt_row:first-child h2{background: linear-gradient(to right, #d6de33, #2dc4b5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; font-size: 48px; line-height: 55px;}	
  .abt_row h2{font-size: 38px; line-height: 46px; -webkit-text-fill-color:#fff;}	
  body.page-template.page-template-page-product .button_section svg { right: 16px; top: 24px; }
  body.page-template.page-template-page-product .button_section a { padding: 10px 35px 10px 15px; }
}	
@media screen and (min-width:576px) and (max-width:767px) 
{	
    body.page-template-page-about .breadcrumb_wrapper { padding-top: 70px; }			
}	

/* body.page-template-page-about .breadcrumb_wrapper { padding-top: 0; margin-top: 50px; } */

/********************************************************/	





 
 /* -------------------------product details section -------------------------- */
/* =========================================================================================================================== */

/* define a fixed width for the entire menu */
/* .navigation {
    width: 300px;
  } */
  .owl_slider{
    padding-bottom: 100px;
}
  .mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .mainmenu a {
    display: block;
    text-decoration: none;
    color: #fff;
  }

  .mainmenu a:hover{
    color: #b6c806 !important;
  }
  .mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
    color: #b6c806;
  }
  
  .submenu a {
    padding: 5px;
  }
  
.submenu a:hover {
    color: #b6c806;
    
  } 
  .submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    padding-left: 30px;
  }

.product_details_section {
    background-color: #1a1a1a;
    padding-bottom: 374px;
}
.productdetails_section { padding-top: 85px; padding-bottom: 80px; background-color: #fff; }
.back_btn_productdetails{ padding: 15px 28px 15px 24px; background: #b6c806; float: right; right: 0px; font-family: 'Lato'; font-weight: normal; font-size: 16px; line-height: 20px; color: #fff; text-decoration: none; -webkit-transition: all 0.25s; transition: all 0.25s; }
a.back_btn_productdetails:hover { background-color: #d6de33; }
a.back_btn_productdetails:hover { text-decoration: none; } */
/* a.back_btn_productdetails:hover svg path { fill: red; } */
.productdetails_heading{
  font-family: 'Lato';
  font-weight: 800;
  font-size: 55px;
  line-height: 66px;
}
.heading_section_proddetails > p {
    font-size: 16px;
    font-family: 'Lato';
    line-height: 29px;
    font-weight: bold;
    margin-top: 40px;
}
.product_big_img {
    /* border: 2px solid #f0f0f0; */
    margin-bottom: 20px;
}

.small_product:nth-child(7n+7) {
    margin-right: 0;
}
.small_product{
    width: 68px;
 /*   height: 54px; */
    border: 2px solid #f0f0f0;
    margin-right: 10px;
	float:left;
}
.img_content{
    margin-right: 0% !important;
    margin-left: 0% !important;
}
.flex_content{
    padding-top: 50px;
    margin-right: 0% !important;
    margin-left: 0% !important;
    padding-bottom: 30px;
}
.span_conent{
    color: #000000;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
}
svg {
    padding-left: 0%;
}
.tab {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .tab a {
    font-family: 'Lato';
    background-color: inherit;
    float: left;
    color: #aeaeae !important;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    /* padding: 5px 16px; */ 
    padding-right: 16px;
    font-size: 16px;
    line-height: 29px;
  }
  .mobile_menu_tabcontent{
    display: none !important;
}
  .tab a.active {
    border-bottom: 4px solid #b6c806 !important;
    font-weight: bold;
    color: #000000 !important;
    display: block;
  }
  
  .tabcontent {
    display: none;
    padding: 40px 0px;
    border-top: none;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
  }
  .active {
      display: block;
  }
  .heading_h2_slider h2{
    font-family: 'Lato';
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
  }
  #list_slider > .owl-nav > .owl-prev {
    position: absolute;
    float: left;
    top: 120px;
    left: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 64px;
    margin-left: -80px;
}
#list_slider > .owl-nav > .owl-next {
    position: absolute;
    float: right;
    top: 120px;
    right: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 64px;
    margin-right: -80px;
}
.product_details_tag::before{
    display: none !important;
}
/* .disp_btn_mobile_second{
    display: none !important;
} */

.product_detail_heading6 { font-weight: 800; font-size: 22px; }
@media screen and (min-width:992px) and (max-width:1199px)
{
  .small_product{width:55px;}
}
@media screen and (min-width:768px) and (max-width:991px)
{
    .small_product{width:50px;}
    .productdetails_heading{font-size: 36px;line-height: 43px;}
    .heading_section_proddetails > p{margin-top:12px;}
    .tab_content { padding-top: 30px; }
    a.back_btn_productdetails { margin-top: 25px; }
    .flex_content {padding-top: 30px; }
    div#owl-slider-img-gallery .owl-item { min-height: 150px; }
}
@media screen and (min-width:576px) and (max-width:767px)
{
    /* .small_product{width:64px;} */
}
@media screen and (min-width:320px) and (max-width:575px)
{
	.small_product:nth-child(7n+7){margin-right:0;}
    .small_product { width: 45px; height: 45px; border:2px solid #f0f0f0; padding:5px; margin-bottom:15px; }
    .productdetails_heading {
        font-family: 'Lato';
        font-weight: bolder;
        font-size: 30px;
        line-height: 36px;
    }
    .flex_content { padding-top: 20px; margin-right: 0% !important; margin-left: 0% !important; padding-bottom: 25px;     align-items: end; }
    .flex_content span { padding-bottom: 15px; margin-right: 15px; }
    .row.justify-content-between.flex_content span { line-height: 33px; }
    .back_btn_productdetails { padding: 15px; background: #b6c806; float: none; right: auto; font-family: 'Lato'; font-weight: normal; font-size: 18px; line-height: 22px; display: inline-block; width: 75%; }
    
    .back_btn_productdetails > img {
        padding-left: 5px;
    }
    .tab_content {
        padding-top: 25px !important;
    }
    .tab a.active {
        border-bottom: none !important;
        font-weight: bold;
        color: #000000 !important;
        display: block;
    }
    .mobile_menu_tabcontent{
        display: block !important;
    }
    .tab_content{
        display: none !important;
    }
    .mobile_menu_tabcontent hr{
        /* border: 1px solid gray; */
        border: 1px solid rgba(0,0,0,.1);
        width: 100%;
        /* padding-right: -30px !important;
        padding-left: -30px !important; */
    }
    .product_summary_tag:before{
        display: none !important;
    }
    #list_slider > .owl-item {
        display: inline-grid;
        float: none;
        }
 .product_gallery_row{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mobile_menu_tabcontent{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
        /* .disp_btn_mobile_second{
            display: block !important;
        } */
}
@media screen and (min-width:320px) and (max-width:370px)
{
	 /* .small_product{ width: 28px;height: 29px;padding:2px;}   */
}


.productgalsection,.heading_section_proddetails,.prodgalempty{width:auto;}
.rightmenusvg{width:14px;height:14px;}
.productdetails_section .tabcontent{width:100%;}
.back_btn_productdetails, .back_btn_productdetails:visited, a.back_btn_productdetails:hover, a.back_btn_productdetails:active, a.back_btn_productdetails:visited, a.back_btn_productdetails:active { color: #fff; }

#owl-slider-img-gallery .owl-nav{display:none;}
#owl-slider-img-gallery{position:relative;}
.owl-loader-icon{position:absolute;left:0;right:0;margin:10px auto; top:38%;}

@keyframes loader {  
    0% {  transform: rotate(0deg);   }  
    25% {  transform: rotate(180deg); } 
    50% {  transform: rotate(180deg); }
    75% {  transform: rotate(360deg); }  
    100% { transform: rotate(360deg); }
}
@keyframes loader-inner {
    0% {  height: 0%; }  
    25% { height: 0%; }  
    50% { height: 100%; }
    75% { height: 100%; }  
    100% { height: 0%;  }
}


.imgwrap{text-align:center;}


.owl-loader-icon img{width:80px;height:80px;left: 0;right: 0;margin: 0 auto;animation: loader 3.5s infinite ease-in-out;}


/* ============================================================================== */
/* ----------------------------- Instagram Page "Inspiration" css -------------------------- */
/* ============================================================================== */

#sb_instagram .sbi_hover_bottom p {
    font-size: 18px;
}
#sb_instagram .sbi_hover_bottom .sbi_meta {
    padding: 10px 0 0 0;
}
#sb_instagram .sbi_meta span {
    margin: 0px 10px !important;
          font-size: 18px;
}
#sb_instagram svg:not(:root).svg-inline--fa, #sbi_lightbox svg:not(:root).svg-inline--fa {
    font-size: 18px;
}
#sb_instagram .sbi_hover_top, #sb_instagram .sbi_hover_bottom {
    padding-bottom: 30px !important;
}

body.page-template-page-inspiration header.section_wrapper { background-color: transparent; }
body.page-template-page-inspiration section.breadcrumb_wrapper { position: relative; }
/* body.page-template-page-inspiration.admin-bar section.breadcrumb_wrapper { margin-top: 153px; } */





/*  kiran algolia css */
/*  Algolia widget CSS */
.search_bycategory .ais-Hits-item a{color: white;font-size: 16px !important; font-family: Lato !important; text-decoration: none !important; line-height: 1.5 !important;     font-weight: lighter !important;}	
.search_bycategory .ais-Hits-list{display: block !important;}	
.search_bycategory .ais-Hits-item{    margin-top: 1rem !important;    	
  margin-left: 1rem !important;	
  padding: 4px 15px!important;	
  width: calc(100% - 1rem) !important;	
  border: none !important;	
  /* box-shadow: 0 2px 5px 0 #e3e5ec; */	
  box-shadow: 0 0 black !important; }	
  .search_bycategory .ais-SearchBox-submitIcon,.ais-SearchBox-resetIcon{display: none !important;}
  .search_bycategory .ais-Hits-item:focus, .search_bycategory .ais-Hits-item:visited, .search_bycategory .ais-Hits-item:hover{ background-color: #464644 !important;border: none !important;outline-color: black !important;  }


  /* =================================================================================
--------------------search page 27-01-2020---------------------------------
================================================================================ */
/* body{color: #000000 !important;} */
.search_pagewrapper{background-color: #000000;}
.search_page_wrapper {height: 114px;background: #000000;}
.search_bycategory{background:#000000;
  display: none;
  margin-top: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  top: 0;
padding-top: 150px;}
.search_pagewrapper.section_wrapper {position: relative !important;}
.search_form {padding-top: 50px;}
.search_block {padding-top: 50px; position: relative; }
.search_bycategory .ais-SearchBox-input:focus {	
    border-top: none !important;	
    border-left: none !important;	
    border-right: none !important;	
      border-bottom: 1px solid #f5f5f5 !important; 	
      outline: none !important;	
      background-color: #000000 !important;	
      }	
    .search_bycategory  .ais-SearchBox-input {	
      /* border: none; */	
      border-top: none !important;	
      border-left: none !important;	
      border-right: none !important;	
            
      border-bottom: 1px solid #f5f5f5 !important;	
      /* box-shadow: 0 1px 0 0 #000000 !important; */	
      background-color: #000000 !important;	
      -webkit-appearance: none !important;	
      }	
     .search_bycategory  .ais-SearchBox-input{	
          padding-left: 0px !important;	
          font-size: 34px !important;	
          font-weight: 400 !important;	
          color: #f5f5f5 !important;	
      }	
   .search_bycategory .ais-SearchBox-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */	
        color: white !important;	
      }	
     .search_bycategory .ais-SearchBox-input::-moz-placeholder { /* Firefox 19+ */	
        color: white !important;	
      }	
     .search_bycategory .ais-SearchBox-input:-ms-input-placeholder { /* IE 10+ */	
        color: white !important;	
      }	
     .search_bycategory .ais-SearchBox-input:-moz-placeholder { /* Firefox 18- */	
        color: white !important;	
      }
    .search_bycategory form{padding: 0%;}
    .search_form {padding: 50px 4.5% !important;}
    .inputbox_search{position: relative;}
    .searchclose_icon, .search_icon1{
        position: absolute;
        right: 0px;
        bottom: 16px;
        top: 20px;
        
    }
    .searchclose_icon{display: none; }
    .categorylistbysearch{
        color: #f5f5f5;
        font-size: 16px;
        font-family: Lato;
        /* padding: 10px 19px 0px; */
    }
    .categorylistbysearch span {font-size: 18px; font-family: Lato;}
    .categorylistbysearch ul{padding-left: 0px;}
    .categorylistbysearch ul li {padding: 10px 0px;}
    .dropdownproduct_img {width: 55px; padding-right: 15px;}
    .categorylistbysearch.active ul {border-right: 2px solid #D6DE33;}
    .categorylistbysearch ul li a:hover {color:#f5f5f5; text-decoration: none;}
    /* ===========change placeholder color======== */
    .form-control::-webkit-input-placeholder { color: #828282 !important; font-size: 20px; }      
    .form-control:-ms-input-placeholder { color: #828282 !important; font-size: 20px; }
    .form-control::placeholder { color: #828282 !important; font-size: 18px; line-height: 29px; }

       /* .searchclose_icon{display: none;} */
 @media screen and (min-width:576px) and (max-width:767px){
    .search_form {
        padding: 0px 4.5% !important;
    }
    }
    

@media screen and (min-width:320px) and (max-width:575px){
    /* .form-control { font-size: 26px !important; } */
    .search_form {
        padding: 0px 4.5% !important;
    }
    .categorylistbysearch {
        font-size: 13px;
    }
    .dropdownproduct_img {
        width: 50px;
        padding-right: 10px;
    }
    .categorylistbysearch.active ul {
        border-right: none;
    }
}

/* ScrollBar  */
/* .scrollbar {  height: 300px; overflow-y: auto; margin-bottom: 25px; }
.force-overflow { min-height: 450px; }  
.scrollbar-primary::-webkit-scrollbar { width: 2px; background-color: #F5F5F5; }  
.scrollbar-primary::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #D6DE33; }
.scrollbar-primary { scrollbar-color: #D6DE33 #F5F5F5; } */

	/* -----------------------------Product Page algolia search---------------------	
---------------------------------------------------------------------------------*/	
.productsearch .ais-SearchBox-input{padding: 11px 5px 11px 14px !important;border-radius: none !important;}	
.productsearch .ais-SearchBox-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-family: 'Lato', sans-serif !important;font-size: 20px !important;color: #6B6B6B !important;}	
.productsearch .ais-SearchBox-input::-moz-placeholder { /* Firefox 19+ */font-family: 'Lato', sans-serif !important;font-size: 20px !important;color: #6B6B6B !important;}	
.productsearch .ais-SearchBox-input:-ms-input-placeholder { /* IE 10+ */font-family: 'Lato', sans-serif !important;font-size: 20px !important;  color: #6B6B6B !important;}	
.productsearch .ais-SearchBox-input:-moz-placeholder { /* Firefox 18- */font-family: 'Lato', sans-serif !important; font-size: 20px !important;  color: #6B6B6B !important;}	
.productsearch .ais-SearchBox-submitIcon{display: none !important;}	
.productsearch .ais-SearchBox-submit ,.productsearch .ais-SearchBox-reset{display: none !important;}
.productsearch .ais-SearchBox-input:focus{border: 1px solid #ccc !important; outline: none !important;}
.productsearch .ais-Hits{background-color: white !important;}	
.productsearch .ais-Hits-item a{color: black;font-size: 16px !important; font-family: Lato !important; text-decoration: none !important; line-height: 1.5 !important;     font-weight: lighter !important;}	
.productsearch .ais-Hits-list{display: block !important;}	
.productsearch .ais-Hits-item{    margin-top: 1rem !important;    	
  margin-left: 1rem !important;	
  padding:0rem 0rem 0rem 1rem  !important;	
  width: calc(100% - 1rem) !important;	
  border: none !important;	
  /* box-shadow: 0 2px 5px 0 #e3e5ec; */	
  box-shadow: 0 0px 0px 0 #e3e5ec !important; 	
}	


  .productsearch form {	
    padding-bottom: 0px ;	
}	
.autocomplete{    position: absolute;  z-index: 9999;  top: 100%;  left: 0;      padding-top: 1%;  padding-left: 3%;  padding-right: 3%;right: 0;}	
/* .autocomplete div {cursor: pointer;background-color: #fff; border-bottom: 1px solid #d4d4d4; }	
.autocomplete div:hover {background-color: #e9e9e9;}	
.autocomplete{background-color: DodgerBlue !important;color: #ffffff; } */





/* Chaitanya  */
a.child-href { display: inline-block; width: 100%; }
a.toggle-cat.toggle-cat-down.togglecategories.menu-open, a.mobile-tab-toggle.menu-open { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); background: url(../images/Arrow-down.svg); background-repeat: no-repeat; background-position: center;  } 
a.toggle-cat.menu-hover { transition:all 0.2s ease-in-out; background: url(../images/Arrow-down.svg); background-repeat: no-repeat; background-position: center;  } 
span.heading { display: block; margin-bottom: 10px; }
section.section2_wrapper_product.api-heading-name { padding-top: 50px; padding-bottom: 80px; }
img.img-responsive.top_logo_mobile { display: none; }
img.img-responsive.img-fluid.top_logo_desktop { display: block; }
.contact_details.order_show_mobile.show-mobile, .contact_details.order_show_mobile.show-mobile p { color: #cacaca; }
a.toggle-menu-close, a.toggle-menu { display: none; }
.top_eng_link p.lang-switch a { padding-bottom: 0; border-bottom: 1px solid #b6c806; margin-right: 8px; }

.sm-clean ul { border: none; border-radius: 0 !important; }
.sm-clean li a { display: inline-block; width: 100%; }
.sm-clean li > ul li { margin-right: 0; }
.category-sublevels { background-color: transparent; padding: 0; border-radius: 0; outline: none; box-shadow: none; width: auto; font-size: 18px; color: #6B6B6B; border: 0; font-family: 'Lato', sans-serif; z-index: 999; }	
.category-sublevels option { padding: 0; }
.current-item { display: block; }	
ul.left-menu-listing .current-item > a { color: #b6c806; }
a.child-href.active-top-parent { color: #b6c806; }
nav.main-nav { display: inline-block; float: right; }
.row.justify-content-between.flex_content span { color: #b6c806; font-weight: bold; font-size: 40px; line-height: 42px; }
a.navbar-brand.logo_responsive { padding: 0; margin: 0; }

.sm-clean a .sub-arrow::before { content: '>'; }
.sm-clean a.highlighted .sub-arrow::before { display: inline-block; content: '>'; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg);  }
li.current_page_item > a { color: #b6c806; }
a.close-search { position: absolute; right: 55px; top: 0; color: #b6c806; line-height: normal; font-family: 'Lato'; }
.sm-clean a .sub-arrow { background-color: transparent; }
.top_right .top_corner_link .top_eng_link > .top_eng a:hover { text-decoration: none; }

.row-1.section1_product_row { display: flex; justify-content: space-between; -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; margin: 0 auto;  }


/* search and 404 */
body.search .container-fluid.search-results-wrap, section.error-404.not-found { background-color: #fff; padding: 75px 15px; }
form.search-form input.search-submit { padding: 10px 25px; background: #b6c806; color: #ffffff; font-family: 'Lato'; font-weight: normal; font-size: 18px; line-height: 22px; border: 0; border-radius: 0; cursor: pointer; }
input.search-field { padding: 9px 25px 9px 9px; background: transparent; color: #000; font-family: 'Lato'; font-weight: normal; font-size: 18px; line-height: 22px; border-radius: 0; }
section.error-404.not-found form.search-form { padding-bottom: 10px; }
.search_page article h2 a { font-family: 'Lato'; font-weight: normal; font-size: 30px; line-height: 30px; color: #000; text-decoration: none; display: inline-block; }
.container-fluid.search-results-wrap .search_page .entry-summary { margin: 5px 0; }
.search_page article h2 a { font-family: 'Lato'; font-weight: normal; font-size: 30px; line-height: 32px; color: #000; text-decoration: none; }

/* Instagram Section */
#instagram-section { background-color: #000000; padding: 50px 0;}

/* Products tabs */

.nav.subnav.products-desktoptab div#tabs { border: 0; display: none; }
.nav.subnav.products-desktoptab ul.ui-tabs-nav { border: none; background-color: transparent; margin: 0; padding: 0;  }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-tabs-active { background-color: transparent;border: none; color: #000; padding-left: 0; margin-left: 0; margin-right: 0; }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li p, .nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li a { color: #000; text-align: left; padding: 0; margin: 0; padding-left: 0; padding-bottom: 10px; }
.nav.subnav.products-desktoptab li.ui-state-default.ui-tab { border: 0; background-color: transparent; margin: 0; padding: 10px 65px 0 0;  outline: none; }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-tabs-active a { border-bottom: 4px solid #b6c806; }

.nav.subnav.products-desktoptab div#tabs { width: 100%; margin: 0; padding: 0;  }  
.nav.subnav.products-desktoptab div#tabs:before { content:''; border-bottom: 1px solid #e5e5e5; width: 100%; position: absolute; top: 42px; left: 0;  }  
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-panel { padding-left: 0; padding-top: 15px; font-family: 'Lato', sans-serif; font-size: 18px; line-height: normal; color: #404040; font-weight: 500; } 
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-state-default a { font-size: 18px; line-height: 27px; font-weight: normal; font-family: 'Lato', sans-serif; }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-default a { color: #000; line-height: normal; font-weight: 600; outline: none; }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-state-default a { color: #828282; line-height: normal; }
.nav.subnav.products-desktoptab .ui-tabs .ui-tabs-panel i{border: 0; padding: 0; margin-left:0}
/*
.nav.subnav.products-desktoptab li.ui-tabs-tab { min-width: 120px; justify-content: space-around; display: flex; }
*/
/* .nav.subnav.products-desktoptab 
.nav.subnav.products-desktoptab  */
ul.products-usp { margin: 0; padding: 0; padding-left: 18px; }


/* product listing api */
.row.products-wrap { margin-top: 50px; }
.imgwrap { padding-bottom: 40px; }
.product-title { position: relative; display: inline-block; width: 100%; line-height: normal; min-height: auto; margin-bottom: 0; z-index: 999; }
.p_contentwrapper { position: relative; line-height: normal; display: inline-block; width: 100%; min-height: 110px; padding-left: 15px; padding-right: 15px; }
.p_contentwrapper .product-title a.product-link { display: inline-block; color: #000; font-size: 18px; line-height: 24px; text-decoration: none; }
.listingStructure:nth-child(3n) .item-wrapper .row-1.inner_row_subcategory { bottom: 0; }
.row-1.inner_row_subcategory { display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; bottom: -9px; }
.content-wrap-height { /* position: relative; bottom: -15px; left: 0; */ display: flex; justify-content: space-between; align-items: center; width: 100%; line-height: normal;  position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }

.product_content_order_second.light_content img { padding-bottom: 25px !important; }
section.section2_wrapper_product.product-head-api { padding-bottom: 10px; padding-top: 45px; }
section.section2_wrapper_product.product-head-api .section1_product_row { padding-bottom: 0; padding-top: 30px; }
a.product-link { display: inline-block;  width: 100%; }

/* Category listing dropdown */
.category-sublevels { -webkit-appearance: none; -moz-appearance: none; }
span.breadcrumb_last { text-transform: capitalize; }

.sort_field .ui-button .ui-icon { background-image: url(../images/dropdown.inactive.svg); background-position: center; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; width: 20px; height: 20px; right: 15px; top: 4px; }
.sort_field span#ui-id-1-button { background-color: transparent; padding: 11px 5px 11px 14px; border-radius: 0; outline: none; box-shadow: none; width: 100%; font-size: 20px; color: #6B6B6B; border: 1px solid #ccc; font-family: 'Lato', sans-serif; opacity: 0; } 
.category-sublevels ul { width: 100%; max-width: 218px; }
.category-sublevels .ui-menu .ui-menu-item-wrapper { padding: 8px 0 8px 15px; line-height: 19px; margin: 0; }
.sort_field span.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top { border-bottom: 1px solid transparent !important; }
.ui-selectmenu-menu.category-sublevels.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content { border-top: 0; }
.category-sublevels .ui-menu li.ui-menu-item { padding: 0; }
.category-sublevels .ui-state-active,.category-sublevels .ui-widget-content .ui-state-active, .category-sublevels .ui-widget-header .ui-state-active, .category-sublevels a.ui-button:active, .ui-button:active, .category-sublevels .ui-button.ui-state-active:hover { border: none; background: transparent; font-weight: normal; color: #b6c806; }
.sort_field .ui-selectmenu-button-open .ui-icon { -webkit-transform: rotate(90deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/* .ui-selectmenu-text { padding: 11px 5px 11px 15px; } */
/* Contact page */
/* .collapsible.content_add span img.open_icon.close { padding-right: 23px; margin-top: 5px; vertical-align: baseline; }
img.open_icon.open { padding-right: 20px; margin-top: -2px; }
.faq_section .add .content.content.child_content { padding-left: 42px; } */
.collapsible.content_add span { position: relative; }
span.faquespan { width: 100%; display: inline-block; height: auto; }
img.open_icon.close, img.open_icon.open { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.add span { position: relative; display: inline-block; width: 18px; height: 18px;     vertical-align: top; }
img.open_icon.close { display: none; }
.content.child_content span, span.faquespan { width: 94%; height: auto; display: inline-block; }
span.img-span { margin-right: 15px; top: 5px; }
span.question { width: 94%; display: inline-block; }
.row.forhandler_row { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; margin: 0; padding: 20px 0; }
.mobile_order_first { padding-left: 0; }
.row.forhandler_row:nth-child(1) { border-bottom: 0; }


/* products page */
body.page-template.page-template-page-product .button_section a { padding: 15px 45px 15px 25px; }
body.page-template.page-template-page-product .button_section svg { right: 18px; }
svg.product-link { position: relative; top: 3px; left: 8px; }
.category-labels { display: none; }
h2.productdetails_heading { font-weight: 600; }
img.close-img { width: 15px; }
li.parentcategories.active-top-parent > a.child-href { color: #b6c806; }
.main-mobile-tabs-wrap { display: none; }
img.small_product.img-responsive.img-fluid.owl-thumb-item.active { border: 2px solid #b6c806; }
.container-fluid-off.feeds-container-fluid { padding-top: 80px; }
table.table.first-col, table.table.first-col tr th, 	
table.table.first-col, table.table.first-col tr td { border: none; padding: 5px 0; font-size: 18px; line-height: normal; }	
tr.content-head { padding-top: 15px; display: flex; }	
tr.content-head:first-child { padding-top: 0; display: flex; }	
span.file-icon svg { width: 20px; height: 18px; display: inline-block; vertical-align: text-top; }	
a.product-fdv { text-decoration: none; display: flex; padding-bottom: 10px; }	
table.table.first-col, table.table.first-col th, table.table.first-col tr, table.table.first-col td, .tab-body a.product-fdv { color: #404040; }
a.email_text, a.number_text { color: #cacaca; }


@media screen and (min-width:576px) and (max-width:767px)
{
    .row_product_section3 { padding-top: 55px; padding-bottom: 60px; }
    .light_content h2 { font-size: 35px; line-height: normal; padding-bottom: 15px !important; }
    .section3_product_wrapper > .product_section3_container > .row_product_section3 > .light_content > .product_para_light { font-size: 17px; line-height: 28px; margin-bottom: 0; }
    .button_section svg { top: 20px; }
    .product_img { vertical-align: middle; display: flex; align-items: center; }
    .section2_wrapper_product { padding-bottom: 55px; }
    .footer_menu.order_third_mobile { padding-right: 0; }
    .f_logo_content { padding-left: 0; }
    .search_faq form { padding-left: 15px; padding-right: 15px;  }
    .breadcrumb_div { padding-left: 0; }
    .header_logo { padding-top: 10px; }
    .column_padding.mobile_order_fourth { padding-top: 10px; }
    .header_menu a.toggle-menu { text-align: right; padding-top: 10px;}
    body.page-template.page-template-page-product .button_section svg { right: 14px; top: 24px; }

    .item-wrapper .row-1.inner_row_subcategory { top: 55px; }
    .listingStructure::after { bottom: -30px; }

    .item-wrapper .p_contentwrapper { min-height: 80px; }
    .content-wrap-height .art-no.text_order_mobilesecond span { padding-left: 0; }
    .flex_content .back_btn_productdetails { width: auto; }
    .heading_section_proddetails { padding-top: 20px; }
	span.search_wrapper {top: -15px;right: 0 !important;}
}
  

@media screen and (max-width:767px)
{
    /* body.home .owl-carousel { min-height: 210px; } */
    .top_eng_link p.lang-switch a { border-bottom: 1px solid #000; }
    .owl-dots { bottom: 8px; }
    .section2_wrapper_product { padding-top: 0; }
    section.section2_wrapper_product.product-head-api { padding-bottom: 10px; padding-top: 0; }
    .listingStructure { padding: 15px; margin-bottom: 40px; margin-top: 25px; }
    .subcategory_section_secondpage .heading_h5 h5 { font-size: 14px; line-height: normal; margin-bottom: 0; padding: 10px 0 0 0; min-height: auto; }
    .text_order_mobilefirst { font-size: 27px !important; line-height: normal; padding: 0; margin-bottom: 5px; }
    .text_order_mobilesecond { font-weight: 500; font-size: 13px; padding: 0; margin: 0 0 5px; }
    /*     .p_contentwrapper { border-bottom: 4px solid #000; } */
    .imgwrap { padding-bottom: 5px; }
    .content-wrap-height { display: flex; flex-direction: column-reverse; align-items: baseline; bottom: 0; }

    img.img-responsive.top_logo_mobile { display: block; }
    img.img-responsive.img-fluid.top_logo_desktop { display: none; }
    .main-menu-wrap { background-color: #fff; max-height: 100%; height: 100%; position: fixed; right: 0; top: 0; width: 300px; z-index: 15; overflow-y: auto; overflow-x: hidden; padding-top: 0; display: none; }
    a.toggle-menu { display: inline-block; width: 100%; text-align: center; position: relative; 
   top: 10px;}
   
    .top_eng { float: none; padding-right: 0; }
    .top_eng_link.show-mobile p a { padding-right: 0; text-decoration: none; line-height: normal; margin-right: 8px; }
    p.lang-switch { display: flex; }
    .mainmenu a { color: #000; }
    .search_wrapper { float:left;top: -20px; /*float: none;display: none; */}
    a.toggle-menu-close { display: block; }
    a.toggle-menu-close { text-align: center; height: 35px; width: 35px; background-color: transparent; color: #000; cursor: pointer; position: absolute; right: 10px; top: 16px; }
    .sm-clean ul { background: transparent; }
    nav.main-nav { display: block; float: none; }
    .mobmenuclose { position: relative; display: inline-block; width: 100%; height: 30px; margin-top: 0; }
    a.toggle-menu-close { display: inline-block; position: absolute; right: 15px; top: 15px; z-index: 999; line-height: normal; }
    .top_eng_link.show-mobile { display: inline-block; width: 100%; padding: 10px 0 0 20px; position: absolute; left: 0; top: 10px; }
    .top_eng { float: none !important; }
    .sm-clean a .sub-arrow { right: 15px; }


	span.search_wrapper {top: -18px;right: 25px;}
	

    p#breadcrumbs { font-size: 14px; margin: 0; }
    body.home .sbi-owl-nav .sbi-owl-prev { padding: 2px 5px 2px 3px; }
    body.home .sbi-owl-nav .sbi-owl-next { padding: 2px 5px 2px 5px; }

    /* Contact page */
    .button_section.desk { display: none; }
    .d-none.button_section.mob { display: block !important; padding-left: 15px; padding-top: 10px; }
    a.contact_btn { padding: 9px 10px; font-size: 14px; }
    .faq_row { font-size: 19px; line-height: 28px; }
    svg.open_icon { margin-right: 5px; margin-top: 7px; }
    .collapsible.icon_open_main { padding-top: 12px; padding-bottom: 12px; }

    /* category links */
    .lighting_section { min-width: auto; width: 33%; }
    .row-1.section1_product_row { margin: 0 auto; display: flex; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; justify-content: flex-start; padding-left: 0; padding-right: 0; padding-bottom: 45px; }
    .lighting_section:nth-child(1) { text-align: left; }
    .lighting_section:nth-child(2) { text-align: center; }
    .lighting_section:nth-child(3) { text-align: right; }
    ul.left-menu-listing { margin: 0; }
    .left-section { font-size: 15px; font-weight: 600; }
    a.child-href { font-size: 15px; }

    summary.product_summary_tag img { position: absolute; right: 0; top: 5px; }
    details.product_details_tag article, details.product_details_tag article p { padding: 5px 0 0px 0; line-height: normal; font-family: 'Lato'; margin: 0; } 
    summary.product_summary_tag { line-height: normal; font-family: 'Lato'; }
    .productdetails_section { padding-top: 20px; padding-bottom: 70px; }
    .heading_section_proddetails > p { font-size: 12px; font-family: 'Lato'; line-height: 16px; font-weight: bold; margin-top: 10px; }

    /* products listing */
    .row.products-wrap { margin-top: 0; padding-left: 15px; padding-right: 15px; }
    .p_contentwrapper .product-title a.product-link { line-height: 20px; font-size: 16px; }
    .product-title { margin-bottom: 10px; }
    .light_content h2 { font-size: 38px; line-height: normal; }
    .content-wrapper img { padding-right: 15px; }
    .content-wrapper { display: flex; align-items: center; justify-content: start; }
    .owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin-right: 5px; }
    .owl-dots { bottom: 10px; }
    .down { position: relative; top: -2px; }
    section.section2_wrapper_product.api-heading-name { padding-top: 35px; padding-bottom: 45px; }
    .col-lg-8.col-md-8.search_field { display: none; }
    .search_sort { padding-left: 15px; padding-right: 15px; }
    .sort_field { display: none; }
    .filter_sorter.pb-3 a.show-filters svg { vertical-align: text-bottom; }
    a.show-filters span { display: inline-block; padding-left: 10px; width: auto;     font-size: 14px; }
    .row.mb-3.search_sort { margin-top: 20px; }
    .category-sublevels ul { max-width: none; }

    /* Products page */
    svg.product-link { top: 3px; left: 5px; }
    .row-1.inner_row_subcategory { position: absolute; top: 50px; }
    /* .content-wrap-height { position: relative; } */
    .art-no.text_order_mobilesecond span { bottom: 0; padding-left: 5px; }
    .p_contentwrapper { min-height: 130px; padding-left: 0; padding-right: 0; }
    .sm-clean li { border-bottom: 1px solid #E6E6E6; }
	.short-desc.pt-2.usp { padding-top: 0 !important; padding-bottom: 40px; }
    
    .listingStructure::after { content: ''; border-bottom: 4px solid #000; position: absolute; width: calc( 100% - 30px ); left: 15px; bottom: -45px; } 
    a.close-mobile-category { display: inline-block; position: relative; z-index: 999; line-height: normal; color: #000; }
    ul.left-menu-listing > li:first-child { border-top: 1px solid #e5e5e5; }
    section.breadcrumb_wrapper.active-product { background-color: #fff; }
    .back_btn_productdetails {  padding: 12px 15px 12px 15px; width: 70%; font-size: 16px; max-width: 182px; }
    
    div#owl-slider-img-gallery .owl-item { min-height: 100px; }
	.tab-body > p { margin-bottom: 0; color: #404040; }	
    table.table.first-col, table.table.first-col th, table.table.first-col tr, table.table.first-col td, .tab-body a.product-fdv { color: #404040; }
    .nav.subnav.products-desktoptab li.ui-state-default.ui-tab { padding: 10px 15px 0 0; }
    .main-mobile-tabs-wrap, .tab-head { width: 100%; display: inline-block; position: relative; }
    .tab-body { width: 100%; display: inline-block; position: relative; padding: 15px 30px; font-size: 17px; line-height: 24px; display: none; }	
	 .tab-body i{border: 0; padding: 0; margin-left:0}
    .tab-head a.mobile-tab-toggle { display: inline-block; width: auto; font-size: 18px; line-height: 24px; color: #000; text-decoration: none; position: absolute; right: 30px; top: 12px; }
    .tab-head { padding: 15px 30px; font-size: 18px; line-height: 24px; color: #000; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
    a.mobile-tab-toggle img.image-ico { display: inline-block; }
    .tab-body > p { margin-bottom: 0; }
    .row.tab_content { display: none; }
    .short-desc.pt-2 { padding-top: 30px !important; padding-bottom: 20px; }
    .navbar { padding-bottom: 7px !important; }
	table.table.first-col tr.content-body:last-child { padding-bottom: 0; }	
    table.table.first-col { margin-bottom: 0; }	
    a.product-fdv { line-height: normal; padding-top: 5px; display: inline-block; }
    
    

    /* Contact page */
    span.img-span { top: 6px; }
    .content.child_content span, span.faquespan { width: 80%; }
    span.question { width: 86%; display: inline-block; line-height: normal; vertical-align: top; padding-top: 5px; height: auto; font-size: 18px; }
    .form-control::placeholder { font-size: 15px; }
    .mobile_order_third.dealertel { padding-left: 0; padding-top: 25px; }
    .row.forhandler_row { padding: 25px 15px 25px; }
    .column_padding.mobile_order_fourth { padding-top: 15px; }
    .contact_btn img { top: -1px; position: relative; }
    .forhandler_row > div.list_heading_h2 { padding-left: 0; }

    /* category sidebar */
    .category-labels { display: flex; justify-content: space-between; width: 100%; padding: 13px 15px 13px 15px; }
    ul.left-menu-listing li a { padding-left: 15px; padding-right: 15px; }
    a.toggle-cat.toggle-cat-down { padding-right: 30px; }
    li.childcategories a.toggle-cat.toggle-cat-down.togglecategories { right: 12px; }

    /* Footer */
    .section3_product_wrapper { padding-bottom: 0; }


    /* About us  */
    body.page-template-page-about .breadcrumb_wrapper { padding-top: 15px; margin-top: 0; }
    body.page-template-page-about .mob_img_order { text-align: center; }
}


@media screen and (min-width:768px) and (max-width:991px)
{
    .search_sort { padding-left: 0; margin: 20px 0 0 !important; }
    .subcategory_section_secondpage .heading_h5 h5 { font-size: 18px; line-height: 25px; margin-bottom: 5px; min-height: auto; }
    .text_order_mobilefirst { font-size: 24px; padding-left: 0; }
    .text_order_mobilesecond { font-weight: 600; font-size: 14px; }
    .subcategory_section_secondpage {  padding-bottom: 40px; padding-top: 50px; }
    .section1_product_row { padding-bottom: 25px; }
    .heading_section1 h1 { font-size: 38px; line-height: normal; margin-bottom: 35px; }
    .product_para_heading > .para_section p { font-size: 20px; line-height: 30px; }
    .section2_wrapper_product { padding-bottom: 55px; }
    .section5_wrapper {  padding-bottom: 50px; padding-top: 50px; }
    .contact_details.order_show_desktop.show-desktop p { color: #cacaca; }

    .filter_sorter { padding-bottom: 0 !important; }
    .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin-right: 10px; }


    /* index page */
    .section1_wrapper { padding-top: 100px; padding-bottom: 110px; }
    .section1_row { padding-bottom: 50px; }
    .sm-clean li { border-bottom: 1px solid #E6E6E6; }

    /* header & menu */
    span.search_wrapper, .top_eng { display: inline-block; }
    a.toggle-menu { display: inline-block; position: absolute; top: -15px; right: 15px; }
    .main-menu-wrap { background-color: #fff; max-height: 100%; height: 100%; position: fixed; right: 0; top: 0; width: 300px; z-index: 15; overflow-y: auto; overflow-x: hidden; padding-top: 0; display: none; }
    nav.main-nav { display: inline-block; /* float: right; */ width: 100%; }
    .mainmenu a { color: #000; }
    .top_eng_link { padding-top: 10px; }
    .mobmenuclose { position: relative; display: inline-block; width: 100%; height: 30px; margin-top: 0; }
    a.toggle-menu-close { display: inline-block; position: absolute; right: 15px; top: 15px; z-index: 999; line-height: normal; }
    #main-menu { padding-top: 20px; }
    .top_eng_link.show-mobile { display: inline-block; width: 100%; padding: 5px 0 0 20px; position: absolute; left: 0; top: 10px; }
    .top_eng { float: none !important; }
    .top_eng_link.show-desktop, span.search_wrapper { /* display: none;  */
    top: -20px;
    right: 50px;}
    .top_eng { padding-right: 0; width: 100%; max-width: 70px; }
    .top_eng_link p.lang-switch a { margin-right: 5px; line-height: normal; }
    p.lang-switch a, p.lang-switch span { display: inline-block; }
    .section3_wrapper { padding-top: 100px; padding-bottom: 120px; }
    .index-products-rows { display: flex; align-items: center; }
    .heading_h2 h2 { font-size: 40px; line-height: 48px; }
    body.page-template-page-product .product_section3_container .button_section { padding-top: 15px; }
    .button_section > a { margin-top: 5px !important; padding: 12px 20px 12px 20px; font-size: 16px; line-height: 27px; } 

    /* Contact page */
    .button_section.desk { display: none; }
    .d-none.button_section.mob { display: block !important; padding-left: 15px; padding-top: 20px; }
    .contact_section_row { padding-bottom: 0; }
    a.contact_btn { padding: 10px 15px; }
    .main_contact_section { padding-top: 85px; padding-bottom: 85px; }
    .contact_hover, .contact_hover p { font-size: 16px; line-height: 23px; }
    .contact_hover > p > img { padding-right: 5px; max-width: 23px; }
    .contact_hover { padding-left: 0; }
    .list_heading_h2 { padding-top: 70px; padding-bottom: 0; padding-left: 0; }
    .forhandler_section { padding-bottom: 25px; }
    .faq_section { padding-top: 45px; } 
    .search_faq { padding-bottom: 75px; }
    

    /* About us  */
    .mob_img_order { align-items: center; display: flex; }
    body.page-template-page-about .breadcrumb_wrapper { position: relative; margin-top: 90px; }
    body.page-template-page-about .main_about_section { padding-top: 25px; padding-bottom: 55px; }
    

    /* Category links top */
    .row-1.section1_product_row { -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; margin: 0 auto; padding-left: 8px; padding-right: 8px; }
    .row_product_section3 { padding-top: 60px; padding-bottom: 60px; }
    .filter_sorter.pb-3 a.show-filters svg { vertical-align: text-bottom; }
    a.show-filters span { display: inline-block; padding-left: 10px; width: auto; }    
    .sidebar-wrap { width: 100%; height: 100%; overflow-y: scroll; }
    a.toggle-cat.toggle-cat-down { padding-right: 30px; }
    li.childcategories a.toggle-cat.toggle-cat-down.togglecategories { right: 12px; }
    .row-1.inner_row_subcategory { bottom: 1px; }
    .left-section { font-size: 15px; font-weight: 600; }
    a.child-href { font-size: 15px; }
    
    /* Products page */
    .light_content h2 {  font-size: 40px; padding-bottom: 10px !important; }
    .section3_product_wrapper > .product_section3_container > .row_product_section3 > .light_content > .product_para_light { font-size: 17px; line-height: 25px; padding-bottom: 20px; margin-bottom: 0; }
    .button_section svg { top: 18px; }
    svg.open_icon { margin-bottom: 4px; margin-right: 7px; margin-top: 6px; }
    .nav.subnav.products-desktoptab li.ui-state-default.ui-tab { padding: 10px 15px 0 0;}	
    .nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .nav.subnav.products-desktoptab .ui-tabs .ui-tabs-nav li.ui-state-default a { font-size: 16px; }	
    .nav.subnav.products-desktoptab p { font-size: 16px; line-height: 20px; }
    .productdetails_section { padding-top: 95px; }

    /* products tabs */
    .nav.subnav.products-desktoptab li.ui-tabs-tab { min-width: 85px; }
    .p_contentwrapper .product-title a.product-link { line-height: 23px; font-size: 17px; }
    .content-wrap-height { bottom: 11px; }
    .row.products-wrap { margin-top: 25px; }
    .listingStructure {  margin-bottom: 25px; margin-top: 25px; padding-left: 15px; padding-right: 15px; }
    .filter_sorter { display: block; padding-left: 15px; padding-right: 15px; }
    a.sorter { color: #000000; font-family: 'Lato'; font-size: 18px; line-height: 29px; text-decoration: none; position: relative; right: 10px; float: right; }
    a.show-filters { color: #000000; font-family: 'Lato'; font-size: 18px; line-height: 29px; text-decoration: none; }
    .sidebar { display: none; }
    i.down { position: relative; top: -2px; }
    /*     a.sorter { display: none; } */
    .search_field { order: 2; width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .sort_field { order: 1; display: none; width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 15px; }

    /* Prodcuts page */
    .heading_section1 { padding-top: 20px; }
    .product_img { padding: 20px 0 0 0; vertical-align: middle; display: flex; align-items: center; }
    section.section2_wrapper_product.api-heading-name { padding-top: 35px; padding-bottom: 65px; }
    svg.product-link { top: 3px; }
    .tab_content { padding-top: 40px; }
    .nav.subnav.products-desktoptab li.ui-tabs-tab { min-width: 75px; justify-content: space-around; display: flex; }
    
    .category-labels { display: flex; justify-content: space-between; width: 100%; padding: 13px 15px 13px 15px }
    ul.left-menu-listing li a { padding-left: 15px; padding-right: 15px; }
    .flex_content { padding-top: 40px; }


    /* Product categories sidebar */    
    ul.left-menu-listing { margin: 0; }

    .topbannerimg, .banner_section{min-height: 315px; }
    section.breadcrumb_wrapper { margin-top: 245px; }
    #instagram-section { padding: 75px 0 25px; }
    body.page-template.page-template-page-product .button_section a { padding: 15px 40px 15px 20px; }
    body.page-template.page-template-page-product .button_section svg { right: 13px; top: 22px; }
    .p_contentwrapper { min-height: 115px; }
    .listingStructure::after { content: ''; border-bottom: 4px solid #000; position: absolute; width: calc( 100% - 45px ); bottom: 0; left: 30px; } 
    .imgwrap { padding-bottom: 25px; }
    /*     .listingStructure:nth-child(3n):after { width: calc( 100% - 55px ); } */
    .sidebar{display: none; position: fixed; top: 0; left: 0; background-color: #fff; z-index: 9999; padding: 0; width: 300px; height: 100%; }
    ul.left-menu-listing > li:first-child { border-top: 1px solid #e5e5e5; }

    /* contact page */
    span.img-span { top: 4px; }
    .column_padding.mobile_order_fourth { text-align: center; }
    .header_logo {/*padding-top: 10px; */}
	.content { padding: 0 15px 0 0; }	
    .collapsible.content_add { padding-right: 0; padding-left: 0; }

}

@media screen and (min-width:992px)
{
    /* About us  */
    .row.abt_row.even .mob_img_order img { /* border: 1px solid red; */ width: auto; position: absolute; margin-left: -65vw; right: 0; max-width: initial; vertical-align: middle; top: -20px; }
    .product_img { padding: 20px 0 0 0; vertical-align: middle; display: flex; align-items: center; }
    .banner_section{min-height: 350px; }
    section.breadcrumb_wrapper { margin-top: 220px; }
    body.page-template-page-about section.breadcrumb_wrapper { margin-top: 90px; position: relative; }
    .sidebar { margin-top: -10px; }
    .listingStructure:nth-child(3n) .item-wrapper { padding-right: 15px; }
    .listingStructure { margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 15px 0 15px 0; position: relative; }
    .listingStructure .item-wrapper { padding-left: 25px; padding-right: 25px; padding-top: 5px; padding-bottom: 0; margin: 30px 0 0; position: relative; height: 100%; }
    .listingStructure::after { content: ''; border-bottom: 4px solid #000; position: absolute; width: calc( 100% - 60px ); bottom: 0; left: 40px; transition: all .2s ease-in-out; } 
    /* .listingStructure:hover::after { border-bottom: 4px solid red; } */
    .listingStructure:nth-child(3n):after { width: calc( 100% - 55px ); }
    /* .listingStructure { border-bottom: 4px solid #000;  }  */
    section.productdetails_section { padding-top: 130px; }
    body.home .owl-theme .owl-nav.disabled+.owl-dots {  margin-bottom: 25px; }
    #instagram-section { padding: 225px 0 25px; }
    .owl-theme .owl-dots .owl-dot span { width: 15px; height: 15px; margin-right: 15px; margin: 10px 11px 0 11px; }
    .owl-dots { margin-bottom: 10px; }

    .p_contentwrapper { min-height: 105px; }    
    div#owl-slider-img-gallery .owl-item { min-height: 150px; }
    body.page-template-page-product .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    body.page-template-page-contact .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    .container.nobannerbrdcrumb.nobanneronpage
    { position: absolute; top: 40px; z-index: 9; left: 0; right: 0; }
}


@media screen and (min-width:1025px)
{
    .sort_field { padding-left: 45px; }
    body.page-template-page-product .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    body.page-template-page-contact .breadcrumb_wrapper .nobannerbrdcrumb.nobanneronpage,
    .container.nobannerbrdcrumb.nobanneronpage
    { position: absolute; top: 30px; z-index: 9; left: 0; right: 0; }
}


@media screen and (min-width:1200px) {
	.navbar .header_menu { padding-right: 55px;}
	span.search_wrapper { left: -92px;}
	/* .page-id-458 span.search_wrapper { left: -162px;} */
	.wpml-ls-item{position: relative; right: -92px;}
	.wpml-ls-item ul li{left: 0;}
}

@media screen and (min-width:1025px) and (max-width:1199px){
	.sm-clean li{margin-right: 15px;}
	span.search_wrapper { left: -30px; top: 25px;}
	.wpml-ls-item{ right: 0px;}
	.wpml-ls-item ul li{left: 0;}
	.navbar .header_menu { padding-right: 15px;}
}

@media screen and (min-width:992px) and (max-width:1024px)
{
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted { padding: 0 0 12px 5px; }
    #main-menu { margin-right: 0; }
    .button_section svg { top: 25px; }
    body.page-template.page-template-page-product .button_section svg { top: 23px; }
    svg.open_icon { margin-bottom: 4px; margin-right: 7px; margin-top: 7px; }
    .p_contentwrapper .product-title a.product-link { line-height: 23px; }
    .row.products-wrap { margin-top: 25px; }
    .listingStructure { margin-bottom: 35px; margin-top: 35px; }
    ul.left-menu-listing { margin: 0 5px 0 0; }
    .product_img { padding: 20px 0 0 0; vertical-align: middle; display: flex; align-items: center; }
    .section3_wrapper, .section1_wrapper { padding-top: 125px; padding-bottom: 125px; }
    #instagram-section { padding: 100px 0 30px; }
    .header_logo { left: 5px; }
    body.page-template.page-template-page-product .button_section a { padding: 15px 45px 15px 25px; }
    svg.product-link { top: 4px; }

    .listingStructure .item-wrapper { padding-left: 20px; padding-right: 20px; }
    .row-1.inner_row_subcategory { bottom: -8px; }
    .listingStructure::after { width: calc( 100% - 55px ); left: 35px; }
    .abt_row { padding-bottom: 225px; }
	.nav.subnav.products-desktoptab li.ui-state-default.ui-tab { padding: 10px 35px 0 0; }
	
	span.search_wrapper { left: -72px; top: -8px;}
	.wpml-ls-item{ right: -82px;}
	.wpml-ls-item ul li{left: 0;}
}

/* select.category-sublevels {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
} */

img.img-responsive.img-fluid {
    flex-shrink: 0;
}

/*========================= Instagram chnages ================================================
====================================================================================================*/
@media screen and (max-width:767px)
{
body.home #sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {height: 15px;width: 12px;}
body.home .sbi-owl-nav .sbi-owl-prev, body.home .sbi-owl-nav .sbi-owl-next{background: #afa4a4;}
body.home .sbi-owl-next .fa-chevron-right{width: 10px !important;height: 15px !important;}
}

/*=========================Grid design chnages ================================================
====================================================================================================*/
@media screen and (min-width:1200px)
{
	/* header and footer */
	header.section_wrapper > .container.top_right{max-width: 1409px;}
	
	.f_logo_content{padding-left:0;}
	.footer_link.order_second_mobile{padding-left:15px;padding-right:15px;}
	
	
	/* index page */
	body.home .section1_container .row{padding-left: 15px;padding-right: 15px;margin-right: 0; margin-left: 0;}
	body.home .section1_container .heading_section1 h1{padding-left:10px;padding-right:10px;}
	
	/* category listing */
	body.page-template-page-product .container.section1_container{padding-left:0;padding-right:0;}
	body.page-template-page-product .container.product_section3_container{padding-left:2px;padding-right:2px;}
	
	/* product listing with leftside menu */
	.subcategory_section_secondpage .container.sub_container{padding-left:0;padding-right:0;}
	.breadcrumb_wrapper .container{padding-left:0;padding-right:0;}
	
	/* product detail page */
	.productdetails_section .container{padding-left:0;padding-right:0;}
	
	/* contact page */
	.contact_container_row .d-sm-none{display:block !Important;}
	.main_contact_section .contact_container,.container.forhandler_container{padding-left:0;padding-right:0;}
	.forhandler_container #find-store{padding-left:0;padding-right:0;}
	.heading_h2_faq,.faqsec{padding-left:0;padding-right:0;}
	.collapsible.content_add{padding-left:7px;}
	
	/* about us page */
	.page-template-page-about .row.abt_row.even .mob_img_order img{right:18%;}
	.page-template-page-about .main_about_section > .container{padding-left:0;padding-right:0;}
	.page-template-page-about .abt_row.even .mob_content_order{padding-left: 0px;padding-right: 10%;}
	.page-template-page-about .cat_img_row.cat-list-show{ padding-left: 0;padding-right: 36px;margin-right: 0;}
	
	.search_form {padding: 50px 4.5% !important;}
	.abt_row.odd .mob_content_order,.abtcontenttop{padding-right:7%;}
	.abt_row.odd .mob_content_order.section1{padding-right:0;}
	
}





/* New algolia */

#searchBox {
  margin-bottom: 2rem;
}

.search_bycategory .algolia-autocomplete {
  width: 100%;
}

.search_bycategory .algolia-autocomplete .aa-input,
.search_bycategory .algolia-autocomplete .aa-hint {
  width: 100%;
}

.search_bycategory .algolia-autocomplete .aa-input {
  /* padding: 8px; */
  padding-left: 0%;
  font: inherit;
  border-radius: 2px;
  /* border: 1px solid rgba(150, 150, 150, 0.16); */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.search_bycategory .algolia-autocomplete input[type="search"]::-webkit-search-decoration,
.search_bycategory .algolia-autocomplete input[type="search"]::-webkit-search-cancel-button,
.search_bycategory .algolia-autocomplete input[type="search"]::-webkit-search-results-button,
.search_bycategory .algolia-autocomplete input[type="search"]::-webkit-search-results-decoration {
  display: none !important;
}

.search_bycategory .algolia-autocomplete .aa-hint {
  color: #999;
}

.search_bycategory .algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  padding-top: 3%;
  background-color: #000;
  border: 0px solid rgba(150, 150, 150, 0.16) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.search_bycategory .algolia-autocomplete .aa-dropdown-menu .aa-suggestion{
  font-weight: bold;
  padding-left: 2%;
  cursor: pointer;
  padding: 12px;
  color: #f5f5f5 !important;
  font-size: 16px ;
  font-family: Lato;
}

.search_bycategory .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: normal;
  font-style: normal;
}

.search_bycategory .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: rgba(150, 150, 150, 0.16);
}

.search_bycategory .aa-input-search{
  background-color: #000 !important;
  font-size: 34px !important;
  color: #f5f5f5 !important;
  border: none ;
  outline: none;
  border-bottom: 1px solid #f5f5f5 !important;
  padding-left: 0px !important;
}

.search_bycategory .aa-input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */	
  color: #f5f5f5 !important;	
  font-size: 34px !important;
}	
.search_bycategory .aa-input-search::-moz-placeholder { /* Firefox 19+ */	
  color: #f5f5f5 !important;	
  font-size: 34px !important;
}	
.search_bycategory .aa-input-search:-ms-input-placeholder { /* IE 10+ */	
  color: #f5f5f5 !important;	
  font-size: 34px !important;
}	
.search_bycategory .aa-input-search:-moz-placeholder { /* Firefox 18- */	
  color: #f5f5f5 !important;	
  font-size: 34px !important;
}

.search_bycategory .aa-input-search:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */	
  color: transparent!important;
}	
.search_bycategory .aa-input-search:focus::-moz-placeholder { /* Firefox 19+ */	
  color: transparent!important;
}	
.search_bycategory .aa-input-search:focus:-ms-input-placeholder { /* IE 10+ */	
  color: transparent!important;
}	
.search_bycategory .aa-input-search:focus:-moz-placeholder { /* Firefox 18- */	
  color: transparent!important;
}


.aa-suggestions-category {
  /* border-bottom: 1px solid rgba(228, 228, 228, 0.6); */
  /* border-top: 1px solid rgba(228, 228, 228, 0.6); */
  padding-top: 6px !important;
  /* padding-left: 3% !important; */
  font-size: 18px;
  font-family: Lato;
  color: #f5f5f5;
}
.algolia-autocomplete .row{
  padding-left: 1%;
}

.search_bycategory  .algolia-autocomplete .aa-dropdown-menu {
  height: 300px; overflow-y: auto; margin-bottom: 25px;  overflow-x: hidden;
}
.search_bycategory .algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar { width: 2px; background-color: #F5F5F5; }  
.search_bycategory .algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #D6DE33; scrollbar-color: #D6DE33 #F5F5F5;}


/* --------------Product page css---------
------------------------------------------ */

/* New algolia */

/* #searchBox {
  margin-bottom: 2rem;
} */

.productsearch .algolia-autocomplete {
  width: 100%;
}

.productsearch  .algolia-autocomplete .aa-input,
.productsearch  .algolia-autocomplete .aa-hint {
  width: 100%;
}

.productsearch  .algolia-autocomplete .aa-input {
  /* padding: 8px; */
  /* padding-left: 0%; */
  font: inherit;
  border-radius: 2px;
  border: 1px solid rgba(150, 150, 150, 0.16);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); */
}

.productsearch .algolia-autocomplete input[type="search"]::-webkit-search-decoration,
.productsearch .algolia-autocomplete input[type="search"]::-webkit-search-cancel-button,
.productsearch .algolia-autocomplete input[type="search"]::-webkit-search-results-button,
.productsearch .algolia-autocomplete input[type="search"]::-webkit-search-results-decoration {
  display: none !important;
}

.productsearch .algolia-autocomplete .aa-hint {
  color: #999;
}

.productsearch .form-control {
box-shadow: none !important;
}

.productsearch  .algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  z-index: 99999 !important;
  padding-top: 3%;
  background-color: white;
  border: 1px solid #ccc !important;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); */
}

.productsearch .algolia-autocomplete .aa-dropdown-menu .aa-suggestion{
  font-weight: bold;
  padding-left: 2%;
  cursor: pointer;
  padding: 12px;
  color: #6B6B6B !important;
  font-size: 16px ;
  font-family: Lato;
}

.productsearch .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: normal;
  font-style: normal;
}

.productsearch .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: rgba(150, 150, 150, 0.16);
}

.productsearch .aa-input-search{
  background-color: white !important;
  font-size: 20px;
  color: #6B6B6B;
  border: 1px solid #ccc !important;
  outline: none;
  /* border-bottom: 1px solid #f5f5f5 !important; */
  padding: 11px 5px 11px 14px;
}

.productsearch  .aa-input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */	
  font-size: 20px;
  color: #6B6B6B;
  font-family: 'Lato', sans-serif;
}	
.productsearch .aa-input-search::-moz-placeholder { /* Firefox 19+ */	
  font-size: 20px;
  color: #6B6B6B;
  font-family: 'Lato', sans-serif;
}	
.productsearch .aa-input-search:-ms-input-placeholder { /* IE 10+ */	
  font-size: 20px;
  color: #6B6B6B;
  font-family: 'Lato', sans-serif;
}	
.productsearch .aa-input-search:-moz-placeholder { /* Firefox 18- */	
  font-size: 20px;
  color: #6B6B6B;
  font-family: 'Lato', sans-serif;
}


.productsearch .aa-suggestions-category {
  /* border-bottom: 1px solid rgba(228, 228, 228, 0.6); */
  /* border-top: 1px solid rgba(228, 228, 228, 0.6); */
  padding-top: 6px !important;
  /* padding-left: 3% !important; */
  font-size: 18px;
  font-family: Lato;
  color: #6B6B6B;
}
.productsearch .algolia-autocomplete .row{
  padding-left: 1%;
}
.top_eng{opacity:0 !Important;visibility: hidden !important;}

/*==============index video code changes =================*/
.indextopvideo .item-video{
    /* height: 100vh; */
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

}



@media screen and (max-width:1024.9px){	
header.section_wrapper{  position: fixed !important;z-index: 99999 !important;background-color: #000000 !important;height:auto !important; width:100vw !important;top: 0 !important;}
header .row.top_corner_link {display: none;}

}

@media screen and (min-width: 768px) and (max-width: 991px){
.header_logo {padding-top: 5px;}
.top_eng_link.show-desktop, span.search_wrapper {top: -5px;}
a.toggle-menu {top: 0;}
}

@media screen and (max-width:767.9px){	
.search_bycategory  .ais-SearchBox-input{top: 10px;font-size: 24px !important;}
.search_bycategory .aa-input-search{top: 10px;font-size: 24px !important;}

.search_bycategory .aa-input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */	
  font-size: 24px !important;
}	
.search_bycategory .aa-input-search::-moz-placeholder { /* Firefox 19+ */	
  font-size: 24px !important;
}	
.search_bycategory .aa-input-search:-ms-input-placeholder { /* IE 10+ */	
  font-size: 24px !important;
}	
.search_bycategory .aa-input-search:-moz-placeholder { /* Firefox 18- */	
  font-size: 24px !important;}

.search_bycategory{padding-top: 70px;}
body.page-template-page-product .breadcrumb_wrapper {padding-top: 75px;}
}

/*======== Product details - Realated product section (5th July 2021) =========*/

div.related-products{background:#fff; /*display:none !important;*/ padding-bottom: 100px;}
.relatedproducts .owl-item img.related-products-img {padding: 64px;padding-bottom: 0;}
.related-details{text-align:center;padding-right:30px;}
div.related-products h2{padding-top: 100px; font-weight: bold;}
div.related-products h3{font-size: 22px;font-weight: 600;}
div.related-products h3 a{color: inherit;}
div.related-products h3 a:hover{text-decoration: none;}
.related-product-price{color: #b6c806;font-weight: bold;font-size: 29px;line-height:32px;}
#related-products{min-height:462px;}
div.related-products .owl-theme .owl-dots .owl-dot:focus {outline: none;}
.related-details{padding-top:30px;}


@media screen and (min-width:1200px) 
{
.related-products .owl-dots { margin-bottom: -80px; }
}

@media screen and (min-width:768px) and (max-width:991px)
{
	div.related-products h3 {font-size: 18px;font-weight: 600;}
	#related-products{min-height:auto;padding-bottom: 68px;margin-bottom: 30px;}
	div.related-products h2{padding-top: 50px;}
}

@media screen and (max-width:767px)
{
	div.related-products h3 {font-size: 18px;font-weight: 600;}
	#related-products{min-height:auto;padding-bottom: 68px;margin-bottom: 30px;}
	.relatedproducts .owl-item img.related-products-img {padding: 20px;padding-bottom: 0;}
	div.related-products h2{padding-top: 10px;}
}

/*=====custom filter- product listing ====*/
.sort-filters{margin-left: 0;padding-left: 0;}
.sort-filters{display:none;}
.sort-filters li {
    list-style: none;
    padding: 10px 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #333;
    padding-bottom: 0;
	cursor:pointer;
}
 .sortwrapper{border: 1px solid #ccc;padding:0px 3px 0 0px;}
 .sortwrapper span.sortouter{display: inline-block;width: 100%;padding: 11px 5px 11px 14px;font-size: 18px;color: #333;cursor:pointer;position:relative;}
.sortwrapper span.sortouter svg{position: absolute;right: 17px;top: 20px;}
.sortactive svg{-webkit-transform: rotate(90deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
.sort_field span#ui-id-1-button{display:none;}

/*====cookie page =====*/
body.page-template-default .main_content_section{color: #cacaca;}
body.page-template-default .main_content_section h1{color:#fff;margin-top:30px;margin-bottom:30px;}
@media screen and (max-width:767px)
{
	body.page-template-default .main_content_section{margin-top: 54px;}
	body.page-template-default .main_content_section h1{font-size: 45px;}
	
	/*=====product detail page-related product css--*/
	div.related-products{padding-top:40px;}
}
@media screen and (min-width:768px) and (max-width:991px)
{
	body.page-template-default .main_content_section{margin-top: 75px;}
}

/*=====contact page forhandler css--*/
