.prd-img-urn{
        height: 735px;
}
.slick-track{
    height: 100%;
}

.fade-up:not(.lazyloaded) {
	opacity: 0 !important;
}

.fade-up {
	transition: all 1000ms 100ms;
	opacity: 0;
}

.fade-up.lazyloaded {
	opacity: 1;
}

a img.lazyload {
	color: transparent;
}

.prd-grid-wrap {
	position: relative;
}

.foxic-loader {

}

@keyframes pulse {
	from {
		transform: scale(.4);
		opacity: .5;
	}
	50% {
		transform: scale(.65);
		opacity: 1;
	}
	to {
		transform: scale(.4);
		opacity: .5;
	}
}

@keyframes pulseImage {
	from {
		transform: scale(.5);
		opacity: .5;
	}
	50% {
		transform: scale(.95);
		opacity: 1;
	}
	to {
		transform: scale(.5);
		opacity: .5;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(-140deg);
	}
	100% {
		transform: rotate(0);
	}
}

@keyframes spinLoader {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.loader-horizontal {
	position: relative;
	width: 100%;
	height: 0;
}

.loader-horizontal .progress {
	height: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.loader-horizontal .progress-bar {
	background-color: #33cad5;
}

.loader-horizontal .progress-bar-animated {
	animation-duration: .5s;
}

.circle-loader-wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 50px;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader-horizontal-sm {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 26px auto -28px;
	opacity: 0;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader-horizontal-sm span {
	position: relative;
	display: block;
	width: 200px;
	height: 2px;
}

.loader-horizontal-sm span:before, .loader-horizontal-sm span:after {
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	content: '';
	animation: loaderWidth .8s cubic-bezier(.445, .05, .55, .95) infinite;
	background-color: #33cad5;
}

.loader-horizontal-sm span:before {
	top: 0;
	left: 0;
	transform-origin: center right;
}

.loader-horizontal-sm span:after {
	top: 0;
	right: 0;
	transform-origin: center left;
}

@keyframes loaderWidth {
	0% {
		width: 50%;
		transform: scalex(0);
	}
	50% {
		width: 50%;
		transform: scalex(1);
	}
	100% {
		width: 0;
		transform: scalex(1);
	}
}

.prd-grid-wrap .prd-grid.disable-actions.is-loading+.loader-horizontal-sm {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	margin-top: 15px;
}

.row {
	min-width: 100%;
}

@supports (-webkit-overflow-scrolling: touch) {
	.row:before {
		content: none;
	}
	.row:after {
		content: '';
	}
}

body.mac .row:before, body.mac .row:after {
	display: none;
}

.vert-margin>* {
	margin-top: 30px;
}

.vert-margin-middle {
	margin-top: -10px;
}

.vert-margin-middle>* {
	margin-top: 10px;
}

.page-content img {
	max-width: 100%;
}

.page-content>.container:first-child, .page-content>.holder:first-child, .page-content>*:first-child>.holder {
	margin-top: 40px;
}

.page-content .breadcrumbs-wrap, .page-content .breadcrumbs-wrap .holder {
	margin-top: 0;
}

.page-content .breadcrumbs-wrap+*:not(.shopify-section):not(.page-content), .page-content .breadcrumbs-wrap+*>.holder {
	margin-top: 20px;
}

.holder, .page-footer {
	margin-top: 20px;
}

.holder-mt-small {
	margin-top: 50px;
}

.holder.fullwidth>.container {
	width: 100%;
	max-width: none;
}

.holder.full-nopad>.container {
	padding-right: 0;
	padding-left: 0;
}

.holder.bgcolor {
	background: #fafafa;
}

.aside-block>h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.aside-block+.aside-block {
	margin-top: 50px;
}

.holder-with-bg {
	padding-top: 40px;
}

.holder-pt-medium.holder-with-bg {
	padding-top: 20px;
}

.holder-pt-xsmall.holder-with-bg {
	padding-top: 15px;
}

.holder-pb-xsmall.holder-with-bg {
	padding-bottom: 7px;
}

.hdr-wrap .container, .page-footer .container, .footer-sticky .container, .holder:not(.fullwidth) .container:not(.coming-soon-block) {
	max-width: 1300px !important;
}

.image-container {
	position: relative;
	overflow: hidden;
	height: 0;
}

.image-container>img.lazyload {
	height: 100%;
}

.image-container>.zoomWrapper {
	width: 100% !important;
	height: 100% !important;
}

body:not(.equal-height) .prd .image-container>img {
	margin: 0 auto;
}

span.image-container {
	position: relative;
	display: block;
	width: 100%;
}

.js-product-main-carousel:not(.slick-initialized)>div {
	display: none;
}

.js-product-main-carousel:not(.slick-initialized)>div:first-child {
	display: block;
}

body {
	font-family: 'Muli', sans-serif !important;
	font-size: 15px;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
}
body.touch .parallaxed {
	transform: none !important;
}
.heading-font {
	font-family: 'Muli', sans-serif !important;
}
b, strong {
	font-weight: 600;
}
.page-content p {
	margin: 20px 0 0 0;
}
.page-content p:first-child {
	margin-top: 0;
}
.page-content p img {
	max-width: 100%;
}
a, a:hover, a:focus {
	transition: color .2s ease;
	outline: none;
}
a {
	color: #000;
}
a:hover {
	color: #33cad5;
}
a:focus {
	text-decoration: none;
	color: #000;
}
.page-content p>a:not(.btn) {
	text-decoration: none;
	color: #33cad5;
}
.page-content p>a:not(.btn):hover, .page-content p>a:not(.btn):focus {
	text-decoration: underline;
	color: #000;
}

.page-content p b {
	color: #000;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}

ul, ol {
	margin-bottom: 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2em;
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
	padding: 0;
	color: #000;
}

h1, .h1-style {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2em;
	position: relative;
	z-index: 1;
	margin: 0 0 45px;
	padding: 0;
	color: #000;
}

h2, .h2-style {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.4em;
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	padding: 0;
	color: #000;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 0;
	color: #000;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 20px;
	padding: 0;
}

h4:not(.h-icon) [class*='icon-'] {
	font-size: 20px;
	padding-right: 10px;
	vertical-align: sub;
	color: #33cad5;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 20px;
	padding: 0;
	color: #000;
}

h6 {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 20px;
	padding: 0;
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1-style a, .h2-style a {
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1-style a:hover, .h2-style a:hover {
	text-decoration: none;
	color: #33cad5;
}

.page-title>*:only-child {
	margin-bottom: 0;
}

.title-wrap:not(:last-child), .page-title {
	margin: 0 0 20px;
}

.title-wrap:not(:last-child).text-center .carousel-arrows, .page-title.text-center .carousel-arrows {
	margin-bottom: calc(40px - 18px);
}

.title-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	-ms-flex-direction: column;
}

.title-wrap.text-center .carousel-arrows {
	width: 50px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
}

.title-wrap h1+.carousel-arrows:empty, .title-wrap .h1-style+.carousel-arrows:empty, .title-wrap h1+.h-sub+.carousel-arrows:empty {
	margin-top: calc(-30px - 15px);
}

.title-wrap h2+.carousel-arrows:empty, .title-wrap .h2-style+.carousel-arrows:empty {
	margin-top: calc(-30px - 12px);
}

.title-wrap .h-sub, .page-title .h-sub {
	position: relative;
	z-index: 1;
	min-width: 100%;
}

.title-wrap .h-sub, .title-wrap .h-sub p, .page-title .h-sub, .page-title .h-sub p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.69em;
	color: #818181;
}

.title-wrap h1, .title-wrap .h1-style, .page-title h1, .page-title .h1-style {
	margin-bottom: 15px;
}

.title-wrap h2, .title-wrap .h2-style, .page-title h2, .page-title .h2-style {
	margin-bottom: 12px;
}

.title-wrap p, .page-title p {
	font-size: 17px;
	line-height: 28px;
}

.title-wrap p a, .page-title p a {
	text-decoration: underline;
	color: inherit;
}

.title-wrap p a:hover, .page-title p a:hover {
	text-decoration: none;
}

.title-wrap .maxW-825, .page-title .maxW-825 {
	max-width: 825px;
	margin-right: auto;
	margin-left: auto;
}


.title-wrap.text-left .maxW-825, .page-title.text-left .maxW-825 {
	margin-left: 0;
}

.title-wrap.text-right .maxW-825, .page-title.text-right .maxW-825 {
	margin-right: 0;
}

.title-wrap:not(.title-tabs-wrap)>h1:last-child, .title-wrap:not(.title-tabs-wrap)>.h1-style:last-child {
	margin: 0;
}

.title-wrap:not(.title-tabs-wrap)>h2:last-child, .title-wrap:not(.title-tabs-wrap)>.h2-style:last-child {
	margin: 0;
}

.carousel-arrows:empty {
	display: none !important;
}

.title-with-arrows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.title-with-arrows>*, .title-with-arrows h2, .title-with-arrows h2.h1-style {
	margin-bottom: 0;
}

.title-with-arrows>*:last-child {
	margin-left: auto;
}

.title-with-arrows > h2, .title-with-arrows .h2-style {
	padding-right: 45px;
}

.title-with-arrows:not(.title-with-behind) {
	margin-bottom: 20px;
}

.title-with-arrows {
	position: relative;
}

.aside-block {
	position: relative;
}

.aside-block .title-with-arrows {
	margin-bottom: 20px;
}

.aside-block .title-with-arrows h2, .aside-block .title-with-arrows h2.h1-style {
	line-height: 1em;
}

.custom-color {
	color: #33cad5;
}

.bg-custom {
	background-color: #33cad5;
}

.text-center>img {
	display: inline-block;
}

.social-list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
}

.social-list li {
	font-size: 18px;
	line-height: 24px;
}

.social-list li a {
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	color: #b4b4b4;
}

.social-list li a:hover {
	color: #33cad5;
}

.social-list-circle {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -6px;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-list-circle li {
	font-size: 24px;
	line-height: 1em;
	margin: 0 6px 10px;
}

.social-list-circle li a {
	line-height: 38px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 68px;
	height: 68px;
	padding: 0;
	text-decoration: none;
	border-radius: 50%;
	background-color: #f7f7f7;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-list-circle li a [class*='icon'] {
	position: relative;
	z-index: 1;
	color: #33cad5 !important;
}

.social-list-circle li a:after {
	position: absolute;
	z-index: 0;
	top: -30%;
	left: -30%;
	width: 110%;
	height: 110%;
	content: '';
	transition: .25s ease;
	opacity: 0;
	border-radius: 50%;
	background-color: #33cad5;
}

.social-list-circle li a:hover [class*='icon'] {
	color: #fff !important;
}

.social-list-circle li a:hover:after {
	top: -5%;
	left: -5%;
	opacity: 1;
}

body.mac .social-list-circle li a:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease;
}

body.mac .social-list-circle li a:hover:after {
	top: 0;
	left: 0;
}

.social-list-circle-sm {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-list-circle-sm li {
	font-size: 18px;
	line-height: 1em;
	margin: 0 5px 10px;
}

.social-list-circle-sm li a {
	line-height: 44px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 44px;
	height: 44px;
	padding: 0;
	text-decoration: none;
	border-radius: 50%;
	background-color: #f7f7f7;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-list-circle-sm li a [class*='icon'] {
	position: relative;
	z-index: 1;
	color: #33cad5 !important;
}

.social-list-circle-sm li a:after {
	position: absolute;
	z-index: 0;
	top: -30%;
	left: -30%;
	width: 100%;
	height: 100%;
	content: '';
	transition: .25s ease;
	opacity: 0;
	border-radius: 50%;
	background-color: #33cad5;
}

.social-list-circle-sm li a:hover [class*='icon'] {
	color: #fff !important;
}

.social-list-circle-sm li a:hover:after {
	top: 0;
	left: 0;
	opacity: 1;
}

.list li {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	vertical-align: middle;
}

.list li:not(:first-child) {
	margin-top: 10px;
}

ul.two-column {
	column-count: 2;
	column-gap: 20px;
}

ul.two-column li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 100%;
}

.table {
	color: #000;
}

.table-responsive {
	border-color: #f4f4f4;
}

.table>thead>tr>th {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #0f0909;
	border-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td {
	font-size: 12px;
    padding: 10px;

	line-height: 22px;
	border-top: 1px solid #f4f4f4;
}

.table>tbody>tr:first-child>td {
	border-top: 0;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td {
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.table-striped>tbody>tr>td b, .table-striped>tbody>tr>td strong, .table>thead>tr>th b, .table>thead>tr>th strong, .table>tbody>tr>th b, .table>tbody>tr>th strong {
	color: #0f0909;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fafafa;
}

.table:not(:first-child), .table-responsive:not(:first-child) {
	margin-top: 20px;
}

.pagination {
	margin: 30px -5px 0;
	padding: 0;
}

.pagination>li>a, .pagination>li>span {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	display: -ms-flexbox;
	display: flex;
	width: 33px;
	height: 33px;
	margin: 0 1px;
	padding: 0 3px;
	transition: .2s;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	text-decoration: none;
	color: #000;
	border-radius: 4px;
	background-color: #efefef;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	color: #000;
	border-radius: 4px;
	background-color: #efefef;
}

h3+.pagination {
	margin-top: 0;
}

.aside-block ul.list {
	margin: 0;
	padding: 0;
}

.aside-block ul.list li {
	display: block;
	overflow: hidden;
	margin: 0;
}

.aside-block ul.list li:not(:last-child) {
	margin-bottom: 16px;
}

.aside-block ul.list li, .aside-block ul.list li a {
	font-size: 14px;
	line-height: 18px;
}

.aside-block ul.list li a {
	display: inline-block;
	color: #000;
}

.aside-block ul.list li a:hover, .aside-block ul.list li a:focus {
	text-decoration: none;
	color: #33cad5;
}

.bg-cover {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
}

.page404-text {
	max-width: 900px;
	text-align: center;
	color: #000;
}

.page404-text [class*='icon'] {
	font-size: .65em;
	position: relative;
	top: -.1em;
}

.page404-text .icon-shopping-bag {
	font-size: 1.1em;
}

.page404-text .txt1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 260px;
	font-weight: bold;
	line-height: 1em;
}

.page404-text .txt2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.25em;
}

.prd-grid .page404-bg, .prd-listview .page404-bg, .prd-horgrid .page404-bg {
	width: 100%;
	padding: 50px 0;
}

.prd-grid .page404-text, .prd-listview .page404-text, .prd-horgrid .page404-text {
	max-width: 700px;
	margin: 0 auto;
}

.prd-grid .page404-text .txt2, .prd-listview .page404-text .txt2, .prd-horgrid .page404-text .txt2 {
	font-size: 34px;
}

.prd-grid .page404-bg, .prd-horgrid .page404-bg {
	margin-top: 30px;
}

.page404-bg {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page404-bg>svg {
	position: absolute;
	z-index: -1;
	overflow: visible;
	width: 500px;
	height: 500px;
}

.page404-bg>svg path {
	transform: scale(2.6);
	fill: #e8fbfc;
}

.page404-bg .page404-text {
	position: absolute;
}

.no-uppercase {
	text-transform: none !important;
}

img.lazyload {
	opacity: 0;
}

img[data-src] {
	transition: opacity .5s;
}

img.lazyloading {
	opacity: 1;
}

img.lazyloaded {
	opacity: 1;
}

a.image-hover-scale {
	display: -ms-flexbox;
	transition: 0s;
}

.image-hover-scale {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.image-hover-scale>* {
	-webkit-backface-visibility: hidden;
}

.image-hover-scale>a {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.image-hover-scale>.bnr-img, .image-hover-scale>img, .image-hover-scale .collection-grid-3-item-img>img {
	max-width: 100%;
	transition: transform .75s ease 0s, opacity .3s !important;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
}

.image-hover-scale:hover>.bnr-img, .image-hover-scale:hover>img, .image-hover-scale:hover .collection-grid-3-item-img>img {
	transition: transform .5s ease .05s, opacity .3s !important;
	transform: scale3d(1.075, 1.075, 1);
}

.circle_decor {
	position: absolute;
	z-index: 1;
	top: 17%;
	left: -8%;
	width: 42%;
	opacity: .75;
	mix-blend-mode: darken;
	fill: #33cad5;
}

.circle_decor path, .circle_decor circle {
	fill: inherit;
}

img[data-sizes='auto'] {
	display: block;
	width: 100%;
}

.underline {
	cursor: pointer;
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

.lookbook-bnr {
	position: relative;
}

.lookbook-bnr .popup {
	z-index: 1060;
	z-index: 1030;
	width: 283px;
	max-width: 50%;
	padding: 5px;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.popover {
	z-index: 150;
	max-width: 220px;
	padding: 0;
	color: #000;
	border: 0;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.popover .btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	width: 100%;
	padding: 12px 15px;
}

.popover-body {
	padding: 12px;
}

.prd-grid.disable-actions {
	pointer-events: none;
}

.grayscale {
	opacity: .5 !important;
	filter: grayscale(1);
}

.list-group {
	padding: 0;
	border-color: #f4f4f4;
	border-radius: 0;
}

.list-group-item {
	padding: 8px 15px;
	color: #000;
	border-color: #f4f4f4;
	border-radius: 0 !important;
	background-color: transparent;
}

.list-group-item:hover {
	text-decoration: none;
	color: #000;
	background-color: #f7f7f7;
}

.list-group-item.active {
	color: #fff;
	border-color: #33cad5;
	background-color: #33cad5;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	opacity: 1;
}

.btn:not([data-animation]) {
	transition: all .2s ease;
}

body:not(.has-btn-not-upper) .btn {
	text-transform: uppercase;
}

.btn {
	font-family: 'Muli', sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	padding: 15px 30px;
	cursor: pointer;
	white-space: nowrap;
	border: 0 !important;
	border-radius: 4px;
}

.btn, .btn:active, .btn:active:focus, .btn:visited, .btn:focus {
	text-decoration: none;
	color: #fff;
	outline: none;
	background-color: #33cad5;
	box-shadow: none !important;
} 

.btn:hover, .btn.hovered, .btn:active:hover, .btn:focus:hover {
	transition: all .2s ease;
	color: #fff;
	outline: 0;
	background-color: #000;
}

.btn [class*='icon-'] {
	font-size: 1.2em;
	position: relative;
	top: .15em;
}

.btn [class*='icon-']:not(:only-child):not(:last-child) {
	padding-right: .45em;
}

.btn [class*='icon-']:not(:only-child):last-child {
	padding-left: .45em;
}

.has-round-btns .btn {
	border-radius: 23px;
}

.has-round-btns .btn.btn--sm {
	border-radius: 19px;
}

.has-round-btns .btn.btn--lg {
	border-radius: 30.5px;
}

.has-round-btns .btn.btn--xl {
	border-radius: 37px;
}

.btn.btn-disable {
	pointer-events: none;
	opacity: .5;
}

.btn--full {
	width: 100%;
}

.btn--invert, .btn--invert:active, .btn--invert:active:focus, .btn--invert:visited, .btn--invert:focus {
	color: #fff;
	background-color: #000;
}

.btn--invert:hover {
	color: #fff;
	background-color: #33cad5;
}

.btn--grey, .btn--grey:active, .btn--grey:active:focus, .btn--grey:visited, .btn--grey:focus {
	color: #000;
	background-color: #efefef;
}

.btn--grey:hover {
	color: #fff;
	background-color: #000;
}

.btn--sm {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	padding: 6px 16px;
	border-radius: 4px;
}

.btn--sm [class*='icon-'] {
	font-size: 1.3em;
	line-height: 14px;
	top: 2px;
}

.btn--md {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding: 15px 27px;
}

.btn--md [class*='icon-'] {
	font-size: 1.05em;
	top: .1em;
}

.btn--lg {
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	padding: 20px 46px;
}

.btn--lg [class*='icon-'] {
	font-size: 1em;
	top: 0;
}

.btn--xl {
	font-size: 25px;
	font-weight: 500;
	font-weight: 500;
	line-height: 34px;
	padding: 20px 50px;
	border-radius: 6px;
}

.btn--xl [class*='icon-'] {
	font-size: 1em;
	top: 0;
}

.btn--xl [class*='icon-']:not(:only-child):not(:last-child) {
	padding-right: .75em;
}

.btn--xl [class*='icon-']:not(:only-child):last-child {
	padding-left: .75em;
}

.btn[aria-disabled='true'] {
	pointer-events: none;
	opacity: .5;
}

input, textarea {
	border-radius: 0;
}

button, input, optgroup, select, textarea {
	color: inherit;
}

input[type=text], input[type=email], input[type=password], textarea, .select-wrapper select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

textarea {
	line-height: 1.5em;
}

select.input-sm {
	line-height: 34px;
	height: 34px;
}

.form-control {
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	height: 61px;
	padding: 20px 20px 20px;
	color: #000;
    border-radius: 3px;
	background-color: #f7f7f8;
	box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
	color: #7e7e7e;
}

.form-control:-moz-placeholder {
	color: #7e7e7e;
}

.form-control::-moz-placeholder {
	color: #7e7e7e;
}

.form-control:-ms-input-placeholder {
	color: #7e7e7e;
}

.form-control, .form-control:focus {
	color: #000;
	border-width: 1px;
	border-style: solid;
	outline: 0 none;
	background-color: #f7f7f8;
	box-shadow: none !important;
}

.form-control.textarea--height-100 {
	height: 102px;
}

.form-control.textarea--height-170 {
	height: 167px;
}

.form-control.textarea--height-200 {
	height: 198px;
}

.form-control--sm {
	font-size: 14px;
    height: 40px;
    padding: 9px 15px;
}

.form-control--xl {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	height: 74px;
	padding: 25px 30px;
	border-radius: 6px;
}

.form-group:not(:only-child) {
	margin-bottom: 16px;
}

.form-group:only-child {
	margin-bottom: 0;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group>.row {
	margin-right: -8px;
	margin-left: -8px;
}

.form-group>.row>* {
	padding-right: 8px;
	padding-left: 8px;
}

.select-wrapper {
	position: relative;
}

.select-wrapper:before {
	font-family: 'icon-foxic';
	font-size: 17px;
	line-height: 50px;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 61px;
	content: '\e949';
	text-align: center;
	pointer-events: none;
	color: #000;
	background-color: transparent;
}

.select-wrapper select {
	padding: 0 44px 0 14px;
	background-color: #f7f7f8;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper.select-wrapper-xs .form-control {
	font-size: 15px;
	height: 40px;
}

.select-wrapper.select-wrapper-xs:before {
	line-height: 40px;
	width: 40px;
}

.select-wrapper.select-wrapper-xxs .form-control {
	font-size: 15px;
	height: 34px;
}

.select-wrapper.select-wrapper-xxs:before {
	line-height: 34px;
	width: 34px;
}

.qty {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.qty-changer button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 17px;
	max-width: 17px;
	height: 17px;
	padding: 0;
	cursor: pointer;
	transition: .2s ease;
	color: #000;
	border: 0;
	border-radius: 50%;
	background: #f7f7f8;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-appearance: none;
}

.qty-changer button:hover {
	background: #33cad5;
}

.qty-changer button:hover:after, .qty-changer button:hover:before {
	background-color: #fff;
}

.qty-changer button:before, .qty-changer button:after {
	position: absolute;
	z-index: 1;
	content: '';
	background-color: #000;
}

.qty-changer button:before {
	top: calc(50% - .5px);
	left: 4px;
	width: 9px;
	height: 1px;
}

.qty-changer button.increase:after {
	top: 4px;
	left: calc(50% - .5px);
	width: 1px;
	height: 9px;
}

.qty-changer input[type='number'], .qty-changer input[type='text'] {
	font-size: 15px;
	line-height: 27px;
	width: 27px;
	max-width: 27px;
	margin: 0 6px;
	padding: 0;
	text-align: center;
	color: #000;
	border: 0;
	border: 1px solid transparent;
	border-radius: 0;
	background: #f7f7f8;
	-webkit-appearance: none;
}

input[type='checkbox']:active+label:before, input[type='radio']:active+label:before {
	transition-duration: 0s;
}

input[type='checkbox']+label, input[type='radio']+label {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.903em;
	position: relative;
	min-width: 100px;
	margin: 0 0 4px 0;
	padding-left: 30px;
	outline: none !important;
}

input[type='checkbox']+label:before, input[type='checkbox']+label:after, input[type='radio']+label:before, input[type='radio']+label:after {

	position: absolute;
	left: 0;
	display: block;
	box-sizing: content-box;
	content: '';
}

input[type='checkbox']+label:before, input[type='radio']+label:before { 
	top: 1px;
	width: 21px;
	height: 21px;
	transition: background-color .2s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #f7f7f8;

}

input[type='checkbox']+label:hover:before, input[type='radio']+label:hover:before { 
	background-color: #f7f7f8;
	box-shadow: 0 0 1px rgba(0, 0, 0, .35);
}

input[type='checkbox']+label:after, input[type='radio']+label:after {
	top: 7px;
	left: 6px;
	width: 10px;
	height: 10px;
	transition: transform .2 ease-out;
	transform: scale(0);
	transform-origin: 50%;
}

input[type='radio']+label:after {
	background-color: #000;
}

input[type='radio']:checked+label:before {
	-webkit-animation: borderscale 300ms ease-in;
	-moz-animation: borderscale 300ms ease-in;
	animation: borderscale 300ms ease-in;
	background-color: #f7f7f8;
}

input[type='radio']:checked+label:after {
	transform: scale(1);
}

input[type='radio']+label:before, input[type='radio']+label:after {
	border-radius: 50%;
}

input[type='checkbox']+label:after {
	top: 8px;
	left: 6px;
	width: 8px;
	height: 4px;
	transition: none;
	transform: rotate(-45deg) scale(0);
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #000;
	background-color: transparent;
}

input[type='checkbox']+label:hover:after {
	border-color: #000;
}

input[type='checkbox']:checked+label:before {
	-webkit-animation: borderscale .2s ease-in;
	-moz-animation: borderscale .2s ease-in;
	animation: borderscale .2s ease-in;
}

input[type='checkbox']:checked+label:after {
	content: '';
	transition: transform .2s ease-out;
	transform: rotate(-45deg) scale(1);
}

@keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .35);
	}
}

label {
	font-size: 15px;
	font-weight: inherit;
	line-height: 21px;
	margin-bottom: 5px;
	color: #000;
}

.required {
	padding-right: 2px;
	color: #f12b2b;
}

form .errors+.form-group, form .errors+.row {
	margin-top: 30px;
}

form .errors+.row {
	margin-top: 15px;
}

.aside-block .form-control+.errors {
	margin-top: -5px;
	margin-bottom: 10px;
}

.form-wrapper:not(:first-child) {
	margin-top: 30px;
}

.form-wrapper>* {
	margin-bottom: 0;
}

.form-wrapper>*:not(:first-child) {
	margin-top: 25px;
}

.form-wrapper>* .form-group {
	margin: 25px 0 0;
}

.form-wrapper .row {
	margin-top: 0;
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.form-wrapper .row>* {
	padding-right: 12.5px;
	padding-left: 12.5px;
}

.form-wrapper>form>* {
	margin-bottom: 0;
}

.form-wrapper>form>*:not(:first-child) {
	margin-top: 25px;
}

.form-inline .form-control {
	-ms-flex: 1;
	flex: 1;
}

.form-inline .btn:last-child {
	height: 59px;
}

.form-inline .form-control--sm+.btn {
	height: 50px;
}

body:not(.has-squared-btns):not(.has-round-btns) .form-inline .btn:last-child {
	border-radius: 0 4px 4px 0;
}

form .errors {
	text-transform: inherit;
	color: #f12b2b;
	-webkit-backface-visibility: hidden;
}

form .errors ul {
	margin: 0;
	padding: 0;
}

form .errors ul>li {
	font-size: 13px !important;
	line-height: 16px !important;
	margin: 3px 0 0 !important;
	list-style: none;
	text-transform: inherit !important;
}

select option:not([disabled]) {
	color: #000;
}

select option:disabled {
	color: #7e7e7e;
}

.form-group .dropdown-menu {
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-group .dropdown-menu>li>a {
	font-size: 11px;
	padding: 3px 10px;
	text-transform: uppercase;
}

.form-group .dropdown-menu>.active>a, .form-group .dropdown-menu>.active>a:focus, .form-group s.dropdown-menu>.active>a:hover {
	color: #fff !important;
	background-color: #33cad5;
}

.has-error .form-control {
	border-color: #f12b2b;
}

.has-error .form-control, .has-error .form-control:focus {
	box-shadow: none;
}

.tags-list {
	position: relative;
	padding: 0;
	list-style: none;
}

.tags-list:not(:first-child) {
	margin-top: 30px;
}

.tags-list li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 9px;
	padding: 0;
}

.tags-list li a {
	font-size: 12px;
	font-weight: 500;
	line-height: 36px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px;
	transition: all .2s ease;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-radius: 3px;
	background: #f9f9f9;
}

.tags-list li a:hover, .tags-list li a:focus {
	color: #fff;
	background: #33cad5;
}

.tags-list a:after {
	font-family: 'icon-foxic';
	font-size: 12px;
	position: absolute;
	right: 7px;
	display: none;
	content: '\e901';
}

.tags-list li.active a {
	padding: 0 23px 0 9px;
	color: #fff;
	background: #33cad5;
}

.tags-list li.active a:after {
	display: block;
}

.aside-block .tags-list:not(:first-child) {
	margin-top: 0;
}

.tooltip {
	z-index: 9999;
	pointer-events: none;
}

.tooltip.top {
	padding: 5px 0;
}

.tooltip.right {
	padding: 0 5px;
}

.tooltip.bottom {
	padding: 5px 0;
}

.tooltip.left {
	padding: 0 5px;
}

.tooltip-inner {
	font-size: 12px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2;
	border-radius: 3px;
}

.tooltip-inner {
	padding: 2px 10px 2px;
	background: #fff;
}

.tooltip .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}

.tooltip .arrow:before {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-color: transparent;
}

.tooltip.bs-tooltip-top .arrow {
	top: auto;
	bottom: 3px;
	width: auto;
	border-width: 5px 5px 0;
	border-top-color: #fff;
}

.tooltip.bs-tooltip-top .arrow:before {
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #9e9e9e;
}

.tooltip.bs-tooltip-bottom .arrow {
	top: 3px;
	width: auto;
	border-width: 0 5px 5px;
	border-bottom-color: #fff;
}

.tooltip.bs-tooltip-bottom .arrow:before {
	top: -2px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #e2e2e2;
}

.tooltip.bs-tooltip-left .arrow {
	right: 3px;
	width: auto;
	border-width: 5px 0 5px 5px;
	border-left-color: #fff;
}

.tooltip.bs-tooltip-left .arrow:before {
	top: 50%;
	right: -2px;
	left: auto;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #e2e2e2;
}

.tooltip.bs-tooltip-right .arrow {
	left: 2px;
	width: auto;
	border-width: 5px 5px 5px 0;
	border-right-color: #fff;
}

.tooltip.bs-tooltip-right .arrow:before {
	top: 50%;
	left: -2px;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #e2e2e2;
}

@keyframes tooltipRight {
	0% {
		margin-left: 25px;
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}

@keyframes tooltipLeft {
	0% {
		left: -25px;
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes tooltipTop {
	0% {
		top: -25px;
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

@keyframes tooltipBottom {
	0% {
		margin-top: 25px;
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.tooltipright, .tooltipleft, .tooltiptop, .tooltipbottom {
	animation-duration: .24s;
	animation-timing-function: linear;
	animation-fill-mode: both;
}

.tooltipright {
	animation-name: tooltipRight;
}

.tooltipleft {
	animation-name: tooltipLeft;
}

.tooltiptop {
	animation-name: tooltipTop;
}

.tooltipbottom {
	animation-name: tooltipBottom;
}

.mmenu {
	margin: 0 -26px;
	padding: 0;
	list-style: none;
	text-align: center;
	white-space: normal;
}

.mmenu>li {
	display: inline-block;
	margin-right: -4px;
	white-space: normal;
}

.mmenu>li>a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 20px 20px;
	transition: .2s;
	text-decoration: none;
	letter-spacing: .1px;
	color: #000;
}

.mmenu>li>a:not(:only-child):after {
	font-family: 'icon-foxic';
	font-size: 13px;
	position: relative;
	top: 1px;
	padding-left: 2px;
	content: '\e949';
}

.mmenu>li>a:hover {
	color: #33cad5;
}

.mmenu>li>a.active {
	color: #000;
}

.mmenu>li.hovered>a:not(:only-child):after {
	content: '\e94a';
}

.mmenu>li.hovered>a:not(:only-child):before {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 100%;
	padding-bottom: 250px;
	content: '';
}

.mmenu>li.mmenu-item--mega.hovered>a:not(:only-child):before {
	top: -40px;
	left: -50%;
	width: 200%;
	padding-bottom: 150px;
	-webkit-clip-path: polygon(0% 87%, 50% 0%, 50% 0%, 100% 87%);
	clip-path: polygon(0% 87%, 50% 0%, 50% 0%, 100% 87%);
}

.menu-label {
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	display: -ms-flexbox;
	display: flex;
	min-height: 14px;
	padding: 1px 4px 0;
	white-space: nowrap;
	text-transform: none;
	color: #fff;
	border-top-color: #33cad5;
	border-radius: 2px;
	background-color: #33cad5;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
}

.mmenu .menu-label {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 31px;
	margin-top: -38px;
	transform: translateX(50%);
}

.mmenu .menu-label:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	content: ' ';
	pointer-events: none;
	border: solid transparent;
	border-width: 4px;
	border-top-color: inherit;
}

.mobilemenu .menu-label, .mmenu .submenu-list .menu-label {
	position: relative;
	top: -1px;
	right: auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 0 !important;
	margin-left: 10px;
	transform: translate3d(0, 0, 0);
}

.mobilemenu .menu-label:after, .mmenu .submenu-list .menu-label:after {
	display: none;
}

.mmenu .mmenu-item--mega:hover>a:after, .mmenu .mmenu-item--simple:hover>a:after {
	padding-bottom: 200px;
}

.mmenu-item--mega .mmenu-submenu-inside {
	overflow-x: hidden;
	overflow-y: hidden;
}

.mmenu-item--mega .mmenu-submenu {
	left: 0;
	width: 100%;
	text-align: left;
	white-space: normal;
}

.mmenu-item--mega .mmenu-submenu .mmenu-submenu-inside>.container {
	padding: 10px 0;
}

.mmenu-item--mega .mmenu-submenu.mmenu-submenu--has-bottom .mmenu-submenu-inside>.container {
	padding-bottom: 0;
}

.mmenu-item--mega .mmenu-submenu .submenu-list {
	padding: 0;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a {
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a:hover {
	padding-left: 1.25em;
	color: #000;
	background-color: #f4f4f4;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a:hover:before {
	transform: translate3d(0, 0, 0) translateZ(0);
	opacity: 1;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a:not(:only-child) {
	padding-right: 25px;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a:not(:only-child):hover {
	padding-left: .6em;
}

.mmenu-item--mega .mmenu-submenu .submenu-list>li>a:not(:only-child):after {
	right: 5px;
}

.mmenu-submenu {
	position: absolute;
	top: -1000vh;
	pointer-events: none;
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .07);
}

.mmenu-submenu .submenu-list ul {
	background-color: #fff;
}

.mmenu li.hovered .mmenu-submenu {
	z-index: 2;
	top: 100%;
	pointer-events: auto;
    border-bottom: 1px solid #ccc;
}

.mmenu-submenu .mmenu-submenu-inside>.container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hdr .mmenu-submenu .custom-text {
	font-size: 12px;
}

.submenu-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	position: relative;
	margin-bottom: 0;
	text-decoration: none;
}

.submenu-title:first-child {
	margin-top: 10px;
}

.submenu-title:not(:first-child) {
	margin-top: 20px;
}

.submenu-title, .submenu-title a {
	color: #000;
}

.submenu-title:hover {
	color: #33cad5;
}

.submenu-title+.submenu-title {
	margin-top: 10px;
}

.submenu-link-txt {
	font-size: 13px;
	line-height: 18px;
	display: block;
	color: #7e7e7e;
}

.submenu-list {
	margin: 0;
	margin-top: 12px;
	padding: 10px 20px;
	list-style: none;
}

.submenu-list:first-child {
	margin-top: 0;
}

.submenu-list .submenu-list .submenu-link-image {
	display: none;
}

.submenu-list .submenu-list img[data-src] {
	transition: opacity .15s;
}

.submenu-list .submenu-list li.active>a+.submenu-link-image, .submenu-list .submenu-list li.hovered>a+.submenu-link-image {
	display: block;
	opacity: 1;
}

.submenu-list .submenu-link-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	transition: opacity 0s;
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.submenu-list .submenu-link-image img {
	max-width: 500px;
}

.submenu-list .submenu-link-image.to-right {
	right: 100%;
	left: auto;
}

.submenu-list li.hovered>.submenu-link-image {
	transition: opacity .3s;
	opacity: 1;
}

.submenu-list li.active>a, .submenu-list li.hovered>a {
	color: #000;
	background-color: #f4f4f4;
}

.submenu-list a {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	display: block;
	padding: 5px 10px;
	transition: .2s ease;
	color: #000;
}

.submenu-list a:before {
	font-family: 'icon-foxic';
	font-size: 8px;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '\e919';
	transition: transform .15s ease, opacity .1s ease .1s;
	transform: translate3d(-15px, 0, 0);
	pointer-events: none;
	opacity: 0;
}

.submenu-list a:hover, .submenu-list a.active {
	padding-left: 25px;
	text-decoration: none;
	color: #000;
	background-color: #f4f4f4;
}

.submenu-list a:hover:before, .submenu-list a.active:before {
	transform: translate3d(10px, 0, 0);
	opacity: 1;
}

.submenu-list a:not(:only-child):not(:last-child) {
	padding-right: 25px;
}

.submenu-list a:not(:only-child):not(:last-child):after {
	font-family: 'icon-foxic';
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: 10px;
	content: '\e919';
	transition: .15s;
}

.submenu-list a:not(:only-child):not(:last-child):before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -15px;
	left: -15px;
	height: 100%;
	content: '';
}

.mmenu-item--mega .submenu-list>li>a:before {
	left: 5px;
}

.mmenu-item--simple .mmenu-submenu {
	overflow: inherit;
	text-align: left;
	border-top: 0;
}

.mmenu-item--simple .mmenu-submenu li {
	width: 270px;
	white-space: normal;
}

.mmenu-item--simple .mmenu-submenu .submenu-list li {
	position: relative;
}

.mmenu-item--simple .mmenu-submenu .submenu-list li ul {
	top: 0;
}

.mmenu-item--simple .mmenu-submenu li:not(.to-right)>ul {
	left: 100%;
}

.mmenu-item--simple .mmenu-submenu li.to-right>ul {
	right: 99.9%;
	left: auto;
}

.mmenu-submenu .submenu-list li {
	position: static;
	overflow: inherit;
	padding: 0;
	text-align: left;
}

.mmenu-submenu .submenu-list li ul {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	min-width: 270px;
	margin-top: -10px;
	padding: 10px 20px;
	list-style: none;
	transition: all 0s ease 0s;
	pointer-events: none;
	opacity: 0;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .07);
}

.mmenu-submenu .submenu-list li ul:before {
	position: absolute;
	left: -1px;
	width: 1px;
	height: 100%;
	content: '';
}

.mmenu-submenu .submenu-list li li.to-right>ul {
	right: 100%;
	left: auto !important;
}

.mmenu-submenu .submenu-list li ul ul {
	z-index: 2;
}

.mmenu-submenu .submenu-list li:hover>ul, .mmenu-submenu .submenu-list li li:hover>ul {
	visibility: visible;
	transition: visibility .2s ease .1s, opacity .2s ease .1s, min-width .3s ease .1s;
	pointer-events: auto;
	opacity: 1;
}

.mmenu-bnr-wrap {
	overflow: hidden;
	text-align: center;
}

.mmenu-bnr-wrap:not(:last-child) {
	margin-bottom: 20px;
}

.mmenu-bnr-wrap img {
	width: 100%;
}

.mmenu-cols {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mmenu-cols:first-child {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.mmenu-col {
	position: static;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 20px;
	-ms-flex-direction: column;
}

.mmenu-left {
	padding: 0 15px 30px;
	-ms-flex-order: 0;
	order: 0;
}


.mmenu-left:nth-last-child(2) {
	margin-bottom: 0;
}

.column-4 .mmenu-col {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.column-4 .mmenu-col:nth-child(n+5) {
	margin-top: 40px;
}

.width-25 {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.mobilemenu {
	position: fixed;
	z-index: 1009;
	top: 0 !important;
	right: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	padding: 15px;
	transition: visibility 0s ease .6s;
}

.mobilemenu .container {
	width: 100%;
	padding: 0;
}

.mobilemenu-bottom {
	position: relative;
}

.mobilemenu-bottom>* {
	margin: 0;
}

.mobilemenu-currency {
	position: static;
	display: block;
}

.mobilemenu .dropdn {
	position: static;
	display: block;
}

.mobilemenu .dropdn.is-hovered .dropdn-link [class*='icon'] {
	transform: rotate(0deg);
}

.mobilemenu .dropdn-link {
	font-size: 17px;
	line-height: 20px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding: 0;
	text-decoration: none;
	color: #000;
}

.mobilemenu .dropdn-link [class*='icon'] {
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: 11px;
	transition: .2s;
	transform: rotate(-90deg);
}

.mobilemenu .dropdn:not(.dropdn_fullheight) .dropdn-content {
	position: relative;
	z-index: 101;
	right: 0;
	left: 0;
	overflow: hidden;
	height: 0;
	padding: 0 0 0 10px;
	transform: translate3d(0, 0, 0);
	color: #000;
}

.mobilemenu .dropdn.is-hovered .dropdn-content {
	height: auto;
}

.mobilemenu .dropdn .dropdn-content ul {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobilemenu .dropdn .dropdn-content ul>li>a:hover {
	color: #000;
}

.mobilemenu .dropdn .dropdn-content ul>li.active>a, .mobilemenu .dropdn .dropdn-content ul>li.active>a span:first-child {
	color: #33cad5;
}

.mobilemenu .dropdn .dropdn-content ul>li>a {
	font-size: 14px;
	line-height: 18px;
	transition: .2s;
	text-decoration: none;
	text-transform: none;
	color: #868686;
}

.mobilemenu .dropdn .dropdn-content ul>li>a img {
	display: inline-block;
	padding-right: 10px;
}

.mobilemenu .dropdn .dropdn-content ul>li>a span, .mobilemenu .dropdn .dropdn-content ul>li>a [class*='icon-'] {
	display: inline-block;
	vertical-align: middle;
}

.mobilemenu .dropdn .dropdn-content ul>li>a span:first-child {
	padding-right: 4px;
	text-transform: uppercase;
	color: #000;
}

.mobilemenu .dropdn .dropdn-content ul>li>a [class*='icon-'] {
	font-size: 30px;
	padding-right: 10px;
	color: #33cad5;
}

.mobilemenu-content {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	max-width: 320px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 15px;
	transition: transform .35s ease .1s;
	transform: translate3d(-110%, 0, 0);
	background: #fff;
}

.mobilemenu-content .dropdn .dropdn-content ul {
	flex-direction: column;
	margin: 0 0 20px;
	padding: 0;
	-ms-flex-direction: column;
}

.mobilemenu-content .dropdn .dropdn-content ul li {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.mobilemenu-content .mobilemenu-currency .dropdn .dropdn-content ul li {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mobilemenu-scroll {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 45px;
}

.mobilemenu-scroll.ps .ps__scrollbar-x-rail, .mobilemenu-scroll.ps ps__scrollbar-y-rail {
	z-index: 1;
}

.mobilemenu.active {
	visibility: visible;
	transition: visibility 0s ease 0s;
}

.mobilemenu.active .mobilemenu-content {
	transition: transform .35s ease 0s;
	transform: translate3d(0, 0, 0);
}

.mobilemenu ul.nav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 0 20px;
	list-style: none;
	transition: all .35s;
	opacity: 1 !important;
	background-color: #fff;
}

.mobilemenu ul.nav li {
	position: static !important;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	transition: .2s;
}

.mobilemenu ul.nav li a {
	font-size: 17px;
	line-height: 25px;
	display: block;
	padding: 5px 0;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background: transparent;
	-ms-flex: 1;
	flex: 1;
}

.mobilemenu ul.nav li a:last-child .arrow {
	display: none;
}

.mobilemenu ul.nav li.active, .mobilemenu ul.nav li:hover, .mobilemenu ul.nav li.mmenu-submenu-open {
	background-color: transparent;
}

.mobilemenu ul.nav li.active>a, .mobilemenu ul.nav li:hover>a, .mobilemenu ul.nav li.mmenu-submenu-open>a {
	text-decoration: none;
	color: #33cad5;
	background: transparent;
}

.mobilemenu ul.nav li.active>.arrow, .mobilemenu ul.nav li:hover>.arrow, .mobilemenu ul.nav li.mmenu-submenu-open>.arrow {
	color: #33cad5;
}

.mobilemenu ul.nav li .arrow {
	font-size: 11px;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	float: right;
	width: 30px;
	height: 25px;
	transition: .2s;
	pointer-events: none;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobilemenu ul.nav li ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
	padding: 45px 0 20px 0;
	list-style: none;
	transition: opacity .1s ease;
	opacity: 1;
}

.mobilemenu ul.nav li ul a {
	color: #000;
}

.mobilemenu ul.nav li.mmenu-submenu-open>ul {
	display: block;
	opacity: 1;
}

.mobilemenu-close.mobilemenu-toggle {
	font-size: 17px;
	font-weight: 700;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	margin: 0 -15px 10px;
	padding: 20px 15px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.mobilemenu-close.mobilemenu-toggle:hover {
	text-decoration: underline;
}

.mobilemenu-toggle {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
}

.mobilemenu-toggle [class*='icon'] {
	font-size: 26px;
}

.mobilemenu-toggle span {
	font-size: 11px;
	line-height: 20px;
	padding-left: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.mobilemenu-toggle:hover, .mobilemenu-toggle:focus {
	text-decoration: none;
}

.dropdn {
	display: inline-block;
}

.nav-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	transition: all .35s cubic-bezier(.25, 1, .3, 1);
	transform: translate3d(-100%, 0, 0);
	border-color: #e2e2e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.nav-wrapper.show-menu {
	transform: none;
}
.nav-wrapper .nav-toggle {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	width: 100%;
	padding: 0 0 10px;
	cursor: pointer;
	color: #000;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
}
.nav-wrapper .nav-toggle.back-visible { 
	visibility: visible;
}
.nav-wrapper .nav-toggle.back-visible .nav-back {
	opacity: 1;
}
.nav-wrapper .nav-toggle.back-visible .nav-title .arrow {
	display: none;
}
.nav-wrapper .nav-title {
	font-size: 17px;
	line-height: 20px;
}
.nav-wrapper .nav-viewall {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	margin-left: auto;
	white-space: nowrap;
}
.nav-wrapper .nav-back {
	font-size: 15px;
	position: relative;
	top: 1px;
	padding: 0 10px 0 0;
}
.mobilemenu .nav-wrapper ul.nav li.mmenu-submenu-open>.arrow {
	transform: rotate(0deg);
}


.promo-topline {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.promo-topline a, .promo-topline a:focus {
	color: #000;
}

.promo-topline a:hover {
	color: #000;
}

.hdr-wrap {
	position: relative;
	z-index: 163;
	margin: 0;
	padding: 0;
}

.is-filters-opened .hdr-wrap {
	z-index: 160;
}

.hdr {
	background-color: #fff;
}

.hdr .custom-text {
	font-size: 16px;
	line-height: 23px;
}
.hdr .custom-text a, .hdr .custom-text a:hover {
	text-decoration: none;
}

.hdr-content.hdr-content-sticky {
	position: fixed !important;
	z-index: -1 !important;
	top: 0;
	right: 0;
	left: 0;
	transition: opacity .2s;
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    border-bottom: 1px solid #ccc;
}
.hdr-content.hdr-content-sticky .container>.row>* {
	padding-top: 5px;
	padding-bottom: 5px;
}
.has-sticky .hdr-content.hdr-content-sticky {
	transition: opacity .5s;
	pointer-events: all;
	opacity: 1;
}
.hdr-transparent .hdr {
	transition: background-color .5s;
}
.has-sticky .hdr-transparent .hdr {
	transition: 0s;
	background-color: #fff;
}
.hdr-logo {
	display: -ms-flexbox;
	display: flex;
	max-width: 300px;
	-ms-flex-align: center;
	align-items: center;
}

.hdr-logo>a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none;
}

.hdr-logo img {
	max-width: 100%;
	transition: .2s;
    max-height: 100px;
}
.dropdn-link svg {
	width: auto;
	max-height: 16px;
	margin: 0 3px;
}

.hdr-content>.container>.row {
	-ms-flex-align: center;
	align-items: center;
}

.hdr-content>.container>.row>* {
	position: static;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0s;
}
.hdr-content .hdr-nav {
	display: block;
	padding: 0 15px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1;
	flex: 1;
}

.hdr-content .hdr-inline-link {
	display: -ms-flexbox;
	display: flex;
	margin-right: -18px;
	margin-left: -18px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.hdr-content .hdr-inline-link .dropdn-link {
	padding: 0 18px;
	text-decoration: none;
}
.hdr-navline>.container>.row {
	-ms-flex-align: center;
	align-items: center;
}

.hdr-navline .dropdn-link {
	display: -ms-flexbox;
	display: flex;
}

.hdr-navline .dropdn-link [class*='icon'] {
	font-size: 33px;
}
.hdr-navline .dropdn_wishlist .dropdn-link [class*='icon'] {
	position: relative;
	top: -.05em;
}

.hdr-navline .hdr-inline-link {
	display: -ms-flexbox;
	display: flex;
	margin-right: -12px;
	margin-left: -12px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.hdr-navline .hdr-inline-link .dropdn-link {
	padding: 0 18px;
	text-decoration: none;
}
.hdr-links-wrap {
	margin-left: auto;
}

.hdr-content {
	position: relative;
	z-index: 1;
	color: #000;
}

.hdr-content .dropdn-link {
	display: -ms-flexbox;
	display: flex;
}

.hdr-content .dropdn-link [class*='icon'] {
	font-size: 33px;
}

.hdr-content .dropdn_wishlist .dropdn-link [class*='icon'] {
	position: relative;
	top: -.05em;
}

.hdr-content .dropdn-link, .hdr-content .mobilemenu-toggle, .hdr-content .minicart-link, .hdr-content .mobilemenu-toggle, .hdr-content .custom-text a, .hdr-content .search-button {
	color: #000;
}

.hdr-content .dropdn-link:hover .dropdn-link-txt, .hdr-content .mobilemenu-toggle:hover .dropdn-link-txt, .hdr-content .minicart-link:hover .dropdn-link-txt, .hdr-content .mobilemenu-toggle:hover .dropdn-link-txt, .hdr-content .custom-text a:hover .dropdn-link-txt, .hdr-content .search-button:hover .dropdn-link-txt {
	color: #33cad5;
}

.hdr-content .dropdn-link:hover [class*='icon'], .hdr-content .mobilemenu-toggle:hover [class*='icon'], .hdr-content .minicart-link:hover [class*='icon'], .hdr-content .mobilemenu-toggle:hover [class*='icon'], .hdr-content .custom-text a:hover [class*='icon'], .hdr-content .search-button:hover [class*='icon'] {
	color: #33cad5;
}

.hdr-content .dropdn-link [class*='icon'], .hdr-content .mobilemenu-toggle [class*='icon'], .hdr-content .minicart-link [class*='icon'], .hdr-content .mobilemenu-toggle [class*='icon'], .hdr-content .custom-text a [class*='icon'], .hdr-content .search-button [class*='icon'] {
	transition: .2s;
	color: #000;
}

.hdr-content .dropdn.is-hovered .dropdn-link .dropdn-link-txt, .hdr-content .minicart.is-hovered .minicart-link .dropdn-link-txt, .hdr-content .mobilemenu-toggle.active .dropdn-link-txt {
	color: #33cad5;
}

.hdr-content .dropdn.is-hovered .dropdn-link [class*='icon'], .hdr-content .minicart.is-hovered .minicart-link [class*='icon'], .hdr-content .mobilemenu-toggle.active [class*='icon'] {
	color: #33cad5;
}

.hdr-content .custom-text span {
	color: #33cad5;
}

.hdr-inline-link {
	display: -ms-flexbox;
	display: flex;
	margin-right: -27px;
	margin-left: -27px;
	-ms-flex-align: center;
	align-items: center;
}

.hdr-inline-link .dropdn-link {
	height: 100%;
	padding: 0 27px;
}

.hdr-topline>.container>.row>*:not(.hdr-topline-center) {
	position: static;
}

.hdr-topline .custom-text.js-custom-text-carousel {
	overflow: hidden;
	height: 40px;
}
.hdr-topline .custom-text.js-custom-text-carousel .custom-text-item {
	line-height: 40px;
}
.hdr-topline .custom-text.js-custom-text-carousel .custom-text-item a, .hdr-topline .custom-text.js-custom-text-carousel .custom-text-item a:hover {
	text-decoration: none;
}

.hdr-topline:last-child {
	z-index: 0;
}

.hdr-topline-left {
	-ms-flex: 1;
	flex: 1;
}

.hdr-topline-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hdr-topline-center {
	position: static;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	-ms-flex: 2;
	flex: 2;
	-ms-flex-pack: center;
	justify-content: center;
}
.hdr-topline {
	position: relative;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f5;
}
.hdr-topline>.container>.row {
	min-height: 40px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.hdr-topline .custom-text, .hdr-topline .custom-text a {
	color: #000;
}
.hdr-topline .custom-text [class*='icon'], .hdr-topline .custom-text a [class*='icon'] {
	color: #000;
}

.hdr-topline .custom-text span {
	color: #33cad5;
}
.hdr-topline .dropdn-link {
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

.hdr-topline .dropdn-link [class*='icon'] {
	font-size: 17px;
	position: relative;
	top: .15em;
	padding-right: 6px;
}

.hdr-topline .dropdn_caret .dropdn-link [class*='icon'] {
	font-size: 8px;
	position: relative;
	top: -.05em;
	padding: 0 0 0 5px;
}

.hdr-topline .dropdn-link, .hdr-topline .custom-text a, .hdr-topline .social-list a {
	text-decoration: none;
}

.hdr-topline .dropdn-link:hover, .hdr-topline .custom-text a:hover, .hdr-topline .social-list a:hover {
	text-decoration: none;
}

.hdr-topline .dropdn-link:hover [class*='icon'], .hdr-topline .custom-text a:hover [class*='icon'], .hdr-topline .social-list a:hover [class*='icon'] {
	transition: .2s;
}
 
.hdr-topline .dropdn-link [class*='icon'], .hdr-topline .custom-text a [class*='icon'], .hdr-topline .social-list a [class*='icon'] {
	transition: .2s;
}

.hdr-topline {
	color: #000;
	background-color: #f4f4f5;
}

.hdr-topline .dropdn-link, .hdr-topline .custom-text a, .hdr-topline .social-list a {
	color: #000;
}

.hdr-topline .dropdn-link:hover, .hdr-topline .custom-text a:hover, .hdr-topline .social-list a:hover {
	color: #33cad5;
}

.hdr-topline .dropdn-link:hover [class*='icon'], .hdr-topline .custom-text a:hover [class*='icon'], .hdr-topline .social-list a:hover [class*='icon'] {
	color: #33cad5;
}

.hdr-topline .dropdn:not(.dropdn_caret) .dropdn-link [class*='icon'] {
	color: #000;
}

.hdr-topline .dropdn.is-hovered .dropdn-link, .hdr-topline .minicart.is-hovered .minicart-link, .hdr-topline .mobilemenu-toggle.active {
	color: #33cad5;
}

.hdr-topline .dropdn.is-hovered .dropdn-link [class*='icon'], .hdr-topline .minicart.is-hovered .minicart-link [class*='icon'], .hdr-topline .mobilemenu-toggle.active [class*='icon'] {
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark {
	color: #fff;
	border-bottom: 0;
	background-color: #000;
}

.hdr-topline.hdr-topline--dark .dropdn-link, .hdr-topline.hdr-topline--dark .custom-text a, .hdr-topline.hdr-topline--dark .social-list a {
	text-decoration: none;
	color: #fff;
}
 
.hdr-topline.hdr-topline--dark .dropdn-link:hover, .hdr-topline.hdr-topline--dark .custom-text a:hover, .hdr-topline.hdr-topline--dark .social-list a:hover {
	text-decoration: none;
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark .dropdn-link:hover [class*='icon'], .hdr-topline.hdr-topline--dark .custom-text a:hover [class*='icon'], .hdr-topline.hdr-topline--dark .social-list a:hover [class*='icon'] {
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark .dropdn:not(.dropdn_caret) .dropdn-link [class*='icon'] {
	color: #fff;
}

.hdr-topline.hdr-topline--dark .dropdn.is-hovered .dropdn-link, .hdr-topline.hdr-topline--dark .minicart.is-hovered .minicart-link, .hdr-topline.hdr-topline--dark .mobilemenu-toggle.active {
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark .dropdn.is-hovered .dropdn-link [class*='icon'], .hdr-topline.hdr-topline--dark .minicart.is-hovered .minicart-link [class*='icon'], .hdr-topline.hdr-topline--dark .mobilemenu-toggle.active [class*='icon'] {
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark .custom-text, .hdr-topline.hdr-topline--dark .custom-text a {
	color: #fff;
}

.hdr-topline.hdr-topline--dark .custom-text [class*='icon'], .hdr-topline.hdr-topline--dark .custom-text a [class*='icon'] {
	color: #fff;
}

.hdr-topline.hdr-topline--dark .custom-text span {
	color: #33cad5;
}

.hdr-topline.hdr-topline--dark .hdr-line-separate:after {
	border-color: rgba(255, 255, 255, .15);
}

.hdr-topline.hdr-topline--dark .dropdn_caret .dropdn-link:after {
	border-top-color: #fff;
}

.dropdn {
	display: block;
}

.dropdn-link {
	white-space: nowrap;
}

.dropdn-link.only-icon .dropdn-link-txt {
	display: none;
}
.dropdn-content ul.list-unstyled a {
	padding-top: 0;
	padding-bottom: 0;
}
.dropdn-content h3, .dropdn-content h4, .dropdn-content h5 {
	color: #000;
}

.dropdn-content a:not(.btn) {
	transition: .2s;
	color: #000;
}

.dropdn-content a:not(.btn):hover {
	color: #33cad5;
}

.dropdn-content .payment-link [class*=icon] {
	color: #000;
}

.dropdn-content .payment-link [class*=icon]:hover {
	color: #33cad5;
}

.dropdn-content li.active a:not(.btn) {
	pointer-events: none;
	color: #33cad5;
}

.dropdn-content ul {
	margin: -5px 0 0;
	padding: 0;
	list-style: none;
}

.dropdn-content ul li>a {
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	padding: 5px 0;
}

.dropdn-content ul li>a:hover {
	text-decoration: none;
}

.dropdn-content .dropdn-close {
	font-size: 16px;
	font-weight: 600;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	overflow: hidden;
	min-height: 69px;
	margin: 0 -5px 10px;
	padding: 35px 5px;
	transition: .2s;
	transform: translateZ(0);
	text-align: right;
	color: #000;
	background: #fff;
	background: -webkit-gradient(left top, left bottom, color-stop(80%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, #fff 80%, rgba(255, 255, 255, 0) 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dropdn-content .dropdn-close>span {
	cursor: pointer;
}

.dropdn-content .dropdn-close>span:hover {
	text-decoration: underline;
	color: #000;
}
 
.dropdn-content .dropdn-close .ps__scrollbar-x-rail, .dropdn-content .dropdn-close ps__scrollbar-y-rail {
	z-index: 1;
}

.dropdn_currency .dropdn-content li span:first-child:not(:only-child) {
	padding-right: 10px;
}

.dropdn.dropdn_fullheight .dropdn-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: calc(100vh - 40px);
	transition: max-height .3s;
	pointer-events: none;
	opacity: 1;
}
body.boxed .dropdn.dropdn_fullheight .dropdn-content {
	width: 100%;
}

.header-side-panel .dropdn-content-block {
	position: fixed;
	z-index: 164;
	top: 0;
	right: 0;
	display: block;
	overflow-y: auto;
	width: 485px;
	height: 100%;
	padding: 0 60px 35px;
	transition: transform .35s;
	transform: translate3d(110%, 0, 0);
	pointer-events: all;
	opacity: 1;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .07);
}
.dropdn-content.is-opened .dropdn-content-block {
	transform: translate3d(0, 0, 0);
    border-left: 1px solid #ccc;
}

.account-drop {
	text-align: right;
}

.account-drop .form-control {
	text-align: right;
}

.account-drop .dropdn-form-wrapper {
	margin-top: 40px;
}

.account-drop .dropdn-form-wrapper .btn {
	min-width: 195px;
}

.account-drop ul {
	margin-top: -10px;
}

.account-drop ul li>a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 7px 0;
	-ms-flex-align: center;
	align-items: center;
}

.account-drop ul li>a:hover {
	text-decoration: none;
}

.account-drop ul li>a [class*='icon'] {
	font-size: 20px;
	position: relative;
	top: -1px;
	width: 30px;
}

.account-drop ul li>a .icon-card {
	font-size: 11px;
	top: .5px;
}

.dropdn.dropdn_fullwidth .dropdn-content {
	left: 0;
	width: 100%;
	padding: 45px 0;
}
.wishlist-link {
	position: relative;
}

.minicart-link {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
}

.icon-basket+.minicart-qty {
	left: 15px;
}
.wishlist-qty {
	bottom: -2px !important;
	left: 10px;
}
.wishlist-qty:empty {
	display: none;
}

.minicart-qty, .wishlist-qty {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	bottom: -3px;
	display: -ms-flexbox;
	display: flex;
	width: 18px;
	height: 18px;
	color: #fff;
	border-radius: 50%;
	background-color: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hdr-topline .minicart-qty, .hdr-topline .wishlist-qty {
	font-size: 11px;
	right: 0;
	bottom: -4px;
	left: auto;
	width: 14px;
	height: 14px;
}

.hdr-topline .wishlist-qty {
	right: -4px;
}

.hdr-topline .hdr-links-wrap .dropdn-link [class*='icon'] {
	padding: 0;
}

.hdr-topline .hdr-links-wrap {
	margin: 0 30px;
}

.hdr-topline .hdr-links-wrap .dropdn-link-txt {
	display: none;
}

.hdr-topline .hdr-links-wrap:last-child {
	margin-right: -8px;
}

.hdr-topline .hdr-links-wrap .dropdn-link [class*='icon'] {
	font-size: 19px;
}

.hdr-topline .hdr-links-wrap .hdr-inline-link {
	margin-right: 0;
	margin-left: auto;
}

.hdr-topline .hdr-links-wrap .hdr-inline-link .dropdn-link {
	padding: 0 8px;
}
.dropdn.dropdn_search .dropdn-content {
	padding: 10px 0;
}

.hdr-wrap .search {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 50px 0 0;
}

.hdr-wrap .search-input[type] {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    width: 100%;
    color: #7e7e7e;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 10px;
}

.hdr-wrap .search-input[type]::-webkit-input-placeholder {
	text-transform: none;
	color: #7e7e7e;
}

.hdr-wrap .search-input[type]:-moz-placeholder {
	text-transform: none;
	color: #7e7e7e;
}

.hdr-wrap .search-input[type]::-moz-placeholder {
	text-transform: none;
	color: #7e7e7e;
}

.hdr-wrap .search-input[type]:-ms-input-placeholder {
	text-transform: none;
	color: #7e7e7e;
}

.hdr-wrap .search-input[type]:focus {
	border-bottom-color: #33cad5;
}

.hdr-wrap .search-input[type]::-webkit-search-cancel-button {
	display: none;
}

.hdr-wrap .search-input.input-empty+.search-button {
	display: none;
}

.hdr-wrap .search-button {
	font-size: 33px;
	line-height: 50px;
	position: absolute;
	top: 1px;
	right: 50px;
	display: block;
	width: 50px;
	padding: 0;
	cursor: pointer;
	transition: .2s;
	text-align: center;
	border: 0;
	background-color: transparent;
}

.hdr-wrap .search-close {
	font-size: 45px;
	position: absolute;
	top: 0;
	right: 0;
}

.hdr-wrap .search-close:hover {
	text-decoration: none;
}

.dropdn-content.minicart-drop .dropdn-content-block {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	padding: 0 45px;
	-ms-flex-direction: column;
}
.minicart-drop-content {
	position: relative;
	overflow-y: auto;
	height: 100%;
	margin: -25px -30px 0;
	padding: 10px 30px 0;
}
.minicart-drop-fixed {
	margin-top: auto;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.minicart-drop-fixed .payment-link [class*='icon'] {
	font-size: 42px;
}

.minicart-drop-fixed .payment-link>* {
	margin: 0 10px;
}
.minicart-drop {
	text-align: left;
}

.minicart-drop .shop-feature-single {
	color: inherit;
}

.minicart-drop-content>* {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.minicart-prd-tag {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 0;
	transition: .2s;
	text-decoration: none;
}

.minicart-prd-tag, .minicart-prd-tag a {
	color: #9e9e9e;
}

.minicart-prd-tag a:hover {
	text-decoration: none;
	color: #000;
}

.minicart-drop-total {
	margin-top: 0;
	padding: 18px 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #f4f4f4;
}

.minicart-drop-total-txt {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}

.minicart-drop-total-price {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-align: right;
	color: #000;
}

.minicart-drop-countdown {
	display: none;
	margin-top: 0;
}

.is-opened .minicart-drop-countdown {
	display: block;
}

.minicart-drop-info {
	margin-top: 40px;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.minicart-drop-actions {
	display: -ms-flexbox;
	display: flex;
	margin: 15px -10px 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.minicart-drop-actions .btn {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	-ms-flex: 1;
	flex: 1;
}

.minicart-empty {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 35px;
	text-align: center;
	color: #000;
}

.minicart-empty-icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.minicart-empty-icon [class*='icon'] {
	font-size: 215px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.minicart-empty-icon>svg {
	width: 320px;
	height: 255px;
}

.minicart-empty-icon>svg path {
	transform: scale(.53) translate(-5%, 13%);
	fill: #e8fbfc;
}

.hdr-transparent .hdr {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
}

.hdr .mmenu-submenu-inside {
	max-height: none !important;
}

.hdr-content-sticky .mmenu-submenu-inside {
	overflow-y: hidden;
}
.hdr-style4 .mmenu {
	text-align: left;
}

.hdr-style4 .justify-content-center .mmenu {
	text-align: center;
}

.hdr-style4 .hdr-content>.container>.row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.hdr-style4 .hdr-navline>.container>.row {
	-ms-flex-align: center;
	align-items: center;
}

.hdr-style4 .hdr-content>.container>.row>* {
	transition: 0s;
}
.hdr-style7 .mmenu {
	text-align: left;
}

.hdr-style7 .justify-content-center .mmenu {
	text-align: center;
}

.hdr-style7 .hdr-content>.container>.row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.hdr-style7 .hdr-content>.container>.row>* {
	transition: 0s;
}

.hdr-style7 .hdr-topline {
	z-index: 0;
}

.hdr-style7 .hdr-inline-link:last-child {
	margin-left: auto;
}
.page-footer {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.page-footer a, .page-footer .footer-block a, .page-footer .footer-block ul:not([class]) li a {
	color: #000;
}

.page-footer a:hover, .page-footer .footer-block a:hover, .page-footer .footer-block ul:not([class]) li a:hover {
	text-decoration: none;
	color: #33cad5;
}

.page-footer p {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}

.page-footer p+p {
	margin-top: 12px;
}

.page-footer .social-list-circle-sm li a, .page-footer .social-list-circle li a {
	background-color: #f7f7f7;
}
 
.page-footer .social-list-circle-sm li a [class*='icon'], .page-footer .social-list-circle li a [class*='icon'] {
	color: #33cad5 !important;
}

.page-footer .social-list-circle-sm li a:after, .page-footer .social-list-circle li a:after {
	background-color: #33cad5;
}

.page-footer .social-list-circle-sm li a:hover [class*='icon'], .page-footer .social-list-circle li a:hover [class*='icon'] {
	color: #fff !important;
}

.page-footer .social-list li a {
	color: #000;
}

.page-footer .social-list li a:hover {
	color: #33cad5;
}

.footer-top {
	padding-bottom: 50px;
}
.footer-logo {
	display: -ms-flexbox;
	display: flex;
}

.footer-logo a {
	display: inline-block;
}

.footer-logo a img {
	max-width: 180px;
}

.footer-logo:not(:last-child) {
	margin-bottom: 24px;
}
.footer-bottom {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 18px 0;
	color: #000;
}

.footer-bottom a {
	color: #000;
}

.footer-bottom a:hover {
	color: #33cad5;
}

.footer-bottom>.container>.row {
	-ms-flex-align: center;
	align-items: center;
}

.footer-bottom .footer-logo {
	margin-top: 0;
}

.footer-bottom-col-left {
	-ms-flex: 1;
	flex: 1;
}
.footer-bottom-col-right>.row {
	-ms-flex-align: center;
	align-items: center;
}

.footer-newsletter {
	max-width: 375px;
}

.footer-newsletter:not(:last-child) {
	margin-bottom: 30px;
}

.page-footer .text-center>a {
	display: inline-block;
}
.page-footer .title {
	text-decoration: none;
}

.page-footer .title, .page-footer .title>* {
	color: #000;
}

.page-footer .title h3, .page-footer .title h4, .page-footer .title h5, .page-footer .title h6 {
	font-weight: 700;
	margin-bottom: 21px;
	color: #000;
}

.page-footer .title h3 a, .page-footer .title h3 a:focus, .page-footer .title h4 a, .page-footer .title h4 a:focus, .page-footer .title h5 a, .page-footer .title h5 a:focus, .page-footer .title h6 a, .page-footer .title h6 a:focus {
	color: #000;
}

.footer-block {
	margin-top: 40px;
}

.footer-block img {
	max-width: 100%;
}

.footer-block:first-child {
	margin-top: 0;
}

.page-footer ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-footer ul:not([class]) li {
	display: block;
	overflow: hidden;
}
.page-footer ul:not([class]) li:first-child {
	margin-top: 0;
}

.page-footer ul:not([class]) li, .page-footer ul:not([class]) li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
}

.page-footer ul:not([class]) li a {
	display: inline-block;
}

.page-footer ul:not([class]) li a:hover, .page-footer ul:not([class]) li a:focus {
	text-decoration: none;
	color: #0f0909;
}
 
.page-footer ul:not([class]) li [class*='icon-'] {
	font-size: 18px;
	position: relative;
	display: block;
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
.collapsed-mobile .toggle-arrow {
	display: none;
}
.back-to-top {
	position: relative;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 15px;
	transition: .5s;
	text-align: center;
	pointer-events: none !important;
	opacity: 0;
	color: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	background: #efefef;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.back-to-top:after {
	position: absolute;
	z-index: 0;
	top: -30%;
	left: -30%;
	width: 110%;
	height: 110%;
	content: '';
	transition: .25s ease;
	opacity: 0;
	border-radius: 50%;
	background: #000;
}

.back-to-top .icon {
	font-size: 22px;
	line-height: 1em;
	position: relative;
	transition: .2s;
	color: #000;
}

.back-to-top .icon:after {
	position: relative;
	position: absolute;
	z-index: 1;
	display: block;
	width: 2px;
	height: 0;
	margin: -14px 0 0 10px;
	content: '';
	transition: .2s;
	background-color: #000;
}

.back-to-top .icon:before {
	position: relative;
	z-index: 1;
}

.back-to-top:hover {
	text-decoration: none;
}
body.mac .back-to-top {
	transition: .5s;
}

body.mac .back-to-top:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease;
}

.back-to-top.is-visible {
	bottom: 65px;
	pointer-events: all !important;
	opacity: 1;
}
.payment-link {
	list-style: none;
}
.payment-link>* {
	margin: 0 14px;
    display: inline-block;
}
.collapsed-content .payment-link {
	max-width: 350px;
}

.text-center>.payment-link {
	-ms-flex-pack: center;
	justify-content: center;
}

.payment-link [class*='icon'] {
	font-size: 60px;
	line-height: 1em;
	display: inline-block;
	transition: .2s;
	color: #000;
	background-color: transparent;
}
.payment-link [class*='icon']:hover {
	color: #33cad5;
}

.payment-link--sm [class*='icon'] {
	font-size: 50px;
}
.page-footer.footer-style-2 .footer-copyright {
	margin-top: -10px;
}
.page-footer.footer-style-2 .footer-bottom-col-right {
	-ms-flex: 2;
	flex: 2;
}
.footer-sticky {
	position: fixed;
	z-index: 159;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	pointer-events: none;
	-ms-flex-direction: column;
}

.footer-sticky>* {
	pointer-events: auto;
}

.footer-sticky .back-to-top {
	-ms-flex-order: -1;
	order: -1;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.footer-sticky .sticky-addcart:not(.closed)~.back-to-top.is-visible {
	bottom: 20px;
}

.template-collection.fancybox--under-modals .footer-sticky {
	bottom: 0 !important;
}

body.fancybox-active .payment-notification-wrap, body.fancybox-active .back-to-top, body.fancybox-active .js-stickyAddToCart {
	display: none;
}

body.fancybox-active .footer-sticky {
	z-index: 171;
}

body.fancybox-active.fancybox--under-modals .footer-sticky {
	z-index: 173;
}

body.fancybox--from-sticky .js-stickyAddToCart {
	display: block;
}

.footer-shop-info h4, .footer-shop-info p, .footer-shop-info .icn, .footer-shop-info .row h4, .footer-shop-info .row p, .footer-shop-info .row .icn {
	transition: color .2s;
}

.bnslider-wrapper {
	position: relative;
}

.bnslider {
	overflow: hidden;
	height: 325px;
	margin-bottom: 0;
	color: #000;
	background: #fff;
}

.bnslider>* {
	visibility: hidden;
	transition: opacity 1s ease;
	opacity: 0;
}

.bnslider.slick-initialized>* {
	visibility: visible;
	opacity: 1;
}

.bnslider.bnslider--fullheight {
	min-height: 100vh;
	max-height: 100vh;
}
.bnslider .bnslider-slide, .bnslider .slick-list, .bnslider .slick-track {
	height: 100%;
}

.bnslider:hover .slick-prev, .bnslider:hover .slick-next {
	opacity: 1;
}

.bnslider-slide {
	position: relative;
	overflow: hidden;
}

.bnslider-image-mobile {
	display: none;
}
.bnslider-image, .bnslider-image-mobile {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slick-initialized .bnslider-image, .slick-initialized .bnslider-image-mobile {
	opacity: 1;
}

.bnslider-dots {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.bnslider-dots .slick-dots {
	left: 50%;
	width: auto;
	transform: translateX(-50%);
	pointer-events: none;
	border-radius: 13px;
	background-color: rgba(255, 255, 255, .55);
}

.bnslider-dots .slick-dots li {
	pointer-events: auto;
}
.bnslider-arrows {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 48px;
	margin-top: -24px;
}

.bnslider-arrows .slick-arrow {
	top: 0;
	width: auto;
	color: #000;
}

.bnslider-arrows .slick-prev, .bnslider-arrows .slick-next {
	transition: .2s;
}

.bnslider-arrows .slick-prev, .bnslider-arrows .slick-next {
	transform: none;
}

.bnslider-arrows .slick-prev:hover:before, .bnslider-arrows .slick-prev:hover:not(.slick-disabled):before, .bnslider-arrows .slick-next:hover:before, .bnslider-arrows .slick-next:hover:not(.slick-disabled):before {
	color: #fff;
	background-color: #33cad5;
}

.bnslider-arrows .slick-prev:before, .bnslider-arrows .slick-next:before {
	font-size: 20px;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	transition: .2s;
	opacity: 1;
	color: #000;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .55);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bnslider-arrows .slick-prev:before {
	left: 0;
	padding-right: 2px;
	content: '\e907';
}

.bnslider-arrows .slick-next:before {
	right: 0;
	content: '\e919';
}

.bnslider-arrows .slick-prev {
	left: 15px;
}

.bnslider-arrows.container-fluid .slick-prev {
	left: 15px;
}

.bnslider-arrows .slick-next {
	right: 15px;
}

.bnslider-arrows.container-fluid .slick-next {
	right: 15px;
}
.bnslider-wrapper .bnslider-dots {
	bottom: 20px;
}
.bnslider-wrapper .bnslider-dots .slick-dots li {
	box-sizing: content-box;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.bnslider-wrapper .bnslider-dots .slick-dots li:not(.slick-active) button {
	margin: 11px auto;
	background-color: #000;
}

.bnslider-wrapper .bnslider-dots .slick-dots li.slick-active button {
	margin: 6px auto;
}

.bnslider-text {
	position: relative;
	overflow: hidden;
}

.bnslider-text-inside {
	position: relative;
	z-index: 1;
	display: block;
}

.bnslider-text-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: top left;
}

.letter {
	line-height: 1em;
	display: inline-block;
}

.bnslider .btn.js-video-slider-play span:last-child {
	display: none;
}

.bnslider .btn.is-play.js-video-slider-play span:last-child {
	display: block;
}

.bnslider .btn.is-play.js-video-slider-play span:first-child {
	display: none;
}

.bnslider [data-animation] {
	opacity: 0;
}

@keyframes flash {
	from {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
	93% {
		opacity: .6;
	}
	94% {
		opacity: .2;
	}
	96% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.video-section-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-section-wrapper>* {
	visibility: visible;
	opacity: 1;
}

.video-section-wrapper .video {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
	pointer-events: none;
}
.bnr-wrap {
	display: block;
}

.bnr-wrap, .bnr-wrap:hover {
	text-decoration: none;
}

.bnr {
	font-size: 100px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
	color: #000;
}

.bnr:hover, .bnr:focus {
	text-decoration: none;
	color: #000;
}

.bnr img {
	width: 100%;
}

.bnr.bnr--left {
	text-align: left;
}

.bnr.bnr--bottom .bnr-caption {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bnr .bnr-caption {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transition: opacity .2s .75s;
	-ms-flex-direction: column;
}

.bnr[data-fontratio]:not(.fontratio-calc) .bnr-caption {
	opacity: 0;
}

.bnr .bnr-caption>*+* {
	margin-top: 5%;
}

.bnr .bnr-caption {
	padding: 4% 4%;
}

.hdr-content .bnr .bnr-caption>*+* {
	margin-top: 10px;
}
.bnr-img {
	position: relative;
	width: 100%;
}

.bnr-img .circle_decor {
	width: 180%;
}
.prd-grid, .prd-horgrid {
	position: relative;
	z-index: 2;
	margin: 0 -15px 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prd-grid:not(.slick-slider) .prd, .prd-horgrid:not(.slick-slider) .prd {
	margin-top: 10px;
}

.prd-grid:not(.slick-slider), .prd-horgrid:not(.slick-slider) {
	margin-top: -30px;
}
.prd-horgrid:not(.slick-slider), .prd-grid:not(.slick-slider) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-listing {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.product-listing.prd-grid:not(.slick-slider) {
	margin-top: -20px;
}

@supports not (-webkit-overflow-scrolling: touch) {
	.prd-grid:before,
	.prd-grid:after {
		display: table;
		content: '';
	}
	.prd-grid:after {
		clear: both;
	}
}
.prd {
	position: relative;
	width: 100%;
	min-height: 1px;
	margin: 5px;
}
.prd:focus {
	outline: none;
}

.prd .foxic-loader {
}

 .prd img.lazyload+.foxic-loader, .prd img.lazyloading+.foxic-loader {
}

 .prd img.lazyload~.prd-big-squared-labels, .prd img.lazyloading~.prd-big-squared-labels {
	opacity: 0;
}

 .prd img.lazyloaded~.prd-big-squared-labels {
	opacity: 1;
}

.prd .prd-description {
	display: none;
}

.prd .prd-info-top {
	display: none;
}

.prd .prd-info-wrap .prd-action {
	display: none;
}

.prd-grid .prd {
	max-width: calc(24.9% - 30px);
	-ms-flex: 0 0 calc(24.9% - 30px);
	flex: 0 0 calc(24.9% - 30px);
}

.prd-grid.slick-initialized .slick-slide .prd {
	width: calc(100% - 30px) !important;
	max-width: calc(100% - 30px) !important;
}

.prd-grid.slick-initialized[class*='data-to-show'] .prd.slick-slide {
	width: auto;
	max-width: none;
}

.prd-horgrid .prd {
	max-width: calc(33.32% - 30px);
	-ms-flex: 0 0 calc(33.32% - 30px);
	flex: 0 0 calc(33.32% - 30px);
}
.prd-grid.data-to-show-6 .prd {
	max-width: calc(16.65% - 30px);
	-ms-flex: 0 0 calc(16.65% - 30px);
	flex: 0 0 calc(16.65% - 30px);
}

.prd-grid.data-to-show-5 .prd {
	max-width: calc(19.9% - 30px);
	-ms-flex: 0 0 calc(19.9% - 30px);
	flex: 0 0 calc(19.9% - 30px);
}

.prd-grid.data-to-show-4 .prd {
	max-width: calc(24.9% - 30px);
	-ms-flex: 0 0 calc(24.9% - 30px);
	flex: 0 0 calc(24.9% - 30px);
}

.prd-grid.data-to-show-3 .prd {
	max-width: calc(33.32% - 30px);
	-ms-flex: 0 0 calc(33.32% - 30px);
	flex: 0 0 calc(33.32% - 30px);
}

.prd-grid.data-to-show-2 .prd {
	max-width: calc(49.9% - 30px);
	-ms-flex: 0 0 calc(49.9% - 30px);
	flex: 0 0 calc(49.9% - 30px);
}

.prd-grid.data-to-show-1 .prd {
	max-width: calc(100% - 30px);
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
}
.prd-grid .slick-arrow {
	z-index: 2 !important;
}
.prd-grid:not([class*='arrows-']) .slick-arrow {
	top: -25px;
	right: 0;
	left: auto;
}

.prd-grid:not([class*='arrows-']) .slick-prev {
	right: 25px;
}
.prd .prd-inside {
	overflow: hidden;
	background-color: #fff;
}

.prd .prd-info {
	margin-top: 20px;
}

.prd .prd-action {
	display: -ms-flexbox;
	transition: .2s;
	transform: translate3d(0, 0, 0);
	-ms-flex-align: center;
	align-items: center;
}

.prd .prd-action .btn {
	max-height: 43px;
	padding: 10px;
}

.prd .prd-action .btn, .prd .prd-action .btn:active, .prd .prd-action .btn:active:focus, .prd .prd-action .btn:visited, .prd .prd-action .btn:focus {
	color: #fff;
	background-color: #33cad5;
}

.prd .prd-action .btn:hover, .prd .prd-action .btn:active:hover, .prd .prd-action .btn:focus:hover {
	color: #fff;
	background-color: #000;
}

.prd-info {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
}

.prd-price {
	font-size: 16px;
	line-height: 1.2em;
	display: -ms-flexbox;
	transition: .2s;
	transform: translate3d(0, 0, 0);
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.prd-price>* {
	display: block;
	white-space: nowrap;
}

.prd-price .price-new {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000;
    display: inline-block;
}
.prd-img-area {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
    border: 1px solid #ccc;
    border-radius: 3px; 
}

.prd-img {
	position: relative;
	display: -ms-flexbox;
	display: flex !important; 
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-ms-flex-align: start;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.prd-img img {
	transition: opacity .2s;
}
.prd-img img+img {
	position: absolute;
	z-index: 1;
	left: 0;
	display: block;
	width: auto;
	height: 100%;
	opacity: 0 !important;
}
.prd [class*='circle-label-'], .prd-promo [class*='circle-label-'] {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	width: 33px;
	cursor: pointer;
	text-align: right;
	white-space: nowrap;
	border-radius: 17px;
	background-color: #f7f7f8;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row-reverse;
}

.prd [class*='circle-label-'] [class*='icon'], .prd-promo [class*='circle-label-'] [class*='icon'] {
	font-size: 19px;
	display: -ms-flexbox;
	display: flex;
	min-width: 33px;
	height: 33px;
	transition: .2s;
	color: #272727;
	border-radius: 50%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prd [class*='circle-label-'] .icon-heart-stroke, .prd-promo [class*='circle-label-'] .icon-heart-stroke {
	font-size: 18px;
	padding-top: 1px;
}

.prd [class*='circle-label-'] span, .prd-promo [class*='circle-label-'] span {
	font-size: 10px;
	overflow: hidden;
	max-width: 0;
	padding: 0;
	transition: 0s;
	text-transform: uppercase;
	pointer-events: none;
	opacity: 0;
	color: #272727;
}

.prd [class*='circle-label-']:hover, .prd-promo [class*='circle-label-']:hover {
	text-decoration: none;
}
.prd [class*='circle-label-'].active, .prd-promo [class*='circle-label-'].active {
	background-color: #f7f7f8;
}

.prd [class*='circle-label-'].active [class*='icon'], .prd-promo [class*='circle-label-'].active [class*='icon'] {
	color: #272727;
}

.prd [class*='circle-label-']+[class*='circle-label-'], .prd-promo [class*='circle-label-']+[class*='circle-label-'] {
	margin-top: 12px;
}

.prd [class*='circle-label-']+.colorswatch-label, .prd-promo [class*='circle-label-']+.colorswatch-label {
	margin-top: 12px;
}

.prd-big-squared-labels {
	position: absolute;
	top: 5px;
	left: 0px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transition: .2s ease .1s;
	-ms-flex-direction: column;
}

.prd-big-squared-labels [class*='label-'] {
	font-size: 10px;
	letter-spacing: 0.4px;
	line-height: 106%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px;
}
.prd-big-squared-labels [class*='label-']+[class*='label-'] {
	margin-top: 5px;
}
.prd-big-squared-labels [class*='label-'].d-none:first-child+[class*='label-'] {
	margin-top: 0;
}
.prd-big-squared-labels [class*='label-'] .sale-text {
	display: block;
	width: 100%;
	text-align: center;
}
.label-new {
	color: #fff;
	background-color: #33cad5 !important;
}
.label-lowstock {
	color: #fff;
	background-color: #e32c2b !important;
}
.label-outstock {
	color: #fff;
	background-color: #4f4f4f !important;
}
.label-freeship {
	color: #fff;
	background-color: #67b960 !important;
}

.prd-outstock .prd-img img {
	filter: grayscale(1); 
}
.prd-outstock .color-swatch, .prd-outstock .colorswatch-label {
	display: none !important;
}
.prd-tag {
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	transition: .2s;
	text-decoration: none;
}
.prd-tag:not(:first-child) {
	margin-top: 10px;
}
.prd-tag, .prd-tag a {
	color: #9e9e9e;
}
.prd-tag a:hover {
	text-decoration: none;
}
.prd-tag+.prd-rating {
	line-height: 19px;
}

.prd-rating+.prd-tag {
	margin-top: 5px;
}

.prd-info-top+.prd-tag {
	margin-top: 5px;
}

.prd-title {
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 0;
	transition: .2s;
}

.prd-title:not(:first-child) {
	margin-top: 6px;
}

.prd-title, .prd-title a {
	color: #000;
}

.prd-title a:hover {
	text-decoration: none;
	color: #33cad5;
}

.prd-hovers:not(:first-child) {
	margin-top: 10px;
}
.prd-promo .prd-inside {
	position: relative;
}

.prd-promo .prd-action {
	transform: translate3d(0, 0, 0);
}
.prd-promo .prd-rating {
	font-size: 14px;
	margin-top: 10px;
}

.prd-promo .prd-rating [class*='icon'] {
	font-size: 18px;
}

.prd-promo .prd-title {
	font-size: 18px;
	line-height: 24px;
}

.prd-promo .prd-title:not(:first-child) {
	margin-top: 30px;
}
.prd-promo .prd-title, .prd-promo .prd-title a {
	color: #000;
}

.prd-promo .prd-title a:hover {
	color: #33cad5;
}

.prd-promo .prd-price {
	display: -ms-flexbox;
	display: flex;
	transition: .2s;
	transform: translate3d(0, 0, 0);
	-ms-flex-align: center;
	align-items: center;
}

.prd-promo .prd-price .price-new {
	font-size: 21px;
	line-height: 43px;
}
.prd-promo:hover .prd-img img:first-child:not(:only-of-type) {
	opacity: 0 !important;
}

.prd-promo:hover .prd-img img+img {
	opacity: 1 !important;
} 
.prd-horgrid .prd, .prd-hor {
	margin-bottom: 30px;
}

.prd-horgrid .prd .prd-inside, .prd-hor .prd-inside {
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-ms-flex-align: center;
	align-items: center;
}

.prd-horgrid .prd .prd-img-area, .prd-hor .prd-img-area {
	min-width: calc(49.9% - 30px);
	height: auto;
	margin: 0 30px 0 0;
}

.prd-horgrid .prd .prd-info, .prd-hor .prd-info {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 50%;
	margin-top: 0;
	-ms-flex-direction: column;
}

.prd-horgrid .prd .prd-info-top, .prd-hor .prd-info-top {
	display: block;
}

.prd-horgrid .prd .prd-price, .prd-hor .prd-price {
	height: auto !important;
	margin-top: 20px;
}

.prd-horgrid .prd .prd-action, .prd-hor .prd-action {
	margin-top: 20px;
}
.prd-horgrid .prd .color-swatch, .prd-hor .color-swatch {
	max-height: 100%;
}

.prd-horgrid .prd .prd-hovers, .prd-hor .prd-hovers {
	height: auto !important;
	margin-top: 0;
}

.prd-horgrid .prd.hovered .prd-action, .prd-horgrid .prd.hovered .prd-price, .prd-hor.hovered .prd-action, .prd-hor.hovered .prd-price {
	transform: translate3d(0, 0, 0);
}
.prd-horgrid .prd .prd-info-top+.prd-rating, .prd-hor .prd-info-top+.prd-rating {
	display: none;
}

.prd-rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.prd-rating [class*='icon'] {
	font-size: 16px;
	line-height: 1em;
	margin-right: 2px;
	color: #b4b4b4;
}

.prd-rating [class*='icon']:last-child {
	margin-right: 0;
}

.prd-rating [class*='icon'].fill {
	color: #ffd400;
}

.prd-price .prd-rating {
	min-width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.prd-info.text-center .prd-rating, .prd-info.text-center .prd-price {
	-ms-flex-pack: center;
	justify-content: center;
}

.prd-carousel img {
	-webkit-transform: translateZ(0) scale(1, 1);
}

.prd-carousel * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.prd-promo {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}

.prd-listview .prd {
	max-width: 1200px;
	height: auto !important;
	margin-right: auto;
	margin-left: auto;
}

.prd-listview .prd .prd-inside {
	display: -ms-flexbox;
	display: flex;
}

.prd-listview .prd+.prd {
	margin-top: 80px;
}
.prd-listview .prd .prd-img-area {
	overflow: visible;
	max-width: 23%;
	height: 100%;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prd-listview .prd .prd-img-area .circle-label-compare, .prd-listview .prd .prd-img-area .circle-label-qview {
	display: none !important;
}

.prd-listview .prd .prd-img-area .colorswatch-label {
	margin: 0;
}

.prd-listview .prd .prd-img-area:hover .prd-circle-labels {
	pointer-events: all;
	opacity: 1;
}
.prd-listview .prd .prd-info-wrap {
	padding-left: 30px;
}
.prd-listview .prd .prd-info-wrap .prd-action {
	display: -ms-flexbox;
	display: flex;
}

.prd-listview .prd .color-swatch, .prd-listview .prd .prd-circle-labels {
	transform: translate3d(0, 0, 0);
}

.prd-listview .prd .prd-info {
	margin-top: 0;
}

.prd-listview .prd .prd-info .prd-circle-labels {
	position: relative;
	right: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	margin-right: -7px;
	margin-left: -7px;
	pointer-events: all;
	opacity: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row;
}

.prd-listview .prd .prd-info .prd-circle-labels>* {
	margin-right: 7px;
	margin-left: 7px;
}

.prd-listview .prd .prd-info .prd-circle-labels>*+* {
	margin-top: 10px;
}
.prd-listview .prd .prd-info .prd-circle-labels [class*='circle-label-'] span {
	display: none;
}

.prd-listview .prd .prd-info [class*='circle-label-'] {
	transition: .2s;
}

.prd-listview .prd .prd-action {
	margin-top: 30px;
}
.prd-listview .prd .prd-action-left {
	width: auto !important;
}

.prd-listview .prd .prd-hovers .prd-action {
	display: none;
}
.prd-listview .prd .prd-hovers {
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	flex-direction: column;
	min-width: 200px;
	height: auto;
	padding-left: 50px;
	-ms-flex-direction: column;
}
.prd-listview .prd .prd-hovers:not(:first-child) {
	margin-top: 0;
}

.prd-listview .prd .prd-description {
	font-size: 15px;
	line-height: 23px;
	display: block;
	margin-top: 23px;
}
.prd-listview .prd .prd-description [class^='mt-'] {
	margin-top: 15px !important;
}

.prd-listview .prd .prd-price {
	font-size: 20px;
	height: auto;
}
.prd-listview .prd .color-swatch {
	position: relative;
	z-index: 1;
	bottom: auto;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 5px;
	opacity: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
}

.prd-listview .prd .color-swatch li {
	max-width: none;
	pointer-events: all;
}

.prd-listview .prd .prd-title {
	font-weight: 600;
	margin-top: 5px;
}

.prd-listview .prd .prd-info-top {
	display: block;
}

.prd-listview .prd .prd-img-area:hover .prd-img img:first-child:not(:only-of-type) {
	opacity: 0 !important;
}

.prd-listview .prd .prd-img-area:hover .prd-img img+img {
	opacity: 1 !important;
}

.prd-listview .prd .prd-info-top+.prd-rating {
	display: none;
}

.prd-grid .prd-w-lg:not(.prd-hor) .prd-action .btn[class*='select-add-to-cart'] {
	padding: 14px 16px;
}

.prd-grid .prd-w-md:not(.prd-hor) .prd-action .btn {
	padding: 14px 16px;
}

.prd-w-md [class*='circle-label-']+[class*='circle-label-'] {
	margin-top: 8px;
}

.prd-w-md [class*='circle-label-']+.colorswatch-label {
	margin-top: 8px;
}

.prd-grid .prd-w-sm:not(.prd-hor) .prd-action .btn {
	width: 100%;
    padding: 10px 12px;
    font-size: 11px;
    letter-spacing: 1px;
}

.prd-w-sm .prd-action-left { 
	width: 100%;
}

.prd-w-sm [class*='circle-label-']+[class*='circle-label-'] {
	margin-top: 6px;
}

.prd-w-sm [class*='circle-label-']+.colorswatch-label {
	margin-top: 6px;
}

.prd-grid .prd-w-xs:not(.prd-hor) .prd-action .btn, .prd-grid .prd-w-xxs:not(.prd-hor) .prd-action .btn {
	font-size: 12px;
	width: 100%;
	padding: 10px 7px;
}

.prd-grid .prd-w-xs:not(.prd-hor) .prd-info.prd-info--pad, .prd-grid .prd-w-xxs:not(.prd-hor) .prd-info.prd-info--pad {
	padding: 0 10px 15px;
}

.prd-w-xs .prd-action-left, .prd-w-xxs .prd-action-left {
	width: 100%;
}

.prd-w-xs [class*='circle-label-']+[class*='circle-label-'], .prd-w-xxs [class*='circle-label-']+[class*='circle-label-'] {
	margin-top: 5px;
}

.prd-w-xs [class*='circle-label-']+.colorswatch-label, .prd-w-xxs [class*='circle-label-']+.colorswatch-label {
	margin-top: 5px;
}

.prd-w-xs .sale-text, .prd-w-xxs .sale-text {
	display: none;
}

.prd-w-xs .prd-title, .prd-w-xxs .prd-title {
	line-height: 20px;
	z-index: 14;
}


body.equal-height .prd-img:not(.prd-img--noequal) {
	overflow: hidden;
}
body.equal-height .prd-img:not(.prd-img--noequal) img {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
	margin: 0 auto;
	object-fit: contain;
}
body.equal-height .product-main-carousel:not(.slick-initialized)>div>span, body.equal-height .product-main-carousel .slick-slide>span {
	display: block;
	overflow: hidden;
}
body.equal-height .product-main-carousel:not(.slick-initialized)>div>span img, body.equal-height .product-main-carousel .slick-slide>span img {
	position: absolute !important;
	top: 0;
	right: 0;
	left: 0;
	object-fit: contain !important;
}
.prd--action-off {
	height: auto !important;
}
.prd--action-off .prd-rating:not(:first-child) {
	margin-top: 5px;
}
.prd-horgrid .prd .prd-hovers .prd-rating, .prd-horgrid .prd .prd-hovers .prd-tag, .prd-hor.prd--action-off .prd-hovers .prd-rating, .prd-hor.prd--action-off .prd-hovers .prd-tag {
	display: none;
}
.prd-listview .prd--action-off .prd-hovers .prd-rating, .prd-listview .prd--action-off .prd-hovers .prd-tag {
	display: none;
}
.off-animation .prd .color-swatch {
	transition: none !important;
}
.prd-carousel.js-prd-carousel-single .prd {
	margin-right: 0;
	margin-left: 0;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-title {
	text-align: center;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-price {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-info {
	margin-top: 15px;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-action .btn {
	margin-right: auto;
	margin-left: auto;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-action-left:only-child {
	margin-right: auto;
	margin-left: auto;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-tag {
	text-align: center;
}
.prd-grid .prd--style2:not(.prd-hor).prd-w-sm .prd-action-left, .prd-grid .prd--style2:not(.prd-hor).prd-w-xs .prd-action-left, .prd-grid .prd--style2:not(.prd-hor).prd-w-xxs .prd-action-left {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.prd-info.prd-info--pad {
	padding: 0 5px 15px;
}
 .payment-notification-name, .prd-title, h2.prd-title, .h2-style.prd-title, .prd-block_title, h2.sticky-addcart_title, h1.sticky-addcart_title, .popup-addedtocart_title {
	font-family: 'Open Sans', sans-serif;
}
.circle-label-wishlist--off {
	display: none !important;
}

.prd--in-wishlist .circle-label-wishlist--add {
	display: none !important;
}

.prd--in-wishlist .circle-label-wishlist--off {
	display: -ms-flexbox !important;
	display: flex !important;
}
.btn-add-to-wishlist.btn-add-to-wishlist--off {
	display: none;
}

.prd--in-wishlist .btn-add-to-wishlist.btn-add-to-wishlist--off {
	display: -ms-flexbox;
	display: flex;
}

.prd--in-wishlist .btn-add-to-wishlist.btn-add-to-wishlist--add {
	display: none;
}

.prd-block_main-image-holder {
	position: relative;
}

.prd-block_main-image-holder .zoomContainer {
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%);
}

body:not(.equal-height) .prd-block_main-image-holder .image-container img {
	object-fit: cover;
}

.prd-block_main-image {
	position: relative;
	max-width: 100%;
	height: 100%;
}

.prd-block_main-image img {
	position: relative;
	z-index: 1;
	left: 0;
	width: 100%;
	opacity: 1;
}

.prd-block_reviews {
	font-size: 14px;
	line-height: 1em;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: -1px;
	margin-left: -1px;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
}

.prd-block_reviews [class*='icon'] {
	font-size: 20px;
	margin: 0 1px;
	color: #b4b4b4;
}

.prd-block_reviews [class*='icon'].fill {
	color: #ffd400;
}

.prd-block_reviews .reviews-link {
	margin: 0 6px;
}

.prd-block_reviews+* {
	margin-top: 10px;
}

.prd-block_reviews a {
	text-decoration: underline;
}

.prd-block_main-image-links {
	font-size: 24px;
	position: absolute;
	z-index: 151;
	right: 0;
	bottom: 0;
	padding: 0 10px 10px 0;
	pointer-events: none;
}

.prd-block_main-image-links>a[class*='-link'] {
	line-height: 37px;
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	pointer-events: auto;
	color: #000;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .7);
}

.prd-block_main-image-links>a[class*='-link']+a {
	margin-left: 3px;
}

.prd-block_main-image-links>a[class*='-link']+a:before {
	position: absolute;
	left: -7px;
	width: 7px;
	height: 100%;
	content: '';
}

body:not(.touch) .prd-block_main-image-links {
	transition: opacity .2s;
	opacity: 0;
}

body:not(.touch) .product-main-carousel .slick-arrow {
	transition: opacity .2s;
	opacity: 0;
}

body:not(.touch) .prd-block_main-image:hover .prd-block_main-image-links {
	opacity: 1;
}

body:not(.touch) .prd-block_main-image:hover .slick-arrow {
	opacity: 1;
}

body:not(.touch) .prd-block_main-image:hover .slick-arrow.slick-disabled {
	opacity: .3;
}

.prd-block_main-image .slick-next, .prd-block_main-image .slick-prev {
	position: absolute;
	z-index: 151;
	top: 50%;
	right: auto;
	left: 10px;
	display: block !important;
	width: 50px;
	height: 50px;
	margin-top: 0;
	transition: .2s;
	text-align: center;
	opacity: 0;
	border-radius: 5px;
	background: rgba(232, 232, 232, .3);
}

.prd-block_main-image .slick-next:hover:not(.slick-disabled), .prd-block_main-image .slick-prev:hover:not(.slick-disabled) {
	background: #e8e8e8;
}

.prd-block_main-image .slick-next.slick-disabled, .prd-block_main-image .slick-prev.slick-disabled {
	pointer-events: all;
}

.prd-block_main-image .slick-prev:not(.slick-disabled):hover:before, .prd-block_main-image .slick-next:not(.slick-disabled):hover:before {
	color: #282828;
}

.prd-block_main-image .slick-next {
	right: 10px;
	left: auto;
}

.prd-block_main-image .slick-prev:before {
	left: -1px;
}

.prd-block_main-image .slick-next:before {
	right: -1px;
}

.prd-block_main-image .slick-prev:before, .prd-block_main-image .slick-next:before {
	font-size: 32px;
	line-height: 47px;
	position: relative;
	color: #282828;
}

body:not(.touch) .prd-block_main-image:hover .slick-next, body:not(.touch) .prd-block_main-image:hover .slick-prev {
	z-index: 155;
}

body.touch .prd-block_main-image .slick-next, body.touch .prd-block_main-image .slick-prev {
	z-index: 155;
	opacity: 1;
	background: rgba(232, 232, 232, .7);
}

body.touch .prd-block_main-image .slick-next:before, body.touch .prd-block_main-image .slick-prev:before {
	color: #282828;
}

body.touch .prd-block_main-image .slick-disabled, body.touch .prd-block_main-image .slick-disabled {
	opacity: .3;
}

body.touch .prd-block_main-image .slick-next:not(.slick-disabled), body.touch .prd-block_main-image .slick-prev:not(.slick-disabled) {
	opacity: 1;
}

body.touch .prd-block_main-image .slick-next:not(.slick-disabled):hover:not(.slick-disabled), body.touch .prd-block_main-image .slick-prev:not(.slick-disabled):hover:not(.slick-disabled) {
	background: rgba(232, 232, 232, .7);
}

.zoomWindow {
	z-index: 149 !important;
	background-color: #fff;
}

.prd-block_main-image {
	-ms-flex: 1;
	flex: 1;
}

.prd-block--prv-bottom .product-previews-wrapper {
	padding: 10px 20px;
}

.prd-block--prv-bottom .product-previews-wrapper a {
	padding: 0 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
}

.prd-block--prv-bottom .product-previews-wrapper .slick-prev {
	left: -28px;
}

.prd-block--prv-bottom .product-previews-wrapper .slick-next {
	right: -28px;
}

.product-previews-wrapper {
	position: relative;
}
.product-previews-carousel:not(.slick-initialized) {
	visibility: hidden;
	max-height: 90px;
	transition: opacity .2s;
	opacity: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
	.product-previews-carousel .slick-prev.slick-disabled, .product-previews-carousel .slick-next.slick-disabled {
		opacity: .5;
	}
	.product-previews-carousel .slick-prev:not(.slick-disabled), .product-previews-carousel .slick-next:not(.slick-disabled) {
		opacity: 1;
	}
}
.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide>* {
	display: block;
	margin: 0 0 8px;
	padding: 0 4px;
}

.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide>*.active {
	pointer-events: none;
}
.product-previews-carousel{
    height: 65px !important;
}
.product-previews-carousel.slick-initialized a {
	transition: all .3s ease;
	opacity: 1;
}

.product-previews-carousel.slick-initialized a.active, .product-previews-carousel.slick-initialized a:hover {
	opacity: .75;
}

.product-previews-carousel.slick-vertical .slick-list {
	padding: 0 !important;
}
.prd-block_info {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
}

.prd-block_info>*:not([class*=' order-']) {
	-ms-flex-order: 100;
	order: 100;
}

.prd-block_info+.prd-block_info {
	margin-top: 40px;
}
.prd-block_info_item {
	margin-top: 20px;
}
.prd-block_price {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.prd-block_price:not(:first-child) {
	margin-top: 10px;
}

.prd-block_price>* {
	padding: 0 10px;
}
.prd-block_price--actual {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: .5px;
	color: #000;
}
.prd-block_title-wrap {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
}

.prd-block_title {
	font-size: 23px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 0;
	color: #000;
}
.prd-block-under {
	margin-bottom: 15px;
}

.prd-block-under.prd-block--prv-left>*:first-child {
	padding-left: 23.5%;
}
.prd-block_info-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prd-block_info-box {
	font-size: 15px;
	line-height: 20px;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 25px 10px;
	color: #000;
	background-color: #f7f7f8;
}
.prd-block_info-box a {
	color: #000;
}

.prd-block_info-box span {
	font-weight: 600;
}

.prd-block_info-box p {
	margin: 0 0 10px;
}

.prd-block_info-box .two-column {
	column-count: 2;
	column-gap: 20px;
}

.prd-block_info-box .two-column p {
	display: inline-block;
	min-width: 100%;
}

.prd-block_description {
	font-size: 14px;
	line-height: 23px;
}

.prd-block_description:not(:last-child) {
	margin-bottom: 10px;
}

.prd-block_description:not(:first-child) {
	margin-top: 10px;
}

.prd-block_description h3, .prd-block_description h4, .prd-block_description h5, .prd-block_description h6 {
	margin-bottom: 5px;
}

.prd-block_description p {
	margin-top: 10px;
}

.prd-block_description p:first-child {
	margin-top: 0;
}

.prd-block_accordion {
	margin-top: 55px;
}

.prd-block_options:not(.prd-block_options--select) {
	margin-top: 28px;
}

.prd-block_options:not(.prd-block_options--select)>*:not(:first-child) {
	margin-top: 10px;
}
.prd-block_options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prd-block_options>* {
	width: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
 
.prd-block_options>div.swatches select.hidden, .prd-block_options>div.swatches [class*='select-wrapper'].hidden {
	display: none;
}

.prd-block_options+.prd-block_description {
	margin-top: 20px;
}

.prd-block_options select.form-control {
	margin-bottom: 0;
}

.prd-block_options .swatches {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.prd-block_options .select-label {
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	display: block;
	color: #000;
}

.prd-block_options .select-wrapper {
	-ms-flex: 1;
	flex: 1;
}

.prd-block .prd-block_qty .option-label, .prd-block_options .option-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	min-width: 85px;
	padding-right: 10px;
	color: #000;
}

.prd-block .prd-block_qty .option-label:last-child, .prd-block_options .option-label:last-child {
    padding-right: 0;
}

.prd-block .prd-block_qty {
	display: -ms-flexbox;
	display: flex;
	min-width: 130px;
	-ms-flex-align: center;
	align-items: center;
}

.prd-block .prd-block_qty .qty-changer input[type='text'], .prd-block .prd-block_qty .qty-changer input[type='number'] {
	font-size: 24px;
	line-height: 63px;
	min-width: 82px;
	margin: 0;
	text-align: center;
	border-radius: 4px;
	background-color: transparent;
}
.prd-block .prd-block_qty .qty {
	position: relative;
	min-width: 88px;
	padding-right: 37px;
	padding-left: 10px;
	background-color: #f7f7f8;
}



.prd-block .prd-block_qty .qty button {
	position: absolute;
	right: 8px;
	width: 26px;
	max-width: 26px;
	height: calc(50% - 4px);
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}
.prd-block .prd-block_qty .qty button:hover {
	opacity: .75;
	background-color: transparent;
}
 
.prd-block .prd-block_qty .qty button:hover:before, .prd-block .prd-block_qty .qty button:hover:after {
	background-color: #000;
}

.prd-block .prd-block_qty .qty button:before {
	top: calc(50% - .5px);
	width: 14px;
	height: 2px;
}

.prd-block .prd-block_qty .qty .increase {
	top: 5px;
}

.prd-block .prd-block_qty .qty .increase:after {
	top: calc(50% - 6.5px);
	left: calc(50% - 3px);
	width: 2px;
	height: 14px;
}

.prd-block .prd-block_qty .qty .decrease {
	bottom: 4px;
}

.prd-block_links-wrap-bg {
	background-color: #f7f7f8;
}

.prd-block_links-wrap {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prd-block_link {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prd-block_link>a, .prd-block_link>span {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-decoration: none;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.prd-block_link>a [class*='icon'], .prd-block_link>span [class*='icon'] {
	font-size: 31px;
}
.prd-block_link>a:hover {
	color: #33cad5;
}

.prd-block_link:after {
	position: absolute;
	right: 0;
	width: 1px;
	height: 26px;
	content: '';
	background-color: #f4f4f4;
}

.prd-block_link:last-child:after {
	display: none;
}

.prd-block_actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.prd-block_actions:not(.prd-block_info_item) {
	margin-top: 5px;
}

.prd-block_actions .prd-block_qty {
	margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.prd-block_actions .prd-block_qty:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 0;
}
.prd-block_actions .btn-wrap {
	display: -ms-flexbox;
	display: flex;
	margin: 5px -10px 0;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prd-block_actions .btn-wrap>* {
	width: auto;
	margin: 15px 10px 0;
	-ms-flex: 1;
	flex: 1;
}
.prd-block_actions .btn.btn--add-to-cart {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
	width: 100%;
	height: 63px;
	padding: 15px 30px;
	white-space: nowrap;
}
.has-round-btns .prd-block_actions .btn.btn--add-to-cart {
	border-radius: 32px;
}
.btn--add-to-cart, .btn--add-to-cart:active, .btn--add-to-cart:active:focus, .btn--add-to-cart:visited, .btn--add-to-cart:focus {
	color: #fff;
	background-color: #33cad5;
}

.btn--add-to-cart:hover, .btn--add-to-cart:active:hover, .btn--add-to-cart:focus:hover {
	color: #fff;
	background-color: #000;
}
.product-main-carousel {
	max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.product-main-carousel .slick-arrow {
	z-index: 151;
}

@keyframes arrowPrevShift {
	0% {
		left: 3px;
	}
	50% {
		left: 12px;
	}
	100% {
		left: 0;
	}
}

@keyframes arrowNextShift {
	0% {
		right: 3px;
	}
	50% {
		right: 12px;
	}
	100% {
		right: 0;
	}
}

.prd-block_main-image-holder {
	overflow: hidden;
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.prd-block_viewed {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 265px;
	padding: 12px 15px;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
}

.prd-block_viewed [class*='icon'] {
	font-size: 2em;
	padding-right: 15px;
}

.prd-block_viewed>* {
	position: relative;
	z-index: 1;
}

.prd-block_viewed:after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: .8;
	background: #f7f7f8;
}
.prd-block_links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px;
	margin-left: -20px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.prd-block_links, .prd-block_links a {
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
}

.prd-block_links [class*='icon'] {
	font-size: 30px;
	line-height: 23px;
	padding-right: 8px;
	color: #33cad5;
}
.prd-block_links li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	margin: 0 20px;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prd-block_order-info {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	display: -ms-flexbox;
	display: flex;
}
.prd-block_order-info [class*='icon'] {
	font-size: 20px;
	position: relative;
	top: .1em;
	padding-right: 8px;
}

.prd-block_order-info a {
	text-decoration: underline;
}

.prd-block_order-info a:hover {
	text-decoration: none;
}

.slick-vertical.fixedOnSelect .slick-track {
	transform: none !important;
}

.product-main-carousel .slick-slide {
	position: relative;
	overflow: hidden;
}

.product-main-carousel img.lazyloaded+.foxic-loader, .product-main-carousel .zoomWrapper+.foxic-loader {
}

.product-main-carousel .slick-slide:not(.slick-current) {
	pointer-events: none;
}

.product-main-carousel img:not([src]) {
	position: relative;
	z-index: 1;
	transition: .2s;
	transform: scale(1.1);
	opacity: 0;
}

.zoomWindowContainer>* {
	height: 100% !important;
	border: 0 !important;
}

.zoomLens {
	border-width: 1px !important;
	border-style: solid !important;
}

body.equal-height .product-previews-carousel a>span {
	position: relative;
	display: block;
	overflow: hidden;
	border: 0;
}

body.equal-height .product-previews-carousel a>span>span {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

body.equal-height .product-previews-carousel a>span img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.equal-height .product-main-carousel:not(.slick-initialized)>div>span, body.equal-height .product-main-carousel .slick-slide>span {
	position: relative;
	display: block;
	overflow: hidden;
	border: 0;
}

body.equal-height .product-main-carousel:not(.slick-initialized)>div>span>span, body.equal-height .product-main-carousel .slick-slide>span>span {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

body.equal-height .product-main-carousel:not(.slick-initialized)>div>span img, body.equal-height .product-main-carousel .slick-slide>span img {
	width: auto;
	max-width: 100%;
}
.prd-progress-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
}
.prd-progress-text-left {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 .35em;
	color: #33cad5;
}
.prd-progress-text+.prd-progress-bar-wrap {
	margin-top: 2px;
	margin-bottom: 2px;
}
.prd-progress-bar-wrap {
	height: 3px;
	border-radius: 0;
	background-color: #f8f8f8;
}
.prd-progress-bar {
	background-color: #7c7c7c;
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right).product-previews-carousel .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.product-main-carousel.slick-slider .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide {
	height: auto;
}

.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide>* {
	height: calc(50% - 16px);
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track {
	-ms-flex-align: inherit !important;
	align-items: inherit !important;
}

.btn-add-to-wishlist:hover {
	text-decoration: none;
	color: inherit;
}

.btn-add-to-wishlist:hover [class*='icon'] {
	transition: .2s;
}

.btn-add-to-wishlist:hover [class*='icon'] {
	transform: scaleX(-1);
}

.prd-block_actions--wishlist.prd-block_actions {
	margin-right: -5px;
	margin-left: -5px;
}

.prd-block_actions--wishlist.prd-block_actions .btn-wrap>* {
	margin-right: 5px;
	margin-left: 5px;
}

.btn-wishlist-wrap {
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	margin-top: 20px;
	margin-left: 10px;
}

.btn-add-to-wishlist {
	font-size: 26px;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	margin-left: auto;
	padding: 10px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.filter-col h3 {
	margin-bottom: 15px;
}

.filter-col h3 span {
	font-size: 15px;
}

.filter-col:not(.filter-col--opened-desktop), .filter-col:not(.filter-col--opened-desktop)+.filter-toggle {
	visibility: hidden;
}

.filter-col--init, .filter-col:not(.filter-col--opened-desktop).filter-col--init, .filter-col--init+.filter-toggle, .filter-col:not(.filter-col--opened-desktop).filter-col--init+.filter-toggle {
	visibility: visible;
}

.sidebar-block {
	position: relative;
}
.sidebar-block+div:not(.sidebar-block) {
	margin-top: 0;
}

.sidebar-block:last-child {
	border-bottom: 0;
}

.sidebar-block .sidebar-block_title {
	position: relative;
	z-index: 1;
	padding: 16px 45px 18px 0;
}

.sidebar-block .sidebar-block_content {
	margin-top: 0;
	transition: opacity .5s ease;
}

.sidebar-block .toggle-arrow {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 100%;
	cursor: pointer;
	transition: all .2s ease;
}

.sidebar-block .toggle-arrow span:first-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
	margin-top: 0;
	margin-left: -5px;
	transition: .2s;
	transform: rotate(-90deg);
	opacity: 1;
	background-color: #000;
}

.sidebar-block .toggle-arrow span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 11px;
	margin-top: -5px;
	margin-left: 0;
	transition: .35s ease-in-out;
	transform: rotate(-90deg);
	background-color: #000;
}

.sidebar-block.open .collapsed-content {
	position: relative;
	top: 0;
	visibility: visible;
	opacity: 1;
}

.sidebar-block.open .sidebar-block_title>.toggle-arrow span:first-child {
	transition: .35s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.sidebar-block.open .sidebar-block_title>.toggle-arrow span:last-child {
	transform: rotate(90deg);
}

.sidebar-block_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.333em;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.sidebar-block_title span, .sidebar-block_title a {
	transition: color .2s ease;
	text-decoration: none;
	color: #000;
}

.sidebar-block_title:hover a, .sidebar-block_title:hover span {
	color: #33cad5;
}

.sidebar-block_title:hover .toggle-arrow:before {
	color: #000;
}

.sidebar-block_content {
	padding: 0 0 18px;
}

.sidebar-block.collapsed .sidebar-block_content {
	display: none;
	opacity: 0;
}

.sidebar-block.open .sidebar-block_content {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.selected-filters-wrap {
	margin: 5px 0 25px;
}

.selected-filters-wrap>*+* {
	margin-top: 15px;
}
.clear-filters {
	font-size: 12px;
	font-weight: 500;
	line-height: 29px;
	position: relative;
	display: block;
	padding: 0 13px;
	cursor: pointer;
	transition: all .2s ease;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
}
.clear-filters:hover, .clear-filters:focus {
	text-decoration: none;
}
.clear-filters {
	color: #000;
	background-color: #efefef;
}
.clear-filters:hover, .clear-filters:focus {
	color: #fff;
	background-color: #000;
}

.filter-row .clear-filters, .selected-filters-wrap .clear-filters {
	padding: 0 9px;
}

.filter-row .clear-filters:after, .selected-filters-wrap .clear-filters:after {
	display: none;
}

.filter-row .clear-filters>*, .selected-filters-wrap .clear-filters>* {
	padding: 0 2px;
}

.sidebar-block ul.category-list {
	margin: -4px 0 0;
	padding: 0;
	list-style: none;
}

.sidebar-block ul.category-list li {
	position: relative;
}

.sidebar-block ul.category-list ul {
	padding: 4px 0 0 20px;
}

.sidebar-block ul.category-list.two-column li:first-child:not(:only-child) {
	float: left;
}
.sidebar-block ul.category-list li label {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0 4px 25px;
}
.sidebar-block ul.category-list li a {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	min-height: 25px;
	padding: 5px 0 4px 25px;
	text-decoration: none;
	color: #000;
}
.sidebar-block ul.category-list li a:after, .sidebar-block ul.category-list li a:before {
	position: absolute;
	left: 0;
	display: block;
	box-sizing: content-box;
	content: '';
}
.sidebar-block ul.category-list li a:after {
	top: 8px;
	left: 5px;
	width: 8px;
	height: 4px;
	transition: none;
	transform: rotate(-45deg) scale(0);
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #000;
	background-color: transparent;
}
.sidebar-block ul.category-list li a:before {
	top: 4px;
	width: 16px;
	height: 16px;
	transition: background-color .2s;
	border: 1px solid transparent;
	background-color: #f7f7f8;
}

.sidebar-block ul.category-list li a.open~ul {
	visibility: visible;
	opacity: 1;
}

.sidebar-block ul.category-list li a:hover, .sidebar-block ul.category-list li.active>a {
	color: #000;
}

.sidebar-block ul.category-list li a:hover:after, .sidebar-block ul.category-list li.active>a:after {
	transition: transform .2s ease-out;
	transform: rotate(-45deg) scale(1);
}

.filter-row {
	position: relative;
	overflow: hidden;
	margin: -10px 0 10px;
	padding: 10px;
	color: #000;
	background: #fff;
}

.filter-row select.form-control:hover {
	border-color: #efefef;
}
.filter-row .row {
	margin: 0 -30px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.filter-row .row>* {
	margin: 0 20px;
}
.filter-row .select-wrap, .filter-row .viewmode-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-row .viewmode-wrap {
	padding-top: 2px;
}

.filter-row .select-wrapper {
	background-color: #f7f7f8;
}

.filter-row .view-mode>* {
	font-size: 26px;
	line-height: 1em;
	cursor: pointer;
	transition: .2s;
	color: #aeb0b8;
}

.filter-row .view-mode>*.active, .filter-row .view-mode>*:hover {
	color: #000;
}

.filter-row .select-label {
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.filter-row .select-label+* {
	margin-left: 7px;
}
.filter-row .select-wrapper:before {
	background-color: transparent;
}
.filter-row.disable {
	pointer-events: none;
}

.filter-row.disable .row {
	display: none;
}

.filter-col {
	position: relative;
	overflow: hidden;
	height: 0;
	transition: left .35s, margin .35s;
}

.filter-col.filter-col--opened-desktop {
	overflow: inherit;
	height: auto;
}
.filter-col--opened {
	left: 0 !important;
	overflow: inherit;
	height: auto;
	margin-left: 0;
}

.filter-col--opened+.filter-toggle [class*='icon-']:last-child {
	display: block;
}

.filter-col--opened+.filter-toggle [class*='icon-']:first-child {
	display: none;
}
.filter-col--sticky .filter-col-content {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	transform: translate3d(0, 0, 0);
}

body:not(.has-sticky) .filter-col--sticky .filter-col-content {
	top: 0 !important;
}

.filter-toggle {
	font-size: 28px;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	margin-left: -50px;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-toggle [class*='icon'] {
	width: 100%;
}
.filter-toggle [class*='icon-']:last-child {
	display: none;
}

.filter-toggle:first-child {
	display: none;
}

.has-sticky .filter-toggle {
	top: 115px;
}
.filter-toggle-text {
	display: none;
}

.filter-toggle-icons {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.color-swatch {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.color-swatch li {
	width: 34px;
	height: 34px;
	margin: 3px;
}
.color-swatch li>* {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 1px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px transparent;
}

.color-swatch li>* img {
	position: relative;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0) scale(1, 1);
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
}
 
.color-swatch li:hover>*, .color-swatch li.active>* {
	box-shadow: inset 0 0 0 1px #000;
}
.prd-block .js-size-list {
	display: -ms-flexbox;
	display: flex;
	margin: -5px 0 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.countdown-box-full {
	position: relative;
	padding: 22px 20px;
	border: 1px solid #000;
	background: #fff;
}
.countdown-box-full+* {
	margin-top: 40px;
}

.countdown-box-full [class*='icon'] {
	font-size: 59px;
	margin-right: 25px;
	color: #000;
	-webkit-backface-visibility: hidden;
}
.countdown-box-full .countdown-txt {
	font-size: 19px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 5px;
	transform: translateZ(0);
	color: #000;
	-webkit-backface-visibility: hidden;
}
.countdown-box-full .countdown {
	margin-right: -13px;
	margin-left: -13px;
}

.countdown-box-full .countdown>span {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25em;
	position: relative;
	display: inline-block;
	padding: 0 .8em;
	vertical-align: middle;
	color: #000;
}
.countdown-box-full .countdown>span span {
	font-size: 1.563em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	min-width: 1.36em;
	text-align: center;
}

.countdown-box-full .countdown>span:after {
	font-size: 2.333em;
	font-weight: 400;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: -.15em;
	display: block;
	content: ':';
	transform: translateY(-50%);
}

.countdown-box-full .countdown>span:last-child:after {
	display: none;
}

.countdown-box-full .row>.col {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.countdown-box-full-text {
	position: relative;
	max-width: 800px;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
}
.countdown-box-full-text .row>* {
	padding: 18px 40px;
}
.countdown-box-full-text .row>*:first-child:not(:only-child) {
	position: relative;
}

.countdown-box-full-text .row>*:first-child:not(:only-child):after {
	position: absolute;
	top: calc(50% - 24px);
	right: 0;
	width: 1px;
	height: 48px;
	content: '';
	background-color: #000;
}
.countdown-box-full-text .countdown-txt {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	color: #000;
	-webkit-backface-visibility: hidden;
}
.countdown-box-full-text .countdown {
	white-space: nowrap;
}

.countdown-box-full-text .countdown>span {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25em;
	position: relative;
	display: inline-block;
	padding: 0 1.1em;
	vertical-align: middle;
	color: #000;
}

.countdown-box-full-text .countdown>span:first-child {
	padding-left: 0;
}

.countdown-box-full-text .countdown>span:last-child {
	padding-right: 0;
}
.countdown-box-full-text .countdown>span span {
	font-size: 1.933em;
	font-weight: 600;
	line-height: 1.5em;
	display: block;
	min-width: 1.36em;
	text-align: center;
}

.countdown-box-full-text .countdown>span:after {
	font-size: 2.333em;
	font-weight: 400;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: -.15em;
	display: block;
	content: ':';
	transform: translateY(-50%);
}

.countdown-box-full-text .countdown>span:last-child:after {
	display: none;
}
a.minicart-drop-countdown {
	display: block;
	text-decoration: none;
}

.icon--giftAnimate {
	display: block;
	animation: giftAnimate 4s infinite;
}

@keyframes giftAnimate {
	0% {
		transform: scale(1) rotate(0deg);
	}
	5% {
		transform: scale(1.15) rotate(-10deg);
	}
	10% {
		transform: scale(1.3) rotate(10deg);
	}
	20% {
		transform: scale(1) rotate(0deg);
	}
}

.brand-grid {
	display: -ms-flexbox;
	display: flex;
	margin: -30px -15px 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.brand-grid li {
	padding: 0;
}

.brand-grid img {
	width: calc(100% - 30px);
	margin: 30px 15px 0;
	transition: .5s;
}
.brand-grid li {
	max-width: 16.667%;
	-ms-flex: 0 0 16.667%;
	flex: 0 0 16.667%;
}
.brand-grid li .image-container {
	padding-bottom: calc(37.5% + 30px);
}

.shop-feature-single {
	color: #000;
}

.shop-feature-single .shop-feature-icon {
	font-size: 70px;
	height: 50px;
	margin-right: 15px;
	color: #637381;
}
.shop-feature-single .shop-feature-icon svg {
	max-width: 50px;
	max-height: 50px;
}

.shop-feature-single .shop-feature-icon svg path:not([class*='cv']) {
	fill: currentcolor;
}

.shop-feature-single .shop-feature-text {
	font-size: 15px;
	line-height: 23px;
}
.shop-feature-single .shop-feature-text b {
	font-weight: 600;
}
.holder-subscribe-full {
	position: relative;
	overflow: hidden;
}

.holder-subscribe-full .subscribe-form-title-md {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2em;
	color: #fff;
}
.holder-subscribe-full .subscribe-form-title-xs {
	font-size: 17px;
	color: #fff;
}
.holder-subscribe-full .subscribe-form .btn {
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	height: auto;
	padding: 20px 50px;
	color: #33cad5;
	border-radius: 5px;
	background-color: #fff;
}
.holder-subscribe-full .subscribe-form .btn:hover {
	color: #fff;
	background-color: #000;
}
.holder-subscribe-full .form-control-wrap {
	position: relative;
	margin-right: 30px;
	margin-left: 100px;
}
.holder-subscribe-full .form-control-wrap .bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	transition: all .2s .5s;
	background-color: #fff;
}
.holder-subscribe-full input.form-control {
	font-size: 24px;
	width: 100%;
	height: 67px;
	padding: 0;
	transition: padding .1s ease .25s;
	color: #fff;
	border: 0;
	background-color: transparent;
}

.holder-subscribe-full input.form-control::-webkit-input-placeholder {
	text-transform: none;
	color: #fff;
}

.holder-subscribe-full input.form-control:-moz-placeholder {
	text-transform: none;
	color: #fff;
}

.holder-subscribe-full input.form-control::-moz-placeholder {
	text-transform: none;
	color: #fff;
}

.holder-subscribe-full input.form-control:-ms-input-placeholder {
	text-transform: none;
	color: #fff;
}
.holder-subscribe-full input.form-control:focus {
	padding: 0 15px;
	transition: padding .1s ease;
}
.holder-subscribe-full .form-control-wrap {
	-ms-flex: 1;
	flex: 1;
}
.holder-subscribe-full .form-control-wrap svg, .holder-subscribe-full .form-control-wrap svg rect {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0s;
	pointer-events: none;
	fill: none;
}

.holder-subscribe-full .form-control-wrap svg rect {
	width: calc(100% - 4px) !important;
	height: calc(100% - 4px) !important;
	transform: rotateY(0) rotateX(180deg) translate(0, -100%);
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 400%;
	stroke-dashoffset: 400%;
}
.holder-subscribe-full input.form-control:focus+svg rect {
	transition: 1s;
	stroke-dashoffset: 0;
}
.holder-subscribe-full .circle_decor {
	width: 50%;
	opacity: 1;
}

.holder-subscribe-full .circle_decor path, .holder-subscribe-full .circle_decor circle {
	fill: #80f8e3;
}
.holder-subscribe-full .errors {
	position: absolute;
	margin-top: 10px;
	color: inherit;
}

.holder-subscribe-full input:-webkit-autofill, .holder-subscribe-full input:-webkit-autofill:hover, .holder-subscribe-full input:-webkit-autofill:focus, .holder-subscribe-full input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #33cad5 inset !important;
}

.holder-subscribe-full input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
}

.holder-subscribe-full:not(.holder-subscribe--compact) {
	padding: 89px 0;
	color: #fff;
	background-color: #33cad5;
	background-repeat: no-repeat;
	background-size: cover;
}
.holder-subscribe-full.holder-subscribe--compact {
	position: relative;
	padding: 42px 45px;
	color: #fff;
	background-color: #33cad5;
	background-repeat: no-repeat;
	background-size: cover;
}
@keyframes anim-elem {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

body:not(.has-squared-btns):not(.has-round-btns) .form-inline .btn:last-child {
	border-radius: 4px;
}

body.has-round-btns .form-inline .form-control {
	border-radius: 24px;
}

.text-icn-blocks-row {
	display: -ms-flexbox;
	display: flex;
	margin-top: -30px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.text-icn-block-hor {
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	-ms-flex-pack: center;
	justify-content: center;
}
.text-icn-block-hor h3, .text-icn-block-hor h4, .text-icn-block-hor h5 {
	margin-bottom: 7px;
}
.text-icn-block-hor p {
	margin-top: 0;
}

.text-icn-block-hor a {
	color: #000;
}

.text-icn-block-hor a:hover {
	color: #33cad5;
}

.text-icn-block-hor .icn {
	font-size: 48px;
	position: relative;
	max-width: 70px;
	text-align: center;
	color: #637381;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.text-icn-block-hor .icn:after {
	position: absolute;
	top: 10px;
	left: -20px;
	width: 1px;
	height: 60px;
	content: '';
	background-color: #e9e9e9;
}
.text-icn-block-hor svg {
	max-width: 100px;
}

.text-icn-block-hor svg path {
	fill: currentColor !important;
}
.text-icn-block-hor .text {
	font-size: 15px;
	line-height: 23px;
	padding: 0 35px 0 15px;
	-ms-flex: 1;
	flex: 1;
}
.text-icn-block-hor .text a {
	text-decoration: underline;
	color: inherit;
}

.text-icn-block-hor .text a:hover {
	text-decoration: none;
	color: #33cad5;
}

.text-icn-block-hor .text a[class*='icon'] {
	font-size: 20px;
	line-height: 1.25em;
	text-decoration: none;
	color: #637381;
}

.text-icn-block-hor .text a[class*='icon']+a[class*='icon'] {
	margin-left: 10px;
	text-decoration: none;
}

.text-icn-block-hor .text a[class*='icon']:hover {
	color: inherit;
}

.text-icn-blocks-bg-row {
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center;
	justify-content: center;
}
.text-icn-block-footer {
	display: -ms-flexbox;
	display: flex;
	max-width: 33.333%;
	padding: 45px 15px;
	-ms-flex: 1;
	flex: 1;
    align-items: center;
    justify-content: center;
}
.text-icn-block-footer p {
	margin-top: 0;
}

.text-icn-block-footer h3, .text-icn-block-footer h4, .text-icn-block-footer h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
}

.text-icn-block-footer .icn {
	font-size: 62px;
	position: relative;
	color: inherit;
	-ms-flex: 0 0 62px;
	flex: 0 0 62px;
}
.text-icn-block-footer .icn>svg {
	max-width: 62px;
	max-height: 62px;
}
.text-icn-block-footer .icn>svg path {
	fill: currentcolor;
}

.text-icn-block-footer .text {
	padding: 0 0 0 15px;
	-ms-flex: 1;
	flex: 1;
}

.text-icn-block-footer .text, .text-icn-block-footer .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
}
.text-icn-blocks-single {
	color: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.text-icn-blocks-single-icon {
	font-size: 65px;
}
.text-icn-blocks-single-icon>svg {
	max-width: 65px;
	max-height: 65px;
}

.text-icn-blocks-single-icon>svg path {
	fill: currentcolor;
}
.text-icn-blocks-single-text1 {
	font-size: 25px;
	line-height: 1.2em;
}
.text-icn-blocks-single-text2 {
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 10px;
}
.text-icn-blocks-single .btn:not(:hover) {
	color: #282828;
	background-color: #fff;
}

.contact-map iframe {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	-webkit-touch-callout: none;
}
.creative-product-carousel-text {
	font-size: 10vw;
	font-weight: 800;
	font-style: italic;
	line-height: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0 .1em;
	color: #33cad5;
}

.creative-product-carousel-text {
	visibility: hidden;
	opacity: 1;
}

.creative-product-carousel-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
}
.post-prw-img {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	background-color: #f9f9f9;
}

.post-prw-img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-prw-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 30px 60px 30px 45px;
	background-color: #f9f9f9;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-prw-text>* {
	margin-bottom: 0;
}

.post-prw-text>*+.post-prw-teaser {
	margin-top: 18px;
}
.post-prw-text>*+.post-prw-links {
	margin-top: 10px;
}

.post-prw-text>*+.post-prw-btn {
	margin-top: 30px;
}

.post-prw-links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	color: #8d92a3;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-prw-links>* {
	font-size: 12px;
	line-height: 24px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
.post-prw-links>* [class*='icon'] {
	font-size: 12px;
	padding: 0 5px 0 0;
}

.post-prw-links>* .icon-calendar {
	font-size: 16px;
}

.post-prw-links>* .icon-chat {
	position: relative;
	top: 1px;
}

.post-prw-links>* .icon-calendar1 {
	position: relative;
	top: -1px;
}

.post-prw-links a {
	color: #8d92a3;
}

.post-prw-links a:hover {
	text-decoration: none;
	color: #33cad5;
}

.post-prw-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.333em;
}
.post-prw-title, .post-prw-title a {
	color: #0f0909;
}

.post-prw-title a {
	text-decoration: none;
}

.post-prw-title a:hover {
	color: #33cad5;
}

.post-prws-listing .post-prw-title {
	font-size: 24px;
}
.has-sm-container .post-prw-text {
	padding: 40px 45px 40px 30px;
}
.has-sm-container .post-prws-listing .post-prw-text {
	padding: 70px 45px 70px 30px;
}

.post-prw.post-prw--hor .row {
	flex-direction: column;
	-ms-flex-direction: column;
}

.post-prw.post-prw--hor .row>* {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.post-prw-simple-sm .post-prw-img a {
	display: block;
}

.post-prw-simple-sm .post-prw-img img {
	max-width: 100%;
}

.post-prw-simple-sm .post-prw-img:not(:first-child) {
	margin-top: 25px;
}

.post-prw-simple-sm .post-prw-img:not(:last-child) {
	margin-bottom: 30px;
}

.post-prw-simple-sm .post-prw-img:not(:last-child) {
	margin-bottom: 20px;
}
.post-prw-simple-sm .post-prw-links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	color: #a5a6ac;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-prw-simple-sm .post-prw-links>* {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
.post-prw-simple-sm .post-prw-links>* [class*='icon'] {
	font-size: 16px;
	padding: 0 4px 0 0;
}

.post-prw-simple-sm .post-prw-links a {
	color: #a5a6ac;
}

.post-prw-simple-sm .post-prw-links a:hover {
	text-decoration: none;
	color: #33cad5;
}

.post-prw-simple-sm .post-prw-date {
	color: #a5a6ac;
}

.post-prw-simple-sm .post-prw-comments {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	display: inline-block;
	text-decoration: none;
	color: #33cad5;
}

.post-prw-simple-sm .post-prw-comments [class*='icon'] {
	position: relative;
	top: .05em;
	padding: 0 7px 0 0;
}

.post-prw-simple-sm .post-prw-comments:not(:first-child) {
	margin-top: 5px;
}

.post-prw-simple-sm a.post-prw-comments:hover {
	text-decoration: none;
	color: #000;
}

.post-prw-simple-sm .post-prw-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
}

.post-prw-simple-sm .post-prw-title:not(:first-child) {
	margin-top: 4px;
}

.post-prw-simple-sm .post-prw-title, .post-prw-simple-sm .post-prw-title a {
	color: #000;
}

.post-prw-simple-sm .post-prw-title a {
	text-decoration: none;
}

.post-prw-simple-sm .post-prw-title a:hover {
	color: #33cad5;
}

.post-prw-simple-sm+.post-prw-simple-sm {
	margin-top: 30px;
}

.post-prws-listing {
	overflow: hidden;
}

.post-prws-listing>*+* {
	margin-top: 30px;
}
.post-full img {
	max-width: 100%;
}
.post-full>*:not(:first-child) {
	margin-top: 30px;
}
.post-full .post-img {
	display: block;
}
.post-full .post-img:not(:last-child) {
	margin-top: 25px;
}
.post-full .post-img img {
}
.post-full .post-title {
	font-size: 24px;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
}

.post-full .post-title:not(:first-child) {
	margin-top: 30px;
}

.post-full .post-bot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-full .post-bot:not(:first-child) {
	margin-top: 40px;
}

.post-full .post-links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	color: #a5a6ac;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-full .post-links:not(:first-child) {
	margin-top: 0;
}

.post-full .post-links>* {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
.post-full .post-links>* [class*='icon'] {
	font-size: 15px;
	padding: 0 5px 0 0;
}

.post-full .post-links>* .icon-chat {
	font-size: 12px;
	position: relative;
	top: 1px;
}

.post-full .post-links a {
	color: #a5a6ac;
}

.post-full .post-links a:hover {
	text-decoration: none;
	color: #33cad5;
}

.aside-block .post-prw:not(.slick-slide)+.post-prw {
	margin-top: 20px;
}
.post-prw-vert {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
	-ms-flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.post-prw-vert .post-prw-img a {
	display: block;
}

.post-prw-vert .post-prw-img img {
	max-width: 100%;
}

.post-prw-vert .post-prw-img:not(:first-child) {
	margin-top: 15px;
}

.post-prw-vert .post-prw-teaser {
	font-size: 14px;
	line-height: 24px;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
}

.post-prw-vert .post-prw-teaser:not(:first-child) {
	margin-top: 12px;
}

.post-prw-vert .post-prw-links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	color: #a5a6ac;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-prw-vert .post-prw-links:not(:first-child) {
	margin-top: 8px;
}
.post-prw-vert .post-prw-links>* {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
.post-prw-vert .post-prw-links>* [class*='icon'] {
	font-size: 13px;
	position: relative;
	top: -1px;
	padding: 0 5px 0 0;
}

.post-prw-vert .post-prw-links a {
	color: #a5a6ac;
}

.post-prw-vert .post-prw-links a:hover {
	text-decoration: none;
	color: #33cad5;
}

.post-prw-vert .post-prw-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
}

.post-prw-vert .post-prw-title:not(:first-child) {
	margin-top: 15px;
}

.post-prw-vert .post-prw-title, .post-prw-vert .post-prw-title a {
	color: #000;
}

.post-prw-vert .post-prw-title a {
	text-decoration: none;
}

.post-prw-vert .post-prw-title a:hover {
	color: #33cad5;
}

.review-item_rating [class*='icon'], .review-item_rating span {
	display: inline-block;
	vertical-align: top;
}

.review-item_rating span:not(:first-child) {
	padding-left: 5px;
}

.review-item_rating [class*='icon'] {
	font-size: 17px;
	line-height: 1em;
	color: #efce4a;
}

.review-item_rating [class*='icon'].fill {
	color: #efce4a;
}

.cart-promo-banner {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	color: #fff;
	background-color: #e91e63;
}

.cart-promo-banner-inside {
	padding: 26px 15px;
	-ms-flex: 1;
	flex: 1;
}
.cart-promo-banner .txt1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2em;
}
.cart-promo-banner .txt2 {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2em;
}
.cart-promo-banner+* {
	margin-top: 30px;
}
.cart-promo-banner:hover {
	text-decoration: none;
}

.card-total>*+* {
	margin-top: 25px;
}
.card-total-txt {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
}
.card-total-price {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
}
.cart-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
}

.cart-table-prd {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	-ms-flex-align: center;
	align-items: center;
}

.cart-table-prd:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
.cart-table-prd>* {
	padding: 0 15px;
}

.cart-table-prd>*:first-child {
	padding-left: 0;
}

.cart-table-prd>*:last-child {
	padding-right: 0;
}

.cart-table-prd-image {
	max-width: 160px;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}
.cart-table-prd-info {
	-ms-flex: 1;
	flex: 1;
}

.cart-table-prd-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0;
	color: #818181;
}

.cart-table-prd-name:not(:first-child) {
	margin-top: 7px;
}
.cart-table-prd-qty {
	max-width: 160px;
	text-align: center;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}
.cart-table-prd-qty .qty {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.cart-table-prd-price {
	max-width: 230px;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
}
.cart-table-prd--head {
	font-size: 15px;
	font-weight: 500;
}

.cart-table-prd-price-total {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1em;
	max-width: 230px;
	text-align: center;
	white-space: nowrap;
	color: #000;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
}
.cart-table-prd-action {
	max-width: 70px;
	text-align: center;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.cart-table-prd-remove {
	font-size: 20px;
}

.cart-table-prd-remove [class*='icon'] {
	transition: .2s;
	color: #f12b2b;
}

.cart-table-prd-remove:hover {
	text-decoration: none;
}

.cart-table-prd-remove:hover [class*='icon'] {
	color: #000;
}

.cart-table-prd-content-wrap .cart-table-prd-price {
	margin-top: 0 !important;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table-prd-price {
	margin-right: -5px;
	margin-left: -5px;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.cart-table-prd-price:not(:first-child) {
	margin-top: 10px;
}

.cart-table-prd-price>* {
	margin: 0 5px;
}

.cart-table-prd-price .price-new {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	color: #000;
}
.card-text-info {
	font-size: 13px;
	line-height: 19px;
}

.card-text-info h4, .card-text-info h5, .card-text-info h6 {
	margin-bottom: 5px;
}
.card-text-info p:not(:first-child) {
	margin-top: 5px;
}

.card-text-info b {
	font-size: 15px;
}

.cart-table-prd-content-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
}

.cart-table-prd-content-wrap>* {
	padding: 0 15px;
}

.cart-table-prd-content-wrap>*:first-child {
	padding-left: 0;
}

.cart-table-prd-content-wrap>*:last-child {
	padding-right: 0;
}
.page404-bg {
    min-height: 430px !important;
}
.cart-table.disable-actions .cart-table-prd-remove {
	pointer-events: none;
	opacity: 0;
}
.coming-soon-block {
	position: relative;
	z-index: 1;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.countdown-box-title {
	font-size: 50px;
	font-weight: 800;
	line-height: 1em;
	margin: 0;
}

.countdown-box-title:not(:first-child) {
	margin-top: -90px;
}
.countdown-box-text, p.countdown-box-text {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.458em;
	position: relative;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.countdown-box-text:not(:first-child), p.countdown-box-text:not(:first-child) {
	margin-top: 30px;
}
.countdown-box-subscribe-form {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.countdown-box-subscribe-form:not(:first-child):not(:first-child) {
	margin-top: 70px;
}
.countdown-box-subscribe-form .form-control {
	border: 1px solid #dedede;
	background-color: #fff;
}

.countdown-box-subscribe-form .form-control:focus {
	border-color: #33cad5;
}
.countdown-box-footer {
	font-size: 15px;
	line-height: 1.6em;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 90px;
	-ms-flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}
.countdown-box-footer-text:not(:first-child) {
	margin-top: 5px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.collection-grid-3-item {
	position: relative;
	display: block !important;
}

.collection-grid-3-item:hover {
	text-decoration: none;
}

.collection-grid-3-caption-bg {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	padding: 10px 15px;
	transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255, 255, 255, .9);
    border-radius: 3px;
}

.collection-grid-3-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
	color: #000;
}

.collection-grid-3-subtitle {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
	color: #8d92a3;
}

.faq-item+.faq-item {
	margin-top: 40px;
	padding-top: 44px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
}
.faq-item:last-child {
	padding-bottom: 40px;
}
.nav-tabs:not(.tab-category) {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -18px 10px;
	padding: 0;
	list-style: none;
	border: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-tabs:not(.tab-category):not(:first-child) {
	margin-top: 30px;
}

.nav-tabs:not(.tab-category)>li {
	position: relative;
	margin-bottom: 0;
}

.nav-tabs:not(.tab-category)>li a.nav-link {
	display: block;
}

.nav-tabs:not(.tab-category)>li .nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	padding: 10px 18px;
	transition: .2s;
	text-align: center;
	color: #0f0909;
	border-color: transparent;
	border-radius: 0;
}

.nav-tabs:not(.tab-category)>li .nav-link:hover {
	text-decoration: none;
	color: #0f0909;
}

.nav-tabs:not(.tab-category)>li .nav-link:hover:after {
	width: calc(100% - 36px);
	background-color: #0f0909;
}

.nav-tabs:not(.tab-category)>li .nav-link.active, .nav-tabs:not(.tab-category)>li .nav-link.active:hover, .nav-tabs:not(.tab-category)>li .nav-link.active:focus {
	padding: 10px 18px;
	color: #0f0909;
}

.nav-tabs:not(.tab-category)>li .nav-link.active:after, .nav-tabs:not(.tab-category)>li .nav-link.active:hover:after, .nav-tabs:not(.tab-category)>li .nav-link.active:focus:after {
	width: calc(100% - 36px);
	background-color: #0f0909;
}

.nav-tabs:not(.tab-category)>li .nav-link .toggle-arrow {
	display: none;
}

.nav-tabs:not(.tab-category)>li .nav-link:after {
	position: absolute;
	bottom: .15em;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	content: '';
	transition: .2s;
	transform: translateX(-50%);
	background-color: #0f0909;
}
.tab-content {
	position: relative;
	z-index: 1;
	padding: 25px 0 0;
}

.tab-content .form-control, .tab-content .select-wrapper select {
	background-color: #f9f9f9;
}

.tab-content .form-control, .tab-content .form-control:focus, .tab-content .select-wrapper select, .tab-content .select-wrapper select:focus {
	background-color: #f9f9f9;
}
.tab-content>.tab-pane {
	display: none;
	width: 100%;
	border: 0;
}

.tab-content>.tab-pane>*:not(:first-child):not(p):not(.clearfix):not(.row) {
	margin-top: 35px;
}
.tab-content>.tab-pane>p:not(:first-child) {
	margin-top: 25px;
}

.tab-content>.tab-pane>p+p {
	margin-top: 20px;
}

.tab-content>.tab-pane:only-child {
	margin-bottom: 0;
}

.tab-content>.active {
	display: block;
}

.panel-group--style1:first-child {
	margin-top: -15px;
}

.panel-group--style1 .panel {
	background: transparent;
}

.panel-group--style1 .panel-body img {
	max-width: 100%;
}

.panel-group--style1 .panel-body .form-control, .panel-group--style1 .panel-body .select-wrapper select {
	background-color: #f9f9f9;
}

.panel-group--style1 .panel-body .form-control, .panel-group--style1 .panel-body .form-control:focus, .panel-group--style1 .panel-body .select-wrapper select, .panel-group--style1 .panel-body .select-wrapper select:focus {
	background-color: #f9f9f9;
}

.panel-group--style1 .panel {
	border: 0;
	box-shadow: none !important;
}

.panel-group--style1 .panel-title, .panel-group--style1 .panel-heading, .panel-group--style1 .panel-group .panel {
	border-radius: 0;
}

.panel-group--style1 .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-radius: 0;
}

.panel-group--style1 .panel-heading a {
	display: block;
	padding: 17px 30px 17px 0;
	color: #000;
}

.panel-group--style1 .panel-heading a:hover {
	color: #000;
}

.panel-group--style1 .panel-heading.active a {
	color: #000;
}

.panel-group--style1 .panel-title {
    font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.panel-group--style1 .panel>.panel-heading {
	position: relative;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #f0f0f0;
	background-color: #fff;
}

.panel-group--style1 .panel>.panel-heading .toggle-arrow {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 100%;
	transition: all .2s ease;
	pointer-events: none;
}

.panel-group--style1 .panel>.panel-heading .toggle-arrow span:first-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 3px;
	margin-top: 0;
	margin-left: -6px;
	transition: .2s;
	transform: rotate(-90deg);
	opacity: 1;
	background-color: #000;
}

.panel-group--style1 .panel>.panel-heading .toggle-arrow span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	margin-top: -6px;
	margin-left: 0;
	transition: .35s ease-in-out;
	transform: rotate(-90deg);
	background-color: #000;
}

.panel-group--style1 .panel>.panel-heading.active .collapsed-content {
	position: relative;
	top: 0;
	visibility: visible;
	opacity: 1;
}

.panel-group--style1 .panel>.panel-heading.active .toggle-arrow span:first-child {
	transition: .35s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.panel-group--style1 .panel>.panel-heading.active .toggle-arrow span:last-child {
	transform: rotate(90deg);
}

.panel-group--style1 .panel:first-child>.panel-heading {
	border-top: 0;
}

.panel-group--style1 .panel+.panel {
	margin-top: 0;
}

.panel-group--style1 .panel+.panel>.panel-heading {
	border-top: 0;
}

.panel-group--style1 .panel-heading+.panel-collapse>.panel-body {
	padding: 20px 0;
	border-top: 0;
}

.panel-group--style2 {
	margin-bottom: -1px;
}

.panel-group--style2 .panel {
	background: transparent;
}

.panel-group--style2 .panel-body {
	padding: 20px;
	color: #000;
	background: #fff;
}

.panel-group--style2 .panel-body h2, .panel-group--style2 .panel-body h3, .panel-group--style2 .panel-body h4, .panel-group--style2 .panel-body h5, .panel-group--style2 .panel-body h6 {
	color: #000;
}

.panel-group--style2 .panel-body img {
	max-width: 100%;
}

.panel-group--style2 .panel-body .tags-list li a:not(:hover):not(.active) {
	background-color: #fff;
}


.panel-group--style2 .panel-body .form-control, .panel-group--style2 .panel-body .select-wrapper select {
	background-color: #f9f9f9;
}

.panel-group--style2 .panel-body .form-control, .panel-group--style2 .panel-body .form-control:focus, .panel-group--style2 .panel-body .select-wrapper select, .panel-group--style2 .panel-body .select-wrapper select:focus {
	background-color: #f9f9f9;
}

.panel-group--style2 .panel {
	border: 0;
	box-shadow: none !important;
}

.panel-group--style2 .panel-title, .panel-group--style2 .panel-heading, .panel-group--style2 .panel-group .panel {
	border-radius: 0;
}

.panel-group--style2 .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-radius: 0;
	background-color: #f9f9f9;
}

.panel-group--style2 .panel-heading a {
	display: block;
	padding: 22px 40px 22px 20px;
	color: #000;
}

.panel-group--style2 .panel-heading a:hover {
	color: #000;
}

.panel-group--style2 .panel-heading.active a {
	color: #000;
}

.panel-group--style2 .panel-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
}

.panel-group--style2 .panel>.panel-heading {
	position: relative;
	margin-bottom: 1px;
}

.panel-group--style2 .panel>.panel-heading .toggle-arrow {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 100%;
	transition: all .2s ease;
	pointer-events: none;
}

.panel-group--style2 .panel>.panel-heading .toggle-arrow span:first-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin-top: 0;
	margin-left: -5px;
	transition: .2s;
	transform: rotate(-90deg);
	opacity: 1;
	background-color: #000;
}

.panel-group--style2 .panel>.panel-heading .toggle-arrow span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 12px;
	margin-top: -5px;
	margin-left: 0;
	transition: .35s ease-in-out;
	transform: rotate(-90deg);
	background-color: #000;
}

.panel-group--style2 .panel>.panel-heading.active .collapsed-content {
	position: relative;
	top: 0;
	visibility: visible;
	opacity: 1;
}

.panel-group--style2 .panel>.panel-heading.active .toggle-arrow span:first-child {
	transition: .35s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.panel-group--style2 .panel>.panel-heading.active .toggle-arrow span:last-child {
	transform: rotate(90deg);
}

.panel-group--style2 .panel+.panel {
	margin-top: 17px;
}
.panel-group--style2 table {
	font-size: 14px;
	line-height: 23px;
	margin-right: -15px;
	margin-left: -15px;
	border: 25px solid #fff;
	background: #fff;
}
.panel-group--style2 table tr td, .panel-group--style2 table th td, .panel-group--style2 table tbody tr td, .panel-group--style2 table tbody tr th, .panel-group--style2 table thead tr th, .panel-group--style2 table thead tr td {
	border: 0;
}
.steps-progress .nav-tabs {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.steps-progress .nav-tabs:not(.tab-category)>li {
	width: 20%;
}
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	transition: .2s;
	text-align: inherit;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
}
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link:focus, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link:active, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link.active {
	padding: 10px 0;
	border: 0;
	background-color: transparent;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover:after, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link:focus:after, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link:active:after, .steps-progress .nav-tabs:not(.tab-category)>li .nav-link.active:after {
	display: none;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:not(.active) {
	opacity: .3;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover {
	opacity: 1;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link span:first-child {
	font-size: 36px;
	font-weight: 400;
	position: relative;
	top: 3px;
	padding: 0 8px;
}
.steps-progress .progress {
	height: 4px;
	margin-top: -1px;
	border-radius: 0;
}

.steps-progress .progress-bar {
	background-color: #33cad5;
}

.breadcrumbs-wrap {
	background-color: #f9f9f9;
}

.breadcrumbs {
	padding: 8px 0;
	list-style: none;
	color: #000;
}

.breadcrumbs li {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:last-child {
	padding-right: 0;
}

.breadcrumbs li a {
	white-space: nowrap;
	color: #000;
}

.breadcrumbs li a:hover {
	text-decoration: none;
	color: #33cad5;
}

.breadcrumbs li:after {
	font-family: 'icon-foxic';
	font-size: 8px;
	line-height: 20px;
	position: relative;
	margin-right: -8px;
	padding-right: 12px;
	padding-left: 8px;
	content: '\e919';
	vertical-align: bottom;
	color: #000;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.modal--quickview .prd-block_viewed {
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
}

.modal--quickview .prd-block_viewed-wrap {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	color: #282828;
	-ms-flex-align: center;
	align-items: center;
}

.modal--quickview .prd-block_viewed-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: .75;
	background-color: #fff;
}

.modal--quickview .prd-block_viewed {
	width: 50%;
	min-width: 0;
	padding: 8px;
	color: #282828;
}

.modal--quickview .prd-block_viewed [class*='icon'] {
	padding-right: 5px;
}
.modal--quickview .prd-block_viewed:after {
	display: none;
}

.modal--quickview .prd-block {
	max-height: 100%;
}

.modal--quickview .prd-block>.row {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.modal--quickview .quickview-info {
	border-radius: 0 5px 5px 5px;
	background-color: #fff;
}
.modal--quickview.fancybox-content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	width: 1030px;
	max-width: calc(100% - 60px);
	min-height: 400px;
	max-height: calc(100% - 30px);
	margin: 0 !important;
	padding: 0;
	background: transparent;
}
.modal--quickview .prd-block_info {
	position: relative;
	padding: 30px 30px;
}
.modal--quickview .prd-block_info .panel-group--style1 .panel-heading {
	display: none;
}

.modal--quickview .prd-block_info .panel-group--style1 .panel-body {
	padding: 20px 0 !important;
}

.modal--quickview .prd-block_main-image-holder {
	overflow: visible;
}

.modal--quickview .prd-block_main-image {
	z-index: 1;
	background-color: #fff;
}

.modal--quickview .prd-block_main-image img {
	width: 100%;
}
.modal--quickview .product-main-carousel .slick-arrow {
	opacity: 0;
}

.modal--quickview .prd-block_description {
	margin-top: 20px;
}

.modal--quickview .product-main-carousel {
	transition: height .5s;
}

.modal--quickview .product-main-carousel .ZoomContainer {
	z-index: 150 !important;
}

.modal--quickview .product-main-carousel:not(.slick-initialized)>*+* {
	display: none;
}

.modal--quickview .product-main-carousel:not(.slick-initialized)>*+.ZoomContainer {
	display: block;
}
.modal--quickview .prd-block--prv-right .product-previews-carousel {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 90px;
	height: 100%;
	margin: 0;
	padding: 7px 0 7px 15px;
	transition: 0s;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal--quickview .prd-block--prv-right .prd-block_main-image {
	overflow: hidden;
	width: calc(100% - 90px);
	height: 100%;
	border-radius: 0 0 0 5px;
}
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
	position: static;
	width: 100%;
	height: 30px;
	padding: 0;
	transform: none;
	background-color: transparent;
}
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:after, .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after {
	display: none;
}
.modal--quickview .prd-block--prv-right .product-previews-wrapper:hover .slick-slider.slick-vertical .slick-prev, .modal--quickview .prd-block--prv-right .product-previews-wrapper:hover .slick-slider.slick-vertical .slick-next {
	visibility: visible;
}
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev {
	margin-bottom: auto;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
	margin-top: auto;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before, .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before {
	font-size: 7px;
	color: #33cad5;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before {
	content: '\ea05';
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
	content: '\ea04';
}

.modal--quickview .prd-block--prv-bottom .product-previews-carousel {
	padding: 8px 20px;
	transition: .5s;
	background-color: #fff;
}
.modal--quickview .prd-block--prv-bottom .product-previews-carousel:not(.slick-initialized) {
	overflow: hidden;
	opacity: 0;
}

.modal--quickview .prd-block--prv-bottom .product-previews-carousel.slick-initialized {
	opacity: 1;
}

.modal--quickview .prd-block--prv-bottom .product-previews-wrapper {
	padding: 0;
}

.modal--quickview .prd-block--prv-bottom .product-previews-wrapper a {
	padding: 0 4px;
}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-prev {
	left: -4px;
}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-next {
	right: -4px;
}
.modal--quickview .product-previews-wrapper {
	padding: 0;
}

.modal--quickview.modal-quickview--classic .product-previews-carousel:not(.slick-initialized) {
	max-height: none;
}
body.touch .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, body.touch .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
	visibility: visible;
}

.fancybox-is-open .fancybox-bg {
	opacity: .35;
}

.fancybox-container {
	z-index: 172;
}

.fancybox-content {
	overflow: hidden;
	background-color: #fff;
}

.fancybox-thumbs {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 10px 10px 0 10px;
	background: rgba(0, 0, 0, .3);
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
	overflow: visible;
}

.payment-notification-wrap {
	position: absolute;
	bottom: 0;
	left: 20px;
	margin-bottom: 20px;
	transition: .2s;
	pointer-events: none;
}

.payment-notification {
	position: relative;
	z-index: 1;
	padding: 4px;
	transform: translateY(120%);
	pointer-events: all;
	border-radius: 50%;
    transition: bottom 1s ease 0s;
    bottom: 0;
}   

.payment-notification:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .35;
	border-radius: 50%;
	background: #647482;
}

.payment-notification-inside {
	position: relative;
	z-index: 1;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background-color: #fff;
}
.payment-notification-container {
	padding: 12px;
	text-align: center;
}
.payment-notification-image img {
	overflow: hidden;
	max-width: 90px;
	max-height: 80px;
}
.payment-notification-content {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 15px 12px;
	-ms-flex-direction: column;
}
.payment-notification-close {
	font-size: 18px;
	position: absolute;
	top: 5px;
	right: 8px;
	display: -ms-flexbox;
	display: flex;
	width: 34px;
	height: 34px;
	cursor: pointer;
	transition: .2s;
	color: #000;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.payment-notification-close:hover {
	text-decoration: none;
	opacity: .75;
	color: #fff;
	background-color: #33cad5;
}

.payment-notification-qw {
	font-size: 18px;
	position: absolute;
	right: 8px;
	bottom: 5px;
	display: -ms-flexbox;
	display: flex;
	width: 34px;
	height: 34px;
	cursor: pointer;
	transition: .2s;
	color: #000;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.payment-notification-qw:hover {
	text-decoration: none;
	opacity: .75;
	color: #fff;
	background-color: #33cad5;
}

.payment-notification-content>*+* {
	margin-top: 4px;
}

.payment-notification-name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #000;
}

.payment-notification-name:hover {
	text-decoration: none;
	color: #33cad5;
}

.payment-notification-bottom {
	display: -ms-flexbox;
	display: flex;
	margin: auto -2px 0;
	padding-top: 15px;
}

.payment-notification-bottom>* {
	padding-right: 2px;
	padding-left: 2px;
}

.payment-notification-when {
	font-size: 11px;
	line-height: 1em;
	color: #33cad5;
}

.payment-notification-from {
	font-size: 11px;
	line-height: 1em;
	margin-top: 0;
	color: #000;
}

.payment-notification.payment-notification--squared .payment-notification-inside {
	width: 280px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.payment-notification.payment-notification--squared .payment-notification-container {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 30px 5px 5px;
	text-align: left;
	-ms-flex-align: center;
	align-items: center;
}

.payment-notification.payment-notification--squared .payment-notification-image img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.payment-notification.payment-notification--squared .payment-notification-content {
	margin: 0;
	padding: 0 10px;
}

.payment-notification.payment-notification--squared .payment-notification-content-wrapper {
	height: auto;
}

.payment-notification.payment-notification--squared .payment-notification-name {
	line-height: 1.2em;
	display: block;
	white-space: normal;
}

.payment-notification.payment-notification--squared .payment-notification-close {
	font-size: 14px;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-qw {
	font-size: 16px;
	right: 5px;
	bottom: 5px;
	width: 24px;
	height: 24px;
	box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-from {
	font-size: 11px;
	line-height: 1em;
}

.payment-notification.payment-notification--squared:after {
	display: none;
}

.popup-addedtocart {
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	background-color: #33cad5;
	box-shadow: 0 -5px 8px rgba(0, 0, 0, .12);
    transition: height 0.4s ease-out;
}

.popup-addedtocart .container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.popup-addedtocart .container>.row {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.popup-addedtocart_image {
	display: -ms-flexbox;
	display: flex;
	max-width: 80px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.popup-addedtocart_image img {
	max-width: 100%;
	border-radius: 4px;
}
.popup-addedtocart_info {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 0;
}
.popup-addedtocart_info>.row {
	margin-right: -10px;
	margin-left: -10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.popup-addedtocart_info>.row>* {
	padding: 0 10px;
}
.popup-addedtocart_info a:not(.btn) {
	color: #fff;
}

.popup-addedtocart_info a:not(.btn):hover, .popup-addedtocart_info a:not(.btn):focus {
	text-decoration: underline;
	color: #fff;
}

.popup-addedtocart_info .popup-addedtocart_text {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.popup-addedtocart_message a {
	text-decoration: underline;
	color: #fff;
}

.popup-addedtocart_message a:hover {
	text-decoration: none;
}

.popup-addedtocart_actions {
	font-size: 15px;
	line-height: 23px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding-right: 65px;
	-ms-flex-align: center;
	align-items: center;
}
.popup-addedtocart_actions>span:first-child {
	padding-right: 5px;
}

.popup-addedtocart_actions>span:not(:first-child) {
	padding: 0 5px;
}

.popup-addedtocart_actions a.btn {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.popup-addedtocart_actions a.btn:not(:last-child) {
	margin-right: 5px;
}

.popup-addedtocart_actions a:not(.btn) {
	text-decoration: underline;
	color: #fff;
}

.popup-addedtocart_actions a:not(.btn):hover, .popup-addedtocart_actions a:not(.btn):focus {
	text-decoration: none;
	color: #fff;
}

.popup-addedtocart_actions .btn--grey, .popup-addedtocart_actions .btn--grey:active, .popup-addedtocart_actions .btn--grey:active:focus, .popup-addedtocart_actions .btn--grey:visited, .popup-addedtocart_actions .btn--grey:focus {
	color: #000;
	background-color: #efefef;
}

.popup-addedtocart_actions .btn--grey:hover {
	color: #fff;
	background-color: #000;
}

.popup-addedtocart_actions .btn--invert, .popup-addedtocart_actions .btn--invert:active, .popup-addedtocart_actions .btn--invert:active:focus, .popup-addedtocart_actions .btn--invert:visited, .popup-addedtocart_actions .btn--invert:focus {
	color: #fff;
	background-color: #000;
}

.popup-addedtocart_actions .btn--invert:hover {
	color: #000;
	background-color: #efefef;
}

.popup-addedtocart-close {
	font-size: 36px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 8px;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	cursor: pointer;
	color: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-addedtocart-close:hover, .popup-addedtocart-close:focus {
	color: #fff;
}

.popup-addedtocart-close:hover {
	text-decoration: none;
	opacity: .7;
}
.popup-addedtocart-cart {
	display: none;
}
.popup-addedtocart_title {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.popup-addedtocart.has-error {
	background-color: #f33f46;
}

.popup-addedtocart.has-error .popup-addedtocart_message, .popup-addedtocart.has-error .popup-addedtocart_title, .popup-addedtocart.has-error .popup-addedtocart_image, .popup-addedtocart.has-error .popup-addedtocart_actions {
	display: none;
}

.popup-addedtocart.has-error:not(.closed) {
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-addcart {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    transition: height 0.4s ease-out;
}

.sticky-addcart .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sticky-addcart .row {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sticky-addcart_title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.sticky-addcart_title a {
	color: #000;
}

.sticky-addcart_title a:hover {
	color: #33cad5;
}
.sticky-addcart_price {
	display: -ms-flexbox;
	display: flex;
	margin: 10px -5px 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sticky-addcart_price>* {
	margin: 0 5px;
}

.sticky-addcart_price--old {
	font-size: 16px;
	text-decoration: line-through;
	color: #000;
}

.sticky-addcart_price--actual {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.sticky-addcart_image {
	display: -ms-flexbox;
	display: flex;
	max-width: 80px;
	min-height: 58px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.sticky-addcart_image img {
	max-width: 100%;
	border-radius: 4px;
}
.sticky-addcart_actions {
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-addcart_actions .prd-block_qty .option-label {
	font-size: 15px;
	padding-right: 7px;
}
.sticky-addcart_actions .btn {
	min-width: 160px;
}
.sticky-addcart .prd-block_qty {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-addcart .prd-block_qty .qty-changer input[type='text'], .sticky-addcart .prd-block_qty .qty-changer input[type='number'] {
	font-size: 17px;
	line-height: 36px;
	width: 36px;
	min-width: 36px;
	margin: 0;
}

.sticky-addcart .prd-block_qty .qty {
	position: relative;
	padding-right: 22px;
}

.sticky-addcart .prd-block_qty .qty button {
	position: absolute;
	right: 0;
}

.sticky-addcart .prd-block_qty .qty .increase {
	top: 0;
}

.sticky-addcart .prd-block_qty .qty .decrease {
	bottom: 0;
}

.fancybox-toolbar {
	top: 10px;
	right: 10px;
}

.fancybox-toolbar>button {
	border-radius: 50%;
}

.fancybox-toolbar>button:hover {
	opacity: .5;
}

.fancybox-loading {
	border-width: 2px;
}

.fancybox-button {
	color: #fff;
	background: #33cad5;
}

.fancybox-button:hover {
	color: #fff;
	background: #000;
}

.fancybox-button[data-fancybox-zoom], .fancybox-button[data-fancybox-thumbs], .fancybox-button[data-fancybox-play] {
	display: none !important;
}

.fancybox-navigation .fancybox-button {
	top: calc(50% - 25px);
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fancybox-navigation .fancybox-button:before {
	font-family: icon-foxic;
	font-size: 32px;
	line-height: 1em;
	position: relative;
	transition: .2s;
	opacity: 1;
	color: #2d2c2c;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
	left: 15px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
	content: '\e94c';
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	right: 15px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
	content: '\e94b';
}

.fancybox-navigation .fancybox-button[disabled] {
	opacity: .5;
}

.fancybox-navigation .fancybox-button:hover:not([disabled]) {
	background: #000;
}

.fancybox-navigation .fancybox-button:hover:not([disabled]):before {
	color: #fff;
}

.fancybox-navigation .fancybox-button>div {
	display: none;
}

.fancybox-infobar {
	color: #fff;
}

.fancybox--light .fancybox-button--zoom {
	display: none !important;
}

.fancybox--light .fancybox-bg {
	background: #fff;
}

.fancybox--light.fancybox-is-open .fancybox-bg {
	opacity: .95;
}

.fancybox--light .fancybox-caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	padding: 15px;
	text-transform: uppercase;
	color: #000;
	background: #fff;
}

.fancybox--light .fancybox-caption:after {
	display: none;
}

.fancybox--light .fancybox-infobar {
	color: #000;
	mix-blend-mode: unset;
}

.fancybox--light .fancybox-button {
	background: #33cad5;
}

.fancybox--light .fancybox-button:hover {
	color: #fff;
	background: #000;
}

.fancybox--light .fancybox-button, .fancybox--light .fancybox-button:link, .fancybox--light .fancybox-button:visited {
	color: #fff;
}

.fancybox--light .fancybox-button.disabled, .fancybox--light .fancybox-button.disabled:hover, .fancybox--light .fancybox-button[disabled], .fancybox--light .fancybox-button[disabled]:hover {
	opacity: .35;
	color: #fff;
}

.fancybox--light .fancybox-caption__body {
	overflow: visible;
}

.fancybox--light .fancybox-thumbs {
	background-color: transparent;
}

.modal-info-content {
	max-width: calc(100% - 30px);
	border-radius: 5px;
}

.modal-info-content.fancybox-content {
	padding: 60px;
}
.modal-info-content .fancybox-close-small {
	font-size: 24px;
	color: #000;
}

.modal-info-content .fancybox-close-small:hover {
	color: #33cad5;
}

.modal-hidden {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.fancybox-close-small+.fancybox-close-small {
	display: none !important;
}

body {
	position: relative;
}

@keyframes smRotate_l {
	50% {
		transform: rotate(-7deg);
	}
}

@keyframes smRotate_r {
	50% {
		transform: rotate(7deg);
	}
}

.slick-slider {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.slick-list.draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-slide:focus {
	outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}



.slick-track {
	margin: 0 auto;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}
 
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	width: 27px;
	height: 27px;
	padding: 0;
	cursor: pointer;
	transition: opacity .2s;
	transform: translate(0, -50%);
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-prev:hover:not(.slick-disabled), .slick-next:hover:not(.slick-disabled) {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:not(.slick-disabled):before, .slick-next:hover:not(.slick-disabled):before {
	opacity: 1;
	color: #33cad5;
}

.slick-prev:before, .slick-next:before {
	font-family: 'icon-foxic';
	font-size: 27px;
	line-height: 1;
	transition: .2s;
	opacity: 1;
	color: #2d2c2c;
}

.slick-disabled {
	cursor: auto !important;
	opacity: .3;
}

.slick-prev {
	left: -5px;
}

.slick-prev:before {
	content: '\e94c';
}

.slick-next {
	right: -5px;
}

.slick-next:before {
	content: '\e94b';
}

.carousel-arrows .slick-prev, .carousel-arrows .slick-next {
	top: 50%;
	transform: translate(0, -50%);
}

.carousel-arrows .slick-prev:before, .carousel-arrows .slick-next:before {
	font-size: 28px;
	color: #000;
}

.carousel-arrows .slick-prev:hover:not(.slick-disabled):before, .carousel-arrows .slick-next:hover:not(.slick-disabled):before {
	color: #33cad5;
}

.carousel-arrows .slick-next {
	right: 0;
	left: auto;
}

.carousel-arrows .slick-next:before {
	content: '\e94b';
}

.carousel-arrows .slick-prev {
	right: 25px;
	left: auto;
}

.carousel-arrows .slick-prev:before {
	content: '\e94c';
}

 .text-center>.carousel-arrows .slick-prev, .text-center>.carousel-arrows .slick-next {
	top: 0;
	transform: translate(0);
}

.slick-slider.slick-vertical .slick-prev, .slick-slider.slick-vertical .slick-next {
	top: auto;
	bottom: -25px;
}

.slick-slider.slick-vertical .slick-prev {
	left: 5px;
}

.slick-slider.slick-vertical .slick-prev:before {
	content: '\e94c';
}

.slick-slider.slick-vertical .slick-next {
	top: 0;
	left: 50%;
}

.slick-slider.slick-vertical .slick-next:before {
	content: '\e94b';
}

.slick-dotted .slick-slider {
	margin-bottom: 10px;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 8px 5px;
	padding: 0;
	cursor: pointer;
	pointer-events: all;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	transition: .15s;
	color: transparent;
	border: 0;
	border-radius: 50%;
	outline: none;
	background-color: #bfbfbf;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li:not(.slick-active) button:hover {
	background-color: #33cad5;
}

.slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
	margin: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #33cad5;
	background-color: transparent;
}

.slick-dots li:only-child {
	display: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slick-slide {
	will-change: transform;
}

.slick-slider[class*='-carousel'] .slick-dots {
	position: relative;
	display: none;
	margin: 50px auto 0;
}

.slick-slider[class*='-carousel'] .slick-dots[style] {
	display: block;
}



.ps__scrollbar-x-rail {
	display: none !important;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInDown {
	from {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInDownBig {
	from {
		transform: translate3d(0, -2000px, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	0% {
		transform: translate3d(-400px, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInLeftBig {
	from {
		transform: translate3d(-2000px, 0, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInRight {
	0% {
		transform: translate3d(400px, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInRightBig {
	from {
		transform: translate3d(2000px, 0, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInUp {
	from {
		transform: translate3d(0, 100%, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInUpBig {
	from {
		transform: translate3d(0, 2000px, 0);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInTop {
	0% {
		transform: translate3d(0, -400px, 0);
		opacity: 0;
	}
	50% {
		opacity: .2;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInBottom {
	0% {
		transform: translate3d(0, 400px, 0);
		opacity: 0;
	}
	50% {
		opacity: .2;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutLeft {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(-400px, 0, 0);
		opacity: 0;
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(-2000px, 0, 0);
		opacity: 0;
	}
}

@keyframes fadeOutRight {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(400px, 0, 0);
		opacity: 0;
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(2000px, 0, 0);
		opacity: 0;
	}
}

@keyframes fadeOutTop {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	40% {
		opacity: .2;
	}
	100% {
		transform: translate3d(0, -300px, 0);
		opacity: 0;
	}
}

@keyframes fadeOutTopBig {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	40% {
		opacity: .2;
	}
	100% {
		transform: translate3d(0, -2000px, 0);
		opacity: 0;
	}
}

@keyframes fadeOutBottom {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(0, 100%, 0);
		opacity: 0;
	}
}

@keyframes fadeOutBottomBig {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(0, 2000px, 0);
		opacity: 0;
	}
}

@keyframes fadeOutTop {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}
}

@keyframes fadeOutTopBig {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(0, -2000px, 0);
		opacity: 0;
	}
}

@keyframes driveInLeft {
	0% {
		transform: translate3d(-800px, 0, 0);
		animation-timing-function: cubic-bezier(.165, .84, .44, 1);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		transform: translate3d(60px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	100% {
		transform: translate3d(0, 0, 0);
		animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	}
}

.driveInLeft {
	animation-name: driveInLeft;
	animation-duration: 2s;
}

@media (max-width: 767px)  {
.vert-margin>* {
		margin-top: 20px;
	}
.page-footer {
		margin-top: 65px;
	}
.holder-mt-small {
		margin-top: 35px;
	}
.aside:not(.filter-col)+.aside {
		margin-top: 35px;
	}
.holder-with-bg {
		padding-top: 30px;
		padding-bottom: 30px;
	}
.holder-pt-xsmall.holder-with-bg {
		padding-top: 15px;
	}
.holder-pb-medium.holder-with-bg {
		padding-bottom: 15px;
	}
.holder-pb-xsmall.holder-with-bg {
		padding-bottom: 7px;
	}
.page404-text .txt1 {
		font-size: 120px;
	}
.page404-text .txt2 {
		font-size: 28px;
	}
.page404-bg>svg {
		width: 400px;
		height: 400px;
	}
.form-control--xl {
		height: 46px;
		padding: 12px 20px;
	}
.form-wrapper:not(:first-child) {
		margin-top: 15px;
	}
.tags-list li {
		margin-bottom: 5px;
	}
.promo-topline {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.promo-topline b {
		font-weight: 600;
	}
.hdr .custom-text {
		font-size: 14px;
	}
.hdr-content .hdr-inline-link {
		margin-right: -8px;
		margin-left: -8px;
	}
.hdr-content .hdr-inline-link .dropdn-link {
		padding: 0 7px;
	}
.hdr-navline .dropdn-link [class*='icon'] {
		font-size: 27px;
	}
.hdr-content .dropdn-link [class*='icon'] {
		font-size: 27px;
	}
.hdr-topline .custom-text.js-custom-text-carousel {
		height: 26px;
	}
.hdr-topline .custom-text.js-custom-text-carousel .custom-text-item {
		line-height: 26px;
	}
.header-side-panel .dropdn-content-block {
		padding: 0 30px 30px;
	}
.icon-basket+.minicart-qty {
		left: 2px;
	}
.wishlist-qty {
		left: 2px;
	}
.dropdn-content.minicart-drop .dropdn-content-block {
		padding: 0 30px;
	}
.minicart-drop-content {
		margin-right: -20px;
		margin-left: -20px;
		padding: 10px 20px 0;
	}
.minicart-drop-fixed .payment-link [class*='icon'] {
		font-size: 34px;
	}
	.minicart-drop-fixed .payment-link>* {
		margin: 0 5px;
	}
.minicart-drop-info {
		margin-top: 20px;
	}
.minicart-drop-actions {
		margin-top: 10px;
	}
.hdr-style7 .hdr-content>.container>.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.row>*:last-child .bnr {
		margin-bottom: 0;
	}
.prd-grid {
		margin-right: -5px;
		margin-left: -5px;
	}
	.prd {
		margin-right: 5px;
		margin-left: 5px;
	}
	.prd-grid:not(.product-listing) {
		display: -ms-flexbox;
		display: flex;
	}
	.prd-grid.data-to-show-sm-6 .prd, .prd-grid.product-listing.data-to-show-sm-6 .prd {
		max-width: calc(16.65% - 10px);
		-ms-flex: 0 0 calc(16.65% - 10px);
		flex: 0 0 calc(16.65% - 10px);
	}
	.prd-grid.data-to-show-sm-5 .prd, .prd-grid.product-listing.data-to-show-sm-5 .prd {
		max-width: calc(19.9% - 10px);
		-ms-flex: 0 0 calc(19.9% - 10px);
		flex: 0 0 calc(19.9% - 10px);
	}
	.prd-grid.data-to-show-sm-3 .prd, .prd-grid.product-listing.data-to-show-sm-3 .prd {
		max-width: calc(33.32% - 10px);
		-ms-flex: 0 0 calc(33.32% - 10px);
		flex: 0 0 calc(33.32% - 10px);
	}
	.prd-grid.data-to-show-sm-2 .prd, .prd-grid.product-listing.data-to-show-sm-2 .prd {
		max-width: calc(49.9% - 10px);
		-ms-flex: 0 0 calc(49.9% - 10px);
		flex: 0 0 calc(49.9% - 10px);
	}
	.prd-grid.data-to-show-sm-1 .prd, .prd-grid.product-listing.data-to-show-sm-1 .prd {
		max-width: calc(100% - 10px);
		-ms-flex: 0 0 calc(100% - 10px);
		flex: 0 0 calc(100% - 10px);
	}
.prd-listview .prd+.prd {
		margin-top: 60px;
	}
.prd-listview .prd .prd-img-area {
		max-width: 220px;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
	}
.prd-listview .prd .prd-info-wrap {
		padding-left: 15px;
	}
.prd-listview .prd .prd-info .prd-circle-labels {
		flex-direction: row;
		margin-left: auto;
		-ms-flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.prd-listview .prd .prd-info .prd-circle-labels>*+* {
		margin-top: 0;
	}
.prd-listview .prd .prd-action {
		margin-top: 15px;
	}
.prd-listview .prd .prd-hovers {
		flex-direction: row-reverse;
		margin-top: 0;
		padding-left: 15px;
		-ms-flex-direction: row-reverse;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
	}
.prd-listview .prd .prd-description {
		font-size: 13px;
		line-height: 18px;
		margin-top: 15px;
	}
.prd-listview .prd .prd-price {
		font-size: 18px;
		margin-top: 10px;
        text-align: center;
        display: block;
	}
	
    .urmu{
        display: none !important;
    }
.prd-block.prd-block--mobile-image-first .prd-block_main-image {
		margin-bottom: 0;
	}
.prd-block:not(.prd-block--mobile-image-first) .js-prd-d-holder { 
	}
	.prd-block.prd-block--mobile-image-first .js-prd-m-holder {
		display: none;
	}
.prd-block_info+.prd-block_info {
		margin-top: 30px;
	}
.prd-block_price--actual {  
		font-size: 28px;
        min-width: 160px;
	}
.prd-block_title {
		font-size: 23px;
		line-height: 32px;
	}
.prd-block-under {
		margin-bottom: 0;
	}
.prd-block_info-box {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 15px 2px;
	}
.prd-block_link>a, 	.prd-block_link>span {
		flex-direction: column;
		text-align: center;
		-ms-flex-direction: column;
	}
.prd-block_link>a [class*='icon'], .prd-block_link>span [class*='icon'] {
		margin-bottom: 5px;
	}
.prd-block_order-info {
		padding: 0;
	}
.filter-row {
		padding: 10px 0;
	}
.filter-row .row {
		margin: 0 -10px;
		-ms-flex-pack: justify;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
.filter-row .row>* {
		margin: 0 10px;
	}
.countdown-box-full-text .countdown>span {
		font-size: 14px;
	}
.holder-subscribe-full .subscribe-form-title-md {
		font-size: 30px;
	}
.holder-subscribe-full .subscribe-form-title-xs {
		font-size: 15px;
	}
.holder-subscribe-full .subscribe-form .btn {
		width: 100%;
	}
.holder-subscribe-full .form-control-wrap {
		margin-right: 0;
	}
.holder-subscribe-full .form-control-wrap .bottom {
		height: 1px;
	}
.holder-subscribe-full .form-control-wrap {
		margin-bottom: 20px;
		border-bottom-width: 1px;
	}
.holder-subscribe-full .form-control-wrap {
		min-width: 100%;
	}
.holder-subscribe-full .form-control-wrap svg rect {
		stroke-width: 2;
	}
.holder-subscribe-full .form-inline {
		flex-direction: column;
		-ms-flex-direction: column;
	}
.holder-subscribe-full .circle_decor {
		width: 70%;
	}
.text-icn-block-hor .text {
		font-size: 14px;
		line-height: 20px;
		padding: 0 25px 0 10px;
	}
.text-icn-block-footer .icn {
		font-size: 52px;
		max-width: 52px;
		-ms-flex: 0 0 52px;
		flex: 0 0 52px;
	}
.text-icn-block-footer .icn>svg {
		max-width: 52px;
		max-height: 52px;
	}
.creative-product-carousel-text {
		font-size: 16vw;
	}
.creative-product-carousel-text {
		font-size: 18vw;
	}
.creative-product-carousel-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.js-creative-product-carousel-tabs .slick-track {
		transform: translate3d(0px, 0px, 0px) !important;
	}
.post-prw-text>*+.post-prw-btn {
		margin-top: 20px;
	}
.post-prw-title {
		font-size: 18px;
	}
.post-prws-listing .post-prw-title {
		font-size: 20px;
	}
.post-prw-simple-sm .post-prw-img:not(:last-child) {
		margin-bottom: 14px;
	}
.post-full>*:not(:first-child) {
		margin-top: 24px;
	}
.post-full .post-title {
		font-size: 20px;
		line-height: 28px;
	}
.post-full .post-bot:not(:first-child) {
		margin-top: 25px;
	}
.cart-table-prd-qty {
		max-width: 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}
.cart-table-prd-action {
		position: absolute;
		top: 30px;
		right: 0;
	}
.cart-table-prd-content-wrap {
		flex-direction: column;
		-ms-flex-direction: column;
	}
.cart-table-prd-info, .cart-table-prd-price-total, .cart-table-prd-qty {
		width: 100%;
		max-width: 100%;
		padding: 0;
		text-align: left;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.cart-table-prd-price {
		max-width: calc(100% - 50px);
		padding-right: 50px;
	}
	.cart-table-prd-info, .cart-table-prd-qty {
		margin: 0 0 15px;
	}
.page404-bg {
		min-height: 350px !important;
	}
.countdown-box-title:not(:first-child) {
		margin-top: -70px;
	}
.countdown-box-title {
		font-size: 26px;
	}
.countdown-box-text:not(:first-child), p.countdown-box-text:not(:first-child) {
		margin-top: 20px;
	}
.countdown-box-text, p.countdown-box-text {
		font-size: 16px;
		font-weight: 400;
	}
.countdown-box-subscribe-form:not(:first-child):not(:first-child) {
		margin-top: 30px;
	}
.countdown-box-footer {
		margin-top: 50px;
	}
.countdown-box-footer {
		font-size: 14px;
	}
.faq-item+.faq-item {
		margin-top: 30px;
		padding-top: 32px;
	}
.faq-item:last-child {
		padding-bottom: 30px;
	}
.nav-tabs:not(.tab-category)>li .nav-link:after {
		bottom: -.2em;
	}
.tab-content {
		padding: 20px 0 0;
	}
.tab-content>.tab-pane>*:not(:first-child):not(p):not(.clearfix):not(.row) {
		margin-top: 20px;
	}
.panel-group--style2 .panel+.panel {
		margin-top: 10px;
	}
.panel-group--style2 table {
		border-width: 10px;
	}
.modal--quickview .prd-block_viewed [class*='icon'] {
		display: none;
	}
.modal--quickview .quickview-info {
		border-radius: 0;
	}
.modal--quickview.fancybox-content {
		width: 100%;
		max-width: 100%;
	}
.modal--quickview .prd-block_main-image {
		background-color: transparent;
	}
.modal--quickview .prd-block--prv-bottom .product-previews-carousel {
		background-color: transparent;
	}
}

@media (max-width: 575px)  {
.vert-margin>* {
		margin-top: 10px;
	}
.vert-margin-small {
		margin-top: -20px;
	}
.vert-margin-small>* {
		margin-top: 20px;
	}
.page-content>.container:first-child, 	.page-content>.holder:first-child, 	.page-content>*:first-child>.holder {
		margin-top: 30px;
	}
.page-content .breadcrumbs-wrap+*:not(.shopify-section):not(.page-content), .page-content .breadcrumbs-wrap+*>.holder {
		margin-top: 30px;
	}
.page-footer {
		margin-top: 50px;
	}
.holder-mt-small {
		margin-top: 30px;
	}
.page-content>.holder:first-child {
		margin-top: 20px;
	}
.holder-with-bg {
		padding-top: 25px;
		padding-bottom: 25px;
	}
.holder-pt-xsmall.holder-with-bg {
		padding-top: 10px;
	}
.holder-pb-medium.holder-with-bg {
		padding-bottom: 15px;
	}
.holder-pb-xsmall.holder-with-bg {
		padding-bottom: 5px;
	}
h1 {
		font-size: calc(34px * .8);
	}
h1, .h1-style {
		font-size: calc(30px * .8);
		margin-bottom: 30px;
	}
h2, .h2-style {
		font-size: calc(25px * .9);
		margin-bottom: 20px;
	}
.title-wrap p, .page-title p {
		font-size: 14px;
		line-height: 23px;
	}
.page404-bg>svg {
		width: 300px;
		height: 300px;
	}
.popover {
		max-width: 180px;
	}
.popover-body {
		padding: 10px;
	}
.btn--xl {
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		padding: 15px 30px;
	}
.mobilemenu-close.mobilemenu-toggle {
		font-size: 14px;
		margin: 0 -15px 10px;
		padding: 20px 15px;
	}
.promo-topline {
		font-size: 11px;
		line-height: 16px;
	}
.hide-mobile {
		display: none !important;
	}
	.hdr .custom-text {
		font-size: 12px;
	}
.hdr-logo {
		max-width: 200px;
	}
.hdr>*>.container {
		padding-right: 10px;
		padding-left: 10px;
	}
.hdr-navline .hdr-inline-link {
		margin-right: -3px;
		margin-left: -3px;
	}
.hdr-navline .hdr-inline-link .dropdn-link {
		padding: 0 3px;
	}
.hdr-topline>.container>.row {
		min-height: 24px;
	}
.dropdn-content .dropdn-close {
		font-size: 14px;
		padding: 20px 5px;
	}
.header-side-panel .dropdn-content-block {
		max-width: 320px;
		padding: 0 25px 30px;
	}
.minicart-qty,
	.wishlist-qty {
		font-size: 9px;
		width: 14px;
		height: 14px;
	}
.dropdn-content.minicart-drop .dropdn-content-block {
		padding: 0 25px;
	}
.page-footer.footer-style-2 .footer-bottom-col-left {
		-ms-flex: auto !important;
		flex: auto !important;
	}
	.page-footer.footer-style-2 .footer-logo {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.page-footer.footer-style-2 .footer-bottom-col-right {
		text-align: center;
	}
	.page-footer.footer-style-2 .payment-link {
		-ms-flex-pack: center;
		justify-content: center;
	}
.bnslider-image-mobile {
		display: block;
	}
	.bnslider-image-mobile+.bnslider-image {
		display: none;
	}
.bnslider-arrows {
		top: auto;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 38px;
		margin-top: 0;
		pointer-events: none;
	}
	.bnslider-arrows>* {
		position: relative;
		display: block;
		width: 112px;
		margin: 0 auto;
	}
	.bnslider-arrows .slick-prev, .bnslider-arrows .slick-next {
		transform: none;
		pointer-events: all;
	}
	.bnslider-arrows .slick-prev:before, .bnslider-arrows .slick-next:before {
		font-size: 14px;
		line-height: 38px;
		width: 38px;
		height: 38px;
		color: #fff !important;
		border-radius: 50%;
		background-color: #33cad5 !important;
	}
.hdr-content .bnr .bnr-caption>*+* {
		margin-top: 5px;
	}
.prd-grid, 	.prd-horgrid {
		margin-right: -5px;
		margin-left: -5px;
	}
.prd {
		margin-right: 5px;
		margin-left: 5px;
	}
.prd-grid.data-to-show-xs-6 .prd, .prd-grid.product-listing.data-to-show-xs-6 .prd {
		max-width: calc(16.65% - 10px);
		-ms-flex: 0 0 calc(16.65% - 10px);
		flex: 0 0 calc(16.65% - 10px);
	}
	.prd-grid.data-to-show-xs-5 .prd, .prd-grid.product-listing.data-to-show-xs-5 .prd {
		max-width: calc(19.9% - 10px);
		-ms-flex: 0 0 calc(19.9% - 10px);
		flex: 0 0 calc(19.9% - 10px);
	}
	.prd-grid.data-to-show-xs-3 .prd, .prd-grid.product-listing.data-to-show-xs-3 .prd {
		max-width: calc(33.32% - 10px);
		-ms-flex: 0 0 calc(33.32% - 10px);
		flex: 0 0 calc(33.32% - 10px);
	}
	.prd-grid.data-to-show-xs-2 .prd, .prd-grid.product-listing.data-to-show-xs-2 .prd {
		max-width: calc(49.9% - 10px);
		-ms-flex: 0 0 calc(49.9% - 10px);
		flex: 0 0 calc(49.9% - 10px);
	}
	.prd-grid.data-to-show-xs-1 .prd, .prd-grid.product-listing.data-to-show-xs-1 .prd {
		max-width: calc(100% - 10px);
		-ms-flex: 0 0 calc(100% - 10px);
		flex: 0 0 calc(100% - 10px);
	}
.prd-listview .prd+.prd {
		margin-top: 50px;
	}
.prd-listview .prd .prd-img-area {
		max-width: 140px;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}
.prd-listview .prd .prd-action .btn {
		width: 100%;
	}
.prd-listview .prd .prd-action-left {
		width: 100%;
	}
.product-previews-wrapper {
		padding: 8px 20px;
	}
.product-previews-carousel {
		margin: 0;
	}
	.product-previews-carousel.slick-initialized:not(.slick-vertical) button+.slick-list {
		margin: 0;
	}
	.product-previews-carousel img {
		width: 100%;
		padding: 0;
	}
.prd-block_title {
		font-size: 20px;
		line-height: 28px;
	}
.prd-block_options:not(.prd-block_options--select)>*:not(:first-child) {
		margin-top: 10px;
	}
.prd-block .prd-block_qty .qty-changer input[type='text'], .prd-block .prd-block_qty .qty-changer input[type='number'] {
		font-size: 22px;
		line-height: 48px;
	}
.prd-block .prd-block_qty .qty {
		padding-right: 30px;
		padding-left: 6px;
	}
.prd-block .prd-block_qty .qty button {
		right: 3px;
	}
.prd-block_actions .prd-block_qty:not(:last-child) {
		margin-right: 15px;
	}
.prd-block_actions .btn-wrap {
		flex-direction: column;
		margin: 20px 0 0;
		-ms-flex-direction: column;
	}
.prd-block_actions .btn-wrap>* {
		width: auto;
		margin: 0;
	}
	.prd-block_actions .btn-wrap>*+* {
		margin-top: 10px;
	}
.prd-block_actions {
		margin-top: 8px;
		margin-right: 0;
		margin-left: 0;
	}
	.prd-block_actions>* {
		margin-right: 0;
		margin-left: 0;
	}
.prd-block_actions .btn.btn--add-to-cart {
		font-size: 14px;
		line-height: 30px;
		height: 50px;
		padding: 10px 15px;
	}
.has-round-btns .prd-block_actions .btn.btn--add-to-cart {
		border-radius: 25px;
	}
.prd-block_links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.prd-block_links [class*='icon'] {
		min-width: 36px;
	}
.prd-block_links li {
        display: contents;
	}
.prd-block_links li {
		min-width: 100%;
	}
	.prd-block_links li:not(:first-child) {
		margin-top: 12px;
	}
.btn-wishlist-wrap {
		margin-top: 15px;
	}
	.prd-block_actions--wishlist.prd-block_actions .btn-wrap>* {
		margin-right: 0;
		margin-left: 0;
	}
	.prd-block_actions--wishlist.prd-block_actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.color-swatch li {
		width: 28px;
		height: 28px;
	}
.prd-listview .color-swatch li {
		width: 34px;
		height: 34px;
	}
.countdown-box-full {
		padding: 12px 15px;
	}
.countdown-box-full [class*='icon'] {
		font-size: 36px;
		margin-right: 20px;
	}
.countdown-box-full .countdown-txt {
		font-size: 12px;
		line-height: 18px;
	}
.countdown-box-full .countdown>span {
		font-size: 11px;
	}
.countdown-box-full-text .row {
		flex-direction: column;
		text-align: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}
.countdown-box-full-text .row>* {
		padding: 10px;
		text-align: center;
		-ms-flex: 1;
		flex: 1;
	}
	.countdown-box-full-text .row>*:last-child {
		padding-top: 0;
		-ms-flex: 1;
		flex: 1;
	}
.countdown-box-full-text .row>*:first-child:not(:only-child):after {
		display: none;
	}
.countdown-box-full-text .countdown>span {
		font-size: 13px;
	}
.brand-grid {
		margin-top: -15px;
	}
.brand-grid img {
		margin-top: 15px;
	}
.brand-grid li {
		max-width: 50.0%;
		-ms-flex: 0 0 50.0%;
		flex: 0 0 50.0%;
	}
.shop-feature-single .shop-feature-icon {
		font-size: 62px;
		margin-right: 12px;
	}
.shop-feature-single .shop-feature-text {
		font-size: 13px;
		line-height: 18px;
	}
.holder-subscribe-full .circle_decor {
		width: 100%;
	}
.text-icn-block-hor {
		-ms-flex: 100%;
		flex: 100%;
	}
.text-icn-block-hor h3, .text-icn-block-hor h4, .text-icn-block-hor h5 {
		margin-bottom: 5px;
	}
.text-icn-block-hor .icn {
		font-size: 36px;
		max-width: 50px;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}
.text-icn-block-hor .icn:after {
		opacity: 0;
	}
.text-icn-block-hor .text {
		padding: 0 0 0 10px;
	}
.text-icn-blocks-bg-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.text-icn-block-footer {
		max-width: 100%;
		padding: 25px 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.text-icn-block-footer:not(:first-child) {
		padding-top: 0;
	}
.text-icn-block-footer .text, .text-icn-block-footer .text p {
		font-size: 13px;
	}
.text-icn-blocks-single-icon {
		font-size: 60px;
	}
.text-icn-blocks-single-icon>svg {
		max-width: 60px;
		max-height: 60px;
	}
.text-icn-blocks-single-text1 {
		font-size: 22px;
	}
.text-icn-blocks-single-text2 {
		font-size: 14px;
	}
.text-icn-blocks-single {
		text-align: center;
	}
	.text-icn-blocks-single>*+* {
		margin-top: 15px;
	}
.contact-map,
	.contact-map iframe {
		overflow: hidden;
		height: 250px;
	}
.creative-product-carousel-text {
		font-size: 20vw;
	}
.post-prw-text {
		margin-top: 0;
		padding: 15px;
	}
.post-prw-text>*+.post-prw-teaser {
		margin-top: 10px;
	}
.post-prw-text>*+.post-prw-btn {
		margin-top: 15px;
	}
.post-prw-links {
		margin-right: -8px;
		margin-left: -8px;
	}
.post-prw-links>* {
		font-size: 13px;
		margin-right: 8px;
		margin-left: 8px;
	}
.has-sm-container .post-prw-text {
		margin-top: 0;
		padding: 15px 30px;
	}
.has-sm-container .post-prws-listing .post-prw-text {
		margin-top: 0;
		padding: 20px 45px 25px;
	}
.post-prw-simple-sm .post-prw-links {
		margin-right: -8px;
		margin-left: -8px;
	}
.post-prw-simple-sm .post-prw-links>* {
		font-size: 13px;
		margin-right: 8px;
		margin-left: 8px;
	}
.post-prws-listing>*+* {
		margin-top: 30px;
	}
.post-prws-listing .post-prw-text {
		padding: 15px 30px;
	}
.post-full>*:not(:first-child) {
		margin-top: 18px;
	}
.post-full .post-links {
		margin-right: -8px;
		margin-left: -8px;
	}
.post-full .post-links>* {
		font-size: 13px;
		margin-right: 8px;
		margin-left: 8px;
	}
.post-prw-vert .post-prw-links {
		margin-right: -5px;
		margin-left: -5px;
	}
.post-prw-vert .post-prw-links>* {
		font-size: 13px;
		margin-right: 5px;
		margin-left: 5px;
	}
.cart-promo-banner .txt1 {
		font-size: 28px;
	}
.cart-promo-banner .txt2 {
		font-size: 18px;
	}
.cart-promo-banner+* {
		margin-top: 20px;
	}
.cart-table-prd-image {
		max-width: 80px;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}
.cart-table-prd-qty {
		max-width: 80px;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}
.countdown-box-text, p.countdown-box-text {
		font-size: 14px;
	}
.countdown-box-subscribe-form .btn {
		width: 100%;
	}
.steps-progress .nav-tabs {
		margin-bottom: 10px;
		border: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.steps-progress .nav-tabs:not(.tab-category)>li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link {
		-ms-flex-align: center;
		-moz-align-items: center;
		align-items: center;
	}
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link span:first-child {
		font-size: 30px;
		top: -4px;
	}
.modal--quickview .prd-block_info {
		padding: 20px 15px;
	}
.modal--quickview .prd-block_actions .btn-wrap {
		margin-right: 0;
		margin-left: 0;
	}
.modal--quickview .prd-block--prv-right .product-previews-carousel {
		width: 60px;
		padding: 0;
	}
.modal--quickview .prd-block--prv-right .prd-block_main-image {
		width: calc(100% - 60px);
	}
.modal--quickview .prd-block--prv-right .slick-vertical .slick-slide {
		border-top-width: 3px;
		border-bottom-width: 3px;
	}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper a {
		padding: 0 6px;
	}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-prev {
		left: 0;
	}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-next {
		right: 0;
	}
.payment-notification-inside {
		width: 170px;
		height: 170px;
	}
.payment-notification-container {
		padding: 8px;
	}
.payment-notification-image img {
		max-width: 75px;
		max-height: 65px;
	}
.payment-notification-content {
		padding: 12px 8px;
	}
}

@media (min-width: 992px)  {
.aside--sticky .aside-content {
		position: -webkit-sticky;
		position: sticky;
		top: 30px;
		transition: transform .5s;
		transform: translate3d(0, 0, 0);
	}
body:not(.has-sm-container) .aside--left {
		padding-right: 45px;
	}
	body:not(.has-sm-container) .aside--right {
		padding-left: 20px;
	}
.js-prd-carousel-vert>* {
		display: none;
	}
	.js-prd-carousel-vert>*:nth-child(-n + 2) {
		display: block;
	}
	.js-prd-carousel-vert.slick-initialized>* {
		display: block;
	}
.footer-top:not(.footer-top--bg)>.container>.row {
		margin-top: -40px;
	}
	.footer-top:not(.footer-top--bg)>.container>.row>[class*='col-'] {
		margin-top: 20px;
	}
	.footer-top:not(.footer-top--bg)>.container>.row>[class*='col-']:last-child {
		margin-left: auto;
	}
.prd-grid .slick-arrow, .prd-grid .slick-arrow.slick-disabled {
		opacity: 0;
	}
	.prd-grid:hover .slick-arrow:not(.slick-disabled) {
		opacity: 1;
	}
	.prd-grid:hover .slick-arrow.slick-disabled {
		opacity: .3;
	}
.prd:not(.prd--action-off) .prd-price {
		height: 43px;
	}
    .urmb{
        display: none;
    }
.prd-circle-labels {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-ms-flex-direction: column;
	}
	.prd-circle-labels {
		pointer-events: none;
		opacity: 0;
	}
	.prd-circle-labels {
		position: absolute;
		z-index: 1;
		top: 5px;
		right: 5px;
		transition: .2s;
		transform: translate3d(40px, 0, 0);
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.prd-circle-labels .colorswatch-label {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		width: 33px;
		cursor: pointer;
		border-radius: 17px;
		background-color: #f7f7f8;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
	}
	.prd-circle-labels .colorswatch-label [class*='icon'] {
		font-size: 19px;
		display: -ms-flexbox;
		display: flex;
		min-width: 33px;
		height: 33px;
		transition: .5s;
		color: #272727;
		border-radius: 50%;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.prd-circle-labels .colorswatch-label ul {
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		flex-direction: column;
		max-height: 0;
		padding: 0;
		list-style: none;
		transition: 0s;
		opacity: 0;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.prd-circle-labels .colorswatch-label ul img {
		display: block;
		width: 10px;
		height: 10px;
		margin: 5px auto;
		border-radius: 50%;
	}
	.prd-circle-labels .colorswatch-label ul img:hover {
		width: 12px;
		height: 12px;
		margin: 4px auto;
	}
	.prd-circle-labels .colorswatch-label:hover [class*='icon'] {
		transform: rotate(360deg);
	}
	.prd-circle-labels .colorswatch-label:hover ul {
		max-height: none;
		margin: 2px 0 7px;
		transition: opacity .5s;
		opacity: 1;
	}
	.prd .color-swatch {
		position: absolute;
		z-index: 2;
		bottom: 5px;
		left: 2px;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		max-height: calc(100% - 10px);
		transition: transform .2s, opacity .3s .1s;
		transform: translate3d(-110%, 0, 0);
		pointer-events: none;
		opacity: 0;
		-ms-flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.prd-labels-shadow [class*='label-'], 	.prd-labels-shadow [class*='circle-label-'] {
		box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	}
	.prd-labels-shadow .colorswatch-label {
		box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	}
.prd:not(.prd--action-off) .prd-hovers {
		overflow: hidden;
		height: 43px;
	}
.prd.hovered {
		z-index: 3;
	}
	
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple):not(.prd--action-off).hovered .prd-inside, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple):not(.prd--action-off).hovered .prd-inside {
		position: absolute;
		z-index: 140;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
	}
	
	.prd.hovered .prd-inside {
		overflow: visible;
	}
	
    .prd-info:hover .prd-action{
        transform: translateY(-43px);
    }
	
	.prd.hovered .prd-circle-labels {
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
	
	.prd.hovered .prd-big-squared-labels {
		transition: .1s ease 0s !important;
		pointer-events: none;
		opacity: 0 !important;
	}
	
	.prd.hovered .color-swatch {
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
	
	.prd.hovered .prd-img img:first-child:not(:only-of-type) {
		opacity: 0 !important;
	}
	
	.prd.hovered .prd-img img+img {
		opacity: 1 !important;
	}
	
	.prd.hovered .prd-circle-labels {
		display: -ms-flexbox;
		display: flex;
	}
.prd-promo .prd-action {
		margin-top: 18px;
		transition: .2s;
	}
.prd-promo .prd-price {
		margin-bottom: 10px;
	}
.prd-promo .prd-img-area:hover .prd-circle-labels {
		pointer-events: all;
		opacity: 1;
	}
	.prd-promo:hover .prd-circle-labels {
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
.prd-horgrid .prd.hovered:not(.prd--action-off) .prd-price, .prd-horgrid .prd.hovered:not(.prd--action-off) .prd-action, .prd-hor.hovered:not(.prd--action-off) .prd-price, .prd-hor.hovered:not(.prd--action-off) .prd-action { 
		transform: translate3d(0, 0, 0);
	}
.product-listing:not(.prd-listview) .prd.prd--in-wishlist .prd-circle-labels {
		transition: 0s;
		opacity: 1 !important;
	}
	.product-listing:not(.prd-listview) .prd.prd--in-wishlist .circle-label-qview, .product-listing:not(.prd-listview) .prd.prd--in-wishlist .colorswatch-label {
		transition: .2s;
		transform: translate3d(40px, 0, 0);
		opacity: 0;
	}
	.product-listing:not(.prd-listview) .prd--in-wishlist .circle-label-wishlist--off {
		transform: translate3d(-40px, 0, 0);
	}
	.product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .prd-circle-labels .circle-label-wishlist--off {
		transform: translate3d(0, 0, 0);
	}
	.product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .circle-label-qview, .product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .colorswatch-label {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
.prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide>*, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide>* {
		padding: 0 10px;
	}
.prd-block_info-top {
		margin-top: 5px;
	}
	.prd-block_info-top>* {
		margin-top: 15px;
	}
.prd-block--prv-double.prd-block--prv-right .product-previews-wrapper {
		padding-left: 30px;
	}
	.prd-block--prv-double.prd-block--prv-left .product-previews-wrapper {
		padding-right: 30px;
	}
	body.has-sticky .prd-block--prv-left .aside--sticky .aside-content, .prd-block--prv-right .aside--sticky .aside-content {
		top: 40px;
	}
.prd-block_info_item .prd-block_viewed-wrap:last-child {
		margin-left: auto;
		-ms-flex: 1;
		flex: 1;
	}
.sidebar-block:not(.d-filter-mobile)+.sidebar-block {
		border-color: #f4f4f4;
		border-top-width: 1px;
		border-top-style: solid;
	}
	.sidebar-block:not(.d-filter-mobile)+.sidebar-block .sidebar-block_title {
		padding-top: 18px;
	}
	.sidebar-block.d-filter-mobile+.sidebar-block {
		margin-top: -9px;
	}
.holder-subscribe-full:not(.holder-subscribe--compact) .row {
		-ms-flex-align: center;
		align-items: center;
	}
	.holder-subscribe-full:not(.holder-subscribe--compact) .col-auto {
		max-width: 46%;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
	}
.modal--quickview .prd-block_info-top {
		position: absolute;
		z-index: 1;
		right: 20px;
		width: calc(50% - 20px);
		height: 28px;
		border-radius: 0 0 5px 5px;
		background-color: #fff;
	}
.modal--quickview .prd-block_info-top {
		top: -5px;
	}
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, 	.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
		visibility: hidden;
	}
.modal--quickview.modal-quickview--classic.fancybox-content {
		max-height: none;
	}
	.modal--quickview.modal-quickview--classic .quickview-info {
		max-height: calc(100vh - 60px);
	}
	
	.modal--quickview.modal-quickview--classic .prd-block_main-image {
		height: auto !important;
	}
	.modal--quickview.modal-quickview--classic .prd-block>.row {
		background-color: #fff;
	}
	.modal--quickview.modal-quickview--classic .quickview-info {
		border-radius: 0 5px 5px 0;
	}
	.modal--quickview.modal-quickview--classic .prd-block_info {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.modal--quickview.modal-quickview--classic .prd-block_info-top {
		display: none;
	}
	.modal--quickview.modal-quickview--classic .prd-block_info>*:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px)  {
.is-collision>* {
		padding-top: 0 !important;
	}
.holder-pb-medium.holder-with-bg {
		padding-bottom: 20px;
	}
.js-prd-carousel-vert>*:not(:first-child) {
		display: none;
	}
	.js-prd-carousel-vert.slick-initialized>* {
		display: block;
	}
.title-wrap p, .page-title p {
		font-size: 15px;
		line-height: 27px;
	}
.aside-block .title-with-arrows h2, .aside-block .title-with-arrows h2.h1-style {
		font-size: 16px;
	}
.page404-text .txt1 {
		font-size: 220px;
	}
.page404-text .txt2 {
		font-size: 36px;
	}
.prd-action-left form {  
		margin-top: 10px;
	}
	.prd-action-left form .flx {
		height: 43px; 
	}
	.btn {
		padding: 15px 20px;
	}
.btn--md {
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
		padding: 15px 26px;
	}
.btn--lg {
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		padding: 15px 30px;
	}
.btn--xl {
		font-size: 17px;
		line-height: 21px;
		padding: 20px 50px;
		border-radius: 4px;
	}
.form-control {
		height: 46px;
		padding: 12px 20px;
	}
.form-control--sm {
		height: 46px;
		padding: 12px 20px;
	}
.form-control--xl {
		font-size: 15px;
		font-weight: 300;
		line-height: 21px;
		height: 61px;
		padding: 20px 20px;
		border-radius: 4px;
	}
.form-group:not(:only-child) {
		margin-bottom: 10px;
	}
.footer-top {
		padding-bottom: 30px;
	}
.footer-logo:not(:last-child) {
		margin-bottom: 15px;
	}
.page-footer ul:not([class]) li {
		margin-top: 5px;
	}
.footer-block {
		margin: 0 -15px;
		padding: 0 15px;
	}
	.col-no-collapsed+* {
		margin-top: 25px;
	}
	.page-footer .title {
		margin: 0;
		padding: 14px 0 12px;
	}
	.page-footer .title h4 {
		margin: 0;
		padding: 0;
	}
	.page-footer .title h4:not(:last-child) {
		padding-right: 30px;
	}
.page-footer .collapsed-mobile {
		position: relative;
	}
	.collapsed-mobile {
		position: relative;
		overflow: hidden;
	}
	.collapsed-mobile .title {
		cursor: pointer;
	}
	.collapsed-mobile .title h2 {
		margin: 0 0 10px 0;
		padding: 0 0 10px;
	}
	.collapsed-mobile .collapsed-content {
		position: absolute;
		top: -10000px;
		visibility: hidden;
		width: 100%;
		padding: 0 0 20px;
		transition: opacity .3s ease;
		opacity: 0;
	}
	.collapsed-mobile .toggle-arrow {
		position: absolute;
		z-index: 100;
		top: 0;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		transition: all .2s ease;
	}
	.collapsed-mobile .toggle-arrow span:first-child {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin-top: -1px;
		margin-left: -7px;
		transition: .2s;
		transform: rotate(-90deg);
		opacity: 1;
		background-color: #000;
	}
	.collapsed-mobile .toggle-arrow span:last-child {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 14px;
		margin-top: -7px;
		margin-left: -1px;
		transition: .35s ease-in-out;
		transform: rotate(-90deg);
		background-color: #000;
	}
	.collapsed-mobile.open .collapsed-content {
		position: relative;
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.collapsed-mobile.open .toggle-arrow span:first-child {
		transition: .35s ease-in-out;
		transform: rotate(90deg);
		opacity: 0;
	}
	.collapsed-mobile.open .toggle-arrow span:last-child {
		transform: rotate(90deg);
	}
	.footer-block ul:not[class] li a {
		width: 100%;
	}
	.page-footer .container>.row>[class*='col-']:last-child .footer-block.collapsed-mobile:only-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.page-footer .collapsed-mobile .collapsed-content {
		margin-bottom: 0;
	}
	.page-footer .collapsed-mobile .toggle-arrow {
		right: -5px;
		padding-top: 0;
	}
.back-to-top.is-visible {
		bottom: 55px;
	}
.bnslider-dots {
		display: none;
	}
.bnslider-wrapper .bnslider-dots {
		bottom: 10px;
	}
.prd-grid.data-to-show-md-6 .prd {
		max-width: calc(16.65% - 30px);
		-ms-flex: 0 0 calc(16.65% - 30px);
		flex: 0 0 calc(16.65% - 30px);
	}
	.prd-grid.data-to-show-md-5 .prd {
		max-width: calc(19.9% - 30px);
		-ms-flex: 0 0 calc(19.9% - 30px);
		flex: 0 0 calc(19.9% - 30px);
	}
	.prd-grid.data-to-show-md-4 .prd {
		max-width: calc(24.9% - 30px);
		-ms-flex: 0 0 calc(24.9% - 30px);
		flex: 0 0 calc(24.9% - 30px);
	}
	.prd-grid.data-to-show-md-3 .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
	.prd-grid.data-to-show-md-2 .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
	.prd-grid.data-to-show-md-1 .prd {
		max-width: calc(100% - 30px);
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
.prd-promo .prd-title:not(:first-child) {
		margin-top: 15px;
	}
.prd-listview .prd .prd-info .prd-circle-labels {
		margin-top: 10px;
	}
.prd-hide-mobile {
		display: none !important;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-info, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-info {
		margin-top: 15px;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-action, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-action {
		margin-top: 10px;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-circle-labels, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-circle-labels, .prd-promo .prd-circle-labels {
		pointer-events: all;
		opacity: 1;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare, .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-qview, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-qview, .circle-label-compare, .prd-promo .circle-label-qview {
		position: absolute;
		z-index: 1;
		top: 5px;
		right: 5px;
		display: -ms-flexbox;
		display: flex;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare+.circle-label-qview, [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare+.circle-label-qview, .prd-promo .circle-label-compare+.circle-label-qview {
		top: 42px;
	}
	.prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-img-area,  .prd-img-area, .prd-promo .prd-img-area {
		display: block;
	}
	.prd:not(.prd-hor) .colorswatch-label [class^='icon-'] {
		display: none;
	}
	.prd:not(.prd-hor) .colorswatch-label ul {
		display: -ms-flexbox;
		display: flex;
		margin: 10px -8px 0;
		padding: 0;
		list-style: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.prd:not(.prd-hor) .colorswatch-label ul a {
		display: block;
		cursor: pointer;
	}
	.prd:not(.prd-hor) .colorswatch-label ul img {
		width: 18px;
		height: 18px;
		margin: 4px 8px;
		border-radius: 50%;
	}
	.prd:not(.prd-hor) .color-swatch {
		position: relative;
		z-index: 1;
		display: -ms-flexbox;
		display: flex;
		margin: 10px -3px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
.prd-block--prv-double .product-previews-carousel .slick-slide>* {
		display: block;
		margin: 0 0 8px;
		padding: 0 4px;
	}
.prd-block_price--actual {
		font-size: 35px;
	}
.prd-block-under.prd-block--prv-left>*:first-child {
		padding-left: 15px;
	}
.prd-block-under {
		margin-bottom: 20px;
	}
.prd-block_info-top>* {
		min-width: 100%;
	}
	.prd-block_info-top>*+* {
		margin-top: 15px;
	}
.prd-block .prd-block_qty .qty-changer input[type='text'], .prd-block .prd-block_qty .qty-changer input[type='number'] {
		line-height: 58px;
	}
.prd-block_actions .btn.btn--add-to-cart {
		font-size: 18px;
		line-height: 34px;
		height: 58px;
		padding: 12px 15px;
	}
.has-round-btns .prd-block_actions .btn.btn--add-to-cart {
		border-radius: 29px;
	}
.sidebar-block+.sidebar-block {
		border-color: #f4f4f4;
		border-top-width: 1px;
		border-top-style: solid;
	}
	.sidebar-block+.sidebar-block .sidebar-block_title {
		padding-top: 18px;
	}
.sidebar-block_title {
		font-size: 14px;
	}
.countdown-box-full-text .countdown-txt {
		font-size: 18px;
		line-height: 24px;
	}
.brand-grid li {
		max-width: 20.0%;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
	}
.holder-subscribe-full .subscribe-form {
		margin-top: 20px;
	}
.holder-subscribe-full .subscribe-form .btn {
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		padding: 15px 30px;
	}
.holder-subscribe-full .form-control-wrap {
		margin-right: 10px;
		margin-left: 0;
	}
.holder-subscribe-full input.form-control {
		height: 46px;
	}
.holder-subscribe-full:not(.holder-subscribe--compact) {
		padding: 60px 0;
	}
	.holder-subscribe-full:not(.holder-subscribe--compact) .row {
		display: block;
	}
	.holder-subscribe-full:not(.holder-subscribe--compact) .col {
		width: 100%;
	}
	.holder-subscribe-full:not(.holder-subscribe--compact) .col .circle_decor {
		width: 80% !important;
	}
.holder-subscribe-full:not(.holder-subscribe--compact) {
		padding: 50px 0;
	}
.holder-subscribe-full.holder-subscribe--compact {
		padding: 40px 30px;
	}
.holder-subscribe-full.holder-subscribe--compact {
		padding: 30px 20px;
	}
.text-icn-block-hor {
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
.text-icn-block-hor .icn {
		font-size: 40px;
		max-width: 50px;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}
.text-icn-blocks-single-icon {
		font-size: 50px;
	}
.text-icn-blocks-single-icon>svg {
		max-width: 50px;
		max-height: 50px;
	}
.cart-promo-banner .txt2 {
		font-size: 20px;
	}
.card-total>*+* {
		margin-top: 18px;
	}
.card-total-txt {
		font-size: 22px;
	}
.card-total-price {
		font-size: 22px;
	}
.cart-table-prd {
		-ms-flex-align: start;
		align-items: flex-start;
	}
.cart-table-prd-image {
		max-width: 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
.cart-table-prd-name {
		font-size: 16px;
	}
.cart-table-prd-price .price-new {
		font-size: 18px;
	}
.cart-table-prd-content-wrap {
		padding-right: 0;
	}
.countdown-box-title:not(:first-child) {
		margin-top: -80px;
	}
.countdown-box-title {
		font-size: 40px;
	}
.countdown-box-text, p.countdown-box-text {
		font-size: 20px;
	}
.countdown-box-subscribe-form:not(:first-child):not(:first-child) {
		margin-top: 40px;
	}
.countdown-box-footer {
		margin-top: 70px;
	}
.modal--quickview .prd-block>.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.modal--quickview.fancybox-content {
		width: 500px;
		max-width: calc(100% - 20px);
		height: 100%;
		min-height: 0;
		max-height: 100%;
	}
.modal--quickview .prd-block_info {
		padding: 20px 30px;
	}
.modal--quickview .prd-block_info-top {
		display: none;
	}
}

@media (min-width: 768px)  {
.aside {
		-ms-flex-order: 1;
		order: 1;
	}
	.aside--left {
		-ms-flex-order: 0;
		order: 0;
	}
	.aside--right {
		-ms-flex-order: 2;
		order: 2;
	}
.social-list-circle-sm {
		max-width: 240px;
	}
.footer-bottom .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-bottom .row>* {
		float: none;
	}
.prd-carousel:not(.slick-initialized) {
		visibility: hidden;
		overflow: hidden;
		height: 400px;
		max-height: 400px;
		transition: opacity .2s ease .5s;
		opacity: 0;
	}
.prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
		z-index: 1;
		height: auto !important;
		margin: -5px -5px -200px;
		padding: 5px 5px 200px;
	}
.prd-listview .prd .prd-info-wrap {
		-ms-flex: 1;
		flex: 1;
	}
.prd-listview .prd .prd-info {
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
	}
.prd-listview .prd .prd-hovers .prd-circle-labels {
		-ms-flex-order: 10;
		order: 10;
	}
.prd-listview .prd .prd-price {
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.prd-listview .prd .prd-price .prd-rating {
		display: none;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
.js-prd-m-holder {
		display: none;
	}
.prd-block_info>.order-md-100 {
		-ms-flex-order: 100;
		order: 100;
	}
.prd-block_info_item:first-child {
		margin-top: 0;
	}
.js-prd-m-holder+.prd-block_info_item {
		margin-top: 0;
	}
.prd-block_price {
		-ms-flex: 2;
		flex: 2;
	}
	.prd-block_price:not(:last-child):after {
		width: 20px;
		content: '';
	}
.prd-block_link>a [class*='icon'], .prd-block_link>span [class*='icon'] {
		margin-right: 7px;
	}
.modal--quickview.modal-quickview--classic .prd-block_price {
		-ms-flex: 0;
		flex: 0;
	}
[data-slick]:not(.slick-initialized) {
		opacity: 0;
	}
	[data-slick].slick-initialized {
		opacity: 1;
	}
	.slick-slide {
		display: block;
		opacity: 0;
	}
	.slick-initialized .slick-slide {
		opacity: 1;
	}
}

@media (min-width: 576px)  {
.col-sm-up-quarter {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
.footer-bottom-col-right {
		text-align: right;
	}
	.footer-bottom-col-right .payment-link {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
.product-previews-carousel.slick-initialized:not(.slick-vertical) button+.slick-list {
		margin: 0 16px;
	}
	.product-previews-carousel img {
		width: 100%;
		transition: all .4s ease;
	} 
	.product-previews-carousel .slick-slide, .product-previews-carousel .slick-slide:hover {
		text-decoration: none;
	}
	.product-previews-carousel .slick-prev, .product-previews-carousel .slick-next {
		width: 27px;
		height: 27px;
		opacity: 0;
		-webkit-backface-visibility: hidden;
	}
	.product-previews-carousel .slick-active.active {
		position: relative;
	}
	.product-previews-carousel:hover .slick-prev.slick-disabled, .product-previews-carousel:hover .slick-next.slick-disabled {
		opacity: .5;
	}
	.product-previews-carousel:hover .slick-prev:not(.slick-disabled), .product-previews-carousel:hover .slick-next:not(.slick-disabled) {
		opacity: 1;
	}
.countdown-box-full-text.w-md .countdown-txt {
		font-size: 16px;
	}
	.countdown-box-full-text.w-md .countdown>span {
		font-size: 11px;
	}
	.countdown-box-full-text.w-md .countdown-txt {
		font-size: 19px;
	}
	.countdown-box-full-text.w-md .row>* {
		padding: 18px 30px;
	}
	.countdown-box-full-text.w-md .row>*:first-child:not(:only-child):after {
		top: calc(50% - 19px);
		height: 38px;
	}
	.countdown-box-full-text.w-sm .countdown-txt {
		font-size: 15px;
	}
	.countdown-box-full-text.w-sm .countdown>span {
		font-size: 11px;
	}
	.countdown-box-full-text.w-sm .countdown-txt {
		font-size: 18px;
	}
	.countdown-box-full-text.w-sm .row>* {
		padding: 15px 25px;
	}
	.countdown-box-full-text.w-sm .row>*:first-child:not(:only-child):after {
		top: calc(50% - 19px);
		height: 38px;
	}
.contact-map {
		height: 100%;
	}
.countdown-box-subscribe-form .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.countdown-box-subscribe-form .row>* {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
.title-wrap:not(:last-child), 	.page-title {
		margin: 0 0 40px;
	}
	.title-wrap:not(:last-child).text-center .carousel-arrows, 	.page-title.text-center .carousel-arrows {
		margin-bottom: calc(40px - 18px);
	}
.tags-list:not(:first-child) {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px)  {
.title-wrap:not(:last-child), .page-title {
		margin: 0 0 25px;
	}
	.title-wrap:not(:last-child).text-center .carousel-arrows, 	.page-title.text-center .carousel-arrows {
		margin-bottom: calc(25px - 3px);
	}
.title-wrap {
		margin-bottom: 25px;
	}
.title-wrap h1+.carousel-arrows:empty, .title-wrap .h1-style+.carousel-arrows:empty, .title-wrap h1+.h-sub+.carousel-arrows:empty {
		margin-top: calc(-30px - 15px * .666);
	}
.title-wrap h2+.carousel-arrows:empty, .title-wrap .h2-style+.carousel-arrows:empty { 
		margin-top: calc(-30px - 12px * .666);
	}
.title-wrap h1, .title-wrap .h1-style, .page-title h1, .page-title .h1-style {
		margin-bottom: calc(15px * .666);
	}
.title-wrap h2, .title-wrap .h2-style, .page-title h2, .page-title .h2-style {
		margin-bottom: calc(12px * .666);
	}
.tags-list:not(:first-child) {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 575px)  {
.title-wrap:not(:last-child), .page-title {
		margin: 0 0 25px;
	}
	.title-wrap:not(:last-child).text-center .carousel-arrows, 	.page-title.text-center .carousel-arrows {
		margin-bottom: calc(25px - 3px);
	}
.title-wrap {
		margin-bottom: 20px;
	}
.title-wrap h1+.carousel-arrows:empty, .title-wrap .h1-style+.carousel-arrows:empty, .title-wrap h1+.h-sub+.carousel-arrows:empty {
		margin-top: calc(-30px - 15px * .666);
	}
.title-wrap h2+.carousel-arrows:empty, .title-wrap .h2-style+.carousel-arrows:empty {
		margin-top: calc(-30px - 12px * .666);
	}
.title-wrap h1, .title-wrap .h1-style, .page-title h1, .page-title .h1-style {
		margin-bottom: calc(15px * .666);
	}
.title-wrap h2, .title-wrap .h2-style, .page-title h2, .page-title .h2-style {
		margin-bottom: calc(12px * .666);
	}
.tags-list:not(:first-child) {
		margin-top: 15px;
		margin-bottom: 10px;
	}
.aside-block .post-prw:not(.slick-slide)+.post-prw {
		margin-top: 15px;
	}
}

@media screen and (max-width: 991px)  {
.select-wrapper:before {
		line-height: 46px;
		width: 46px;
	}
.page-footer.footer-style-2 .footer-top {
		padding-bottom: 20px;
	}
	.page-footer.footer-style-2 .footer-bottom .row>*+* {
		margin-top: 20px;
	}
	.page-footer.footer-style-2 .footer-bottom .footer-logo {
		margin-bottom: 5px;
	}
.selected-filters-wrap {
		margin: 0;
	}
.popup-addedtocart_actions span:first-child {
		display: none;
	}
.sticky-addcart_title {
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
	}
}

@media (max-width: 1860px)  {
.mmenu {
		margin: 0 -15px;
	}
.mmenu>li>a {
		padding-right: 15px;
		padding-left: 15px;
	}
.hdr .custom-text {
		font-size: 16px;
	}
.hdr-content .hdr-inline-link .dropdn-link {
		padding: 0 14px;
	}
.hdr-inline-link {
		margin-right: -20px;
		margin-left: -20px;
	}
.hdr-inline-link .dropdn-link {
		padding: 0 20px;
	}
.hdr-style4 .dropdn_currency .dropdn-content {
		right: 0;
		left: auto;
	}
.prd-horgrid .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
.prd-horgrid .prd .prd-img-area [class*='circle-label-']+[class*='circle-label-'],
	.prd-hor .prd-img-area [class*='circle-label-']+[class*='circle-label-'] {
		margin-top: 8px;
	}
.filter-row .row>* {
		margin: 0 15px;
	}
.countdown-box-full-text .row>* {
		padding: 15px 30px;
	}
.countdown-box-full-text .countdown-txt {
		font-size: 20px;
	}
.holder-subscribe-full .form-control-wrap {
		margin-left: 60px;
	}
.text-icn-block-hor .icn {
		font-size: 44px;
		max-width: 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}
.text-icn-block-hor .icn:after {
		left: -15px;
	}
.text-icn-block-hor .text {
		font-size: 14px;
		line-height: 20px;
		padding: 0 25px 0 10px;
	}
.post-prw-text {
		padding: 30px 45px 30px 30px;
	}
.has-sm-container .post-prw-text {
		padding: 35px 45px 35px 30px;
	}
.has-sm-container .post-prws-listing .post-prw-text {
		padding: 50px 45px 50px 30px;
	}
.cart-table-prd-image {
		max-width: 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}
.cart-table-prd-price {
		max-width: 160px;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
	}
.cart-table-prd-price-total {
        font-size: 18px;
		max-width: 160px;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
	}
}

@media (max-width: 1199px)  {
.mmenu {
		margin: 0 -8px;
	}
.mmenu>li>a {
		padding-right: 8px;
		padding-left: 8px;
	}
.hdr .custom-text {
		font-size: 15px;
	}
.hdr-logo {
		max-width: 260px;
	}
.hdr-content .hdr-inline-link {
		margin-right: -14px;
		margin-left: -14px;
	}
.hdr-inline-link {
		margin-right: -10px;
		margin-left: -10px;
	}
.hdr-inline-link .dropdn-link {
		padding: 0 10px;
	}
.back-to-top {
		width: 52px;
		height: 52px;
		margin: 5px;
	}
.prd-horgrid .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
.prd-grid.data-to-show-lg-6 .prd {
		max-width: calc(16.65% - 30px);
		-ms-flex: 0 0 calc(16.65% - 30px);
		flex: 0 0 calc(16.65% - 30px);
	}
	.prd-grid.data-to-show-lg-5 .prd {
		max-width: calc(19.9% - 30px);
		-ms-flex: 0 0 calc(19.9% - 30px);
		flex: 0 0 calc(19.9% - 30px);
	}
	.prd-grid.data-to-show-lg-3 .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
	.prd-grid.data-to-show-lg-2 .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
	.prd-grid.data-to-show-lg-1 .prd {
		max-width: calc(100% - 30px);
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
.prd-block-under.prd-block--prv-left>*:first-child {
		padding-left: 21%;
	}
.prd-block_actions .btn-wrap>* {
		margin-right: 10px;
		margin-left: 10px;
	}
.prd-block_actions .btn.btn--add-to-cart {
		padding: 15px 20px;
	}
.prd-block_links {
		margin-right: -10px;
		margin-left: -10px;
	}
.prd-block_links li {
		margin: 0 10px;
	}
.filter-row .row {
		margin: 0 -15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.filter-row .row>* {
		margin: 0 10px;
	}
.filter-row .select-wrapper-xxs select {
		max-width: 145px;
	}
.filter-row .selected-filters-wrap {
		min-width: calc(100% - 25px);
		margin: 0 10px 10px;
		text-align: center;
	}
.holder-subscribe-full .form-control-wrap {
		margin-left: 30px;
	}
.holder-subscribe-full input.form-control {
		font-size: 17px;
	}
.holder-subscribe-full.holder-subscribe--compact {
		padding: 40px 40px;
	}
.creative-product-carousel-text {
		font-size: 14vw;
	}
.post-prw-text {
		padding: 30px 45px 30px 30px;
	}
.has-sm-container .post-prw-text {
		padding: 35px 45px 35px 30px;
	}
.has-sm-container .post-prws-listing .post-prw-text {
		padding: 50px 45px 50px 30px;
	}
.cart-promo-banner-inside {
		padding: 20px 10px;
	}
.cart-promo-banner .txt1 {
		font-size: 30px;
	}
.card-total-txt {
		font-size: 24px;
	}
.card-total-price {
		font-size: 24px;
	}
.cart-table-prd-image {
		max-width: 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
.cart-table-prd-qty {
		max-width: 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}
.cart-table-prd-price {
		max-width: 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
.cart-table-prd-price-total {
		font-size: 18px;
		max-width: 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
.countdown-box-subscribe-form:not(:first-child):not(:first-child) {
		margin-top: 50px;
	}
.countdown-box-footer {
		margin-top: 80px;
	}
.slick-slider[class*='-carousel'] .slick-dots {
		margin-top: 30px;
	}
}

@media (min-width: 1025px)  {
.hdr.mmenu-multirow .mmenu li.hovered .mmenu-submenu {
		top: auto;
	}
	.hdr.mmenu-multirow-s .mmenu li.hovered .mmenu-submenu {
		top: auto;
	}
	.mmenu>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
.mobilemenu {
		display: none;
	}
.mobilemenu.active {
		pointer-events: none;
	}
	.mobilemenu.active .mobilemenu-content {
		pointer-events: all;
		box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
	}
.mobilemenu-toggle {
		height: 40px;
	}
	.mobilemenu-close.mobilemenu-toggle {
		height: 40px;
	}
.show-mobile {
		display: none !important;
	}
.hdr-navline .dropdn-link:not(.only-icon) [class*='icon'] {
		margin-right: 6px;
	}
.hdr-content .dropdn-link:not(.only-icon) [class*='icon'] {
		margin-right: 6px;
	}
.hdr-topline-center {
		max-width: 50%;
	}
.dropdn:not(.dropdn_fullheight) .dropdn-content {
		position: absolute;
		top: -1000px;
		min-width: 125px;
		padding: 13px 19px 9px;
		transition: transform .2s;
		transform: translateY(20px);
		pointer-events: none;
		opacity: 0;
		color: #000;
		background-color: #fff;
		box-shadow: 0 30px 35px rgba(0, 0, 0, .07);
	}
	.dropdn:not(.dropdn_fullheight).is-hovered .dropdn-content {
		top: auto;
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
	.dropdn:not(.dropdn_fullheight):not(.dropdn_fullwidth) .dropdn-content {
		margin-top: 10px;
		margin-left: 8px;
	}
.hdr-style7 .hdr-navline .dropdn-link [class*='icon'] {
		font-size: 28px;
	}
.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-6 .prd {
		max-width: calc(19.9% - 30px);
		-ms-flex: 0 0 calc(19.9% - 30px);
		flex: 0 0 calc(19.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-5 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-5 .prd {
		max-width: calc(24.9% - 30px);
		-ms-flex: 0 0 calc(24.9% - 30px);
		flex: 0 0 calc(24.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-4 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-4 .prd {
		max-width: calc(24.9% - 30px);
		-ms-flex: 0 0 calc(24.9% - 30px);
		flex: 0 0 calc(24.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-3 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-3 .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-2 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-2 .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-1 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-1 .prd {
		max-width: calc(100% - 30px);
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
.prd-block--prv-double.prd-block--prv-right .product-previews-carousel, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel {
		margin-top: -38px;
	}
	.prd-block--prv-right:not(.prd-block--prv-double) .product-previews-wrapper, .prd-block--prv-left:not(.prd-block--prv-double) .product-previews-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.prd-block--prv-left .product-previews-carousel, .prd-block--prv-right .product-previews-carousel {
		width: 98px;
	}
	.prd-block--prv-left .product-previews-carousel .slick-slide>*, .prd-block--prv-right .product-previews-carousel .slick-slide>* {
		border: 0;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
	}
	.prd-block--prv-left .prd-block_main-image, .prd-block--prv-right .prd-block_main-image {
		width: calc(100% - 98px);
		max-width: calc(100% - 98px);
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
		z-index: 1;
		left: 0;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 20px;
		transform: none;
		background-color: #fff;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
		font-size: 7px;
		color: #000;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev:after, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:after, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:after, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after { 
		position: absolute;
		z-index: -1;
		top: -4px;
		width: 30px;
		height: 30px;
		content: '';
		transition: .2s;
		opacity: 0;
		border-radius: 3px;
		background-color: #c4c4c4;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev:hover:before, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:hover:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:hover:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:hover:before {
		color: #33cad5;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev:hover:after, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:hover:after, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:hover:after, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:hover:after {
		opacity: .1;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
		top: auto;
		bottom: 0;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
		content: '\ea04';
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-next:after, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after {
		top: -6px;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev {
		top: 0;
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before {
		content: '\ea05';
	}
	.prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-left .slick-slider.slick-vertical .slick-next {
		padding-right: 15px;
	}
	.prd-block--prv-left .product-previews-carousel {
		padding: 30px 15px 30px 0;
	}
	.prd-block--prv-left .product-previews-carousel .slick-list:only-child {
		margin-top: -30px;
	}
	.prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
		padding-left: 15px;
	}
	.prd-block--prv-right .product-previews-carousel {
		padding: 30px 0 30px 15px;
	}
	.prd-block--prv-right .product-previews-carousel .slick-list:only-child {
		margin-top: -30px;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-wrapper, .prd-block--prv-double.prd-block--prv-left .product-previews-wrapper {
		max-width: 41.8%;
		-ms-flex: 0 0 41.8%;
		flex: 0 0 41.8%;
	}
	.prd-block--prv-double.prd-block--prv-right .prd-block_main-image, .prd-block--prv-double.prd-block--prv-left .prd-block_main-image {
		max-width: 58.2%;
		-ms-flex: 0 0 58.2%;
		flex: 0 0 58.2%;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-carousel, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel {
		width: calc(100% + 20px);
		margin-right: -10px;
		margin-left: -10px;
		padding: 30px 0;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-list:only-child, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-list:only-child {
		margin-top: -30px;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide {
		display: -ms-flexbox;
		display: flex;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide>*, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide>* {
		min-width: 50%;
		padding: 0 10px;
	}
	.prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-next, .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-next {
		padding-right: 0;
		padding-left: 0;
	}
	.prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-prev {
		top: 10px;
	}
	.prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-next, .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-next {
		bottom: 16px;
	}
.prd-block:not(.prd-block--prv-bottom) .aside-content {
		display: -ms-flexbox;
		display: flex;
	}
	.prd-block--prv-left .prd-block_main-image {
		-ms-flex-order: 2;
		order: 2;
	}
	.prd-block--prv-left .product-previews-wrapper {
		-ms-flex-order: 1;
		order: 1;
	}
	.prd-block--prv-right .prd-block_main-image {
		-ms-flex-order: 1;
		order: 1;
	}
	.prd-block--prv-right .product-previews-wrapper {
		-ms-flex-order: 2;
		order: 2;
	}
.sidebar-block:not(.d-filter-mobile)+h3 {
		margin-top: 20px;
	}
.filter-col.filter-col--opened-desktop {
		left: 0 !important;
		margin-left: 0;
	}
	.filter-col.filter-col--opened-desktop+.filter-toggle {
		display: none;
	}
	.filter-col--opened-desktop.aside--left {
		padding-right: 15px;
	}
.filter-toggle {
		position: -webkit-sticky;
		position: sticky;
		z-index: 159;
		top: 0;
		width: 50px;
		height: 50px;
	}
	.filter-toggle, .filter-toggle:focus {
		color: #fff;
		background-color: #33cad5;
	}
	.filter-toggle:hover {
		text-decoration: none;
		color: #fff;
		background-color: #000;
	}
.filter-col.filter-col--opened+.filter-toggle {
		width: 45px;
		margin-right: -8px !important;
		margin-left: -38px !important;
	}
.d-filter-mobile {
		display: none;
	}
	.filter-row-content {
		padding: 0 0 20px;
	}
	.filter-row-content>.row>* {
		min-width: 25%;
		padding: 0 15px;
		padding-bottom: 30px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.filter-row-content .sidebar-block_content {
		padding-bottom: 0;
	}
	.filter-row-content .sidebar-block .toggle-arrow {
		display: none;
	}
	.filter-row-content .sidebar-block:first-child .sidebar-block_title {
		padding-top: 0;
	}
	.filter-row-content .sidebar-block:not(.d-filter-mobile)+.sidebar-block {
		border-top: 0;
	}
	.filter-row-content .sidebar-block .sidebar-block_title {
		padding-top: 0 !important;
	}
	.filter-row-content .sidebar-block_title {
		padding: 0 0 18px;
		pointer-events: none;
	}
	.filter-row-content .sidebar-block_title:hover a, .filter-row-content .sidebar-block_title:hover span, .filter-row-content .sidebar-block_title:hover .toggle-arrow:before {
		color: #000;
	}
	.filter-row-content .sidebar-block_content+.sidebar-block_title {
		margin-top: 18px;
	}
	.filter-row-content h3 {
		margin-bottom: 5px;
	}
	.filter-row-content .sidebar-block.collapsed .sidebar-block_content {
		display: block;
		opacity: 1;
	}
	.sidebar-block.d-filter-mobile+.sidebar-block {
		margin-top: 0;
	}
.filter-toggle .loader-horizontal {
		display: none !important;
	}
}

@media (max-width: 1024px)  {
.mmenu {
		display: none;
	}
.mobilemenu-toggle {
		min-width: 26px;
		height: 30px;
	}
	.mobilemenu-close.mobilemenu-toggle {
		width: calc(100% - 10px);
		height: 30px;
	}
.mobilemenu:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		content: '';
		cursor: pointer;
		transition: background .3s ease .1s;
		background: transparent;
	}
	.mobilemenu.active:after {
		transition: background .3s ease 0s;
		background: rgba(0, 0, 0, .6);
	}
.promo-topline:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 1px;
		content: '';
		opacity: .5;
		background-color: #fff;
	}
.hdr {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-ms-flex-direction: column;
	}
.nav-holder-s {
		display: none;
	}
	.show-mobile {
		display: block !important;
	}
.hdr-content>.container>.row {
		margin-right: -5px;
		margin-left: -5px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.hdr-content>.container>.row>* {
		padding: 5px;
	}
    
    .hdr-logo > .logo > img {
        height: 50px !important;
    }
.hdr-inline-link {
		display: -ms-flexbox;
		display: flex;
		margin-right: -8px;
		margin-left: -8px;
	}
	.hdr-inline-link .dropdn {
		position: relative;
	}
	.hdr-inline-link .dropdn.is-hovered {
		z-index: 1;
	}
	.hdr-inline-link .dropdn-link {
		padding: 0 8px;
	}
	.hdr-inline-link .dropdn.dropdn_search {
		position: static;
	}
.hdr-topline {
		z-index: 1;
	}
.hdr-topline .custom-text, 	.hdr-topline .custom-text a {
		color: #000;
	}
.hdr-topline .custom-text span {
		color: #33cad5;
	}
.hdr-content .dropdn-link .dropdn-link-txt {
		display: none;
	}
.dropdn.dropdn_search .dropdn-content {
		position: absolute;
		top: -1000px;
		min-width: 125px;
		padding: 13px 19px 9px;
		transition: transform .2s;
		transform: translateY(20px);
		pointer-events: none;
		opacity: 0;
		color: #000;
		background-color: #fff;
		box-shadow: 0 30px 35px rgba(0, 0, 0, .07);
	}
	.dropdn.dropdn_search.is-hovered .dropdn-content {
		top: 100% !important;
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
	.search_container_mobile .dropdn-link {
		display: none;
	}
	.search_container_mobile .dropdn.dropdn_search .dropdn-content {
		position: static;
		padding: 0;
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1;
	}
	.search_container_mobile .dropdn.dropdn_search .dropdn-content .container {
		padding: 0;
	}
	.hdr .search_container_mobile .search-input[type] {
		padding: 0 50px 0 10px;
	}
	.hdr .search-button {
		display: none !important;
	}
.dropdn.dropdn_fullheight .dropdn-content {
		height: 100vh !important;
		height: calc(var(--vh, 1vh) * 100) !important;
		max-height: none !important;
	}
.dropdn-content .drop-overlay {
		position: fixed;
		z-index: 163;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		cursor: pointer;
		transition: background .3s ease .1s;
		pointer-events: none;
		background: transparent;
	}
	.dropdn-content.is-opened .drop-overlay {
		transition: background .3s ease 0;
		pointer-events: all;
		background: rgba(0, 0, 0, .6);
	}
.icon-basket+.minicart-qty {
		left: 10px;
	}
.wishlist-qty {
		left: 10px;
	}
.minicart-qty,
	.wishlist-qty {
		font-size: 11px;
		width: 16px;
		height: 16px;
	}
.hdr-topline>.container {
		overflow: hidden;
	}
.hdr-content-sticky.mmenu-multirow-s .mmenu li.hovered .mmenu-submenu {
		top: auto;
	}
.hdr-style4 .hdr-navline {
		-ms-flex-order: -1;
		order: -1;
	}
	.hdr-style4 .hdr-content>.container>.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.product-previews-wrapper {
		padding: 15px 20px;
	}
	.product-previews-wrapper a {
		padding: 0 4px;
	}
	.product-previews-wrapper .slick-prev {
		left: -28px;
	}
	.product-previews-wrapper .slick-next {
		right: -28px;
	}
.prd-block--prv-left .prd-block_main-image, .prd-block--prv-right .prd-block_main-image {
		width: 100%;
	}
.sidebar-block+h3 {
		margin-top: 20px;
	}
.d-filter-mobile {
		display: block;
	}
	.filter-mobile-col {
		position: fixed;
		z-index: 159;
		right: 0;
		bottom: 0;
		left: 0 !important;
		width: 100%;
		max-width: 100%;
		height: 53px;
		margin: 0;
		padding: 0 !important;
		transition: height .5s;
		pointer-events: none;
	}
	.filter-mobile-col .filter-mobile-content {
		position: relative;
		z-index: 1;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		padding: 15px 15px 65px !important;
		transition: transform .5s;
		transform: translate3d(0, 100%, 0);
		background-color: #fff;
	}
	.filter-mobile-col .filter-mobile-content>.row {
		display: block;
		margin: 0;
	}
	.filter-mobile-col .filter-mobile-content>div {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.filter-mobile-col.filter-col--opened {
		pointer-events: all;
	}
	.filter-mobile-col .sidebar-block.d-filter-mobile:not(:first-child) {
		margin-top: 30px;
	}
	.filter-mobile-col .sidebar-block.d-filter-mobile+.sidebar-block {
		margin-top: 30px;
	}
	.filter-toggle {
		position: fixed;
		z-index: 162;
		top: auto !important;
		right: 0;
		bottom: 0;
		left: 0;
		height: 50px;
		margin: 0;
		cursor: pointer;
		box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	}
	.filter-toggle-icons {
		display: none;
	}
	.filter-toggle-text {
		font-size: 18px;
		font-weight: 600;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.filter-btn-open {
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.filter-btn-open, .filter-btn-open:hover, .filter-btn-open:focus {
		text-decoration: none;
		color: #fff;
		background-color: #33cad5;
	}
	.filter-btn-apply, .filter-btn-close {
		display: none;
		width: 50%;
		height: 100%;
	}
	.filter-btn-apply:hover, .filter-btn-close:hover {
		text-decoration: none;
	}
	.filter-btn-apply, .filter-btn-apply:hover, .filter-btn-apply:focus {
		color: #fff;
		background-color: #33cad5;
	}
	.filter-btn-close, .filter-btn-close:hover, .filter-btn-close:focus {
		color: #000;
		background-color: #efefef;
	}
	.filter-col--opened {
		z-index: 161;
		height: 100% !important;
	}
	.filter-col--opened .filter-mobile-content {
		transform: translate3d(0, 0, 0);
	}
	.is-filters-opened .hdr-content-sticky {
		display: none;
	}
	.is-filters-opened .filter-toggle {
		box-shadow: none;
	}
	.is-filters-opened .filter-toggle-text .filter-btn-open {
		display: none;
	}
	.is-filters-opened .filter-toggle-text .filter-btn-apply, .is-filters-opened .filter-toggle-text .filter-btn-close {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
.template-collection .footer-sticky .loader-horizontal {
		display: none !important;
	}
	body:not(.template-collection) .filter-toggle .loader-horizontal {
		display: none;
	}
	.filter-toggle .loader-horizontal {
		position: absolute;
		bottom: 0;
		min-width: 100%;
	}
	.filter-toggle .loader-horizontal .progress {
		height: 100%;
	}
	.filter-col--opened+.filter-toggle .loader-horizontal {
		display: block;
	}
	.template-collection {
		margin-bottom: 49px;
	}
body.touch .gallery-item [data-fancybox] {
		display: none;
	}
}

@media (max-width: 479px)  {
.hdr-logo {
		max-width: 170px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px)  {
.hdr-style7 .hdr-content>.container>.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (hover: hover)  {
.back-to-top:hover .icon {
		color: #fff;
	}
	.back-to-top:hover .icon:after {
		background-color: #fff;
	}
	.back-to-top:hover:after {
		top: -5%;
		left: -5%;
		opacity: 1;
	}
	.back-to-top, .back-to-top:hover, .back-to-top:focus {
		text-decoration: none;
	}
	.back-to-top:hover .icon {
		margin-top: -10px;
	}
	.back-to-top:hover .icon:after {
		height: 20px;
	}
}

@media screen and (max-width: 575px)  {
.payment-link {
		margin-top: 0;
		margin-right: -5px;
		margin-left: -5px;
	}
.payment-link>* {
		margin: 0 5px;
	}
	.payment-link>* img {
		max-width: 100%;
	}
.popup-addedtocart .container>.row {
		display: block;
	}
.popup-addedtocart_image {
		max-width: 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}
.popup-addedtocart_info {
		font-size: 14px;
		line-height: 20px;
	}
.popup-addedtocart_info>.row {
		margin-right: -5px;
		margin-left: -5px;
	}
.popup-addedtocart_info>.row>* {
		padding: 0 5px;
	}
.popup-addedtocart_info .popup-addedtocart_text {
		padding-right: 50px;
	}
.popup-addedtocart_actions {
		display: none;
	}
.popup-addedtocart-close {
		font-size: 28px;
		right: 3px;
		bottom: auto;
		height: 50%;
	}
.popup-addedtocart-cart {
		font-size: 21px;
		position: absolute;
		z-index: 1;
		right: 12px;
		bottom: 8px;
		display: -ms-flexbox;
		display: flex;
		width: 30px;
		height: 30px;
		cursor: pointer;
		color: #33cad5;
		border-radius: 50%;
		background-color: #fff;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
.sticky-addcart_image {
		max-width: 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}
.modal-info-content.fancybox-content {
		padding: 30px;
	}
}

@media screen and (max-width: 767px)  {
.payment-link [class*='icon'] {
		font-size: 40px;
	}
.payment-link--sm [class*='icon'] {
		font-size: 30px;
	}
.popup-addedtocart_actions {
		text-align: left;
	}
.sticky-addcart_price {
		margin-top: 0;
	}
.sticky-addcart_actions .btn {
		padding-right: 20px;
		padding-left: 20px;
	}
.sticky-addcart_actions .btn {
		min-width: 130px;
		padding: 15px;
	}
}

@media only screen and (min-width: 768px)  {
.bnslider {
		height: 475px;
		min-height: 475px;
	}
}

@media only screen and (max-width: 767px)  {
.bnslider {
		height: 375px;
		min-height: 375px;
		max-height: calc(100vh - 85px);
	}
}

@media (min-width: 1200px)  {
.is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd, .filter-col--opened-desktop~.aside .prd-horgrid.product-listing .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
body.has-sm-container .is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd, body.has-sm-container .filter-col--opened-desktop~.aside .prd-horgrid.product-listing .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
.prd-block--prv-double.prd-block--prv-right .product-previews-carousel, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel {
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px;
	}
	.prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide>*, .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide>* {
		min-width: 50%;
		padding: 0 15px 9px;
	}
.text-icn-blocks-single-text {
		min-width: 50%;
	}
}

@media (max-width: 1439px) and (min-width: 1025px)  {
.is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd, .filter-col--opened-desktop~.aside .prd-horgrid.product-listing .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-6 .prd {
		max-width: calc(19.9% - 30px);
		-ms-flex: 0 0 calc(19.9% - 30px);
		flex: 0 0 calc(19.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-5 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-5 .prd {
		max-width: calc(24.9% - 30px);
		-ms-flex: 0 0 calc(24.9% - 30px);
		flex: 0 0 calc(24.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-4 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-4 .prd {
		max-width: calc(33.32% - 30px);
		-ms-flex: 0 0 calc(33.32% - 30px);
		flex: 0 0 calc(33.32% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-3 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-3 .prd {
		max-width: calc(49.9% - 30px);
		-ms-flex: 0 0 calc(49.9% - 30px);
		flex: 0 0 calc(49.9% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-2 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-2 .prd {
		max-width: calc(100% - 30px);
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
	.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-1 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-1 .prd {
		max-width: calc(100% - 30px);
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
}

@media (max-width: 1600px) and (min-width: 1025px)  {
.is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd, .filter-col--opened-desktop~.aside .prd-grid.product-listing.data-to-show-6 .prd {
		max-width: calc(24.9% - 30px);
		-ms-flex: 0 0 calc(24.9% - 30px);
		flex: 0 0 calc(24.9% - 30px);
	}
}

@media not all and (hover: none)  {
.prd [class*='circle-label-']:hover, .prd-promo [class*='circle-label-']:hover {
		width: auto;
		background-color: #f7f7f8;
	}
	.prd [class*='circle-label-']:hover [class*='icon'], .prd-promo [class*='circle-label-']:hover [class*='icon'] {
		transform: scaleX(-1);
		color: #272727;
	}
	.prd [class*='circle-label-']:hover span, .prd-promo [class*='circle-label-']:hover span {
		max-width: 200px;
		padding: 0 5px 0 10px;
		transition: .5s;
		opacity: 1;
	}
.prd-listview .prd [class*='circle-label-']:hover {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

@media (min-width: 1800px)  {
body:not(.has-sm-container) .prd-block_info {
		padding-left: 40px;
	}
	body.has-sm-container .prd-block_info {
		padding-left: 25px;
	}
}

@media (max-width: 1600px)  {
.prd-block-under.prd-block--prv-left>*:first-child {
		padding-left: 25%;
	}
}

@media (min-width: 1025px) and (max-width: 991px)  {
.prd-block--prv-double.prd-block--prv-right .product-previews-wrapper {
		padding-left: 20px;
	}
	.prd-block--prv-double.prd-block--prv-left .product-previews-wrapper {
		padding-right: 20px;
	}
}

@media (min-width: 1921px)  {
.filter-col {
		max-width: 425px;
		margin-left: -425px;
		-ms-flex: 0 0 425px;
		flex: 0 0 425px;
	}
}

@media (max-width: 1920px)  {
.filter-col {
		max-width: 320px;
		margin-left: -320px;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
	}
}

@media (max-width: 991px) and (min-width: 576px)  {
.shop-feature-icon:not(:last-child) {
		margin-bottom: 15px;
	}
.text-icn-block-hor:nth-child(odd) .icn:after {
		opacity: 0;
	}
.sticky-addcart_info {
		padding: 0;
	}
}

@media only screen and (min-device-width: 1025px)  {
.holder-subscribe-full input.form-control:focus~.bottom {
		right: 10px;
		left: 10px;
		transition: all .2s 0s;
		opacity: 0;
	}
}

@media only screen and (max-device-width: 1024px)  {
.holder-subscribe-full .form-control-wrap svg {
		display: none;
	}
}

@media (max-width: 1399px)  {
.text-icn-block-hor {
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
	}
}

@media (min-width: 1400px)  {
.text-icn-block-hor:nth-child(5n+1) .icn:after {
		opacity: 0;
	}
}

@media (max-width: 1399px) and (min-width: 992px)  {
.text-icn-block-hor:nth-child(3n+1) .icn:after {
		opacity: 0;
	}
}

@media (max-width: 1799px)  {
.cart-promo-banner .txt1 {
		font-size: 32px;
	}
.cart-promo-banner .txt2 {
		font-size: 18px;
	}
.card-total-txt {
		font-size: 18px;
	}
.card-total-price {
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 991px)  {
.modal--quickview .prd-block_info-top {
		height: 18px;
	}
}

@media screen and (min-width: 768px)  {
.popup-addedtocart .container {
		position: relative;
	}
.popup-addedtocart_info>.row {
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
.popup-addedtocart_actions {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1200px)  {
.popup-addedtocart_actions {
		text-align: center;
	}
}

@media screen and (max-width: 850px)  {
.sticky-addcart_actions .prd-block_qty {
		display: none !important;
	}
}

@media screen and (min-width: 576px)  {
.sticky-addcart_actions .prd-block_qty+.btn-wrap {
		margin-left: 15px;
	}
}