@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;900&family=Roboto:wght@400;500;700&display=swap);
.container {
	max-width: 1180px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.container::before,
.container::after {
	display: table;
	line-height: 0;
	content: "";
}
.container::after {
	clear: both;
}
[class*="grid"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.row::before,
.box::before,
.product::before,
.s-row::before,
.row::after,
.box::after,
.product::after,
.s-row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after,
.box::after,
.product::after,
.s-row::after {
	clear: both;
}
/* Static grid */
.s-row {
	margin-left: -20px;
}
.s-row [class*="s-grid"] {
	margin-left: 20px;
}
.s-row .s-grid-1 {
	width: 80px;
}
.s-row .s-grid-2 {
	width: 180px;
}
.s-row .s-grid-3 {
	width: 280px;
}
.s-row .s-grid-4 {
	width: 380px;
}
.s-row .s-grid-5 {
	width: 480px;
}
.s-row .s-grid-6 {
	width: 580px;
}
.s-row .s-grid-7 {
	width: 680px;
}
.s-row .s-grid-8 {
	width: 780px;
}
.s-row .s-grid-9 {
	width: 880px;
}
.s-row .s-grid-10 {
	width: 980px;
}
.s-row .s-grid-11 {
	width: 1080px;
}
.s-row .s-grid-12 {
	width: 1180px;
}
/* Flex grid */
.f-row {
	width: 100%;
}
.f-row::before,
.f-row::after {
	display: table;
	content: "";
	line-height: 0;
}
.f-row::after {
	clear: both;
}
.f-row [class*="grid"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.12765957%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.f-row [class*="grid"]:first-child {
	margin-left: 0;
}
.f-row .f-grid-1 {
	width: 6.38297872%;
}
.f-row .f-grid-2 {
	width: 14.89361702%;
}
.f-row .f-grid-3 {
	width: 23.40425532%;
}
.f-row .f-grid-4 {
	width: 31.91489362%;
}
.f-row .f-grid-5 {
	width: 40.42553191%;
}
.f-row .f-grid-6 {
	width: 48.93617021%;
}
.f-row .f-grid-7 {
	width: 57.44680851%;
}
.f-row .f-grid-8 {
	width: 65.95744681%;
}
.f-row .f-grid-9 {
	width: 74.46808511%;
}
.f-row .f-grid-10 {
	width: 82.9787234%;
}
.f-row .f-grid-11 {
	width: 91.4893617%;
}
.f-row .f-grid-12 {
	width: 100%;
}
/*  New Flex Grid */
.flex {
	display: block;
	float: left;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flex.flex-1 {
	width: 100%;
}
.flex.flex-2 {
	width: 50%;
}
.flex.flex-3 {
	width: 33.33333%;
}
.flex.flex-4 {
	width: 25%;
}
.flex.flex-5 {
	width: 20%;
}
.flex.flex-6 {
	width: 16.66666%;
}
.flex.flex-7 {
	width: 14.285714%;
}
.flex.flex-8 {
	width: 12.5%;
}
.flex.flex-9 {
	width: 11.11%;
}
.flex.flex-10 {
	width: 10%;
}
@media screen and (max-width: 767px) {
	.f-row .f-grid-1:not([class*="shipping"]):not(td),
	.f-row .f-grid-2:not([class*="shipping"]):not(td),
	.f-row .f-grid-3:not([class*="shipping"]):not(td),
	.f-row .f-grid-4:not([class*="shipping"]):not(td),
	.f-row .f-grid-5:not([class*="shipping"]):not(td),
	.f-row .f-grid-6:not([class*="shipping"]):not(td),
	.f-row .f-grid-7:not([class*="shipping"]):not(td),
	.f-row .f-grid-8:not([class*="shipping"]):not(td),
	.f-row .f-grid-9:not([class*="shipping"]):not(td),
	.f-row .f-grid-10:not([class*="shipping"]):not(td),
	.f-row .f-grid-11:not([class*="shipping"]):not(td),
	.f-row .f-grid-12:not([class*="shipping"]):not(td) {
		width: 100%;
		margin-left: 0;
	}
}
:root {
	--sticky-element-offset: 0px;
}
@-webkit-keyframes slide-up {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes slide-up {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.search_form_input {
	height: 47px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-left: 2px solid #e9530e;
	border-right: 2px solid #e9530e;
	min-height: 20px;
	padding: 0;
	padding-left: 10px;
	line-height: 35px;
	color: #000000;
	text-transform: none;
	border-radius: 00px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	font-size: 16px;
	font-weight: 400;
}
.search_form_input::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.search_form_input:-moz-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.search_form_input::-moz-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.search_form_input:-ms-input-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
	.search_form_input {
		height: 46px;
	}
}
.search_newsletter_input {
	height: 45px;
	border: 1px solid #898989;
	background-color: #ffffff;
	min-height: 20px;
	padding: 0;
	padding-left: 20px;
	line-height: 35px;
	color: #000000;
	text-transform: none;
	border-radius: 0px;
	font-weight: 400;
	font-size: 13px;
}
.search_newsletter_input::-webkit-input-placeholder {
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}
.search_newsletter_input:-moz-placeholder {
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}
.search_newsletter_input::-moz-placeholder {
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}
.search_newsletter_input:-ms-input-placeholder {
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}
.semibold {
	font-weight: 600;
}
.btn {
	border-radius: 0px;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	padding: 12px 20px 12px 20px;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.btn.basketadd {
	min-width: 100%;
	border: 0;
	background: #b6321b;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.btn.basketadd span {
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.basketadd .icon {
	left: 0;
}
/* .btn.basketadd .icon:after {
	content: "";
	background: #e9530e url(../../images/user/cart.28a14.svg) no-repeat center
		center;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.basketadd .icon:before {
	content: "";
	background: #2dbf5d url(../../images/user/added.c67bc.svg) no-repeat center
		center !important;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} */
.btn.basketadd .text {
	/* left: 50px;
	width: calc(100% - 50px); */
	width: 100%;
}
.btn.basketadd .text:after {
	content: attr(data-add);
	color: #ffffff;
	height: 50px;
	background: #e9530e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.basketadd .text:before {
	content: attr(data-added);
	color: #ffffff;
	height: 50px;
	background: #24994a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.basketadd:hover .icon:after {
	background-color: #d44c0c;
}
.btn.basketadd:hover .text:after {
	background-color: #d44c0c;
}
.btn.basketadd.loading {
	opacity: 0.5;
	pointer-events: none !important;
}
.btn.basketadd.added,
.btn.basketadd.wce_added {
	pointer-events: none !important;
}
.btn.basketadd.added span,
.btn.basketadd.wce_added span {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.btn.btn-transparent {
	border-color: #ffffff;
	color: #ffffff;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.btn.btn-transparent:hover {
		color: #e9530e;
		border-color: #e9530e;
	}
}
.ajax-product-block .btn.left {
	background-color: #282828;
	border-color: #282828;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	.ajax-product-block .btn.left:hover {
		background-color: #4a494a;
		border-color: #4a494a;
		color: #ffffff;
	}
}
.btn.back {
	background-color: #282828;
	border-color: #282828;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
	padding: 6px 26px 5px 26px;
}
@media only screen and (min-width: 768px) {
	.btn.back:hover {
		background-color: #4a494a;
		border-color: #4a494a;
		color: #ffffff;
	}
}
.btn-gray {
	background-color: #282828;
	border-color: #282828;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	.btn-gray:hover {
		background-color: #4a494a;
		border-color: #4a494a;
		color: #ffffff;
	}
}
.smallprodimg_var {
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.smallprodimg_var {
		margin-bottom: 20px;
	}
}
.smallprodimg_var .boxhead {
	text-align: center;
	color: #000000;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.smallprodimg_var .boxhead {
		font-size: 34px;
		margin-bottom: 30px;
	}
}
.smallprodimg_var .smallgallery ul {
	width: calc(100% + 10px);
	margin-left: -5px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.smallprodimg_var .smallgallery ul li {
	-ms-flex-basis: calc(25% - 10px);
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	padding-top: 24%;
	position: relative;
	margin-bottom: 13px;
	margin-left: 5px;
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
	.smallprodimg_var .smallgallery ul li {
		padding-top: 40%;
		-ms-flex-basis: calc(50% - 10px);
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
}
.smallprodimg_var .smallgallery ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.smallprodimg_var .smallgallery ul li a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.smallprodimg_var .smallgallery ul:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.btn.btn-red,
.btn.btn-red2,
.btn.register {
	background-color: #e9530e;
	border-color: #e9530e;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	.btn.btn-red:hover,
	.btn.btn-red2:hover,
	.btn.register:hover {
		background-color: #d44c0c;
		border-color: #d44c0c;
		color: #ffffff;
	}
}
.btn.btn-only-arrow {
	font-size: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 100%;
}
.btn.btn-only-arrow:after {
	content: "";
	width: 15px;
	height: 8px;
	background-size: 15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.btn.btn-only-arrow:hover:after {
	transform: translate(-20%, -50%);
	-webkit-transform: translate(-20%, -50%);
	-moz-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
}
.tags_var {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tags_var li {
	padding: 6px 10px;
}
.tags_var .promo {
	background: #e9530e;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
.tags_var li:not(.promo) {
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.tags_var li:not(.promo):before {
	width: calc(100% - 3px);
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tags_var li:not(.promo):after {
	width: 3px;
	content: "";
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tags_var:not(.big) li:not(.promo) {
	background: #ffffff !important;
}
.tags_var .new {
	color: #2dbf5d;
	background: #2dbf5d !important;
}
.tags_var .new:after,
.tags_var .new:before {
	background: #2dbf5d;
}
.tags_var .label-bestseller,
.tags_var .label-superokazja {
	color: #2d59bf;
	background: #2d59bf !important;
}
.tags_var .label-bestseller:after,
.tags_var .label-superokazja:after,
.tags_var .label-bestseller:before,
.tags_var .label-superokazja:before {
	background: #2d59bf;
}
.tags_var .label-polecamy {
	color: #e29a0a;
	background: #e29a0a !important;
}
.tags_var .label-polecamy:after,
.tags_var .label-polecamy:before {
	background: #e29a0a;
}
.tags_var.big li {
	color: #ffffff !important;
	font-size: 30px;
	font-weight: 700;
	padding: 15px 20px;
	font-family: "Maven Pro", sans-serif;
}
.tags_var.big li:after,
.tags_var.big li:before {
	display: none;
}
.smallbtn-absolute {
	width: 49px;
	height: 49px;
	font-size: 0;
	top: 10px;
	position: absolute;
	right: 0px;
	margin: 0;
	background: #f5f5f5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}
.smallbtn-absolute:before {
	content: "";
	width: 21px;
	height: 21px;
	background-size: 21px !important;
	background-position: center center !important;
}
.smallbtn-absolute.compare {
	top: 70px;
}
body,
body * {
	font-family: "Roboto", sans-serif;
}
body span,
body * span {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	max-width: 100%;
}
fobutton {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 none;
	font-size: 100%;
	background: transparent;
}
button,
input {
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
img.px1 {
	display: none;
}
button {
	cursor: pointer;
}
.main.row {
	z-index: 0;
	position: relative;
	background: #f5f5f5;
}
.main.row:hover {
	z-index: 2;
}
body.panel-opened .main.row {
	z-index: 11;
}
.none {
	display: none !important;
}

body {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.top,
	.rwd.wrap,
	.rwd .bottom-footer {
		margin: 0;
	}
	.center #turn-classic.btn {
		display: none !important;
	}

	.main.row {
		margin: 10px;
	}

	.footer {
		padding: 10px;
	}
}
body.scroll_block {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	max-width: 100%;
}
body a {
	text-decoration: none;
	color: #000000;
}
body a:hover {
	color: #e9530e;
}
body a:visited {
	color: #000000;
}
/* body,
body * {
  font-family: 'Roboto', sans-serif;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
} */
.container {
	max-width: 1410px;
}
.container:before,
.container:after {
	display: none !important;
}
.container.bigger {
	max-width: 1410px;
}
@media only screen and (max-width: 1680px) {
	.container.bigger .container {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1440px) {
	.container {
		/* padding: 0px 15px; */
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container .container {
		padding: 0;
	}
}
@media only screen and (max-width: 1380px) {
	.container {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container .container {
		padding: 0;
	}
}
.box.loading::after {
	content: "";
	border: 8px solid #e9530e;
	/* Light grey */
	border-top: 8px solid #cccccc;
	/* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: loader-spin 1s ease-in-out infinite;
	animation: loader-spin 1s ease-in-out infinite;
	position: absolute;
	top: calc(50% - 40px / 2);
	left: calc(50% - 40px / 2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: 0;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.box.loading::after {
		width: 20px;
		height: 20px;
		top: calc(50% - 20px / 2);
		left: calc(50% - 20px / 2);
		border: 8px solid #e9530e;
		/* Light grey */
		border-top: 8px solid #cccccc;
		/* Blue */
	}
}
.dflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jus-space {
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.jus-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jus-start {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
.ali-ce {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#top-bar-info {
	background-color: #f5f5f5;
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 9px 0px;
}
@media only screen and (max-width: 1200px) {
	#top-bar-info {
		display: none;
	}
}
#top-bar-info > .container {
	height: 100%;
}
#top-bar-info strong {
	color: #e9530e;
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
#top-bar-info p {
	margin: 0;
	padding: 4px 0px;
}
#top-bar-info .items .item {
	margin-left: 28px;
}
#top-bar-info .items .item:first-child {
	margin-left: 0;
}
#top-bar-info .items .item:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 9px;
}
#top-bar-info .zwrot::before {
	background: url(../../images/user/zwrot.413ec.svg) no-repeat center left;
}
#top-bar-info .dostawa::before {
	background: url(../../images/user/dostawa.76b80.svg) no-repeat center left;
}
#top-bar-info .zakupy::before {
	background: url(../../images/user/zakupy.9a26e.svg) no-repeat center left;
}
#top-bar-info .gwarancja::before {
	background: url(../../images/user/gwarancja.49e01.svg) no-repeat center left;
}
#top-bar-info .doradztwo .sep {
	display: block;
	text-align: center;
	width: 30px;
}
#top-bar-info .doradztwo:before {
	background: url(../../images/user/phone.ca302.svg) no-repeat center left;
}
.menu.row {
	padding: 0;
	background-color: #282828;
}
.menu.row .innermenu {
	height: auto;
	line-height: normal;
	border: 0;
}
.menu.row .innermenu .menu-mobile {
	display: none;
}
.menu.row .innermenu .menu-list {
	border: 0;
	height: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.menu.row .innermenu .menu-list .left-part-menu,
	.menu.row .innermenu .menu-list .right-part-menu {
		display: none;
	}
}
.menu.row .innermenu .menu-list > li {
	margin: 0px 0px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
	.menu.row .innermenu .menu-list > li {
		display: none;
	}
}
.menu.row .innermenu .menu-list > li.home-link-menu-li {
	display: none;
}
.menu.row .innermenu .menu-list > li > span {
	margin: 0;
}
.menu.row .innermenu .menu-list > li > span > a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 12px 18px;
	color: #ffffff;
	text-align: center;
	home_categoriesfont-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 21px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.menu.row .innermenu .menu-list > li > span > a:hover {
	color: #e9530e;
	border-top-color: #e9530e;
}
.menu.row .innermenu .menu-list > li#hcategory_196 > span > a {
	font-weight: 700;
}
.menu.row .innermenu .menu-list > li#hcategory_0 > span > a {
	background: #e9530e;
	position: relative;
}
.menu.row .innermenu .menu-list > li#hcategory_0 > span > a:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../images/user/arrow-filter.fcb2e.svg) no-repeat center
		center;
	-webkit-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
	background-size: 30px !important;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu.row .innermenu .menu-list > li#hcategory_0 > span > a:hover {
	color: #282828;
}
.menu.row .innermenu .menu-list > li#hcategory_0 > span > a:hover:after {
	background: url(../../images/user/arrow-filter.81bb0.svg) no-repeat center
		center;
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
	.menu.row .innermenu .menu-list > li {
		margin: 0px;
	}
}
.menu.row .innermenu .menu-list > li.parent .submenu {
	display: none;
}
.menu.row .innermenu .menu-list > li.parent > div {
	pointer-events: none;
	background: #ffffff;
	width: 100%;
}
.menu.row .innermenu .menu-list > li.parent > div > ul {
	position: absolute;
	opacity: 0;
}
.rwd header:not(.checkout) {
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	border: 0;
	border-bottom: 0;
	position: relative;
	z-index: 10;
	background: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow-x: hidden;
	overflow: visible;
}
.rwd header:not(.checkout) > * {
	z-index: 2;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.rwd header:not(.checkout) {
		position: sticky;
		position: -webkit-sticky;
		background: #ffffff;
		top: var(--sticky-element-offset);
	}
	.rwd header:not(.checkout) .mob-menu-btn {
		z-index: 10;
		position: absolute;
		right: 0px;
		top: 0;
		cursor: pointer;
		background: #f5f5f5 url(../../images/user/mob-menu.cddce.svg) center center
			no-repeat;
		width: 56px;
		height: 56px;
	}
	.rwd header:not(.checkout) .mob-menu-btn span {
		position: absolute;
		left: 0;
		display: none;
		top: 0;
		width: 21px;
		height: 3px;
		background-color: #000000;
	}
	.rwd header:not(.checkout) .mob-menu-btn span.b2 {
		top: 9px;
	}
	.rwd header:not(.checkout) .mob-menu-btn span.b3 {
		top: 18px;
	}
}
.rwd header:not(.checkout) .one-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
	margin-top: 35px;
	position: relative;
	z-index: 3;
}
@media only screen and (max-width: 1024px) {
	.rwd header:not(.checkout) .one-flex-row {
		max-width: 50%;
		margin-left: 0;
		z-index: 10;
	}
}
.rwd header:not(.checkout) .one-flex-row .menu {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.rwd header:not(.checkout) .one-flex-row .login-bar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	z-index: 1;
	position: relative;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	width: auto;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
.rwd header:not(.checkout) .one-flex-row .login-bar .links {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
	.rwd header:not(.checkout) .one-flex-row .login-bar {
		z-index: 101;
		position: absolute;
		right: 56px;
		top: 10px;
	}
	.rwd header:not(.checkout) .one-flex-row .login-bar .links > li:not(.basket) {
		display: none;
	}
	.rwd header:not(.checkout) .one-flex-row .login-bar .links li.search {
		display: block;
	}
	.rwd header:not(.checkout) .one-flex-row .login-bar .links li {
		margin-left: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.rwd header:not(.checkout) .one-flex-row {
		margin-bottom: 15px;
		position: static;
		margin-top: 15px;
	}
}
.rwd header:not(.checkout) .logo-bar .link-logo img {
	width: 240px;
}
@media only screen and (max-width: 979px) {
	.rwd header:not(.checkout) .logo-bar .link-logo img {
		width: 157px;
		height: 22px;
	}
}
@media only screen and (max-width: 1024px) {
	.rwd header:not(.checkout) {
		border-bottom: 12px solid #f5f5f5;
	}
}
@media only screen and (max-width: 1024px) {
}
.custom-header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	width: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 5px;
}
.custom-header-links li {
	margin-left: 20px;
}
.custom-header-links li.search {
	margin-left: 0;
	display: none;
}
@media only screen and (min-width: 1201px) {
	.custom-header-links li.search {
		margin-right: 20px;
	}
}
.custom-header-links li a {
	width: 40px;
	height: 35px;
}
.custom-header-links li a span {
	font-size: 16px;
}

li.fav a.fav span,
span.countlabel {
	padding-top: 60px;
}

.custom-header-links li.login {
	position: relative;
}
.custom-header-links li.login a.login {
	width: auto;
	padding-left: 45px;
	background-position: left center;
}
.custom-header-links li.login a.login span {
	font-size: 20px;
	color: #e9530e;
	font-size: 16px;
	font-weight: 400;
}
.custom-header-links li.login a.register {
	position: absolute;
	bottom: 0;
	left: 45px;
	white-space: nowrap;
	height: auto;
	width: auto;
	display: block;
	line-height: normal;
}
.custom-header-links li.login a.register span {
	font-size: 20px;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
}
.custom-header-links .customFormButton {
	background: url(../../images/user/search.831f4.svg) no-repeat center center;
	display: block;
	font-size: 0;
	width: 27px;
	height: 30px;
	border: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-header-links .customFormButton:hover {
	background: url(../../images/user/search.b6516.svg) no-repeat center center;
}
.custom-header-links a.login {
	background: url(../../images/user/login.0f0f3.svg) no-repeat center center;
	display: block;
	font-size: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-header-links a.login:hover {
	background: url(../../images/user/login.b8fac.svg) no-repeat center center;
}
.custom-header-links a.compare {
	background: url(../../images/user/compare.60e67.svg) no-repeat center center;
	display: block;
	font-size: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-header-links a.compare:hover {
	background: url(../../images/user/compare.56656.svg) no-repeat center center;
}
.custom-header-links a.fav {
	background: url(../../images/user/fav.7763f.svg) no-repeat center center;
	/* display: block; */
	font-size: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-header-links a.fav:hover {
	background: url(../../images/user/fav.2aaac.svg) no-repeat center center;
}
.custom-header-links a.search {
	background: url(../../images/user/search.01993.svg) no-repeat center center;
	display: block;
	font-size: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-header-links a.search:hover {
	background: url(../../images/user/search.630aa.svg) no-repeat center center;
}
.custom-header-links .basket a.count {
	background: url(../../images/user/cart.25d3e.svg) no-repeat center left;
	display: block;
	font-size: 0;
	min-width: 28px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom-header-links .basket a.count .countlabel {
	display: block;
}
.custom-header-links .basket a.count .countlabel b b.sum {
	display: block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
}
.custom-header-links .basket a.count .countlabel b b.count {
	display: block;
	position: absolute;
	bottom: 0px;
	right: -10px;
	background: #e9530e;
	color: #ffffff;
	font-size: 10px;
	border-radius: 30px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.custom-header-links .basket a.count .countlabel b b.count span {
	display: block;
	font-size: 14px;
}
.custom-header-links .basket a.count:hover {
	background: url(../../images/user/cart.94141.svg) no-repeat center left;
}
.custom-header-links .basket a.count:hover .countlabel b b.sum {
	color: #000000;
}
@media only screen and (max-width: 1024px) {
	.custom-header-links .basket a.count {
		width: 30px;
		position: relative;
		height: 32px;
		background-size: 30px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.custom-header-links ul li {
		margin-left: 0;
	}
	.custom-header-links ul a.login {
		display: none;
	}
}
.slick-slide img {
	display: inline-block !important;
}
.slick-prev,
.slick-next {
	padding: 0;
	font-size: 0;
	border: 0;
	border-top: 3px solid #e9530e;
	background: rgba(240, 240, 240, 0.8);
}
.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	width: 50px;
	height: 47px;
	background: url(../../images/user/Path_109.d7fd4.svg) no-repeat center center;
	background-size: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
	.slick-prev:hover,
	.slick-next:hover {
		background: #e9530e;
	}
	.slick-prev:hover:before,
	.slick-next:hover:before {
		background: url(../../images/user/Path_109.9aa8b.svg) no-repeat center
			center;
		background-size: 15px;
	}
}
.slick-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	z-index: 10;
}
.slick-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}
.slick-next:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
@media only screen and (max-width: 979px) {
	.outerbreadcrumbs {
		position: relative;
	}
	.outerbreadcrumbs:after {
		content: "";
		width: 50px;
		height: 30px;
		background: #ffffff;
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(35%, #ffffff),
			to(rgba(255, 255, 255, 0))
		);
		background: linear-gradient(
			90deg,
			#ffffff 35%,
			rgba(255, 255, 255, 0) 100%
		);
		opacity: 1;
		display: block;
		position: absolute;
		left: 0px;
		top: 0;
	}
}
.breadcrumbs {
	border-bottom: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #dcdcdc;
}
.breadcrumbs .innerbreadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.breadcrumbs .innerbreadcrumbs .breadcrumb-home {
	display: none;
}
.breadcrumbs .innerbreadcrumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs .innerbreadcrumbs ul li {
	padding: 0;
	display: inline-block;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.breadcrumbs .innerbreadcrumbs ul li a span:not(.raq) {
	color: #9e9e9e;
}
.breadcrumbs .innerbreadcrumbs ul li span,
.breadcrumbs .innerbreadcrumbs ul li a {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs .innerbreadcrumbs ul li span.raq {
	width: 4px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	margin: 0px 10px;
	line-height: 20px;
	color: #e9530e;
	font-size: 0px;
	font-weight: 500;
	top: 2px;
	position: relative;
}
.breadcrumbs .innerbreadcrumbs ul li span.raq:after {
	content: ">";
	font-size: 16px;
	color: #9e9e9e;
	line-height: normal;
	font-weight: 400;
}
.breadcrumbs .innerbreadcrumbs ul li.last span:not(.raq) {
	color: #9e9e9e;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.breadcrumbs .innerbreadcrumbs ul li.bred-1 a span.raq {
	display: none;
}
@media only screen and (max-width: 1380px) {
	.breadcrumbs .innerbreadcrumbs {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 979px) {
	.breadcrumbs {
		overflow: auto;
		position: relative;
	}
	.breadcrumbs .innerbreadcrumbs {
		margin-left: 20px;
		white-space: nowrap;
		width: auto;
	}
}
.centercol.s-grid-12 {
	width: calc(100% - 20px);
}
.search_focused .search__input-area,
.search_focused .btn {
	border-color: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.img-wrap,
.boximgsize {
	padding-top: 105%;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.img-wrap img,
.boximgsize img {
	max-height: none !important;
	max-width: none;
	height: auto;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.img-wrap img,
.boximgsize img {
	opacity: 1;
	max-height: 100%;
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
}
.img-wrap:before,
.boximgsize:before {
	content: "";
	border: 8px solid #e9530e;
	/* Light grey */
	border-top: 8px solid #cccccc;
	/* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: loader-spin 1s ease-in-out infinite;
	animation: loader-spin 1s ease-in-out infinite;
	position: absolute;
	top: calc(50% - 40px / 2);
	left: calc(50% - 40px / 2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	.img-wrap:before,
	.boximgsize:before {
		width: 20px;
		height: 20px;
		top: calc(50% - 20px / 2);
		left: calc(50% - 20px / 2);
		border: 8px solid #e9530e;
		/* Light grey */
		border-top: 8px solid #cccccc;
		/* Blue */
	}
}
.img-wrap.lazy-load img,
.boximgsize.lazy-load img {
	opacity: 0;
}
.img-wrap.lazy-load:before,
.boximgsize.lazy-load:before {
	opacity: 1;
}
.wrap.rwd .fixedmask-menu {
	z-index: 10;
}
form textarea:focus,
.form textarea:focus,
form input[type="text"]:focus,
.form input[type="text"]:focus,
form input[type="password"]:focus,
.form input[type="password"]:focus,
form input[type="date"]:focus,
.form input[type="date"]:focus,
form input[type="number"]:focus,
.form input[type="number"]:focus,
form input[type="email"]:focus,
.form input[type="email"]:focus,
form input[type="search"]:focus,
.form input[type="search"]:focus,
form input[type="tel"]:focus,
.form input[type="tel"]:focus,
form .uneditable-input:focus,
.form .uneditable-input:focus {
	border-color: #f1f1f1;
	outline: 0;
	outline: thin #f1f1f1;
	-webkit-box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #f1f1f1;
	box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #f1f1f1;
}
form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.box form textarea,
body form textarea,
.box .form textarea,
body .form textarea {
	padding-top: 20px;
}
.box form select,
body form select {
	line-height: 18px;
	height: 42px;
	background: url(../../images/user/arrowdown1.b9f5a.svg) no-repeat center right
		20px;
}
.box form select,
body form select,
.box form textarea,
body form textarea,
.box .form textarea,
body .form textarea,
.box form input[type="text"],
body form input[type="text"],
.box .form input[type="text"],
body .form input[type="text"],
.box form input[type="password"],
body form input[type="password"],
.box .form input[type="password"],
body .form input[type="password"],
.box form input[type="date"],
body form input[type="date"],
.box .form input[type="date"],
body .form input[type="date"],
.box form input[type="number"],
body form input[type="number"],
.box .form input[type="number"],
body .form input[type="number"],
.box form input[type="email"],
body form input[type="email"],
.box .form input[type="email"],
body .form input[type="email"],
.box form input[type="search"],
body form input[type="search"],
.box .form input[type="search"],
body .form input[type="search"],
.box form input[type="tel"],
body form input[type="tel"],
.box .form input[type="tel"],
body .form input[type="tel"],
.box form .uneditable-input,
body form .uneditable-input,
.box .form .uneditable-input,
body .form .uneditable-input {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding-left: 20px;
	border-radius: 0px;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
}
.box form select::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
.box form textarea::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder,
.box .form textarea::-webkit-input-placeholder,
body .form textarea::-webkit-input-placeholder,
.box form input[type="text"]::-webkit-input-placeholder,
body form input[type="text"]::-webkit-input-placeholder,
.box .form input[type="text"]::-webkit-input-placeholder,
body .form input[type="text"]::-webkit-input-placeholder,
.box form input[type="password"]::-webkit-input-placeholder,
body form input[type="password"]::-webkit-input-placeholder,
.box .form input[type="password"]::-webkit-input-placeholder,
body .form input[type="password"]::-webkit-input-placeholder,
.box form input[type="date"]::-webkit-input-placeholder,
body form input[type="date"]::-webkit-input-placeholder,
.box .form input[type="date"]::-webkit-input-placeholder,
body .form input[type="date"]::-webkit-input-placeholder,
.box form input[type="number"]::-webkit-input-placeholder,
body form input[type="number"]::-webkit-input-placeholder,
.box .form input[type="number"]::-webkit-input-placeholder,
body .form input[type="number"]::-webkit-input-placeholder,
.box form input[type="email"]::-webkit-input-placeholder,
body form input[type="email"]::-webkit-input-placeholder,
.box .form input[type="email"]::-webkit-input-placeholder,
body .form input[type="email"]::-webkit-input-placeholder,
.box form input[type="search"]::-webkit-input-placeholder,
body form input[type="search"]::-webkit-input-placeholder,
.box .form input[type="search"]::-webkit-input-placeholder,
body .form input[type="search"]::-webkit-input-placeholder,
.box form input[type="tel"]::-webkit-input-placeholder,
body form input[type="tel"]::-webkit-input-placeholder,
.box .form input[type="tel"]::-webkit-input-placeholder,
body .form input[type="tel"]::-webkit-input-placeholder,
.box form .uneditable-input::-webkit-input-placeholder,
body form .uneditable-input::-webkit-input-placeholder,
.box .form .uneditable-input::-webkit-input-placeholder,
body .form .uneditable-input::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
}
.box form select:-moz-placeholder,
body form select:-moz-placeholder,
.box form textarea:-moz-placeholder,
body form textarea:-moz-placeholder,
.box .form textarea:-moz-placeholder,
body .form textarea:-moz-placeholder,
.box form input[type="text"]:-moz-placeholder,
body form input[type="text"]:-moz-placeholder,
.box .form input[type="text"]:-moz-placeholder,
body .form input[type="text"]:-moz-placeholder,
.box form input[type="password"]:-moz-placeholder,
body form input[type="password"]:-moz-placeholder,
.box .form input[type="password"]:-moz-placeholder,
body .form input[type="password"]:-moz-placeholder,
.box form input[type="date"]:-moz-placeholder,
body form input[type="date"]:-moz-placeholder,
.box .form input[type="date"]:-moz-placeholder,
body .form input[type="date"]:-moz-placeholder,
.box form input[type="number"]:-moz-placeholder,
body form input[type="number"]:-moz-placeholder,
.box .form input[type="number"]:-moz-placeholder,
body .form input[type="number"]:-moz-placeholder,
.box form input[type="email"]:-moz-placeholder,
body form input[type="email"]:-moz-placeholder,
.box .form input[type="email"]:-moz-placeholder,
body .form input[type="email"]:-moz-placeholder,
.box form input[type="search"]:-moz-placeholder,
body form input[type="search"]:-moz-placeholder,
.box .form input[type="search"]:-moz-placeholder,
body .form input[type="search"]:-moz-placeholder,
.box form input[type="tel"]:-moz-placeholder,
body form input[type="tel"]:-moz-placeholder,
.box .form input[type="tel"]:-moz-placeholder,
body .form input[type="tel"]:-moz-placeholder,
.box form .uneditable-input:-moz-placeholder,
body form .uneditable-input:-moz-placeholder,
.box .form .uneditable-input:-moz-placeholder,
body .form .uneditable-input:-moz-placeholder {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
}
.box form select::-moz-placeholder,
body form select::-moz-placeholder,
.box form textarea::-moz-placeholder,
body form textarea::-moz-placeholder,
.box .form textarea::-moz-placeholder,
body .form textarea::-moz-placeholder,
.box form input[type="text"]::-moz-placeholder,
body form input[type="text"]::-moz-placeholder,
.box .form input[type="text"]::-moz-placeholder,
body .form input[type="text"]::-moz-placeholder,
.box form input[type="password"]::-moz-placeholder,
body form input[type="password"]::-moz-placeholder,
.box .form input[type="password"]::-moz-placeholder,
body .form input[type="password"]::-moz-placeholder,
.box form input[type="date"]::-moz-placeholder,
body form input[type="date"]::-moz-placeholder,
.box .form input[type="date"]::-moz-placeholder,
body .form input[type="date"]::-moz-placeholder,
.box form input[type="number"]::-moz-placeholder,
body form input[type="number"]::-moz-placeholder,
.box .form input[type="number"]::-moz-placeholder,
body .form input[type="number"]::-moz-placeholder,
.box form input[type="email"]::-moz-placeholder,
body form input[type="email"]::-moz-placeholder,
.box .form input[type="email"]::-moz-placeholder,
body .form input[type="email"]::-moz-placeholder,
.box form input[type="search"]::-moz-placeholder,
body form input[type="search"]::-moz-placeholder,
.box .form input[type="search"]::-moz-placeholder,
body .form input[type="search"]::-moz-placeholder,
.box form input[type="tel"]::-moz-placeholder,
body form input[type="tel"]::-moz-placeholder,
.box .form input[type="tel"]::-moz-placeholder,
body .form input[type="tel"]::-moz-placeholder,
.box form .uneditable-input::-moz-placeholder,
body form .uneditable-input::-moz-placeholder,
.box .form .uneditable-input::-moz-placeholder,
body .form .uneditable-input::-moz-placeholder {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
}
.box form select:-ms-input-placeholder,
body form select:-ms-input-placeholder,
.box form textarea:-ms-input-placeholder,
body form textarea:-ms-input-placeholder,
.box .form textarea:-ms-input-placeholder,
body .form textarea:-ms-input-placeholder,
.box form input[type="text"]:-ms-input-placeholder,
body form input[type="text"]:-ms-input-placeholder,
.box .form input[type="text"]:-ms-input-placeholder,
body .form input[type="text"]:-ms-input-placeholder,
.box form input[type="password"]:-ms-input-placeholder,
body form input[type="password"]:-ms-input-placeholder,
.box .form input[type="password"]:-ms-input-placeholder,
body .form input[type="password"]:-ms-input-placeholder,
.box form input[type="date"]:-ms-input-placeholder,
body form input[type="date"]:-ms-input-placeholder,
.box .form input[type="date"]:-ms-input-placeholder,
body .form input[type="date"]:-ms-input-placeholder,
.box form input[type="number"]:-ms-input-placeholder,
body form input[type="number"]:-ms-input-placeholder,
.box .form input[type="number"]:-ms-input-placeholder,
body .form input[type="number"]:-ms-input-placeholder,
.box form input[type="email"]:-ms-input-placeholder,
body form input[type="email"]:-ms-input-placeholder,
.box .form input[type="email"]:-ms-input-placeholder,
body .form input[type="email"]:-ms-input-placeholder,
.box form input[type="search"]:-ms-input-placeholder,
body form input[type="search"]:-ms-input-placeholder,
.box .form input[type="search"]:-ms-input-placeholder,
body .form input[type="search"]:-ms-input-placeholder,
.box form input[type="tel"]:-ms-input-placeholder,
body form input[type="tel"]:-ms-input-placeholder,
.box .form input[type="tel"]:-ms-input-placeholder,
body .form input[type="tel"]:-ms-input-placeholder,
.box form .uneditable-input:-ms-input-placeholder,
body form .uneditable-input:-ms-input-placeholder,
.box .form .uneditable-input:-ms-input-placeholder,
body .form .uneditable-input:-ms-input-placeholder {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
}
.box form input[type="text"],
body form input[type="text"],
.box .form input[type="text"],
body .form input[type="text"],
.box form input[type="password"],
body form input[type="password"],
.box .form input[type="password"],
body .form input[type="password"],
.box form input[type="date"],
body form input[type="date"],
.box .form input[type="date"],
body .form input[type="date"],
.box form input[type="number"],
body form input[type="number"],
.box .form input[type="number"],
body .form input[type="number"],
.box form input[type="email"],
body form input[type="email"],
.box .form input[type="email"],
body .form input[type="email"],
.box form input[type="search"],
body form input[type="search"],
.box .form input[type="search"],
body .form input[type="search"],
.box form input[type="tel"],
body form input[type="tel"],
.box .form input[type="tel"],
body .form input[type="tel"],
.box form .uneditable-input,
body form .uneditable-input,
.box .form .uneditable-input,
body .form .uneditable-input {
	height: 40px;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}
.box form .error ul,
body form .error ul,
.box form .error + div > ul,
body form .error + div > ul {
	list-style-type: none;
	padding: 0;
}
.box form .error ul li,
body form .error ul li,
.box form .error + div > ul li,
body form .error + div > ul li {
	color: #e4401c;
}
.box .boxhead,
body .boxhead {
	border-bottom: 1px solid #9e9e9e;
	padding-top: 20px;
	padding-bottom: 10px;
}
.box .boxhead,
body .boxhead,
.box .boxhead h3,
body .boxhead h3 {
	text-align: left;
	color: #282828;
	font-family: "Maven Pro", sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.box .boxhead,
	body .boxhead,
	.box .boxhead h3,
	body .boxhead h3 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.box .boxhead,
	body .boxhead,
	.box .boxhead h3,
	body .boxhead h3 {
		font-size: 18px;
		font-weight: 400;
	}
}
.box .boxhead h1,
body .boxhead h1 {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.box .boxhead h1,
	body .boxhead h1 {
		font-size: 20px;
	}
}
.rating {
	margin-top: 4px;
}
.rating:after {
	content: "(" attr(data-count) ")";
	margin-left: 3px;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.07px;
}
.rating .stars {
	position: relative;
	width: 84px;
}
.rating .stars > div {
	width: 100%;
	height: 14px;
}
.rating .stars > div:nth-child(1) {
	background: url(../../images/user/stars.cfe89.svg) no-repeat;
}
.rating .stars > div:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 0;
	background: url(../../images/user/stars.d0a8e.svg) no-repeat;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
	.rating {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 5px;
	}
}
.box .product,
.products.viewphot .product,
.shop_infopage .product.oneperrow,
.product.oneperrow {
	border: 0;
	padding: 0;
	height: auto !important;
	border: none;
	position: relative;
	z-index: 1;
	-webkit-transition: margin, padding 0.3s;
	transition: margin, padding 0.3s;
	margin: 0;
	background: none !important;
}
.box .product.fx-added-storage,
.products.viewphot .product.fx-added-storage,
.shop_infopage .product.oneperrow.fx-added-storage,
.product.oneperrow.fx-added-storage {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.box .product .product-inner-wrap,
.products.viewphot .product .product-inner-wrap,
.shop_infopage .product.oneperrow .product-inner-wrap,
.product.oneperrow .product-inner-wrap {
	background: #ffffff !important;
}
.box .product .product-inner-wrap,
.products.viewphot .product .product-inner-wrap,
.shop_infopage .product.oneperrow .product-inner-wrap,
.product.oneperrow .product-inner-wrap {
	text-align: center;
	margin: 0px 15px;
	background: none;
	padding: 15px;
}
@media only screen and (max-width: 1440px) {
	.box .product .product-inner-wrap,
	.products.viewphot .product .product-inner-wrap,
	.shop_infopage .product.oneperrow .product-inner-wrap,
	.product.oneperrow .product-inner-wrap {
		margin: 0px 7.5px;
	}
}
@media only screen and (max-width: 767px) {
	.box .product .product-inner-wrap,
	.products.viewphot .product .product-inner-wrap,
	.shop_infopage .product.oneperrow .product-inner-wrap,
	.product.oneperrow .product-inner-wrap {
		padding: 6px;
	}
}
.box .product:hover,
.products.viewphot .product:hover,
.shop_infopage .product.oneperrow:hover,
.product.oneperrow:hover {
	background-color: #e6e6e6;
}
.box .product .tags,
.products.viewphot .product .tags,
.shop_infopage .product.oneperrow .tags,
.product.oneperrow .tags {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.box .product .tags li,
.products.viewphot .product .tags li,
.shop_infopage .product.oneperrow .tags li,
.product.oneperrow .tags li {
	padding: 6px 10px;
}
.box .product .tags .promo,
.products.viewphot .product .tags .promo,
.shop_infopage .product.oneperrow .tags .promo,
.product.oneperrow .tags .promo {
	background: #e9530e;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
.box .product .tags li:not(.promo),
.products.viewphot .product .tags li:not(.promo),
.shop_infopage .product.oneperrow .tags li:not(.promo),
.product.oneperrow .tags li:not(.promo) {
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.box .product .tags li:not(.promo):before,
.products.viewphot .product .tags li:not(.promo):before,
.shop_infopage .product.oneperrow .tags li:not(.promo):before,
.product.oneperrow .tags li:not(.promo):before {
	width: calc(100% - 3px);
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.box .product .tags li:not(.promo):after,
.products.viewphot .product .tags li:not(.promo):after,
.shop_infopage .product.oneperrow .tags li:not(.promo):after,
.product.oneperrow .tags li:not(.promo):after {
	width: 3px;
	content: "";
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.box .product .tags:not(.big) li:not(.promo),
.products.viewphot .product .tags:not(.big) li:not(.promo),
.shop_infopage .product.oneperrow .tags:not(.big) li:not(.promo),
.product.oneperrow .tags:not(.big) li:not(.promo) {
	background: #ffffff !important;
}
.box .product .tags .new,
.products.viewphot .product .tags .new,
.shop_infopage .product.oneperrow .tags .new,
.product.oneperrow .tags .new {
	color: #2dbf5d;
	background: #2dbf5d !important;
}
.box .product .tags .new:after,
.products.viewphot .product .tags .new:after,
.shop_infopage .product.oneperrow .tags .new:after,
.product.oneperrow .tags .new:after,
.box .product .tags .new:before,
.products.viewphot .product .tags .new:before,
.shop_infopage .product.oneperrow .tags .new:before,
.product.oneperrow .tags .new:before {
	background: #2dbf5d;
}
.box .product .tags .label-bestseller,
.products.viewphot .product .tags .label-bestseller,
.shop_infopage .product.oneperrow .tags .label-bestseller,
.product.oneperrow .tags .label-bestseller,
.box .product .tags .label-superokazja,
.products.viewphot .product .tags .label-superokazja,
.shop_infopage .product.oneperrow .tags .label-superokazja,
.product.oneperrow .tags .label-superokazja {
	color: #2d59bf;
	background: #2d59bf !important;
}
.box .product .tags .label-bestseller:after,
.products.viewphot .product .tags .label-bestseller:after,
.shop_infopage .product.oneperrow .tags .label-bestseller:after,
.product.oneperrow .tags .label-bestseller:after,
.box .product .tags .label-superokazja:after,
.products.viewphot .product .tags .label-superokazja:after,
.shop_infopage .product.oneperrow .tags .label-superokazja:after,
.product.oneperrow .tags .label-superokazja:after,
.box .product .tags .label-bestseller:before,
.products.viewphot .product .tags .label-bestseller:before,
.shop_infopage .product.oneperrow .tags .label-bestseller:before,
.product.oneperrow .tags .label-bestseller:before,
.box .product .tags .label-superokazja:before,
.products.viewphot .product .tags .label-superokazja:before,
.shop_infopage .product.oneperrow .tags .label-superokazja:before,
.product.oneperrow .tags .label-superokazja:before {
	background: #2d59bf;
}
.box .product .tags .label-polecamy,
.products.viewphot .product .tags .label-polecamy,
.shop_infopage .product.oneperrow .tags .label-polecamy,
.product.oneperrow .tags .label-polecamy {
	color: #e29a0a;
	background: #e29a0a !important;
}
.box .product .tags .label-polecamy:after,
.products.viewphot .product .tags .label-polecamy:after,
.shop_infopage .product.oneperrow .tags .label-polecamy:after,
.product.oneperrow .tags .label-polecamy:after,
.box .product .tags .label-polecamy:before,
.products.viewphot .product .tags .label-polecamy:before,
.shop_infopage .product.oneperrow .tags .label-polecamy:before,
.product.oneperrow .tags .label-polecamy:before {
	background: #e29a0a;
}
.box .product .tags.big li,
.products.viewphot .product .tags.big li,
.shop_infopage .product.oneperrow .tags.big li,
.product.oneperrow .tags.big li {
	color: #ffffff !important;
	font-size: 30px;
	font-weight: 700;
	padding: 15px 20px;
	font-family: "Maven Pro", sans-serif;
}
.box .product .tags.big li:after,
.products.viewphot .product .tags.big li:after,
.shop_infopage .product.oneperrow .tags.big li:after,
.product.oneperrow .tags.big li:after,
.box .product .tags.big li:before,
.products.viewphot .product .tags.big li:before,
.shop_infopage .product.oneperrow .tags.big li:before,
.product.oneperrow .tags.big li:before {
	display: none;
}
.box .product .price,
.products.viewphot .product .price,
.shop_infopage .product.oneperrow .price,
.product.oneperrow .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-top: 15px;
}
.box .product .price .installments,
.products.viewphot .product .price .installments,
.shop_infopage .product.oneperrow .price .installments,
.product.oneperrow .price .installments {
	color: #e9530e;
	font-size: 15px;
	font-weight: 700;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.box .product .price del,
.products.viewphot .product .price del,
.shop_infopage .product.oneperrow .price del,
.product.oneperrow .price del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #282828;
	font-size: 15px;
	font-weight: 400;
}
.box .product .price del + .installments,
.products.viewphot .product .price del + .installments,
.shop_infopage .product.oneperrow .price del + .installments,
.product.oneperrow .price del + .installments {
	display: none;
}
.box .product .price em,
.products.viewphot .product .price em,
.shop_infopage .product.oneperrow .price em,
.product.oneperrow .price em {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	color: #282828;
	font-family: "Maven Pro", sans-serif;
	font-style: normal;
	font-size: 28px;
	font-weight: 900;
}
.box .product .price em.color,
.products.viewphot .product .price em.color,
.shop_infopage .product.oneperrow .price em.color,
.product.oneperrow .price em.color {
	color: #e9530e;
}
@media only screen and (max-width: 767px) {
	.box .product .price,
	.products.viewphot .product .price,
	.shop_infopage .product.oneperrow .price,
	.product.oneperrow .price {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.box .product .price .installments,
	.products.viewphot .product .price .installments,
	.shop_infopage .product.oneperrow .price .installments,
	.product.oneperrow .price .installments {
		font-size: 12px;
	}
}
.box .product .manufacturer,
.products.viewphot .product .manufacturer,
.shop_infopage .product.oneperrow .manufacturer,
.product.oneperrow .manufacturer {
	display: none;
}
.box .product .productnamewrap,
.products.viewphot .product .productnamewrap,
.shop_infopage .product.oneperrow .productnamewrap,
.product.oneperrow .productnamewrap {
	height: auto !important;
	margin: 0 !important;
}
.box .product .prodname .productname,
.products.viewphot .product .prodname .productname,
.shop_infopage .product.oneperrow .prodname .productname,
.product.oneperrow .prodname .productname,
.box .product .productnamewrap .productname,
.products.viewphot .product .productnamewrap .productname,
.shop_infopage .product.oneperrow .productnamewrap .productname,
.product.oneperrow .productnamewrap .productname {
	padding-top: 0px;
	text-align: left;
	margin-top: 0px !important;
	margin-bottom: 0;
	display: block;
	min-height: 21px;
	text-align: center;
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	height: 36px;
}
@media only screen and (min-width: 768px) {
	.box .product .buttons,
	.products.viewphot .product .buttons,
	.shop_infopage .product.oneperrow .buttons,
	.product.oneperrow .buttons {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		position: absolute;
	}
	.box .product:hover .buttons,
	.products.viewphot .product:hover .buttons,
	.shop_infopage .product.oneperrow:hover .buttons,
	.product.oneperrow:hover .buttons {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		position: absolute;
	}
}
.box .product .buttons,
.products.viewphot .product .buttons,
.shop_infopage .product.oneperrow .buttons,
.product.oneperrow .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
	.box .product .buttons,
	.products.viewphot .product .buttons,
	.shop_infopage .product.oneperrow .buttons,
	.product.oneperrow .buttons {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background: #ffffff;
		position: absolute;
		top: 100%;
		left: 15px;
		width: calc(100% - 30px);
		padding: 0px 15px 10px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.box .product .buttons,
	.products.viewphot .product .buttons,
	.shop_infopage .product.oneperrow .buttons,
	.product.oneperrow .buttons {
		margin-left: -6px;
		margin-bottom: -6px;
		width: calc(100% + 12px);
	}
}
@media only screen and (max-width: 1440px) and (min-width: 768px) {
	.box .product .buttons,
	.products.viewphot .product .buttons,
	.shop_infopage .product.oneperrow .buttons,
	.product.oneperrow .buttons {
		left: 7.5px;
		width: calc(100% - 15px);
	}
}
.box .product .smallbtn,
.products.viewphot .product .smallbtn,
.shop_infopage .product.oneperrow .smallbtn,
.product.oneperrow .smallbtn {
	color: #9e9e9e;
	font-size: 12px;
	display: block;
	text-align: left;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.box .product .smallbtn:before,
.products.viewphot .product .smallbtn:before,
.shop_infopage .product.oneperrow .smallbtn:before,
.product.oneperrow .smallbtn:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background-size: 16px !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
	.box .product .smallbtn,
	.products.viewphot .product .smallbtn,
	.shop_infopage .product.oneperrow .smallbtn,
	.product.oneperrow .smallbtn {
		width: 49px;
		height: 49px;
		font-size: 0;
		top: 10px;
		position: absolute;
		right: 0px;
		margin: 0;
		background: #f5f5f5;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: none;
	}
	.box .product .smallbtn:before,
	.products.viewphot .product .smallbtn:before,
	.shop_infopage .product.oneperrow .smallbtn:before,
	.product.oneperrow .smallbtn:before {
		content: "";
		width: 21px;
		height: 21px;
		background-size: 21px !important;
		background-position: center center !important;
	}
	.box .product .smallbtn.compare,
	.products.viewphot .product .smallbtn.compare,
	.shop_infopage .product.oneperrow .smallbtn.compare,
	.product.oneperrow .smallbtn.compare {
		top: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.box .product .prodname .productname,
	.products.viewphot .product .prodname .productname,
	.shop_infopage .product.oneperrow .prodname .productname,
	.product.oneperrow .prodname .productname,
	.box .product .productnamewrap .productname,
	.products.viewphot .product .productnamewrap .productname,
	.shop_infopage .product.oneperrow .productnamewrap .productname,
	.product.oneperrow .productnamewrap .productname {
		color: #4a494a;
		height: 36px;
		margin-bottom: 0px;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		margin-top: 5px !important;
	}
	.box .product .code,
	.products.viewphot .product .code,
	.shop_infopage .product.oneperrow .code,
	.product.oneperrow .code {
		color: #000000;
		font-size: 12px;
		font-weight: 400;
	}
}
.products.s-row .product.f-grid-4,
.products.f-row .product.f-grid-4 {
	width: calc(100% / 3);
	margin-bottom: 30px;
}
@media only screen and (min-width: 1201px) {
	.products.s-row .product.f-grid-4:nth-child(3n + 1),
	.products.f-row .product.f-grid-4:nth-child(3n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1200px) {
	.products.s-row .product.f-grid-4,
	.products.f-row .product.f-grid-4 {
		width: calc(100% / 2);
	}
	.products.s-row .product.f-grid-4:nth-child(2n + 1),
	.products.f-row .product.f-grid-4:nth-child(2n + 1) {
		clear: both;
	}
}
.products.s-row .product.f-grid-3,
.products.f-row .product.f-grid-3 {
	width: calc(100% / 4);
	margin-bottom: 30px;
}
@media only screen and (min-width: 1201px) {
	.products.s-row .product.f-grid-3:nth-child(4n + 1),
	.products.f-row .product.f-grid-3:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 1200px) {
	.products.s-row .product.f-grid-3,
	.products.f-row .product.f-grid-3 {
		width: calc(100% / 2);
	}
	.products.s-row .product.f-grid-3:nth-child(2n + 1),
	.products.f-row .product.f-grid-3:nth-child(2n + 1) {
		clear: both;
	}
}
@media only screen and (max-width: 600px) {
	.products.s-row .product.f-grid-3,
	.products.f-row .product.f-grid-3 {
		width: calc(100%);
		clear: both;
	}
}
.btn.basketadd {
	min-width: 100%;
	border: 0;
	background: #d44c0c;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.btn.basketadd span {
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.basketadd .icon {
	left: 0;
}
/* .btn.basketadd .icon:after {
	content: "";
	background: #e9530e url(../../images/user/cart.28a14.svg) no-repeat center
		center;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.basketadd .icon:before {
	content: "";
	background: #2dbf5d url(../../images/user/added.c67bc.svg) no-repeat center
		center !important;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} */
/* .btn.basketadd .text {
	left: 50px;
	width: calc(100% - 50px);
} */

.btn.basketadd .text {
	width: 100%;
}
.btn.basketadd .text:after {
	content: attr(data-add);
	color: #ffffff;
	height: 50px;
	background: #e9530e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.basketadd .text:before {
	content: attr(data-added);
	color: #ffffff;
	height: 50px;
	background: #24994a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.basketadd:hover .icon:after {
	background-color: #b6321b;
}
.btn.basketadd:hover .text:after {
	background-color: #d44c0c;
}
.btn.basketadd.loading {
	opacity: 0.5;
	pointer-events: none !important;
}
.btn.basketadd.added,
.btn.basketadd.wce_added {
	pointer-events: none !important;
}
.btn.basketadd.added span,
.btn.basketadd.wce_added span {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.smallbtn.favourites:before {
	background: url(../../images/user/fav.7763f.svg) no-repeat center center;
}
.smallbtn.favourites:hover {
	color: #e9530e;
}
.smallbtn.favourites:hover:before {
	background: url(../../images/user/fav.154ef.svg) no-repeat center center;
}
.smallbtn.compare:before {
	background: url(../../images/user/compare.60e67.svg) no-repeat center center;
}
.smallbtn.compare:hover {
	color: #e9530e;
}
.smallbtn.compare:hover:before {
	background: url(../../images/user/compare.2b272.svg) no-repeat center center;
}
.smallbtn.smallbtn.added,
.smallbtn.smallbtn.wce_added {
	color: #2dbf5d;
}
.smallbtn.smallbtn.added:before,
.smallbtn.smallbtn.wce_added:before {
	background: url(../../images/user/added.bc005.svg) no-repeat center center;
}
.search__mobile-btn_open {
	display: none !important;
}
.rwd .up {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.search_open {
		z-index: 99999 !important;
	}
}
.wrap header .logo-bar {
	z-index: 100;
}
.wrap header .search__container {
	margin: 0px 90px;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-align-self: flex-end;
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 0px;
}
@media only screen and (max-width: 979px) {
	.wrap header .search__container {
		margin: 0;
		height: 100px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap header .search__container {
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.wrap header .search__container form {
		display: none;
	}
	.wrap header .search__container form.search_open {
		display: block;
	}
}
.wrap header .search__container.display {
	display: block;
	z-index: 90;
}
@media only screen and (max-width: 767px) {
	.wrap header .search__container.display {
		height: 100%;
		width: 100%;
	}
	.wrap header .search__container.display form {
		display: block;
	}
}
.wrap header .search__container.show {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.wrap header .search__container .search__content {
	background: #ffffff;
	right: 0;
	left: auto;
	top: 45px;
}
.wrap header .search__container .search__content .search__section-head_line {
	background: #ffffff;
}
@media only screen and (min-width: 768px) {
	.wrap header .search__container .search__content {
		min-width: 500px;
	}
}
.wrap header .search__container .search__content ul {
	padding: 0;
}
.wrap header .search__container .search__content ul li {
	margin: 0;
}
.wrap header .search__container .search__content ul li .search__result-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrap
	header
	.search__container
	.search__content
	ul
	li
	.search__result-title-item {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}
.wrap
	header
	.search__container
	.search__content
	ul
	li
	.search__result-note
	.search__result-details {
	display: none;
}
.wrap
	header
	.search__container
	.search__content
	ul
	li
	.search__result-note
	.search__result-note-item {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
}
.wrap
	header
	.search__container
	.search__content
	ul
	li
	.search__result-note
	.search__result-note-item:not(.search__result-item_active) {
	display: none;
}
.wrap header .search__container .search__content button {
	display: none;
}
.wrap header .search__container > form {
	margin: 0;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.wrap header .search__container > form {
		position: fixed;
	}
}
@media only screen and (min-width: 768px) {
}
.wrap header .search__container > form .search-input {
	padding: 0;
	height: auto;
	min-height: 31px;
	border: 0;
}
.wrap header .search__container > form .search-input .search__btn-search {
	position: absolute;
	width: 47px;
	height: 47px;
	min-height: 47px;
	top: 0;
	right: 0;
	border-radius: 0;
	border: 0;
	background: url(../../images/user/search.f7ece.svg) no-repeat center center;
	background-color: #e9530e;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__btn-search
	span:before {
	display: none;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input-area-item:first-child {
	position: absolute;
	display: block;
	height: 31px;
	width: 15px;
	right: 5px;
}
@media only screen and (max-width: 767px) {
	.wrap
		header
		.search__container
		> form
		.search-input
		.search__input-area-item:first-child {
		right: 25px;
		top: -6px;
	}
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input-area-item:first-child
	span {
	position: absolute;
	top: 12px;
	right: 7px;
	left: auto;
	font-size: 12px;
	color: #959595;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input-area-item:first-child
	img {
	position: absolute;
	top: 11px;
	left: auto;
	right: 5px;
}
.wrap header .search__container > form .search-input .search__input {
	height: 47px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-left: 2px solid #e9530e;
	border-right: 2px solid #e9530e;
	min-height: 20px;
	padding: 0;
	padding-left: 10px;
	line-height: 35px;
	color: #000000;
	text-transform: none;
	border-radius: 00px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	border-radius: 0px;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input:-moz-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input::-moz-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.wrap
	header
	.search__container
	> form
	.search-input
	.search__input:-ms-input-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
	.wrap header .search__container > form .search-input .search__input {
		height: 46px;
	}
}
.wrap
	header
	.search__container
	> form.search_focused
	.search__input-area
	.search__input {
	outline: 0;
	outline: thin #f1f1f1;
	-webkit-box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #f1f1f1;
	box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #f1f1f1;
}
.wrap header .search__container > form .search__list {
	padding-left: 0;
}
.wrap header .search__container > form .btn-close-form {
	left: calc(100% + 57px);
	background-image: none !important;
	font-size: 13px;
	line-height: 37px;
	padding: 0px 10px;
	width: auto;
	max-width: none;
	white-space: nowrap;
	position: absolute;
	cursor: pointer;
	color: #000000;
}
.wrap header .search__container > form .btn-close-form:hover {
	color: #898989;
}
.overflowfixmodule {
	overflow: hidden;
	padding-bottom: 100px !important;
	margin-bottom: -100px;
}
.overflow-visible {
	overflow: visible !important;
}
.product-module,
.slider-module {
	overflow: hidden;
	position: relative;
	font-size: 0;
	margin-top: 20px;
	min-height: 200px;
	background: #ffffff;
}
@media only screen and (min-width: 1025px) {
	.product-module,
	.slider-module {
		min-height: 358px;
	}
}
.product-module.stop-animation,
.slider-module.stop-animation {
	background: none;
}
.product-module .innerbox,
.slider-module .innerbox {
	opacity: 0;
}
@media only screen and (max-width: 1440px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 37%;
		position: relative;
		margin-bottom: 40px;
	}
	.product-module .innerbox .products,
	.slider-module .innerbox .products {
		height: 100%;
		margin-left: -7.5px;
		width: calc(100% + 15px);
		top: 0;
		left: 0;
		position: absolute;
		margin-bottom: 0;
	}
}
.product-module .innerbox .slick-list,
.slider-module .innerbox .slick-list {
	overflow: visible;
}
@media only screen and (max-width: 1024px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 43%;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 72vw;
		margin-bottom: 0px;
	}
}
@media (max-width: 650px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 75vw;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 550px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 80vw;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 85vw;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 420px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 88vw;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 360px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 93vw;
		margin-bottom: 0px;
	}
}
@media (max-width: 340px) {
	.product-module .innerbox,
	.slider-module .innerbox {
		padding-top: 96vw;
		margin-bottom: 0px;
	}
}
@media (max-width: 900px) {
}
@media (max-width: 767px) {
}
.product-module .innerbox .product .img-wrap,
.slider-module .innerbox .product .img-wrap,
.product-module .innerbox .product .boximgsize,
.slider-module .innerbox .product .boximgsize {
	position: relative;
	padding-top: 105% !important;
}
.product-module .innerbox .product .img-wrap img,
.slider-module .innerbox .product .img-wrap img,
.product-module .innerbox .product .boximgsize img,
.slider-module .innerbox .product .boximgsize img {
	width: 100% !important;
	height: auto !important;
}
.product-module:before,
.slider-module:before {
	content: "";
	border: 8px solid #e9530e;
	/* Light grey */
	border-top: 8px solid #cccccc;
	/* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: loader-spin 1s ease-in-out infinite;
	animation: loader-spin 1s ease-in-out infinite;
	position: absolute;
	top: calc(50% - 40px / 2);
	left: calc(50% - 40px / 2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.product-module:before,
	.slider-module:before {
		width: 20px;
		height: 20px;
		top: calc(50% - 20px / 2);
		left: calc(50% - 20px / 2);
		border: 8px solid #e9530e;
		/* Light grey */
		border-top: 8px solid #cccccc;
		/* Blue */
	}
}
@media only screen and (max-width: 1024px) {
	.product-module:before,
	.slider-module:before {
		top: 150px;
	}
}
.product-module.loaded-module:before,
.slider-module.loaded-module:before {
	opacity: 0;
}
.product-module.loaded-module .innerbox,
.slider-module.loaded-module .innerbox {
	opacity: 1;
}
.product-module.loaded-module .outerbtn,
.slider-module.loaded-module .outerbtn {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
}
.product-module .boxhead h1,
.slider-module .boxhead h1 {
	margin-top: 40px;
	margin-bottom: 15px;
}
.product-module .products.slick-slider,
.slider-module .products.slick-slider {
	margin-left: -9px;
	width: calc(100% + 18px);
}
@media only screen and (min-width: 1201px) {
	.product-module .products.slick-slider,
	.slider-module .products.slick-slider {
		margin-left: -15px;
		width: calc(100% + 30px);
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 1024px) {
	.product-module .products.slick-slider .slick-prev,
	.slider-module .products.slick-slider .slick-prev {
		left: 0px;
	}
	.product-module .products.slick-slider .slick-next,
	.slider-module .products.slick-slider .slick-next {
		right: 0px;
	}
}
.product-module .products.slick-slider .slick-dots,
.slider-module .products.slick-slider .slick-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	list-style-type: none;
	padding: 0 9px;
	margin: 0;
}
.product-module .products.slick-slider .slick-dots li,
.slider-module .products.slick-slider .slick-dots li {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #c2c2c2;
}
.product-module .products.slick-slider .slick-dots li.slick-active,
.slider-module .products.slick-slider .slick-dots li.slick-active {
	background: #000000;
}
.product-module .products.slick-slider .slick-dots li button,
.slider-module .products.slick-slider .slick-dots li button {
	display: none;
}
.floatcenterwrap {
	/*paginator*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
}
.floatcenterwrap .paginator {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.floatcenterwrap li {
	margin: 0;
	line-height: 30px;
	padding: 0px 4px;
}
.floatcenterwrap li.stick {
	display: none;
}
.floatcenterwrap li a,
.floatcenterwrap li span {
	display: block;
	padding: 0;
	font-family: "Roboto", sans-serif;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid rgba(174, 174, 174, 0.6);
}
.floatcenterwrap li.dts span {
	border: 0;
	line-height: 36px;
}
.floatcenterwrap li.selected span,
.floatcenterwrap li.selected a {
	color: #ffffff;
	background: #e9530e;
}
.floatcenterwrap li a:hover {
	color: #e9530e;
}
.floatcenterwrap li.last,
.floatcenterwrap li.first {
	display: none;
}
.floatcenterwrap li.last a,
.floatcenterwrap li.first a,
.floatcenterwrap li.last span,
.floatcenterwrap li.first span {
	font-size: 0;
	display: block;
	background: url(../../images/user/png.0ac1c.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.floatcenterwrap li.last span,
.floatcenterwrap li.first span {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.floatcenterwrap li.last {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	margin-left: 15px;
}
.floatcenterwrap li.first {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	margin-right: 15px;
}
.floatcenterwrap .pagin-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.floatcenterwrap .pagin-new input[type="number"] {
	width: 64px;
	height: 45px;
	background-color: #f5f5f5;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #dcdcdc;
	font-size: 15px;
}
.floatcenterwrap .pagin-new .from {
	font-size: 15px;
	font-weight: 400;
}
.floatcenterwrap .pagin-new .from .from {
	text-align: center;
	width: 40px;
	display: inline-block;
}
.floatcenterwrap .pagin-new .btn-pagin {
	background: url(../../images/user/arrow-filter.bcc28.svg) no-repeat center
		center;
	width: 15px;
	margin-left: 19px;
	height: 15px;
	background-size: 40px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}
.floatcenterwrap .pagin-new .btn-pagin.prevbtn {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 0;
	margin-right: 19px;
}
.floatcenterwrap .pagin-new .btn-pagin:hover {
	background: url(../../images/user/arrow-filter.31c86.svg) no-repeat center
		center;
	background-size: 40px;
}
#hcategory_212 a {
	font-weight: bold;
}
@media (max-width: 767px) {
	body .consents__modal {
		overflow: scroll;
		padding: 10px;
	}
}
.full-banner {
	width: 100%;
	background: #000000;
}
.full-banner a {
	display: block;
	overflow: hidden;
	height: 107px;
}
.full-banner a img {
	display: block;
}
.full-banner a img.mobile {
	display: none;
}
@media only screen and (max-width: 1440px) {
	.full-banner .container {
		padding: 0;
	}
	.full-banner a {
		position: relative;
		height: auto;
		padding-top: 7.6%;
	}
	.full-banner a img {
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media only screen and (max-width: 580px) {
	.full-banner a {
		padding-top: 45.8%;
	}
	.full-banner a img.desktop {
		display: none;
	}
	.full-banner a img.mobile {
		display: block;
		width: 100%;
	}
}
#hot-info-top {
	background: #e9530e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	min-height: 26px;
	position: sticky;
	top: 0;
	z-index: 12;
}
@media only screen and (max-width: 767px) {
	#hot-info-top {
		z-index: 10;
	}
}
#hot-info-top p {
	margin: 0;
	padding: 10px 0px;
}
#hot-info-top p a {
	color: #ffffff;
}
#hot-info-top .countdown {
	margin-left: 20px;
}
#hot-info-top .countdown * {
	color: #ffffff;
	font-weight: 700;
}
@media only screen and (max-width: 580px) {
	#hot-info-top .countdown {
		margin-left: 0;
		min-width: 100%;
		text-align: center;
		display: block;
	}
}

#box_passchange form {
	display: inline-block;
}
#box_passchange form .btn {
	width: 100%;
}
#box_login .innerbox,
#box_register .innerbox,
#box_passchange .innerbox,
#box_panel .innerbox,
#box_address .innerbox,
#box_useredit .innerbox,
#box_favourites .innerbox,
#box_order .innerbox,
#box_addresses .innerbox {
	min-height: 400px;
}
#box_login h3,
#box_register h3,
#box_passchange h3,
#box_panel h3,
#box_address h3,
#box_useredit h3,
#box_favourites h3,
#box_order h3,
#box_addresses h3,
#box_login .boxhead span,
#box_register .boxhead span,
#box_passchange .boxhead span,
#box_panel .boxhead span,
#box_address .boxhead span,
#box_useredit .boxhead span,
#box_favourites .boxhead span,
#box_order .boxhead span,
#box_addresses .boxhead span {
	font-size: 28px;
	font-weight: 400;
	margin: 1em 0em;
	text-align: left;
}
#box_login label + input,
#box_register label + input,
#box_passchange label + input,
#box_panel label + input,
#box_address label + input,
#box_useredit label + input,
#box_favourites label + input,
#box_order label + input,
#box_addresses label + input {
	display: block;
}
#box_login .login-label,
#box_register .login-label,
#box_passchange .login-label,
#box_panel .login-label,
#box_address .login-label,
#box_useredit .login-label,
#box_favourites .login-label,
#box_order .login-label,
#box_addresses .login-label,
#box_login .address-label,
#box_register .address-label,
#box_passchange .address-label,
#box_panel .address-label,
#box_address .address-label,
#box_useredit .address-label,
#box_favourites .address-label,
#box_order .address-label,
#box_addresses .address-label {
	display: block;
	width: auto;
	text-align: left;
}
#box_login .btn,
#box_register .btn,
#box_passchange .btn,
#box_panel .btn,
#box_address .btn,
#box_useredit .btn,
#box_favourites .btn,
#box_order .btn,
#box_addresses .btn {
	margin: 10px 10px 10px 0px;
	display: inline-block;
}
#box_login .btn.prodstorage,
#box_register .btn.prodstorage,
#box_passchange .btn.prodstorage,
#box_panel .btn.prodstorage,
#box_address .btn.prodstorage,
#box_useredit .btn.prodstorage,
#box_favourites .btn.prodstorage,
#box_order .btn.prodstorage,
#box_addresses .btn.prodstorage,
#box_login .btn.prodcomments,
#box_register .btn.prodcomments,
#box_passchange .btn.prodcomments,
#box_panel .btn.prodcomments,
#box_address .btn.prodcomments,
#box_useredit .btn.prodcomments,
#box_favourites .btn.prodcomments,
#box_order .btn.prodcomments,
#box_addresses .btn.prodcomments {
	margin: 0 !important;
}
#box_passchange .btn {
	background-color: #e9530e;
	border-color: #e9530e;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	#box_passchange .btn:hover {
		background-color: #b6321b;
		border-color: #b6321b;
		color: #ffffff;
	}
}
#box_register,
#box_passchange,
#box_useredit,
#box_addresses,
#box_address {
	max-width: 768px;
	margin: 0 auto;
}
#box_register .btn,
#box_passchange .btn,
#box_useredit .btn,
#box_addresses .btn,
#box_address .btn {
	margin: 0 auto 0 0 !important;
	float: none;
}
#box_register .input,
#box_passchange .input,
#box_useredit .input,
#box_addresses .input,
#box_address .input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#box_register .input label,
#box_passchange .input label,
#box_useredit .input label,
#box_addresses .input label,
#box_address .input label {
	line-height: 24px;
}
#box_register .input .error + div,
#box_passchange .input .error + div,
#box_useredit .input .error + div,
#box_addresses .input .error + div,
#box_address .input .error + div {
	min-width: 100%;
	position: absolute;
	bottom: 0;
}
#box_register .input .error,
#box_passchange .input .error,
#box_useredit .input .error,
#box_addresses .input .error,
#box_address .input .error {
	margin-bottom: 30px;
}
#box_register .input .check-label,
#box_passchange .input .check-label,
#box_useredit .input .check-label,
#box_addresses .input .check-label,
#box_address .input .check-label {
	min-width: 14px;
}
#box_register .input .checkbox-wrap,
#box_passchange .input .checkbox-wrap,
#box_useredit .input .checkbox-wrap,
#box_addresses .input .checkbox-wrap,
#box_address .input .checkbox-wrap {
	min-width: 18px;
}
.rwd #box_register .hint {
	margin-left: 0 !important;
}
#box_addresses .addresses li {
	padding-left: 0;
}
#box_addresses .links .links-btn {
	margin-top: 15px;
}
#box_addresses .btn.add {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
#box_panel .btn,
#box_addresses .btn {
	background-color: #e9530e;
	border-color: #e9530e;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	#box_panel .btn:hover,
	#box_addresses .btn:hover {
		background-color: #b6321b;
		border-color: #b6321b;
		color: #ffffff;
	}
}
#box_useredit .btn {
	background-color: #e9530e;
	border-color: #e9530e;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	#box_useredit .btn:hover {
		background-color: #b6321b;
		border-color: #b6321b;
		color: #ffffff;
	}
}
#box_address label {
	margin: 0;
}
#box_address input {
	width: 100% !important;
}
#box_address .btn.undo {
	background-color: #282828;
	border-color: #282828;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
}
@media only screen and (min-width: 768px) {
	#box_address .btn.undo:hover {
		background-color: #4a494a;
		border-color: #4a494a;
		color: #ffffff;
	}
}
#box_login a {
	color: #e9530e;
}
#box_login a:hover {
	color: #898989;
}
#box_login form label {
	display: block;
}
#box_login form button {
	display: block;
}
#box_favourites .btn-red2 {
	margin: 5px 0px !important;
}
#box_favourites .btn.remove {
	background-color: #282828;
	border-color: #282828;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 00px;
	margin: 5px 0px !important;
}
@media only screen and (min-width: 768px) {
	#box_favourites .btn.remove:hover {
		background-color: #4a494a;
		border-color: #4a494a;
		color: #ffffff;
	}
}
#box_favourites table td.name .actions-mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
	#box_favourites table td.name .actions-mobile {
		display: block;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#box_favourites table td.sum {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	#box_favourites table td.price {
		border-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	#box_favourites table td.actions {
		display: none !important;
	}
}
.btn.notfound {
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
}
