::-moz-selection {
color: #fff;
background: #338fff;
}


body, p, li, a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, table, tr, td, label, input, textarea, select, option,
.tb_wt_banner *{
  font-family: "Jost", sans-serif  !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.full-width {
left: 50%;
margin-left: -50vw;
position: relative;
width: 100vw;
}

a {
text-decoration: none;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}

img {  
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}

  

ul li {

list-style-type: none;

}



/*******************************************
header
*******************************************/


.main-nav {
  background: linear-gradient(180deg, #f4f5f1 0%, #ffffff 100%);
}

.main-nav .row {
	padding-bottom: 0!important;
}

.main-nav .col {
	margin-top: 0!important;
}

.main-nav ul.nav.nav-horizontal {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}


.main-nav ul.nav.nav-horizontal > li.tb_link {
  
  list-style: none;
}


.main-nav .tb_toggle {
  display: none !important;
}


.main-nav ul.nav.nav-horizontal > li.tb_link > a {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px 5px 27px;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 700;

  background: transparent;
  transition: color .2s ease;

  position: relative;
  overflow: hidden;
}


.main-nav ul.nav.nav-horizontal > li.tb_link > a::before {
    content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(21, 31, 50, 0.004) 0%,
    rgba(21, 31, 50, 0.020) 50%,
    rgba(21, 31, 50, 0.051) 100%
  );

  opacity: 0;
  transition: opacity .2s ease;
  z-index: 0;
}

.main-nav ul.nav.nav-horizontal > li.tb_link > a::after { 
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0px;
    right: 0;
    background-color: #9cca17;
    transition: all .3s linear;
	z-index: 4;

}

.main-nav ul.nav.nav-horizontal > li.tb_link:hover > a::after,
.main-nav ul.nav.nav-horizontal > li.tb_link.active > a::after {
    left: 0;
	 width: 100%;
}



.main-nav ul.nav.nav-horizontal > li.tb_link:hover > a::before,
.main-nav ul.nav.nav-horizontal > li.tb_link.active > a::before {
  opacity: 1;
}


.main-nav ul.nav.nav-horizontal > li.tb_link > a > * {
  position: relative;
  z-index: 1;
}

.main-nav .tb_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.main-nav .dropdown-menu .tb_text { 
align-items: flex-start;
    
    text-align: left;

}

.main-nav .tb_hovered > .dropdown-menu {
    transform: translateY(-13px) !important;
}

.main-nav .tb_list_1:not(dropdown-menu) > li.tb_hovered > .dropdown-menu {
	transform: translateY(0px) !important;}

.main-nav img.tb_icon {
  width: auto;
  height: 100px;
  display: block;
}


.main-nav .tb_text span, #wrapper .main-nav .tb_text  {
  font-weight: 700 !important;
  white-space: nowrap;
}


.main-nav ul.nav.nav-horizontal > li.tb_link:hover > a {
  color: #9cca17;
}

#site_logo {
	position: relative;
	top: 14px;
	
}


#search #search_button {

color: #fff;
font-size: 15px;
text-transform: uppercase;
padding: 6px 28px;
line-height: 38px!important;
height: 52px;
width: 110px !important;
border-radius: 70px!important;
border: medium none;
font-weight: 500;
position: absolute;
right: 0;
transition: all 300ms ease-in-out!important;

}

.search-box .tb_search_wrap {
max-width: 100%!important;


}

#search .tb_search_wrap input {
    height: 52px;
    border-radius: 22px !important;
}


.tb_wt_header_search_system {
    width: 100%;
}



.acc-box {
  display: inline-block;
}


.acc-box .tb_toggle {
  display: none !important;
}


.acc-box ul.nav {
  margin: 0;
  padding: 0;
}

.acc-box li.tb_link {
  list-style: none;
}


.acc-box li.tb_link > a {


  padding: 6px 10px;
  text-decoration: none;
  color: #000;

}

.acc-box li.tb_link > a:after {
	display: none;
}



.acc-box li.tb_link > a:hover { 
  color: #9cca17;
}


.acc-box .tb_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}


.acc-box .tb_icon {
  width: 29px;
  height: 35px;

  background-image: url("/image/catalog/thema/acc.png"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  display: block;
}


.acc-box .tb_icon i {
  display: none;
}


.cart-box {
  display: inline-block;
}



.cart-box .tb_no_caret,
.cart-box .ico-linea-ecommerce-bag {
  display: none !important;
}


.cart-box ul.nav {
  margin: 0;
  padding: 0;
}

.cart-box ul.nav > li {
  list-style: none;
}

.cart-box h3.heading > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;

  padding: 6px 10px;
  text-decoration: none;
  color: #000;

  font-size: 12px;
  font-weight: 500;
  position: relative;
}


.cart-box h3.heading > a::before {
  content: "";
  width: 34px;
  height: 34px;
    position: relative;
    left: 17px;
  background-image: url("/image/catalog/thema/cart.png"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  display: block;
}


.cart-box .tb_icon,
#cart .heading .tb_items:before,
#cart .heading .tb_items:after {
  display: none !important; 
}


.cart-box #cart  .tb_items {
  position: absolute;
  top: 0;
     right: 4px;
    min-width: 17px;
    height: 18px;
  background: #8dc63f;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px!important;
  text-align: center;
}


.cart-box h3.heading > a .tb_label {
      margin-top: 6px;
    font-weight: 500;
 color: #000!important;
}

.cart-box h3.heading > a:hover .tb_label { 
color: #9cca17!important;

}

#cart .heading .tb_items {
    opacity: 1;
}


.call-box {
  display: inline-block;
}


.call-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}


.call-box .call-icon {
  width: 26px;
  height: 40px;

  background-image: url("/image/catalog/thema/tel.png"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}


.call-box .call-text {
 font-weight: 500;
}

.ttl-bg h2  {
	position: relative;

}

.ttl-bg h2 span  { 
font-weight: 700;
		padding: 0 33px;
	background: #fff;
    z-index: 1;
    position: relative;
}

.ttl-bg h2:after { 
content: '';
display: block;
width: 100%;
height: 2px;
background: #9cca17;
position: absolute;
	left: 0;
	top: 20px;
}

.ttl-bg h2:before {  
 width: 20px;
  height: 40px;
   content: '';
  background-image: url("/image/catalog/thema/bg-tttl.png"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
position: absolute;
	    left: 0;
    top: 3px;
    z-index: 2;
}

.seed-box {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
	margin-bottom: 10px;
}


.seed-box .tb_ratio {
  min-height: 260px; 
}


.seed-box .tb_image {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: transform 0.4s ease;
  z-index: 1;
}


.seed-box::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.0) 55%,
    rgba(0,0,0,0.35) 100%
  );

  z-index: 2;
}


.seed-box .tb_banner {
  position: absolute;
  inset: 0;
  z-index: 3;

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

  padding: 20px;
}


.seed-box .tb_line_1 {
  color: #ffffff!important;
  font-size: 22px !important;
	    line-height: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;

  text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}


.seed-box > a {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.seed-box:hover .tb_image {
  transform: scale(1.05);
}

.seed-box:hover .tb_line_1 {
	 color: #9cca17!important;
}


.big-item {
  position: relative;
  overflow: hidden;
  
}


.big-item .tb_image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}


.big-item .tb_banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 0;
  background: linear-gradient(
    180deg,
    rgba(140, 190, 90, 0.0) 0%,
    rgba(140, 190, 90, 0.55) 70%,
    rgba(120, 170, 70, 0.85) 100%
  );

  transition: height 0.5s ease;
  z-index: 2;
}


.big-item .tb_banner {
  position: absolute;
  inset: 0;
  z-index: 3;

  display: flex;
  align-items: flex-end;

  padding: 30px;
}


.big-item .tb_text {
  transform: translateY(0);
  transition: transform 0.5s ease;
}


.big-item .tb_line_1 {
  color: #ffffff!important;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.big-item .tb_line_1 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.95;
}


.big-item > a {
  position: absolute;
  inset: 0;
  z-index: 4;
}


.big-item:hover .tb_image {
  transform: scale(1.05);
}


.big-item:hover .tb_banner:before {
  height: 55%;
}


.big-item:hover .tb_text {
  transform: translateY(-40px);
}





.icon-box ul.tb_icon_list {
  margin: 0;
  padding: 0;
  height: 100%;
}


.icon-box ul.tb_icon_list > li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 28px 10px 28px 18px;
  color: #ffffff;
}

#cart .heading .tb_label {
    text-transform: capitalize;
}


.col_nM0xV .icon-box ul.tb_icon_list > li {
  background: #145c2e; 
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;	
}

.col_nM0xV .icon-box ul.tb_icon_list > li .ico-linea-basic-accelerator:before { 
    width: 48px;
    height: 45px;
    content: '';
    background-image: url(/image/catalog/thema/list-1.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 78%;
    display: block;
    position: relative;
    z-index: 2;


}

.col_Vbt8h .icon-box ul.tb_icon_list > li .ico-linea-basic-alarm:before { 
    width: 38px;
    height: 53px;
    content: '';
    background-image: url(/image/catalog/thema/list-2.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 78%;
    display: block;
    position: relative;
    z-index: 2;


}

.col_A6vb6 .icon-box ul.tb_icon_list > li .ico-linea-basic-anchor:before { 
    width: 39px;
    height: 39px;
    content: '';
    background-image: url(/image/catalog/thema/list-3.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 78%;
    display: block;
    position: relative;
    z-index: 2;
	    top: 7px;

}

.col_LBaHp .icon-box ul.tb_icon_list > li .ico-linea-basic-anchor:before { 
    width: 46px;
    height: 31px;
    content: '';
    background-image: url(/image/catalog/thema/list-4.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 78%;
    display: block;
    position: relative;
    z-index: 2;
	    top: 11px;

}



.col_Vbt8h .icon-box ul.tb_icon_list > li {
  background: #9acd32; 
}

.col_A6vb6 .icon-box ul.tb_icon_list > li {
  background: #0a8f3c; 
	
}

.col_LBaHp .icon-box ul.tb_icon_list > li {
  background: #145c2e; 
	  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;	
}


.icon-box .tb_icon_wrap {
  flex: 0 0 auto;
}

.icon-box .tb_icon {
  color: #ffffff !important;
  font-size: 28px !important;
}


.icon-box .tb_description_wrap {
  padding-left: 0px !important;
}

.icon-box .tb_description p {
  margin: 0;
}


.icon-box .tb_description span:first-child {
  display: block;
  font-size: 17px;
    line-height: 24px;
	font-weight: 700;
}


.icon-box .tb_description span:last-child {
  display: block;
       font-size: 14px;
	    line-height: 23px;
  font-weight: 400;
  opacity: 0.95;
}



.home-action {
  position: relative;
  padding: 16px 0;
	    overflow: hidden;
}


.home-action .tb_description {
 position: relative;
	background: #ffff;
    z-index: 2;
    padding-right: 25px;
}

.home-action .tb_description p {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;

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


.home-action .tb_description p::before {
  content: "";
  width: 20px;
  height: 40px;
  background-image: url(/image/catalog/thema/bg-tttl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}


.home-action::after {
  content: "";
     height: 2px;
    background: #8dc63f;
    margin: 0 20px;
    width: 100%;
    position: relative;
    top: -20px;
    z-index: 1;
}


.home-action .tb_button_holder {
     position: absolute;
	    right: 0;
       top: 23px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.home-action.h1 .tb_button_holder { 
top: 4px;
}


.home-action .tb_button_holder .btn {
 
  border: none;
  padding: 0 0 4px 0;          
  font-size: 20px;
  font-weight: 400;
  color: #000!important;
  letter-spacing: 0.5px;
  cursor: pointer;
background-color:transparent!important;
	    height: auto;
    line-height: normal;
}


.home-action .tb_button_holder .btn:hover {
  color: #8dc63f!important;
	 background-color:transparent!important;
}


.big-banner .tb_text_wrap .tb_line_1  {
	
	font-size: 25px;
	color: #fff;
	
}

.big-banner .tb_text_wrap .tb_line_2  {
	
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	
}

.tb_wt_manufacturers .tb_slider_controls a,
.slide-nav .tb_slider_controls a {
    background-color:#038c3c;
    border: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    cursor: pointer!important;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    z-index: 99;
    font-size: 0;
    position: absolute;
    top: 50%!important;
    margin: 0;
    margin-top: -25px;
    text-indent: 0;
	
}


.tb_wt_manufacturers .tb_slider_controls a.tb_prev:before, .tb_wt_manufacturers .tb_slider_controls a.tb_next:before,
.slide-nav .tb_slider_controls a.tb_prev:before, .slide-nav .tb_slider_controls a.tb_next:before  {
    position: relative;
    left:3px;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 100%;
    content:''!important;
    background-color: #fff;
    -webkit-mask-image: url(/image/catalog/thema/arrow.png);
    mask-image: url(/image/catalog/thema/arrow.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}


.tb_wt_manufacturers .tb_slider_controls a.tb_next:before,
.slide-nav .tb_slider_controls a.tb_next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tb_wt_manufacturers .tb_slider_controls a.tb_prev:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.slide-nav .tb_slider_controls a.tb_prev:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tb_wt_manufacturers .tb_slider_controls a svg,
.slide-nav .tb_slider_controls a svg {
	display: none;
}

.tb_wt_manufacturers .tb_slider_controls a:hover,
.slide-nav .tb_slider_controls a:hover {
	  background-color: #16b156;
	
}

.tb_wt_manufacturers .tb_slider_controls a:hover:before,
.slide-nav .tb_slider_controls a:hover:before {
	  background-color: #fff;
	
}

.tb_side_nav .tb_slider_controls {
	overflow: visible;
}


.slide-nav .tb_slider_controls a.tb_prev {
	
	left: -23px;
}

.slide-nav .tb_slider_controls a.tb_next {
	
	right: -23px;
}




.tb_wt_stories_list .thumbnail,
.tb_wt_stories_list_page_content_system .thumbnail {
	margin-bottom: 0;
}

.tb_wt_stories_list h4,
.tb_wt_stories_list_page_content_system h2 { 
font-size: 22px;
font-weight: 700;	
    margin-bottom: 6px;
    line-height: 26px;
	text-transform: inherit!important;
}

.tb_wt_stories_list_page_content_system h2 {  
    margin-top: 100px;

}



.tb_wt_stories_list .tb_description,
.tb_wt_stories_list_page_content_system .tb_description {
	color: #989898;
	    line-height: 22px;
	}


.tb_wt_stories_list .tb_commens_count,
.tb_wt_stories_list_page_content_system .tb_commens_count {
	display: none;
}

.tb_wt_stories_list .tb_article,
.tb_wt_stories_list_page_content_system .tb_article {
	position: relative;
}

.tb_wt_stories_list .tb_meta,
.tb_wt_stories_list_page_content_system .tb_date {
	background: #038c3c;
	    position: absolute;
	    left: 21px;
    top: 50px;
	color: #fff;
	font-size: 15px;
	padding: 10px 12px;
	    display: inline-block;
    z-index: 2;
}

.tb_wt_stories_list .tb_date,
.tb_wt_stories_list_page_content_system .tb_date {
	margin: 0;
}

.tb_wt_stories_info_page_content_system .image-holder {
	    margin: 0;

}

.tb_wt_stories_list_page_content_system .tb_date {
	left: 30px;
}

.tb_wt_stories_list .tb_meta .tb_tags,
.tb_wt_stories_info_page_content_system .tb_tags,
.tb_wt_stories_list_page_content_system .tb_tags,
.tb_listing.tb_compact_view .tb_meta { 
display: none!important;

}

#content .tb_wt_stories_tags h2,
#content .tb_wt_stories_list .panel-title {
	font-size: 26px!important;
	text-transform: capitalize!important;
	font-weight: 400!important;
}

#content .tb_listing.tb_compact_view  h4 {  

    font-size: 19px;
	line-height: 24px;

}




#footer h2,
#footer h2 span {
	font-size: 20px!important;
	color: #000!important;
	    line-height: 22px !important;
	font-weight: 700!important;
}

#footer .row-wrap {
	overflow: hidden;
}

#footer .panel-heading {
	margin-bottom: 25px;
}

.footer-brand {
	position: relative;
}

.footer-brand:before {
	position: absolute;
	display: block;
	content: '';
    width: 100vw;
    height: 2px;
    background: #9cca17;
    left: 250px;
    top: 38px;
}



.color {
	color: #038c3c;
}


.info-list li:first-child {
	margin-bottom: 15px;
	color: #000;
}

.info-list li a { 
color: #038c3c!important;

}

.info-list li a:hover { 
color: #000!important;

}

#footer .nav a:before {
	display: none;
}


.mt90 {
	margin-top: 90px;
}

.social-icon {
	position: relative;

}

.tbSocialTop { 
position: absolute;
	right: 0;
	    top: 125px;

}

.tbSocialTop ul li { 
display: block!important;
    margin-top: 0 !important;
    background: #cccccc;
    margin-bottom: 10px;
    border-radius: 100%;
}

.tbSocialTop ul li a,
.tbSocialTop ul li a:hover,
.tbSocialTop ul li:hover a{  
color: #fff!important;

}

.tbSocialTop ul li:hover  {
	background: #9cca17;
}

.tbSocialTop .tb_icon_wrap {
	margin-right: 0!important;
}

.tbSocialTop ul li a.ico-linea-basic-accelerator:before {
	
	content: '';
	display: block;
	position: relative;
	left: 2px;
    top: 4px;
	background: url(/image/catalog/thema/tik-tok.svg) left top no-repeat;
	width: 25px;
	height: 25px;
}

#copy {
	font-size: 12px;
	color: #000;
} 

#copy a { 
    color: #038c3c;

}

#copy  { 
position: relative;
}


#copy span { 
position: relative;
	overflow: hidden;
	background: #fff;
	padding: 0 24px;
}


#copy:before { 
    position: absolute;
    display: block;
    content: '';
    width: 200%;
    height: 2px;
    background: #9cca17;
    left: -50px;
    top: 14px;
}


.product-thumb {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  text-align: center;
}



.product-thumb .thumbnail {
  position: relative;
  overflow: hidden;
}


.product-thumb .thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.85) 70%,
    #ffffff 100%
  );

  z-index: 2;
  pointer-events: none;
}


.product-thumb .tb_button_add_to_cart {
    position: absolute !important;
    left: 50%;
    bottom: -22px;
    transform: translateX(-10%);
    z-index: 3;
    top: -45px;
}


#content .product-thumb .tb_button_add_to_cart a {
  width: 62px!important;
  height: 62px!important;
  border-radius: 50%;

  background: #8dc63f url("/image/catalog/thema/bg-cart.png") no-repeat center!important;
  background-size: 30px;

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

}

#content .product-thumb .tb_button_add_to_cart a span { 
display: none!important;

}



#content .product-thumb .tb_button_add_to_cart a:before { 
display: none;
}


.product-thumb .tb_button_add_to_cart i,
.product-thumb .tb_button_add_to_cart .ico-linea-ecommerce-bag {
  display: none;
}


.product-thumb .tb_button_add_to_cart a:hover {
  background-color: #7ab632;
}


.product-thumb .caption {
  padding: 35px 0px 20px;
	    text-align: center;
}

.product-thumb h4 {
  margin: 0 0 22px!important;
  font-size: 22px;
  font-weight: 600;
}

.product-thumb h4 a {
  color: #000;
  text-decoration: none;
}

.product-thumb .price {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  
}

.product-thumb .price span { 
  font-size: 20px;
  font-weight: 700;

}


.product-thumb .price-old {

  font-weight: 400;
  margin-right: 6px;
}

.product-thumb .tb_button_add_to_cart .tb_no_text:hover { 
display: none!important;

}



.home_slider .frame.mSFrame{
  height: 600px !important;         
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}


.home_slider .mSSlide{
  position: relative;
  overflow: hidden;
}


.home_slider .mSSlide::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 55%;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(18,90,40,0.55) 45%,
    rgba(18,90,40,0.92) 100%
  );
  z-index: 2;
  pointer-events:none;
}


.home_slider .ms_scene{
  z-index: 3;
  position: relative;
	margin-top: 278px;
    overflow: hidden;
}


.home_slider .mSCaption{
  color:#fff !important;
  text-shadow: 0 4px 14px rgba(0,0,0,.35);
}


.home_slider .mSCaption.h4{
  font-size: 56px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: .5px;
      width: 100% !important;
    text-align: right !important;
}


.home_slider .mSCaption.h2{
  font-size: 44px !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  letter-spacing: 6px;
	    width: 100% !important;
    text-align: right !important;
    text-transform: none !important;
    margin-top: 20px !important;
}


.home_slider #FireSlider_OWG1oBRK_slide_1_layer_3{
  font-size: 25px !important;
  font-weight: 400 !important;
     width: 100% !important;
    opacity: .95 !important;
    text-align: right !important;
	    margin-top: 32px;
}   
    

.home_slider #FireSlider_OWG1oBRK_slide_1_layer_1,
.home_slider #FireSlider_OWG1oBRK_slide_1_layer_2,
.home_slider #FireSlider_OWG1oBRK_slide_1_layer_3{
  left: auto !important;
  right: 120px !important;
  transform: translate3d(0,0,0) !important;
}


.home_slider #FireSlider_OWG1oBRK_slide_1_layer_1,
.home_slider #FireSlider_OWG1oBRK_slide_1_layer_2,
.home_slider #FireSlider_OWG1oBRK_slide_1_layer_3{
  text-align: left;
}


.home_slider .mSPages, 
.home_slider .mSButtons{
  z-index: 5;
}


.home_slider .mSPrev,
.home_slider .mSNext,
.home_slider .mSButtonPrev,
.home_slider .mSButtonNext{
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.6) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  transition: background .2s ease, opacity .2s ease;
}

.home_slider .mSPrev:hover,
.home_slider .mSNext:hover,
.home_slider .mSButtonPrev:hover,
.home_slider .mSButtonNext:hover{
  background: rgba(255,255,255,0.8) !important;
}


.home_slider .mSPrev:before,
.home_slider .mSNext:before,
.home_slider .mSButtonPrev:before,
.home_slider .mSButtonNext:before{
  color: rgba(0,0,0,0.55) !important;
  font-size: 22px !important;
}

.call-box2 {
	display: none;
}

.contact-coll .form-group, .contact-coll .form-horizontal .control-label, .contact-coll .form-horizontal .col-sm-10, .contact-coll .form-horizontal .col-sm-10 input, .contact-coll .form-horizontal #input-enquiry {
    width: 100%;
    display: block;
    max-width: inherit;
}

#content .contact-coll h3,
#content .contact-coll h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
	    text-transform: none!important;
	font-size: 32px!important;
	font-style: italic!important;
	    line-height: 32px !important;
	    font-weight: 400 !important;
}

#header {
	margin-bottom: 50px;
	 
	position: relative;
}

#header .row-wrap:first-child  { 

position: relative;
}
 



#header .row-wrap:first-child:before { 
content: '';
display: block;
width: 100%;
height: 24px;
    box-shadow: 0 1px 0 #e5e5e5, 0 8px 12px -6px rgba(0, 0, 0, 0.25);	
position: absolute;
	left: 0;
	bottom: 0;

}


#header .row-wrap:nth-child(2):before { 
content: '';
display: block;
width: 100%;
height: 4px;
    background: #038c3c;	
position: absolute;
	left: 0;
	bottom: 0;

}



.tb_page_common_home #header {
	margin-bottom: 14px;
}

.pagination .results {
	
	display: none;
}

.pagination  {
	
	text-align: center;
}

.pagination .links  {
	
	float: none;
}

.pagination a {
       background-color: #038c3c !important;
    box-shadow: none !important;
	border-radius: 100%!important;
	color: #fff!important;
}

.pagination li { 
border: 1px solid #e6e6e6;
	border-radius: 100%!important;
    margin-right: 6px !important;
	    margin-bottom: 10px !important;
}

.pagination li a:hover{  
 background-color: #9cca17 !important;
border-radius: 100%!important;
	color: #fff;
}

.pagination .active  { 
background-color: #9cca17 !important;

}

.pagination .active span { 

color: #fff!important;
}


#mfilter-price-slider .ui-slider-range {
	background: #9cca17!important;
	height: 2px;
    top: 0px;
	left: -3px !important;
	
}

#wrapper #content #mfilter-price-slider.ui-slider:after {
	display: none;
}

#wrapper #content #mfilter-price-slider span, #wrapper #content #mfilter-price-slider .ui-slider-handle {
    border: 0 !important;
    background: #9cca17 !important;
    border-radius: 100% !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    top: 6px;
}

#wrapper #content #mfilter-price-slider {
	background: none;
	height: 2px!important;
}


#mfilter-box-33 .mfilter-heading-text span {
	font-size: 18px;
	font-weight: 600;
}

#mfilter-box-33 .mfilter-opts-container {
	padding-top: 0;
}

#wrapper #content #mfilter-box-33 .mfilter-price-inputs input {
	    
		border: 0!important;

}

#wrapper #content #mfilter-price-slider .ui-slider-range, #wrapper #content .mfilter-slider-slider .ui-slider-range{
	background-color: #8dc63f!important;
	width: 100%!important;
}

.tb_module_mega_filter .box-heading {
	font-size: 22px;
		margin-bottom: 0px!important;
} 

.product-filter .display {
	display: none;
}

.product-filter {
	float: right;
	margin-bottom: 25px;
}

.product-filter .sort b,
.product-filter .limit b{
	
	display: none;
}

.product-filter .sort select,
.product-filter .limit select{
	    border: 0;
    border-bottom: 1px solid #000;
	background-color:transparent;
}

#content .cat-banners .tb_item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

/*
.cat-banners .tb_item {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

*/

#content .cat-banners .thumbnail{
	
	    position: relative;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    z-index: 1;
	margin-bottom: 0!important;
	
}

#content .cat-banners .thumbnail img{ 
border-radius: 14px;

}


#content .cat-banners h3 {
    
   
	    position: absolute;
    bottom: 26px;
    z-index: 2;
	    width: 100%;
}

#content .cat-banners h3 a { 
color: #ffffff !important;
 font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

#content .cat-banners h3 a:hover,
#content .cat-banners .tb_item:hover h3 a { 
	color: #8dc63f !important; }



.breadcrumb li a {
	color:#61676f!important; }

.product-info h1 {
	font-size: 33px;
	font-weight: 600;
}

#product_images .tb_listing li img {
   
    max-width: 100%;
    height: 100%;
  
}

.product-info .tb_actions {
	display: none!important;
}

.product-info #button-cart {
	  border-radius: 32px;
}

.product-info .tb_wt_product_add_to_cart_system .input-group {
	border-width: 1px;
	    background-color: transparent;
	border-color:#c0c0c0;
	    border-radius: 32px;
}
.product-info .tb_cart_wrap .btn-group-vertical > .btn {
	box-shadow: none;
	border-left: 1px solid #ebebeb;
	border-color: #ebebeb;
	color: #000!important;
}
.product-info .tb_cart_wrap .btn-group-vertical > .btn:hover {
	color: #fff!important;
}
.product-info .tb_wt_product_add_to_cart_system .tb_purchase_button {
	max-width: 100%;
}

.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-up:hover i, .tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-down:hover i {
	color: #162b4d!important;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-up {
	margin-right: 10px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-down {
	margin-left: 10px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-up .fa-caret-up:before {
	content: "\f067";
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-down .fa-caret-down:before {
	content: "\f068";
}
.tb_wt_product_add_to_cart_system .tb_input_wrap {
	min-width: 107px!important;
	max-width: 107px!important;
}

.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical {
	width: 100%;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-up {
	position: absolute;
	right: 0;
}


.tb_wt_product_add_to_cart_system .tb_purchase_button #input-quantity {
	position: absolute;
}


.tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-up, .tb_wt_product_add_to_cart_system .tb_purchase_button .btn-group-vertical .bootstrap-touchspin-down {
	background-color: transparent!important;
	border-width: 0!important;
	z-index: 11;
}

#content .btn-tooltips, #content .btn-tooltips:hover {
    width: 57px;
    float: left;
    margin: 0 13px 10px 0;
    line-height: normal !important;
    background-color: #126233 !important;
    padding:12px 10px !important;
    color: #fff !important;
    white-space: normal !important;
    text-align: center !important;
    box-shadow: none !important;
	    border-radius: 100%;
}

#content button.btn-tooltips:nth-child(2) {
	background-color: #038c3c !important;
}

#content button.btn-tooltips svg { 
    width: 38px;

}



#content button.btn-tooltips:nth-child(3) {
	background-color: #9cca17 !important;
	 
}

.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:before {

    background-color: rgba(3, 140, 60, 0.75);
 
}

.tb_article .tb_read_more {
	font-size: 17px;
}

form .form-group #input-email,
form .form-group #input-password  {
	width: 100%;
}


form .form-group input,
form .form-group textarea { 
    border-radius: 122px !important;

}

.options .form-group {
	display:block;
}

.options .form-group > label.control-label{
	display: inline-block;
  width: auto;
  max-width: 100%;
  padding:0 0 10px 0;
  clear: both;
  min-height: 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.required > label::before{
	position:absolute;
	right:-20px;
}

.tb_wt_product_price_system .tb_label{
  font-size: 18px;
  font-weight: bold;
	color:rgba(51, 51, 51) !important
}


.btn-primary {
	    border-radius: 70px !important;
} 

    .mobile-filter {
	display: none !important; }


.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-counter {
	    color: #fff;
    background-color: #b20b8f !important;
}


.tb_module_mega_filter .mfilter-heading-text,
.tb_module_mega_filter .mfilter-heading-text span {
	position: relative;
	
}

#content .tb_module_mega_filter .mfilter-heading-text span {
	padding: 0 13px 0 0!important;
    background: #fff!important;
    z-index: 1;
}


#content #left_col .tb_module_mega_filter .mfilter-heading-text:after {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background: #9cca17!important;
    position: absolute;
    left: 0;
    top: 15px;
}


.tb_system_category_description {
	position: relative;
}
.tb_category_description {
	height: 138px;
	overflow: hidden;
	position: relative;
	transition: height .3s ease-in-out;
}
.tb_category_description.seeAll {
	
	min-height: 138px;
}
.tb_category_description:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 33%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 33%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 33%, rgb(255,255,255) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
	pointer-events: none;
	z-index: 10;
}
.tb_category_description.seeAll:before {
	display: none;
}
#btnSeeMore {
	display: inline-block;
	background-color: transparent!important;
	color: #9cca17!important;
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: auto;/* left: 50%;
    transform: translateX(-50%);*/
}
#btnSeeMore:before {
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #9cca17;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: -6px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
#btnSeeMore.open:before {
	font-size: 16px;
	color: #9cca17;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 3px;
	transform: rotate(180deg);
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.mobile-phone-fixed { 
display: none;

}

.product-thumb .tb_label_special {
	    min-height: 25px;
    min-width: 48px;
    line-height: 24px;
}


.timer-box .tb_text_wrap {
    text-align: center;
}

.timer-box .tb_text_wrap p::before {
    content: "⭐"; 
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.timer-box .tb_text_wrap p {
	
	 font-size: 24px;
	 margin-bottom: 20px;
	
}


#content .product-thumb .tb_label_stock_status {
	display: block;
	  margin: 0 !important;
	  text-align: center;
	  background: rgba(141,198,63,.7);
	  color: #fff;
	  opacity: 1;
	  padding: 3px 0;
	  font-size: 17px;
	  position: absolute;
	  width: 70%;
	  top: 50%;
	  left: 15%;
}

#content .product-thumb .tb_label_stock_status.tb_label_stock_status_5 {
	
		background:rgba(228,46,33,.7);
}



.rating .tb_bar .tb_base, .rating .tb_bar .tb_percent {
	    font-family: FontAwesome !important;
	
	
}


.product-thumb .image.tb_overlay .tb_label_stock_status_5 {
	display: none!important;
}




@media (max-width: 1500px){  

.tbSocialTop {
   
	right: 26px;}
	
		.acc-box {
		    margin-right: 15px;
			 margin-left: 15px;
	}
	

}



@media (max-width: 1390px){  

.icon-box ul.tb_icon_list > li {

	padding: 28px 10px 28px 8px;}
	
	.icon-box .tb_description span:first-child {
    
		font-size: 16px;}
	
	.icon-box .tb_icon_wrap {
		    width: 46px!important;
		
	}
	
	.col_nM0xV .icon-box ul.tb_icon_list > li .ico-linea-basic-accelerator:before,
	.col_Vbt8h .icon-box ul.tb_icon_list > li .ico-linea-basic-alarm:before,
	.col_A6vb6 .icon-box ul.tb_icon_list > li .ico-linea-basic-anchor:before,
	.col_LBaHp .icon-box ul.tb_icon_list > li .ico-linea-basic-anchor:before {
		    background-size: 64%;
		
	}

}




@media (max-width: 1360px){ 

	.big-item .tb_line_1 {
		    font-size: 31px;
		
	}
	
	.big-item .tb_line_1 span {
   
		font-size: 17px; }
	
	.seed-box .tb_line_1 {
		    font-size: 23px;
    line-height: 28px;
		
	}
	
	.ttl-bg h2 span {
		font-size: 25px;
		padding: 0 25px 0 33px;
	}
	
	.home-action .tb_description p {
			font-size: 25px;
	}

	#content .product-thumb .tb_button_add_to_cart a {
		    width: 52px !important;
    height: 52px !important;
		background-size: 26px !important;
		
	}
	
	.product-thumb h4 {
    
		font-size: 20px; }
	
	.big-banner .tb_text_wrap .tb_line_1 {
		    line-height: 33px; }
	
	.big-banner .tb_text_wrap .tb_line_2 {
		font-size: 48px; }
	
	.home-action .tb_button_holder .btn {
   
		font-size: 17px;}
	
	.tbSocialTop {
		position: relative;
	    top: 37px;
		right: 3px;
		
	}
	
	.tbSocialTop ul li {
		display: inline-block !important;
		    margin-right: 10px;
	}
	
	.main-nav .tb_text span {
  
    font-size: 14px;
} 
	
	.main-nav li { 
	min-width: inherit;
	
	}
	
	.home_slider .mSCaption.h4 {
		font-size: 46px !important; }
	
	.home_slider .mSCaption.h2 {
    font-size: 35px !important;

	margin-top: 14px !important;}
	
	.home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
		margin-top: 0;
		    font-size: 21px !important;
	}
	
	#footer {
		padding-top: 0;
	}
	

}

@media (max-width: 1290px){ 

	.home-action {
		margin-bottom: 6px;
	}
	
	.home-action.h1 {
		margin-bottom: 30px;
	}
	
	#footer h2, #footer h2 span {
		font-size: 16px !important; }
	
	#footer .panel-heading {
    margin-bottom: 10px;
}
	
	    .acc-box {
        margin-right: 5px;
        margin-left: 5px;
    }
	
		.acc-box .tb_text,
	.call-box .call-text,
	#cart .heading .tb_label {
		    font-size: 14px;
	}


}

@media (max-width: 1260px){  

	.list-1,
	.list-2,
	.list-3,
	.list-4 {
	
		width: 50%;
		
	}
	    .icon-box .tb_icon_wrap {
        width: 56px !important;
    }
	
	.col_nM0xV .icon-box ul.tb_icon_list > li {
		border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
		
	}
	
		.col_LBaHp .icon-box ul.tb_icon_list > li {
		border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
		
	}
	
	    .icon-box .tb_description span:first-child {
        font-size: 19px;
    }
	
	.icon-box .tb_description span:last-child {
  
		font-size: 16px; }


}






@media (max-width: 1150px){

	.big-item .tb_banner {
		
		padding: 30px 30px 30px 20px;
	}
	
	    .big-item .tb_line_1 {
        font-size: 27px;
    } 
	
	    .home-action .tb_description p,
	    .ttl-bg h2 span {
       line-height: 23px;
    }
	
	    .big-banner .tb_text_wrap .tb_line_2 {
        font-size: 39px;
    }
	
	    .big-banner .tb_text_wrap .tb_line_1 {
        line-height: 24px;
    }
	
	    .seed-box .tb_line_1 {
        font-size: 19px;
        line-height: 22px;
    }
	
	#footer {
		padding-left: 20px;
		padding-right: 20px;
	
	}
	
	    .main-nav .tb_text span {
        font-size: 13px;
    }
	
	.home_slider .mSCaption.h4 {
        font-size: 37px !important;
    }
	
	    .home_slider .mSCaption.h2 {
        font-size: 29px !important;
        margin-top: 9px !important;
			    letter-spacing: 3px;
    }
	
	.call-box .call-icon,
	.acc-box .tb_icon,
	.cart-box h3.heading > a::before {
		    background-size: 73%;
	}
	
	.cart-box #cart .tb_items {
		    right: 7px;
	}
	
    .acc-box {
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 1097px){

    .call-box .call-icon, .acc-box .tb_icon, .cart-box h3.heading > a::before {
        background-size: 65%;
    } 
	
	    .acc-box .tb_text, .call-box .call-text, #cart .heading .tb_label {
        font-size: 13px;
    }

	
 } 
    


@media (max-width: 992px){
  .home_slider .frame.mSFrame{ height: 420px !important; }
  .home_slider .mSCaption.h4{ font-size: 40px !important; width: 420px !important; }
  .home_slider .mSCaption.h2{ font-size: 28px !important; width: 420px !important; letter-spacing: 3px; }
  .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3{ width: 420px !important; }
  .home_slider #FireSlider_OWG1oBRK_slide_1_layer_1,
  .home_slider #FireSlider_OWG1oBRK_slide_1_layer_2,
  .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3{ right: 40px !important; }
	
	
	.big-item-box .col {
		max-width: calc(50% - 20px);
        width: 100%;
	}
	
	
	    .home-action .tb_description p,
	   .ttl-bg h2 span {
        font-size: 19px;
    }
	
	.home-action .tb_description p {
		 line-height: 19px;
	}
	  
.icon-box ul.tb_icon_list > li {
  
	padding: 28px 10px;}
	
	.icon-box .tb_description_wrap {
    padding-left: 10px !important;
}
	
	.main-nav img.tb_icon {
     min-height: 73px;
    height: auto;
    max-width: 50%;
} 
	
	.main-nav ul.nav.nav-horizontal > li.tb_link > a {
 
		padding: 17px 5px 27px; }
	
	    .home_slider .mSCaption.h4 {
			font-size: 27px !important; }
	
	    .home_slider .mSCaption.h2 {
			font-size: 22px !important;}
	
	    .acc-box .tb_text, .call-box .call-text, #cart .heading .tb_label {
        font-size: 12px;
    }
	
	.product-filter {
		float: left;
	        width: 100%;
        margin-bottom: 30px !important;
	}
	
}


@media (max-width: 950px){  

	.call-box {
		display: none;
	}

}

@media (max-width: 920px){ 

    .big-item .tb_line_1 {
        font-size: 24px;
    }
	
	.big-item .tb_banner {
        padding: 30px 10px 30px 10px;
    }
	
	    .seed-box .tb_line_1 {
			font-size: 17px; }
	
	.home_slider .ms_scene {

		margin-top: 164px; }

}


@media (max-width: 860px){  

	.tb_wt_stories_list_page_content_system h2 {
    margin-top: 159px;
}
	
	    .icon-box .tb_description span:first-child {
        font-size: 17px;
    }
	
	    .icon-box .tb_description span:last-child {
        font-size: 16px;
    }


}



@media (max-width: 768px) {
  .icon-box ul.tb_icon_list > li {
    justify-content: center;
    text-align: center;
  }

  .icon-box .tb_description_wrap {
    padding-left: 0 !important;
    
  }

  .icon-box ul.tb_icon_list > li {
    flex-direction: column;
  }
	
	  .home-action {
    flex-wrap: wrap;
    gap: 10px;
  }

  .home-action::after {
    order: 3;
    width: 100%;
    margin: 10px 0;
  }

  .home-action .tb_button_holder {
    order: 2;
  }
	
	#content {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	
	    .big-banner .tb_text_wrap .tb_line_2 {
        font-size: 31px;
        line-height: 28px;
		margin-top: 3px;
    }
	
	    .big-banner .tb_text_wrap .tb_line_1 {
        line-height: 24px;
        font-size: 20px;
    }
	
	.home-action .tb_button_holder {
		position: relative;
	}
	
	.home-action::after {

    top: 62px;
		position: absolute;}
	
	.home-action .tb_button_holder {
		text-align: left;
		padding-top: 8px !important;
    margin-bottom: 19px;
	}
	
	.home-action.h1 .tb_button_holder {
    top: 11px;
}
	
	.home-action.h1::after {
		top: 36px; }
	
	.col_nM0xV .icon-box ul.tb_icon_list > li {
		border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	}
	
	.col_A6vb6 .icon-box ul.tb_icon_list > li {
 
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
	
	#copy:before {

		width: 115%; }
	
	
	#footer .image-holder {
		margin-left: 0;
	} 
	
	#footer .col:nth-child(3) .mt90,
	#footer .col:nth-child(5) .mt90 {
		margin-top: 20px;
	}
	
	.call-box2 {
	display: none;
}
	
	.call-box2 a {
		    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-decoration: none;
	}
	
	.call-box2 .call-icon2 {
    width: 26px;
    height: 40px;
    background-image: url(/image/catalog/thema/tel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}
	
	.tb_wt_header_search_system {
           max-width: 100%;
		        margin-bottom: 29px;
     
}
	
	#search .tb_search_wrap input {

    text-indent: 10px;
}
	
	#header .tbToggleButtons .tbToggleHeader {
        position: absolute;
        left: 16px;
        top: -18px;
        background-color: transparent !important;
        color: #9cca17 !important;
		        width: 45px;
    }
	
	    #header .tbToggleButtons .tbToggleCart {
        position: absolute;
        right: 16px;
        top: -16px;
        background-color: transparent !important;
        color: #9cca17 !important;
			        width: 45px;
    }
	
	    #header .tb_wt_header_logo_system {
        display: block !important;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
        padding-right: 0;
    }
	
	    #site_logo {
        position: relative;
    }
	
	#header .tbLogoCol {
      
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-top: 30px;
    }
	
	#header .mob-mt {
      
    
        margin-top: 10px;
    }
	
	    .tbToggleButtons .tb_toggle:before {
        font-size: 31px;
        top: 10px;
        position: relative;
    }
	
	#header .tbToggleButtons .tbToggleCart:before { 
	           width: 34px;
        height: 34px;
        background-image: url(/image/catalog/thema/cart-m.png);
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 28px;
        content: '';
	}
	
	.tbMobileMenu .tbMainNavigation .tb_icon {
		        max-width: 42px;
        margin-right: 15px !important;
	}
	
	.tbMobileMenu .tbMainNavigation li > a > .tb_text {
		    text-align: left;

    justify-content: left;
		
	}
	
	#site_logo {
    
    top: -3px;
}
	
	.block-list {
		display: none!important;
	}
	
	
	.mobile-filter {
      display: block!important;
      float: none;
      background: #b20b8f ;
      padding: 7px 25px 7px 49px;
        font-size: 17px;
        color: #ffffff !important;
        position: relative;
        width: 100%;
        top: -2px;
       
  }
  .mobile-filter:hover,
  .mobile-filter:focus {
      background: #9cca17;
  }
  .mobile-filter .tbIcon {
    position: absolute;
    left: 18px;
    top: 7px;
    color: #fff;
  }
  .fa-sliders:before {
    font-family: 'FontAwesome' !important;
  }
  .filter {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 88%;
    height: 100vh;
    overflow: hidden;
    z-index: 10000;
    max-width: 100%;
    background: #fff;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
	
 .filter.mobile-filter-show {
    left: 0px;
  }
  #content.mobile-filter-show {
    postion: relative;
    z-index: 2 !important;
  }
  #header.mobile-filter-show {
    postion: relative;
    z-index: 1 !important;
  }
  .mobile-filter-show a.filter-close {
           position: absolute;
        right: 10px;
        top: 20px;
    display: block;
    font-size: 28px;
	   color: #9cca17;
    z-index: 2000;
  }
	
	.mobile-filter-show .box.mfilter-box .mfilter-content {
		overflow: scroll;
		    height: 100vh;
			padding:0 20px 40px 0 !important;
	}
	
	
	
	
  .filter .row {
    z-index: 1;
  }
  body.mobile-filter-show {
    overflow: hidden;
  }
  .tb_module_mega_filter {
    position: relative;
    top: 4px;
    width: 100%;
    background: #fff;
    border: none;
    z-index: 999;
    padding: 10px 0 20px 20px;
  }
  .tb_module_mega_filter.-db {
    display: block!important;
  }
  body:not(.common-home) .filter .mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-content > ul > li {
    width: 100%;
    padding: 20px 0!important;
    border-bottom: 1px solid #eee !important;
  }
  .filter .mfilter-content-opts {
    position: relative;
    top: 0px;
    box-shadow: none;
  }
  .mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-button-bottom {
    position: relative;
    right: 0px;
  }

	
	#content .mobile-filter.mobile-filter-hidden {
		display: none!important;
	}
	
	body.mobile-filter-show  {
	
		overflow: hidden;
	}
	
	.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}


.mobile-filter-show .filter-overlay {
    opacity: 1;
    visibility: visible;
}
	

	
	
	
	.mobile-phone-fixed {
    position: fixed;
    right: 5%;
    bottom: 3%;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: block;
    background: #9cca17;
    text-align: center;
    padding: 16px 0 0 0;
    z-index: 10000;
    box-shadow: 0 0 0 rgba(123, 163, 12, 0.6);
    animation: pulse 2s infinite;
    transition: all 0.3s ease-in-out 0s;
}
	
	.mobile-phone-fixed i.fa {
    font-size: 30px;
    margin: -3px 0 0 2px !important;
		        color: #fff;

	}
	
	
		.banners-line {
		display: flex;
	}
	
	.banners-line .left { 
	 order: 1;

	}
	
	.banners-line .right { 
	 order: 2;
		   
	}
	
	
	
	
      
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(123,163,12, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(123,163,12, 0.6);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(123,163,12, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 10px rgba(123,163,12, 0.6);
    box-shadow: 0 0 0 10px rgba(123,163,12, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(123,163,12, 0.6);
      box-shadow: 0 0 0 20px rgba(123,163,12, 0.6);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(123,163,12, 0);
      box-shadow: 0 0 0 0 rgba(123,163,12, 0);
  }
}
       

@media (max-width: 658px) {
	
	.home_slider .ms_scene {

		margin-top: 104px; }
	
	    .home_slider .mSCaption.h4 {
        font-size: 23px !important;
    }
	
	.home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
    
        font-size: 18px !important;
    }
	
	
	    .tb_wt_stories_list_page_content_system h2 {
        margin-top: 133px;
    }

	
	
}



@media (max-width: 578px) { 

      .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
      
		  margin-top: 20px;}
	
	    .home_slider .mSCaption.h2 {
      
			text-transform: inherit !important; }
	
		.home_slider,
	     .home_slider .mightySlider {
		
		    min-height: 300px;
		
	}
	
	
	    .tb_wt_stories_list_page_content_system h2 {
        margin-top: 111px;
    }
	
	    .list-1, .list-2, .list-3, .list-4 {
        width: 100%;
    }
	
	    .icon-box ul.tb_icon_list > li {
        padding: 18px 10px 28px;
    }
	
	

}

@media (max-width: 510px) { 
	
.tb_max_w_650 .product-filter .limit,
	.tb_max_w_350 .product-filter .limit {
    
            min-width: 30%;
        max-width: 30%;
		        float: left;
}
	
.tb_max_w_650 .product-filter .sort,
	.tb_max_w_350 .product-filter .sort  {
    
            min-width: 70%;
        max-width: 70%;
		        float: left;
}	
	
	.product-filter .sort select, .product-filter .limit select {
		width: 100%;
		
	}

}



@media (max-width: 458px) {

	.big-item-box .col {
		max-width: calc(100% - 20px);
        width: 100%;
	}
	
	.tbBannerLine2Shadow.big-item  {
		    max-height: 240px;
		
	}
	

	#footer .col {
		width: 100%;
	}
	
	#footer .col:nth-child(2) .mt90,
		#footer .col:nth-child(3) .mt90,
	#footer .col:nth-child(5) .mt90 {
		margin-top: 0px;
		
	}

	    .tbSocialTop {
        position: relative;
        top: 0px;
        left: 0;
        display: block !important;
        margin-top: 25px;
    }
	
	
	    .home_slider .mSCaption.h4 {
        font-size: 19px !important;
    }
	
	    .home_slider .mSCaption.h2 {
        font-size: 21px !important;
    }
	
    .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
        margin-top: 32px;
    }
	
	    .home_slider #FireSlider_OWG1oBRK_slide_1_layer_1, .home_slider #FireSlider_OWG1oBRK_slide_1_layer_2, .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
        right: 15px !important;
    }
	
	    .home_slider #FireSlider_OWG1oBRK_slide_1_layer_3 {
        margin-top: 32px;
        width: auto !important;
        padding: 0 15px;
        line-height: 21px !important;
    }
	

}



@media (max-width: 400px) { 

	
	
    .home_slider .mSCaption.h4 {
        font-size: 17px !important;
    }

}

@media (max-width: 380px) { 

	
#search #search_button {
   
    font-size: 14px;
    padding: 6px 20px;
	width: 92px !important;}
	
.tb_wt_stories_list_page_content_system h2 {
        margin-top: 87px;
    }
	
	    .seed-box {
			width: 47.5%!important;}

}



.modal-header .close::before, .modal-body > .close::before{
	content:none;
	font-family: "Jost", 'Segoe UI', 'Roboto', 'Arial', sans-serif !important;
}

.modal-header{
	padding:10px;
}

.modal-title{
	font-size:20px;
	line-height: normal;
}

.tk-fast-order-price-box{
	margin:10px;
}

#tk-fast-order-options hr{
	margin:10px;
}

#tk-fast-order-modal.custom .modal-md label{
	height:auto;
}

#tk-fast-order-options .radio input{
	position:relative;
	top: 0px;
	left: 0px;
}

#tk-fast-order-options .radio{
	padding:0px !important;
}

#tk-fast-order-options .radio label{
	border:solid 1px rgba(0,0,0,.3);
	padding:10px;
}

#tk-fast-order-options .product_options h3, 
#tk_fast_order_product_inline.custom #tk-fast-order-form .required-field,
.tk-fast-order-text{
	display:none
}

#tk-fast-order-form .panel-body, #tk-fast-order-form .panel-footer{
	width:50%;
	float:left; 
}

#tk-fast-order-form .panel-heading{
	position:relative;
	text-transform: none;
	margin:0 0 20px 0 !important;
}

.quick-order-btn-close{
  position: absolute;
  right: 11px;
  top: 5px;
  color: #000 !important;
  line-height: normal;
  height: auto;
}

#tk-fast-order-form{
	position: absolute !important;
	z-index: 10000;
	bottom: 60px;
	background: rgba(255,255,255,1);
	border: solid 1px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding: 15px;
	border-radius: 20px;
	width: 450px;
	right:-150px;
	display:none;
}

#tk-fast-order-form:before{
	content:"";
	border:none;
	border: 1px solid transparent;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-left: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	background-clip: content-box;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #fff;
	width:10px;
	height:10px;
	display: block;
	bottom: -6px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
}

#tk-fast-order-form .panel-heading{
	margin:0px;
	line-height: normal;
}

#tk_fast_order_product_inline{
	width:auto;
	margin:28px 10px 0 10px !important;
	
}

#tk-fast-order-form .button-cart-tk-fast-order{
	padding:10px 20px;
	line-height: normal;
	height: auto;
}

#content .quick-order-btn{
	color:#fff !important;
	border:solid 1px #1b6b34;
	background-color:#1b6b34 !important;
	border-radius: 200px;
	padding:15px 30px;
	margin: 0px 15px !important;
	line-height:normal;
}


#content .quick-order-btn:hover{
	color:#fff !important;
	background:#038c3c !important;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap, #tk-fast-order-inline-sale{
	float:left;
}

#tk-fast-order-inline-sale.custom.tk_fast_order_size_md .has-feedback input.form-control{
	width: 98%;
  line-height: normal;
  height: auto;
  padding: 11px;
  float: left;
}
#tk-fast-order-inline-sale.custom.tk_fast_order_size_md .tk_fast_order_fields label, 
#tk-fast-order-inline-sale.custom #tk-fast-order-form .required-field{
	display:none !important
}

#tk-fast-order-inline-sale{
	width:auto;
	margin:0px; 
}

.tb_wt_product_info_system .manufacturer-logo{
	position: absolute;
  right: 0px;
  bottom: -30px;
}

@media (max-width:460px){
	
	.tb_wt_product_add_to_cart_system {
		width:100%;
	}
	
	.btn-tooltip{
		padding:0 0 0 15px;
	}
	
	.tb_wt_product_add_to_cart_system .tb_cart_wrap {
	  width: 100%;
	  margin: 0px 0 10px 10px !important;
	  display: block;
	}
 
	#tk-fast-order-inline-sale{
		width:100%;
		margin:0px;
		padding: 0 10px 10px;
	}
	.quick-order-btn{
		width:100%;
		display:block;
		text-align:center;
	}
	#tk-fast-order-form{
		width: 100%;
		right:0px;
	}
}

#tk_fast_order_product_inline.custom.tk_fast_order_size_md .has-feedback input.form-control {
  width: 100%;
	margin:0 0 10px 0;
	height: auto;
  min-height: 10px;
  padding: 8px;
}

.options .tb_style_2 .radio > label{
	background:none;
	color:#7F7F7F;
	border:solid 1px #dedede;
	border-radius:5px;
}

.options .tb_style_2 .radio > label:hover{
	background:#f6f6f6;
}

#content .options .tb_style_2 .radio > label.tb_checked.tb_main_color_bg {
	background:#9cca17  !important;
	color:#323232 !important; 
	border:solid 1px #7B9537 !important;
}


.highlight-specs{
	border-radius: 20px;
	overflow:hidden;
	color:#fff;
	line-height: normal;
	 margin:20px 0 0 0;
}
.highlight-spec{float:left; padding:25px;}
.highlight-spec.cols-1{width:100%;}
.highlight-spec.cols-2{width:50%;}
.highlight-spec.cols-3{width:33.33%;}
.highlight-spec.cols-4{width:25%;}
.highlight-spec.cols-5{width:20%;}

.tb_system_product_attributes .table > thead > tr > th{
	background:none;
	border:none;
	color:#038c3c;
	font-size:22px;
	text-transform: none;
	font-weight: 600;
	padding:10px 15px;
}

.tb_product_description h2{ 
	color:#038c3c;
	font-size:22px;
	text-transform: none;
	font-weight: 600;
	margin:0 0 20px 0 !important;
}

.tb_system_product_attributes .table tr td{
	width:50%;
	padding:10px 15px;
	line-height: normal;
	border:none;
}

.tb_system_product_attributes .table tr:nth-child(2n+1) td{
	background:#f6f6f6;
}

#faq-container h2{
	font-size:22px;
	 color:#78a22f;
	text-align: center;
	text-transform: none;
	font-weight: 600;
	margin:50px 0 20px 0;
}

.faq-question {
	border-left:4px solid #a6cf16;
	background:#f2f9eb;
	padding:14px 12px;
	font-size:18px;
	cursor: pointer;
	position: relative;
	line-height: normal;
	color:#1b6b34;
	border-radius: 5px;
	font-weight: bold;
	    margin-bottom: 5px;
}

.faq-question span{
	position:absolute; 
	right:20px; 
	top:50%; 
	height:10px; 
	margin-top:-15px; 
	font-weight: bold; 
	color:#b20b8f;
	    font-size: 18px;
	    flex-shrink: 0;
	  
    transition: transform 0.3s;
}

.faq-question:hover {background:#e6f4d6;}

.faq-question span.minus{font-size:12px !important; margin-top:-10px; font-weight: 900; }

.faq-answer{
	    padding: 12px 15px;
    margin-bottom: 15px;
    border-left: 4px solid #d4eb9a;
    border-radius: 0 5px 5px 0;
    background-color: #f8fdf2;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.faq-answer p{
	margin:0 0 10px 0;
}

@media (max-width:880px){
	.highlight-spec.cols-2{width:100%;}
	.highlight-spec.cols-3{width:33.33%;}
	.highlight-spec.cols-4{width:50%;}
	.highlight-spec.cols-5{width:20%;}
}

@media (max-width:440px){
	.highlight-spec.cols-2{width:50%;}
	.highlight-spec.cols-3{width:50%;}
	.highlight-spec.cols-4{width:50%;}
}
/* цветове на блоковете */
.highlight-spec:nth-child(1){background:#1b6b34;}
.highlight-spec:nth-child(2){background:#a6cf16;}
.highlight-spec:nth-child(3){background:#0e8a3f;}
.highlight-spec:nth-child(4){background:#1b6b34;}
.highlight-spec:nth-child(5){background:#a6cf16;}

.highlight-spec-title{
    font-weight:600;
    font-size:16px;
}

.highlight-spec-value{
    font-size:15px;
}


@media (max-width:768px){


	.tb_system_products .product-filter .limit select{
		width:90% !important;
	}
	
	.big-item {
	  max-height: 30vh;
	}
}


.options .tb_style_2 .checkbox > label, .options .tb_style_2 .radio > label {
	min-height: 70px;
	height: auto;
} 

.options .tb_style_2 .radio > label .price-new{
	color:#333333 !important;
}

.options .tb_style_2 .radio > label .price-old{
	display:inline-block !important;
}


.tb_wt_product_price_system  .price-new{display:block !important;}
























