.stocks-bundle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stocks-bundle .stock-control {
	border: 2px solid #fff;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.stocks-bundle .stock-control.stock-control-open .stock-options {
	display: block;
	top: 99%;
}
.stocks-bundle
	.stock-control.stock-control-selected.stock-control-selected-checkbox
	.stock-name {
	top: 0;
}
.stocks-bundle .stock-control.stock-control-selected .stock-label {
	font-weight: normal;
	background-color: #d2ebd8;
}
.stocks-bundle .stock-control.stock-control-selected .stock-name,
.stocks-bundle .stock-control.stock-control-selected .label {
	position: relative;
	top: -7px;
}
.stocks-bundle .stock-control.stock-control-selected .selected-value {
	display: block;
	position: relative;
	line-height: 0;
	bottom: 2px;
	color: #4f8a5d;
}
.stocks-bundle .stock-control .stock-label {
	cursor: pointer;
	border: 1px solid #c0c0c0;
	padding: 0.8em;
	position: relative;
	text-align: center;
}
.stocks-bundle .stock-control .stock-options {
	display: none;
	position: absolute;
	padding: 0.8em;
	top: 100%;
	left: 0;
	border: 1px solid #c0c0c0;
	width: 100%;
	z-index: 5;
	min-width: 225px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 14em;
	background-color: #fff;
}
.stocks-bundle .stock-control .stock-options .option-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stocks-bundle .stock-control .stock-options .option-text input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 70%;
	flex: 1 0 70%;
	max-width: 69%;
	margin-right: 1%;
}
.stocks-bundle .stock-control .stock-options .option-text button {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 30%;
	flex: 1 0 30%;
}
.stocks-bundle .stock-control .stock-required::after {
	content: "*";
}
.stocks-bundle .form-control-checkbox {
	display: inline-block;
}
.stocks-bundle-full .stock-control {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	border: 1px solid #c0c0c0;
	margin-bottom: 4px;
}
.stocks-bundle-full .stock-control .stock-label {
	border: none;
	padding-bottom: 0;
	text-align: left;
}
.stocks-bundle-full .stock-control .stock-options {
	border: none;
	display: block;
	position: static;
	min-width: auto;
}
.stocks-bundle-full .stock-control.stock-control-selected {
	border-color: #7fb88c;
	background-color: #d2ebd8;
}
.stocks-bundle-full .stock-control.stock-control-selected .selected-value {
	display: none;
}
.stocks-bundle-full .stock-control.stock-control-selected .label,
.stocks-bundle-full .stock-control.stock-control-selected .stock-name {
	top: 0;
}
.stocks-bundle-full .stock-control.stock-control-selected .stock-options {
	background-color: #d2ebd8;
}
.product-option_color {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.product-option_color_selected {
	position: relative;
}
.product-option_color_selected:not([type="file"])::before {
	position: absolute;
	font-family: "rwd-custom";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e907";
	font-size: 25px;
	color: #fff;
}
.bundle-fixed-cart {
	background-color: #f5f5f5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-box-shadow: 1px 1px 1px #a0a0a0;
	box-shadow: 1px 1px 1px #a0a0a0;
	z-index: 50;
}
.bundle-fixed-cart .bundle-fixed-cart-container {
	max-width: 700px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bundle-fixed-cart .bundle-fixed-cart-container .bundle-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bundle-fixed-cart .bundle-fixed-cart-container .bundle-header .bundle-name {
	display: block;
}
.bundle-fixed-cart-buyable {
	background-color: #d2ecd8;
}
.fixed-cart-quantity {
	width: 1.5em;
	padding: 0.33em;
	text-align: center;
	font-size: 1.2em;
	vertical-align: middle;
}
.color-selected {
	border-left-width: 5px;
	border-left-style: solid;
}
#box_bundle .productname {
	margin-bottom: 1em;
	display: block;
}
#box_bundle .product {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#box_bundle .product.bundle-product-selected {
	border-color: #7fb88c;
}
#box_bundle .product.bundle-product-selected:not(:first-child) {
	border-top-color: transparent;
}
#box_bundle .product.bundle-product-selected:last-child {
	border-bottom: 1px solid #7fb88c;
}
#box_bundle .product.bundle-product-selected::after {
	position: absolute;
	font-family: "rwd-custom";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e907";
	font-size: 25px;
	color: #7fb88c;
	top: 1em;
	right: 1em;
}
.error-file-upload {
	display: block;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#box_bundle .product [data-gallery="true"] {
		margin-bottom: 1.5em;
		text-align: center;
	}
	#box_bundle .product [data-gallery="true"] span {
		display: block;
	}
	.bundle-fixed-cart .bundle-fixed-cart-container {
		display: block;
		text-align: center;
	}
	.bundle-fixed-cart .bundle-fixed-cart-container .bundle-header {
		display: block;
		margin-bottom: 0.5em;
	}
}
#box_productfull {
	background: #ffffff;
}
#box_productfull .boxhead {
	border-color: #dcdcdc;
}
#box_productfull .boxhead .mobile-space {
	display: none;
}
#box_productfull .boxhead h1 {
	font-size: 30px;
	font-weight: 500;
	color: #282828;
	margin: 5px 0px 15px 0;
	font-family: "Maven Pro", sans-serif;
	line-height: normal;
}
@media only screen and (min-width: 1025px) {
	#box_productfull .boxhead {
		max-width: 76%;
	}
}
@media only screen and (max-width: 979px) {
	#box_productfull .boxhead .mobile-space {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 25px;
	}
	#box_productfull .boxhead .mobile-space img {
		max-height: 30px;
		max-width: 150px;
		width: auto;
		height: auto;
	}
	#box_productfull .boxhead .mobile-space em,
	#box_productfull .boxhead .mobile-space span,
	#box_productfull .boxhead .mobile-space a {
		color: #282828;
		font-size: 15px;
		font-weight: 300;
		font-style: normal;
	}
	#box_productfull .boxhead .mobile-space em + a,
	#box_productfull .boxhead .mobile-space span + a,
	#box_productfull .boxhead .mobile-space a + a,
	#box_productfull .boxhead .mobile-space em + span,
	#box_productfull .boxhead .mobile-space span + span,
	#box_productfull .boxhead .mobile-space a + span,
	#box_productfull .boxhead .mobile-space em + em,
	#box_productfull .boxhead .mobile-space span + em,
	#box_productfull .boxhead .mobile-space a + em {
		font-weight: 500;
	}
	#box_productfull .boxhead .mobile-space .code {
		margin-left: 10px;
	}
	#box_productfull .boxhead h1 {
		font-size: 25px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 1024px) {
	#box_productfull .innerbox > .maininfo > .f-row > .f-grid-6 {
		margin: 0;
		width: 100%;
	}
}
#box_productfull .innerbox > .maininfo > .f-row > .productimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	margin: 20px 0 !important;
}
#box_productfull .innerbox > .maininfo > .f-row > .productimg img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
#box_productfull .innerbox > .maininfo > .f-row > .productimg .smallgallery {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media only screen and (min-width: 768px) {
	#box_productfull .innerbox > .maininfo > .f-row > .productimg .smallgallery {
		min-width: 90px;
	}
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery {
	height: 100%;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul {
	list-style-type: none;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 90px;
	padding-top: 25px;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	li {
	max-width: 100%;
	margin: 10px 0px;
	display: block !important;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	li
	a {
	max-width: 100%;
	padding-top: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #9e9e9e;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	li
	a.current {
	border: 1px solid #282828;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	li
	img {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	position: absolute;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	.slick-arrow {
	background: 0;
	border: 0;
}
@media only screen and (min-width: 768px) {
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		.slick-arrow {
		left: 50%;
	}
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	.slick-arrow.slick-disabled {
	display: none !important;
}
#box_productfull
	.innerbox
	> .maininfo
	> .f-row
	> .productimg
	.smallgallery
	.innersmallgallery
	ul
	.slick-arrow:hover:before {
	background: url(../../images/user/Path_109.a72e8.svg) no-repeat center center;
	background-size: 15px !important;
}
@media only screen and (min-width: 768px) {
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		.slick-prev {
		-webkit-transform: rotate(90deg) translateY(50%);
		transform: rotate(90deg) translateY(50%);
		top: -15px;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		.slick-next {
		-webkit-transform: rotate(90deg) translateY(50%);
		transform: rotate(90deg) translateY(50%);
		bottom: -15px;
		top: auto;
	}
}
#box_productfull .innerbox > .maininfo > .f-row > .productimg .mainimg {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#box_productfull .innerbox > .maininfo > .f-row > .productimg .mainimg img {
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	#box_productfull .innerbox > .maininfo > .f-row > .productimg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		margin-bottom: 0 !important;
	}
	#box_productfull .innerbox > .maininfo > .f-row > .productimg .mainimg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#box_productfull .innerbox > .maininfo > .f-row > .productimg .smallgallery {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery {
		width: 100%;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul {
		width: 100%;
		max-width: calc(100% - 80px);
		margin: 0 auto;
		height: 25vw;
		overflow: hidden;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		li {
		border: 0;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		li
		a {
		border: 0 !important;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		ul
		li
		a
		img {
		max-width: 90%;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		.slick-prev {
		left: -50px;
	}
	#box_productfull
		.innerbox
		> .maininfo
		> .f-row
		> .productimg
		.smallgallery
		.innersmallgallery
		.slick-next {
		right: -50px;
	}
}
#box_productfull .innerbox .infocolumns .tags {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: static;
	float: left;
	margin-bottom: 15px;
}
#box_productfull .innerbox .infocolumns .tags li {
	padding: 6px 10px;
}
#box_productfull .innerbox .infocolumns .tags .promo {
	background: #e9530e;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
#box_productfull .innerbox .infocolumns .tags li:not(.promo) {
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
#box_productfull .innerbox .infocolumns .tags li:not(.promo):before {
	width: calc(100% - 3px);
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#box_productfull .innerbox .infocolumns .tags li:not(.promo):after {
	width: 3px;
	content: "";
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#box_productfull .innerbox .infocolumns .tags:not(.big) li:not(.promo) {
	background: #ffffff !important;
}
#box_productfull .innerbox .infocolumns .tags .new {
	color: #2dbf5d;
	background: #2dbf5d !important;
}
#box_productfull .innerbox .infocolumns .tags .new:after,
#box_productfull .innerbox .infocolumns .tags .new:before {
	background: #2dbf5d;
}
#box_productfull .innerbox .infocolumns .tags .label-bestseller,
#box_productfull .innerbox .infocolumns .tags .label-superokazja {
	color: #2d59bf;
	background: #2d59bf !important;
}
#box_productfull .innerbox .infocolumns .tags .label-bestseller:after,
#box_productfull .innerbox .infocolumns .tags .label-superokazja:after,
#box_productfull .innerbox .infocolumns .tags .label-bestseller:before,
#box_productfull .innerbox .infocolumns .tags .label-superokazja:before {
	background: #2d59bf;
}
#box_productfull .innerbox .infocolumns .tags .label-polecamy {
	color: #e29a0a;
	background: #e29a0a !important;
}
#box_productfull .innerbox .infocolumns .tags .label-polecamy:after,
#box_productfull .innerbox .infocolumns .tags .label-polecamy:before {
	background: #e29a0a;
}
#box_productfull .innerbox .infocolumns .tags.big li {
	color: #ffffff !important;
	font-size: 30px;
	font-weight: 700;
	padding: 15px 20px;
	font-family: "Maven Pro", sans-serif;
}
#box_productfull .innerbox .infocolumns .tags.big li:after,
#box_productfull .innerbox .infocolumns .tags.big li:before {
	display: none;
}
#box_productfull .innerbox .infocolumns .tags .promo {
	display: none;
}
#box_productfull .innerbox .infocolumns .leftcol {
	padding-top: 20px;
}
#box_productfull .innerbox .infocolumns .leftcol .attributes {
	border-top: 1px solid #dcdcdc;
}
#box_productfull .innerbox .infocolumns .leftcol .attributes .item {
	margin: 18px 0px;
	display: block;
}
#box_productfull .innerbox .infocolumns .leftcol .attributes .gotoattributes {
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#box_productfull
	.innerbox
	.infocolumns
	.leftcol
	.attributes
	.gotoattributes:after {
	content: "";
	width: 10px;
	margin-left: 10px;
	height: 18px;
	background: url(../../images/user/arrow-attr.032d2.svg) no-repeat center
		center;
}
#box_productfull .innerbox .infocolumns .leftcol .rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#box_productfull .innerbox .infocolumns .leftcol > div {
	margin-bottom: 24px;
	clear: both;
}
#box_productfull .innerbox .infocolumns .leftcol > div em,
#box_productfull .innerbox .infocolumns .leftcol > div span,
#box_productfull .innerbox .infocolumns .leftcol > div a {
	color: #282828;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
}
#box_productfull .innerbox .infocolumns .leftcol > div em + a,
#box_productfull .innerbox .infocolumns .leftcol > div span + a,
#box_productfull .innerbox .infocolumns .leftcol > div a + a,
#box_productfull .innerbox .infocolumns .leftcol > div em + span,
#box_productfull .innerbox .infocolumns .leftcol > div span + span,
#box_productfull .innerbox .infocolumns .leftcol > div a + span,
#box_productfull .innerbox .infocolumns .leftcol > div em + em,
#box_productfull .innerbox .infocolumns .leftcol > div span + em,
#box_productfull .innerbox .infocolumns .leftcol > div a + em {
	font-weight: 500;
}
@media only screen and (max-width: 979px) {
	#box_productfull .innerbox .infocolumns .leftcol .rating {
		top: 10px;
		right: 15px;
		position: absolute;
		min-height: 30px;
		background: #ffffff;
		padding-left: 10px;
	}
	#box_productfull .innerbox .infocolumns .leftcol ul.tags {
		top: 10px;
		left: 15px;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#box_productfull .innerbox .infocolumns .leftcol ul.tags li {
		position: relative;
		display: none;
	}
	#box_productfull .innerbox .infocolumns .leftcol ul.tags li:nth-last-child(1),
	#box_productfull
		.innerbox
		.infocolumns
		.leftcol
		ul.tags
		li:nth-last-child(2) {
		display: block;
	}
	#box_productfull
		.innerbox
		.infocolumns
		.leftcol
		> div:not(.attributes):not(.rating) {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	#box_productfull .innerbox .infocolumns .basketcol {
		margin-top: -1px;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .price {
	background: #ffffff;
	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;
	padding: 30px 50px 20px 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	#box_productfull .innerbox .infocolumns .basketcol .price {
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .item {
	background-color: #f5f5f5;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod {
	border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.item.installments.individual {
		border-top: 1px solid #dcdcdc;
		padding-top: 20px;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .item + .item {
	padding: 6px 20px;
}
#box_productfull .innerbox .infocolumns .basketcol .item:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	display: block;
	position: relative;
	z-index: 10;
	margin-top: 15px;
}
#box_productfull .innerbox .infocolumns .basketcol .item .innerbox {
	min-width: 100%;
	display: none;
}
#box_productfull .innerbox .infocolumns .basketcol .item.opened .innerbox {
	display: block;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.opened
	.innerbox
	.caraty-product-simulator {
	top: 0;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col .title {
	color: #282828;
	font-size: 16px;
	font-weight: 400;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col .title strong {
	font-weight: 700;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col.button > span {
	color: #e9530e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item
	.col.button
	> span:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../images/user/Path_109.a72e8.svg) no-repeat center center;
	background-size: 7px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	margin-left: 10px;
}
#box_productfull .innerbox .infocolumns .basketcol .item .col .subtitle {
	color: #282828;
	font-size: 13px;
	font-weight: 300;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod {
	text-align: center;
	padding-bottom: 20px;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod:after {
	display: none;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod > div {
	width: 100%;
	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: 10px 0;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.availability {
	color: #2dbf5d;
	font-size: 18px;
	font-weight: 700;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.availability
	.second {
	font-weight: 400;
	margin-left: 5px;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.availability
	.first.red {
	color: #f0470c;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod .delivery {
	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;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.delivery:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../../images/user/shipping.e6ce7.svg) no-repeat center center;
}
#box_productfull .innerbox .infocolumns .basketcol .item.info-prod .shipping {
	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;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.shipping:before {
	content: "";
	display: block;
	width: 30px;
	height: 22px;
	background: url(../../images/user/delivery1.dd11b.svg) no-repeat center center;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.shipping
	.first,
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.delivery
	.first {
	color: #282828;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.shipping
	.second,
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.item.info-prod
	.delivery
	.second {
	color: #e9530e;
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
	#box_productfull .innerbox .infocolumns .basketcol .item.info-prod > div {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .stocks {
	margin: 10px 0 20px 0;
}
#box_productfull .innerbox .infocolumns .basketcol .stocks .f-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#box_productfull .innerbox .infocolumns .basketcol .stocks .f-row > div {
	width: 100%;
	margin: 0;
}
#box_productfull .innerbox .infocolumns .basketcol .stocks .f-row > div input,
#box_productfull .innerbox .infocolumns .basketcol .stocks .f-row > div select {
	border: 1px solid #9e9e9e;
}
#box_productfull .innerbox .infocolumns .basketcol .addtobasket-container {
	clear: both;
	width: 90%;
	margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.addtobasket-container.mob-fixed {
		position: static;
		top: -80px;
		left: 0;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.addtobasket-container.fixed {
	width: 100%;
	background: #ffffff;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.addtobasket-container.fixed {
		z-index: 80;
		position: fixed;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.addtobasket-container
	.quantity_wrap {
	float: left;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.addtobasket-container
	.quantity_wrap
	.quantity_name,
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.addtobasket-container
	.quantity_wrap
	.unit {
	display: none;
}
@media only screen and (max-width: 600px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.addtobasket-container
		.quantity_wrap {
		display: none;
	}
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.addtobasket-container
		.button_wrap {
		width: 100%;
	}
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.addtobasket-container
	input {
	width: 63px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	height: 61px;
	border: 1px solid #9e9e9e;
	background-color: #ffffff;
	border-radius: 15px;
}
@media only screen and (max-width: 979px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.addtobasket-container
		input {
		height: 50px;
		width: 50px;
	}
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.availability-notifier-container
	.button_wrap {
	width: 100%;
}
#box_productfull .innerbox .infocolumns .basketcol .button_wrap {
	float: right;
	width: calc(100% - 69px);
}
#box_productfull .innerbox .infocolumns .basketcol .button_wrap button {
	height: 61px;
	width: 100%;
	font-size: 15px;
	cursor: pointer;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.button_wrap
	button.xaddtobasket
	+ span.addtobasket {
	opacity: 0;
	display: none;
}
#box_productfull
	.innerbox
	.infocolumns
	.basketcol
	.button_wrap
	button.xaddtobasket
	+ span.addtobasket
	+ button.addtobasket {
	display: none;
}
@media only screen and (min-width: 980px) {
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.button_wrap
		button.basketadd
		span:before,
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.button_wrap
		button.basketadd
		span:after {
		height: 61px;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .button_wrap .smallbtn {
	display: none;
}
@media only screen and (max-width: 979px) {
	#box_productfull .innerbox .infocolumns .basketcol .button_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#box_productfull .innerbox .infocolumns .basketcol .button_wrap button {
		width: auto;
		min-width: 185px;
		height: 50px;
		margin: 0px 7px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	#box_productfull .innerbox .infocolumns .basketcol .button_wrap .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;
		position: static;
		margin: 0px 7px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.button_wrap
		.smallbtn:before {
		content: "";
		width: 21px;
		height: 21px;
		background-size: 21px !important;
		background-position: center center !important;
	}
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.button_wrap
		.smallbtn.compare {
		top: 70px;
	}
	#box_productfull
		.innerbox
		.infocolumns
		.basketcol
		.button_wrap
		.smallbtn:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 360px) {
	#box_productfull .innerbox .infocolumns .basketcol .button_wrap button {
		width: auto;
		min-width: 150px;
		height: 50px;
		margin: 0px 7px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
#box_productfull .innerbox .infocolumns .basketcol .fx-compare-link {
	display: none;
}
#box_productfull .innerbox .infocolumns .basketcol .phone {
	color: #282828;
	font-weight: 400;
	font-size: 16px;
}
#box_productfull .innerbox .infocolumns .basketcol .phone a {
	color: #e9530e;
	font-size: 16px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	#box_productfull .innerbox .infocolumns .basketcol .phone {
		margin-top: 10px;
	}
	#box_productfull .innerbox .infocolumns > .f-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#box_productfull .innerbox .infocolumns > .f-row .leftcol {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#box_productfull .innerbox .infocolumns > .f-row .basketcol {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#box_productfull .innerbox .infocolumns > .f-row .basketcol .price {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#box_productfull
		.innerbox
		.infocolumns
		> .f-row
		.basketcol
		.price
		.main-price {
		min-width: 100%;
		text-align: center;
		font-size: 35px;
	}
	#box_productfull .innerbox .infocolumns > .f-row .basketcol .form-basket {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#box_productfull .innerbox .infocolumns > .f-row .basketcol > * {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
#box_productfull .innerbox .f-grid-12.links {
	margin-top: 20px;
	/* padding-top: 30px; */
	/* border-top: 1px solid #dcdcdc; */
	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;
}
@media only screen and (max-width: 979px) {
	#box_productfull .innerbox .f-grid-12.links {
		display: none;
	}
}

#box_productfull .innerbox .f-grid-12.links {
	gap: 20px;
}

#box_productfull .innerbox .f-grid-12.links li {
	list-style: none;
}
/* #box_productfull .innerbox .f-grid-12.links > * {
	margin: 0px 30px;
} */
#box_productfull .innerbox .f-grid-12.links .comp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e9530e;
	font-size: 15px;
	font-weight: 400;
}
#box_productfull .innerbox .f-grid-12.links .comp:before {
	content: "";
	width: 24px;
	height: 22px;
	display: block;
	background: url(../../images/user/compare.56656.svg) no-repeat center center;
	background-size: 24px;
	margin-right: 6px;
}
#box_productfull .innerbox .f-grid-12.links .fav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e9530e;
	font-size: 15px;
	font-weight: 400;
}
#box_productfull .innerbox .f-grid-12.links .fav a:before {
	content: "";
	width: 24px;
	height: 22px;
	display: block;
	background: url(../../images/user/fav.2aaac.svg) no-repeat center center;
	background-size: 24px;
	margin-right: 6px;
}
#box_productfull .innerbox .f-grid-12.links .comment a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e9530e;
	font-size: 15px;
	font-weight: 400;
}
#box_productfull .innerbox .f-grid-12.links .comment a:before {
	content: "";
	width: 24px;
	height: 22px;
	display: block;
	background: url(../../images/user/comment.03c91.svg) no-repeat center center;
	background-size: 24px;
	margin-right: 6px;
}
#box_productfull .innerbox .productdetails-more-details.clearfix {
	display: none;
}
.row.manufacturer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.row.manufacturer a img {
	display: block;
	max-width: 150px;
	margin-left: 15px;
}
.price em {
	color: #282828;
	font-family: "Maven Pro", sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
}
.price .dflex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price .dflex del {
	color: #282828;
	font-size: 21px;
	font-weight: 400;
}
.price .dflex .reduce {
	margin-left: 10px;
	background-color: #e9530e;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	display: block;
	line-height: normal;
	padding: 5px 15px;
	white-space: nowrap;
}
.prod_phot_module {
	position: relative;
	z-index: 0;
}
.prod_phot_module .boxhead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 0;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
	.prod_phot_module .boxhead {
		padding-top: 0;
	}
}
.prod_phot_module .boxhead .sort-and-view {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.prod_phot_module .boxhead .sort-and-view .prodview {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 0;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 36px;
	display: none !important;
}
.prod_phot_module .boxhead .sort-and-view .prodview li {
	display: block;
	margin: 0px 9px;
}
.prod_phot_module .boxhead .sort-and-view .prodview li a {
	width: 28px;
	height: 23px;
	display: block;
}
.prod_phot_module .boxhead .sort-and-view .prodview li a:before {
	display: none;
}
.prod_phot_module .boxhead .sort-and-view .prodview li.photo {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.prod_phot_module .boxhead .sort-and-view .prodview li.photo a {
	background: url(../../images/user/photview.6d088.svg);
}
.prod_phot_module .boxhead .sort-and-view .prodview li.full {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.prod_phot_module .boxhead .sort-and-view .prodview li.full a {
	background: url(../../images/user/listview.73c74.svg);
}
.prod_phot_module .boxhead .sort-and-view .prodview li:hover.photo a {
	background: url(../../images/user/photview.bc962.svg);
}
.prod_phot_module .boxhead .sort-and-view .prodview li:hover.full a {
	background: url(../../images/user/listview.fc29a.svg);
}
.prod_phot_module .boxhead .sort-and-view .prodview li.selected.photo a {
	background: url(../../images/user/photview.9456e.svg);
}
.prod_phot_module .boxhead .sort-and-view .prodview li.selected.full a {
	background: url(../../images/user/listview.0e46a.svg);
}
.prod_phot_module .boxhead .sort-and-view .sortlinks {
	cursor: pointer;
	max-width: 270px;
	min-width: 270px;
	position: relative;
}
.prod_phot_module .boxhead .sort-and-view .sortlinks #sortprod {
	position: relative;
}
.prod_phot_module .boxhead .sort-and-view .sortlinks div.selected {
	margin: 0;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	color: #4a494a;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}
.prod_phot_module .boxhead .sort-and-view .sortlinks div.selected:after {
	content: "";
	background: url(../../images/user/arrow-filter.bcc28.svg) no-repeat center
		center;
	background-size: 40px;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.prod_phot_module .boxhead .sort-and-view .sortlinks ul {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: calc(100% - 1px);
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 0px 15px;
	z-index: 20;
}
@media only screen and (min-width: 768px) {
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul {
		max-height: 0;
		overflow: hidden;
		background-color: #f5f5f5;
		border: 1px solid #dcdcdc;
		border-top: 0;
	}
}
.prod_phot_module .boxhead .sort-and-view .sortlinks ul > li {
	display: block;
}
.prod_phot_module .boxhead .sort-and-view .sortlinks ul > li a {
	padding: 10px 0px;
	display: block;
	color: #4a494a;
	font-size: 15px;
}
.prod_phot_module .boxhead .sort-and-view .sortlinks ul > li a:hover {
	color: #e9530e;
}
@media only screen and (min-width: 768px) {
	.prod_phot_module .boxhead .sort-and-view .sortlinks:hover h5 {
		color: #e9530e;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks:hover h5:after {
		background: url(../../images/user/arrow-filter.31c86.svg) no-repeat center
			center;
		background-size: 40px;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks:hover ul {
		max-height: 800px;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .boxhead .sort-and-view {
		display: none;
		/*to afterrender */
	}
	.prod_phot_module .boxhead .sort-and-view.panel-fixed {
		display: block;
	}
	.prod_phot_module .boxhead .sort-and-view .header-panel {
		background: #282828;
		color: #ffffff;
	}
	.prod_phot_module .boxhead .sort-and-view .closeBtn {
		color: #ffffff;
		background-image: url(../../images/user/close.be3c2.svg);
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks div.selected {
		display: none;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul {
		max-height: 800px;
		padding: 10px 20px;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul li a {
		padding: 10px 0px;
		display: block;
		color: #282828;
		font-size: 15px;
		font-weight: 400;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding-left: 35px;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul li a:before {
		content: "";
		width: 22px;
		height: 22px;
		border: 1px solid #e9530e;
		display: block;
		position: absolute;
		left: 1px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul li a img {
		width: 22px;
		height: 22px;
		border: 1px solid #e9530e;
		display: block;
		margin-right: 9px;
	}
	.prod_phot_module .boxhead .sort-and-view .sortlinks ul li a.active-sort {
		position: relative;
	}
	.prod_phot_module
		.boxhead
		.sort-and-view
		.sortlinks
		ul
		li
		a.active-sort:before {
		content: "";
		width: 22px;
		height: 22px;
		border: 1px solid transparent;
		display: block;
		position: absolute;
		left: 1px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #e9530e url(../../images/user/check.0f3d4.svg) no-repeat;
		background-position: 3px 5px;
	}
}
.prod_phot_module .boxhead ul.paginator {
	display: none;
}
@media only screen and (min-width: 768px) {
	.prod_phot_module .innerbox .products.viewphot {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .innerbox .products.viewphot {
		margin-left: -7.5px;
		width: calc(100% + 15px);
	}
}
.prod_phot_module .innerbox .products.viewphot .product .tags {
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.prod_phot_module
		.innerbox
		.products.viewphot
		.product
		.product-inner-wrap
		> .smallbtn {
		display: none;
	}
}
.prod_phot_module .innerbox .products.viewphot .product .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;
}
.prod_phot_module .innerbox .products.viewphot .product .smallbtn:before {
	content: "";
	width: 21px;
	height: 21px;
	background-size: 21px !important;
	background-position: center center !important;
}
.prod_phot_module .innerbox .products.viewphot .product .smallbtn.compare {
	top: 70px;
}
.prod_phot_module .innerbox .products.viewphot .product .buttons {
	left: 0;
	right: 0;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info {
	min-width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info.green {
	color: #2dbf5d;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info.red {
	color: #d70000;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.fx-compare-link-wrap {
	display: none;
}
.prod_phot_module .innerbox .products.viewphot .product .buttons .separ {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	min-width: 100%;
	height: 1px;
	display: block;
}
.prod_phot_module .innerbox .products.viewphot .product .buttons .basketadd {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	max-width: 185px;
	min-width: 185px;
	-ms-flex-item-align: center;
	align-self: center;
	justify-self: center;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons {
		width: 100%;
	}
	.prod_phot_module .innerbox .products.viewphot .product .buttons .smallbtn {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 6px;
	}
	.prod_phot_module .innerbox .products.viewphot .product .buttons .basketadd {
		width: auto;
		margin: 0 7px;
	}
	.prod_phot_module .innerbox .products.viewphot .product .buttons .separ {
		display: none;
	}
	.prod_phot_module .innerbox .products.viewphot .product .buttons .smallbtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin: 0 7px;
	}
}
@media only screen and (max-width: 360px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons .basketadd {
		min-width: 50px;
	}
	.prod_phot_module
		.innerbox
		.products.viewphot
		.product
		.buttons
		.basketadd
		.text {
		display: none !important;
	}
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.basketadd {
	display: none !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.compare {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.separ {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites {
	min-width: 185px;
	margin: 0 auto;
	background: #244799;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	position: static;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	height: auto !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites
	span {
	width: 100%;
	display: block;
	text-align: center;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites:before {
	height: 50px;
	min-width: 50px;
	background: #2d59bf url(../../images/user/fav.ac281.svg) no-repeat center
		center;
}
.prod_phot_module .innerbox .products.viewphot .product .buttons .bundles {
	min-height: 40px;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: block;
	background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons .bundles {
		margin-top: 15px;
		margin-left: -15px;
		min-width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons .bundles {
		width: 100%;
	}
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items {
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next,
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev {
	background: none;
	border: 0;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next:hover:before,
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev:hover:before {
	background: url(../../images/user/Path_109.a72e8.svg) no-repeat center center;
	background-size: 15px !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next.slick-disabled,
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev.slick-disabled {
	display: none !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev {
	left: -10px;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next {
	right: -10px;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item {
	cursor: pointer;
	background: #ffffff;
	padding: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 5px;
	height: inherit !important;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.name {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	background: #ffffff;
	padding: 1px;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.name
	em {
	font-style: normal;
	font-size: inherit;
	font-weight: inherit;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.price {
	padding: 1px;
	margin: 0;
	height: 15px;
	display: block;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
	background: #e9530e;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.image {
	width: 100%;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.image
	img {
	width: 100%;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #e9530e;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #e9530e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name
	span {
	display: block;
	font-size: 12px;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name
	em {
	font-size: 40px;
	color: #ffffff;
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.price {
	background: #282828;
	margin-left: -3px;
	margin-bottom: -3px;
	padding: 5px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	width: calc(100% + 6px);
}
.prod_phot_module
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.image {
	display: none;
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .innerbox .products.viewphot .product .buttons .bundles {
		display: none;
	}
	.prod_phot_module
		.innerbox
		.products.viewphot
		.product
		.buttons
		.bundles.opened {
		display: block;
	}
}
.prod_phot_module .innerbox .products.viewphot .product .product-inner-wrap {
	z-index: 1;
}
.prod_phot_module .innerbox .products.viewphot .product.bundleExist {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.prod_phot_module
		.innerbox
		.products.viewphot
		.product.bundleExist.bundles-opened {
		margin-bottom: 30px;
	}
}
.prod_phot_module .innerbox .products.viewphot .product .inbundle {
	text-align: center;
	position: absolute;
	top: 100%;
	width: calc(100% - 30px);
	margin-left: 15px;
	overflow: hidden;
	z-index: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
}
@media only screen and (max-width: 1440px) {
	.prod_phot_module .innerbox .products.viewphot .product .inbundle {
		width: calc(100% - 15px);
		margin-left: 7.5px;
	}
}
.prod_phot_module .innerbox .products.viewphot .product .inbundle.loaded {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
	.prod_phot_module .innerbox .products.viewphot .product .inbundle.opened {
		display: none;
	}
}
.prod_phot_module .innerbox .products.viewphot .product:hover {
	z-index: 10;
}
.prod_phot_module .innerbox .products.viewphot .product .product-inner-wrap {
	position: relative;
}
#box_productrelated {
	position: relative;
	z-index: 0;
}
#box_productrelated .boxhead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 0;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
	#box_productrelated .boxhead {
		padding-top: 0;
	}
}
#box_productrelated .boxhead .sort-and-view {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#box_productrelated .boxhead .sort-and-view .prodview {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 0;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 36px;
	display: none !important;
}
#box_productrelated .boxhead .sort-and-view .prodview li {
	display: block;
	margin: 0px 9px;
}
#box_productrelated .boxhead .sort-and-view .prodview li a {
	width: 28px;
	height: 23px;
	display: block;
}
#box_productrelated .boxhead .sort-and-view .prodview li a:before {
	display: none;
}
#box_productrelated .boxhead .sort-and-view .prodview li.photo {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
#box_productrelated .boxhead .sort-and-view .prodview li.photo a {
	background: url(../../images/user/photview.6d088.svg);
}
#box_productrelated .boxhead .sort-and-view .prodview li.full {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#box_productrelated .boxhead .sort-and-view .prodview li.full a {
	background: url(../../images/user/listview.73c74.svg);
}
#box_productrelated .boxhead .sort-and-view .prodview li:hover.photo a {
	background: url(../../images/user/photview.bc962.svg);
}
#box_productrelated .boxhead .sort-and-view .prodview li:hover.full a {
	background: url(../../images/user/listview.fc29a.svg);
}
#box_productrelated .boxhead .sort-and-view .prodview li.selected.photo a {
	background: url(../../images/user/photview.9456e.svg);
}
#box_productrelated .boxhead .sort-and-view .prodview li.selected.full a {
	background: url(../../images/user/listview.0e46a.svg);
}
#box_productrelated .boxhead .sort-and-view .sortlinks {
	cursor: pointer;
	max-width: 270px;
	min-width: 270px;
	position: relative;
}
#box_productrelated .boxhead .sort-and-view .sortlinks #sortprod {
	position: relative;
}
#box_productrelated .boxhead .sort-and-view .sortlinks div.selected {
	margin: 0;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	color: #4a494a;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}
#box_productrelated .boxhead .sort-and-view .sortlinks div.selected:after {
	content: "";
	background: url(../../images/user/arrow-filter.bcc28.svg) no-repeat center
		center;
	background-size: 40px;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
#box_productrelated .boxhead .sort-and-view .sortlinks ul {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: calc(100% - 1px);
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 0px 15px;
	z-index: 20;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .boxhead .sort-and-view .sortlinks ul {
		max-height: 0;
		overflow: hidden;
		background-color: #f5f5f5;
		border: 1px solid #dcdcdc;
		border-top: 0;
	}
}
#box_productrelated .boxhead .sort-and-view .sortlinks ul > li {
	display: block;
}
#box_productrelated .boxhead .sort-and-view .sortlinks ul > li a {
	padding: 10px 0px;
	display: block;
	color: #4a494a;
	font-size: 15px;
}
#box_productrelated .boxhead .sort-and-view .sortlinks ul > li a:hover {
	color: #e9530e;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .boxhead .sort-and-view .sortlinks:hover h5 {
		color: #e9530e;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks:hover h5:after {
		background: url(../../images/user/arrow-filter.31c86.svg) no-repeat center
			center;
		background-size: 40px;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks:hover ul {
		max-height: 800px;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 767px) {
	#box_productrelated .boxhead .sort-and-view {
		display: none;
		/*to afterrender */
	}
	#box_productrelated .boxhead .sort-and-view.panel-fixed {
		display: block;
	}
	#box_productrelated .boxhead .sort-and-view .header-panel {
		background: #282828;
		color: #ffffff;
	}
	#box_productrelated .boxhead .sort-and-view .closeBtn {
		color: #ffffff;
		background-image: url(../../images/user/close.be3c2.svg);
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks div.selected {
		display: none;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks ul {
		max-height: 800px;
		padding: 10px 20px;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks ul li a {
		padding: 10px 0px;
		display: block;
		color: #282828;
		font-size: 15px;
		font-weight: 400;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding-left: 35px;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks ul li a:before {
		content: "";
		width: 22px;
		height: 22px;
		border: 1px solid #e9530e;
		display: block;
		position: absolute;
		left: 1px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks ul li a img {
		width: 22px;
		height: 22px;
		border: 1px solid #e9530e;
		display: block;
		margin-right: 9px;
	}
	#box_productrelated .boxhead .sort-and-view .sortlinks ul li a.active-sort {
		position: relative;
	}
	#box_productrelated
		.boxhead
		.sort-and-view
		.sortlinks
		ul
		li
		a.active-sort:before {
		content: "";
		width: 22px;
		height: 22px;
		border: 1px solid transparent;
		display: block;
		position: absolute;
		left: 1px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #e9530e url(../../images/user/check.0f3d4.svg) no-repeat;
		background-position: 3px 5px;
	}
}
#box_productrelated .boxhead ul.paginator {
	display: none;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .innerbox .products.viewphot {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	#box_productrelated .innerbox .products.viewphot {
		margin-left: -7.5px;
		width: calc(100% + 15px);
	}
}
#box_productrelated .innerbox .products.viewphot .product .tags {
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	#box_productrelated
		.innerbox
		.products.viewphot
		.product
		.product-inner-wrap
		> .smallbtn {
		display: none;
	}
}
#box_productrelated .innerbox .products.viewphot .product .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_productrelated .innerbox .products.viewphot .product .smallbtn:before {
	content: "";
	width: 21px;
	height: 21px;
	background-size: 21px !important;
	background-position: center center !important;
}
#box_productrelated .innerbox .products.viewphot .product .smallbtn.compare {
	top: 70px;
}
#box_productrelated .innerbox .products.viewphot .product .buttons {
	left: 0;
	right: 0;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info {
	min-width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info.green {
	color: #2dbf5d;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.availability-info.red {
	color: #d70000;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.fx-compare-link-wrap {
	display: none;
}
#box_productrelated .innerbox .products.viewphot .product .buttons .separ {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	min-width: 100%;
	height: 1px;
	display: block;
}
#box_productrelated .innerbox .products.viewphot .product .buttons .basketadd {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	max-width: 185px;
	min-width: 185px;
	-ms-flex-item-align: center;
	align-self: center;
	justify-self: center;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .innerbox .products.viewphot .product .buttons {
		width: 100%;
	}
	#box_productrelated .innerbox .products.viewphot .product .buttons .smallbtn {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#box_productrelated .innerbox .products.viewphot .product .buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 6px;
	}
	#box_productrelated
		.innerbox
		.products.viewphot
		.product
		.buttons
		.basketadd {
		width: auto;
		margin: 0 7px;
	}
	#box_productrelated .innerbox .products.viewphot .product .buttons .separ {
		display: none;
	}
	#box_productrelated .innerbox .products.viewphot .product .buttons .smallbtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin: 0 7px;
	}
}
@media only screen and (max-width: 360px) {
	#box_productrelated
		.innerbox
		.products.viewphot
		.product
		.buttons
		.basketadd {
		min-width: 50px;
	}
	#box_productrelated
		.innerbox
		.products.viewphot
		.product
		.buttons
		.basketadd
		.text {
		display: none !important;
	}
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.basketadd {
	display: none !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.compare {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.separ {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites {
	min-width: 185px;
	margin: 0 auto;
	background: #244799;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	position: static;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	height: auto !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites
	span {
	width: 100%;
	display: block;
	text-align: center;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons.not-avail
	.favourites:before {
	height: 50px;
	min-width: 50px;
	background: #2d59bf url(../../images/user/fav.ac281.svg) no-repeat center
		center;
}
#box_productrelated .innerbox .products.viewphot .product .buttons .bundles {
	min-height: 40px;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: block;
	background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .innerbox .products.viewphot .product .buttons .bundles {
		margin-top: 15px;
		margin-left: -15px;
		min-width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	#box_productrelated .innerbox .products.viewphot .product .buttons .bundles {
		width: 100%;
	}
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items {
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next,
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev {
	background: none;
	border: 0;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next:hover:before,
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev:hover:before {
	background: url(../../images/user/Path_109.a72e8.svg) no-repeat center center;
	background-size: 15px !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next.slick-disabled,
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev.slick-disabled {
	display: none !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-prev {
	left: -10px;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.slick-next {
	right: -10px;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item {
	cursor: pointer;
	background: #ffffff;
	padding: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 5px;
	height: inherit !important;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.name {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	background: #ffffff;
	padding: 1px;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.name
	em {
	font-style: normal;
	font-size: inherit;
	font-weight: inherit;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.price {
	padding: 1px;
	margin: 0;
	height: 15px;
	display: block;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
	background: #e9530e;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.image {
	width: 100%;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item
	.image
	img {
	width: 100%;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #e9530e;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #e9530e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name
	span {
	display: block;
	font-size: 12px;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.name
	em {
	font-size: 40px;
	color: #ffffff;
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.price {
	background: #282828;
	margin-left: -3px;
	margin-bottom: -3px;
	padding: 5px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	width: calc(100% + 6px);
}
#box_productrelated
	.innerbox
	.products.viewphot
	.product
	.buttons
	.bundles
	.items
	.item:hover
	.image {
	display: none;
}
@media only screen and (max-width: 767px) {
	#box_productrelated .innerbox .products.viewphot .product .buttons .bundles {
		display: none;
	}
	#box_productrelated
		.innerbox
		.products.viewphot
		.product
		.buttons
		.bundles.opened {
		display: block;
	}
}
#box_productrelated .innerbox .products.viewphot .product .product-inner-wrap {
	z-index: 1;
}
#box_productrelated .innerbox .products.viewphot .product.bundleExist {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	#box_productrelated
		.innerbox
		.products.viewphot
		.product.bundleExist.bundles-opened {
		margin-bottom: 30px;
	}
}
#box_productrelated .innerbox .products.viewphot .product .inbundle {
	text-align: center;
	position: absolute;
	top: 100%;
	width: calc(100% - 30px);
	margin-left: 15px;
	overflow: hidden;
	z-index: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
}
@media only screen and (max-width: 1440px) {
	#box_productrelated .innerbox .products.viewphot .product .inbundle {
		width: calc(100% - 15px);
		margin-left: 7.5px;
	}
}
#box_productrelated .innerbox .products.viewphot .product .inbundle.loaded {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
	#box_productrelated .innerbox .products.viewphot .product .inbundle.opened {
		display: none;
	}
}
#box_productrelated .innerbox .products.viewphot .product:hover {
	z-index: 10;
}
#box_productrelated .innerbox .products.viewphot .product .product-inner-wrap {
	position: relative;
}
#box_productrelated .boxhead {
	border-bottom: 1px solid #dcdcdc;
}
@media only screen and (min-width: 768px) {
	#box_productrelated .boxhead {
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#box_productrelated .product .buttons {
	margin: 0;
}
.text-var {
	max-width: 1170px;
	margin: 0 auto;
}
.text-var h1,
.text-var h2,
.text-var h3,
.text-var h4,
.text-var h5,
.text-var h6 {
	font-size: 2em;
	font-family: "Maven Pro", sans-serif;
}
.text-var h1 strong,
.text-var h2 strong,
.text-var h3 strong,
.text-var h4 strong,
.text-var h5 strong,
.text-var h6 strong {
	font-family: inherit;
	font-size: inherit;
}
.text-var h1 span,
.text-var h2 span,
.text-var h3 span,
.text-var h4 span,
.text-var h5 span,
.text-var h6 span {
	font-size: inherit;
	font-family: "Maven Pro", sans-serif;
}
.text-var h1,
.text-var h2 {
	font-size: 2em !important;
	font-weight: 500;
	color: #282828;
}
.text-var h1 span,
.text-var h2 span,
.text-var h1 strong,
.text-var h2 strong {
	color: inherit;
	font-weight: inherit;
	font-size: inherit !important;
}
@media only screen and (max-width: 767px) {
	.text-var h1,
	.text-var h2 {
		font-size: 1.5em !important;
	}
}
.text-var p,
.text-var ul,
.text-var li,
.text-var span,
.text-var strong,
.text-var a {
	color: #4a494a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.text-var a {
	color: #e9530e;
	font-weight: 500;
}
.text-var a:hover {
	text-decoration: underline;
}
.text-var strong {
	font-weight: 700;
}
#box_description img {
	height: auto;
}
@media only screen and (max-width: 767px) {
	#box_description iframe {
		width: 100%;
		height: 52vw;
	}
}
#box_description .innerbox {
	max-width: 1170px;
	margin: 0 auto;
}
#box_description .innerbox h1,
#box_description .innerbox h2,
#box_description .innerbox h3,
#box_description .innerbox h4,
#box_description .innerbox h5,
#box_description .innerbox h6 {
	font-family: "Maven Pro", sans-serif;
}

#box_description .innerbox h1 {
	font-size: 2em;
}
#box_description .innerbox h2 {
	font-size: 1.5em;
}
#box_description .innerbox h3 {
	font-size: 1.3em;
}
#box_description .innerbox h4 {
	font-size: 1em;
}
#box_description .innerbox h5 {
	font-size: 0.8em;
}
#box_description .innerbox h6 {
	font-size: 0.7em;
}

#box_description .innerbox h1 strong,
#box_description .innerbox h2 strong,
#box_description .innerbox h3 strong,
#box_description .innerbox h4 strong,
#box_description .innerbox h5 strong,
#box_description .innerbox h6 strong {
	font-family: inherit;
	font-size: inherit;
}
#box_description .innerbox h1 span,
#box_description .innerbox h2 span,
#box_description .innerbox h3 span,
#box_description .innerbox h4 span,
#box_description .innerbox h5 span,
#box_description .innerbox h6 span {
	font-size: inherit;
	font-family: "Maven Pro", sans-serif;
}
/* #box_description .innerbox h1,
#box_description .innerbox h2 {
	font-size: 2em !important;
	font-weight: 500;
	color: #282828;
} */
#box_description .innerbox h1 span,
#box_description .innerbox h2 span,
#box_description .innerbox h1 strong,
#box_description .innerbox h2 strong {
	color: inherit;
	font-weight: inherit;
	font-size: inherit !important;
}
@media only screen and (max-width: 767px) {
	#box_description .innerbox h1,
	#box_description .innerbox h2 {
		font-size: 1.5em !important;
	}
}
#box_description .innerbox p,
#box_description .innerbox ul,
#box_description .innerbox li,
#box_description .innerbox span,
#box_description .innerbox strong,
#box_description .innerbox a {
	color: #4a494a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
#box_description .innerbox a {
	color: #e9530e;
	font-weight: 500;
}
#box_description .innerbox a:hover {
	text-decoration: underline;
}
#box_description .innerbox strong {
	font-weight: 700;
}
.bundle-fixed-cart {
	top: auto;
	bottom: 0;
}
.bundle-fixed-cart .bundle-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixed-modulemenu {
	border-top: 1px solid #dcdcdc;
	width: 100%;
	border-right: 0;
	border-left: 0;
	white-space: nowrap;
	background: #ffffff;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: sticky;
	top: -1px;
	/* ➜ the trick */
	overflow-x: auto;
}
@media only screen and (max-width: 979px) {
	.fixed-modulemenu {
		display: none;
	}
}
.fixed-modulemenu .separator-fixed {
	max-height: 0px;
}
.fixed-modulemenu .menu .container {
	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;
}
.fixed-modulemenu .menu .container .button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #282828;
	text-transform: uppercase;
	padding: 15px 5px;
	cursor: pointer;
}
.fixed-modulemenu .menu .container .button:hover {
	color: #e9530e;
	font-weight: 700;
}
.fixed-modulemenu .prodinfo {
	border-bottom: 1px solid #dcdcdc;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fixed-modulemenu .prodinfo .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed-modulemenu .prodinfo .container .basketadd {
	min-width: 180px;
}
.fixed-modulemenu .prodinfo .container .price {
	text-align: center;
}
.fixed-modulemenu .prodinfo .container .price em {
	font-size: 31px;
}
.fixed-modulemenu .prodinfo .container .price del {
	font-size: 16px;
}
.fixed-modulemenu .prodinfo .container .price .reduce {
	font-size: 12px;
}
.fixed-modulemenu .prodinfo .container .phone {
	color: #e9530e;
	text-align: right;
}
.fixed-modulemenu .prodinfo .container .phone a {
	display: block;
	color: inherit;
	font-weight: 700;
}
.fixed-modulemenu .prodinfo .container .scrollTop {
	font-size: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}
.fixed-modulemenu .prodinfo .container .scrollTop:hover {
	background: #dcdcdc;
}
.fixed-modulemenu .prodinfo .container .scrollTop:after {
	background: url(../../images/user/Path_109.59d31.svg) no-repeat center center;
	content: "";
	display: block;
	background-size: 12px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 38px;
	height: 38px;
}
.fixed-modulemenu .prodinfo .container .prod {
	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;
	max-width: 40%;
}
.fixed-modulemenu .prodinfo .container .prod img {
	width: 77px;
	height: auto;
	margin-right: 10px;
}
.fixed-modulemenu .prodinfo .container .prod .prodcol h1 {
	font-size: 20px;
	font-family: "Maven Pro", sans-serif;
	color: #282828;
	white-space: normal;
}
.fixed-modulemenu.isSticky .prodinfo {
	padding: 10px 0px;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100px;
	overflow: hidden;
}
.fixed-modulemenu.isSticky {
	-webkit-transform: translateY(var(--sticky-element-offset));
	transform: translateY(var(--sticky-element-offset));
}
/* .scrollingDown .fixed-modulemenu.isSticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
} */

.fixed-modulemenu.isSticky .separator-fixed {
	max-height: 200px;
}
.product-modules .boxhead {
	border-color: #dcdcdc;
}
.product-modules .boxhead h3 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.product-modules .outer-white {
		background: #ffffff;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .outer-white .box {
		background: #ffffff;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .container {
		padding: 0;
	}
}
.product-modules .bundle-container .innerbox:not(.dflex) {
	background: #ffffff !important;
	padding: 40px;
}
.product-modules .bundle-container .product {
	border-bottom: 1px solid #dcdcdc !important;
	border-left: 0;
	border-right: 0;
	padding: 20px 10px;
}
.product-modules .bundle-container .product:after {
	display: none !important;
}
.product-modules .bundle-container .product.bundle-product-selected {
	border-left: 0 !important;
	border-right: 0 !important;
}
.product-modules .bundle-container .product .description {
	display: none;
}
.product-modules .bundle-container .product .stock-control .stock-options {
	max-height: 999px;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.product-modules .bundle-container .product h3 + div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.product-modules .bundle-container .product h3 + div a.f-grid-2 {
		max-width: 80px;
		margin-right: 10px;
	}
}
.product-modules .bundle-container .product .f-grid-10 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-modules .bundle-container .product .f-grid-10 .column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.product-modules .bundle-container .product .f-grid-10 .column a.details {
	font-size: 15px;
	font-weight: 500;
	color: #282828;
}
.product-modules
	.bundle-container
	.product
	.f-grid-10
	.column
	a.details
	.productname {
	margin: 0;
}
.product-modules .bundle-container .product .f-grid-10 .column .quantity {
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	color: #282828;
}
.product-modules .bundle-container .product .f-grid-10 .column .stocks-bundle {
	padding: 0px 20px 0 0;
}
.product-modules
	.bundle-container
	.product
	.f-grid-10
	.column
	.stocks-bundle
	.stock-control {
	border-color: #dcdcdc;
}
.product-modules
	.bundle-container
	.product
	.f-grid-10
	.column
	.stocks-bundle
	.stock-control
	.stock-label {
	text-align: left;
	font-size: 15px;
}
.product-modules .bundle-container .price .reduce {
	background: #e9530e;
	font-size: 13px;
	color: #ffffff;
	padding: 4px;
}
.product-modules .bundle-container .price del {
	font-size: 27px;
	font-family: "Maven Pro", sans-serif;
	font-weight: 900;
	margin-top: 7px;
}
@media only screen and (max-width: 979px) {
	.product-modules .bundle-container .innerbox {
		padding: 0;
	}
	.product-modules .bundle-container > .innerbox {
		width: 100%;
	}
}
@media only screen and (max-width: 580px) {
	.product-modules .bundle-container .innerbox {
		padding: 0;
	}
	.product-modules .bundle-container .innerbox .product .f-grid-10 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.product-modules .custom-bundle-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-modules .custom-bundle-list .noflex {
	min-width: 100%;
}
.product-modules .custom-bundle-list.slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-modules .custom-bundle-list .col-left {
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.product-modules .custom-bundle-list .col-left {
		max-width: 40%;
	}
}
.product-modules .custom-bundle-list .col-left .baseProds {
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.product-modules .custom-bundle-list .col-left .baseProds a {
		display: block;
		text-align: center;
	}
	.product-modules .custom-bundle-list .col-left .baseProds a img {
		max-height: 192px;
	}
}
.product-modules .custom-bundle-list .col-left .baseProds .plus {
	position: absolute;
	right: -112px;
	top: 50%;
	background: #f5f5f5;
	height: 140px;
	width: 100px;
	z-index: 10;
}
.product-modules .custom-bundle-list .col-left .baseProds .plus:after {
	content: "";
	width: 50px;
	height: 12px;
	background: #282828;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-modules .custom-bundle-list .col-left .baseProds .plus:before {
	content: "";
	width: 12px;
	height: 50px;
	background: #282828;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
	.product-modules .custom-bundle-list .col-left .baseProds .plus {
		top: auto;
		height: 30px;
		width: 60px;
		bottom: -18px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #ffffff;
	}
	.product-modules .custom-bundle-list .col-left .baseProds .plus:after {
		width: 30px;
		height: 6px;
	}
	.product-modules .custom-bundle-list .col-left .baseProds .plus:before {
		width: 6px;
		height: 30px;
	}
}
.product-modules .custom-bundle-list .col-right {
	border: 5px solid #282828;
	position: relative;
}
@media only screen and (min-width: 980px) {
	.product-modules .custom-bundle-list .col-right {
		padding: 32px 53px;
	}
}
@media only screen and (min-width: 768px) {
	.product-modules .custom-bundle-list .col-right {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .custom-bundle-list .innerbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) {
	.product-modules #box_productbundlerelated > .boxhead {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules #box_productbundlerelated.opened > .innerbox {
		margin: 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.product-modules #box_productbundlerelated > .innerbox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
}
@media only screen and (min-width: 768px) {
	.product-modules #box_productbundlerelated > .innerbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.product-modules #box_productbundlerelated > .innerbox .slick-dots {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	list-style-type: none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 50px 0px;
	padding: 0px 100px 0 100px;
}
.product-modules #box_productbundlerelated > .innerbox .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #ffffff;
	text-align: center;
	margin: 0px 10px;
	padding: 20px 0px;
}
.product-modules #box_productbundlerelated > .innerbox .slick-dots li > div {
	color: #282828;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.product-modules
	#box_productbundlerelated
	> .innerbox
	.slick-dots
	li.slick-active {
	background: #282828;
}
.product-modules
	#box_productbundlerelated
	> .innerbox
	.slick-dots
	li.slick-active
	> div {
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.product-modules #box_productbundlerelated > .innerbox .slick-dots {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.product-modules #box_productbundlerelated > .innerbox .slick-prev,
	.product-modules #box_productbundlerelated > .innerbox .slick-next {
		top: 50px;
		-webkit-transform: none;
		transform: none;
	}
	.product-modules #box_productbundlerelated > .innerbox .slick-prev {
		left: 0;
	}
	.product-modules #box_productbundlerelated > .innerbox .slick-next {
		right: 0;
	}
	.product-modules #box_productbundlerelated > .innerbox .slick-list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules #box_productbundlerelated > .innerbox .baseProds,
	.product-modules #box_productbundlerelated > .innerbox .col-right {
		display: none;
	}
}
.product-modules #box_productbundlerelated.opened .innerbox.slick-initialized {
	display: block;
}
.product-modules .col-left .bundleinfo .bundleName {
	background: #282828;
}
.product-modules .col-left .bundleinfo .bundleName h3 {
	text-align: center;
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Maven Pro", sans-serif;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.product-modules .col-left .bundleinfo .bundleName h3 {
		font-size: 17px;
	}
}
.product-modules .col-left .bundleinfo .innerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media only screen and (min-width: 768px) {
	.product-modules .col-left .bundleinfo .innerbox {
		padding: 25px 50px;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .col-left .bundleinfo .innerbox {
		padding: 10px;
	}
}
.product-modules .col-left .bundleinfo .innerbox a {
	text-align: center;
	display: block;
}
.product-modules .col-left .bundleinfo .innerbox a img {
	width: 192px;
	max-width: 100%;
}
.product-modules .col-left .bundleinfo .innerbox .col {
	margin-left: 20px;
}
.product-modules .col-left .bundleinfo .innerbox .col .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-modules .col-left .bundleinfo .innerbox .col .price strong {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.product-modules .col-left .bundleinfo .innerbox .col .price del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	min-height: 20px;
	display: block;
}
.product-modules .col-left .bundleinfo .innerbox .col .price em {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 33px;
	color: #e9530e;
}
.product-modules .col-left .bundleinfo .innerbox .col .buttons .bundleName {
	display: none;
}
.product-modules .col-left .bundleinfo .innerbox .col .buttons .mob {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.product-modules .col-left .bundleinfo .innerbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.product-modules .col-left .bundleinfo .innerbox .col {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .col-left .bundleinfo .bundleName {
		display: none;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .price strong {
		display: none;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .price del {
		font-size: 21px;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .price em {
		font-size: 24px;
		margin-bottom: 0;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .buttons .bundleName {
		display: block;
		background: transparent;
		margin: 10px 0px;
	}
	.product-modules
		.col-left
		.bundleinfo
		.innerbox
		.col
		.buttons
		.bundleName
		h3 {
		color: #282828;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .buttons .basketadd {
		display: none;
	}
	.product-modules .col-left .bundleinfo .innerbox .col .buttons .mob {
		display: block;
		text-align: center;
	}
}
.product-modules .baseProds {
	margin-top: 35px;
	background: #ffffff;
}
.product-modules .baseProds .boxhead {
	font-size: 30px;
}
.product-modules .baseProds .innerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.product-modules .baseProds .innerbox .col {
	margin-left: 20px;
}
.product-modules .baseProds .innerbox .col .quantity {
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	color: #282828;
}
.product-modules .baseProds .innerbox .col .rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-modules .baseProds .innerbox .col .productname {
	font-size: 16px;
}
.product-modules .baseProds .innerbox .col .stocks-bundle.stcks-custom-related {
	margin-top: 10px;
}
.product-modules
	.baseProds
	.innerbox
	.col
	.stocks-bundle.stcks-custom-related
	.stock-control
	.stock-label {
	border-bottom: 0;
	text-align: left;
	font-size: 15px;
	border-color: #dcdcdc;
}
.product-modules
	.baseProds
	.innerbox
	.col
	.stocks-bundle.stcks-custom-related
	.stock-control
	.stock-options {
	border-top: 0;
	padding-top: 0;
	border-color: #dcdcdc;
	display: block;
	position: static;
}
.product-modules
	.baseProds
	.innerbox
	.col
	.stocks-bundle.stcks-custom-related
	.stock-control
	.stock-options
	.one-inp {
	margin-bottom: 10px;
}
.product-modules .baseProds .innerbox .price del {
	min-width: 100%;
	display: block;
}
@media only screen and (max-width: 1200px) {
	.product-modules .baseProds .innerbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.product-modules .baseProds .description {
	color: #282828;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 40px;
}
@media only screen and (max-width: 767px) {
	.product-modules .baseProds .description {
		display: none;
	}
}
.product-modules #box_productdata table {
	width: 100%;
	border-spacing: 0;
}
.product-modules #box_productdata table tr:nth-child(even) td {
	background: #ffffff;
}
.product-modules #box_productdata table tr td {
	width: 50%;
	padding: 10px;
	font-size: 18px;
	font-weight: 400;
}
.product-modules #box_productdata table tr td.name {
	font-weight: 700;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.product-modules .product-module {
		margin-bottom: 30px;
		padding: 0px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	.product-modules .tab > .boxhead,
	.product-modules .tab > .noflex > .boxhead {
		cursor: pointer;
		position: relative;
		background: #ffffff;
		padding: 10px 0;
	}
	.product-modules .tab > .boxhead h3,
	.product-modules .tab > .noflex > .boxhead h3 {
		text-align: left;
		padding: 0px 15px;
	}
	.product-modules .tab > .boxhead:after,
	.product-modules .tab > .noflex > .boxhead:after {
		content: "";
		background: url(../../images/user/arrow-filter.5d6ab.svg) no-repeat center
			center;
		width: 17px;
		height: 12px;
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.product-modules .tab .innerbox {
		display: none;
		padding: 0px 15px;
	}
	.product-modules .tab.opened .boxhead {
		border-color: #ffffff;
	}
	.product-modules .tab.opened .boxhead:after {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	.product-modules .tab.opened .innerbox {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-modulemenu + .container {
		padding: 0;
	}
}
#box_productcomments textarea {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	#box_productcomments .innerbox {
		padding: 0;
	}
}
#box_productcomments .innerbox .commentlist {
	border-bottom: 1px solid #9e9e9e;
}
#box_productcomments .innerbox .commentlist .productcomment {
	padding: 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#box_productcomments .innerbox .commentlist .productcomment:nth-child(even) {
	background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
	#box_productcomments .innerbox .commentlist .productcomment {
		padding: 20px 15px;
	}
	#box_productcomments .innerbox .commentlist .productcomment form {
		padding: 20px 15px;
	}
}
#box_productcomments .innerbox .commentlist .productcomment .floatfix h5 {
	font-size: 18px;
	font-weight: 700;
	color: #282828;
	margin: 0;
}
#box_productcomments .innerbox .commentlist .productcomment .floatfix .date {
	color: #282828;
	font-size: 16px;
	font-weight: 400;
}
#box_productcomments .innerbox .commentlist .productcomment p.description {
	color: #282828;
	font-size: 18px;
	margin: 0;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	#box_productcomments .innerbox .commentlist .productcomment .floatfix {
		min-width: 200px;
		text-align: right;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 580px) {
	#box_productcomments .innerbox .commentlist .productcomment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 1px solid #9e9e9e;
	}
	#box_productcomments .innerbox .commentlist .productcomment:last-child {
		border-bottom: 0;
	}
	#box_productcomments .innerbox .commentlist .productcomment .floatfix {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#box_productcomments .innerbox .commentlist .productcomment .floatfix h5 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
#box_productcomments .innerbox form {
	margin-top: 30px;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#box_productcomments .innerbox form {
		padding: 0px 15px;
	}
}
#box_productcomments .innerbox form label {
	text-align: left;
	width: 100%;
}
#box_productcomments .innerbox form input {
	min-height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#box_productcomments .innerbox form button {
	margin-top: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
@media only screen and (max-width: 580px) {
	#box_productcomments .innerbox form button {
		width: 100%;
		text-align: center;
	}
}
#box_productcomments .innerbox form input,
#box_productcomments .innerbox form textarea {
	background: transparent;
}
#box_productcomments .innerbox form input::-webkit-input-placeholder,
#box_productcomments .innerbox form textarea::-webkit-input-placeholder {
	color: #282828;
}
#box_productcomments .innerbox form input:-moz-placeholder,
#box_productcomments .innerbox form textarea:-moz-placeholder {
	color: #282828;
}
#box_productcomments .innerbox form input::-moz-placeholder,
#box_productcomments .innerbox form textarea::-moz-placeholder {
	color: #282828;
}
#box_productcomments .innerbox form input:-ms-input-placeholder,
#box_productcomments .innerbox form textarea:-ms-input-placeholder {
	color: #282828;
}
#box_files .productfiles ul {
	padding: 0;
	list-style-type: none;
	margin: 40px auto;
	width: 75%;
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	#box_files .productfiles ul {
		width: 50%;
	}
}

#box_files .productfiles ul li {
	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;
}
#box_files .productfiles ul li a {
	display: block;
}
#box_files .productfiles ul li a.btn {
	font-size: 18px;
	text-transform: uppercase;
}
#box_files .productfiles ul li a.spanhover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#box_files .productfiles ul li {
	border: 3px solid #e9530e;
	border-radius: 10px;
	padding: 1.5rem;
}

#box_files .productfiles ul li a.spanhover img {
	display: block;
	width: 100px;
	background: url(../../images/user/file.c22f9.svg) no-repeat center center;
	height: 100px;
}
@media only screen and (max-width: 580px) {
	#box_files .productfiles ul li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#box_files .productfiles ul li a.spanhover {
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
	}
	#box_files .productfiles ul li a.spanhover img {
		display: none;
	}
	#box_files .productfiles ul li a.btn {
		width: 100%;
		text-align: center;
	}
}
.main-module_gallery-bar__copy-link__25EN6 {
	color: #ffffff;
}
