/*
 Theme Name: Lechar
 Author: Pacamera
 Description: All rights reserved.
 Version: 1.0
 License: GNU General Public License v3
 License URI: http://www.gnu.org/licenses/gpl.html
 Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
 Text Domain: devdmbootstrap3
 Based on
 devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
 devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
 */

body {
  font-family: "Oswald", sans-serif;
  line-height: 25px;
  font-weight: 300;
  font-style: normal;
  color: #383436;
  font-size: 14px;
}

a {
  color: #000;
}

a:hover {
  color: #0970bf;
}

a,
a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

h2 {
  line-height: 35px;
  font-weight: 300;
  font-style: normal;
  font-size: 35px;
}

.no-padding {
  padding: 0 !important;
}

b,
strong {
  font-weight: bold;
}

.container-max {
  max-width: 1150px;
}

.container-white-box {
  /*max-width: 1370px;*/
  /*border:1px solid #dfdfdf;*/
  /*border-radius: 5px;*/
  /*background-color: #fff;
	padding: 20px;*/
}

.container-white-box .pageContent {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 20px;
}

.container-white-box li {
  list-style-position: inside;
}

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

blockquote {
  background: #ededed;
  border-left: 8px solid #1582bd;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  color: #666;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  margin: 50px auto;
  padding: 1.2em 30px 1.2em 75px;
  position: relative;
  vertical-align: super;
  width: 60%;
  z-index: 0;
  overflow: hidden;
}

blockquote::before {
  color: #1582bd;
  content: "\201C";
  font-size: 9em;
  left: -20px;
  position: absolute;
  top: -35px;
}

blockquote p::before {
  color: #ddd;
  content: "\201C";
  font-size: 100em;
  line-height: 0.65em;
  right: 0.095em;
  position: absolute;
  z-index: -1;
}

blockquote span {
  color: #008fea;
  display: block;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 0.5em;
}

.container-max-1400 {
  max-width: 1400px;
}

img {
  max-width: 100%;
  height: auto;
}

.white,
.white p,
.white h1,
.white h2,
.white h3,
.white span {
  color: #fff;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

#fancybox-overlay {
  z-index: 40000;
}

#fancybox-wrap {
  z-index: 50000;
}

.headline h4 {
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
}

/* #page {
	background-color: #f3f3f3;
} */

div#header-top-sticky-wrapper {
  height: auto;
  /*margin-top: 100px;*/
}

header#header-top {
  z-index: 9999 !important;
}

.home #header-top-sticky-wrapper {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.stretch {
  margin: 0 !important;
}

.height {
  height: 100%;
}

.logo img {
  max-width: 100%;
}

/*
#nav-wrapper {
	width: 100%;
	position: relative;
	padding: 0 410px 0 240px;
	height: 54px;
}
*/

#nav-wrapper {
  width: 100%;
  position: relative;
  padding: 0 14vw 0 8vw;
  height: 54px;
  max-width: calc(1150px + 22vw);
  margin: 0 auto;
}

@media (max-width: 576px) {
  #nav-wrapper {
    padding: 0 20px;
  }

  /* 	#nav-wrapper .logo {
		width: 50%;
	} */
  #nav-wrapper .search-form {
    display: none;
  }
}

@media (max-width: 991px) {
  #searchform {
    height: 56px !important;
  }

  .slicknav_menu {
    margin-top: 7px;
  }
}

.slicknav_nav {
  background-color: #9a9a9a;
}

#nav-wrapper .logo {
  margin-top: -20px;
  margin-right: -2px;
}

#nav-wrapper .menu {
  background-color: #9a9a9a;
  flex-grow: 2;
  position: relative;
  height: 43.8px;
}

#nav-wrapper .menu::after {
  content: "";
  width: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent #9a9a9a transparent #9a9a9a;
  position: absolute;
  right: -13px;
}

#nav-wrapper .menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 22px 0;
  border-color: transparent #9a9a9a transparent #9a9a9a;
  position: absolute;
  left: -13px;
}

#nav-wrapper .menu .container-fluid {
  padding: 0 20px;
}

#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

#primary-menu > li {
  padding: 10px 0 8px 0;
}

#primary-menu > li {
  flex-grow: 1;
  /* 	flex-basis: 0; */
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 1130px) {
  #primary-menu li > a {
    font-size: 12px;
  }
}

#primary-menu > li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -5px;
}

#primary-menu > li:hover {
  background-color: #7e7e7e;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#primary-menu > li:hover::after {
  content: "";
  width: 0;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent #7e7e7e transparent #7e7e7e;
  position: absolute;
  right: -14px;
}

#primary-menu > li:hover::before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-width: 22px 14px 22px 0;
  border-color: transparent #7e7e7e transparent #7e7e7e;
  position: absolute;
  left: -14px;
}

div#header-top-inner {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 1);
}

div#header-top-inner li {
  list-style: none;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 19px;
}

.categ-desc {
  margin-bottom: 30px;
}

div#header-top-inner li span,
div#header-top-inner li a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 11px;
}

.elementor-icon-list-icon i {
  color: #0070bf;
  margin-right: 5px;
  font-size: 16px;
}

#primary-menu > li.menu-item-has-children > a:after {
  /* 	content: "\f107"; */
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  margin: 0 0 0 7px;
  position: absolute;
  margin-top: 0;
  background: none !important;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 100%;
  top: 0;
  bottom: 0;
  /* 	padding-top: 5px; */
}

#primary-menu li > a {
  color: #fff;
  position: relative;
  font-weight: 700 !important;
}

#primary-menu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#primary-menu li ul {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  list-style: none;
  text-align: left;
  min-width: 250px;
  left: 0;
  transform: translateY(7px);
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  font-size: 14px;
}

#primary-menu > li ul {
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: 100%;
  margin-top: 0px;
  background: rgba(255, 255, 255, 1);
  overflow: visible;
  min-width: 0;
}

#primary-menu li ul a:before {
  display: inline-block;
  content: "\e628";
  font-family: FontAwesome;
  position: absolute;
  left: -15px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}

#primary-menu li ul li {
  padding: 20px 10px 20px 30px;
  position: relative;
}

#primary-menu li ul li a {
  color: #333 !important;
  display: block;
  position: relative;
  text-align: left;
  font-size: 10px;
  font-family: "tuerca" !important;
}

#primary-menu > li ul.sub-menu li ul.sub-menu li a {
  font-family: "Montserrat" !important;
}

#primary-menu li ul a:before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: -15px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}

#primary-menu li ul a:hover:before {
  opacity: 1;
  left: -10px;
}

#primary-menu > li > ul a:hover {
  padding-left: 10px;
}

#primary-menu > li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin-top: 15px;
  background: #f1f1f1;
  padding: 8px 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#primary-menu > li ul li ul li {
  padding: 1px 20px;
}

#primary-menu > li ul li ul li a {
  font-weight: 300;
  font-size: 10px;
  line-height: 2.2em;
}

#primary-menu > li ul li ul li a:hover {
  padding-left: 0;
}

#searchform input {
  height: 20px;
  padding: 12px 20px !important;
  font-size: 14px;
  font-weight: 200;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  outline: none;
  border: 0 !important;
}

#searchform i {
  color: #0070bf;
}

#searchform .input-holder {
  width: 100%;
  height: 30px;
  background: #fff;
}

#searchform .input-holder::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent #fff transparent #fff;
  position: absolute;
  right: 5px;
}

#searchform .input-holder::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #fff transparent #fff;
  position: absolute;
  left: 5px;
}

button.man_search_btn {
  background: none;
  border: 0;
  color: #fff;
}

#site-navigation {
  display: none;
}

#menu-mobile {
  display: block;
}

#primary-menu > li ul {
  min-width: 310px;
}

#primary-menu li ul {
  padding: 0;
}

#primary-menu li ul li {
  position: static;
}

#primary-menu > li ul li ul {
  top: -15px;
  border-bottom-left-radius: 0;
  height: 100%;
  width: 350px;
}

/* slider
 */

#slider ul li {
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  background-position: bottom center;
}

#slider ul li.slide1 {
  background-image: url(img/lechar_banner_fullhd-3.jpg);
}

#slider ul li.slide2 {
  background-image: url(img/lechar_banner_fullhd-2-2.jpg);
}

#slider ul li.slide3 {
  background-image: url(img/lechar_banner_fullhd-3-1.jpg);
}

.slide-inner {
  height: 100%;
}

.slick-slider {
  padding: 0;
  margin: 0;
}

#slider .slick-dots {
  bottom: 40px;
  height: 50px;
  text-align: left;
}

#slider .slick-dots li.slick-active button:before {
  color: white;
  font-size: 12px;
}

.slider-title-text {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  font-family: "tuerca";
}

.slider-desc {
  color: #fff;
  font-size: 18px;
  /* 	line-height: 45px; */
  margin-bottom: 30px;
}

/*
 * products
 */
.product-inner-wrapper {
  background: #fff;
  padding: 15px 15px 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 375px;
}

.product-inner-wrapper:hover {
  color: #000;
}

.home #products {
  /* 	margin-top: -60px; */
  padding: 60px 0;
  background: #fff;
}

.home #news {
  padding: 60px 0 0 0;
  background: #fff;
}

.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.first-product {
  height: 585px;
  grid-row-start: span 2;
}

.product-carousel .man_woo_cat_item_centered .man_woo_cat_item_cont {
  bottom: 0;
  top: unset;
}

.product-carousel .product-single {
  height: 100%;
  max-width: 100%;
}

.product-carousel .product-single-inner {
  height: 100%;
}

.product-carousel .product-single-inner-image {
  height: 100%;
}

.product-carousel .product-single .man_image_bck {
  min-height: unset;
  background-position: center;
}

.product-single {
  max-width: 350px;
  margin: 0 auto;
}

.product-single-inner {
}

.product-title {
  min-height: 51px;
  margin-top: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-size: 11px;
}

.product-single-inner-image {
  margin-bottom: 30px;
  position: relative;
}

.man_image_bck {
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-single .man_image_bck {
  min-height: 355px;
}

.man_woo_cat_item_over {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.man_woo_cat_item .man_woo_cat_item_over:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.man_woo_cat_item_centered .man_woo_cat_item_cont {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.man_woo_cat_item_centered .man_woo_cat_item_cont {
  /* 	bottom: 0; */
  top: 75%;
  /* left: 0; */
  /* right: 0; */
  padding: 10px;
  /* 	background-color: #1582bd; */
  /* 	transition: all 0.3s;
	transform: translateX(-50%) translateY(0%); */
}

.man_woo_cat_item_cont {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 2;
  padding: 40px;
  text-align: left;
}

.man_woo_cat_item_cont .man_woo_cat_item_cont_name {
  color: #fff;
  font-size: 20px;
  line-height: 15px;
  display: block;
  margin-bottom: 0px;
  margin-top: 0;
}

.man_woo_cat_item_cont .man_woo_cat_item_cont_name {
  font-size: 18px;
  font-weight: 300;
}

.man_woo_cat_item_cont .man_woo_cat_item_cont_name {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.man_woo_cat_item_cont_an {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

/* .man_woo_cat_item:hover a {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
} */

/* .man_woo_cat_item:hover .man_woo_cat_item_over {
	border-top: 4px solid #1582bd;
	border-bottom: 0px solid #1582bd;
	border-left: 0px solid #1582bd;
	border-right: 0px solid #1582bd;
} */

.man_woo_cat_item:hover .man_woo_cat_item_over {
  background-color: rgba(21, 130, 189, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}

.man_woo_cat_item .man_woo_cat_item_over:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

/* .man_woo_cat_item:hover .man_woo_cat_item_over:after {
	opacity: 0;
} */

/* .man_woo_cat_item_centered:hover .man_woo_cat_item_cont {
	background-color: #7E7E7E;
} */

/* .man_service_block_II:hover .man_woo_cat_item_cont_an {
	padding-bottom: 180px;
	padding-top: 10px;
} */

/* .man_service_block_II:hover .man_woo_cat_item_cont_an {
	padding-bottom: 46px;
} */

.man_woo_cat_item:hover .man_woo_cat_item_cont .man_woo_cat_item_cont_an {
  transform: translateY(0);
  opacity: 1;
  height: 64px;
}

/* .man_woo_cat_item:hover .man_woo_cat_item_cont .man_woo_cat_item_cont_an {
	height: 56px;
} */

/*
 * Help
 */

#help {
}

.bg-dark {
  background-color: #3e3a3b;
}

#help .bg-dark {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 40px 0px 40px 0px;
}

.bg-dark h4 {
  color: #fff;
}

.btn.rounded {
  background-color: #0970bf;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  /* 	border-radius: 30px !important; */
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 20px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.btn.rounded i {
  margin-left: 25px;
}

.btn.rounded:hover {
  background-color: #7e7e7e;
}

.btn.with_space {
  margin: 30px 0;
}

/* news */

.man_news_grid_item {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  padding: 25px 5px 0;
  margin-top: 25px;
}

.man_news_grid_item:nth-child(1) {
  margin-left: 0;
}

.man_news_grid_item .man_news_item_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  top: 0;
  outline: none;
}

.man_news_item_img {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  /*height: 212px;*/
  width: 100%;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  /*background-size: cover !important;*/
  background-position: center;
  background-size: contain;
  padding-top: 100%;
}

.man_news_item_over {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.man_news_item_over {
  /*background-color: rgba(62, 58, 59, 0.62);*/
}

.man_news_item_cont {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 35px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.man_news .man_news_item_title,
.man_news .man_news_item_date {
  color: #fff;
}

.man_news_item_title {
  margin-bottom: 10px;
  overflow: hidden;
}

.man_news_item_date i {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 19px;
}

.man_news_grid_item:hover .man_news_item_img {
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* newsletter */
div#freshMailPopUp__close {
  display: none !important;
}

div#newsletter {
  background-color: #0970bf;
}

.newsletter-wrapper {
  padding: 60px 0;
}

.newsletter-wrapper .form_container p {
  margin-bottom: 0 !important;
}

.newsletter-form label {
  display: none;
}

@media (max-width: 992px) {
  .newsletter-inner-text {
    margin: 30px 0;
  }
}

.newsletter-form form .newsletter-inner {
  display: flex;
}

.newsletter-form input.field {
  margin-right: 10px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 10pt !important;
  width: 100%;
  height: 36px !important;
}

.newsletter-form form button.form_subscribe_button.button {
  position: inherit;
  border: 1px solid #fff;
  width: auto !important;
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 0 !important;
  font-weight: 200;
  height: 37px !important;
  font-family: "tuerca" !important;
}

span.message_error,
span.message_success {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
}

.tnp-field.tnp-field-button {
  margin-left: 20px;
}

/* footer */

/* footer {
	background-color: #3e3a3b;
} */

.footer-wrapper {
  padding: 60px 0px 60px 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#footer-nav ul {
  margin: 0;
  padding: 0;
}

#footer-nav ul li {
  list-style: none;
  display: block;
  position: relative;
  flex-basis: 50%;
}

#footer-nav ul li a {
  color: #b4b4b4;
  font-weight: 100;
}

footer .textwidget p {
  font-weight: 100;
}

/* produkt */

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs i {
  margin: 0 10px;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li a {
  color: #000;
  font-size: 15px;
}

.breadcrumbs ul li i {
  margin: 0 10px;
}

.breadcrumb {
  font-size: 16px;
}

/* #page-header {
 background-image: url('https://manufacturer.stylemixthemes.com/leather/wp-content/uploads/sites/7/2018/11/photo-1444069788560-6ae1deb4c0d4.jpeg');
 width: 100%;
 min-height: 400px;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 overflow: hidden;
 position: relative;
 } */

.page-template #sticky-wrapper,
.archive #sticky-wrapper {
  position: relative;
}

.page-header-cover {
  background-color: rgba(62, 58, 59, 0.61);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.page-title {
  color: #fff;
  margin-bottom: 50px;
}

.product_meta {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product_meta > span {
  display: block;
}

.product_meta > span b {
  display: inline-block;
  width: 150px;
}

.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}

.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}

.shop_attributes th,
.shop_attributes td {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  font-style: normal;
}

.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}

table td,
table th {
  padding: 3px 3px 3px 3px;
  font-weight: normal;
  width: auto;
  text-align: left;
}

td.price > span {
  display: inline-block;
  text-align: right;
  min-width: 50px;
}

thead {
  background-color: #9a9a9a;
}

tr,
td {
  border: 1px solid #ddd;
}

tr:nth-child(even) {
  background: #cdcdcd;
}

table thead tr:nth-child(1) {
  border-bottom: 1px solid;
}

thead tr th:first-child,
tbody tr td:first-child {
  /*width: 8em;
	min-width: 8em;
	max-width: 8em;*/
  /*word-break: break-all;*/
}

.tech-specs table {
  width: 100%;
}

.prod-title h1 {
  font-size: 1.2rem;
}

.product h3 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.youtube_section {
  margin-top: 15px;
}

.downloads {
  padding-top: 15px;
}

.downloads h3,
.downloads span {
  font-family: "Montserrat" !important;
}

.youtube_section {
  padding-top: 15px;
}

.downloads ul,
.youtube_section ul {
  margin: 0;
  padding: 0;
}

.downloads ul li,
.youtube_section ul li {
  list-style: none;
}

.downloads ul li a,
.youtube_section ul li a {
  color: #000;
}

.downloads ul li a i,
.youtube_section ul li a i {
  margin-right: 10px;
  font-size: 30px;
  line-height: 32px;
}

.product-gallery {
  text-align: center;
}

.product-gallery a {
  display: inline-block;
  margin: 0 5px;
  max-width: 90px;
}

.products-list > .row > .col-12 {
  margin-bottom: 30px;
}

.product-list-single-inner-text {
  font-size: 13px;
  margin-bottom: 15px !important;
}

.product-list-single-inner-text .product_list_btn {
  background: #0070bf;
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  min-width: 120px;
  font-size: 12px !important;
  display: inline-block;
}

.category-main-header {
  font-weight: 700;
}

.category-header p,
.entry-content-page p {
  text-align: justify;
}

.products-list .product-inner-wrapper:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
}

.product-single-inner-background {
  background: #fff;
  padding: 15px;
}

.breadcrumbs a {
  font-size: 12px;
  font-family: "Montserrat" !important;
}

.breadcrumbs .current {
  font-weight: 400;
  font-size: 12px;
  font-family: "Montserrat" !important;
}

/* News */

.card-title {
  font-size: 17px;
  font-weight: 700;
}

.single-thumb {
  text-align: center;
  float: left;
  max-width: 400px;
  margin-right: 40px;
  margin-bottom: 40px;
}

/* products category */

.products-category .product-single-inner-image {
  margin-bottom: 0;
  overflow: hidden;
}

.products-category .man_woo_cat_item_cont {
  position: relative;
  padding: 10px 0;
  text-align: center;
}

.products-category .man_woo_cat_item_cont .man_woo_cat_item_cont_name {
  color: #000;
}

.product-hover-link {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background: #ffffffeb;
  width: 117px;
  text-transform: uppercase;
  padding: 11px;
  border: 1px solid #fff;
  /* transform: translateY(-50%); */
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.products-category .man_image_bck {
  background-position: center bottom 0;
  min-height: 290px;
}

.man_woo_cat_item:hover .product-hover-link {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

/*static*/
.elem-pobr {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  margin-bottom: 20px;
  margin-left: 0 !important;
  margin-right: 0px !important;
}

.elem-pobr i {
  font-size: 35px;
  margin: 20px 0;
}

.elem-pobr-text {
  background: #fff;
  padding: 20px;
}

.elem-pobr-text a {
  text-decoration: underline;
  font-family: "Montserrat" !important;
}

.accordion h5 button {
  color: #000000;
  font-size: 0.9rem;
  text-align: left;
}

.accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

.float-image {
  float: left;
}

.float-image img {
  margin: 0 38px 30px 0;
  max-width: 400px;
}

hr {
  margin: 40px 0;
}

.nav-container2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 999999 !important;
  width: 100% !important;
}

.width-100 {
  width: 100%;
}

/*#page-inner-wrapper {
	margin-top: 30px;
}*/
.pt-common {
  margin-top: 50px !important;
}

/*frosted*/
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414952;
  margin: 0;
  overflow: auto;
}

div#demo-agents {
  text-align: center;
}

div#demo-agents strong {
}

div#demo-agents p {
  font-size: 14px;
}

div#demo-agents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#demo-agents ul li {
  display: none;
  text-align: left !important;
  margin-left: 15% !important;
}

div#demo-agents ul li p {
  text-align: left !important;
}

div#demo-agents h6 {
  font-weight: 800;
}

.cssmap > li a {
  font-family: "Oswald", sans-serif !important;
}

.cssmap > li a,
.cssmap > li a:hover,
.cssmap-tooltip-content {
  font: normal 15px "tuerca", sans-serif !important;
}

.cookie-notice-container a {
  color: #fff;
  text-decoration: underline;
}

/*.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5.625rem;
  z-index: 1;
}*/
/* queries */

.category_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  margin-bottom: 25px;
}

.category_menu > li {
  list-style: none;
  padding: 8px 10px;
  font-size: 12px;
  border-bottom: 2px solid #f2f2f2;
  text-transform: uppercase;
}

.category_menu > li > ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.category_menu > li > ul > li {
  list-style: none;
  padding-left: 8px;
  font-size: 10px;
}

.category_menu > li > ul > li > a {
  font-family: "Montserrat" !important;
}

.category_menu > li.active {
  background-color: #fff;
}

.category_menu > li.active > a {
  background-color: #193764;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.category_menu > li > ul > li.active > a {
  color: #fff;
  font-weight: 600;
}

.category_menu > li > ul > li.active {
  background: #9a9a9a !important;
  color: #fff;
}

.category_menu > li > ul > li > ul {
  list-style: none;
  padding-left: 10px;
  font-size: 90%;
}

.category_menu > li > ul > li > ul > li {
  list-style: none;
}

.category_menu > li > ul > li > ul > li.active a {
  text-decoration: underline;
}

.pum-theme-5474,
.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.23) !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(img/close.png) no-repeat 0px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 1;
  background-size: 100%;
}

.pum-theme-5474 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  right: -25px !important;
  top: -25px !important;
  background-color: #1582bd !important;
}

@media (min-width: 1100px) {
  div#header-top li {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: auto !important;
  }
}

@media (min-width: 992px) and (max-width: 1550px) {
  .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
  }

  .container-fluid .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #site-navigation {
    display: block;
  }

  #menu-mobile {
    display: none;
  }

  form#searchform {
    /*margin-right: 95px;*/
  }
}

@media (max-width: 991px) {
  .product-single-inner-background {
    margin-bottom: 20px;
  }

  .nav-container2 {
    position: relative !important;
  }

  div#header-top-sticky-wrapper,
  .nav-container2 {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-fluid .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  div#header-top-inner li {
    font-size: 17px;
    padding: 0 20px;
  }

  /*.man_news_item_img {
		background-size: contain;
	    padding-top: 100%;
	}*/
}

@media (max-width: 767px) {
  body {
    line-height: 20px;
    font-size: 15px;
  }

  .accordion .btn {
    text-align: left;
  }

  hr {
    margin: 20px 0;
  }

  .pt-common {
    margin-top: 10px;
  }

  .category_menu > li > ul {
    padding: 10px 0;
  }

  .btn.rounded {
    font-size: 18px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .btn.rounded i {
    margin-left: 10px;
  }

  .entry-content-page ul {
    padding: 0;
  }

  div#header-top-inner {
    padding: 12px 0 25px 0;
  }

  div#header-top-inner li {
    font-size: 16px;
  }

  .man_slider_item_title_cont {
    margin-top: 185px !important;
  }

  .slider-title-text {
    font-size: 23px !important;
  }

  .slider-desc {
    font-size: 21px !important;
  }

  #slider ul li {
    height: 84vh !important;
    background-position: bottom center !important;
  }

  .man_news_item_img {
    /*height: 351px;*/
  }

  .footer-wrapper {
    padding: 20px 0px 0px 0px;
  }

  .widget_text {
    text-align: center;
  }

  #footer-nav ul li {
    text-align: center;
    text-transform: uppercase;
  }

  .search-form {
    position: absolute;
    right: 0;
    top: 7px;
  }

  .float-image img {
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .slicknav_nav .slicknav_row {
    padding: 5px 0 5px 10px;
  }

  .slicknav_nav ul {
    margin: 0 0 0 10px;
  }

  .slicknav_nav a:hover {
    background: transparent;
    color: #fff;
  }

  .home #header-top-sticky-wrapper {
    position: relative !important;
    margin-bottom: -228px;
  }

  .newsletter-inner-text h2 {
    font-size: 30px !important;
  }

  .widget_block {
    text-align: center !important;
  }

  .wp-block-social-links,
  .wp-block-social-links.has-normal-icon-size {
    justify-content: center;
  }
}

@media (max-height: 800px) and (min-width: 992px) {
  #primary-menu li ul {
    padding: 0;
  }

  #primary-menu li ul li {
    padding: 15px 5px 15px 15px;
  }

  #primary-menu li ul li a {
    font-size: 10px;
  }

  #primary-menu > li ul li ul li a {
    font-size: 10px;
  }

  #primary-menu > li ul li ul li {
    padding: 0px 20px;
  }
}

/* New style */

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

#footer-nav ul li {
  margin: 4px 0;
  text-transform: uppercase;
}

#footer-nav ul li a {
  font-weight: 200;
}

footer .textwidget p {
  margin: 10px 0;
  line-height: 34px;
}

.widget.wp-bp-footer-widget.widget_text p {
  line-height: 20px;
  color: #b4b4b4;
}

.widget.wp-bp-footer-widget.widget_text p strong {
  color: #fff;
  font-weight: 200;
}

h2 {
  text-transform: uppercase;
}

.man_news_item_img {
  border-radius: 0;
}

#help .bg-dark {
  background-color: #f2f2f2 !important;
  padding: 60px 0;
}

#page {
  background-color: #f2f2f2;
}

.home #page {
  background-color: #fff !important;
}

#help .bg-dark h4 {
  color: #000;
  font-weight: 400;
}

.btn.rounded {
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 300;
  border-radius: 0 !important;
}

#help .btn.rounded {
  margin-top: 20px;
}

.slider-title-text {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.newsletter-inner-text p {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

.newsletter-inner-text h2 {
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 46px;
}

.newsletter-form form > div > div:first-child {
  width: 100%;
  height: 36px;
  background: #fff;
  width: 250px;
}

.newsletter-form form > div > div:first-child::after {
  content: "";
  width: 0;
  top: 0px;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 10px;
  border-color: transparent #fff transparent #fff;
  position: absolute;
  left: 265px;
}

.newsletter-form form > div > div:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 18px 0;
  border-color: transparent #fff transparent #fff;
  position: absolute;
  left: 5px;
}

.newsletter-form div {
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: unset !important;
}

.newsletter-form input {
  border-radius: 0 !important;
  border: none !important;
  height: 100% !important;
  width: 100% !important;
}

.mailerlite-subscribe-submit {
  background: #000 !important;
  color: #fff !important;
  border: none;
  padding: 5px 20px;
}

.newsletter-form .mailerlite-form form > div > div:first-child::after {
  top: 10px;
}

.mailerlite-form-field, .mailerlite-subscribe-button-container {
  display: inline-block;
  width: calc(50% - 35px);
}

.mailerlite-subscribe-button-container {
  min-width: 177px;
}

.mailerlite-form-field label {
  display: none !important;
}

.mailerlite-form-loader {
  color: #fff !important;
}

.mailerlite-form-response h4 p span{
//  font-family: 'tuerca' !important;
font-size:1.4rem;
}

@media (min-width: 992px) {
  .mailerlite-form-loader {
    text-align: right;
    position: relative;
    top: -40px;
  }
}

@media (max-width: 991px) {
  .mailerlite-subscribe-button-container {
    text-align: left !important;
  }
  .mailerlite-form-loader {
    text-align: left;
  }
}

.man_news_item_cont {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 20px 10px 20px;
  font-size: 12px;
  display: block !important;
  background: #dddddd;
  color: #000;
}

.man_news_item_up {
  position: absolute;
  top: 0;
  z-index: 1;
  width: calc(100% - 10px);
  padding: 15px 20px 10px 20px;
  font-size: 16px;
  display: block !important;
  text-align: center;
  color: #fff;
}

.post-promotion {
  background: #d9000d;
}

.post-news {
  background: #0970bf;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  content: "";
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.slick-dots {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

#slider .slick-dots {
  bottom: 100px;
}

.wp-block-social-link {
  border-radius: 0;
}

footer #block-3 {
  margin-top: 20px !important;
}

#primary-menu li ul {
  background: #fff;
}

#primary-menu > li ul li ul li {
  border: none !important;
}

#primary-menu > li ul li ul {
  background: #eee !important;
  min-width: 500px !important;
}

.wp-bp-footer-widget ul {
  display: flex;
}

.newsletter-icon img {
  height: 100px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home #slider {
  background: #fff;
}

.form_subscribe.freshmail_form_1 {
  display: flex;
}

.form_subscribe.freshmail_form_2 {
  display: flex;
}

@media (max-width: 991px) {
  .form_subscribe.freshmail_form_1 {
    display: block;
  }

  .form_subscribe.freshmail_form_2 {
    display: block;
  }

  .newsletter-form form button.form_subscribe_button.button {
    margin-top: 10px;
  }

  .newsletter-form form > div > div:first-child {
    width: 100%;
  }

  .newsletter-form form > div > div:first-child::after {
    right: 5px;
    left: unset;
  }
}

@media (max-width: 768px) {
  .first-product {
    height: 275px;
  }
}

.slicknav_btn {
  background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover a,
.slicknav_nav a:hover a {
  background: #193764;
  color: #fff !important;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  border-radius: 0px;
}

.slicknav_menu {
  max-width: 54vw;
}

.slicknav_nav {
  background-color: #fff;
  color: #000;
}

.slicknav_nav a {
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.slicknav_nav .slicknav_row {
  margin: 0;
}

.slicknav_nav li {
  border-bottom: 2px solid #50c3e1;
}

.slicknav_nav .sub-menu li {
  border-bottom: 0;
}

.slicknav_nav ul {
  margin: 0;
}

p,
li,
li strong {
  font-family: "Montserrat" !important;
}

#header-top-sticky-wrapper {
  height: 100px !important;
}

.entry-header {
  font-size: 12px;
}

.demo-agents-list ul li {
  text-align: left;
}

strong.fm-m,
em.fm-m {
  font-family: "Montserrat" !important;
}

.elem-pobr-text {
  font-family: "Montserrat" !important;
}

.product .category-main-header {
  font-size: 18px !important;
  font-weight: 700 !important;
}

ul {
  list-style: square;
}

.tech-specs table {
  font-size: 14px;
  font-family: "Montserrat" !important;
}

.container-max-1400 {
  max-width: 67.333333% !important;
}

.menu-item-4250:hover {
  background-color: #193764 !important;
}

#primary-menu li ul li.menu-item-4250:hover a {
  color: #fff !important;
}

.menu-item-8317:hover {
  background-color: #193764 !important;
}

#primary-menu li ul li.menu-item-8317:hover a {
  color: #fff !important;
}

.menu-item-8218:hover {
  background-color: #193764 !important;
}

#primary-menu li ul li.menu-item-8218:hover a {
  color: #fff !important;
}

.category_menu > li.\32 59.active > a {
  background-color: #05558c !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.category_menu > li.\34 16.active > a {
  background-color: #05558c !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.menu-item-4266:hover {
  background-color: #05558c !important;
}

#primary-menu li ul li.menu-item-4266:hover a {
  color: #fff !important;
}

.menu-item-8318:hover {
  background-color: #05558c !important;
}

#primary-menu li ul li.menu-item-8318:hover a {
  color: #fff !important;
}

.menu-item-8235:hover {
  background-color: #05558c !important;
}

#primary-menu li ul li.menu-item-8235:hover a {
  color: #fff !important;
}

.category_menu > li.\32 65.active > a {
  background-color: #17aacd !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.category_menu > li.\34 14.active > a {
  background-color: #17aacd !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.menu-item-4255:hover {
  background-color: #17aacd !important;
}

#primary-menu li ul li.menu-item-4255:hover a {
  color: #fff !important;
}

.menu-item-8319:hover {
  background-color: #17aacd !important;
}

#primary-menu li ul li.menu-item-8319:hover a {
  color: #fff !important;
}

.menu-item-8245:hover {
  background-color: #17aacd !important;
}

#primary-menu li ul li.menu-item-8245:hover a {
  color: #fff !important;
}

.category_menu > li.\32 75.active > a {
  background-color: #50c3e1 !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.category_menu > li.\34 10.active > a {
  background-color: #50c3e1 !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.menu-item-4252:hover {
  background-color: #50c3e1 !important;
}

#primary-menu li ul li.menu-item-4252:hover a {
  color: #fff !important;
}

.menu-item-8320:hover {
  background-color: #50c3e1 !important;
}

#primary-menu li ul li.menu-item-8320:hover a {
  color: #fff !important;
}

.menu-item-8255:hover {
  background-color: #50c3e1 !important;
}

#primary-menu li ul li.menu-item-8255:hover a {
  color: #fff !important;
}

.category_menu > li.\32 88.active > a {
  background-color: #bf1d27 !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.category_menu > li.\34 12.active > a {
  background-color: #bf1d27 !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

.menu-item-4254:hover {
  background-color: #bf1d27 !important;
}

#primary-menu li ul li.menu-item-4254:hover a {
  color: #fff !important;
}

.menu-item-8268:hover {
  background-color: #bf1d27 !important;
}

#primary-menu li ul li.menu-item-8322:hover a {
  color: #fff !important;
}

.menu-item-8322:hover {
  background-color: #bf1d27 !important;
}

#primary-menu li ul li.menu-item-8268:hover a {
  color: #fff !important;
}

.category_menu > li.\33 09.active > a {
  background-color: #0970bf !important;
  display: block;
  color: #fff;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}

/*
.menu-item-4253:hover {
	background-color: #0970BF !important;
}
*/
#primary-menu li ul li.menu-item-4253:hover a {
  color: #fff !important;
}

#primary-menu > li ul.sub-menu li ul.sub-menu li a {
  color: #333 !important;
}

h6 {
  font-size: 0.95rem !important;
}

h1.entry-title {
  font-size: 1.8rem !important;
}

.entry-content a {
  font-family: "Montserrat" !important;
}

.about_text p {
  text-align: center !important;
  color: #fff;
}

.white_section {
  color: #fff;
}

.white_section ul {
  list-style-image: url("https://lechar.dzimen.pro-linuxpl.com/wp-content/uploads/2023/10/Path-84.svg");
  margin-top: 5%;
  padding-left: 5%;
}

.tech-specs-small p,
.tech-specs-small strong,
.youtube_section h3 {
  font-family: "Montserrat" !important;
}

.prod-title h1 {
  line-height: 1.6 !important;
}

@media (max-width: 500px) {
  #products .row {
    grid-template-columns: 100% !important;
  }

  #products .product-carousel {
    min-height: 375px !important;
  }
}

footer #text-2 a {
  color: #b4b4b4;
  font-size: 12px;
}

footer #text-7 a {
  color: #b4b4b4;
  font-size: 12px;
  font-family: "Montserrat" !important;
}

footer #text-2 a:hover {
  text-decoration: underline;
}

footer #text-7 a:hover {
  text-decoration: underline;
}

.page-id-8009 .entry-content-page a {
  font-family: "Montserrat" !important;
}

.page-id-8009 .pageContent .col-md-7 .col-12 {
  margin-left: 0px !important;
}

body.page-id-8009 {
  font-size: 14px;
}

.foreto-lang-title {
  display: none;
}

@media (max-width: 990px) {
  .foreto-lang-title {
    display: block;
  }
  a[hreflang] {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .page-id-33 .pageContent .col-md-7 .col-12 {
    margin-left: 0px !important;
  }

  body.page-id-33 {
    font-size: 14.5px;
  }

  .page-id-8009 .pageContent .col-md-7 .col-12 {
    margin-left: 0px !important;
  }

  body.page-id-8009 {
    font-size: 14px;
  }

  .page-id-8009 .entry-content-page .col-10 {
    font-size: 0.85rem;
  }

  .page-id-8009 .entry-content-page .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pll-parent-menu-item a span {
  font-weight: 700 !important;
}

.pl-widget,
.en-widget {
  display: none;
}
