

/* Start:/local/templates/bestlabel/components/bitrix/catalog.element/calc2/style.css?174991465247717*/
@media (min-width: 768px) {
	header {
		height: 20px;
		overflow: hidden;
		transition: all 1s;
	}

	header:hover {
		height: 187px;
	}
}

.constructor-wrapper {
	border: 1px solid #c4c4c9;
	margin-bottom: 50px;
}

.d-flex {
	display: flex;
}

#dd-0 .color-lurex {
	display: none;
}

.type-nav-panel {
	height: 100%;
	min-height: 640px;
	display: flex;
	flex-direction: column;
}

.type-variant {
	height: 33.333333%;
	display: flex;

}

.br {
	border-right: 1px solid #c4c4c9;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.type-variant:not(:last-child) .variant-link-wrapper {
	border-bottom: 1px solid #c4c4c9;
}

.type-variant a {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: 'Oswald';
	font-weight: 600;
	font-size: 20px;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(180deg) translate(50%, 50%);
	-moz-transform: rotate(180deg) translate(50%, 50%);
	-ms-transform: rotate(180deg) translate(50%, 50%);
	-o-transform: rotate(180deg) translate(50%, 50%);
	transform: rotate(180deg) translate(50%, 50%);
	text-decoration: none;
	white-space: nowrap;
}

.type-variant.active {
	background: linear-gradient(to top, transparent 1px, var(--my_blue) 1px);
}

.type-variant.active a {
	color: white;
}

.variant-link-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 7px;
	position: relative;
}

ul.parameters {
	list-style-type: none;
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 55px;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
}

ul.parameters .active {
	box-shadow: 0 3px 9px rgba(23, 44, 75, 0.28);
}

ul.parameters li {
	padding-left: 30px;
	cursor: pointer;
}

.parameters-variants {
	box-shadow: 0 3px 9px rgba(23, 44, 75, 0.28);
	background: white;
}

.parameters-variants:before {
	position: absolute;
	display: block;
	content: '';
	width: 9px;
	background: white;
	height: 55px;
	left: -9px;
}

.parameters-variants[data-i="0"]:before {
	top: 0;
}

.parameters-variants[data-i="1"]:before {
	top: 55px;
}

.parameters-variants[data-i="2"]:before {
	top: 110px;
}

.parameters-variants[data-i="3"]:before {
	top: 165px;
}

.parameters-variants[data-i="4"]:before {
	top: 220px;
}

.parameters-variants[data-i="5"]:before {
	top: 275px;
}

.parameters-variants[data-i="6"]:before {
	top: 330px;
}

.parameters-variants[data-i="7"]:before {
	top: 385px;
}

.parameters-variants[data-i="8"]:before {
	top: 440px;
}

.parameters-variants {
	position: relative;
}

.selection-form ul.forms-variants,
.selection-form ul.quality-list {
	margin: 0;
	padding: 15px 10px 30px 0;
}

ul.forms-variants li {
	padding-left: 50px;
	text-align: right;
	position: relative;
}

ul.forms-variants {
	counter-reset: number;
}

ul.forms-variants li:before {
	counter-increment: number;
	content: counter(number);
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	border: 1px solid #c4c4c9;
	position: absolute;
	border-radius: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 18px;
	padding-right: 2px;
	font-size: 14px;
}

ul.forms-variants li.active:before {
	background: var(--my_blue);
	padding: 2px;
	background-clip: content-box;
	content: '';
}

.constructor-wrapper {
	background: url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/images/calc-bg.jpg') center center no-repeat;
	background-size: cover;
}

.lp {
	background: white;
}

ul.forms-variants {
	max-height: 640px;
	overflow: auto;
}

.constructor-wrapper {
	display: flex;
}

.ac {
	/*align-self: center;*/
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0 15px;
}

.design-konfigurator-tools {
	overflow: hidden;
	position: relative;
	padding: 0 70px 60px 0;
}

#label-height,
#label-width {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Oswald';
	color: var(--my_blue);
}

div#label-width {
	left: 0;
	width: 100%;
	text-align: center;
}


.canvas-container[data-w]:before {

	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 10px;
	background: url(/local/templates/bestlabel/images/arr-left.png),
		url(/local/templates/bestlabel/images/arr-right.png),
		linear-gradient(to bottom, transparent 4px, var(--my_blue) 4px, var(--my_blue) 6px, transparent 6px);
	text-align: center;
	background-position: left -3px center, right -3px center, left center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Oswald';
	color: var(--my_blue);
	padding-top: 5px;
}

.canvas-container {
	max-height: 1000px;
}

div#label-width {
	top: 0;
	bottom: unset;
	text-align: left;
	padding-left: 15px;
}

div#label-height {
	top: 30px;
	left: 0;
	padding-left: 15px;
}

div.form-info {
	position: absolute;
	top: 70px;
	left: 0;
}

.canvas-container[data-w]:after {

	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	right: -15px;
	background: url(/local/templates/bestlabel/images/arr-top.png), url(/local/templates/bestlabel/images/arr-bottom.png), linear-gradient(to right, transparent 4px, var(--my_blue) 4px, var(--my_blue) 6px, transparent 6px);
	background-position: top -3px center, bottom -3px center, top center;
	background-repeat: no-repeat;
	display: flex;
	z-index: 1;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Oswald';
	color: var(--my_blue);
	text-align: right;
	align-items: center;
	padding-left: 10px;
}

.parameters-variants__text,
#label1-width,
#label1-height {
	color: black;
	font-size: 20px;
	font-family: 'Oswald';
}

div#size-selection-form {
	padding: 20px;
}

#label1-width,
#label1-height {
	margin-bottom: 45px;
	margin-top: 30px;
}

.parameters-variants__text {
	margin-bottom: 25px;
}

input[type=range] {
	-webkit-appearance: none;
	/* Hides the slider so that custom slider can be made */
	width: 100%;
	/* Specific width is required for Firefox. */
	background: transparent;
	/* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-shadow: none;
	border: 0;
}

input[type=range]:focus {
	outline: none;
	/* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	box-shadow: none;
	border: 0;
	/* Hides the slider so custom styles can be added */
	background: transparent;
	border-color: transparent;
	color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 29px;
	width: 29px;
	border-radius: 50%;
	background: #0066ff;
	cursor: pointer;
	box-shadow: none;
	border: 0;
	margin-top: -14px;
	/* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {

	height: 29px;
	width: 29px;
	border-radius: 50%;
	background: #0066ff;
	cursor: pointer;
	box-shadow: none;
	border: 0;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
	box-shadow: none;
	border: 0;
	height: 29px;
	width: 29px;
	border-radius: 50%;
	background: #0066ff;
	cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #0066ff;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-fill-lower {
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input[type=range]:focus::-ms-fill-lower {
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-fill-upper {
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input[type=range]:focus::-ms-fill-upper {
	background: #0066ff;
	box-shadow: none;
	border: 0;
}

input#form-width,
input#form-height {
	margin-bottom: 20px;
}

.wrapper-dropdown-1 span {
	width: 100% !important;
	border: 2px solid #ccc !important;
	line-height: 46px;

}

.styled-div,
.number.sizeText img,
.wrapper-dropdown-1 span,
.wrapper-dropdown-2 span,
.wrapper-dropdown-3 span,
.wrapper-dropdown-4 span,
.forms-variants li {
	cursor: pointer;
}

.wrapper-dropdown-1 {
	display: block !important;
	margin: 10px 0 40px;
}

#text-selection-form .wrapper-dropdown-1,
#text-selection-form .wrapper-dropdown-2,
#text-selection-form .wrapper-dropdown-3,
#text-selection-form .wrapper-dropdown-4,
#text-selection-form .wrapper-dropdown-5,
#text-selection-form .wrapper-dropdown-6,
#text-selection-form .wrapper-dropdown-7 {
	display: block !important;
	margin: 0px 0px;
	width: 80%;
}

#text-selection-form .wrapper-dropdown-1 span,
#text-selection-form .wrapper-dropdown-2 span,
#text-selection-form .wrapper-dropdown-3 span,
#text-selection-form .wrapper-dropdown-4 span,
#text-selection-form .wrapper-dropdown-5 span,
#text-selection-form .wrapper-dropdown-6 span,
#text-selection-form .wrapper-dropdown-7 span {
	width: 100% !important;
	border: 2px solid #ccc !important;
	line-height: 24px;
	font-size: 20px;
}

#text-selection-form .options-list {
	margin: 10px 0 0px;
}

#text-block-1,
#text-block-2,
#text-block-3,
#text-block-4,
#text-block-5,
#text-block-6 {
	margin-bottom: 40px;
}

.dropdown {
	width: 100% !important;
}

div#color-selection-form {
	font-size: 20px;
	font-family: Oswald;
	color: black;
	padding: 20px;
}

#size-text2,
#size-text3,
#size-text4,
#size-text5,
#size-text6,
#size-text7 {
	display: none;
}

div#text-selection-form {
	padding: 20px;
	font-size: 20px;
	font-family: Oswald;
	color: black;
}

input#logo-text-1 {
	width: 100% !important;
	border: 2px solid #ccc !important;
	line-height: 46px;
	margin-bottom: 10px;
	background: white;
	margin-top: 10px;
}

.number.sizeText {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

input#logo-text-2,
input#logo-text-3,
input#logo-text-4,
input#logo-text-5,
input#logo-text-6,
input#logo-text-7 {
	width: 100% !important;
	border: 2px solid #ccc !important;
	line-height: 46px;
	margin-bottom: 10px;
	background: white;
	margin-top: 10px;
}

.wrapper-dropdown-2 span,
.wrapper-dropdown-3 span,
.wrapper-dropdown-4 span,
.wrapper-dropdown-5 span,
.wrapper-dropdown-6 span,
.wrapper-dropdown-7 span {
	border: 1px solid #bcbcbc;
	padding: 4px 16px 4px 7px;
	margin: 2px 0;
	display: block;
	width: 175px;
	width: 100% !important;
	border: 2px solid #ccc !important;
	line-height: 46px;
}

.wrapper-dropdown-2,
.wrapper-dropdown-3,
.wrapper-dropdown-4,
.wrapper-dropdown-5,
.wrapper-dropdown-6,
.wrapper-dropdown-7 {
	display: block !important;
	margin: 10px 0 40px;
	position: relative;
}

.styled-div {
	max-height: 85px;
	overflow: auto !important;
	margin-top: 20px !important;
}

div#text-selection-form {
	max-height: 640px;
	overflow: auto;
}

div#img-selection-form {
	padding: 20px;
	font-size: 20px;
	color: black;
	font-family: Oswald;
}

input#addImg {
	display: none;
}

div#img-selection-form label,
div#img-selection-form #delImg {
	display: inline-block;
	padding: 0 50px;
	cursor: pointer;
	outline: none;
	margin: 0;
	border: 0;
	background: none;
	line-height: 46px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: var(--my_blue);
}

div#img-selection-form #delImg {
	color: #777;
}

div#img-selection-form label {
	margin: 25px 0;
	border: 2px solid var(--my_blue);
	border-radius: 50px;
}

.load-text {
	font-family: Roboto;
	font-size: 16px;
	color: #777;
}

.summary {
	font-family: Roboto;
	font-size: 18px;
	color: black;
	display: flex;
	margin-bottom: 40px;
}

.your-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.your-choice,
.your-price,
.your-order {
	flex: 0 0 33%;
	display: flex;
	flex-direction: column;
}

.your-choice {
	padding-right: 40px;
}

.summary-text {
	margin: 0 !important;
	margin-bottom: 5px !important;
}

.total-price {
	font-size: 30px;
	font-weight: bold;
}

.delivery {
	font-size: 14px;
	color: #888;
}

.to-cart {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	background: none;
	border-radius: 50px;
	border: 2px solid var(--my_blue);
	line-height: 42px;
	padding: 0 50px;
	display: inline-block;
	outline: none !important;
}

.summary-text {
	width: 100%;
}

.price-block:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	top: 50%;
	left: -30px;
	border: 1px solid #c4c4c9;
	position: absolute;
	border-radius: 50%;
	transform: translateY(-50%);
	margin-top: -2px;
}

.price-block.active:before {
	background: var(--my_blue);
	padding: 2px;
	background-clip: content-box;
}

.price-block,
.quality-list li {
	position: relative;
	cursor: pointer;
}

.quality-list li:before,
.options-list li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	border: 1px solid #c4c4c9;
	position: absolute;
	border-radius: 50%;
	transform: translateY(-50%);
}

.quality-list li.active:before,
.options-list li.active:before {
	background: var(--my_blue);
	padding: 2px;
	background-clip: content-box;
}

div#quality-selection-form {
	padding: 20px;
	font-size: 20px;
	color: black;
	font-family: Oswald;
	max-height: 640px;
	overflow: auto;
}

ul.quality-list {
	margin-bottom: 40px;
}

div#quality-selection-form p {
	font-family: Roboto;
	font-size: 16px;
}

div#quality-selection-form img {
	display: block;
	margin: 15px auto;
}

ul.quality-list li {
	padding-left: 35px;
	margin-bottom: 15px;
}

div#options-selection-form {
	padding: 20px;
	font-size: 20px;
	color: black;
	font-family: Oswald;
	max-height: 640px;
	overflow: auto;
}

ul.options-list li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
	cursor: pointer;
}

.selection-form {
	height: 100%;
}

/*.options-list li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	background: url(/local/templates/bestlabel/images/check-off.png) center center no-repeat;
}

.options-list li.active:before {
	background: url(/local/templates/bestlabel/images/check-on.png) center center no-repeat;
	background-clip: content-box;
}*/
/* Sidebar */
/*special Мотивы*/
.accordion__header,
.accordion__header:hover,
.accordion__header:focus {
	font-size: 20px;
	color: black;
	font-family: Oswald;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

div#special-selection-form,
div#img-selection-form {
	padding: 20px;
	max-height: 640px;
	overflow: auto;
	font-size: 20px;
	font-family: Oswald;
	color: black;
}

.special__item {
	padding-bottom: 30px;
}

.accordion__header.with-arr:after {
	background-image: url(/local/templates/bestlabel/images/special/au.png);
	content: '';
	display: inline-block;
	width: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	height: 12px;
	transition: all 0.3s;
}

.accordion__header.with-arr.collapsed:after {
	/*background-image: url(/local/templates/bestlabel/images/special/ad.png);*/
	transform: rotate(180deg);
}


.special__position-item {
	width: 47px;
	height: 47px;
	border: 2px solid #ccc;
	border-radius: 3px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.special__position-item.pos-plus {
	background-image: url(/local/templates/bestlabel/images/special/plus.png);
	background-size: 15px 15px;
	background-position: center center;
}

.special__position-item.pos-minus {
	background-image: url(/local/templates/bestlabel/images/special/minus.png);
	background-size: 16px 3px;
	background-position: center center;
}

.special__position-item.pos-up {
	background-image: url(/local/templates/bestlabel/images/special/up.png);
	background-position: center bottom 5px;
}

.special__position-item.pos-left {
	background-image: url(/local/templates/bestlabel/images/special/left.png);
	background-position: right 5px center;
}

.special__position-item.pos-down {
	background-image: url(/local/templates/bestlabel/images/special/down.png);
	background-position: center top 5px;
}

.special__position-item.pos-right {
	background-image: url(/local/templates/bestlabel/images/special/right.png);
	background-position: left 5px center;
}

.special__position-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 147px;
	justify-content: space-between;
}

@font-face {
	font-family: Care;
	src: url(/local/templates/bestlabel/fonts/Wash_Care_Symbols_M54.ttf)
}

.special-symbols {
	font-family: Care;
}

.special__symbol-wrapper {
	font-size: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.special__symbol-item {
	width: 57px;
	height: 57px;
	box-shadow: 3px 3px 2px #b4b4b4;
	margin-bottom: 5px;
	text-align: center;
	line-height: 57px;
	font-size: 40px;
	cursor: pointer;
	transition: all 0.1s;
	user-select: none;
}

.special__symbol-item.active {
	box-shadow: 3px 3px 2px #b4b4b4 inset;
	background: #e2e2e2;
}

button.to-cart {
	max-width: 250px;
}

span.special-clear {
	font-family: Roboto;
	font-size: 16px;
	color: #777;
	position: absolute;
	right: 2px;
	top: 7px;
	cursor: pointer;
}

.special__item {
	position: relative;
}

/*special Мотивы*/
#testImg {
	margin: 30px 0;
}

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

.product-item-detail-info-section {
	padding: 0 20px;
}

.count-alert,
.count-alert-1 {
	padding: 4px 25px;
	padding-left: 40px;
	line-height: 1.2;
	border: 1px solid var(--my_blue);
	border-radius: 5px;
	color: var(--my_blue);
	font-family: Roboto;
	font-size: 12px;
	margin: 0 0 25px 0;
	background: #e5efff url('/local/templates/bestlabel/components/bitrix/catalog.element/calc2/images/alert.png') left 8px center no-repeat;
}

@media (min-width: 1920px) {
	.calc-container-wrapper>.container {
		width: 1890px;
	}

	.design-konfigurator {
		/*width: 50%;*/
	}
}

@media (min-width: 1600px) and (max-width: 1919px) {
	.calc-container-wrapper>.container {
		width: 1570px;
	}
}

@media (min-width: 1440px) and (max-width: 1599px) {
	.calc-container-wrapper>.container {
		width: 1410px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.calc-container-wrapper>.container {
		width: 1170px;
	}
}

@media (max-width: 992px) {
	.product-item-detail-info-section {
		padding: 0;
	}
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
	border-width: .5px;
}

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container {
	padding: 0 0 2px;
}

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block {}

.product-item-scu-list {
	margin: 0;
}

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container {
	min-width: 48px;
}

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
	outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
	outline-width: 1px;
}

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
	outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
	outline-width: 1px;
}

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container {
	word-spacing: 1px
}

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu {
	outline-width: .5px;
}

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
	border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
	background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
	opacity: 1;
}

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
	border-width: .5px;
}

.product-item-amount-field:focus {
	outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
	margin: 0;
}

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
	height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
	outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left {
	left: 0;
}

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close {
	display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
	right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
	right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		max-width: 75px;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0;
	}

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
	background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
	line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
	display: none;
}

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

div#options-selection-form p {
	font-family: Roboto;
	font-size: 16px;
}

div#options-selection-form img {
	display: block;
	margin: 15px auto;
}

@media (max-width: 767px) {
	.product-item-label-text>div {
		line-height: 0;
	}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top {
	top: -5px;
}

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center>div {
	text-align: center;
}

.product-item-label-left {
	left: -5px;
}

.product-item-label-left>div {
	text-align: left;
}

.product-item-label-bottom {
	bottom: -5px;
}

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right {
	right: -5px;
}

.product-item-label-right>div {
	text-align: right;
}

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #000;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
	height: 3px;
}

.product-item-detail-tab-link:active:after {
	height: 6px;
}

.product-item-detail-tab-content {
	padding: 25px 0;
}

@media (max-width: 991px) {
	.product-item-detail-tabs-container {
		display: none !important;
	}

	.product-item-detail-tab-content {
		display: block !important;
	}
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
	display: none;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl {
	clear: both;
}

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.qu-prev {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 80%;
	margin: 0 auto;
}

.qu-prev img {
	cursor: zoom-in;
}

.qu-prev .slick-next {
	right: 10px;
}

.qu-prev .slick-prev {
	left: 10px;
}

.qu-gal,
.qu-gal img {
	margin: 0 auto;
}

.ruler-bottom {
	background: url('/local/templates/bestlabel/components/bitrix/catalog.element/calc2/images/ruler-bottom.svg') left bottom no-repeat;
	width: 190px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ruler-left {
	background: url('/local/templates/bestlabel/components/bitrix/catalog.element/calc2/images/ruler-left.svg') top right no-repeat;
	width: 60px;
	height: 85px;
	position: absolute;
	bottom: 35px;
	right: 0;
}

ul.quality-list li {
	margin-bottom: 5px;
	line-height: 1.2;
}

ul.quality-list {
	margin-bottom: 10px;
}

div#quality-selection-form img {
	margin-top: 0;
}

ul.options-list li {
	margin-bottom: 5px;
	line-height: 1.2;
}

ul.options-list {
	margin-bottom: 10px;
}

div#options-selection-form img {
	margin-top: 0;
}

.type-variant:first-child {
	max-height: 150px;
}

.type-variant:last-child {
	max-height: 100px;
}

.type-variant {
	height: 50%;
}

@media (min-height: 480px) {
	.type-nav-panel {
		min-height: 500px;
	}

	div#img-selection-form,
	div#special-selection-form,
	div#quality-selection-form,
	div#text-selection-form,
	ul.forms-variants,
	div#options-selection-form,
	#shape-selection-form {
		max-height: 500px;
	}

	.type-variant a {
		font-size: 16px;
	}

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

	.summary {
		font-size: 15px;
		line-height: 22px;
	}

	.your-title {
		margin-bottom: 5px;
	}

	.summary-text {
		margin-bottom: 0 !important;
	}

	.total-price {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 4px;
	}

	ul.parameters {
		line-height: 55px;
	}
}

@media (min-height: 480px) {
	.type-nav-panel {
		min-height: 440px;
	}
}

@media (min-height: 480px) {

	div#img-selection-form,
	div#special-selection-form,
	div#quality-selection-form,
	div#text-selection-form,
	ul.forms-variants,
	div#options-selection-form,
	#shape-selection-form {
		max-height: 440px;
	}
}

.special__motiv-wrapper {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'motivy' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'motivy';
	src: url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/fonts/fontello.eot?59709773');
	src: url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/fonts/fontello.eot?59709773#iefix') format('embedded-opentype'),
		url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/fonts/fontello.woff?59709773') format('woff'),
		url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/fonts/fontello.ttf?59709773') format('truetype'),
		url('/local/templates/bestlabel/components/bitrix/catalog.element/calc1/fonts/fontello.svg?59709773#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo-icon {
	font-family: "motivy";
	font-style: normal;
	font-weight: normal;
	speak: never;
	/*display: inline-block;*/
	/*text-decoration: inherit;*/
	/*width: 1em;*/
	/*margin-right: .2em;*/
	/*text-align: center;*/
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	/*line-height: 1em;*/

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	/*margin-left: .2em;*/

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.special__motiv-wrapper {
	font-size: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.special__motiv-item {
	width: 57px;
	height: 57px;
	box-shadow: 3px 3px 2px #b4b4b4;
	margin-bottom: 5px;
	text-align: center;
	font-size: 30px;
	line-height: 57px;
	cursor: pointer;
	transition: all 0.1s;
	user-select: none;
}

.special__motiv-item.active {
	box-shadow: 3px 3px 2px #b4b4b4 inset;
	background: #e2e2e2;
}
/* End */


/* Start:/local/templates/bestlabel/css/calc-adaptive.css?15719872953116*/
.type-variant.active:last-child {
    background: var(--my_blue);
}
.design-konfigurator-tools{
    overflow: auto;
}
.canvas-container{
    overflow: visible!important;
}
.constructor-wrapper{
    background-attachment: fixed;
}
html,body{
    scroll-behavior:smooth;
}
.vmesto {
    align-self: center;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199px){
    button.to-cart {
        padding: 0 25px;
    }
    .variant-link-wrapper{
        padding: 0 20px;
    }
    ul.parameters li {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
        white-space: nowrap;
    }
    .selection-form li {
        font-size: 18px;
    }
    .parameters-variants {
        flex-grow: 1;
    }
    span.color-count-result {
        font-size: 18px;
    }
    div#img-selection-form label {
        max-width: 220px;
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .selection-form li {
        padding-left: 20px!important;
    }
    .options-list li:before,.quality-list li:before {
        left: -8px;
    }
    ul.forms-variants li:before {
        left: 0px;
    }
    .selection-form ul.forms-variants {
        padding-right: 0;
    }
    .selection-form {
        padding:0 15px!important;
    }
    .selection-form input {
        font-size: 16px;
    }
    div#img-selection-form label {
        margin-bottom: 0;
    }
    .summary{
        flex-wrap: wrap;
    }
    .your-choice, .your-price, .your-order{
        flex:1 1 50%;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px){
    .constructor-wrapper{
        flex-wrap: wrap;
    }
    .design-konfigurator {
        width: 100%;
    }
    .design-konfigurator-tools {
        padding: 60px 0;
        height: 621px!important;
    }
}
@media (max-width: 575px){
    .parameters-variants {
        flex-basis: 100%;
    }
    .design-konfigurator-view .d-flex {
        flex-wrap: wrap;
    }
    .col-lg-4.px-0 {
        flex-grow: 1;
    }
    .parameters-variants:before {
        display: none;
    }
    /*canvas {*/
        /*max-width: unset;*/
    /*}*/
    .your-choice, .your-price, .your-order {
        flex: 1 1 100%;
    }
    .price-block:before {
        left: 0;
    }

    .price-block {
        padding-left: 30px;
    }
    .price-block:before {
        left: 0;
    }
    .price-block {
        padding-left: 30px;
    }
    div#checkout {
        max-width: 100%;
    }
    .contact-form input {
        min-width: 100% !important;
    }
    .selection-form,.selection-form ul{
        overflow: auto;
        max-height: unset!important;

    }
    .dropdown {
        min-height: 200px!important;
    }
    div#color-selection-form {
        height: 335px;
    }
    .selection-form li {
        padding-left: 35px!important;
    }
    .options-list li:before, .quality-list li:before {
        left: 0;
    }
    .contact-form{
        padding: 0!important;
    }
    .canvas-container{
        overflow: auto!important;
    }
    .design-konfigurator-tools {
        padding-top: 65px;
        padding-bottom: 65px;
        height: 530px!important;
    }
}
/* End */


/* Start:/local/templates/bestlabel/components/bitrix/news.list/calc-font/style.css?1569853897150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/bestlabel/components/bitrix/news.list/add-fonts/style.css?1569853897150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/bestlabel/components/bitrix/catalog.element/calc2/themes/blue/style.min.css?1569853897902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/bestlabel/components/bitrix/catalog.element/calc2/style.css?174991465247717 */
/* /local/templates/bestlabel/css/calc-adaptive.css?15719872953116 */
/* /local/templates/bestlabel/components/bitrix/news.list/calc-font/style.css?1569853897150 */
/* /local/templates/bestlabel/components/bitrix/news.list/add-fonts/style.css?1569853897150 */
/* /local/templates/bestlabel/components/bitrix/catalog.element/calc2/themes/blue/style.min.css?1569853897902 */
