@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	overflow-x: hidden;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.owl-carousel .owl-item img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

input {
	cursor: auto;
}

button {
	cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

*::-webkit-input-placeholder {
  color: #555;
  opacity: 0.5;
}

*:-moz-placeholder {
  color: #555;
  opacity: 0.5;
}

*::-moz-placeholder {
  color: #555;
  opacity: 0.5;
}

*:-ms-input-placeholder {
  color: #555;
  opacity: 0.5;
}

.hidden {
	display: none;
}

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

button.bay {
	width: 138px;
	height: 35px;
	background: #434a54;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 13px;
	padding: 0;
	line-height: 33px;
	transition: 0.3s;
}
button.bay:before {
	font-family: "FontAwesome";
	content: '\f07a';
	font-size: 13px;
	background: #039b3c;
	float: left;
	display: block;
	height: 100%;
	width: 40px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: 0.3s;
}
button.bay:hover {
	background: #039b3c;
}
button.bay:hover:before {
	background: #434a54;
}

/*top-line*/
.top-line {
	background: #f6f5f5;
	height: 31px;
	text-align: right;
}
.top-line .top-line-link {
	line-height: 29px;
	color: #999;
	font-size: 12px;
	margin-left: 17px;
}
.top-line .top-line-link:hover {
	text-decoration: none;
}
.top-line .top-line-link.my-cart:before {
	font-family: "FontAwesome";
	content: '\f07a';
	font-size: 12px;
	padding-right: 5px;
}
.top-line .top-line-link:before {
	font-family: "FontAwesome";
	font-size: 12px;
	padding-right: 5px;
}
.top-line .top-line-link.comein:before {
	content: '\f2be';
}
.top-line .top-line-link.comeout:before {
	content: '\f08b';
}
.top-line .top-line-link.sale:before {
	content: '\f02b';
}
/*end top-line*/

/*top-line2*/
.top-line2 {
	padding: 12px 0;
}
.top-line2 .header-logo {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.top-line2 .header-phone-wrap {
	display: inline-block;
	margin-left: 16px;
	vertical-align: top;
}
.header-phone {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
}
.header-phone:before {
	font-family: "FontAwesome";
	content: '\f098';
	font-size: 16px;
	padding-right: 11px;
}
.top-line2 #header-search {
	position: relative;
	margin-top: 10px;
}
.top-line2 #header-search input {
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 70px 0 15px;
}
.top-line2 #header-search button {
	position: absolute;
	top: 0;
	right: 0;
	background: #039b3c;
	color: #fff;
	font-size: 16px;
	border: none;
	height: 46px;
	width: 55px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.top-line2 .cart-informer {
	display: block;
	background: #039b3c;
	border-radius: 3px;
	height: 46px;
	margin-top: 10px;
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	max-width: 185px;
	margin-left: auto;
}
.top-line2 .cart-informer i {
	font-size: 16px;
	line-height: 46px;
}
.top-line2 .cart-informer .cart-val {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	color: #039b3c;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	position: relative;
	top: -1px;
	margin-left: 10px;
}
.top-line2 .cart-informer .cart-val:after {
	content: '';
	display: block;
	width: 1px;
	height: 44px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: -14px;
	left: 8px;
}
.top-line2 .cart-informer .cart-sum {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 92px;
	text-align: center;
}
/*end top-line2*/

/*toggle-menu*/
.toggle-menu {
  display: none;
  text-align: center;
	color: #fff;
  height: 46px;
  line-height: 45px;
  background: #039b3c;
  position: relative;
  top: 10px;
  border-radius: 3px;
}
.toggle-menu:hover {
	color: #fff;
}
/*end toggle-menu*/

/*hidden-menu*/
.hidden-menu {
	background: #434a54;
	width: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 999;
	transition: right 0.5s ease-in-out;
	min-height: 100vh;
}
.hidden-menu.show {
	right: 0;
	position: absolute;
}
.hidden-menu .hidden-menu-head {
	background: #393f48;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 8px 0 12px 0;
}
.hidden-menu .button-close-menu {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #24282d;
	font-size: 16px;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
	z-index: 1000;
	opacity: 0.6;
	transition: 0.3s;
}
.hidden-menu .button-close-menu:hover {
	opacity: 1;
}
.hidden-menu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	background: #434a54;
}
.hidden-menu ul li {
	position: relative;
	list-style-type: none;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	background: #434a54;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: 0.3s;
}
.hidden-menu ul li.active {
	background: #039b3c;
}
.hidden-menu ul li .button-down-wrap {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #393f48;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	transition: 0.3s;
}
.hidden-menu ul li i {
	font-size: 20px;
	transition: 0.3s;
}
.hidden-menu ul li .button-down-wrap.active {
	background: #10558a;
}
.hidden-menu ul li .button-down-wrap.active i {
	transform: rotate(-180deg);
}
.hidden-menu ul li a {
	display: block;
	padding: 15px 10px;
}
.hidden-menu ul li ul {
	border-top: 1px solid rgba(255,255,255,0.1);
	display: none;
	margin-bottom: -1px;
	padding-left: 15px;
}
/*end hidden-menu*/

/*header-menu*/
.header-menu {
	background: #434a54;
}
.header-menu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 50px;
	height: 50px;
}
.header-menu > ul li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.1);
	background: #434a54;
	color: #fff;
}
.header-menu > ul li a {
	display: block;
	padding: 0 15px;
	cursor: pointer;
}
.header-menu > ul li a:hover {
	background: #039b3c;
}
.header-menu > ul li a.active {
	background: #039b3c;
}
.header-menu > ul li:hover > ul {
	display: block;
}
/*2й уровень меню*/
.header-menu li ul {
	position: absolute;
	top: 50px;
	width: 327px;
	left: 0;
	z-index: 999;
	display: none;
}
.header-menu li > ul li ul {
	position: absolute;
	top: -1px;
	left: 327px;
	z-index: 999;
	display: none;
  width: 327px;
}
.header-menu > ul > li > ul > li {
	width: 317px;
	font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-menu > ul > li > ul > li > a {
	padding: 15px 30px 15px 15px;
	position: relative;
}
.header-menu li a i {
	position: absolute;
	top: 17px;
	right: 23px;
	font-size: 14px;
}
.header-menu > ul > li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*3й уровень*/
.header-menu > ul > li > ul > li > ul {
	position: absolute;
	top: -1px;
	left: 317px;
	z-index: 999;
	display: none;
}
.header-menu > ul > li > ul > li > ul li {
	font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-menu > ul > li > ul > li > ul li a {
	padding: 15px 30px 15px 15px;
}
.header-menu > ul > li > ul > li > ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*end header-menu*/

.content {
	margin: 20px 0 40px 0;
}

/*column left*/
.sidebar-item {
	padding: 6px 19px 27px 19px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.sidebar-item h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
}
.sidebar-owl-carousel .owl-nav {
	position: absolute;
	top: -42px;
	right: 0;
}
.sidebar-owl-carousel .owl-nav .owl-next, 
.sidebar-owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	background: #ddd;
	border-radius: 3px;
	margin-left: 7px;
	text-align: center;
	transition: 0.3s;
	line-height: 18px;
}
.sidebar-owl-carousel .owl-nav .owl-next:hover, 
.sidebar-owl-carousel .owl-nav .owl-prev:hover {
	background: #039b3c;
}
.sidebar-owl-carousel .owl-nav .owl-next:before,
.sidebar-owl-carousel .owl-nav .owl-prev:before {
	font-family: "FontAwesome";
	font-size: 13px;
}
.sidebar-owl-carousel .owl-nav .owl-next:before {
	content: '\f105';
}
.sidebar-owl-carousel .owl-nav .owl-prev:before {
	content: '\f104';
}
.product-anonse-item {
	text-align: center;
	padding: 15px 10px 0 10px;
	max-width: 263px;
	margin: 0 auto;
}
.product-anonse-item img {
	margin: 0 auto;
}
.product-anonse-img-wrap {
	min-height: 150px;
}
.product-anonse-item h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 10px 0 5px 0;
	height: 53px;
	overflow: hidden;
}
.product-anonse-item .compare-price {
	font-size: 14px;
	color: #d3d3d3;
	text-decoration: line-through;
	margin: 0;
	margin-bottom: -2px;
}
.product-anonse-item .red-price {
	font-size: 16px;
	font-weight: 700;
	color: #d42626;
	margin: 0;
	margin-bottom: 11px;
}
.product-anonse-item .black-price {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 13px;
	margin-top: 8px;
}
.sidebar-item .consult-text {
	margin: 18px 0;
}
.sidebar-item .news-item {
	margin: 18px 0;
}
.sidebar-item .news-item:last-child {
	margin: 0;
}
.sidebar-item .news-item .data {
	margin: 0;
	margin-bottom: 2px;
}
.sidebar-item .news-item .data:before {
	font-family: "FontAwesome";
	content: '\f073';
	font-size: 14px;
	padding-right: 10px;
	color: #555;
}
.sidebar-item .news-item .link {
	text-decoration: underline;
}
/*end column left*/

/*column right*/
.home-slider .owl-nav .owl-next, 
.home-slider .owl-nav .owl-prev {
	display: inline-block;
	position: absolute;
	top: calc(50% - 25px);
	width: 30px;
	height: 50px;
	background: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	opacity: 0.5;
	transition: 0.3s;
	line-height: 48px;
}
.home-slider .owl-nav .owl-prev {
	left: 0;
}
.home-slider .owl-nav .owl-next {
	right: 0;
}
.home-slider .owl-nav .owl-next:hover, 
.home-slider .owl-nav .owl-prev:hover {
	opacity: 1;
	background: #039b3c;
	color: #fff;
}
.home-slider .owl-nav .owl-next:before,
.home-slider .owl-nav .owl-prev:before {
	font-family: "FontAwesome";
	font-size: 21px;
}
.home-slider .owl-nav .owl-next:before {
	content: '\f105';
}
.home-slider .owl-nav .owl-prev:before {
	content: '\f104';
}

.home-utp {
	margin: 30px 0;
}
.home-utp-item {
	display: block;
	text-align: center;
	background: #f8f8f8;
	padding: 20px 0;
	border: 2px solid #f8f8f8;
	transition: 0.3s;
}
.home-utp-item:hover {
	border-bottom: 2px solid #039b3c;
}
.home-utp-item .head {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #039b3c;
}
.home-utp-item .descript {
	font-size: 13px;
	color: #999;
}

.content-owl-item {
	padding: 6px 0px 27px 0px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.content-owl-item h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 19px 19px 19px;
}
.content-owl-carousel .owl-nav {
	position: absolute;
	top: -47px;
	right: 19px;
}
.content-owl-carousel .owl-nav .owl-next, 
.content-owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	background: #ddd;
	border-radius: 3px;
	margin-left: 7px;
	text-align: center;
	transition: 0.3s;
	line-height: 18px;
}
.content-owl-carousel .owl-nav .owl-next:hover, 
.content-owl-carousel .owl-nav .owl-prev:hover {
	background: #039b3c;
}
.content-owl-carousel .owl-nav .owl-next:before,
.content-owl-carousel .owl-nav .owl-prev:before {
	font-family: "FontAwesome";
	font-size: 13px;
}
.content-owl-carousel .owl-nav .owl-next:before {
	content: '\f105';
}
.content-owl-carousel .owl-nav .owl-prev:before {
	content: '\f104';
}

.home-banner-wrap {
	margin-bottom: 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.page-descript-wrap {
	background: #f8f8f8;
	padding: 25px;
	border-left: 4px solid #039b3c;
	max-height: 286px;
	overflow: hidden;
	position: relative;
}
h3.page-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 0;
}
.category-description p {
	margin-bottom: 16px;
	line-height: 20px;
}
.category-description p:last-child {
	margin-bottom: 0;
}
.category-description ul {
	margin-bottom: 16px;
}
.link-more {
	position: absolute;
	top: 232px;
	right: 0;
	padding: 12px 25px 25px 0;
	text-decoration: underline;
	display: block;
	width: 100%;
	text-align: right;
	background: #f8f8f8;
}
.link-more span {
	cursor: pointer;
}
/*end column right*/

/*footer*/
.footer {
	background: #202020;
	padding: 30px 0;
}
.footer h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #898989;
	margin-bottom: 18px;
}
.footer ul li {
	position: relative;
	margin-bottom: 9px;
}
.footer ul li a {
	display: inline-block;
	margin-left: 18px;
	color: #777;
	transition: 0.3s;
}
.footer ul li:before {
	font-family: "FontAwesome";
	content: '\f111';
	font-size: 6px;
	position: absolute;
	top: 7px;
	color: #777;
}
.footer ul li a:hover {
	color: #fff;
}
.footer .contacts-wrap {
	margin: 0;
}
.footer .contacts-wrap li {
	color: #777;
	margin-bottom: 18px;
}
.footer .contacts-wrap li:last-child {
	margin-bottom: 0;
}
.footer .contacts-wrap li span {
	display: inline-block;
	margin-left: 49px;
}
.footer ul.contacts-wrap li:before {
	font-size: 16px;
	color: #fff;
	width: 35px;
	height: 35px;
	background: #333333;
	border-radius: 2px;
	text-align: center;
	line-height: 35px;
	top: 3px;
}
.footer ul.contacts-wrap li.clock:before {
	content: '\f017';
}
.footer ul.contacts-wrap li.address:before {
	content: '\f041';
}
.footer ul.contacts-wrap li.phone:before {
	content: '\f10b';
}
/*end footer*/

/*footer-copyright*/
.footer-copyright {
	background: #121212;
	padding: 18px 0;
	color: #666666;
}
.footer-copyright p {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}
.footer-copyright .soc-wrap {
	text-align: right;
	font-size: 0;
}
.footer-copyright .soc-wrap a {
	display: inline-block;
	color: #fff;
	opacity: 0.4;
	font-size: 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 15px;
	transition: 0.3s;
}
.footer-copyright .soc-wrap a:hover {
	opacity: 1;
}
/*end footer-copyright*/

/*page-products*/
.bread-crumbs {
	margin: 15px 0;
	font-size: 13px;
	color: #666;
}
.bread-crumbs a {
	text-decoration: underline;
}
.bread-crumbs a:last-child {
	text-decoration: none;
}
.bread-crumbs i {
	margin: 0 7px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 17px 0 23px 0;
}
.page-products .subcat-item {
	display: block;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 25px 15px;
	margin-bottom: 30px;
	min-height: 268px;
}
.page-products .subcat-item .img-wrap {
	display: block;
	min-height: 150px;
	line-height: 150px;
}
.page-products .subcat-item .name {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #555;
	margin-top: 12px;
}

.cat-descript-wrap {
	background: #f8f8f8;
	padding: 25px;
	border-left: 4px solid #039b3c;
}

.page-products .cat-product-item {
	border: 1px solid #e5e5e5;
	padding: 5px 15px 25px 15px;
	margin-bottom: 30px;
	position: relative;
}
.page-products .annotation {
	font-size: 13px;
	color: #8a8a8a;
	margin: 12px 0;
}

.sortby {
	text-align: right;
	font-size: 13px;
	margin-bottom: 30px;
}
.sortby select {
	display: inline-block;
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	padding: 0 27px 0 10px;
	height: 29px;
	z-index: 1;
  background: transparent;
	/*for WebKit*/
 -webkit-appearance: none;
 /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
.sortby select::-ms-expand {
  display: none;
}
.sortby label {
	position: relative;
	line-height: 27px;
}
.sortby label:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: "FontAwesome";
	content: '\f107';
	font-size: 16px;
	z-index: 0;
}

.pagination-nav {
	text-align: center;
	margin-bottom: 60px;
	font-size: 0;
}
.pagination-nav a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	margin-right: 5px;
}
.pagination-nav a.selected {
	color: #fff;
	background: #039b3c;
	border-color: #039b3c; 
}
.pagination-nav a:last-child {
	margin-right: 0;
	width: 41px;
}

.filters-product {
	font-size: 13px;
}
.filters-product select {
	display: inline-block;
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	padding: 0 27px 0 10px;
	height: 27px;
	z-index: 1;
  background: transparent;
	/*for WebKit*/
 -webkit-appearance: none;
 /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
.filters-product select::-ms-expand {
  display: none;
}
.filters-product .filter-select-wrap {
	position: relative;
	line-height: 25px;
}
.filters-product .filter-select-wrap:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: "FontAwesome";
	content: '\f107';
	font-size: 16px;
	z-index: 0;
}
.filters-product .filter-name-wrap {
	height: 100%;
	display: table;
}
.filters-product .name {
	display: table-cell;
	vertical-align: middle;
	line-height: 13px;
}
.filters-product .filter-product-item {
	margin-bottom: 15px;
}
.filters-product .filter-product-item:last-child {
	margin-bottom: 0;
}
/*end page-products*/

/*page-product*/
.product-info-wrap {
	margin-top: 30px;
}
.product-img-link {
	display: inline-block;
	position: relative;
}
.product-images-wrap {
	margin: 15px 0 25px 0;
	font-size: 0;
}
.product-images-wrap a {
	display: inline-block;
	width: calc(25% - 5px);
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 0 5px 5px 0;
}
.page-product .product-info-item {
	margin-bottom: 22px;
}
.page-product .product-info-item.articul {
	margin-bottom: 18px;
}
.page-product .product-info-item .name {
	display: inline-block;
	min-width: 110px;
}
.page-product .product-info-item .product-price span {
	font-weight: 700;
	font-size: 26px;
}
.page-product .product-info-item .product-price.red {
	color: #d42626;
}
.page-product .product-info-item .compare-price {
	font-size: 14px;
	color: #d3d3d3;
	text-decoration: line-through;
	margin: 0;
	margin-right: 8px;
}
.page-product .product-info-item form.cart {
	display: inline-block;
}
.product-val-wrap {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 24px;
}
.product-val {
	width: 118px;
	height: 35px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
}
.product-val-change {
	position: absolute;
	top: 1px;
	width: 38px;
	display: block;
	height: 33px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
}
.product-val-change.minus {
	left: 1px;
	border-right: 1px solid #e5e5e5;
	line-height: 33px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.product-val-change.plus {
	right: 1px;
	border-left: 1px solid #e5e5e5;
	line-height: 33px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.product-val-change:hover {
	background: #f6f5f5;
}
.page-product form#order-one-click,
.page-product form#order-report-availability {
	max-width: 420px;
	background: #f6f5f5;
	padding: 20px 22px;
	margin: 28px 0;
	text-align: center;
	min-height: 76px;
}
.page-product form#order-one-click input,
.page-product form#order-report-availability input {
	display: inline-block;
	max-width: 214px;
	width: 100%;
	height: 35px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
	background: transparent;
	margin-right: 20px;
}
.page-product form#order-report-availability input {
	max-width: 151px;
}
.page-product form#order-one-click button,
.page-product form#order-report-availability button {
	display: inline-block;
	max-width: 138px;
	width: 100%;
	height: 35px;
	background: #16a086;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	border: none;
	line-height: 33px;
	position: relative;
	top: -1px;
	transition: 0.3s;
}
.page-product form#order-report-availability button {
	max-width: 200px;
}
.page-product form#order-one-click button:hover,
.page-product form#order-report-availability button:hover {
	background: #1ab497;
}

.page-product .tabs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 22px;
	font-size: 0;
}
.page-product .tabs .tab {
	display: inline-block;
	cursor: pointer;
	padding-bottom: 15px;
	margin-right: 28px;
	border-bottom: none;
	font-size: 14px;
	position: relative;
  top: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-product .tabs .tab:last-child {
	margin-right: 0;
}
.page-product .tabs .tab.tab-active {
	border-bottom: 3px solid #039b3c;
}
.page-product .tab-content {
	margin-bottom: 35px;
}
.page-product h5 {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 17px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.page-product h5 span {
	padding-bottom: 15px;
	border-bottom: 3px solid #039b3c;
}
.page-product .prev-next-product {
	margin-bottom: 35px;
}
.page-product .prev-product,
.page-product .next-product {
	display: table;
	width: 100%;
	border: 1px solid #e5e5e5;
	position: relative;
	height: 122px;
}
.page-product .prev-product {
	padding-right: 10px;
}
.page-product .next-product {
	padding-left: 10px;
}
.page-product .prev-product:before {
	font-family: "FontAwesome";
	content: '\f104';
	font-size: 26px;
	color: #555;
	background: #edebeb;
	width: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 118px;
}
.page-product .next-product:after {
	font-family: "FontAwesome";
	content: '\f105';
	font-size: 26px;
	color: #555;
	background: #edebeb;
	width: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 118px;
}

.page-product .prev-product-wrap {
	padding-left: 70px;
  display: table-cell;
  vertical-align: middle;
}
.page-product .prev-product-wrap img {
	float: left;
	margin-top: 17px;
  padding-right: 20px;
}
.page-product .prev-product-text-wrap {
	display: table;
	height: 100%;
}
.page-product .prev-product-text {
	line-height: 18px;
	display: table-cell;
  vertical-align: middle;
}

.page-product .next-product-wrap {
	padding-right: 70px;
  display: table-cell;
  vertical-align: middle;
}
.page-product .next-product-wrap img {
	float: left;
	margin-top: 17px;
  padding-right: 20px;
}
.page-product .next-product-text-wrap {
	display: table;
	height: 100%;
}
.page-product .next-product-text {
	line-height: 18px;
	display: table-cell;
  vertical-align: middle;
}

.page-product .related-products-item {
	border: 1px solid #e5e5e5;
	padding: 5px 15px 25px 15px;
	margin-bottom: 30px;
	position: relative;
}

.page-product .features table {
	width: 100%;
}
.page-product .features tr {
	border-bottom: 1px solid #ececec;
}
.page-product .features td {
	padding: 15px 0;
}
.page-product .features td.values {
	text-align: right;
}

#comments .comment-item {
	border-bottom: 1px solid #ececec;
	padding: 18px 0;
}
#comments .comment-item .comment-header {
	font-weight: 700;
	margin-bottom: 9px;
}
#comments .comment-item .comment-header span {
	color: #737373;
	font-weight: 400;
	font-size: 13px;
}
#comments .comment-item .comment-header:before {
	font-family: "FontAwesome";
	content: '\f2c0';
	font-size: 13px;
	margin-right: 3px;
}

#comments form.form input.button {
	width: 138px;
	height: 35px;
	background: #434a54;
	padding: 0;
	color: #fff;
	border: none;
	font-size: 13px;
	line-height: 35px;
	border-radius: 3px;
	cursor: pointer;
}

.page-product .product-variant {
	display: inline-block;
	position: relative;
	width: 100%;
  min-width: 118px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 27px 0 10px;
	height: 35px;
	z-index: 1;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
}
.page-product .product-variant-label {
	position: relative;
  line-height: 35px;
}
.page-product .product-variant-label:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: "FontAwesome";
	content: '\f107';
	font-size: 16px;
	z-index: 0;
}
/*end page-product*/

/*page-cart*/
.page-cart .product-val-wrap {
	margin-right: 0;
	top: 0;
}
.page-cart .purchases {
	width: 100%;
}
.page-cart .purchases tr {
	height: 98px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.page-cart .purchases .p-image {
	padding: 0 5px;
	max-width: 70px;
}
.page-cart .purchases .p-name {
	width: 350px;
	padding: 0 5px;
}
.page-cart .purchases .p-price {
	min-width: 70px;
	padding: 0 20px 0 5px;
	text-align: right;
}
.page-cart .purchases .p-val {
	width: 118px;
	padding: 0 8px;
}
.page-cart .purchases .p-price-total {
	min-width: 80px;
	padding: 0 5px;
	text-align: right;
}
.page-cart .purchases .p-remove {
	text-align: right;
	width: 20px;
	padding: 0 10px 0 25px;
}
.page-cart .purchases .p-remove a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #ddd;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}
.page-cart .purchases .p-remove a i {
	font-size: 12px;
}
.page-cart .purchases .p-remove a:hover {
	background: #d42626;
}

.page-cart .coupon-code-wrap {
	background: #f6f5f5;
	padding: 25px 30px;
	margin-top: 25px;
}
.page-cart .coupon-code-wrap .coupon-code-head {
	padding-right: 20px;
}
.page-cart .coupon-code-wrap .coupon-code-input {
	display: inline-block;
	background: transparent;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 333px;
	height: 40px;
	border-radius: 3px;
	margin-right: 20px;
	padding: 0 15px;
}
.page-cart .coupon-code-wrap .coupon-code-button {
	display: inline-block;
	width: 100%;
	max-width: 184px;
	height: 40px;
	background: #aba9a9;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 38px;
	transition: 0.3s;
}
.page-cart .coupon-code-wrap .coupon-code-button:hover {
	background: #1ab497;
}

.page-cart .message-error {
	padding: 15px 30px;
	margin: 10px 0;
	color: red;
	background-color: #ffcaca;
}
.page-cart .cart-total-price {
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 17px 10px;
	margin: 25px 0;
}
.page-cart .message-success {
	padding: 15px 30px;
	margin: 10px 0;
	color: #fff;
	background-color: #1ab497;
}
.page-cart .message-discount {
	font-size: 16px;
	text-align: right;
	font-weight: 700;
	margin: 20px 0 0 0;
}

.ordering-wrap {
	padding: 0 15px;
}
.ordering {
	padding: 6px 0px 27px 0px;
	border: 1px solid #e5e5e5;
	margin-top: 15px;
	margin-bottom: 30px;
}
.ordering h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 19px 19px 19px;
}
.ordering label {
	display: inline-block;
	margin: 12px 0 10px 0;
}
.ordering input:not([type="checkbox"],[type="submit"]),
.ordering select {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0 14px;
	font-size: 14px;
}
.ordering select {
	position: relative;
	z-index: 1;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	padding-right: 40px;
}
.ordering select.placeholder {
  color: #b6b6b6;
}
.ordering option[disabled] {
  display: none;
}
.ordering option {
	color: #555;
}
.ordering textarea {
	display: block;
	width: 100%;
	height: 98px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 14px;
}
.ordering .ordering-button {
    display: block;
	width: 184px;
	height: 44px;
	border: none;
	background: #039b3c;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 30px 0 5px auto;
	transition: 0.3s;
}
.ordering .ordering-button:hover {
	background: #05b346;
}
.ordering .ordering-button:disabled {
    background: #aba9a9;
    cursor: not-allowed;
}
.ordering .select-wrap {
	position: relative;
}
.ordering .select-wrap:after {
	position: absolute;
	top: 11px;
	right: 19px;
	font-family: "FontAwesome";
	content: '\f107';
	font-size: 16px;
	z-index: 0;
	color: #8e8e8e;
}
.ordering .agreement {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}
.ordering .agreement input {
    width: 16px;
    height: 16px;
}
.ordering .agreement a {
    text-decoration: underline;
}
/*end page-cart*/

/*label-offer*/
.label-offer {
	display: inline-block;
	background: #d42626;
	color: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
}
/*end label-offer*/

/*cart-popup*/
#cart-popup .purchases {
	width: 100%;
}
#cart-popup h2 {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
#cart-popup .purchases tr {
	height: 98px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#cart-popup .purchases .p-image {
	padding: 0 5px;
	max-width: 70px;
}
#cart-popup .purchases .p-name {
	width: 350px;
	padding: 0 5px;
}
#cart-popup .purchases .p-price {
	min-width: 118px;
	padding: 0 20px 0 5px;
	text-align: right;
}
#cart-popup .purchases .p-val {
	width: 118px;
	padding: 0 8px;
}
#cart-popup .purchases .p-price-total {
	min-width: 118px;
	padding: 0 5px;
	text-align: right;
}
#cart-popup .purchases .p-remove {
	text-align: right;
	width: 20px;
	padding: 0 10px 0 25px;
}
#cart-popup .purchases .p-remove .remove_cart {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 16px;
	border-radius: 3px;
	border: none;
	background: #ddd;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
#cart-popup .purchases .p-remove .remove_cart:hover {
	background: #d42626;
}
#cart-popup .cart-total-price {
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #e3e3e3;
	padding: 17px 10px;
	margin: 0;
}
#cart-popup .cart-continue {
	display: block;
	text-align: center;
	width: 200px;
	background: #fed23d;
	color: #fff;
	height: 43px;
  line-height: 41px;
	border-radius: 3px;
	float: left;
  margin-top: 20px;
  transition: 0.3s;
}
#cart-popup .cart-continue:hover {
	background: #ffd855;
}
#cart-popup .to-cart {
	display: block;
	text-align: center;
	width: 200px;
	background: #039b3c;
	color: #fff;
	height: 43px;
  line-height: 41px;
	border-radius: 3px;
	float: right;
  margin-top: 20px;
  transition: 0.3s;
}
#cart-popup .to-cart:hover {
	background: #05b346;
}
#cart-popup .fancybox-close-small:after {
	font-size: 28px;
}
/*end cart-popup*/

/*popup*/
.popup {
	padding: 10px 25px 25px 25px;
	background-color: #fff;
	max-width: 400px;
	margin: auto;
	position: relative;
	border-radius: 5px;
	text-align: center;
}
.mfp-bg {
	opacity: 0.7;
}
/*end popup*/

/*popup addtocard*/
.popup-addtocard-head {
	font-size: 18px;
	margin: 10px 0;
}
.popup-button-close {
	background-color: #039b3c;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: 350px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 3px;
	cursor: pointer;
}
.popup-button-tocart {
	background-color: #fed23d;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: 350px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	margin: 15px auto 8px auto;
	border-radius: 3px;
}
.popup-button-tocart:hover {
	text-decoration: none;
	color: #fff;
}
/*end popup addtocard*/

/*popup animate*/
.my-mfp-zoom-in .popup {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .popup {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .popup {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*end popup animate*/

/*topcontrol*/
#topcontrol {
	margin: 0;
	left: auto;
	right: 20px !important;
	bottom: 20px !important;
	background-image: none;
	background: #ddd;
	width: 35px;
	height: 35px;
	line-height: 31px;
	border-radius: 3px;
	text-align: center;
	transition: 0.5s;
}
#topcontrol:hover {
	background: #434a54;
}
#topcontrol:before {
	font-family: "FontAwesome";
	content: '\f106';
	font-size: 24px;
	color: #fff;
}
/*end topcontrol*/

.autocomplete {
	width: 501px !important;
	margin: -5px 6px 6px -6px;
}

/*Lang*/
.lang {
	display: inline-flex;
	gap: 0 3px;
	margin-left: 17px;
}
.lang .item {
	color: #999;
	font-size: 12px;
}
.lang .item.active {
	color: #333;
}
.lang a.item:hover {
	text-decoration: underline;
}
.lang .delimiter {
	color: #999;
	font-size: 12px;
}
/*end Lang*/