/*! normalize.css v7.0.0 */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-family:'Open Sans',sans-serif;line-height:1.5;font-size: 14px;color: #333;background: #fafafa;}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;max-width:100%;}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0;border:none;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

a {color: #333;}
a:hover {color: #85c165;text-decoration: none;}

.scroll-wrap {
  max-height: 340px;
  overflow-y: scroll;
}
/* Работает в Firefox */
.scroll-wrap {
  scrollbar-width: thin;
  scrollbar-color: #8d8d8d #b6b6b6;
}

/* Работает в Chrome, Edge и Safari */
.scroll-wrap::-webkit-scrollbar {
  width: 5px;
}

.scroll-wrap::-webkit-scrollbar-track {
  background: #b6b6b6;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
  border-radius: 20px;
  border: 3px solid #8d8d8d;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.clear > * {float: left;}
.clear:after, .breadcrumb:after {content: '';display: block;clear: both;}

.text-right {text-align: right;}

.col-left, .col-right {
	width: 18%;
}
.product-category .col-left, .product-category .col-right {
	width: calc(22% - 2px);
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.col-left + .col-content,
.col-content + .col-right {
	float: right;
}
.col-content {
	width: 78%;
}

.product-category h1 {
	font-weight: 800;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 0.75em;
}
.sorting-box {
	background: #fff;
	margin-bottom: 2px;
	padding: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sorts-desctop {
	text-align: right;
}
.sorts-desctop .text-sort {
	font-size: 16px;
	font-weight: 400;
	margin-right: 13px;
}
.sorts-desctop a {
	text-decoration: none;
}
.sorts-desctop a + a {
	margin-left: 13px;
}
.sorts-desctop a > span:before {
	color: #c1c1c1;
}
.sorts-desctop a.active > span:before {
	color: #85c165;
}

#content {
	min-height: 500px;
	text-align: justify;
}


.btn {
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 3px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	color: #333;
	background: #f6dd70;
	outline: none;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover {
	background: #ffc107;
	color: #333;
}
.not-logged {
	color: #333;
	background: #f6dd70;
	padding: 8px 0;
	text-align: center;
}
.not-logged b {
	color: #333;
}
.not-logged span {
	font-size: 22px;
	display: inline-block;
	line-height: 1.2;
	vertical-align: bottom;
}
.btn-header {
	background: #85c165;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	margin-left: 5px;
	line-height: 20px;
	text-decoration: none;
}
@media screen and(max-width: 992px) {
	.btn-header { margin-top: 10px; }
}
.btn-header:hover {
	color: #fff;
}

.for-credit {
  text-align: center;
  font-weight: bold;
}
.for-credit button img {
	vertical-align: middle;
	transition: linear all 0.2s;
}
.for-credit button img + span {
	margin-left: 10px;
	z-index: 13;
	font-weight: 600;
}
.for-credit button:hover img {
	transform: scale(1.15);
}
#input-month {
	max-width: 180px;
}

.btn-image {
	background: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.breadcrumb {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
.product-category .breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
}
.breadcrumb li + li:before {
	float: left;
	display: block;
	content: ' >> ';
	padding: 0 7px;
}
.breadcrumb a {
	text-decoration: none;
}

.header .languages a {
    text-transform: uppercase;
    font-size: 12px;
}
.header .languages a.active {
    color: #85c165;
}
.header a {
	text-decoration: none;
}

.header {
	padding: 20px 0;
	z-index: 5;
	position: relative;
}
.header .logo {
	width: 160px;
}
.header .search {
	margin-left: 30px;
	width: 400px;
	position: relative;
}
.header .work-day {
	width: 130px;
	line-height: 20px;
	margin-left: 30px;
	font-weight: 600;
}
.header .info {
	margin-left: 10px;
	width: 180px;
}
.header .cart-box {
	margin-left: 10px;
}
.header .compare-box {
	margin-left: 10px;
}
.header .user-box {
	margin-left: 10px;
}




.header .logo img {
	width: 100%;
}

.header .languages {
    display: flex;
    flex-direction: column;
}


.header .account a + a {margin-left: 20px;}
.header .languages a + a {
    border-top: 1px solid #333;
}

.header .account,
.header .languages {
	line-height: 20px;
}


.header .phone {
	padding: 5px 0;
	line-height: 30px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.header .phone a {
	font-size: 16px;
	white-space: nowrap;
	display: block;
}
.header .phone > a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #354855;
}
.header .phone > a span.icon-phone {
	font-size: 24px;
	margin-right: 6px;
}
.header .phone > a span.icon-phone:before {
	color: #85c165;
}
.header .phone > a span.icon-arrow_down {
	font-size: 7px;
	margin-left: 6px;
}
.header .phone:hover ul {
	display: block;
}
.header .phone ul {
	position: absolute;
	top: 100%;
	left: -20px;
	right: -20px;
	display: none;
	padding: 10px;
	margin: 0;
	list-style: none;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
	background: #fff;
}
.header .phone ul a {
	line-height: 1;
	padding: 5px 0;
}



.header .search input {
	box-sizing: border-box;
	border: 1px solid #E0E0E0;
	padding: 0 0 0 40px;
	height: 40px;
	outline: none;
	border-radius: 5px 0 0 5px;
	width: 300px;
	text-indent: 15px;
	display: block;
	border-right: none;
	background: url('../icons/search.png') no-repeat 17px center;
}
.header .search button {
	width: 100px;
	text-align: center;
	line-height: 40px;
	text-transform: normal;
	height: 40px;
	background: #85c165;
	color: #faf5f5;
	border: none;
	border-radius: 0 5px 5px 0;
}
.header .search button:hover {
	background: #358a45;
}

.header .search > div {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 4;
	background: #fff;
}
.header .search > div ul {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.1);
	margin: 0;
	padding: 10px 5px;
	list-style: none;
}
.livesearch-item {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.livesearch-item > a {
	display: flex;
	align-items: center;
}
.header .search > div li + li {
	margin-top: 5px;
	border-top: 1px solid #eee;
}
.header .search > div img {
	width: 40px;
}
.header .search > div .name {
	line-height: 1.3;
	margin: 0 10px;
	box-sizing: border-box;
}
.livesearch-item .price {
	display: flex;
  flex-direction: column;
  flex-basis: 125px;
  align-items: end;
}
.livesearch-item .price .price-old {
	text-decoration: line-through;
  color: #828282;
  font-size: 12px;
  line-height: 1;
}
.livesearch-item .price .price-new {
	font-weight: 700;
  font-size: 14px;
}

.view-icon-box {
	line-height: 47px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
	border-radius: 6px;
	width: 47px;
	height: 47px;
}
.shopping-cart .cart-totals {
	display: flex;
	position: relative;
}
.shopping-cart .count {
	position: absolute;
	top: -3px;
	right: -6px;
	font-size: 10px;
	font-weight: 600;
	color: #faf5f5;
	border-radius: 50%;
	background: #85c165;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-align: center;
	vertical-align: bottom;
}
.mobile-menu .shopping-cart {
	float: right;
}
.mobile-menu .shopping-cart .text {
	color: #fafafa;
}

.header-icons {
	display: flex;
}

.shopping-compare .compare-total, .shopping-user span[class*=icon] {
	font-size: 23px;
	line-height: 1;
}
.shopping-compare .count {
	font-size: 18px;
	font-weight: bold;
	color: #faf5f5;
	border-radius: 50%;
	background: #333;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}
/*.mobile-menu .shopping-compare {
	float: right;
	margin-right: 15px;s
}
.mobile-menu .shopping-compare .text {
	color: #fafafa;
}
.mobile-menu .shopping-compare .count {
	background: #fafafa;
	color: #333;
}*/
.mobile-menu {

}

.mm-menu, .mm-close {
	display: none;
}
.mobile-menu {
	display: none;
	background: #85c165;
	color: #faf5f5;
}
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.mobile-menu .level-1 {
	height: 0;
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.mobile-menu ul a {
	color: #fafafa;
	display: inline-block;
	line-height: 36px;
	text-decoration: none;
}
.mobile-menu .level-2 {
	padding-left: 30px;
	list-style-type: circle;
}
.mobile-menu .menu-text {
	float: left;
  line-height: 20px;
  margin: 5px 0;
  padding: 5px 14px;
  text-decoration: none;
  background: #f6dd70;
  color: #333;
  border-radius: 5px;
}
.mobile-menu .menu-text.active + ul {
	height: auto;
}
.mobile-menu .active .default,
.mobile-menu .close {display: none;}
.mobile-menu .active .close {display: block;}

.header-icons-mobile {
	display: flex;
	float: right;
}
.header-icons-mobile > * {
	margin: 5px 0 5px 10px;
}
.header-icons-mobile .view-icon-box {
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header-icons-mobile .shopping-compare .compare-total, .header-icons-mobile .shopping-user span[class*=icon] {
	font-size: 18px;
}
.header-icons-mobile .cart-totals img {
	max-height: 20px;
}
.header-icons-mobile .shopping-cart .count {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.main-menu {
	background: #85c165;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	position: relative;
	z-index: 4;
	height: 56px;
	box-sizing: border-box;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/*.main-menu.fixed > div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}*/
.main-menu ul.level-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.main-menu ul.level-1 > li  {
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
.main-menu ul.level-1 > li.open-catalog {
	border-right: none;
	margin-right: 1em;
}
.main-menu ul.level-1 > li:last-child {
	border-right: none;
}
.main-menu ul.level-1 > li > a {
	background: #85c165;
	color: #faf5f5;
	padding: 0 13px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-align: center;
	height: 34px;
	display: flex;
	align-items: center;
}
.mobile-menu ul.level-1 > li > a span[class*="icon"],
.main-menu ul.level-1 > li > a span[class*="icon"] {
	margin-right: 9px;
}
.mobile-menu ul.level-1 > li > a span.icon-catalog,
.main-menu ul.level-1 > li > a span.icon-catalog {
	font-size: 18px;
}
.mobile-menu ul.level-1 > li > a span.icon-delivery,
.main-menu ul.level-1 > li > a span.icon-delivery {
	font-size: 30px;
}
.mobile-menu ul.level-1 > li > a span.icon-calc,
.main-menu ul.level-1 > li > a span.icon-calc {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-chart,
.main-menu ul.level-1 > li > a span.icon-chart {
	font-size: 22px;
}
.mobile-menu ul.level-1 > li > a span.icon-varanty,
.main-menu ul.level-1 > li > a span.icon-varanty {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-return,
.main-menu ul.level-1 > li > a span.icon-return {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-send,
.main-menu ul.level-1 > li > a span.icon-send {
	font-size: 18px;
}
/*.mobile-menu ul.level-1 > li > a span,
.main-menu ul.level-1 > li > a span {
	text-indent: -9999px;
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url(../img/menu-ico.png) no-repeat 0 0;
}
.mobile-menu ul.level-1 > li > a span.i2,.main-menu ul.level-1 > li > a span.i2 {background-position: 0 -20px;}
.mobile-menu ul.level-1 > li > a span.i3,.main-menu ul.level-1 > li > a span.i3 {background-position: 0 -40px;}*/
.main-menu ul.level-1 > li > a.catalog {
	background: #f6dd70;
	color: #333;
	border-radius: 5px;
	padding: 10px 30px;
	height: auto;
}
.main-menu .level-2 {
	display: none;
	border: 1px solid #85c165;
	background: #f9f9f9;
	/*padding: 10px 0;*/
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
}

.main-menu .tab-names {
	width: 23%;
	box-sizing: border-box;
	height: 300px;
	padding-top: 20px;
	z-index: 2;
	position: relative;
}
.main-menu .tab-names a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 5px 15px;
	line-height: 1.2;
	color: #85c165;
	position: relative;
}
.main-menu .tab-names a.active {
	background: #fff;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.main-menu .tab-names a:hover {
	color: #358a45;
}
.main-menu .tab-names i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 18px;
	line-height: 18px;
	color: #ccc;
}
.main-menu .tab-names .active i {
	color: #666;
}

.main-menu .tab-content {
	width: 77%;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,.3);
}
.main-menu .tab-content > div {
	padding: 0 15px 0 5px;
	display: none;
}
.main-menu .tab-content > div.active {display: block;}
.main-menu .tab-content .column {
	width: 25%;
	box-sizing: border-box;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	height: 330px;
}
.main-menu .tab-content .column + .column {
	border-left: 1px solid #dadada;
}
.main-menu .tab-content .column:nth-child(4) ~ * {display: none;}
.main-menu .tab-content .title {
	text-align: center;
	font-weight: bold;
	color: #666;
}
.main-menu .tab-content li {
	line-height: 1.2;
	padding: 7px 0;
}
.main-menu .tab-content li + .title {
	margin-top: 15px;
}
.main-menu .tab-content .link a,
.main-menu .tab-content .link-2 a {
	color: #85c165;
	text-decoration: none;
}
.main-menu .tab-content .link a:hover,
.main-menu .tab-content .link-2 a:hover {
	color: #333;
}

.main-menu .tab-content .link-2 a {
	font-size: 14px;
	width: 50%;
	text-align: center;
}
.main-menu .product .image {
	width: auto;
	height: auto;
}
.main-menu .product.column {
	border: 1px solid #dadada;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.main-menu .product.column + .product {
	width: 24%;
	margin-left: 1%;
}
.main-menu .product .name, .main-menu .product .action {margin-top: 10px;}
.main-menu .product .price .actual {line-height: 30px;font-size: 20px;}
.main-menu .product .button {width: 80px;}
.main-menu .product .button a {height: 30px;line-height: 30px;width: 100%;}


.main-menu ul.level-1 > li:hover > div {display: block;}
.main-menu .level-2 > li > a,
.main-menu ul.level-3 > li > a,
.main-menu ul.level-4 > li > a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.main-menu .level-2 > li:hover > a {
	color: #333;
	font-weight: 600;
}

.main-menu .level-2 > li,
.main-menu ul.level-3 > li,
.main-menu ul.level-4 > li {
	padding: 0 10px;
	position: relative;
}
.main-menu .level-2 > li.children > a {
	font-size: 14px;
}
.main-menu .level-2 > li > i,
.main-menu ul.level-3 > li > i {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 34px;
}
.main-menu ul.level-3,
.main-menu ul.level-4 {
	position: absolute;
	background: #fff;
	width: 200px;
	left: 100%;
	top: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	display: none;
}
.main-menu .level-2 > li:hover {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.main-menu .level-2 > li:hover .level-3,
.main-menu ul.level-3 > li:hover .level-4 {
	display: block;
	box-shadow: 10px 0px 20px -10px rgba(0,0,0,.3);
}


.menu-fixed {
	height: 56px;
}

.fixed > .main-menu,
.fixed > .mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}


.footer {
	background: #333;
	color: #faf5f5;
	padding: 50px 0 10px;
	margin-top: 140px;
	line-height: 24px;
}
.footer .copiright {
	text-align: center;
	margin-top: 2rem;
}
.footer a {
	color: #faf5f5;
	text-decoration: none;
}
.footer a:hover {
	color: #ccc;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 25%;
}
.footer .social {
	margin-top: 10px;
}
.footer li + li {
	margin-top: 5px;
}
.footer .social a {
	font-size: 24px;
	width: 30px;
	height: 30px;
	color: #333;
	line-height: 30px;
	background: #faf5f5;
	color: #333;
	display: inline-block;
	text-align: center;
}
.social-mob {display: none;}
.footer .hotline {
	/*float: right;*/
	width: 150px;
}
.footer .hotline img {width: 100%;}

.footer .right {
	float: right;
}
.footer-svg {
	margin-top: 10px;
}
.footer-svg + .text {
	margin-top: 20px;
}
.footer-svg span {
	display: inline-block;
	vertical-align: middle;
}
.footer-svg span + span {
	margin-left: 20px;
}
.footer-svg img {
	width: 60px;
}
.social-svg {
	margin-top: 10px;
}
.social-svg + .text {
	margin-top: 20px;
}
.social-svg a {
	display: inline-block;
	vertical-align: middle;
}
.social-svg a + a {
	margin-left: 20px;
}
.social-svg img {
	width: 40px;
}
.part-svg img{
	width: 140px;
}

#slideshow {
	border-radius: 5px;
	overflow: hidden;
}
.main-slider {
	margin-top: 20px;
}
/*.main-slider .slideshow {
	width: 880px;
}*/
.main-slider .slideshow a,
.main-slider .slideshow img {width: 100%;}

.main-slider .special {
	width: 290px;
	float: right;
}
.main-slider .special .product {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	height: 480px;
}
.main-slider .special .product .image {
	width: 260px;
	height: 260px;
}
.slideshow .item {
	display: block;
}

.manufacturer-carousel {
	margin-top: 20px;
	border-radius: 5px;
  background: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
}
.manufacturer-carousel .item img {
	box-sizing: border-box;
  padding: 0 25px;
  max-width: 220px;
  margin: 0 auto;
}
.manufacturer-carousel.owl-carousel .owl-dots {
	bottom: -20px;
}



.products-box {margin-top: 40px;}
.products-box + .html-box {
	margin-top: 60px;
}
.product-category .products-box {margin-top: 0;}
.products-box .title {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
	color: #333;
	text-align: center;
	position: relative;
}
.products-box .title:before {
	content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f6dd70;
  border-radius: 5px;
}
.products-box .title span {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 37px;
	background: #fafafa;
}
.products-box .title span:before {
	content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 11px solid #f6dd70;
  border-bottom: 5px solid transparent;
}
.products-box .title span:after {
	content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 11px solid #f6dd70;
  border-bottom: 5px solid transparent;
}
.products-box .product {
	box-sizing: border-box;
	position: relative;
	height: 440px;
	overflow: hidden;
}
.products-box .product > .inner {
	position: absolute;
	padding: 20px 10px 0;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	transition: all .2s ease-in-out;
}
.products-box .product:hover {
	overflow: visible;
}
.products-box .product:hover > .inner {
	z-index: 1;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
}
.item4 .product {
	width: 25%;
	border-left: 1px solid #eee;
}
.item4 .product:nth-child(4n+1) {
	border-left: none;
}

.item3 .product {
	width: 33.3333%;
	border-right: 1px solid #eee;
}
.item3 .product:nth-child(3n+1) {
	border-left: 1px solid #eee;
}
.product-category .item3 .product:nth-child(3n+1) {
	border-left: none;
}

.product .image {
	width: 280px;
	height: 280px;
	margin: 0 auto;
	position: relative;
}
.product-page .images .image .stiker,
.product .image .stiker {
	background: #f44336;
	background-repeat: no-repeat;
	color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 20px;
	right: 20px;
}

.product .image .stiker-1,
.product .image .stiker-2,
.product .image .stiker-3,
.product .image .stiker-special {
	padding: 0;
	text-indent: -9999px;
	background-size: 80px;
	height: 80px;
	width: 80px;
	left: 0;
	right: auto;
}


.product-page .images .image .stiker-1,
.product-page .images .image .stiker-2,
.product-page .images .image .stiker-3,
.product-page .images .image .stiker-special {
	padding: 0;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	background-size: 100px;
	height: 100px;
	width: 100px;
}
.product-page .images .image .stiker-1, .product .image .stiker-1 {background-color: transparent; background-image: url(../image/Gif500.gif);}
.product-page .images .image .stiker-2, .product .image .stiker-2 {background-color: transparent; background-image: url(../image/Gif800.gif);}
.product-page .images .image .stiker-3, .product .image .stiker-3 {background-color: transparent; background-image: url(../image/Gift_free.gif);}

.product-page .images .image .stiker-special, .product .image .stiker-special {
	background-color: transparent; background-image:  url(../img/stiker-special.png);
}

.product .image .stiker-5,
.product .image .stiker-6 {
	background: #00d60b;
	left: 0;
	width: 80px;
	height: 40px;
	border-radius: 50%;
	padding: 20px 0;
	line-height: 20px;
	text-align: center;
}
.product .image .stiker-5 div,
.product .image .stiker-6 div {
	font-size: 16px;
}
.product .image .stiker-5 span,
.product .image .stiker-6 span {
	font-size: 11px;
}

.product-page .images .image .stiker-5,
.product-page .images .image .stiker-6 {
	border: 2px solid #fff;
	background: #00d60b;
	text-align: center;
	border-radius: 50%;
	padding: 30px 0;
	line-height: 20px;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 100px;
	font-size: 13px;
}
.product-page .images .image .stiker-5 div,
.product-page .images .image .stiker-6 div {
	font-size: 22px;
}
.product-page .images .image .stiker-5 span,
.product-page .images .image .stiker-6 span {
	font-size: 12px;
}

.product .image a,
.product .image img {
	display: block;
	width: 100%;
}
.product .name a {
	display: block;
	color: #333;
	text-decoration: none;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	text-align: left;
}
.product .name a:hover {
	color: #358a45;
}
.product .name,
.product .action {
	margin-top: 20px;
}
.product .button {
	width: 120px;
	float: right;
}
.product .price {
	position: relative;
}
.product .price > * {
	display: block;
}
.product .price .old {
	text-decoration: line-through;
	line-height: 1;
	color: #828282;
	font-size: 16px;
	line-height: 1;
}
.product .price .actual {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.product .compare {
	display: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0;
	margin-top: 20px;
}
.product .add-to-cart img {
	vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.product .compare a {
	text-decoration: none;
}
.product .attribute a:hover,
.product .compare a:hover {
	color: #358a45;
}
.product .attribute {
	padding: 15px 0;
	text-align: left;
}
.product .attribute > div + div {
	/*margin-top: 10px;*/
}
.product .attribute a {
	display: block;
	text-align: center;
	color: #85c165;
	font-size: 13px;
	margin-top: 10px;
}
.product .attribute span {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	width: 50%;
	box-sizing: border-box;
	height: 18px;
	overflow: hidden;
}
.product .attribute span + span {
	font-weight: bold;
}
.product .attribute .attr {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.pagination {
	margin: 50px 0 0 5em;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
}
.pagination li a,
.pagination li span {
	display: inline-block;
	width: 26px;
	text-decoration: none;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #85c165;
	margin-left: 3px;
}
.pagination li a:hover,
.pagination li span {
	background: #333;
}




.product-page {
	margin-top: 30px;
}
.product-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}
.product-wrapper-bottom {
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.product-page .images {
	flex: 1;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.product-page .images-wrapper {
	display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.product-page .images-wrapper .btn-image {
	border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 44px;
  color: #85c165;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
}
/*.product-page .images.one-img {width: 400px;}*/
.product-page .detail {
	flex: 1;
	box-sizing: border-box;
}
.product-page .detail .detail-content {
	padding: 40px 30px 20px;
}
.product-page .product-top-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page .compare {
	padding: 20px 30px;
	border-top: 1px solid #F2F2F2;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page .compare a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
.product-page .compare a i {
	margin-right: 10px;
  font-size: 18px;
  color: #C4C4C4;
  vertical-align: bottom;
}
.product-page .compare .icon-scale {
	font-size: 20px;
}

.product-page .info {width: 400px;margin-left: 50px;}

.product-page .name-col h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
}
.product-page .top {
	margin-bottom: 30px;
}
.product-page .rating-col {
	display: flex;
	align-items: center;
}
.product-page .rating-col .rating-count {
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
}

.product-information-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.product-information-links .link-item {
	padding: 17px 20px 17px 55px;
	border-radius: 5px;
	color: #333;
}
.product-information-links .link-item .heading {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.product-information-links .link-item .sub-heading {
	font-size: 13px;
	font-weight: 400;
}
.product-information-links .link-item .sub-heading a {
	color: #2F80ED;
	text-decoration: none;
}
.product-information-links .link-item .sub-heading a:hover {
	text-decoration: underline;
}
.product-information-links .free-delivery {
	background: #FFF9E4 url('../icons/carbon_delivery.png') no-repeat 17px center;
}
.product-information-links .chipper {
	background: #E5FFE4 url('../icons/ri_price-tag-3-line.png') no-repeat 17px center;
}

.product-page .product-actions {
	background: #FAFAFA;
	border-radius: 5px;
	margin-top: 16px;
}
.product-page .product-actions .action-row {
	padding: 20px;
}
.product-page .product-actions .action-row + .action-row {
	border-top: 1px solid #F2F2F2;
}
.product-page .product-actions .product-buy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page .product-actions .buy-buttons {
	display: flex;
}

.product-page .product-credit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product-page .product-credit .credit-payment {
	font-size: 14px;
	font-weight: 700;
}
.product-page .product-credit .credit-payment .payment-bill {
	color: #85c165;
}
.product-page .product-credit .bank-icons img {
	margin: 0 6px;
}
.product-page .product-credit .buttons {
	min-width: 195px;
	text-align: center;
}

.product-page .product-advantages {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}
.product-page .product-advantages .item {
	flex: 1;
	display: flex;
	align-items: center;
	border-right: 1px solid #F2F2F2;
	padding: 15px 10px 0 20px;
}
.product-page .product-advantages .item:last-child {
	border-right: none;
}
.product-page .product-advantages .item span[class*="icon"] {
	font-size: 25px;
	margin-right: 10px;
}
.product-page .product-advantages .item span.icon-card {
	font-size: 19px;
}
.product-page .product-advantages .item .text {
	font-size: 12px;
	font-weight: 400;
}


.product-page .product-advantages .img-packing {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(../icons/icon-packing.png) 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}


.product-page .mounting-warranty {
	margin-top: 20px;
}
.product-page .mounting-warranty a {
	background: url(../icons/guarantee.png) 15px 50% no-repeat;
	background-size: 46px;
	padding: 15px 20px 15px 75px;
	border-radius: 5px;
	margin-top: 20px;
	border: 2px solid #85c165;
	display: block;
	text-decoration: none;
	color: #333;
	transition: all .15s ease-in-out;
}
.product-page .mounting-warranty a:hover {
	border-color: #5d8b45;
}


.product-page .btn-kredit {
	margin-top: 10px;
	background: #fff;
	color: #85c165;
	border: 2px solid #85c165;
	font-weight: bold;
}

.product-page .info .info-head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product-page .info .text {
	color: #5d5d5d;
}
.product-page .info .green {
	color: #009a22;
}
.product-page .info .item + .item {margin-top: 20px;}

.product-page .info .i1 {
	background: url(../img/free-delivery.png) no-repeat 0 0;
}
.product-page .info .i2 {
	background: url(../img/montag.png) no-repeat 0 0;
}
.product-page .info .i3 {
	background: url(../img/oplata.png) no-repeat 0 0;
}
.product-page .info .item {
	background-size: 50px;
	padding-left: 60px;
}


.product-page .images .image-additional {
	width: 125px;
  border-right: 1px solid #F2F2F2;
  box-sizing: border-box;
  text-align: center;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
/*.product-page .images .image-additional > div {
	height: 75px;
	overflow: hidden;
}*/
.product-page .images .image-additional > div + div {
	margin-top: 10px;
}
.hidden {
	display: none;
}
/*.product-page .images .image-additional > div:nth-child(4) ~ div {display: none;}*/
.product-page .images .image {
	width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.product-page .images.one-img .image {
	width: 100%;
	max-width: 400px;
}


.product-page .images .image-additional a,
.product-page .images .image-additional img,
.product-page .images .image a,
.product-page .images .image img {
	width: 100%;
	display: block;
}
/*.product-page .images .image-additional a,
.product-page .images .image a {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
}*/

.product-page .images .image-additional a {
	padding: 12px 6px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;

}
.product-page .images .image-additional a:hover {
	border-color: #f6dd70;
}

.product-page .other-memory {
	padding: 15px 30px 30px;
  border-top: 1px solid #f2f2f2;
}
.product-page .other-color {
	margin-top: 15px;
}
.product-page .other-memory .title,
.product-page .other-color .title {
	font-weight: bold;
	font-size: 16px;
	color: #5d5d5d;
}
.product-page .other-color a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 5px;
	border-radius: 50%;
	border: 2px solid #ccc;
	position: relative;
}
.product-page .other-color a.active,
.product-page .other-color a:hover {
	border-color: #85c165;
}

.product-page .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
	transition: opacity 0.3s;
}
.product-page .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.product-page .other-color a:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.product-page .other-memory a {
	display: inline-block;
	color: #333;
	padding: 3px 10px;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.product-page .other-memory a:hover {
	border-color: #85c165;
}
.product-page .other-memory a.active {
	background: #85c165;
	border-color: #85c165;
	color: #fff;
}
.product-page .price .old {
	color: #828282;
	font-size: 14px;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-page .price .actual {
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
}
.product-page .stock-7,
.product-page .stock-5,
.product-page .stock-6,
.product-page .stock-8 {
	padding: 0 12px;
  line-height: 26px;
  color: #333;
  font-size: 12px;
  background: #F5FFF5;
  border-radius: 5px;
  position: relative;
}
.product-page div[class*="stock-"]:before {
	display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #85c165;
  border-radius: 100%;
  margin-right: 7px;
}
.product-page div.stock-5:before,
.product-page div.stock-6:before,
.product-page div.stock-8:before {
	content: "x";
  background: transparent;
  border: 1px solid;
  font-size: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 1;
}
.product-page .stock-5 {
	background: #fff5f5;
}
.product-page .stock-6,
.product-page .stock-8 {
	background: #ffb15029;
}

.product-page div.stock-5:before {
	color: #ea3a4d;
}
.product-page div.stock-6:before,
.product-page div.stock-8:before {
	content: "x";
	color: #ffb150;
}
.product-page select {
	width: 100%;
}

#product > .form-group {
	margin-top: 20px;
}
#product .color {
	display: inline-block;
}
#product .color input {display: none;}
#product .color label {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
}
#product .color input:checked + label {
	border-color: #85c165;
}




.product-stikers {
	margin-top: 20px;
	line-height: 20px;
}
.product-stikers > div + div {
	margin-top: 10px;
}
.product-stikers input {display: none;}
.product-stikers label {
	position: relative;
	padding-left: 30px;
	font-weight: bold;
}
.product-stikers label:before {
	display: block;
	content: '';
	background: #f1f2f3;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
}
.product-stikers input:checked + label {
	color: #85c165;
}
.product-stikers input:checked + label:before {
	background: #85c165 url(../img/checkbox.svg) no-repeat 50% 50%;
	border: none;
}
.product-stikers .info-ps {
	margin-left: 5px;
	color: #ff2f2f;
}
.product-stikers .price {
	float: right;
	font-weight: bold;
	font-size: 18px;
}
.product-stikers .price span {
	font-size: 12px;
}



.ps-popup .mfp-content > div {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	width: 600px;
	margin: 0 auto;
	position: relative;
}


#button-cart {
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #85c165;
	padding: 0;
	text-transform: none;
	min-width: 110px;
	margin-left: 10px;
}
#button-cart:hover {
	background: #5d8b45;
}
/*#button-cart span {
	line-height: 50px;
	display: inline-block;
	background: url(../img/cart.png) no-repeat 0 50%;
	background-size: 42px;
	padding-left: 60px;
}*/
#button-cart img {
	vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.product-tabs > ul {
	list-style: none;
	text-align: center;
	border: 1px solid #f6dd70;
	background-color: #fff;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-tabs > ul li {
	display: inline-block;
	flex: 1;
}
.product-tabs > ul a {
	display: block;
	padding: 21px 10px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.2s linear;
}
.product-tabs > ul li.active a {
	background: #f6dd70;
}
.product-tabs .tab-content {
	padding: 30px;
}
.product-tabs .tab-pane {
	display: none;
}
.product-tabs .tab-pane.active {
	display: block;
}

.product-tabs .attributes-box {
	margin-bottom: 60px;
}
.product-tabs .attributes-box h2 {
	display: inline-block;
	margin-top: 0;
}
.product-tabs .attributes-box h2 span.icon-service {
	font-size: 16px;
	margin-left: 15px;
}
.product-tabs .attributes {
	width: 48%;
}
.product-tabs .attributes + .attributes {
	margin-left: 4%;
}
.product-tabs .attributes .item > div {
	width: 50%;
	box-sizing: border-box;
}
.product-tabs .attributes .item {
	border-bottom: 1px solid #ddd;
}
.product-tabs .attributes .item + .item {
	margin-top: 15px;
}
.product-tabs .attributes .item > div:first-child {
	font-weight: bold;
	padding-right: 15px;
}
.product-tabs .attributes .item > div:nth-child(2) {
	padding-left: 15px;
}



.specials-tabs > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
}
.specials-tabs > ul li {
	display: inline-block;
	float: none;
	margin: 0 9px;
}
.specials-tabs > ul a {
	text-decoration: none;
	padding: 9px 25px;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	background: #F2F2F2;
	color: #828282;
	border-radius: 60px;
	transition: linear 0.15s all;
}
.specials-tabs > ul .active a {
	background: #f6dd70;
	font-weight: 600;
	color: #333;
}
.specials-tabs .tab-content {
	padding-top: 20px;
}
.specials-tabs .tab-pane {
	display: none;
}
.specials-tabs .tab-pane.active {
	display: block;
}





.review .button {
	margin: 10px auto 0;
	width: 200px;
}
.review .alert-danger {
	color: red;
}
.review form input[type=text],
.review form textarea,
.accountpage input,
.popup-oneclick input {
	width: 100%;
	resize: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 36px;
	border-radius: 3px;
}
.review form input[type=text],
.accountpage input,
.popup-oneclick input {
	padding: 0 10px;
}
.accountpage input,
.accountpage a.forgotten {
	margin-bottom: 10px;
}
.popup-oneclick {
	margin-top: 20px;
}
.popup-oneclick input + input {
	margin-top: 10px;
}
.popup-oneclick input.error {
	border-color: #f44336;
}
.oneclick .hidden {display: none;}

.btn-oneclick {
	margin-top: 10px;
	text-align: center;
}
#button-oneclick {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	background-color: #f6dd70;
	display: block;
	border-radius: 4px;
	line-height: 40px;
	min-width: 132px;
  text-align: center;
  white-space: nowrap;
}
#button-oneclick:hover {
	background-color: #ffd130;
}

.review form textarea {
	padding: 10px;
	height: 100px;
	margin-top: 10px;
}
.review .radio-box {
	text-align: center;
}
.review .item {
	padding: 5px;
	margin-top: 10px;
}
.review .item table {width: 100%;}

.radio-box input {display: none;}
.radio-box label {
	color: #f6dd70;
	cursor: pointer;
	font-size: 18px;
}
.radio-box label .fa-star-o {display: none;}

.radio-box input:checked ~ input + label .fa-star-o {display: inline-block;}
.radio-box input:checked ~ input + label .fa-star {display: none;}


.product-page .rating-col .rating,
.review .star {
	color: #f6dd70;
}
.product-page .rating-col .rating {
	font-size: 16px;
	text-align: center;
}

.product-page .description {
	/*margin-top: 40px;*/
}

.product-page .description * {
	font-size: 16px !important;
	line-height: 1.6 !important;
	background: none !important;
}
.product-page .description img {
	max-width: 100% !important;
	height: auto !important;
}
.product-page .description iframe {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}



.popular-post {
	margin-top: 60px;
}
.popular-post .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	color: #333;
}
.popular-post .item {
	background-size: cover;
	position: relative;
	display: block;
	text-decoration: none;
}
.popular-post .item:first-child {
	width: 60%;
	height: 480px;
}
.popular-post .item:first-child ~ .item {
	float: right;
	width: 38%;
	height: 230px;
}
.popular-post .item:last-child {
	margin-top: 20px;
}
.popular-post .item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
}

.mfp-content {padding: 20px 0;}
.mfp-content figure {margin: 0;background: #fff;}
img.mfp-img {padding: 20px 0 20px !important;}

.addcart-popup {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.addcart-popup .title {
	font-size: 24px;
}
.addcart-popup .total {
	font-size: 12px;
	margin-top: 10px;
}
.addcart-popup .buttons:after,
.addcart-popup .item:after {
	clear: both;
	display: block;
	content: '';
}
.addcart-popup .item {
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
	padding-top: 20px;
}
.addcart-popup .item > * {
	float: left;
}
.addcart-popup .image {
	width: 150px;
	display: block;
}
.addcart-popup .image * {width: 100%;}
.addcart-popup .name {
	width: 400px;
	margin-left: 50px;
}
.addcart-popup .name small {
	color: #aaa;
}
.addcart-popup .price {
	width: 150px;
	float: right;
	text-align: right;
}
.addcart-popup .big {
	font-size: 18px;
}
.addcart-popup .buttons {
	margin-top: 20px;
}
.addcart-popup .buttons a {width: 200px;}
.addcart-popup .buttons .left {float: left;}
.addcart-popup .buttons .right {float: right;}



.addcart-simplecheckout {
	border-bottom: 1px solid #eee;
}
.addcart-simplecheckout .item:after {
	clear: both;
	display: block;
	content: '';
}
.addcart-simplecheckout .item {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.addcart-simplecheckout .item > * {
	float: left;
}
.addcart-simplecheckout .image {
	width: 150px;
	display: block;
}
.addcart-simplecheckout .image * {width: 100%;}
.addcart-simplecheckout .pname {
	width: 550px;
	margin-left: 50px;
}
.addcart-simplecheckout .pname a {
	color: #85c165;
	text-decoration: none;
}
.addcart-simplecheckout .pname small {
	color: #aaa;
}
.addcart-simplecheckout .button {
	width: 50px;
	text-align: right;
	display: inline-block;
}
.addcart-simplecheckout .button a {
	cursor: pointer;
	color: #85c165;
}
.addcart-simplecheckout .price {
	width: 260px;
	text-align: right;
	float: right;
}
.addcart-simplecheckout span.number {
	line-height: 32px;
	margin-left: 10px;
}
.addcart-simplecheckout .btn-danger {
	line-height: 32px;
	float: right;
}
.addcart-simplecheckout .big {
	font-size: 18px;
}

.customer-register {
	text-align: center;
}
.customer-register + .customer-register {
	text-align: left;
}
.customer-register input {
	display: none;
}
.customer-register label {
	position: relative;
	background: #f1f2f3;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
	width: calc(80% - 20px);
	font-size: 15px;
	text-align: center;
}
.customer-register input:checked + label {
	/*background: #85c165 url(../img/checkbox.svg) no-repeat 10px 50%;*/
	background: #85c165;
	color: #fff;
}
/*
.product-stikers input:checked + label {
	color: #85c165;
}
.product-stikers input:checked + label:before {

	border: none;
}*/









.info-page {
	margin-top: 20px;
}
.info-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
}
.info-menu li + li {
	border-top: 1px solid #eee;
}
.info-menu a {
	display: block;
	background: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 10px;
}
.info-menu a.active {
	background: #85c165;
	color: #fff !important;
}


.information-6 .col-right {padding-top: 85px;}
.information-information  .col-content {
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
	padding: 10px 20px 20px;
	background: #fff;
}
.information-information.information-6 .col-content,
.information-information.information-3 .col-content {
	padding: 0;
	box-shadow: none;
	background: none;
}

.info-tabs > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-tabs > ul > li {
	box-shadow: inset 0 -10px 15px -15px rgba(0,0,0,.5);
	background: #e9e9e9;
	padding: 10px 15px;
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
}
.info-tabs > ul > li.active {
	background: #f6dd70;
	box-shadow: none;
	padding: 15px 15px;
	box-shadow: 0px -10px 20px -10px rgba(0,0,0,.1);
}
.info-tabs .title {
	font-size: 24px;
}
.info-tabs .sub-title {
	color: #787878;
	font-size: 13px;
}
.info-tabs > div {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	display: none;
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
}
.info-tabs > div.active {
	display: block;
}
.info-tabs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.information-information img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.information-information .images img {display: inline-block;}

.filters select,
.filters-mob select {
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.filters-mob select {
	width: 100%;
	box-sizing: border-box;
}
.filters-mob > div {
	margin-top: 10px;
}
.filters .limit {
	float: right;
}

.map-block {
	height: 500px;
	margin-top: 20px;
}
.contact-page {
	margin-top: 40px;
}
.contact-page .item {
	width: 30%;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
}
.contact-page .item + .item {
	margin-left: 5%;
}
.contact-page img {
	width: 100%;
}
.contact-page .info {
	padding: 10px 20px;
	background: #fff;
}
.contact-page .metro {
	background: url(../img/icon-metro.png) no-repeat 0 50%;
	color: #009ffd;
	font-size: 22px;
	font-weight: bold;
	padding-left: 35px;
}
.contact-page .address {
	font-size: 20px;
	font-weight: bold;
}
.contact-page ul {
	list-style: none;
	padding: 0;
	color: #999;
}

.show-btn {
	display: none;
	width: 30px;
	background: #85c165;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 100%;
}




.checkout-success .pull-right {width: 200px;}

.table-compare {
	width: 100%;
	min-width: 960px;
	border-spacing: 0;
}
.table-compare tbody td {
	width: 20%;
	font-size: 13px;
	text-align: left;
	padding: 5px 0;
}
.table-compare thead td {
	padding: 30px 0 0;
}
.table-compare tbody + tbody  td,
.table-compare tbody tr + tr td {
	border-top: 1px solid #eee;
}
.product-compare input[type=button],
.product-compare .btn {width: 100px;margin: 0 auto;display: inline-block;}
.product-compare input[type=button] {margin-bottom: 10px;}
.product-compare .scroll-x {overflow-x: scroll;}


.product-page .credit {
	padding: 5px 0;
	line-height: 40px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.product-page .credit a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.product-page .credit > a {
	background: #3A3A52;
	border-radius: 5px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0 15px;
}
.product-page .credit > a img {
	vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.product-page .credit:hover > a {
	background: #2d2d55;
}
.product-page .credit a span {
	font-size: 24px;
}

.product-page .credit ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	padding: 10px;
	margin: 0;
	list-style: none;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
	background: #fff;
}

/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
}
.tooltip .icon-inform {
	font-size: 15px;
}

/* Tooltip text */
.tooltip .tooltip-text {
    visibility: hidden;
    width: 175px;
    background: #FFF9E4;
		border: 1px solid #E5E5E5;
		box-sizing: border-box;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		border-radius: 5px;
		padding: 6px 12px;
 		color: #828282;
 		font-size: 12px;
 		font-weight: 400;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    bottom: 100%;
    left: -8px;
    z-index: 1;
    transition: visibility 0.2s linear;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-text {
    visibility: visible;
}


.paket-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	margin-top: 15px;
}
.paket-box > .clear + .clear {
	margin-top: 10px;
}
.paket-box select {
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 220px;
	font-size: 13px;
}
.paket-box .paket-info {
	width: 150px;
	margin-left: 5px;
}
.paket-box .text {
	font-weight: bold;
}
.paket-box .ttl {
	font-weight: bold;
}
.paket-box .inf,
.paket-box .button {
	float: right;
}
.paket-box .button a {
	color: #85c165;
	cursor: pointer;
}
.paket-box .button a:hover {
	color: #333;
}
.paket-box .item {
	display: none;
	line-height: 30px;
}
.paket-box .item.active {display: block;}


.paket-tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.paket-tabs li {
	width: 33.3333%;
	text-align: center;
	border-bottom: 3px solid #fafafa;
	padding: 7px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.paket-tabs li.active {border-bottom-color: #85c165;}
.paket-tabs > div {display: none;}
.paket-tabs > div.active {display: block;}

.paket-tabs > div .item {
	width: 50%;
	box-sizing: border-box;
	padding: 15px 0 0;
	margin: 0;
	border: none;
	height: 60px;
}
.paket-tabs > div .item > * {float: left;}
.paket-tabs > div .item:after {
	display: block;
	content: '';
	clear: both;
}
.paket-tabs > div .item span {
	margin-left: 50px;
	float: none;
	display: block;
	line-height: 18px;
	font-size: 14px;
}




.information-contact ul {
	padding-left: 0;
	list-style: none;
}
.information-contact .contacts {
	width: 42%;
}
.information-contact form, .information-contact .map-container {
	width: 56%;
	float: right;
}
.information-contact form input,
.information-contact form textarea {
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0;
	outline: none;
	border-radius: 3px;
	width: 100%;
	text-indent: 15px;
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
.information-contact form textarea {
	height: 100px;
}



.account-simpleregister .simpleregister-block-content,
.account-simpleregister .simpleregister-button-block {
	padding: 0;
}
#simpleregister_button_confirm {
	padding: 0 20px;
	box-sizing: border-box;
}

:root{
	--bs-primary: #85c165;
	--bs-secondary: #f6dd70;
	--bs-warning: #dc3545;
	--bs-success: #85c165;
}

/* Account login&register */

.account-login h1 {
	margin: 1rem 0 0 0;
}

.auth-wrapper {
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 2rem;
	margin-top: 1rem;
	background: #fff;
}

.auth-tab {
	border: 2px solid var(--bs-primary);
	border-radius: .3rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
.auth-tab * {
	display: block;
	width: 50%;
	text-align: center;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.auth-tab span {
	background-color: var(--bs-primary);
	color: #fff;
}
.auth-tab a {
	text-decoration: none;
}


.auth-body {
	display: flex;
	justify-content: space-between;
}
.auth-form,
.auth-text {
	width: 45%;
}
@media (max-width: 991.98px) {
	.auth-body {
		display: block;
	}
	.auth-form,
	.auth-text {
		width: 100%;
	}
	.auth-text {
		margin-top: 3rem;
	}
}

.auth-form input {
	border-radius: .3rem;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 1rem;
}
.auth-form input[type=submit] {
	border: none;
}
.auth-form .forgotten {
	margin-top: 2rem;
}
.auth-form form * + * {
	margin-top: 1rem;
}
.auth-form .alert-danger {
	color: var(--bs-warning);
}
.auth-form .alert-success {
	color: var(--bs-success);
}
.auth-form form .text-danger {
	margin-top: .5rem;
	color: var(--bs-warning);
	font-size: 12px;
}
.auth-text > p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
.auth-text > ul {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
	font-size: 16px;
}
.auth-text > ul li {
	background: url(../img/check-account.svg) no-repeat 0 4px;
	line-height: 20px;
	padding-left: 25px;
}
.auth-text > ul li + li {
	margin-top: .5rem;
}
.auth-text > div {
	margin-top: 1rem;
}






.mob-filter-nav-fixed {
	margin-bottom: 20px;
	display: none;
	height: 30px;
}
.mob-filter-nav-fixed.fixed .f-nav-wrapper {
	position: fixed;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	z-index: 30;
	top: 40px;
	left: 0;
	right: 0;
	padding: 10px 15px;
	box-sizing: border-box;
}
.mob-filter-nav-fixed.fixed .f-nav-wrapper > div {
	width: 720px;
	margin: 0 auto;
}


.mob-filter-nav a {
	background: #85c165;
	width: 49%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	line-height: 20px;
}
.mob-filter-nav a + a {
	float: right;
}
.mob-filter-nav a.active {
	background: #358a45;
}
.mob-filter-nav a .f-close,
.mob-filter-nav a.active .f-open {display: none;}
.mob-filter-nav a.active .f-close {display: inline;}

.html-box .button,
.html-box .hide {display: none;}
.html-box.active .button {
	display: block;
}
.html-box.active > .hidden-box {
	max-height: 400px;
	overflow: hidden;
	position: relative;
	transition: all .5s ease-in-out;
}
.html-box.active > .hidden-box:after {
	background: linear-gradient(rgba(0,0,0,0), rgb(255 255 255));
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
}
.html-box.active.show > .hidden-box {
	max-height: 10000px;
}
.html-box.active.show > .hidden-box:after {
	display: none;
}


.container .html-box {
	width: auto !important;
}
.hide-container {display: none;}

@media (min-width: 992px) and (max-width: 1240px) {
	.container {width: 960px;}

	.col-left, .col-right {
		width: 20%;
	}

	.header .search,
	.header .work-day,
	.header .cart-box {
		margin-left: 10px;
	}
	.header .search {width: 230px;}
	.header .search input {width: 150px;}
	.header .search button {width: 80px;}
	.header .info {
		width: 160px;
	}
	.main-menu, .menu-fixed {
		height: 40px;
		padding: 0;
		display: flex;
    align-items: center;
    width: 100%;
	}
	.main-menu ul.level-1 > li > a {
		padding: 0 7px;
		font-size: 14px;
	}
	.main-menu ul.level-1 > li > a.catalog {
		padding: 5px 20px;
	}
	.main-menu ul.level-1 > li > a span {width: 26px;}

	.main-menu ul.level-1 > li.open-catalog {
		margin-right: 10px;
	}
	.mobile-menu ul.level-1 > li > a span[class*="icon"],
	.main-menu ul.level-1 > li > a span[class*="icon"] {
		margin-right: 5px;
	}

	.main-menu ul.level-1 {
		justify-content: space-between;
	}

	.main-slider .slideshow {width: 700px;}
	.main-slider .special {width: 240px;}

	.main-slider .special .product {height: 382px;}
	.main-slider .special .product .image {
		width: 200px;
		height: 200px;
	}

	.products-box .product{height: 430px;}
	.product .image {
		width: 220px;
		height: 220px;
	}
	.product .button {width: 80px;}
	.product .name, .product .action {margin-top: 25px;}

	.popular-post .item span {font-size: 18px;padding: 15px;}
	.popular-post .item:first-child {height: 380px;}
	.popular-post .item:first-child ~ .item {height: 180px;}

	.info-tabs .title {font-size: 20px;}
	.info-tabs .sub-title {font-size: 12px;}

	.product-page .name-col h1 {font-size: 20px;}
	.product-page .name-col h1 a {text-decoration: none;}
	/*.product-page .images .image-additional {display: none;}
	.product-page .images, .product-page .images.one-img, .product-page .images .image {width: 300px;}*/
	.product-page .detail {/*width: 350px;*/}
	.product-page .price .old {font-size: 16px;}
	.product-page .price .actual {font-size: 26px;}
	.product-page .compare {font-size: 12px;}
	.product-page .info {width: 330px;}
	.product-page .info .text {font-size: 12px;}
	.product-page .review .button {width: 100%;}

	.contact-page .address {font-size: 16px;}

	.product-page .detail .detail-content {padding: 30px 20px 20px;}
	.product-information-links {flex-direction: column;}
	.product-information-links .link-item + .link-item {margin-top: 15px;}
	.product-page .product-credit .buttons {flex: 1;margin-top: 10px;	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {width: 720px;}
	.col-content {width: 100%;float: none;}

	.mob-filter-nav-fixed {display: block;}


	.hide-mob {display: none;}

	.product-category .col-left {
		position: absolute;
		left: 0;
		overflow-y: hidden;
		z-index: 10;
		width: 100%;
		box-sizing: border-box;
		background: #fafafa;
		box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
		transition: all .2s ease-in-out;
		height: 0;
	}
	.product-category .col-left > div {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.col-left.active {
		height: auto;
		padding: 0 0 20px;
	}



	.mobile-menu {display: block;}
	.header .cart-box,
	.compare-box,
	.header .user-box,
	.main-menu {display: none;}
	.menu-fixed {height: 40px;}
	.menu-fixed {height: 40px;}

	.header .container > div {float: none;}
	.header .logo {margin: 0 auto;}
	.header .search {margin: 15px auto;width: auto;}
	.header .search input {width: calc(100% - 150px);}
	.header .search button {width: 150px;}

	.header .work-day {
		float: right !important;
		width: 50%;
		text-align: center;
		margin-top: 15px;
	}
	.header .info {
		float: right;
		width: 50%;
		margin: 0;
	}

	.header .languages { display: none; }
	.mm-menu .languages {display: flex; padding-left: 20px;	}
	.mm-menu li.other .languages > a {padding-left: 0; padding-right: 0; position: relative; }
	.mm-menu li.other .languages > a.active { color: #85c165; }
	.mm-menu li.other .languages > a + a { margin-left: 10px; }
	.mm-menu li.other .languages > a + a:before {content: "/";position: absolute; left: -7px; }


	.main-slider .slideshow, .main-slider .special {width: 100%;float: none;}
	.slideshow .item,.main-slider .special .product {height: 380px;}
	.main-slider .special {margin-top: 20px;}
	.main-slider .special .product .image, .product .image {width: 200px;height: 200px;}

	.common-home .product:nth-child(6) ~ .product {display: none;}
	.common-home .one-line .product:nth-child(3) ~ .product {display: none;}
	.products-box .product {height: 407px;}
	.products-box .product:hover {overflow: hidden;}
	.product .name, .product .action {margin-top: 25px;}
	.item4 .product {
		width: 33.3333%;
		border-left: 1px solid #eee;
	}
	.item4 .product:nth-child(3n+1) {
		border-left: none;
	}
	.product .button {width: 80px;}

	.popular-post .item span {font-size: 18px;padding: 15px;}
	.popular-post .item:first-child {height: 380px;}
	.popular-post .item:first-child ~ .item {height: 180px;}

	.info-tabs .title {font-size: 20px;}
	.info-tabs .sub-title {font-size: 12px;}


	.product-page .name-col h1 {font-size: 20px;}

	.product-page .images {float: none;margin: 0 auto 20px;}
	.product-page .images, .product-page .images.one-img, .product-page .images .image {width: 100%;}
	.product-page .detail {/*width: 370px;*/margin: 0;}
	.product-page .price .old {font-size: 16px;}
	.product-page .price .actual {font-size: 26px;}
	.product-page .compare {font-size: 12px;}
	/*.product-page .info {width: 220px;margin-left: 30px;}*/
	.product-page .info .text {font-size: 12px;}
	.product-page .review .button {width: 100%;}

	.addcart-simplecheckout .pname {width: 300px;}

	.col-right {display: none;}

	.footer .hotline {margin: 0 auto;float: none;}

	.footer ul {width: 100%;margin-bottom: 20px;text-align: center;}
	.footer ul.location,
	.footer ul.location + ul,
	.footer ul:nth-child(1),
	.footer ul:nth-child(2) {width: 50%;}
	.footer .right {width: 100%;text-align: center;}
	li.social {display: none;}
	.social-mob {display: block;width: 100%;text-align: center;margin-bottom: 15px;}

	.map-block {height: 300px;}
	.contact-page .info {padding: 5px 10px 10px;}
	.contact-page .metro {font-size: 20px;}
	.contact-page .address {font-size: 16px;}

	.addcart-popup {width: 640px;}
	.addcart-popup .image {width: 100px;}
	.addcart-popup .name {width: 350px;margin-left: 40px;}
	.addcart-popup .price {width: 130px;}

	.paket-tabs li {width: 100%;border: none;}
	.paket-tabs li.active {background: #85c165; color: #fafafa; }
}


@media (min-width: 320px) and (max-width: 767px) {
	.container {width: 95%;}
	.col-content {width: 100%;float: none;}
	.col-right {display: none;}

	.header .languages { display: none; }
	.mm-menu .languages {display: flex; padding-left: 20px;	}
	.mm-menu li.other .languages > a {padding-left: 0; padding-right: 0; position: relative; }
	.mm-menu li.other .languages > a.active { color: #85c165; }
	.mm-menu li.other .languages > a + a { margin-left: 10px; }
	.mm-menu li.other .languages > a + a:before {content: "/";position: absolute; left: -7px; }

	.mob-filter-nav-fixed {display: block;}
	.hide-mob {display: none;}
	.product-category .col-left {
		position: absolute;
		left: 0;
		overflow-y: hidden;
		z-index: 10;
		width: 100%;
		box-sizing: border-box;
		background: #fafafa;
		box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
		transition: all .2s ease-in-out;
		height: 0;
		padding: 0;
	}
	.product-category .col-left > div {
		width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
	}
	.col-left.active {
		height: auto;
		padding: 0 0 20px;
	}

	.filters > div, .filters .limit{float: none;}
	.filters .limit {margin-top: 10px;}

	.mobile-menu {display: block;}
	.header .cart-box,
	.header .compare-box,
	.header-icons,
	.main-menu {display: none;}
	.menu-fixed {height: 40px;}

	.mob-filter-nav-fixed.fixed .f-nav-wrapper > div {width: auto;}

	.header .container > div {float: none;}
	.header .logo {margin: 0 auto;}
	.header .search {margin: 15px auto;width: auto;}
	.header .search input {width: calc(100% - 100px);}
	.header .search button {width: 100px;}
	.header .work-day {
		float: right !important;
		width: 50%;
		text-align: center;
		margin-top: 15px;
	}
	.header .info {
		float: right;
		width: 50%;
		margin: 0;
	}

	.main-slider .slideshow, .main-slider .special {width: 100%;float: none;}
	.main-slider .special .product {height: 380px;}
	.main-slider .special {margin-top: 20px;}
	.main-slider .special .product .image, .product .image {width: 200px;height: 200px;}

	.product {width: 100% !important;border: none !important;}
	.products-box .product {height: 365px;}
	.products-box .product:hover {overflow: hidden;}
	.product .name, .product .action {margin-top: 25px;}

	.popular-post .item {width: 100% !important;float: none !important;margin: 0 !important;height: 180px !important;}
	.popular-post .item + .item {margin-top: 20px !important;}
	.popular-post .item span {font-size: 18px;padding: 15px;}

	.product-page .name-col h1 {font-size: 20px;}
	.product-page .rating-col .rating {text-align: left;}

	.product-page .images .image-additional {display: none;}
	.product-page .images .image {float: none;width: auto;max-width: 100%;margin: 0 auto;}
	.product-page .images, .product-page .clear > .review {width: 100%;float: none;margin-left: 0;}

	.product-page .clear > .info,
	.product-page .clear > .review,
	.product-page .clear > .detail {margin-top: 40px;float: none;}
	.product-page .detail,
	.product-page .info {width: 100%;margin-left: 0;}

	.product-tabs .attributes {width: 100%;}
	.product-tabs .attributes + .attributes {margin-top: 15px;margin-left: 0;}
	.footer .hotline {margin: 0 auto;float: none;}
	.footer ul {width: 100%;margin-bottom: 20px;text-align: center;}
	.footer ul.location,
	.footer ul.location + ul,
	.footer ul:nth-child(1),
	.footer ul:nth-child(2) {width: 50%;}
	.footer .right {width: 100%;text-align: center;}
	li.social {display: none;}
	.social-mob {display: block;width: 100%;text-align: center;margin-bottom: 15px;}

	.info-tabs > ul > li {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 15px !important;
	}

	.product-page .description iframe {height: auto;}

	.map-block {height: 300px;}
	.contact-page .item {width: 100%;float: none;}
	.contact-page .item + .item {margin-left: 0;margin-top: 20px;}
	.contact-page .info {padding: 5px 10px 10px;}
	.contact-page .metro {font-size: 20px;}
	.contact-page .address {font-size: 16px;}

	.addcart-popup {width: 90%;padding: 10px;}
	.addcart-popup .title {font-size: 20px;}
	.addcart-popup .total {margin-top: 0;}
	.addcart-popup .item {margin-top: 10px;padding-top: 10px;}
	.addcart-popup .image {width: 50px;}
	.addcart-popup .name {width: 240px;margin-left: 10px;}
	.addcart-popup .price {width: 130px;}
	.addcart-popup .buttons .left,
	.addcart-popup .buttons .right,
	.addcart-popup .buttons a {width: 100%;}
	.addcart-popup .buttons .right {margin-top: 10px;}

	.paket-tabs li {width: 100%;border: none;}
	.paket-tabs li.active {background: #85c165; color: #fafafa; }
	.paket-tabs > div .item {width: 100%;}
	.product-page .credit ul {left: 0;right: 0;margin: 0 auto;}

	.information-contact .contacts,
	.information-contact form,
	.information-contact .map-container {width: 100%;float: none;}
	.information-contact form {margin-top: 20px;}


	.ps-popup .mfp-content > div {width: 100%;}


	.accountpage .col50 {width: 100%;}


	.specials-tabs > ul {border-bottom: none; margin-bottom: 20px;	}
	.specials-tabs > ul li {width: auto;display: block;}
	.specials-tabs > ul li + li {margin-top: 10px;}
	.specials-tabs > ul a {font-size: 14px;}
}


@media (min-width: 320px) and (max-width: 991px) {

	.product-wrapper { flex-direction: column;}
	.product-page .images { border-right: none;}
	.product-page .images-wrapper { flex-direction: column-reverse;}
	.product-page .images .image-additional {flex-direction: row; padding-top: 2px; flex-wrap: wrap; width: 100%;	border-top: 1px solid #F2F2F2; border-right: none;}
	.product-page .images .image-additional > div {margin-top: 10px; }
	.product-page .images .image-additional > div + div { margin-left: 10px;}
	.product-page .images .image img {width: auto;margin: 0 auto;}
	.product-page .detail { border-top: 1px solid #F2F2F2;}
	.product-information-links .free-delivery {flex: 2;}
	.product-information-links .chipper {flex: 1;margin-left: 15px;}
	.product-tabs > ul a {padding: 12px;}
	.header-icons-mobile .shopping-cart .count { right: -4px; }
	/*    mm_menu    */

	.mm-fix {
		overflow: hidden;
	}

	.mm-menu {
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(8, 48, 55, 0.51);
		display: block;
		position: fixed;
		top: 0;
		left: -85%;
		bottom: 0;
		width: 80%;
		z-index: 102;
		overflow: hidden;
	}
	.mm-menu.active {
		left: 0;
	}
	.mm-menu.active + .mm-close {
		background: rgba(0,0,0,.2);
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 101;
	}
	.mm-menu .title {
		position: relative;
		height: 40px;
		line-height: 40px;
		color: #fff;
		text-align: center;
		font-weight: 200;
	}
	.mm-menu .title .close {
		position: absolute;
		width: 40px;
		line-height: 40px;
		bottom: 0;
		top: 0;
		right: 0;
		font-size: 30px;
		text-align: center;
	}
	.mm-menu .title.active .close {color: #fff;}
	.mm-menu .title.active .text {
		background: #000;
	}
	.mm-menu .title:after {
		content: "\f104";
		font: normal normal normal 24px/1 FontAwesome;
		display: block;
		position: absolute;
		line-height: 40px;
		color: #fff;
		left: 15px;
		top: 0;
	}
	.mm-menu li.line {
		border-top: 1px solid #eee;
		margin: 10px 15px;
	}
	.mm-menu li.other a,
	.mm-menu li.phone a {
		text-transform: none;
		padding: 5px 20px;
	}
	.mm-menu li.phone a {
		font-weight: 700;
		display: inline-block;

	}
	.mm-menu li.phone img {
		height: 30px;
	}
	.mm-menu li.phone a + a {
		padding: 0;
		vertical-align: middle;
	}
	.mm-menu li.phone a + a + a {
		margin-left: 10px;
	}
	.mm-menu li.has-sub {
		position: relative;
	}
	.mm-menu li.has-sub:after {
		content: "\f105";
		font: normal normal normal 24px/1 FontAwesome;
		display: block;
		position: absolute;
		line-height: 40px;
		color: inherit;
		right: 15px;
		top: 0;
	}

	.mm-menu li.account {
		padding: 10px 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #eee;
		margin: 10px 0;
	}
	.mm-menu li.account a {
		padding: 5px 10px;
		display: inline-block;
		text-transform: none;
	}
	.mm-menu li.account:before {
		content: "\f007";
		display: inline-block;
		font: normal normal normal 16px/1 FontAwesome;
		margin-right: 10px;
	}
	.mm-menu li.account a + a {
		margin-left: 20px;
		border: 1px solid #ddd;
		border-radius: 3px;
		background: #fafafa;
	}

	.mm-menu .mm-panel {
		background: #fff;
		position: absolute;
		top: 50px;
		left: 100%;
		width: 100%;
		bottom: 0;
		overflow: scroll;
		margin: 0;
		padding: 0;
		list-style: none;
		transition: all .2s ease-in-out;
	}
	.mm-menu .mm-panel.mm-show {
		left: 0;
	}
	.mm-menu ul a {
		padding: 10px 20px;
		line-height: 20px;
		color: #222;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
	}
	.mm-menu ul a span {
		display: block;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}

	.hide-container {display: block;position: relative;margin-top: 10px;height: 24px;}
	.hide-container:after {
		font: normal normal normal 24px/1 FontAwesome;
		text-align: center;
		left: 0;
		right: 0;
		top: 0;
		display: block;
		content: "\f106";
		line-height: 24px;
		position: absolute;
	}
}

@media (max-width: 575px) {
	.product-page .detail .detail-content {padding: 30px 20px 20px;}
	.product-information-links {flex-direction: column;}
	.product-information-links .link-item + .link-item {margin-top: 15px;}
	.product-page .product-credit .buttons {flex: 1;}
	.product-information-links .chipper { margin-left: 0; }
	.product-page .product-actions .product-buy { flex-direction: column; }
	.product-page .product-actions .buy-buttons { margin-top: 10px; width: 100%; }
	#button-cart, #button-oneclick { flex: 1; }
	.product-page .product-advantages {flex-direction: column;}
	.product-page .product-advantages .item {border-right: none;border-bottom: 1px solid #F2F2F2;padding: 15px;}
	.product-page .product-advantages .item:last-child {border-bottom: none;}
}
@media (max-width: 459px) {
	.for-credit {text-align: left; }
	.product-page .product-credit .buttons { margin-top: 10px; }
}

/*New styles*/
@media (min-width: 992px) {
	.header {
	    padding: 10px 0;
	}
	.header .container {
		display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
    	align-items: center;
    		-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
		justify-content: space-between;
	}
	.header .logo {
    	width: 200px;
	}
	.header .search {
    	width: 360px;
    	display: flex;
    		display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
	}
}
@media (max-width: 1240px) and (min-width: 992px) {
	.header .search {
	    width: 230px;
	}
	.header .compare-box {
    	margin-left: 10px;
	}
}

@media (max-width: 1240px) and (min-width: 992px) {
	.footer ul {
    	width: 25%;
	}
}
@media (max-width: 575px) {
	.addcart-simplecheckout .item {
		text-align: center;
	}
	.addcart-simplecheckout .image {
		  width: 100%;
	    display: inline-block;
	    max-width: 300px;
	    margin: 0 auto;
	}
	.addcart-simplecheckout .pname {
		width: 100%;
		margin: 20px auto;
	}
	.addcart-simplecheckout .price {
		  width: 300px;
	    text-align: right;
	    float: none;
	    margin: 0px auto 20px;
	}
}
@media (max-width: 419px) {
		.row-customer_register .col-sm-8 > div {
			display: flex;
			justify-content: space-between;
		}
		.row-customer_register .radio {
			flex-basis: calc(50% - 10px);
			margin: 0;
		}
		.row-customer_register .col-sm-8 > div .radio label {
			text-align: center;
		}
		.customer-register input:checked + label {
			background: #85c165;
			padding: 5px 10px;
		}

		.row-customer_register .col-sm-8 > div .radio:first-child label {
			width: 85%;
		}
		.row-customer_register .col-sm-8 > div .radio:last-child label {
			width: 90%;
		}

}

#button-confirm {
	width: calc(100% - 20px);
	padding: 0 10px;
}

#simplecheckout_payment_form #liqpay_btn { display:none; }