body {
  background: #fff;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: 'SPArielBG', sans-serif;
}
body.freezeScroll {
  overflow-y: hidden;
}
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}
/* OWL CAROUSEL TABS FIX :@:@*/
.tab-content > .tab-pane {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  display: block;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
/* OWL CAROUSEL TABS FIX end :@:@*/
@font-face {
  font-family: 'HelveticaNeueCyr Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.otf');
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Roman.otf');
}
@font-face {
  font-family: 'HelveticaNeueCyr Black';
  src: url('../fonts/HelveticaNeueCyr-Black.otf');
}
@font-face {
  font-family: 'HelveticaNeueCyr Thin';
  src: url('../fonts/HelveticaNeueCyr-Thin.otf');
}
@font-face {
  font-family: 'SPArielBG';
  src: url('../fonts/SPArielBG.otf');
}
@font-face {
  font-family: 'SPArielBG Bold';
  src: url('../fonts/SPArielBG-Bold.otf');
}
@font-face {
  font-family: 'SPArielBG Italic';
  src: url('../fonts/SPArielBG-Italic.otf');
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.otf');
}
@font-face {
  font-family: 'BebasNeue Bold';
  src: url('../fonts/BebasNeue-Bold.otf');
}
@font-face {
  font-family: 'BebasNeue Light';
  src: url('../fonts/BebasNeue-Light.otf');
}
pre{
	background: transparent;
	border:0;
}
.animate-rotation {
  transition: transform 200ms,opacity 200ms!important;
}
.animate-rotation:hover {
  transform: rotate(90deg);
}
.round,
.rounded {
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
}

.form-control {
  margin-bottom: 15px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: none;
  border-color: #333;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 25px 0;
  padding: 0;
}
.breadcrumb > li {
  color: #333;
  font-size: 12px;
}
.breadcrumb > li > a {
  font-size: 12px;
  color: inherit;
}
.breadcrumb > li.active {
  color: #4bb033;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  padding: 0 3px ;
  color: #333;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 10px;
}
#mobile-search-toggle {
  margin: 0;
  border: 0;
  outline: 0;
  float: right;
  color: #fff;
  background: transparent;
  font-size: 1.7em;
  padding: 8px 5px;
}
#mobile-search-toggle:hover,
#mobile-search-toggle:focus,
#mobile-search-toggle:active {
  color: #fff;
  background: transparent;
  margin: 0;
  border: 0;
  outline: 0;
}

#side-navigation .changeLang{
   list-style: none;
   list-style-type: none;
   margin:0;
   padding: 0;
   display: flex;
   width: 100%;
  justify-content: center;
  margin-top: -5px;

}
#side-navigation .changeLang>li{
  float:left;
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin:0;
  justify-content: center;
}
#side-navigation .changeLang>li .flag{
   float:left;   margin-top: 3px;
   margin-right: 5px;
}
#side-navigation .changeLang>li.active>a{
  background: #7cad19;
  color:#fff;
}
#side-navigation .changeLang>li>a{
  display: flex;
  margin:0;
  text-align: center;
  width: 100%;
   align-items: center;
  justify-content: center;
}
#side-navigation {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #333;
  color: #666;
  overflow-y: scroll;
  z-index: 202;
  transition: .4s;
  left: -300px;
  padding-top: 0;
  /*multiple level dropdown mobile meny by vtkpw*/
  /*END multiple level dropdown mobile meny by vtkpw*/
  /* basic mobile meny by vtkpw*/
  /* END basic mobile meny by vtkpw*/
}
#side-navigation.active {
  left: 0 !important;
  transition: .4s;
}
#side-navigation #mobile-search {
  padding: 10px 15px;
  color: #ccc;
}
#side-navigation #mobile-search p {
  margin-bottom: 5px;
}
#side-navigation #mobile-search .form-control {
  background: #525252;
  border-color: #525252;
  color: #fff;
  padding: 5px 12px;
}
#side-navigation .body {
  padding: 15px;
  padding-top: 0;
}
#side-navigation .head {
  padding: 15px;
  padding-bottom: 0;
}
#side-navigation .body,
#side-navigation .head {
  position: relative;
}
#side-navigation .body ul.main,
#side-navigation .head ul.main {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 0;
  border: 0;
}
#side-navigation ul.main.langs {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#side-navigation ul.main.langs > li {
  display: inline-block;
  border: 0;
  padding: 5px;
}
#side-navigation ul.main.langs > li:hover a,
#side-navigation ul.main.langs > li.active a {
  color: #fabc15;
}
#side-navigation ul.main.langs > li > a {
  display: inline-block;
  border: 0!important;
  padding: 5px;
}
#side-navigation .body ul.main > li,
#side-navigation .head ul.main > li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
#side-navigation .body ul.main > li > a,
#side-navigation .head ul.main > li > a {
  display: block;
  padding: 10px;
  font-weight: 300;
  border-bottom: 1px solid #666;
}
#side-navigation .body ul.main > li > a .fa {
  color: #fabc15;
}
#side-navigation .body ul.main > li > a.back-btn {
  color: #fabc15;
}
#side-navigation .body ul.main > li.active > a {
  color: #fabc15;
}
#side-navigation .body ul.main > li > a.no-border,
#side-navigation .head ul.main > li > a.no-border {
  border: 0px;
}
#side-navigation .body ul.main > li > a .plus-icon,
#side-navigation .head ul.main > li > a .plus-icon {
  background: transparent;
  padding: 10px;
  float: right;
  margin-top: 2px;
}
#side-navigation .body ul.main > li > .submenu,
#side-navigation .head ul.main > li > .submenu {
  position: absolute;
  width: 100%;
  height: 100%;
  /* left: 350px; */
  left: 0;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transition: all .2s linear;
}
#side-navigation .body ul.main > li > .submenu.active,
#side-navigation .head ul.main > li > .submenu.active {
  left: 0;
  transition: all .2s linear;
  /* height: 100%; */
  min-height: 300px;
  bottom: 0;
  /* overflow-y: auto; */
  display: block;
}
#side-navigation .body ul.main > li > .submenu ul > li,
#side-navigation .head ul.main > li > .submenu ul > li {
  margin-right: 15px;
  font-size: 14px;
}
#side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side-navigation ul > li > a {
  display: block;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666;
}
#side-navigation ul > li > a:hover {
  color: #889D0B;
  text-decoration: none;
}
#side-navigation ul > li > a i.fa {
  color: #889D0B;
}
#black-bg,
#_black-bg {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
#black-bg.active,
#_black-bg.active {
  display: block;
}
#side-navigation-toggle {
  margin: 0;
  border: 0;
  outline: 0;
  float: right;
  color: #fff;
  font-size: 2em;
  padding: 5px;
}
#side-navigation-toggle:hover,
#side-navigation-toggle:focus,
#side-navigation-toggle:active {
  color: #fff;
  background: transparent;
  margin: 0;
  border: 0;
  outline: 0;
}
#mobile-cart {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2em;
  float: right;
  padding: 5px;
}
.btn-success-outline {
  color: #32842f;
  border-color: #32842f;
  background: transparent;
  border-radius: 0;
  transition: .3s ease;
}
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-success-outline:hover {
  background: #32842f;
  color: #fff;
  border-color: #32842f;
  transition: .3s ease;
}
.btn-success-flat {
  background: #6ba53a;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  transition: .3s ease;
}
.btn-success-flat:focus,
.btn-success-flat.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-success-flat:hover {
  background: #569025;
  color: #fff;
  transition: .3s ease;
}
.btn-danger-flat {
  background: #cc3333;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  transition: .3s ease;
}
.btn-danger-flat:focus,
.btn-danger-flat.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-danger-flat:hover {
  background: #B91B1B;
  color: #fff;
  transition: .3s ease;
}
.btn-default-outline {
  background: transparent;
  color: #666;
  border-color: #aeaeae;
  border-radius: 0;
  transition: .3s ease;
}
.btn-default-outline:focus,
.btn-default-outline.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-default-outline:hover {
  background: #6ba53a;
  border-color: #6ba53a;
  color: #fff;
  transition: .3s ease;
}
#topline {
  background: #4bb033;
  color: #fff;
  font-size: 12px;
}
#topline .text {
  font-size: 12px;
  padding: 8px 0;
}
#topline .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topline .links > li {
  float: left;
}
#topline .links > li:hover > a,
#topline .links > li.active > a {
  background: #369021;
  text-decoration: none;
  transition: .2s ease;
}
#topline .links > li > a {
  display: block;
  transition: .2s ease;
  padding: 8px 8px;
  color: #fff;
  font-size: inherit;
  text-decoration: none;
}
#main-header {
  background: #fcfcfc;
  padding: 15px 0;
  padding-bottom: 50px;
  position: relative;
  box-shadow: 0px 20px 37px -5px rgba(0, 0, 0, 0.17);
}
#main-header .header-search-form .btn {
  padding: 12px 22px;
  border-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: transparent;
}
#main-header .header-search-form .btn:hover,
#main-header .header-search-form .btn:active,
#main-header .header-search-form .btn:focus {
  background: #fff;
  border-color: #cccccc;
}
#main-header .header-search-form .form-control {
  height: auto;
  padding: 12px 22px;
  border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#main-header .header-search-form .form-control:hover,
#main-header .header-search-form .form-control:active,
#main-header .header-search-form .form-control:focus {
  background: #fff;
  border-color: #ccc;
}
#main-header .locations-button {
  display: block;
  color: #277015;
  line-height: 1em;
}
#main-header .locations-button:hover {
  text-decoration: none;
}
#main-header .locations-button .icon {
  display: block;
  width: 33px;
  height: 42px;
  float: left;
  margin-right: 10px;
  background: transparent url('../img/icons/header-location.png') left top no-repeat;
}
#main-header .locations-button .text {
  font-size: 13px;
  line-height: 1em;
}
#main-header .phone-button {
  display: block;
  color: #277015;
  line-height: 1em;
  text-decoration: none;
}
#main-header .phone-button:hover {
  text-decoration: none;
}
#main-header .phone-button .icon {
  display: block;
  width: 26px;
  height: 42px;
  float: left;
  margin-right: 10px;
  background: transparent url('../img/icons/header-phone.png') left top no-repeat;
}
#main-header .phone-button .text {
  display: block;
}
#main-header .phone-button .text .number {
  font-family: 'BebasNeue', sans-serif;
  display: block;
  font-size: 2.2em;
  line-height: 1em;
}
#main-header .phone-button .text .small {
  font-size: 13px;
  display: block;
}
#main-navigation {
  position: absolute;
  margin-top: -30px;
  width: 100%;
  z-index: 50;
}
#main-navigation .navbar-header .vertical-align {
  display: flex;
  align-items: center;
}
#main-navigation .navbar {
  background: #333333;
  color: #fff;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  padding: 0 20px;
  border: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.38);
  -ms-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.38);
  -o-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.38);
  /*  
			 .navbar-nav > li:last-child > a{
					  border-radius:0;
					  -webkit-border-top-right-radius: 27px;
					-webkit-border-bottom-right-radius: 27px;
					-moz-border-radius-topright: 27px;
					-moz-border-radius-bottomright: 27px;
					border-top-right-radius: 27px;
					border-bottom-right-radius: 27px;
				}
				.navbar-nav > li:first-child > a{
					  border-radius:0; 
					  -webkit-border-top-left-radius: 27px;
					  -webkit-border-bottom-left-radius: 27px;
					  -moz-border-radius-topleft: 27px;
					  -moz-border-radius-bottomleft: 27px;
					  border-top-left-radius: 27px;
					  border-bottom-left-radius: 27px;
				}  
				*/
}
#main-navigation .navbar .navbar-nav {
  width: 100%;
  display: flex;
}
#main-navigation .navbar .navbar-nav > li {
  flex-grow: 1;
  position: static;
}
#main-navigation .navbar .navbar-nav .dropdown-menu.fullwidth{
    left:0;
    right: 0;
    width: 100%;
    padding:30px;
}

#main-navigation .navbar .navbar-nav .dropdown-menu.fullwidth .links
{
    list-style: none;
    margin:0;
    padding: 0;
}
#main-navigation .navbar .navbar-nav .dropdown-menu.fullwidth .links >li
{ 
  display: block;
}
#main-navigation .navbar .navbar-nav .dropdown-menu.fullwidth .parent-category a{
    color:#4bb033;
    font-weight: bold;
    display: block;
    padding:7px 10px;
    border-bottom: 1px solid #4bb033;
}
#main-navigation .navbar .navbar-nav .dropdown-menu.fullwidth .links >li >a
{ 
  display: block;
  padding:5px 10px;
  color:#666;
  font-size: 14px;
}
#main-navigation .navbar .navbar-nav > li:hover > a,
#main-navigation .navbar .navbar-nav > li.active > a {
  background: #454545;
  transition: .2s ease;
  box-shadow: inset 0 -3px 0px #4bb033;
  -moz-box-shadow: inset 0 -3px 0px #4bb033;
  -ms-box-shadow: inset 0 -3px 0px #4bb033;
  -webkit-box-shadow: inset 0 -3px 0px #4bb033;
  -o-box-shadow: inset 0 -3px 0px #4bb033;
}
#main-navigation .navbar .navbar-nav > li > a {
  /*padding: 20px 30px;*/
  padding: 20px 18px;
  color: #fff;
  transition: .2s ease;
  text-align: center;
  box-shadow: none;
}
#product-fixed-bar {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  background: #333;
  padding: 15px 0;
  color: #fff;
  transition: .2s ease;
}
#product-fixed-bar.active.slide-down{
   bottom:-59px; 
  transition: .2s ease;
}
#product-fixed-bar .toggle-featured-product-title-btn
{
   background:#6ba53a;
   padding: 5px 12px;
   color:#fff;
   text-decoration: none;
   position: absolute;
   left:20px;
   top:0; 
   margin-top: -15px !important;
}
#product-fixed-bar.active {
  transition: .2s ease;
  opacity: 1;
  bottom: 0;
}
#product-fixed-bar .code {
  font-size: 12px;
  margin-top: 5px;
}
#product-fixed-bar .title {
  font-size: 2em;
  line-height: 1em;
}
#product-fixed-bar .price {
  font-size: 20px;
  font-weight: 800;
  font-family: 'HelveticaNeueCyr Black', sans-serif;
}
#product-fixed-bar .price .old {
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
  font-family: 'HelveticaNeueCyr', sans-serif;
}
#product-fixed-bar .tel-widget-col {
  padding-right: 0;
}
#product-fixed-bar .tel-widget {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 5px;
}
#product-fixed-bar .tel-widget .icon {
  display: block;
  width: 22px;
  height: 35px;
  margin-top: 0;
  float: left;
  margin-right: 7px;
  background: transparent url(../img/icons/product-fixed-bar-phone.png) top left no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
#product-fixed-bar .tel-widget .phone {
  font-family: 'BebasNeue', sans-serif;
  font-size: 2em;
  line-height: .8em;
  display: block;
}
#product-fixed-bar .tel-widget .small {
  font-size: 10px;
  color: #fff;
  display: block;
}
#product-fixed-bar .btn {
  border-radius: 20px !important;
  margin-top: 3px;
}
#body #main-index-slider {
  position: relative;
}
#body #main-index-slider .carousel-caption {
  left: 0;
  text-align: left;
  text-shadow: none;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#body #main-index-slider .overlay {
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 1%, 68% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 1%, 68% 0, 100% 100%, 0% 100%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1e53+0,4bb033+100 */
  background: rgba(27, 30, 83, 0.5);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(27, 30, 83, 0.5) 0%, rgba(75, 176, 51, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(27, 30, 83, 0.5)), color-stop(100%, rgba(75, 176, 51, 0.5)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(-45deg, rgba(27, 30, 83, 0.5) 0%, rgba(75, 176, 51, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(-45deg, rgba(27, 30, 83, 0.5) 0%, rgba(75, 176, 51, 0.5) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(-45deg, rgba(27, 30, 83, 0.5) 0%, rgba(75, 176, 51, 0.5) 100%);
  /* IE10 preview */
  background: linear-gradient(135deg, rgba(27, 30, 83, 0.5) 0%, rgba(75, 176, 51, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1e53', endColorstr='#4bb033', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#body #main-index-slider .overlay .text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#body #main-index-slider .overlay .text-container .title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'BebasNeue Bold', sans-serif;
  font-size: 3em;
  line-height: 1em;
}
#body #main-index-slider .overlay .text-container .title:after {
  content: '';
  width: 70px;
  display: block;
  border-bottom: 2px solid #fff;
  margin: 10px 0;
}
#body #main-index-slider .overlay .text-container .description {
  /*font-size: 16px;*/
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}
#body #main-index-slider .overlay .text-container .action-btn {
  background: transparent url(../img/icons/slider-btn-arrow-right-white.png) 90% 50% no-repeat;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'BebasNeue', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 40px;
  padding-right: 60px;
  border-radius: 25px;
  margin-top: 10px;
  transition: .2s ease;
}
#body #main-index-slider .overlay .text-container .action-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: .2s ease;
}
#body .section .section-title.secondary {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#body .section .section-title  .title a{
   font-size: inherit;
   color:inherit;
   text-decoration: none;
}
#body .section .section-title.secondary .title{
   color:#666;
   font-size: 2.5em;
   text-transform: none;
}
#body .section .section-title {
  text-align: center;
  font-family: 'BebasNeue', sans-serif;
}
#body .section .section-title .subtitle {
  font-size: 20px;
  color: #333;
  font-family: 'SPArielBG', sans-serif;
}
#body .section .section-title .title {
  font-size: 3em ;
  line-height: 1em;
  color: #4bb033;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#body.index-layout .search-section {
  padding: 30px 0;
}
#body.index-layout .search-section .search-panel {
  border-radius: 45px;
  margin: 25px auto;
  border: 0;
  box-shadow: 0px 0px 43px 0px rgba(153, 153, 153, 0.2);
}
#body.index-layout .search-section .search-panel .panel-body {
  padding: 28px;
  border: 0;
}
#body.index-layout .search-section .search-panel .checkboxes {
  margin-top: 10px;
}
#body.index-layout .search-section .search-panel .form-control {
  transform: 5px;
  border-radius: 20px;
  height: auto;
  padding: 12px 15px;
}
#body.index-layout .search-section .search-panel .form-control,
#body.index-layout .search-section .search-panel .form-group {
  margin-bottom: 0;
}
#body.index-layout .search-section .search-panel .btn {
  border-radius: 20px;
  padding: 12px 30px;
}
#body.index-layout .featured-products-section {
  background: transparent url(../img/featured-products-slider-bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
#body.index-layout .featured-products-section .section-title .title {
  color: #fff;
  font-size: 2.5em;
}
#body.index-layout .featured-products-section .description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
}
#body.index-layout .featured-products-section .description .green {
  color: #57df37;
}
#body.index-layout .featured-products-section .description .logo {
  margin-bottom: 15px;
}
#body.index-layout .featured-products-section .owl-nav .owl-prev {
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 5;
  background: transparent url(../img/icons/featured-products-slider-control-left.png) center center no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  margin-left: -65px;
  transform: translateY(-50%);
}
#body.index-layout .featured-products-section .owl-nav .owl-next {
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 5;
  background: transparent url(../img/icons/featured-products-slider-control-right.png) center center no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  margin-right: -65px;
  transform: translateY(-50%);
}
#body.index-layout .featured-products-section .slider {
  margin-top: 25px;
}
#body.index-layout .featured-products-section .slider .category-item {
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 30px 20px;
  transition: .2s ease;
  text-align: center;
}
#body.index-layout .featured-products-section .slider .category-item .image {
  margin: 0 auto;
  margin-bottom: 25px;
}
#body.index-layout .featured-products-section .slider .category-item .image a {
  display: block;
}
#body.index-layout .featured-products-section .slider .category-item .image img {
  margin: 0 auto;
}
#body.index-layout .featured-products-section .slider .category-item .category {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  font-family: 'SPArielBG Bold', sans-serif;
  margin-bottom: 5px;
}
#body.index-layout .featured-products-section .slider .category-item .category a {
  color: inherit;
  display: block;
  text-decoration: none;
  font-size: inherit;
}
#body.index-layout .featured-products-section .slider .category-item .title {
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1em;
  color: #fff;
}
#body.index-layout .featured-products-section .slider .category-item .title a {
  color: inherit;
  display: block;
  text-decoration: none;
  font-size: inherit;
}
#body.index-layout .featured-products-section .slider .category-item .action {
  opacity: 0;
  margin-top: 23px;
  transition: .2s ease;
}
#body.index-layout .featured-products-section .slider .category-item .action .btn {
  border-radius: 20px;
}
#body.index-layout .featured-products-section .slider .category-item:hover {
  border: 1px solid #888787;
  transition: .2s ease;
}
#body.index-layout .featured-products-section .slider .category-item:hover .action {
  opacity: 1;
  transition: .2s ease;
}
#body.index-layout .news-section {
  padding: 30px 0;
  color: #333;
}
#body.index-layout .news-section .news-row {
  margin-top: 30px;
}
 .news-section .news-item {
  border: 1px solid #ccc;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}
.news-section .news-item .image {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  width: 264px;
  min-width: 264px;
  height: 218px;
}
.news-section .news-item .info {
  padding: 15px 20px;
}
.news-section .news-item .info .title {
  color: #333;
  font-family: 'SPArielBG Bold', sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.news-section .news-item .info .title a {
  color: inherit;
  display: block;
  font-size: inherit;
  text-decoration: none;
}
.news-section .news-item .info .date {
  font-size: 12px;
  margin-bottom: 7px;
  color: #333;
}
.news-section .news-item .info .date a {
  color: inherit;
  display: block;
  font-size: inherit;
  text-decoration: none;
}
.news-section .news-item .info .description {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-section .news-item .info .btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #666666;
  font-size: 14px  ;
  padding: 9px 30px;
  transition: .3s ease;
  border-radius: 15px;
}
.news-section .news-item .info .btn:hover {
  transition: .3s ease;
  background: #4bb033;
  border-color: #4bb033;
  color: #fff;
}
#body.index-layout .news-section .see-all-news-btn {
  padding: 13px 40px;
  font-size: 13px;
  border-radius: 25px;
  margin: 15px auto;
  background: #4bb033;
  border-color: #4bb033;
  transition: .3s ease;
}
#body.index-layout .news-section .see-all-news-btn:hover {
  background: #39A220;
  border-color: #39A220;
  transition: .3s ease;
}
#body.index-layout .videos-section {
  padding: 30px 0;
  background: #f5f5f5;
}
#body.index-layout .videos-section .slider {
  margin-top: 30px;
}
#body.index-layout .videos-section .slider .owl-nav .owl-prev {
  position: absolute;
  padding: 40px;
  background: #333333 url(../img/icons/featured-products-slider-control-left.png) center center no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 36px;
  height: 36px;
  z-index: 50;
  display: block;
}
#body.index-layout .videos-section .slider .owl-nav .owl-next {
  position: absolute;
  padding: 40px;
  background: #333;
  right: 0;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 36px;
  height: 36px;
  background: #333333 url(../img/icons/featured-products-slider-control-right.png) center center no-repeat;
}
#body.index-layout .videos-section .slider .video-item .fancy-video{
  position: relative;
  display: block;
}
#body.index-layout .videos-section .slider .video-item .icon-overlay {
  background: transparent url(../img/icons/youtube-icon.png) center center no-repeat;
  width: 59px;
  height: 41px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
#body.index-layout .videos-section .slider .video-item .title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin-top: 26px ;
  text-align: center;
  margin-bottom: 15px;
}
 
#body.product-layout .product-main-section .left-col {
  transform: translateX(-300px);
  transition: .8s ease;
  opacity: 0;
}
#body.product-layout .product-main-section .left-col.active {
  transform: translateX(0);
  transition: .8s ease;
  opacity: 1;
  transition-delay: .3s;
}
#body.product-layout #main-product-slider {
  transform: translateX(300px);
  transform-origin: 50% 0%;
  transition: 1s ease;
  opacity: 0;
}
#body.product-layout #main-product-slider.active {
  transition: 1s ease;
  opacity: 1;
  transform: translateX(0);
}
#body.product-standart-layout .product-call ,
#body.product-layout .product-call {
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-size: 12px;
  color:#333;
  text-decoration: none;
}
#body.product-standart-layout .product-call .phone:hover ,
#body.product-layout .product-call .phone:hover {
  color:#333;
  text-decoration: none;
}

#body.product-standart-layout .product-call .phone,
#body.product-layout .product-call .phone{
  font-size: 2.5em;
  line-height: 1em;
  color:#333; 
}

#body.product-standart-layout .product-call .phone:before,
#body.product-layout .product-call .phone:before{
  content:'';
  width: 12px;
  height: 19px;
  margin-right: 7px;
  margin-top: 5px;
  float:left;
  background: transparent url(../img/icons/product-call-phone-icon.png) top left no-repeat;
}

#body.product-standart-layout .product-share ,
#body.product-layout .product-share {
   position: relative;
   margin-top:15px;
   margin-bottom: 10px;
}
#body.product-standart-layout .product-share:after ,
#body.product-layout .product-share:after {
   content:'';
   margin:10px 0;
   width: 60px;
   height: 0;
   display: block;
   border-bottom: 1px solid #666;

}
#body.product-standart-layout .product-share .link ,
#body.product-layout .product-share .link {
  float:left;
  display: block;
  margin-right: 25px;
  color:#333;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .2s ease;
}

#body.product-standart-layout .product-share .link:hover,
#body.product-layout .product-share .link:hover{
  text-decoration: none;
  color:#669933;
  transition: .2s ease;
}

#body.product-standart-layout  .slider-thumbs {
  list-style: none;
  margin:15px auto;
  padding: 0;
  display: block;
}
#body.product-standart-layout .description-section, #body.product-standart-layout  .characteristics-section{
  padding: 50px 0;
}
#body.product-standart-layout #main-product-slider { position: relative; }
#body.product-standart-layout #main-product-slider .carousel-control { background-image: none; }
#body.product-standart-layout  .slider-thumbs .owl-control .owl-prev{

}
#body.product-standart-layout  .slider-thumbs > li{
    float:left;
    display: block;
    margin-bottom: 25px;
}
#body.product-standart-layout  .slider-thumbs > li > a{
    display: block;
}
#body.product-standart-layout  .slider-thumbs > li > a > img{
    display: block;
    margin:0 auto;
}
#body.product-standart-layout .product-main-section {
  padding: 50px 0;
  min-height: 400px;
 padding-top: 20px;  min-height: auto ;
  color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#body.product-standart-layout .product-main-section .buy-btn {
  padding: 15px 40px;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  border-radius: 27px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr Black', sans-serif;
}

#body.product-layout .product-main-section
{
  padding: 70px 0;
  padding-top: 25px;
  min-height: 600px;
  color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#body.product-layout .product-main-section .vertical-align {
  display: flex;
  align-items: center;
}
#body.product-layout .product-main-section .product-title,
#body.product-standart-layout .product-main-section .product-title
 {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1em;
  color: #333;
  margin-top: 0;
}
#body.product-layout .product-main-section .product-title .green,
#body.product-standart-layout  .product-main-section .product-title .green {
  color: #339933;
  font-family: 'SPArielBG', sans-serif;
  font-weight: normal !important;
}
#body.product-layout .product-main-section .product-color ,
#body.product-standart-layout  .product-main-section .product-color {
  font-size: 14px;
}
#body.product-layout .product-main-section .product-short-description,
#body.product-standart-layout .product-main-section .product-short-description {
  margin-top: 17px;
}
#body.product-layout .product-main-section .promotion-line {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 60px;
  font-family: 'HelveticaNeueCyr Light', sans-serif;
}
#body.product-layout .product-main-section .promotion-line .big ,
#body.product-standart-layout .product-main-section .promotion-line .big {
  font-size: 21px;
  line-height: 1.1em;
}
#body.product-layout .product-main-section .price ,
#body.product-standart-layout .product-main-section .price {
  margin-top: 25px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
}
#body.product-layout .product-main-section .price .old ,
#body.product-standart-layout .product-main-section .price .old {
  font-size: 21px;
  color: #333;
}
#body.product-layout .product-main-section .price .old span ,
#body.product-standart-layout .product-main-section .price .old span {
  text-decoration: line-through;
}
#body.product-layout .product-main-section .price .new ,
#body.product-standart-layout .product-main-section .price .new {
  font-size: 19px;
}
#body.product-layout .product-main-section .price .new span ,
#body.product-standart-layout .product-main-section .price .new span {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  font-size: 1.8em;
  color: #ff3333;
}
#body.product-layout .product-main-section .buy-btn {
  padding: 18px 40px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  border-radius: 27px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr Black', sans-serif;
}
#body.product-layout .sections-navigation {
  background: #333333;
  color: #fff;
}
#body.product-layout .sections-navigation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#body.product-layout .sections-navigation.fixed .links > li > a {
  padding: 15px 30px;
}
#body.product-layout .sections-navigation .links {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
}
#body.product-layout .sections-navigation .links > li {
  flex-grow: 1;
}
#body.product-layout .sections-navigation .links > li:last-child > a:after {
  content: none;
}
#body.product-layout .sections-navigation .links > li.active > a,
#body.product-layout .sections-navigation .links > li:hover > a {
  color: #006600;
  background: #99cc33;
  transition: .2s ease;
  text-decoration: none;
}
#body.product-layout .sections-navigation .links > li.active > a:after,
#body.product-layout .sections-navigation .links > li:hover > a:after {
  opacity: 0;
}
#body.product-layout .sections-navigation .links > li > a {
  color: #fff;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-size: 14px;
  padding: 25px 30px;
  display: block;
  text-align: center;
  position: relative;
  transition: .2s ease;
}
#body.product-layout .sections-navigation .links > li > a:after {
  content: '';
  width: 0px;
  height: 14px;
  border-right: 1px solid #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#body.product-layout #predstaqne {
  padding: 60px 0;
  background: #000;
  color: #fff;
}
#body.product-layout #predstaqne .text {
  font-family: 'HelveticaNeueCyr Thin', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}
#body.product-layout #predstaqne h3.title {
  font-family: 'HelveticaNeueCyr Thin', sans-serif;
  font-size: 3em;
  line-height: 1.1em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
#body.product-layout #predstaqne h3.title:before {
  content: '';
  width: 40px;
  height: 0;
  border-bottom: 2px solid #669900;
  display: block;
  float: left;
  margin-top: 25px;
  margin-right: 15px;
}
#body.product-layout #characteristics {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 50px 0;
  padding-bottom: 250px;
}
#body.product-layout #characteristics .section-title {
  margin-bottom: 100px;
}
#body.product-layout #characteristics .section-title .title {
  color: #000;
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-weight: bold;
  text-transform: none;
}
#body.product-layout #characteristics .section-title .subtitle {
  font-family: 'HelveticaNeueCyr Thin', sans-serif;
  font-size: 2em;
}
#body.product-layout #characteristics .section-title .subtitle:after {
  content: '';
  width: 40px;
  height: 0;
  display: block;
  margin: 15px auto;
  border-bottom: 2px solid #99cc33;
}
#body.product-layout #characteristics .feature {
  font-size: 14px;
  padding-right: 15px;
  margin-top: 15px;
  opacity: 0;
  transition: .5s ease;
}
#body.product-layout #characteristics .feature.active {
  opacity: 1;
  transition: .5s ease;
}
#body.product-layout #characteristics .feature.right {
  padding-left: 15px;
  text-align: right;
}
#body.product-layout #characteristics .feature.right .title {
  float: right;
}
#body.product-layout #characteristics .feature .title {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #339900;
  float: left;
  text-transform: uppercase;
  display: block;
}
#body.product-layout #characteristics .feature .text {
  margin-top: 15px;
}
#body.product-layout .characteristics-container .nav-tabs { text-align: center; }
#body.product-layout .characteristics-container .nav-tabs>li{ display: inline-block; float:none; }
#body.product-layout .characteristics-container {
  margin-bottom: 40px;
  padding: 20px 30px;
  box-shadow: 0px 1px 84px 0px rgba(35, 31, 32, 0.2);
}
#body.product-layout .characteristics-container .table {
  margin: 0;
}
#body.product-layout .characteristics-container .table tbody > tr:first-child > td {
  border-top: 0;
}
#body.product-layout .characteristics-container .table tbody > tr > td:last-child {
  text-align: right;
}
#body.product-layout .tabs-section #product-tabs-carousel {
  margin: 40px auto;
}
#body.product-layout .tabs-section #product-tabs-carousel .item .subtitle {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  color: #666;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
#body.product-layout .tabs-section #product-tabs-carousel .item .title {
  font-family: 'BebasNeue Bold', sans-serif;
  font-weight: bold;
  color: #cc3333;
  font-size: 8em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#body.product-layout .tabs-section #product-tabs-carousel .item .text {
  font-size: 14px;
  color: #333;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  margin-bottom: 20px;
}
#body.product-layout .tabs-section .carousel-navigation {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: 'HelveticaNeueCyr', sans-serif;
  margin-bottom: 20px;
}
#body.product-layout .tabs-section .carousel-navigation > li {
  float: left;
  flex-grow: 1;
  display: block;
  text-align: center;
  position: relative;
}
#body.product-layout .tabs-section .carousel-navigation > li.active > a:after {
  opacity: 1;
  transition: .2s ease;
}
#body.product-layout .tabs-section .carousel-navigation > li > a {
  padding: 15px;
  display: block;
  color: #333;
}
#body.product-layout .tabs-section .carousel-navigation > li > a:after {
  content: '';
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background: #99cc33;
  border-radius: 50%;
  margin-bottom: -6px;
}
#body.product-layout .gallery-section {
  padding: 70px 0;
  min-height: 600px;
  color: #333;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#body.product-layout .gallery-section .mansonary-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  display: block;
}
#body.product-layout .gallery-section .mansonary-gallery > li {
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  max-width: 100%;
}
#body.product-layout .gallery-section .mansonary-gallery > li:hover .overlay {
  opacity: 1;
  transition: .3s ease;
}
#body.product-layout .gallery-section .mansonary-gallery > li .overlay {
  position: absolute;
  padding: 30px;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: .3s ease;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009900+0,00cccc+100 */
  background: #009900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0, 153, 0, 0.7) 0%, rgba(0, 204, 204, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 153, 0, 0.7)), color-stop(100%, rgba(0, 204, 204, 0.7)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 153, 0, 0.7) 0%, rgba(0, 204, 204, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(-45deg, rgba(0, 153, 0, 0.7) 0%, rgba(0, 204, 204, 0.7) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(-45deg, rgba(0, 153, 0, 0.7) 0%, rgba(0, 204, 204, 0.7) 100%);
  /* IE10 preview */
  background: linear-gradient(135deg, rgba(0, 153, 0, 0.7) 0%, rgba(0, 204, 204, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#00cccc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#body.product-layout .gallery-section .mansonary-gallery > li .overlay .title {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}
#body.product-layout .gallery-section .mansonary-gallery > li .overlay .subtitle {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
}
#body.product-layout .gallery-section .mansonary-gallery > li .overlay .text {
  margin-top: 15px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-size: 16px;
}
#body.product-layout .gallery-section .section-title {
  font-family: 'HelveticaNeueCyr', sans-serif;
}
#body.product-layout .gallery-section .section-title .title {
  font-size: 3em;
  color: #333;
  font-weight: bold;
  line-height: 1em;
}
#body.product-layout .gallery-section .section-title .subtitle {
  font-size: 1.7em;
  line-height: 1em;
  font-weight: normal;
  font-family: 'HelveticaNeueCyr Thin', sans-serif;
  margin-bottom: 25px;
}
#body.product-layout .gallery-section .section-title .subtitle:after {
  content: '';
  display: block;
  width: 40px;
  height: 0;
  border-bottom: 2px solid #99cc33;
  margin: 15px auto;
}
#body.contacts-layout #contacts-map {
  height: 420px;
  margin-bottom: 35px;
}
#body.contacts-layout .contacts-form .btn{ border-radius: 25px; }
#body.contacts-layout .form-title {
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#body.page-layout, #body.contacts-layout {
  padding-top: 20px;
  padding-bottom: 20px;
}
#body .products-row .product {
  position: relative;
  margin-bottom: 25px;
}
#body .products-row .product .image {
  display: block;
  position: relative;
}
#body .products-row .product .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family: 'HelveticaNeueCyr', sans-serif;
}
#body .products-row .product .title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
#body .products-row .product .title:after {
  content: '';
  width: 40px;
  height: 0;
  display: block;
  border-bottom: 2px solid #4bb033;
  margin: 15px 0;
}
#body .products-row .product .btn {
  border-radius: 15px;
  margin-top: 15px;
  padding: 8px 35px;
}
#body.category-layout {
  padding-top: 20px;
  padding-bottom: 40px;
}
#body.category-layout .filters-panel {
  border-radius: 0;
}
#body.category-layout .filters-panel .custom-filter-slider {
  margin-bottom: 10px;
}
#body.category-layout .filters-panel .checkboxes-filters {
  max-height: 160px;
  overflow-y: auto;
}
#body.category-layout .filters-panel .priceRange-display {
  margin-top: 15px;
  margin-bottom: 20px;
}
#body.category-layout .filters-panel .filter-title {
  margin-bottom: 15px !important;
  margin-top: 10px;
}
#body.category-layout .filters-panel .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
  width: 100%;
}
#body.category-layout .filters-panel .form-group label input[type=checkbox] {
  margin-top: 2px;
  float: left;
  margin-right: 5px;
}
#body.category-layout .filters-panel .form-group p {
  margin-bottom: 5px;
}
#body.category-layout .filters-panel .ui-widget.ui-widget-content {
  background: #cccccc;
  border: 0;
  height: 4px;
}
#body.category-layout .filters-panel .ui-slider-horizontal .ui-slider-range {
  background: #006699;
  border: 0;
}
#body.category-layout .filters-panel .ui-slider-horizontal .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #006699;
  border: 0;
  top: -0.35em;
  border-radius: 50%;
}
#body.category-layout .filters-panel .ui-slider-horizontal .ui-slider-handle:focus,
#body.category-layout .filters-panel .ui-slider-horizontal .ui-slider-handle:active {
  box-shadow: none;
  border: 0;
  outline: 0;
}
#body.category-layout .filters-panel .panel-heading {
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-size: 18px;
  color: #666;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  font-weight: bold;
}
#body.category-layout .filters-panel .panel-body {
  padding: 15px;
}
#body.category-layout .categories-panel .panel-heading {
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-size: 18px;
  color: #666;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  font-weight: bold;
}
#body.category-layout .categories-panel .panel-body {
  padding: 15px;
}
#body.category-layout .categories-panel .ul-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
#body.category-layout .categories-panel .ul-categories > li > a {
  display: block;
  font-size: 14px;
  padding: 5px 5px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
#body.category-layout .categories-panel .ul-categories > li:last-child > a {
  border-bottom: 0;
}
#main-footer .socials{
   list-style: none;
   margin: 0;
   padding: 5px 0;
   float:right;
  
}
#main-footer .socials>li{
    float:left;
    font-size: 12px;
    color:#333;
    line-height: 27px;
    margin-right:  5px;
}
#main-footer .socials>li>a{
     display: block;
     text-decoration: none;
}
#main-footer {
  position: relative;
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#main-footer .copyrights {
  background: #333333;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  margin-top: 12px;
  line-height: 38px;
}
#main-footer .copyrights a{
   font-size: 12px;
   color:#fff;
}
#main-footer .copyrights .socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-footer .copyrights .socials > li {
  float: left;
  margin-right: 12px;
}
#main-footer .copyrights .socials > li > a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}
#main-footer .copyrights .socials > li > a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
#main-footer .copyrights .webstar-logo {
  float: right;
  display: block;
}
/*#main-footer .border-left { border-left: 1px solid #ccc }*/
#main-footer .border-left:before {
  border-left: 1px solid #ccc;
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#main-footer .vertical-stretch {
  display: flex;
  align-items: stretch;
}
#main-footer .center-col {
  padding: 0px 50px;
} 
#main-footer .center-col .links > li > a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 10px;
  color: inherit;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
#main-footer a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}
#main-footer a:hover {
  color: #4bb033;
  text-decoration: none;
  transition: 0.3s ease;
}
#main-footer .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-footer .links > li {
  display: block;
}
#main-footer .links > li > a {
  padding: 5px 0;
  display: block;
}
#main-footer .contacts-col {
  padding-left: 40px;
}
#main-footer .contacts-col .links > li {
  margin-bottom: 15px;
  color: #a0a0a0;
  display: flex;
  align-items: stretch;
}
#main-footer .contacts-col .links > li .icon {
  float: left;
  height: 30px;
  margin-right: 10px;
  color: #4bb033;
  font-size: 16px;
}

#main-footer .subscribe-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#main-footer .subscribe-row .title{
  font-weight: 800;
  font-family: 'Open Sans',sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: right;
  color:#669900;
  line-height: 1em;
}
#main-footer .subscribe-row .subtitle{
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  text-align: right;
  display: block;
  line-height: 1em;
  color:#333;
}
#main-footer .subscribe-row .form-control {
  padding: 12px 25px;
  color:#333;
  box-shadow: none;
  height: auto;
  font-family: 'Open Sans',sans-serif;
  border:1px solid #ccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#main-footer .subscribe-row .btn{
   background: #99cc33;
   border-color: #99cc33;
   border-radius: 0;
   display: block;
   font-size: 13px;
   font-weight: bold;
   color:#fff;
  font-family: 'Open Sans',sans-serif;
     padding: 13px 25px;
   transition: .2s ease;
}
#main-footer .subscribe-row .btn:hover{
   background: #92C728;
   border-color: #92C728;
   color:#fff;
   transition: .2s ease;
}
#main-footer .footer-menu-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#main-footer .footer-menu-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#main-footer .footer-menu-links ul>li{
     flex-grow: 1;
     display: block;
     float:left;
}

#main-footer .footer-menu-links ul>li>a:hover{
  color:#333;
  text-decoration: none;
  transition: .3s ease;
 }
#main-footer .footer-menu-links ul>li>a{
    padding: 18px 25px;
    font-size: 12px;
    color:#427B09;
    text-align: center;
    text-decoration: none;
  transition: .3s ease;
    display: block; 
}
#main-footer .logo-text{
     display: flex;
     margin-top: 10px;
}
#main-footer .logo-text .logo{
    float:left;
    padding-right: 25px;
    border-right:1px solid #ccc;
}
#main-footer .logo-text .text{
   
    padding-left: 25px; 
     max-width: 250px;
     text-transform: uppercase;
     font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    color:#bfbfbf;
}
#main-footer .logo-fbpage-holder{ 
    padding-top:0;
    padding-bottom:35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
 }
#main-footer .contacts-links{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    padding:10px 0;
}
#main-footer .contacts-links>li{
    flex-grow: 1;
}
#main-footer .contacts-links>li a{
  color:#333;
}
#main-footer .contacts-links .icon {
  float:left;
  margin-right: 10px;
}
#main-footer .contacts-links>li .text{
  font-size: 12px;
  color:#333;
}
#main-footer .contacts-links>li .fa{
    color:#579732;
}

/*  VIEW TEMPLATES  */
.view-teplate-section .btn.btn-lg.btn-module-dark {
  margin-top: 0 auto;
  text-align: center;
  border-color: #333;
  padding: 15px 60px;
  color: #333;
  background: transparent;
}
.view-teplate-section .btn.btn-lg.btn-module-dark:hover {
  border-color: #333;
  color: #fff ;
  background: #333 !important;
  text-decoration: none;
  transition: .3s ease;
}
.view-teplate-section.vertical-align .row {
  display: flex;
  align-items: center;
}
.view-teplate-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  /* padding: 30px; */
}
.view-teplate-section .text-element .title {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 3em;
  margin-top: 15px;
}
.view-teplate-section .text-element .subtitle {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 10px;
}
.view-teplate-section .text-element .description {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}
.view-teplate-section .slide-left-to-right {
  opacity: 0;
  transform: translateX(-200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-right-to-left {
  opacity: 0;
  transform: translate(200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-diagonal-right-to-left {
  opacity: 0;
  transform: translate(-200%, 200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-diagonal-left-to-right {
  opacity: 0;
  transform: translate(-200%, -200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-top-to-bottom {
  opacity: 0;
  transform: translateY(-200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-bottom-to-top {
  opacity: 0;
  transform: translateY(-200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .fade-in {
  opacity: 0;
  transition: 1s ease-in-out;
}
.view-teplate-section .fade-in.active {
  opacity: 1;
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-left-to-right.active,
.view-teplate-section .slide-right-to-left.active,
.view-teplate-section .slide-diagonal-right-to-left.active,
.view-teplate-section .slide-diagonal-left-to-right.active,
.view-teplate-section .slide-diagonal-bottom-to-top.active,
.view-teplate-section .slide-top-to-bottom.active,
.view-teplate-section .slide-bottom-to-top.active {
  /* transform: translate(0%, 0%, 0%) !important; */
  transform: translate(0%, 0%) !important;
  opacity: 1;
  transition: 1s ease-in-out;
}
.ng-hide {
  display: none;
  position: absolute;
  z-index: -10;
  width: 0;
  height: 0;
}
 

#body.product-layout .linked_products_section .title-holder
{
     display: inline-block;position: relative;
     margin:0 auto;
}

#body.product-layout .linked_products_section .linked_products_btns .left
{
      position: absolute;
      right:100%;
      margin-right: 15px;
      top:50%;
      transform: translateY(-50%);
      padding: 2px;

}
#body.product-layout .linked_products_section .linked_products_btns .right
{
      position: absolute;
      left:100%;
      margin-left: 15px;
      top:50%;
      transform: translateY(-50%);
      padding: 2px;
}
/*  new modal leaseing */
#leasing-modal .modal-dialog .modal-header {
  border-bottom: 3px solid #f18800;
  color: #333;
  text-align: left;
}
#leasing-modal .modal-dialog .modal-header .modal-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#leasing-modal .modal-dialog .modal-header .modal-subtitle {
  font-size: 13px;
  margin: 0;
}
#leasing-modal .modal-dialog table {
  color: #666;
}
#leasing-modal .modal-dialog .table > thead > tr > th {
  background: #fff;
  border-bottom: 0px;
  font-weight: bold;
  padding: 15px 10px;
  padding-top: 0;
}
#leasing-modal .modal-dialog .table > tbody > tr > td {
  padding: 10px 11px;
}
#leasing-modal .modal-dialog .table-striped > tbody > tr:nth-of-type(odd) {
  border: 0px;
}
#leasing-modal .modal-dialog .form-group {
  overflow: hidden;
}
#leasing-modal .modal-dialog .form-control {
  border-radius: 0;
}
#leasing-modal .modal-dialog .control-label,
#leasing-modal .modal-dialog label {
  font-weight: normal;
  color: #666;
}
#leasing-modal .modal-dialog form {
  margin: 15px 0;
}
#leasing-modal .modal-dialog form label,
#leasing-modal .modal-dialog form .control-label {
  text-align: right;
  color: #999 !important;
}
#leasing-modal .modal-dialog form label.text-left {
  text-align: left !important;
}
#leasing-modal .modal-dialog form .btn {
  font-weight: bold;
  padding: 10px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
#leasing-modal .modal-dialog form .small-text {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}
/*  Daily promotion */
#daily_promotion {
  display: block;
  background: #cc3333;
  color: #fff;
  padding: 13px 0;
}
#daily_promotion.fixed {
  position: fixed;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  background: #c42020;
  padding: 15px;
  right: -230px;
  width: 230px;
  transition: .2s ease;
}
#daily_promotion.fixed.active {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: #c42020;
  padding: 15px;
  right: 0;
  transition: .2s ease;
  text-align: center;
  width: 230px;
}
#daily_promotion.fixed a {
  color: #fff;
  text-decoration: none;
}
#daily_promotion.fixed a:hover {
  color: #fff;
  text-decoration: none !important;
}
#daily_promotion.fixed .the-counter {
  position: relative;
  margin-bottom: 26px;
}
#daily_promotion.fixed .outside-box {
  position: absolute;
  top: 0;
  background: #d72323;
  padding: 15px;
  left: 0;
  border-right: 0;
  width: 70px;
  text-align: center;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: -70px;
  z-index: 50;
}
#daily_promotion.fixed .outside-box img {
  margin: 0 auto;
}
#daily_promotion .counter-title {
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
#daily_promotion .timer-box {
  position: relative;
  margin-right: 10px;
}
#daily_promotion .timer-box:not(.no-dots):after {
  position: absolute;
  right: 0;
  margin-right: -5px;
  content: ':';
  font-size: 23px;
  margin-top: -5px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
#daily_promotion .timer-box .box-label {
  position: absolute;
  margin-bottom: -25px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
  margin-left: -5px;
  bottom: 0;
}
#daily_promotion .timer-box > span:not(.box-label) {
  background: #fff;
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 5px 8px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #cfcfcf 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #cfcfcf 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #cfcfcf 0%, #ffffff 100%);
}
#daily_promotion .product a {
  color: #fff;
  text-decoration: none;
}
#daily_promotion .product a:hover {
  color: #fff;
  text-decoration: underline;
}
#daily_promotion.fixed .product .image {
  display: block;
  float: none;
  text-align: center;
  margin: 15px auto;
  width: 75px;
  overflow-x: hidden;
}
#daily_promotion .product .image {
  display: block;
  float: left;
  margin-right: 0;
  width: 75px;
  overflow-x: hidden;
}
#daily_promotion .product .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  margin-bottom: 3px;
  display: block;
}
#daily_promotion .product .code {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  display: block;
}
#daily_promotion .product .price .price-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
}
#daily_promotion .product .price .new {
  font-size: 25px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  margin-bottom: 3px;
  display: block;
}
#daily_promotion .product .price .old {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  display: block;
  text-decoration: line-through;
}
#daily_promotion .product .btn {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 1px 27px 0px rgba(116, 163, 49, 0.63);
  color: #cc3333 !important;
  padding: 17px;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 5px;
}
#daily_promotion .product .btn:hover {
  background: #f8f8f8;
  text-decoration: none;
}
#daily_promotion .close-btn {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  opacity: 1;
}
#fixed-call-us-action {
  position: fixed;
  max-width: 60px;
  left: 10px;
  bottom: 10px;
  z-index: 200;
}
/*  VIEW TEMPLATES  */
.view-teplate-section .btn.btn-lg.btn-module-dark {
  margin-top: 0 auto;
  text-align: center;
  border-color: #333;
  padding: 15px 60px;
  color: #333;
  background: transparent;
}
.view-teplate-section .btn.btn-lg.btn-module-dark:hover {
  border-color: #333;
  color: #fff ;
  background: #333 !important;
  text-decoration: none;
  transition: .3s ease;
}
.view-teplate-section.vertical-align .row {
  display: flex;
  align-items: center;
}
.view-teplate-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  /* padding: 30px; */
}
.view-teplate-section .text-element .title {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 3em;
  margin-top: 15px;
}
.view-teplate-section .text-element .subtitle {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 10px;
}
.view-teplate-section .text-element .description {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}
.view-teplate-section .slide-left-to-right {
  opacity: 0;
  transform: translateX(-200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-right-to-left {
  opacity: 0;
  transform: translate(200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-diagonal-right-to-left {
  opacity: 0;
  transform: translate(-200%, 200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-diagonal-left-to-right {
  opacity: 0;
  transform: translate(-200%, -200%);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-top-to-bottom {
  opacity: 0;
  transform: translate(-200%, 0);
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-bottom-to-top {
  opacity: 0;
  transform: translateY(300%);
  transition: 1s ease-in-out;
}
.view-teplate-section .fade-in {
  opacity: 0;
  transition: 1s ease-in-out;
}
.view-teplate-section .fade-in.active {
  opacity: 1;
  transition: 1s ease-in-out;
}
.view-teplate-section .slide-left-to-right.active,
.view-teplate-section .slide-right-to-left.active,
.view-teplate-section .slide-diagonal-right-to-left.active,
.view-teplate-section .slide-diagonal-left-to-right.active,
.view-teplate-section .slide-diagonal-bottom-to-top.active,
.view-teplate-section .slide-top-to-bottom.active,
.view-teplate-section .slide-bottom-to-top.active {
  /* transform: translate(0%, 0%, 0%) !important; */
  transform: translate(0%, 0%) !important;
  opacity: 1;
  transition: 1s ease-in-out;
} 
.posts-grid .blog-post-item .image {
  max-height: 200px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.posts-grid .blog-post-item .post-title {
  color: #666;
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.posts-grid .blog-post-item .post-title > a {
  color: inherit;
  text-decoration: none;
}
.posts-grid .blog-post-item .post-time {
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.posts-grid .blog-post-item .post-description {
  color: #666;
  font-size: 12px;
  margin-bottom: 15px;
}
.posts-grid .blog-post-item .btn {
  border-radius: 0;
  padding: 5px 25px;
  font-size: 12px;
}
/*swall custom modal*/
.swal2-modal {
  border-radius: 0;
  padding: 30px 65px !important;
  padding-top: 0 !important;
}
.swal2-modal h2 {
  font-family: 'HelveticaNeueCyr Black', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #89191c;
  line-height: 1.1em;
}
.swal2-modal .swal2-content {
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  display: block;
}
.swal2-modal.buyModalAlert {
  display: block;
}
.swal2-modal.buyModalAlert .product-title {
  display: block;
  font-size: 14px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  color: #333;
  margin-bottom: 5px;
}
.swal2-modal.buyModalAlert .product-qty {
  display: block;
  font-size: 13px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  color: #333;
}
.swal2-modal.buyModalAlert .added-text {
  display: block;
  font-size: 14px;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  color: #333;
}
.swal2-modal.buyModalAlert .product-info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 20px 0;
  text-align: left;
}
.swal2-modal.buyModalAlert .btn-danger-flat {
  background: #cc3333 !important;
  border-color: #cc3333 !important;
  color: #fff  !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-size: 14px;
  padding: 11px 30px;
  transition: .3s ease;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
}
.swal2-modal.buyModalAlert .btn-danger-flat:hover {
  background: #B01A1A !important;
  border-color: #B01A1A !important;
  color: #fff  !important;
  transition: .3s ease;
}
.swal2-modal.buyModalAlert .btn-default-flat {
  background: #fff !important;
  border-color: #ccc !important;
  border: 1px solid #ccc;
  color: #666666 !important;
  text-align: center;
  font-family: 'HelveticaNeueCyr Roman', sans-serif;
  font-size: 14px;
  padding: 11px 20px;
  transition: .3s ease;
  display: block;
  max-width: 70%;
  margin-bottom: 15px;
  border-radius: 0;
}
.swal2-modal.buyModalAlert .btn-default-flat:hover {
  background: #ccc !important;
  border-color: #ccc !important;
  color: #fff !important;
  transition: .3s ease;
}
 
.custom-not-found{
	margin-bottom: 50px;
}
.custom-not-found .form{
	margin-top: 30px;
}

#body.videos-layout {
	padding-bottom: 100px;
}
#body.videos-layout .video-item .image img{
	width: 100%;
	margin:0 auto;
}
#body.videos-layout .video-item .title{
	font-size: 16px;
	margin-top: 5px;
	color:#666;
}
#body.videos-layout .video-item .title a{
	 text-decoration: none;
	color:inherit;
}
#body.videos-layout .video-item{
	 margin-bottom: 25px;
}

#body.product-layout  .characteristics-container .nav-tabs {
  border:0;
  margin-bottom: 15px;
}
#body.product-layout  .characteristics-container .nav-tabs>li.active>a {
  background: #339900;
  color:#fff;
}
#body.product-layout  .characteristics-container .nav-tabs>li>a {
  background: transparent;
  border:0;
  color:#666;
  border-radius: 20px;
  padding: 6px 15px;
  margin-right: 10px;
}

#body.category-layout .featured-series-category-thumb{
  display: block;
  color:#fff;
  position: relative;
  margin-bottom: 35px;
}
 
#body.category-layout .featured-series-category-thumb .overlay{
   position: absolute;
   background: transparent;
   width: 100%;
   height: 100%;
   left:0;
   top:0;
   display: block;
   color:#fff;
   text-align: center;
   display: flex;
   transition: .2s ease;
   align-items: center;
   padding: 30px;
   justify-content: center;

}


#body.category-layout .featured-series-category-thumb:hover .overlay{
      background: rgba(102,253,0, .4);
      transition: .2s ease;
}
#body.category-layout .featured-series-category-thumb:hover .overlay .btn{
      opacity: 1; 
}
#body.category-layout .featured-series-category-thumb .overlay .manufacturer{
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
#proizvoditelnost .row.vertical-align{
    display: flex;
    align-items: center;
  }
#body.category-layout .featured-series-category-thumb .overlay .title{
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  font-size: 3em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
#body.category-layout .featured-series-category-thumb .overlay .motto{
  font-family: 'Open Sans',sans-serif; 
  font-size: 18px; 
  margin-bottom: 5px;
  display: block;
}
#body.category-layout .featured-series-category-thumb .overlay .btn{
  font-family: 'Open Sans',sans-serif; 
  font-size: 16px; 
  margin-top: 5px; 
  padding: 12px 40px;
  background: transparent;
  border:2px solid #fff;
  border-radius: 25px; 
  opacity: 0;
  color:#fff;
  transition: .3s ease;
}

#body.category-layout .featured-series-category-thumb .overlay .btn:hover{
  
  background: rgba(255,255,255,.3);
  transition: .3s ease;
}

#body.product-layout .linked_products_btns{
   float:left;
   margin-top: -45px;

}

#body.product-layout .linked_products_btns .btn
{
   color:#333;
   width: 25px;
   height: 25px;
   border-radius: 50% !important;
   margin-left: 15px;
}


#body.about-layout .logo-subtitle {
   font-weight: bold;
   font-size: 18px;
   font-family: 'SPArielBG Bold', sans-serif;
   text-align: center;
   margin: 25px 0;
}
#body.about-layout .logo-subtitle .green{
   color:#4bb033;
}
#body.about-layout .df-box-roundend{ 
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 81.88px 10.12px rgba(14, 9, 10, 0.1); 
    padding: 30px 35px;
    color:#333; 
    text-align: center;
    margin:80px 0;
}
#body.about-layout  .df-box-roundend .df-logo{
  margin-top: -90px;
  margin-bottom: 30px;
}
#body.about-layout  .df-box-roundend .df-text{ 
    border-radius: 30px;
    margin-top: 15px;
    color:#000;
    text-align: center;
    font-size: 16px;
   font-family: 'SPArielBG', sans-serif;
}

#body.about-layout  .df-box-roundend .df-text:after {
  content:'';
  width: 35px;
  display: block;
  margin: 15px auto;
  border-bottom: 4px solid #75b727; 
}
#body.about-layout  .proizvostevna-lista {
 text-align: center;
 font-size: 17px;
}
#body.about-layout  .proizvostevna-lista .title {
 text-align: center;
 font-size: 18px;
 color:#56881b;
 font-weight: bold;
 margin-bottom: 0;
   font-family: 'SPArielBG Bold', sans-serif;
}
#body.about-layout  .proizvostevna-lista .subtitle {
 text-align: center;
 font-size: 22px;
 color:#56881b;
 font-weight: bold;
 margin-bottom: 0;
   font-family: 'SPArielBG Bold', sans-serif;
}
#body.about-layout  .proizvostevna-lista .list {
  text-align: center;
  list-style: none;
  color:#333;
  margin: 30px 0;
  padding: 0;
}

#body.about-layout  .proizvostevna-lista .list >li {
  margin-bottom: 20px;
}
#body.about-layout  .proizvostevna-lista .list >li .fa{
  color:#56881b;
  font-size: 17px;
}

#body.about-layout  .before-logo-list-text{
   margin-top: 70px;
   text-align: center;
   font-size: 14px;
}

#body.about-layout  .before-logo-list-text .logo-list img { 
   margin:0 auto;
 }
#body.about-layout  .before-logo-list-text .logo-list {
   margin: 30px auto;
}
#body.about-layout  .before-logo-list-text .logo-list .vertical-align{
  display: flex; 
  align-items: center;
  flex-wrap: wrap;
}
#body.about-layout  .before-logo-list-text .logo-list p{ 
      margin-bottom: 25px
}

#body.about-layout  .map-section {
    padding: 30px 0;
    background: #333 url(../img/about/map-bg.jpg) center center ;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
}
#body.about-layout  .map-section .title:before {
  content:'';
  display: block;
  background: transparent url(../img/about/map-marker-title.png) center center;
  width:27px;
  height: 40px;
  margin:10px auto;
}
#body.about-layout  .map-section .title{  

      font-family: 'SPArielBG Bold', sans-serif;
      font-weight: bold;
      color:#fff;
      font-size: 18px;
      padding: 0;
      margin: 0;
      text-align: center;
      margin-bottom: 25px
}

#body.about-layout  .map-section .btn{  
 background: #75b727;
 border-color:#75b727;
 color:#fff;
  padding: 13px 30px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  display: block;
  font-size: 16px; 
  font-family: 'SPArielBG Bold', sans-serif;
  -webkit-border-radius: 40px;
  transition: .3s ease;
}

#body.about-layout  .map-section .btn:hover{ 
  
 background: #63A219;
 border-color:#63A219;
 transition: .3s ease;
}


#body.about-layout  .map-section .btn:hover{ 
  
 background: #63A219;
 border-color:#63A219;
 transition: .3s ease;
}


#body.about-layout  .nagradi-section{ 
  padding: 35px 0;
}

#body.about-layout  .nagradi-section .title{ 
   text-transform: uppercase;
   margin:0;
   padding: 0;
   text-align: center;
   color:#333;
   font-size: 28px;
  font-family: 'SPArielBG Bold', sans-serif;
}

#body.about-layout  .nagradi-section .subtitle{ 
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
#body.about-layout  .nagradi-section .title:before { 
  content:'';
  display: block;
  background: transparent url(../img/about/kupa.png) center center;
  width:34px;
  height: 40px;
  margin:10px auto;
}

#body.about-layout  .nagradi-section .nagrada{
  margin-bottom: 45px;
}
#body.about-layout  .nagradi-section .nagrada .image {
   text-align: center;
   margin-bottom: 10px
} 
#body.about-layout  .nagradi-section .nagrada .image img{
   margin: 0 auto;
} 
#body.about-layout  .nagradi-section .nagrada { 
 text-align: center; 
 font-size: 16px;
}
#body.about-layout  .nagradi-section .nagrada .year{ 
 text-align: center; 
 font-size: 25px;
  font-family: 'SPArielBG Bold', sans-serif;
}

#body.about-layout  .nagradi-section .vertical-align{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#body.about-layout  .nagradi-section .nagrada .thetitle{ 
 text-align: center; 
 font-size: 16px; 
}

#body.about-layout  .nagradi-section .nagrada .thetitle{ 
 text-align: center; 
 font-size: 16px; 
}

#body.about-layout  { 
overflow-x: hidden; }
#body.about-layout  .particles {  

}

#body.about-layout  .particles .left-particle{ 
   position: absolute;
   width: 594px;
   height: 816px;
   left:0;
   top:390px;
   z-index: 2;
   display: block;
   background: transparent url('../img/about/left-particle.png') right top no-repeat;
}
 
#body.about-layout  .particles .right-particle{ 
   position: absolute;
   width: 632px;
   height: 637px;
   right:0;
   top:190px;
   z-index: 1;
   display: block;
   background: transparent url('../img/about/right-particle.png') left top no-repeat;
}
#body.product-standart-layout  .slider-thumbs .thumb{
   border:1px solid transparent;
}
#body.product-standart-layout  .slider-thumbs .thumb.active{
   border:1px solid #4bb033;
}

#body.category-layout .serach-section-title { margin-bottom: 25px; }
#body.category-layout .serach-section-title .title{
  text-transform: uppercase;
  font-weight: normal;
      font-size: 3em;
    line-height: 1em;
    color: #4bb033;
    margin:0;
    padding: 15px 0;
    border-bottom: 1px solid #4bb033;
     font-family: 'BebasNeue', sans-serif;
}
#body.category-layout.category-secondary-layout .product .title:after{ margin-bottom: 0; }
#body.category-layout.category-secondary-layout .product{
   padding: 15px;
   /*border:1px solid transparent;*/
   transition: .3s ease;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
}
#body.category-layout.category-secondary-layout .product:hover{
   background: #fff;
   box-shadow: 0 0 35px rgba(0,0,0,.3);
   -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
   -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
   transition: .3s ease;
   /*border:1px solid  #4bb033;*/
}

.euro-program-section { padding: 15px 0; }
.euro-program-section strong, .euro-program-section b{   font-family: 'SPArielBG Bold', sans-serif; }
.euro-program-section .flags{ display: flex; justify-content: space-between; align-items:center; margin-bottom: 15px;}
.euro-program-section .flags .col{ max-width: 250px }