/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
	/*	cursor: hand;*/
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

	.slick-track:before,
	.slick-track:after {
		content: "";
		display: table;
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?xig2t8");
	src: url("../fonts/icomoon.eot?xig2t8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xig2t8") format("truetype"), url("../fonts/icomoon.woff?xig2t8") format("woff"), url("../fonts/icomoon.svg?xig2t8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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;
}

.icon-checked:before {
	content: "\e90b";
}

.icon-lock:before {
	content: "\e90c";
}

.icon-heart:before {
	content: "\e907";
}

.icon-time:before {
	content: "\e908";
}
.icon-gift:before {
	content: "\e99f";
	background: url(/Themes/Jacobsen/Content/images/giftbox.png);
	margin-left: 5px;
}

.icon-cart:before {
	content: "\e909";
}

.icon-ecommerce:before {
	content: "\e90a";
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-basket:before {
	content: "\e902";
}

.icon-facebook1:before {
	content: "\e903";
}

.icon-g:before {
	content: "\e904";
}

.icon-instagram1:before {
	content: "\e905";
}

.icon-search:before {
	content: "\e906";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-instagram:before {
	content: "\f16d";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

	.jcf-select select {
		z-index: 1;
		left: 0;
		top: 0;
	}

	.jcf-select .jcf-select-text {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		cursor: default;
		display: block;
		font-size: 13px;
		line-height: 26px;
		margin: 0 35px 0 8px;
	}

	.jcf-select .jcf-select-opener {
		position: absolute;
		text-align: center;
		background: #aaa;
		width: 26px;
		bottom: 0;
		right: 0;
		top: 0;
	}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

	body > .jcf-select-drop.jcf-drop-flipped {
		margin: 1px 0 0;
	}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

	.jcf-list .jcf-list-content {
		vertical-align: top;
		display: inline-block;
		overflow: auto;
		width: 100%;
	}

	.jcf-list ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.jcf-list ul li {
			overflow: hidden;
			display: block;
		}

	.jcf-list .jcf-overflow {
		overflow: auto;
	}

	.jcf-list .jcf-option {
		overflow: hidden;
		cursor: default;
		display: block;
		padding: 5px 9px;
		color: #656565;
		height: 1%;
	}

	.jcf-list .jcf-disabled {
		background: #fff !important;
		color: #aaa !important;
	}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

	.fancybox-container * {
		box-sizing: border-box;
	}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

	.fancybox-slide::before {
		content: "";
		display: inline-block;
		font-size: 0;
		height: 100%;
		vertical-align: middle;
		width: 0;
	}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

	.fancybox-slide--image::before {
		display: none;
	}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

	.fancybox-error p {
		color: #444;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		padding: 0;
	}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

	.fancybox-button,
	.fancybox-button:visited,
	.fancybox-button:link {
		color: #ccc;
	}

		.fancybox-button:hover {
			color: #fff;
		}

		.fancybox-button:focus {
			outline: none;
		}

		.fancybox-button.fancybox-focus {
			outline: 1px dotted;
		}

		.fancybox-button[disabled],
		.fancybox-button[disabled]:hover {
			color: #888;
			cursor: default;
			outline: none;
		}

		/* Fix IE11 */

		.fancybox-button div {
			height: 100%;
		}

		.fancybox-button svg {
			display: block;
			height: 100%;
			overflow: visible;
			position: relative;
			width: 100%;
		}

			.fancybox-button svg path {
				fill: currentColor;
				stroke-width: 0;
			}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

	.fancybox-close-small:hover {
		color: #fff;
		opacity: 1;
	}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

	.fancybox-navigation .fancybox-button div {
		padding: 7px;
	}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

	.fancybox-caption a:hover {
		color: #fff;
		text-decoration: underline;
	}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

	.fancybox-share h1 {
		color: #222;
		font-size: 35px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}

	.fancybox-share p {
		margin: 0;
		padding: 0;
	}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

	.fancybox-share__button:visited,
	.fancybox-share__button:link {
		color: #fff;
	}

	.fancybox-share__button:hover {
		text-decoration: none;
	}

.fancybox-share__button--fb {
	background: #3b5998;
}

	.fancybox-share__button--fb:hover {
		background: #344e86;
	}

.fancybox-share__button--pt {
	background: #bd081d;
}

	.fancybox-share__button--pt:hover {
		background: #aa0719;
	}

.fancybox-share__button--tw {
	background: #1da1f2;
}

	.fancybox-share__button--tw:hover {
		background: #0d95e8;
	}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

	.fancybox-share__button svg path {
		fill: #fff;
	}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

	.fancybox-thumbs__list a::before {
		border: 6px solid #ff5268;
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
		transition: all .2s cubic-bezier(.25, .46, .45, .94);
		z-index: 99991;
	}

	.fancybox-thumbs__list a:focus::before {
		opacity: .5;
	}

	.fancybox-thumbs__list a.fancybox-thumbs-active::before {
		opacity: 1;
	}

/* Styling for Small-Screen Devices */

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-thin.woff") format("woff"), url("../fonts/roboto-thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-thinitalic.woff") format("woff"), url("../fonts/roboto-thinitalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-lightitalic.woff") format("woff"), url("../fonts/roboto-lightitalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-italic.woff") format("woff"), url("../fonts/roboto-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-mediumitalic.woff") format("woff"), url("../fonts/roboto-mediumitalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-bolditalic.woff") format("woff"), url("../fonts/roboto-bolditalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-black.woff") format("woff"), url("../fonts/roboto-black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-blackitalic.woff") format("woff"), url("../fonts/roboto-blackitalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Sottalica";
	src: url("../fonts/Sottalica.otf") format("otf"), url("../fonts/Sottalica.ttf") format("truetype");
	font-weight:400;
	font-style: normal;
	font-display: swap;
}


.second-banner-list,
.product-box .price-list,
.product-box .btn-list,
.intro-slider-section .intro-links,
.brands-list,
.filter-holder .filter-list,
.address-card .contact-list,
.address-card .schedule-list,
.specifications,
.tab-description .tabset-description,
.price-list,
.archive-list,
.color-list,
.info-list,
.menu,
.dropmenu .sub-menu,
.dropmenu .sub-list,
#footer .text-content ul.slide-open,
#footer .social-list,
.contact-list,
.footer-link-holder .footer-link,
.footer-link-holder .links,
.card-list,
.partners-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.product-select .product-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.basket-modal {
	position: relative;
	overflow: hidden;
	height: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.nav-active {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

input::-ms-clear {
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.container {
	max-width: 1336px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

.badge {
	min-width: 80px;
}

	.badge.badge-pink {
		background-color: #e58f9e;
		color: #fff;
	}

.section-title {
	color: #313131;
	font-weight: 500;
}

	.section-title.btn-title {
		padding-right: 100px;
	}

.description-section .section-title {
	margin-bottom: 28px;
}

.description-box {
	background-color: #fff;
	margin: 0 -15px;
}

	.description-box .img-holder {
		margin-bottom: 33px;
	}

		.description-box .img-holder img {
			width: 100%;
		}

	.description-box .text-holder {
		padding: 0 30px 22px;
	}

		.description-box .text-holder p {
			margin-bottom: 17px;
		}

	.description-box h3 {
		font-size: 13px;
		margin-bottom: 14px;
	}

.news-slider-section {
	margin-bottom: 34px;
}

	.news-slider-section .section-title {
		margin-bottom: 19px;
	}

.news-slider {
	margin-bottom: 25px;
}

	.news-slider .slick-arrow {
		display: none !important;
	}

	.news-slider .slick-list {
		margin: 0 -265px 0 -7px;
	}

	.news-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-slider .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		padding: 0 7px;
	}

		.news-slider .slick-slide .card-news {
			width: 100%;
		}

.slick-arrow {
	-webkit-transition: color .15s linear, background-color .15s linear, border-color .15s linear;
	transition: color .15s linear, background-color .15s linear, border-color .15s linear;
	z-index: 3;
	border: 1px solid #cec9c8;
	background-color: #f2f2f2;
	outline: none;
}

	.slick-arrow:focus {
		outline: none;
	}

	.slick-arrow:before {
		content: "\e900";
		font-size: 9px;
		font-family: icomoon;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.slick-arrow:hover {
		background-color: #70665f;
		border-color: #70665f;
		color: #fff;
	}

	.slick-arrow.slick-prev {
		right: 45px;
	}

	.slick-arrow.slick-next:before {
		content: "\e901";
	}

.card-news h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

.card-news .card-body {
	padding: 18px 19px 11px;
}

.card-news p {
	margin-bottom: 15px;
}

.card-news a {
	font-style: italic;
	font-weight: 700;
	color: inherit;
	float: left;
    width: 100%;
    margin-top: 10px;
}

	.card-news a:hover {
		color: #000;
	}

.second-banner {
	margin-bottom: 30px;
}

.second-banner-list {
	overflow: hidden;
	margin: 0 -15px;
}

	.second-banner-list li {
		padding-bottom: 3px;
		width: 100%;
	}

		.second-banner-list li:first-child a {
			padding-bottom: 104%;
		}

		.second-banner-list li a {
			-webkit-transition: opacity .15s linear;
			transition: opacity .15s linear;
			padding-bottom: 51.3%;
		}

			.second-banner-list li a:hover {
				opacity: .8;
			}

	.second-banner-list a {
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

.products-section {
	margin-bottom: 26px;
}

	.products-section .section-title {
		margin-bottom: 15px;
	}

.product-box {
	-webkit-transition: box-shadow .15s linear;
	transition: box-shadow .15s linear;
	background-color: #fff;
	text-align: center;
	padding: 7px 7px 11px;
}

	.product-box:hover {
		box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	}

		.product-box:hover .btn-list {
			opacity: 1;
			visibility: visible;
		}

	.product-box h6 {
		font-size: 13px;
		margin-bottom: 13px;
	}

	.product-box .img-holder {
		margin: 0 auto 18px;
		max-width: 168px;
	}

		.product-box .img-holder img {
			margin: 0 auto;
		}

	.product-box .description-holder {
		padding: 0 15px 12px;
	}

		.product-box .description-holder p {
			margin-bottom: 12px;
		}

	.product-box .price-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-weight: 700;
		color: #000;
	}

		.product-box .price-list li {
			padding: 0 5px;
		}

		.product-box .price-list s {
			font-weight: 400;
		}

	.product-box .btn-list {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
		padding: 0 6px;
		opacity: 0;
		visibility: hidden;
		display:flex;
		margin: 0 auto !important;
	}

		.product-box .btn-list li {
			padding: 0 5px;
			width: 50%;
		}

		.product-box .btn-list .btn {
			width: 100%;
			padding: 3px 5px;
			line-height: 1.4;
		}

	.product-box .badge {
		margin-bottom: 11px;
	}

		.product-box .badge:empty {
			min-height: 22px;
			opacity: 0;
			display: block;
		}

		.product-box .badge.disabled {
			opacity: 0;
		}

.slider-box {
	margin-bottom: 20px;
}

.product-slider .slick-arrow,
.double-slide .slick-arrow {
	display: none !important;
}

.product-slider .slick-list,
.double-slide .slick-list {
	padding: 6px 0;
	margin: 0 -133px 0 -7px;
}

.product-slider .slick-slide,
.double-slide .slick-slide {
	padding: 0 7px;
}

.double-slide .product-box {
	margin-bottom: 15px;
}

.intro-slider-section {
	margin: 0 -15px 30px;
}

	.intro-slider-section .intro-links li {
		padding-bottom: 4px;
	}

		.intro-slider-section .intro-links li:first-child a {
			padding-bottom: 67.9%;
		}

		.intro-slider-section .intro-links li:nth-child(4) {
			width: 100%;
		}

			.intro-slider-section .intro-links li:nth-child(4) a {
				padding-bottom: 47.6%;
			}

	.intro-slider-section .intro-links a {
		-webkit-transition: opacity .15s linear;
		transition: opacity .15s linear;
		display: block;
		padding-bottom: 64.6%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
	}

		.intro-slider-section .intro-links a:hover {
			opacity: .9;
		}

	.intro-slider-section .intro-slider .slick-list {
		margin: 0 -5px;
	}

	.intro-slider-section .intro-slider .slick-slide {
		padding: 0 5px;
	}

.first-banner {
	margin-bottom: 39px;
}

	.first-banner .left-img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 271px;
	}

	.first-banner .right-img .img-holder {
		display: none;
	}

	.first-banner .content-holder {
		background-color: #a55e60;
		color: #fff;
		text-align: center;
		padding: 72px 25px 38px;
	}

		.first-banner .content-holder .logo-img {
			max-width: 188px;
			margin: 0 auto 24px;
		}

		.first-banner .content-holder .subtitle {
			display: block;
			font-weight: 300;
			font-size: 15.5px;
			margin-bottom: 13px;
		}

		.first-banner .content-holder p {
			margin-bottom: 27px;
		}

		.first-banner .content-holder .btn {
			min-width: 143px;
		}

.basket-section {
	padding: 20px 0 25px;
}

	.basket-section .address-card .img-block {
		padding-top: 58.8%;
	}

.form-block {
	background-color: #fff;
	padding: 30px 15px;
	margin-bottom: 25px;
}

	.form-block h2 {
		font-size: 22px;
	}

	.form-block .step-holder {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

		.form-block .step-holder.your-order {
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 57px;
		}

			.form-block .step-holder.your-order .title-holder {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-bottom: 15px;
			}

		.form-block .step-holder.address-info .address-holder {
			padding: 25px 0 0;
		}

			.form-block .step-holder.address-info .address-holder .address-box {
				margin-bottom: 15px;
			}

				.form-block .step-holder.address-info .address-holder .address-box .info {
					display: block;
					font-weight: 500;
					margin-bottom: 20px;
					color: #313131;
				}

				.form-block .step-holder.address-info .address-holder .address-box address {
					font-weight: 700;
					color: #000;
				}

		.form-block .step-holder.payment .payment-holder {
			max-width: 569px;
		}

		.form-block .step-holder.payment h2 {
			margin-bottom: 25px;
		}

		.form-block .step-holder.payment .custom-radio {
			padding-bottom: 13px;
			margin-bottom: 14px;
			color: #000;
		}

			.form-block .step-holder.payment .custom-radio .custom-control-label {
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}

				.form-block .step-holder.payment .custom-radio .custom-control-label:before {
					top: 50%;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
				}

				.form-block .step-holder.payment .custom-radio .custom-control-label:after {
					top: 50%;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
				}

			.form-block .step-holder.payment .custom-radio .img-holder {
				width: 65%;
				padding-left: 8px;
				margin-left: auto;
			}

		.form-block .step-holder.validation {
			border-bottom: none;
			margin-bottom: 45px;
			padding-bottom: 0;
		}

			.form-block .step-holder.validation .custom-checkbox {
				color: #000;
				margin-bottom: 24px;
			}

				.form-block .step-holder.validation .custom-checkbox a {
					text-decoration: underline;
					font-weight: 700;
					color: #000;
				}

					.form-block .step-holder.validation .custom-checkbox a:hover {
						text-decoration: none;
					}

	.form-block .form-control {
		font-weight: 700;
	}

		.form-block .form-control::-webkit-input-placeholder {
			font-weight: 400;
		}

		.form-block .form-control::-moz-placeholder {
			opacity: 1;
			font-weight: 400;
		}

		.form-block .form-control:-moz-placeholder {
			font-weight: 400;
		}

		.form-block .form-control:-ms-input-placeholder {
			font-weight: 400;
		}

		.form-block .form-control.placeholder {
			font-weight: 400;
		}

	.form-block .btn-sm {
		padding: 2px 15px;
	}

	.form-block .btn-pay {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 15px;
	}

		.form-block .btn-pay i {
			margin-right: 25px;
		}

	.form-block .address-identify .btn-sm {
		min-width: 150px;
	}

	.form-block .user-info {
		padding-top: 35px;
		margin-bottom: 25px;
	}

	.form-block .delivery .btn-sm {
		min-width: 150px;
	}

	.form-block .custom-radio {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		padding-bottom: 16px;
		margin-bottom: 28px;
	}

		.form-block .custom-radio .custom-control-label {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

			.form-block .custom-radio .custom-control-label .price {
				padding-left: 10px;
				margin-left: auto;
			}

	.form-block .btn-holder .btn {
		padding: 5px 6px;
		font-size: 16px;
		min-width: 100px;
	}

		.form-block .btn-holder .btn.btn-primary {
			margin-right: 10px;
		}

		.form-block .btn-holder .btn.btn-success {
			margin-left: 10px;
		}

		.form-block .btn-holder .btn.btn-pay {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-left: 15px;
		}

			.form-block .btn-holder .btn.btn-pay i {
				margin-right: 25px;
			}

	.form-block .btn-holder.basket-page {
		width: 100%;
	}

	.form-block .info-delivery {
		-webkit-transition: background-color .15s linear;
		transition: background-color .15s linear;
		display: block;
		margin-bottom: 15px;
	}

		.form-block .info-delivery i {
			margin-right: 7px;
		}

		.form-block .info-delivery.active {
			background-color: rgba(66, 173, 76, .16);
		}

			.form-block .info-delivery.active .payment-delivery {
				display: none;
			}

			.form-block .info-delivery.active .free-delivery {
				display: block;
			}

		.form-block .info-delivery .payment-delivery {
			display: block;
		}

		.form-block .info-delivery .free-delivery {
			display: none;
			padding: 8px 10px 8px;
			color: #000;
		}

			.form-block .info-delivery .free-delivery .check {
				display: inline-block;
				vertical-align: middle;
				width: 28px;
				height: 28px;
				border-radius: 50%;
				background-color: #42ad4c;
				position: relative;
				margin-right: 15px;
			}

				.form-block .info-delivery .free-delivery .check:before,
				.form-block .info-delivery .free-delivery .check:after {
					content: "";
					width: 15px;
					height: 2px;
					background-color: #fff;
					position: absolute;
					top: 13px;
					left: 8px;
					-webkit-transform: rotate(-57deg);
					-ms-transform: rotate(-57deg);
					transform: rotate(-57deg);
				}

				.form-block .info-delivery .free-delivery .check:after {
					width: 8px;
					top: 16px;
					-webkit-transform: rotate(53deg);
					-ms-transform: rotate(53deg);
					transform: rotate(53deg);
					left: 6px;
				}

.confirmed {
	position: relative;
}

	.confirmed:before {
		content: "\e90b";
		position: absolute;
		top: 50%;
		right: 15px;
		color: #42ad4c;
		font-family: icomoon;
		font-size: 13px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.confirmed .form-control {
		padding-right: 35px !important;
	}

.form-control-plaintext {
	height: 35px;
	outline: none;
	font-weight: 700;
	color: #000;
}

.custom-radio {
	padding-left: 40px;
	padding-top: 3px;
}

	.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
		opacity: 1;
	}

	.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
		background-color: transparent;
	}

	.custom-radio .custom-control-label:before {
		width: 21px;
		height: 21px;
		border: 1px solid #505050;
		left: -39px;
		top: -2px;
	}

	.custom-radio .custom-control-label:after {
		-webkit-transition: opacity .15s linear;
		transition: opacity .15s linear;
		opacity: 0;
		background-color: #42ad4c;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		top: 3px;
		left: -34px;
	}

.custom-checkbox.green-check .custom-control-label:after {
	color: #42ad4c;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
	opacity: 1;
	background-image: none;
}

.custom-checkbox .custom-control-label:after {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	content: "\e90b";
	font-family: icomoon;
	opacity: 0;
	font-size: 11px;
	background-image: none;
	left: -27px;
	top: 4px;
	color: #000;
}

.total-price {
	margin-left: auto;
	max-width: 490px;
	width: 100%;
	font-weight: 700;
	color: #000;
}

	.total-price tr {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

		.total-price tr:last-child {
			border-bottom: none;
		}

			.total-price tr:last-child td:last-child {
				vertical-align: top;
			}

	.total-price td {
		padding: 15px 0 13px;
	}

		.total-price td:last-child {
			text-align: right;
		}

	.total-price .description {
		display: block;
		font-style: italic;
		font-weight: 400;
		margin-top: 18px;
	}

	.total-price .rabat {
		font-style: italic;
	}

.product-select {
	margin-bottom: 25px;
}

	.product-select thead th {
		color: #313131;
	}

	.product-select tbody td {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

		.product-select tbody td:last-child {
			color: #000;
			font-weight: 700;
		}

	.product-select .product-holder .img-holder {
		text-align: center;
		max-width: 65px;
		width: 100%;
		float: left;
	}

	.product-select .product-holder .description {
		width: calc(100% - 65px);
		padding-left: 10px;
		font-size: 14px;
		float: left;
	}

		.product-select .product-holder .description h5 {
			font-size: 15px;
			line-height: 1;
		}

		.product-select .product-holder .description p {
			margin-bottom: 10px;
		}

		.product-select .product-holder .description .stock {
			color: #000;
			display: block;
			position: relative;
			padding-left: 15px;
			margin-bottom: 10px;
		}

			.product-select .product-holder .description .stock:before {
				width: 8px;
				height: 8px;
				content: "";
				position: absolute;
				left: 0;
				top: 4px;
				background-color: #42ad4c;
				border-radius: 50%;
			}

		.product-select .product-holder .description .custom-control-label {
			color: #000;
		}

			.product-select .product-holder .description .custom-control-label .subtitle {
				font-size: 12px;
				display: block;
				margin-top: 2px;
			}

	.product-select .price-holder {
		color: #000;
		margin-bottom: 20px;
	}

		.product-select .price-holder .discount-price {
			font-weight: 700;
		}

	.product-select .select-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

		.product-select .select-holder .jcf-select {
			min-width: 70px;
		}

.delete-btn {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border: 1px solid #cec9c8;
	position: relative;
}

	.delete-btn:before,
	.delete-btn:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 1px;
		background-color: #a30f0f;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.delete-btn:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.delete-btn:hover {
		border-color: #a30f0f;
	}

.jcf-select {
	height: 28px;
	margin-bottom: 0;
	border-color: #cec9c8;
}

	.jcf-select .jcf-select-text {
		font-size: 14px;
		margin: 0 27px 0 5px;
		color: #000;
	}

	.jcf-select .jcf-select-opener {
		background-color: transparent;
		width: 25px;
	}

		.jcf-select .jcf-select-opener:before,
		.jcf-select .jcf-select-opener:after {
			content: "";
			position: absolute;
			width: 7px;
			height: 2px;
			background-color: #000;
			top: 13px;
			left: 50%;
			-webkit-transform: translateX(-50%) rotate(45deg);
			-ms-transform: translateX(-50%) rotate(45deg);
			transform: translateX(-50%) rotate(45deg);
		}

		.jcf-select .jcf-select-opener:after {
			-webkit-transform: translateX(0) rotate(-45deg);
			-ms-transform: translateX(0) rotate(-45deg);
			transform: translateX(0) rotate(-45deg);
		}

.jcf-list {
	font-size: 14px;
}

	.jcf-list .jcf-option {
		padding: 6px 5px;
	}

.jcf-select-drop {
	border-color: #cec9c8;
}

	.jcf-select-drop .jcf-select-drop-content {
		border-color: #cec9c8;
	}

.jcf-focus {
	border-color: #cec9c8 !important;
}

.alert {
	font-size: 12px;
}

	.alert.alert-info {
		background-color: #79a4c5;
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
	}

	.alert p {
		margin-bottom: 0;
	}

.brands-section {
	margin-bottom: 25px;
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
}

	.breadcrumb .breadcrumb-item {
		font-weight: 500;
	}

		.breadcrumb .breadcrumb-item a {
			color: #313131;
		}

		.breadcrumb .breadcrumb-item + .breadcrumb-item {
			padding-left: 10px;
			position: relative;
		}

			.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
				content: "";
				border: solid #313131;
				border-width: 0 1px 1px 0;
				display: inline-block;
				padding: 1px;
				position: absolute;
				top: 50%;
				-webkit-transform: translateY(-50%) rotate(-45deg);
				-ms-transform: translateY(-50%) rotate(-45deg);
				transform: translateY(-50%) rotate(-45deg);
				left: 3px;
			}

.badge-secondary {
	background: #6f7f93;
}

.brands-list {
	margin: 0 -5px;
}

	.brands-list li {
		padding: 0 5px 10px;
	}

		.brands-list li.active a {
			box-shadow: 0 0 6px rgba(0, 0, 0, .25);
		}

		.brands-list li a {
			-webkit-transition: box-shadow .15s linear;
			transition: box-shadow .15s linear;
			padding: 10px;
			background: #fff;
			display: inline-block;
			vertical-align: top;
			height: 100%;
			width: 100%;
			text-decoration: none;
		}

			.brands-list li a:hover {
				box-shadow: 0 0 6px rgba(0, 0, 0, .25);
			}

	.brands-list h4 {
		font-size: 13px;
	}

	.brands-list .img-block {
		height: 120px;
	}

		.brands-list .img-block img {
			width: auto;
			max-height: 120px;
		}

.filter-holder {
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

	.filter-holder .filter-name {
		text-transform: capitalize;
		padding-right: 10px;
		width: 60px;
		font-size: 15px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
		color: #191d2a;
	}

	.filter-holder .filter-list {
		margin: 0 -10px;
	}

		.filter-holder .filter-list li {
			padding: 0 10px 5px;
		}

			.filter-holder .filter-list li.active a {
				color: #70665f;
			}

			.filter-holder .filter-list li a {
				text-transform: uppercase;
				font-weight: 500;
				color: #70665f;
				text-decoration: none;
			}

				.filter-holder .filter-list li a:hover {
					color: #191d2a;
				}

.address-card .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 63.5%;
}

.address-card .card-body {
	background: #a55e60;
	color: #fff;
	padding: 20px 20px 25px;
	font-size: 17px;
}

	.address-card .card-body h3 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px;
	}

	.address-card .card-body h4 {
		font-size: 14px;
		color: #fff;
		font-weight: 700;
		margin-bottom: 5px;
	}

.address-card .contact-list {
	margin-bottom: 15px;
	font-size: 15px;
}

	.address-card .contact-list li {
		margin-bottom: 5px;
	}

	.address-card .contact-list a {
		-webkit-transition: opacity .15s linear, color .15s linear;
		transition: opacity .15s linear, color .15s linear;
		color: #fff;
		opacity: 1;
		font-size: 15px;
	}

		.address-card .contact-list a:hover {
			opacity: .7;
		}

.address-card .schedule-list {
	font-size: 15px;
}

	.address-card .schedule-list li {
		margin-bottom: 5px;
	}

.slider-for .slick-slide {
	text-align: center;
}

	.slider-for .slick-slide img {
		display: inline-block;
		vertical-align: top;
		max-height: 350px;
	}

.slider-for .slick-arrow {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	position: absolute;
	top: calc(50% + 45px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 70px;
	background-color: #70665f;
	right: 12px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
}

	.slider-for .slick-arrow:hover {
		background-color: #4f4843;
	}

	.slider-for .slick-arrow:before {
		font-size: 14px;
		color: #fff;
	}

	.slider-for .slick-arrow.slick-prev {
		left: 15px;
		right: auto;
	}

.slider-nav {
	max-width: 250px;
	margin: 0 auto 25px;
}

	.slider-nav .slick-list {
		padding: 0 !important;
	}

	.slider-nav .slick-track {
		width: 100%;
	}

	.slider-nav .slick-slide {
		padding: 0 11px;
	}

		.slider-nav .slick-slide .img-holder {
			background: #fff;
			width: 62px;
			height: 62px;
			border: 1px solid #cec9c8;
		}

.specifications {
	font-size: 14px;
}

	.specifications li {
		margin-bottom: 5px;
	}

	.specifications strong {
		font-weight: 700;
		color: #000;
		padding-right: 15px;
		width: 40%;
	}

	.specifications span {
		width: 60%;
	}

.tab-description .tabset-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.tab-description .tabset-description li {
		width: 33.33%;
	}

		.tab-description .tabset-description li:last-child a {
			border-right: none;
		}

	.tab-description .tabset-description a {
		display: block;
		text-align: center;
		border-right: 5px solid #f2f2f2;
		border-bottom: 5px solid #f2f2f2;
		position: relative;
		font-weight: 500;
		text-decoration: none;
		color: #000;
		padding: 15px 5px;
	}

		.tab-description .tabset-description a:hover:before {
			background-color: #fff;
		}

		.tab-description .tabset-description a:before {
			-webkit-transition: background-color .15s linear;
			transition: background-color .15s linear;
			content: "";
			position: absolute;
			bottom: -5px;
			right: 0;
			left: 0;
			height: 5px;
			background-color: #f2f2f2;
		}

		.tab-description .tabset-description a.active:before {
			background-color: #fff;
		}

.tab-description .tab-content {
	padding: 20px;
}

.tekstside-section {
	padding: 5px 0 40px;
}

	.tekstside-section .breadcrumb {
		margin-bottom: 15px;
	}

	.tekstside-section h2 {
		color: #000;
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.1428571;
		letter-spacing: -.2px;
	}

	.tekstside-section .text-block {
		background: #fff;
		padding: 20px 15px 20px;
		color: #808080;
		line-height: 1.25;
		letter-spacing: .2px;
	}

		.tekstside-section .text-block h4 {
			font-size: 16px;
			font-weight: 700;
			color: #808080;
			margin-bottom: 3px;
		}

		.tekstside-section .text-block p {
			margin-bottom: 10px;
		}

	.tekstside-section .contact-us {
		max-width: 645px;
		margin-bottom: 20px;
	}

		.tekstside-section .contact-us .btn {
			min-width: 153px;
			margin-top: 3px;
		}

	.tekstside-section .address-holder {
		font-size: 14px;
		color: #808080;
	}

		.tekstside-section .address-holder address {
			margin-bottom: 20px;
		}

		.tekstside-section .address-holder h5 {
			font-size: 14px;
			color: inherit;
			margin-bottom: 0;
		}

		.tekstside-section .address-holder .phone {
			display: inline-block;
			vertical-align: middle;
			color: inherit;
			margin-bottom: 21px;
		}

		.tekstside-section .address-holder .cvr {
			display: block;
		}

.article-section {
	padding-top: 15px;
	margin-bottom: 25px;
}

.article-holder {
	margin: 0 -2px;
	color: #808080;
}

	.article-holder .article-item {
		width: 100%;
		padding: 0 2px 4px;
	}

		.article-holder .article-item .badge-secondary {
			margin-bottom: 15px;
		}

		.article-holder .article-item h2 {
			margin-bottom: 10px;
			font-size: 18px;
		}

		.article-holder .article-item .wrap {
			background: #fff;
			height: 100%;
		}

			.article-holder .article-item .wrap.product-wrap {
				padding: 20px 20px 15px;
			}

				.article-holder .article-item .wrap.product-wrap .delivery {
					color: #000;
					margin-bottom: 35px;
				}

					.article-holder .article-item .wrap.product-wrap .delivery a {
						color: #000;
						text-decoration: underline;
					}

						.article-holder .article-item .wrap.product-wrap .delivery a:hover {
							color: #70665f;
						}

					.article-holder .article-item .wrap.product-wrap .delivery i {
						margin-right: 5px;
						font-size: 16px;
					}

				.article-holder .article-item .wrap.product-wrap p {
					margin-bottom: 15px;
				}

			.article-holder .article-item .wrap.specifications-wrap {
				padding: 20px 20px 20px 20px;
			}

		.article-holder .article-item .backet-block {
			margin-bottom: 20px;
		}

			.article-holder .article-item .backet-block .quantity {
				width: 30px;
				height: 34px;
				border: 1px solid #cec9c8;
				padding: 5px;
				font-size: 18px;
				text-align: center;
				margin-right: 7px;
				line-height: 1.240951;
				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;
			}

			.article-holder .article-item .backet-block .btn-success {
				min-width: 140px;
				font-size: 14px;
			}

	.article-holder h4 {
		font-size: 16px;
		color: #313131;
		margin-bottom: 15px;
	}

.btn-succes {
	background: #42ad4c;
}

.price-list {
	color: #000;
	margin-bottom: 15px;
}

	.price-list li {
		margin-bottom: 10px;
	}

	.price-list .text-red {
		color: #d75333;
	}

	.price-list .price {
		font-size: 25px;
		font-weight: 700;
	}

	.price-list .stock {
		position: relative;
		padding-left: 20px;
	}

		.price-list .stock:before {
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: #42ad4c;
		}

.map-holder {
	width: 100%;
	margin-top: 23px;
}

	.map-holder img {
		width: 100%;
	}

textarea.form-control {
	padding-top: 7px;
	resize: none;
	min-height: 150px;
}

.archive-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.archive-list li {
		width: 100%;
		padding-bottom: 15px;
	}

.archive-section {
	padding-top: 10px;
	margin-bottom: 25px;
}

	.archive-section h3 {
		font-weight: 500;
		margin-bottom: 10px;
		font-size: 24px;
	}

	.archive-section .head-box {
		padding: 20px 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.archive-section .head-box .sorting {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.archive-section .head-box .viser-counter {
			font-weight: 500;
			color: #313131;
		}

		.archive-section .head-box .sorter {
			margin-right: 20px;
			color: #000;
		}

		.archive-section .head-box .dropdown > a {
			font-weight: 500;
			color: #000;
		}

			.archive-section .head-box .dropdown > a i {
				font-size: 8px;
				display: inline-block;
				vertical-align: middle;
				padding: 0 3px;
			}

				.archive-section .head-box .dropdown > a i:before {
					display: inline-block;
					-webkit-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
					transform: rotate(90deg);
				}

.filter-aside {
	background-color: #fff;
	padding: 25px 15px 10px;
}

	.filter-aside .filter-box {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

		.filter-aside .filter-box:last-child {
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 15px;
		}

		.filter-aside .filter-box h3 {
			font-size: 18px;
			margin-bottom: 10px;
			font-weight: 700;
		}

		.filter-aside .filter-box .custom-control {
			margin-bottom: 5px;
			font-size: 17px;
		}

		.filter-aside .filter-box .from-to {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -6px 10px;
			padding-top: 10px;
			max-width: 300px;
		}

			.filter-aside .filter-box .from-to .input-box {
				width: 50%;
				padding: 0 6px;
			}

			.filter-aside .filter-box .from-to label {
				font-size: 18px;
				font-weight: 700;
				color: #000;
			}

			.filter-aside .filter-box .from-to input {
				-webkit-transition: border-color .15s linear;
				transition: border-color .15s linear;
				outline: none;
				width: 100%;
				height: 30px;
				border: 1px solid #cec9c8;
				font-size: 17px;
				padding: 3px 9px;
				color: #000;
			}

				.filter-aside .filter-box .from-to input::-webkit-input-placeholder {
					color: rgba(0, 0, 0, .65);
				}

				.filter-aside .filter-box .from-to input::-moz-placeholder {
					opacity: 1;
					color: rgba(0, 0, 0, .65);
				}

				.filter-aside .filter-box .from-to input:-moz-placeholder {
					color: rgba(0, 0, 0, .65);
				}

				.filter-aside .filter-box .from-to input:-ms-input-placeholder {
					color: rgba(0, 0, 0, .65);
				}

				.filter-aside .filter-box .from-to input.placeholder {
					color: rgba(0, 0, 0, .65);
				}

				.filter-aside .filter-box .from-to input:focus {
					border-color: #70665f;
				}

.color-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -9px 10px;
}

	.color-list li {
		padding: 0 9px 18px;
	}

.custom-control-label:before {
	top: 2px;
}

.custom-control-label:after {
	top: 2px;
}

.fake-checkbox-holder {
	margin-bottom: 0;
}

	.fake-checkbox-holder input[type="checkbox"] {
		-webkit-transition: box-shadow .15s linear;
		transition: box-shadow .15s linear;
		position: fixed;
		left: 0;
		top: 0;
		opacity: 0;
		z-index: -1;
	}

		.fake-checkbox-holder input[type="checkbox"]:checked + .fake-checkbox {
			box-shadow: 0 0 6px rgba(112, 102, 95, .7);
		}

	.fake-checkbox-holder .fake-checkbox {
		display: block;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 1px solid #cec9c8;
	}

.fancybox-is-open .fancybox-bg {
	opacity: .6;
}

.fancybox-is-open .fancybox-close-small {
	display: none;
}

.close-modal {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 26px;
	border: 1px solid #cec9c8;
	position: absolute;
	right: 12px;
	top: 11px;
}

	.close-modal:before,
	.close-modal:after {
		-webkit-transition: background-color .15s linear;
		transition: background-color .15s linear;
		content: "";
		position: absolute;
		width: 13px;
		height: 1px;
		background-color: #000;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.close-modal:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.close-modal:hover {
		background-color: #70665f;
	}

		.close-modal:hover:before,
		.close-modal:hover:after {
			background-color: #fff;
		}

.fancybox-content {
	max-width: 1084px;
	width: 100%;
	background-color: #f2f2f2;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 15px 15px 15px;
}

	.fancybox-content .title-modal {
		padding: 0 25px;
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}

	.fancybox-content .product-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

		.fancybox-content .product-holder .img-holder {
			background-color: #fff;
			text-align: center;
			width: 100%;
			padding: 5px;
			margin-bottom: 10px;
		}

			.fancybox-content .product-holder .img-holder img {
				height: 100%;
				width: auto;
			}

		.fancybox-content .product-holder .product-description {
			width: 100%;
		}

			.fancybox-content .product-holder .product-description h2 {
				font-size: 20px;
				margin-bottom: 10px;
			}

			.fancybox-content .product-holder .product-description p {
				margin-bottom: 15px;
			}

			.fancybox-content .product-holder .product-description strong {
				color: #000;
			}

	.fancybox-content .btn-holder {
		text-align: center;
		padding-bottom: 20px;
	}

		.fancybox-content .btn-holder .btn {
			min-width: 125px;
			margin: 0 5px;
		}

	.fancybox-content .slider-holder {
		padding: 0 25px;
	}

	.fancybox-content .notification {
		display: block;
		position: relative;
		text-align: center;
		font-size: 15px;
		margin: 0 -25px 25px;
	}

		.fancybox-content .notification:before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			height: 1px;
			background-color: rgba(0, 0, 0, .3);
			z-index: 1;
		}

		.fancybox-content .notification span {
			display: inline-block;
			padding: 0 10px;
			vertical-align: middle;
			background-color: #f2f2f2;
			position: relative;
			z-index: 3;
		}

	.fancybox-content .modal-slider .slick-slide {
		padding: 0 10px;
	}

	.fancybox-content .modal-slider .slick-list {
		margin: 0 -10px;
	}

	.fancybox-content .modal-slider .slick-arrow {
		-webkit-transition: background-color .15s linear;
		transition: background-color .15s linear;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 70px;
		background-color: #70665f;
		right: 12px;
		font-size: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: none;
	}

		.fancybox-content .modal-slider .slick-arrow:hover {
			background-color: #4f4843;
		}

		.fancybox-content .modal-slider .slick-arrow:before {
			font-size: 14px;
			color: #fff;
		}

		.fancybox-content .modal-slider .slick-arrow.slick-prev {
			left: -34px;
			right: auto;
		}

		.fancybox-content .modal-slider .slick-arrow.slick-next {
			left: auto;
			right: -34px;
		}

#header {
	position: relative;
	z-index:5;
}

.top-info {
	width: 100%;
}

	.top-info .support-description {
		display: none;
	}

		.top-info .support-description p {
			margin-bottom: 0;
		}

		.top-info .support-description a {
			color: #000;
		}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-weight: 500;
	font-size: 8px;
	margin: 0 -15px;
	padding: 11px 0 10px;
}

	.info-list li {
		width: 25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 2px;
	}

	.info-list i {
		font-size: 19px;
		margin-right: 3px;
	}

		.info-list i.icon-ecommerce {
			font-size: 8px;
		}

		.info-list i.icon-time {
			font-size: 11px;
		}

		.info-list i.icon-heart {
			font-size: 10px;
		}

.main-box {
	width: 100%;
	border-bottom: 1px solid #a9a9a9;
}

	.main-box .container {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

.navigation {
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	background-color: #f2f2f2;
	height: calc(100vh - 100%);
	overflow: auto;
	border-top: 1px solid #a9a9a9;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding-bottom: 150px;
}

.nav-active .navigation {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.navigation .container {
	padding: 0;
}

.menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #a9a9a9;
}

	.menu > li.active > .opener:after {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		-ms-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}

	.menu > li > a {
		color: #191d2a;
		text-decoration: none;
		width: calc(100% - 52px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 14px 15px;
		font-weight: 700;
	}

		.menu > li > a:hover {
			color: #42ad4c;
		}

	.menu > li > .opener {
		width: 52px;
		height: 46px;
		border-left: 1px solid #a9a9a9;
		position: relative;
	}

		.menu > li > .opener:before,
		.menu > li > .opener:after {
			-webkit-transition: -webkit-transform .15s linear;
			transition: -webkit-transform .15s linear;
			transition: transform .15s linear;
			transition: transform .15s linear, -webkit-transform .15s linear;
			content: "";
			position: absolute;
			width: 20px;
			height: 2px;
			background-color: #a9a9a9;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.menu > li > .opener:after {
			-webkit-transform: translate(-50%, -50%) rotate(90deg);
			-ms-transform: translate(-50%, -50%) rotate(90deg);
			transform: translate(-50%, -50%) rotate(90deg);
		}

.dropmenu {
	width: 100%;
}

	.dropmenu:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 1px;
		background-color: transparent;
	}

	.dropmenu .product-box {
		display: none;
	}

	.dropmenu .sub-menu {
		border-top: 1px solid #a9a9a9;
		width: 100%;
	}

		.dropmenu .sub-menu > li {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			border-bottom: 1px solid #a9a9a9;
		}

			.dropmenu .sub-menu > li:last-child {
				border-bottom: none;
			}

			.dropmenu .sub-menu > li.active > .opener:after {
				-webkit-transform: translate(-50%, -50%) rotate(0);
				-ms-transform: translate(-50%, -50%) rotate(0);
				transform: translate(-50%, -50%) rotate(0);
			}

		.dropmenu .sub-menu h4 {
			font-weight: 500;
			color: #000;
			width: calc(100% - 52px);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 14px 15px 14px 30px;
			margin-bottom: 0;
			font-size: 12px;
		}

		.dropmenu .sub-menu .opener {
			width: 52px;
			height: 46px;
			border-left: 1px solid #a9a9a9;
			position: relative;
		}

			.dropmenu .sub-menu .opener:before,
			.dropmenu .sub-menu .opener:after {
				-webkit-transition: -webkit-transform .15s linear;
				transition: -webkit-transform .15s linear;
				transition: transform .15s linear;
				transition: transform .15s linear, -webkit-transform .15s linear;
				content: "";
				position: absolute;
				width: 20px;
				height: 2px;
				background-color: #a9a9a9;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}

			.dropmenu .sub-menu .opener:after {
				-webkit-transform: translate(-50%, -50%) rotate(90deg);
				-ms-transform: translate(-50%, -50%) rotate(90deg);
				transform: translate(-50%, -50%) rotate(90deg);
			}

	.dropmenu .sub-list {
		width: 100%;
		border-top: 1px solid #a9a9a9;
	}

		.dropmenu .sub-list li {
			border-bottom: 1px solid #a9a9a9;
		}

			.dropmenu .sub-list li:last-child {
				border-bottom: none;
			}

		.dropmenu .sub-list a {
			color: rgba(0, 0, 0, .65);
			text-decoration: none;
			display: block;
			padding: 10px 45px;
		}

			.dropmenu .sub-list a:hover {
				color: #000;
			}

.logo {
	display: block;
	width: 140px;
	margin: 0 auto;
}

	.logo .desktop-img {
		display: none;
	}

	.logo .mobile-img {
		display: block;
	}

.logo-holder {
	width: calc(100% - 156px);
	padding-top: 12px;
}

.search-holder {
	position: relative;
}

	.search-holder.popup-active .search-box {
		opacity: 1;
		visibility: visible;
	}

	.search-holder .search-opener {
		width: 52px;
		height: 46px;
		display: block;
		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;
		text-decoration: none;
		font-size: 15px;
		color: rgba(0, 0, 0, .7);
		border-left: 1px solid #a9a9a9;
		border-right: 1px solid #a9a9a9;
	}

	.search-holder .search-box {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		display: block !important;
		position: absolute;
		width: calc(100vw - 156px);
		right: 100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
	}

		.search-holder .search-box input {
			background-color: #fff;
			border: none;
			height: 46px;
			width: 100%;
			padding: 5px 46px 5px 10px;
			outline: none;
		}

			.search-holder .search-box input::-webkit-input-placeholder {
				color: rgba(0, 0, 0, .7);
			}

			.search-holder .search-box input::-moz-placeholder {
				opacity: 1;
				color: rgba(0, 0, 0, .7);
			}

			.search-holder .search-box input:-moz-placeholder {
				color: rgba(0, 0, 0, .7);
			}

			.search-holder .search-box input:-ms-input-placeholder {
				color: rgba(0, 0, 0, .7);
			}

			.search-holder .search-box input.placeholder {
				color: rgba(0, 0, 0, .7);
			}

		.search-holder .search-box .search-btn {
			position: absolute;
			right: 0;
			top: 0;
			width: 46px;
			height: 46px;
			border: none;
			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;
			background-color: transparent;
			outline: none;
		}

			.search-holder .search-box .search-btn:hover i {
				color: #42ad4c;
			}

			.search-holder .search-box .search-btn i {
				-webkit-transition: color .15s linear;
				transition: color .15s linear;
				font-size: 17px;
				color: rgba(0, 0, 0, .7);
			}

.basket-holder .basket {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	position: relative;
	color: #000;
	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;
	width: 52px;
	height: 46px;
	font-size: 21px;
	text-decoration: none;
}

	.basket-holder .basket:hover {
		color: #42ad4c;
	}

	.basket-holder .basket .counter {
		position: absolute;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #42ad4c;
		color: #fff;
		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;
		left: 12px;
		top: 12px;
		font-size: 8px;
	}

.basket-description {
	display: none;
}

	.basket-description a:hover {
		text-decoration: underline;
	}

.nav-opener {
	display: block;
	position: relative;
	width: 52px;
	height: 46px;
	border-right: 1px solid #a9a9a9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 25%;
	right: 25%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #3f3125;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 35%;
	right: 31%;
	height: 1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 40%;
}

.nav-opener:after {
	top: 64%;
}

#footer {
	border-top: none;
	padding-top: 38px;
}

	#footer .opener {
		font-size: 13px;
		position: relative;
		padding: 27px 0;
	}

		#footer .opener:before,
		#footer .opener:after {
			-webkit-transition: -webkit-transform .15s linear;
			transition: -webkit-transform .15s linear;
			transition: transform .15s linear;
			transition: transform .15s linear, -webkit-transform .15s linear;
			content: "";
			position: absolute;
			right: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 19px;
			height: 1px;
			background-color: #000;
		}

		#footer .opener:after {
			-webkit-transform: translateY(-50%) rotate(90deg);
			-ms-transform: translateY(-50%) rotate(90deg);
			transform: translateY(-50%) rotate(90deg);
			right: 0;
		}

	#footer > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 56px;
	}

	#footer .text-content {
		margin: 0 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

		#footer .text-content:last-child {
			border-bottom: none;
		}

		#footer .text-content.newsletter {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1;
			margin-bottom: 35px;
		}

		#footer .text-content .opener {
			margin-bottom: 0;
		}

		#footer .text-content .slide-open {
			padding-bottom: 25px;
		}

		#footer .text-content ul.slide-open {
			padding-bottom: 25px;
		}

			#footer .text-content ul.slide-open a {
				color: rgba(0, 0, 0, .65);
				text-decoration: none;
			}

				#footer .text-content ul.slide-open a:hover {
					color: #000;
				}

			#footer .text-content ul.slide-open li {
				margin-bottom: 7px;
			}

		#footer .text-content .open-holder.active .opener:after {
			-webkit-transform: translateY(-50%) rotate(0) !important;
			-ms-transform: translateY(-50%) rotate(0) !important;
			transform: translateY(-50%) rotate(0) !important;
		}

		#footer .text-content .description {
			display: block;
		}

		#footer .text-content .work-time {
			display: block;
			margin-bottom: 20px;
		}

	#footer .social-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -4px 25px;
	}

		#footer .social-list li {
			padding: 0 4px;
		}

		#footer .social-list a {
			-webkit-transition: background-color .15s linear;
			transition: background-color .15s linear;
			width: 45px;
			height: 45px;
			background-color: #70665f;
			border-radius: 50%;
			font-size: 19px;
			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;
			color: #fff;
			text-decoration: none;
		}

			#footer .social-list a:hover {
				background-color: #4f4843;
			}

.newsletter input {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 11px;
	height: 43px;
	padding: 5px 17px;
	outline: none;
}

	.newsletter input:focus {
		border-color: #70665f;
	}

.newsletter .btn {
	min-width: 153px;
}

.contact-list {
	margin-bottom: 15px;
}

	.contact-list a {
		color: rgba(0, 0, 0, .65);
		text-decoration: none;
	}

		.contact-list a:hover {
			color: #000;
		}

	.contact-list li {
		margin-bottom: 1px;
	}

.footer-link-holder {
	background-color: #fff;
	padding: 20px 15px 53px;
}

	.footer-link-holder .footer-link > li {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

		.footer-link-holder .footer-link > li.active .opener:after {
			-webkit-transform: translateY(-50%) rotate(0) !important;
			-ms-transform: translateY(-50%) rotate(0) !important;
			transform: translateY(-50%) rotate(0) !important;
		}

	.footer-link-holder .footer-link h5 {
		margin-bottom: 0;
	}

	.footer-link-holder .links {
		padding-bottom: 15px;
	}

		.footer-link-holder .links li {
			margin-bottom: 7px;
		}

		.footer-link-holder .links a {
			color: rgba(0, 0, 0, .65);
			text-decoration: none;
		}

			.footer-link-holder .links a:hover {
				color: #000;
			}

.copyright-holder {
	background-color: #fff;
}

.copyright {
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

	.copyright a {
		color: inherit;
	}

		.copyright a:hover {
			text-decoration: underline;
		}

.g-link {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	margin-left: 20px;
	opacity: .3;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

	.g-link:hover {
		opacity: 1;
		text-decoration: none;
	}

.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px 28px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.card-list li {
		padding: 0 2px;
	}

	.card-list a {
		-webkit-transition: opacity .15s linear;
		transition: opacity .15s linear;
		text-decoration: none;
	}

		.card-list a:hover {
			opacity: .7;
		}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

	.partners-list li {
		padding: 0 25px;
	}

	.partners-list a {
		-webkit-transition: opacity .15s linear;
		transition: opacity .15s linear;
		text-decoration: none;
	}

		.partners-list a:hover {
			opacity: .7;
		}

body {
	min-width: 320px;
}

@media (min-width: 375px) {
	.product-box .description-holder {
		padding: 0 28px 12px;
	}

	.first-banner .content-holder {
		padding: 72px 35px 38px;
	}

	.info-list {
		font-size: 9px;
	}

		.info-list li {
			padding: 0 5px;
		}

	.logo {
		width: 152px;
	}
}

@media (min-width: 480px) {
	.archive-list {
		margin: 0 -10px;
	}

		.archive-list li {
			width: 50%;
			padding: 0 10px 20px;
		}
}

@media (min-width: 576px) {
	.second-banner-list {
		margin: 0;
		max-width: 450px;
		margin: 0 auto;
	}

	.form-block .step-holder.address-info .address-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 11px 25px 0;
	}

		.form-block .step-holder.address-info .address-holder .address-box {
			padding: 0 25px;
			margin-bottom: 0;
		}

	.form-block .step-holder.payment .custom-radio .img-holder {
		max-width: 315px;
		width: 100%;
	}

	.form-block .btn-holder .btn {
		min-width: 125px;
		padding: 7px 10px;
	}

	.form-block .btn-holder.basket-page {
		max-width: 290px;
		margin-left: auto;
	}

		.form-block .btn-holder.basket-page .btn {
			min-width: 125px;
		}

	.product-select thead tr {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

	.product-select thead th {
		padding-bottom: 18px;
	}

		.product-select thead th:last-child {
			text-align: right;
		}

	.product-select tbody td {
		padding-top: 15px;
		padding-bottom: 10px;
		vertical-align: top;
	}

		.product-select tbody td:first-child {
			width: 60.8%;
			padding-right: 5px;
		}

		.product-select tbody td:last-child {
			text-align: right;
		}

	.brands-list {
		margin: 0 -10px;
	}

		.brands-list li {
			padding: 0 10px 20px;
		}

	.filter-holder .filter-name {
		margin: 0;
		font-size: 17px;
	}

	.filter-holder .filter-list {
		width: calc(100% - 60px);
	}

	.address-card .card-body {
		padding: 15px 15px 25px;
	}

	.fancybox-content .product-holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.fancybox-content .product-holder .img-holder {
			margin-bottom: 0;
			width: 175px;
			height: 175px;
		}

		.fancybox-content .product-holder .product-description {
			width: calc(100% - 175px);
			padding-left: 25px;
		}

	.info-list {
		font-size: 10px;
	}

	.logo {
		width: 200px;
	}

	.logo-holder {
		padding-top: 7px;
	}

	.search-holder .search-box input {
		padding: 5px 50px 5px 10px;
	}

	.search-holder .search-box .search-btn i {
		font-size: 21px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 15px;
	}

	.section-title {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.description-section {
		margin-bottom: 50px;
	}

		.description-section .section-title {
			margin-bottom: 24px;
		}

	.description-box {
		padding: 18px 19px;
		margin: 0;
	}

		.description-box .img-holder {
			padding-right: 0;
			margin-bottom: 0;
		}

		.description-box .text-holder {
			padding-left: 25px;
			padding-right: 15px;
		}

			.description-box .text-holder p {
				margin-bottom: 19px;
			}

				.description-box .text-holder p:last-child {
					margin-bottom: 0;
				}

		.description-box h3 {
			margin-bottom: 29px;
			font-size: 23px;
		}

	.news-slider-section {
		margin-bottom: 35px;
	}

	.news-slider {
		margin-bottom: 35px;
	}

		.news-slider .slick-arrow {
			display: block !important;
			z-index: 0;
		}

		.news-slider .slick-list {
			margin: 0 -7px;
		}

	.slick-arrow {
		position: absolute;
		right: 0;
		top: -48px;
		width: 35px;
		height: 35px;
	}

	.card-news {
		height: 100%;
		letter-spacing: -.2px;
	}

		.card-news h3 {
			font-size: 19px;
			line-height: 1.15;
			margin-bottom: 15px;
		}

		.card-news .card-body {
			padding: 23px 29px 24px;
		}

	.btn-lg {
		min-width: 276px;
	}

	.second-banner {
		margin-bottom: 40px;
		padding-top: 9px;
	}

	.second-banner-list {
		margin: 0 -4px;
		max-width: none;
	}

		.second-banner-list li {
			padding: 0 4px 5px;
			float: left;
			width: 50%;
		}

	.products-section {
		margin-bottom: 31px;
	}

	.product-box h6 {
		font-size: 15px;
	}

	.slider-box {
		margin-bottom: 0;
	}

	.product-slider,
	.double-slide {
		margin-bottom: 45px;
	}

		.product-slider .slick-arrow,
		.double-slide .slick-arrow {
			top: -41px;
			display: block !important;
		}

		.product-slider .slick-list,
		.double-slide .slick-list {
			margin: 0 -7px;
		}

	.intro-slider-section {
		margin: 0 0 16px;
	}

		.intro-slider-section .intro-links {
			overflow: hidden;
			margin: 0 -4px;
		}

			.intro-slider-section .intro-links li {
				padding: 0 4px 7px;
				width: 34.3%;
				float: left;
			}

				.intro-slider-section .intro-links li:first-child {
					width: 65.7%;
				}

	.first-banner {
		min-height: 400px;
		margin-bottom: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

		.first-banner .left-img {
			width: calc(50% - 90px);
		}

		.first-banner .right-img {
			width: calc(50% + 90px);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

			.first-banner .right-img .img-holder {
				display: block;
				width: calc(100% - 350px);
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center;
			}

		.first-banner .content-holder {
			max-width: 350px;
			padding: 90px 35px 25px;
		}

	.form-block {
		margin-bottom: 0;
	}

		.form-block .step-holder.address-info .address-holder {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

			.form-block .step-holder.address-info .address-holder .address-box {
				max-width: 170px;
				padding: 0 10px;
			}

				.form-block .step-holder.address-info .address-holder .address-box .info {
					margin-bottom: 35px;
				}

		.form-block .row.small-row {
			margin-right: -9px;
			margin-left: -9px;
		}

		.form-block [class*="col-"].small-col {
			padding-right: 9px;
			padding-left: 9px;
		}

		.form-block .delivery .btn-sm {
			margin-top: 37px;
		}

	.product-select .product-holder .img-holder {
		max-width: 65px;
	}

	.product-select .product-holder .description {
		width: calc(100% - 65px);
		padding-left: 10px;
		font-size: 14px;
	}

	.alert {
		letter-spacing: 1.5px;
		font-size: 15px;
	}

	.brands-list li a {
		padding: 20px 10px 13px;
	}

	.filter-holder {
		font-size: 17px;
		margin-bottom: 55px;
	}

	.address-card .card-body h3 {
		font-size: 20px;
	}

	.slider-for {
		padding: 10px 50px 10px;
		position: static !important;
	}

		.slider-for .slick-slide img {
			max-height: none;
		}

		.slider-for .slick-arrow {
			top: 50%;
			-webkit-transform: translateY(-54%);
			-ms-transform: translateY(-54%);
			transform: translateY(-54%);
		}

	.tab-description .tabset-description a {
		padding: 15px 5px;
	}

	.tekstside-section h2 {
		font-size: 25px;
	}

	.tekstside-section .text-block {
		padding: 20px 20px 30px;
	}

	.article-holder .article-item {
		width: 50%;
	}

		.article-holder .article-item h2 {
			font-size: 22px;
		}

		.article-holder .article-item .wrap.product-wrap {
			padding: 20px 50px 15px 20px;
		}

			.article-holder .article-item .wrap.product-wrap .delivery {
				margin-bottom: 85px;
			}

	.archive-list {
		margin: 0 -15px;
	}

		.archive-list li {
			padding: 0 15px 30px;
		}

	.archive-section .head-box {
		padding: 5px 0 15px;
	}

	.color-list {
		margin: 0 -5px 10px;
	}

		.color-list li {
			padding: 0 5px 10px;
		}

	.close-modal {
		width: 36px;
		height: 37px;
	}

		.close-modal:before,
		.close-modal:after {
			width: 17px;
		}

	.fancybox-content {
		padding: 25px 30px 25px;
	}

		.fancybox-content .product-holder {
			margin-bottom: 37px;
		}

			.fancybox-content .product-holder .img-holder {
				width: 245px;
				height: 245px;
				padding: 20px;
			}

			.fancybox-content .product-holder .product-description {
				width: calc(100% - 245px);
				padding-left: 41px;
			}

				.fancybox-content .product-holder .product-description h2 {
					font-size: 26px;
					margin-bottom: 10px;
				}

				.fancybox-content .product-holder .product-description p {
					margin-bottom: 21px;
				}

		.fancybox-content .btn-holder {
			margin-bottom: 23px;
		}

		.fancybox-content .slider-holder {
			padding: 0;
		}

		.fancybox-content .notification {
			margin: 0 0 30px;
		}

			.fancybox-content .notification span {
				font-size: 20px;
				font-weight: 500;
				padding: 0 22px;
			}

		.fancybox-content .modal-slider .slick-slide {
			padding: 0 15px;
		}

		.fancybox-content .modal-slider .slick-list {
			margin: 0 -15px;
		}

		.fancybox-content .modal-slider .slick-arrow {
			top: 50%;
			-webkit-transform: translateY(-69%);
			-ms-transform: translateY(-69%);
			transform: translateY(-69%);
		}

			.fancybox-content .modal-slider .slick-arrow.slick-prev {
				left: -50px;
			}

			.fancybox-content .modal-slider .slick-arrow.slick-next {
				right: -50px;
			}

	.info-list {
		font-size: 12px;
	}

	.navigation {
		height: calc(100vh - 83px);
	}
}

@media (min-width: 1036px) {
	body {
		font-size: 17px;
		line-height: 1.2;
	}

	.nav-active {
		overflow: visible;
		position: static;
	}

	h3,
	.h3 {
		font-size: 23px;
		line-height: 1;
	}

	.badge {
		min-width: 102px;
		font-size: .8125rem;
		padding: 7px 5px;
	}

	.btn {
		font-size: 1rem;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 28px;
	}

	.description-section {
		margin-bottom: 79px;
	}

	.news-slider-section .section-title {
		margin-bottom: 24px;
	}

	.news-slider .slick-list {
		margin: 0 -17px;
	}

	.news-slider .slick-slide {
		padding: 0 17px;
	}

	.products-section {
		margin-bottom: 49px;
	}

	.product-box {
		padding: 7px 7px 17px;
	}

		.product-box h6 {
			font-size: 18px;
		}

		.product-box .img-holder {
			max-width: none;
			margin: 0 0 20px;
		}

		.product-box .description-holder {
			padding: 0 30px 19px;
		}

		.product-box .btn-list {
			padding: 0 15px;
		}

		.product-box .badge {
			margin-bottom: 15px;
		}

			.product-box .badge:empty {
				min-height: 27px;
			}

	.product-slider,
	.double-slide {
		margin-bottom: 79px;
	}

		.product-slider:last-child,
		.double-slide:last-child {
			margin-bottom: 31px;
		}

		.product-slider .slick-list,
		.double-slide .slick-list {
			margin: 0 -21px;
		}

		.product-slider .slick-slide,
		.double-slide .slick-slide {
			padding: 0 21px;
		}

		.double-slide .product-box {
			margin-bottom: 34px;
		}

	.intro-slider-section {
		padding-top: 18px;
	}

		.intro-slider-section .intro-links li {
			padding: 0 4px 8px;
		}

	.basket-section {
		padding: 25px 0 50px;
	}

		.basket-section .address-card .card-body {
			padding: 26px 21px 38px;
		}

	.form-block h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.form-block .step-holder {
		padding-bottom: 55px;
		margin-bottom: 45px;
	}

		.form-block .step-holder.your-order h2 {
			margin-bottom: 28px;
		}

		.form-block .step-holder.your-order .title-holder {
			margin-bottom: 22px;
		}

		.form-block .step-holder.address-info .address-holder {
			padding: 11px 75px 0;
		}

			.form-block .step-holder.address-info .address-holder .address-box address {
				font-size: 19px;
			}

		.form-block .step-holder.payment {
			padding-bottom: 74px;
			margin-bottom: 65px;
		}

			.form-block .step-holder.payment h2 {
				margin-bottom: 57px;
			}

		.form-block .step-holder.validation {
			margin-bottom: 95px;
		}

	.form-block .form-group {
		margin-bottom: 13px;
	}

	.form-block .form-control {
		padding: 5px 12px;
	}

	.form-block .btn-pay i {
		margin-right: 53px;
		font-size: 24px;
	}

	.form-block .address-identify .btn-sm {
		min-width: 238px;
		margin-top: 10px;
	}

	.form-block .user-info {
		padding-top: 75px;
		margin-bottom: 48px;
	}

	.form-block .delivery .btn-sm {
		min-width: 126px;
	}

	.form-block .custom-radio {
		padding-bottom: 16px;
		margin-bottom: 28px;
	}

		.form-block .custom-radio .custom-control-label {
			font-size: 14px;
		}

	.form-block .btn-holder .btn {
		padding: 10px 15px 11px;
		font-size: 20px;
	}

		.form-block .btn-holder .btn.btn-primary {
			min-width: 141px;
		}

		.form-block .btn-holder .btn.btn-success {
			min-width: 229px;
		}

		.form-block .btn-holder .btn.btn-pay i {
			margin-right: 53px;
			font-size: 24px;
		}

	.form-block .info-delivery {
		margin-bottom: 33px;
	}

		.form-block .info-delivery .free-delivery {
			padding: 7px 20px 4px;
		}

			.form-block .info-delivery .free-delivery .check {
				margin-right: 22px;
			}

	.form-control-plaintext {
		height: 43px;
	}

	.product-select {
		margin-bottom: 41px;
	}

		.product-select tbody td {
			padding-top: 45px;
			padding-bottom: 21px;
		}

			.product-select tbody td:first-child {
				padding-top: 34px;
			}

		.product-select .product-holder .img-holder {
			max-width: 75px;
		}

		.product-select .product-holder .description {
			width: calc(100% - 75px);
		}

	.jcf-select .jcf-select-text {
		font-size: 16px;
		margin: 0 35px 0 13px;
	}

	.jcf-select .jcf-select-opener {
		width: 32px;
	}

	.jcf-list {
		font-size: 16px;
	}

		.jcf-list .jcf-option {
			padding: 6px 13px;
		}

	.brands-section {
		padding: 8px 0 0;
		margin-bottom: 0;
	}

	.breadcrumb {
		margin-bottom: 55px;
	}

	.brands-list {
		margin: 0 -20px;
	}

		.brands-list li {
			min-height: 330px;
			padding: 0 20px 33px;
		}

		.brands-list h4 {
			font-size: 19px;
		}

		.brands-list .img-block {
			height: 230px;
		}

			.brands-list .img-block img {
				max-height: 230px;
			}

	.address-card .card-body {
		padding: 25px 30px 38px;
	}

		.address-card .card-body h3 {
			font-size: 25px;
			margin-bottom: 28px;
		}

		.address-card .card-body h4 {
			font-size: 17px;
			margin-bottom: 5px;
		}

	.address-card .contact-list {
		margin-bottom: 30px;
		font-size: 17px;
	}

		.address-card .contact-list a {
			font-size: 17px;
		}

	.address-card .schedule-list {
		font-size: 17px;
	}

	.slider-for {
		padding: 18px 0 0 0;
		margin-bottom: -7px;
	}

		.slider-for .slick-arrow {
			width: 34px;
			height: 86px;
		}

	.slider-nav {
		margin: 0 -11px;
		padding-left: 34px;
		max-width: 324px;
	}

		.slider-nav .slick-slide .img-holder {
			width: 78px;
			height: 78px;
		}

	.specifications {
		font-size: 17px;
	}

		.specifications strong {
			width: 32%;
		}

		.specifications span {
			width: 68%;
		}

	.tab-description .tabset-description a {
		font-size: 20px;
		padding: 27px 5px 23px;
	}

	.tab-description .tab-content {
		padding: 40px;
	}

		.tab-description .tab-content p {
			margin-bottom: 21px;
		}

	.tekstside-section {
		padding: 9px 0 40px;
	}

		.tekstside-section h2 {
			max-width: 548px;
			font-size: 35px;
			margin-bottom: 29px;
		}

		.tekstside-section .text-block {
			font-size: 16px;
		}

			.tekstside-section .text-block h4 {
				margin-bottom: 0;
			}

			.tekstside-section .text-block p {
				margin-bottom: 20px;
			}

		.tekstside-section .contact-block {
			padding-bottom: 82px;
		}

			.tekstside-section .contact-block h2 {
				margin-bottom: 25px;
			}

			.tekstside-section .contact-block p {
				margin-bottom: 35px;
			}

		.tekstside-section .contact-us {
			margin-bottom: 76px;
		}

		.tekstside-section .address-holder {
			font-size: 16px;
		}

			.tekstside-section .address-holder address {
				margin-bottom: 20px;
			}

			.tekstside-section .address-holder h5 {
				font-size: 16px;
			}

	.article-section {
		margin-bottom: 22px;
		padding-top: 9px;
	}

		.article-section .breadcrumb {
			margin-bottom: 15px;
		}

	.article-holder .article-item .badge-secondary {
		margin-bottom: 35px;
	}

	.article-holder .article-item h2 {
		font-size: 35px;
		margin-bottom: 18px;
	}

	.article-holder .article-item .wrap.product-wrap {
		padding: 39px 56px 33px;
	}

		.article-holder .article-item .wrap.product-wrap .delivery {
			margin-bottom: 111px;
			padding-left: 9px;
		}

	.article-holder .article-item .wrap.specifications-wrap {
		padding: 27px 15px 49px 43px;
	}

	.article-holder .article-item .backet-block {
		margin-bottom: 50px;
	}

		.article-holder .article-item .backet-block .quantity {
			width: 48px;
			height: 52px;
			font-size: 24px;
		}

		.article-holder .article-item .backet-block .btn-success {
			min-width: 229px;
			font-size: 24px;
		}

	.article-holder h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.price-list {
		margin-bottom: 38px;
	}

		.price-list li {
			margin-bottom: 18px;
		}

		.price-list .price {
			font-size: 30px;
		}

	.form-control {
		padding: 5px 17px;
		font-size: 17px;
		height: 43px;
	}

	textarea.form-control {
		min-height: 270px;
	}

	.archive-list .product-box .description-holder {
		padding-bottom: 1px;
	}

	.archive-section {
		padding-top: 10px;
		margin-bottom: 46px;
	}

		.archive-section .breadcrumb {
			margin-bottom: 12px;
		}

		.archive-section h3 {
			font-size: 30px;
			margin-bottom: 26px;
		}

		.archive-section .head-box {
			padding: 8px 0 24px;
		}

			.archive-section .head-box .viser-counter {
				font-size: 17px;
			}

			.archive-section .head-box .sorter {
				margin-right: 38px;
				font-size: 17px;
			}

			.archive-section .head-box .dropdown > a {
				font-size: 20px;
				padding-right: 16px;
			}

				.archive-section .head-box .dropdown > a i {
					font-size: 10px;
				}

	.filter-aside .filter-box {
		padding-bottom: 22px;
		margin-bottom: 23px;
	}

		.filter-aside .filter-box h3 {
			font-size: 19px;
			margin-bottom: 24px;
		}

		.filter-aside .filter-box .custom-control {
			margin-bottom: 11px;
		}

		.filter-aside .filter-box .from-to {
			padding-right: 12px;
			margin: 0 -6px 19px;
			padding-top: 19px;
		}

			.filter-aside .filter-box .from-to label {
				font-size: 19px;
				display: block;
				margin-bottom: 10px;
			}

	.color-list {
		margin: 0 -9px 20px;
	}

		.color-list li {
			padding: 0 9px 18px;
		}

	.fancybox-content {
		padding: 25px 61px 31px;
	}

		.fancybox-content .title-modal {
			font-size: 25px;
			margin-bottom: 30px;
		}

		.fancybox-content .btn-holder .btn {
			min-width: 229px;
			margin: 0 15px;
			padding: 11px 15px;
			font-size: 20px;
		}

		.fancybox-content .modal-slider .slick-arrow {
			width: 34px;
			height: 86px;
		}

		.fancybox-content .modal-slider .product-box .description-holder {
			padding-bottom: 0;
		}

	.top-info {
		background-color: rgba(0, 0, 0, .06);
		padding: 12px 0 13px;
	}

		.top-info .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.top-info .support-description {
			font-size: 15px;
			display: block;
			max-width: 460px;
			width: 100%;
			text-align: right;
			color: #000;
			letter-spacing: .1px;
		}

	.info-list {
		width: calc(100% - 450px);
		padding: 0;
		padding: 0;
		margin: 0 -5px;
		text-align: left;
	}

		.info-list li {
			width: auto;
			padding: 0 5px;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}

		.info-list i {
			margin-right: 5px;
		}

			.info-list i.icon-ecommerce {
				font-size: 11px;
				margin-left: 5px;
			}

			.info-list i.icon-time {
				font-size: 16px;
			}

			.info-list i.icon-heart {
				font-size: 15px;
			}

	.main-box {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		padding-bottom: 7px;
	}

		.main-box .container {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 0 15px;
		}

	.navigation {
		border-top: none;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		position: static;
		width: auto;
		background-color: transparent;
		height: auto;
		overflow: visible;
		padding-bottom: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

		.navigation .container {
			position: relative;
			padding: 0 15px;
		}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

		.menu > li {
			display: block;
			border-bottom: none;
		}

			.menu > li:hover .dropmenu {
				opacity: 1;
				visibility: visible;
			}

			.menu > li > a {
				display: block;
				font-size: 17px;
				font-weight: 500;
				padding: 21px 10px;
				width: auto;
			}

			.menu > li > .opener {
				display: none;
			}

	.dropmenu {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		position: absolute;
		top: calc(100% + 1px);
		background-color: #fff;
		left: 15px;
		right: 15px;
		padding: 25px 25px 5px 25px;
		opacity: 0;
		visibility: hidden;
		width: auto;
	}

		.dropmenu .product-box .img-holder {
			margin-bottom: 9px;
		}

		.dropmenu .product-box .description-holder {
			padding: 0 20px 0;
		}

		.dropmenu .product-box .badge {
			margin-bottom: 17px;
		}

		.dropmenu .product-box h6 {
			font-size: 17px;
			margin-bottom: 0;
		}

		.dropmenu .sub-menu {
			border-top: none;
			-webkit-column-count: 4;
			column-count: 4;
			-webkit-column-gap: 1.25rem;
			column-gap: 1.25rem;
			orphans: 2;
			widows: 2;
			width: auto;
			display: block;
		}

			.dropmenu .sub-menu > li {
				border-bottom: none;
				display: inline-block;
				width: 100%;
				margin-bottom: 70px;
			}

				.dropmenu .sub-menu > li:nth-child(even) {
					margin-bottom: 45px;
					/* position: relative; */
				}

					.dropmenu .sub-menu > li:nth-child(even):before {
						content: "";
						position: absolute;
						top: -25px;
						width: 134px;
						background-color: #000;
						height: 1px;
						opacity: .3;
						left: 0;
					}

			.dropmenu .sub-menu h4 {
				display: block;
				width: auto;
				padding: 0;
				font-size: 20px;
				margin-bottom: 12px;
			}

			.dropmenu .sub-menu .opener {
				display: none;
			}

		.dropmenu .sub-list {
			width: auto;
			border-top: none;
		}

			.dropmenu .sub-list li {
				margin-bottom: 5px;
				border-bottom: none;
			}

			.dropmenu .sub-list a {
				font-size: 17px;
				display: inline-block;
				padding: 0;
			}

	.logo {
		width: 350px;
		margin: 0;
	}

		.logo .desktop-img {
			display: block;
		}

		.logo .mobile-img {
			display: none;
		}

	.logo-holder {
		width: auto;
		padding-top: 0;
	}

	.search-holder {
		width: calc(100% - 570px);
		padding: 10px 35px 0 35px;
	}

		.search-holder .search-opener {
			display: none;
		}

		.search-holder .search-box {
			position: relative;
			width: auto;
			right: auto;
			top: auto;
			opacity: 1;
			visibility: visible;
		}

			.search-holder .search-box input {
				height: 49px;
				font-size: 17px;
				padding: 5px 50px 5px 27px;
			}

			.search-holder .search-box .search-btn {
				width: 49px;
				height: 49px;
			}

	.basket-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 220px;
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 10px 0 0 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

		.basket-holder .basket {
			font-size: 40px;
			width: auto;
			height: auto;
			display: inline-block;
		}

			.basket-holder .basket .counter {
				width: 24px;
				height: 24px;
				font-size: 11px;
				left: -13px;
				top: 3px;
			}

	.basket-description {
		display: block;
		text-align: right;
		padding-right: 29px;
		padding-top: 12px;
	}

		.basket-description a {
			font-size: 17px;
			color: #000;
			text-decoration: none;
			display: inline-block;
			margin-bottom: 5px;
		}

		.basket-description .subtitle {
			display: block;
			color: #42ad4c;
			font-size: 12px;
			font-weight: 500;
		}

	.nav-opener {
		display: none;
	}

	#footer {
		border-top: 1px solid rgba(0, 0, 0, .3);
		padding-top: 50px;
	}

		#footer .opener {
			font-size: 20px;
			padding: 0;
		}

			#footer .opener:before,
			#footer .opener:after {
				display: none;
			}

		#footer > .container {
			padding-bottom: 0;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		#footer .text-content {
			border-bottom: none;
			margin: 0;
			line-height: 1.45;
			padding-bottom: 32px;
		}

			#footer .text-content.newsletter {
				margin-bottom: 0;
				max-width: 319px;
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0;
			}

			#footer .text-content .opener {
				margin-bottom: 17px;
			}

			#footer .text-content .slide-open {
				padding-bottom: 0;
			}

			#footer .text-content ul.slide-open {
				padding-bottom: 0;
			}

				#footer .text-content ul.slide-open li {
					margin-bottom: 1px;
				}

			#footer .text-content .work-time {
				margin-bottom: 30px;
			}

		#footer .social-list {
			margin-top: 55px;
			margin-bottom: 0;
		}

	.newsletter {
		font-size: 16px;
	}

		.newsletter h5 {
			margin-bottom: 17px;
		}

		.newsletter p {
			margin-bottom: 33px;
		}

	.contact-list {
		margin-bottom: 26px;
	}

	.footer-link-holder {
		padding: 30px 0 35px;
	}

		.footer-link-holder .footer-link {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -15px;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

			.footer-link-holder .footer-link > li {
				border-bottom: none;
				max-width: 250px;
				padding: 0 15px;
			}

			.footer-link-holder .footer-link h5 {
				margin-bottom: 19px;
			}

		.footer-link-holder .links {
			padding-bottom: 0;
		}

			.footer-link-holder .links li {
				margin-bottom: 5px;
			}

	.copyright-holder {
		border-top: 1px solid rgba(0, 0, 0, .3);
		padding: 14px 0 16px;
	}

	.g-link {
		font-size: 17px;
	}

	.card-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -1px 10px;
	}

		.card-list li {
			padding: 0 1px;
		}

	.partners-list {
		padding-left: 10px;
		margin-bottom: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

		.partners-list li {
			padding: 0 20px;
		}
}

@media (min-width: 1200px) {
	.second-banner-list li {
		padding: 0 4px 9px;
	}

	.intro-slider-section .intro-links li {
		padding: 0 4px 9px;
	}

	.first-banner {
		min-height: 543px;
	}

		.first-banner .right-img .img-holder {
			width: calc(100% - 601px);
		}

		.first-banner .content-holder {
			max-width: 601px;
			padding: 150px 100px 78px;
		}

			.first-banner .content-holder .logo-img {
				max-width: none;
				margin: 0 auto 38px;
			}

			.first-banner .content-holder .subtitle {
				font-size: 25px;
				text-transform: uppercase;
				margin-bottom: 20px;
			}

			.first-banner .content-holder p {
				margin-bottom: 42px;
			}

			.first-banner .content-holder .btn {
				min-width: 153px;
			}

	.basket-section .address-card {
		padding-left: 9px;
		background-color: transparent;
	}

	.form-block {
		padding: 27px 36px 48px 39px;
	}

		.form-block .step-holder {
			padding-bottom: 104px;
			margin-bottom: 88px;
		}

			.form-block .step-holder.levering-box {
				margin-bottom: 63px;
				padding-bottom: 63px;
			}

			.form-block .step-holder.address-info {
				padding-bottom: 89px;
				margin-bottom: 62px;
			}

				.form-block .step-holder.address-info .address-holder {
					padding: 11px 214px 0 125px;
				}

		.form-block .row {
			margin-right: -22px;
			margin-left: -22px;
		}

		.form-block [class*="col-"] {
			padding-right: 22px;
			padding-left: 22px;
		}

		.form-block .btn-pay {
			padding-left: 20px;
			padding-right: 70px;
		}

			.form-block .btn-pay i {
				margin-right: 107px;
			}

		.form-block .custom-radio .custom-control-label {
			font-size: 17px;
		}

		.form-block .btn-holder .btn.btn-pay {
			padding-left: 20px;
			padding-right: 70px;
		}

		.form-block .btn-holder.basket-page {
			max-width: 487px;
		}

			.form-block .btn-holder.basket-page .btn {
				min-width: 229px;
			}

	.product-select tbody td {
		padding-top: 65px;
	}

		.product-select tbody td:first-child {
			padding-right: 15px;
		}

		.product-select tbody td:nth-child(2) {
			width: 19.2%;
		}

	.product-select .product-holder .img-holder {
		max-width: 115px;
	}

	.product-select .product-holder .description {
		width: calc(100% - 115px);
		padding-left: 18px;
		font-size: 16px;
	}

		.product-select .product-holder .description h5 {
			font-size: 17px;
		}

		.product-select .product-holder .description p {
			margin-bottom: 20px;
		}

		.product-select .product-holder .description .stock {
			padding-left: 18px;
			margin-bottom: 17px;
		}

			.product-select .product-holder .description .stock:before {
				width: 10px;
				height: 10px;
			}

		.product-select .product-holder .description .custom-control-label .subtitle {
			font-size: 14px;
			margin-top: 4px;
		}

	.product-select .price-holder {
		margin-bottom: 32px;
	}

	.product-select .select-holder .jcf-select {
		min-width: 98px;
	}

	.tekstside-section .text-block {
		padding: 51px 53px 107px;
	}

	.article-holder .article-item .wrap.product-wrap p {
		margin-bottom: 68px;
	}

	.archive-list {
		margin: 0 -22px;
	}

		.archive-list li {
			padding: 0 22px 37px;
			width: 33.33%;
		}

		.archive-list .product-box .description-holder {
			padding-left: 10px;
			padding-right: 10px;
		}

	.filter-aside {
		margin-right: 10px;
		padding: 39px 28px 25px 28px;
	}

	.fancybox-content .product-holder .product-description {
		padding-right: 150px;
	}

	.fancybox-content .modal-slider .slick-slide {
		padding: 0 21px;
	}

	.fancybox-content .modal-slider .slick-list {
		margin: 0 -21px;
	}

	.info-list {
		width: calc(100% - 393px);
		margin: 0 -34px;
	}

		.info-list li {
			padding: 0 34px;
		}

		.info-list i {
			margin-right: 12px;
		}

	.menu > li > a {
		padding: 21px 15px;
	}

	.dropmenu {
		padding: 25px 15px 5px 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.dropmenu .product-box {
			width: calc(100% - 880px);
			display: block;
			margin-top: 9px;
			padding-top: 17px;
			-ms-flex-item-align: start;
			align-self: flex-start;
			color: #000;
			text-decoration: none;
		}

		.dropmenu .sub-menu {
			/* max-width: 880px; */
		}

	.logo {
		width: 495px;
	}

	.search-holder {
		width: calc(100% - 715px);
		padding: 22px 71px 0 71px;
	}

	.basket-holder {
		padding: 25px 8px 0 0;
	}

	.footer-link-holder {
		padding: 59px 0 68px;
	}

	.partners-list {
		padding-left: 36px;
	}

		.partners-list li {
			padding: 0 30px;
		}
}

@media (min-width: 1300px) {
	.dropmenu {
		padding: 44px 15px 5px 62px;
	}

		.dropmenu .product-box {
			width: calc(100% - 993px);
		}

		.dropmenu .sub-menu {
			max-width: 993px;
		}
}

@media (min-width: 1330px) {
	.archive-list .product-box .description-holder {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1025px) {
	#header {
		border-bottom: 1px solid #a9a9a9;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-list i.icon-cart {
		font-size: 14px;
	}

	#footer .text-content.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.decor {
		border-top: 1px solid rgba(0, 0, 0, .3);
		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;
		width: 100%;
		padding: 10px 31px 12px;
	}

	.card-list img {
		min-width: 40px;
	}

	.partners-list img {
		max-width: 68px;
	}
}

@media (max-width: 767px) {
	.form-block .step-holder.validation .custom-checkbox .custom-control-label {
		padding-top: 3px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 575px) {
	.product-select thead {
		display: none;
	}

	.product-select tbody tr {
		float: left;
		width: 100%;
	}

	.product-select tbody td {
		float: left;
		width: 100%;
		padding: 15px 0 15px 90px;
		position: relative;
	}

		.product-select tbody td:before {
			content: attr(data-label);
			padding: 15px 0;
			display: block;
			color: #000;
			font-weight: bold;
			width: 90px;
			vertical-align: middle;
			position: absolute;
			left: 0;
			top: 0;
		}

	.copyright {
		font-size: 9px;
	}
}

@media (max-width: 374px) {
	.product-select tbody td:first-child {
		padding: 15px 0;
	}

		.product-select tbody td:first-child:before {
			display: none;
		}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


