@charset "UTF-8";
@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}
.splide__container {
	position: relative;
	box-sizing: border-box
}
.splide__list {
	margin: 0!important;
	padding: 0!important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform
}
.splide.is-active .splide__list {
	display: flex
}
.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}
.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}
.splide {
	visibility: hidden
}
.splide, .splide__slide {
	position: relative;
	outline: none
}
.splide__slide {
	box-sizing: border-box;
	list-style-type: none!important;
	margin: 0;
	flex-shrink: 0
}
.splide__slide img {
	vertical-align: bottom
}
.splide__slider {
	position: relative
}
.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}
.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}
.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	user-select: none
}
.splide--fade>.splide__track>.splide__list {
	display: block
}
.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}
.splide--rtl {
	direction: rtl
}
.splide--ttb>.splide__track>.splide__list {
	display: block
}
.splide--ttb>.splide__pagination {
	width: auto
}
.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc
}
.splide__arrow svg {
	width: 1.2em;
	height: 1.2em
}
.splide__arrow:hover {
	cursor: pointer;
	opacity: .9
}
.splide__arrow:focus {
	outline: none
}
.splide__arrow--prev {
	left: 1em
}
.splide__arrow--prev svg {
	transform: scaleX(-1)
}
.splide__arrow--next {
	right: 1em
}
.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0
}
.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform .2s linear;
	border: none;
	opacity: .7
}
.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff
}
.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}
.splide__pagination__page:focus {
	outline: none
}
.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc
}
.splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #000
}
.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}
.splide--rtl>.splide__arrows .splide__arrow--prev, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto
}
.splide--rtl>.splide__arrows .splide__arrow--prev svg, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}
.splide--rtl>.splide__arrows .splide__arrow--next, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}
.splide--rtl>.splide__arrows .splide__arrow--next svg, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}
.splide--ttb>.splide__arrows .splide__arrow, .splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}
.splide--ttb>.splide__arrows .splide__arrow--prev, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}
.splide--ttb>.splide__arrows .splide__arrow--prev svg, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}
.splide--ttb>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em
}
.splide--ttb>.splide__arrows .splide__arrow--next svg, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}
.splide--ttb>.splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%)
}
[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}
.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}
.simplebar-mask {
	direction: inherit;
	overflow: hidden;
	width: auto!important;
	height: auto!important;
	z-index: 0
}
.simplebar-mask, .simplebar-offset {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.simplebar-offset {
	direction: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	-webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0
}
.simplebar-content:after, .simplebar-content:before {
	content: " ";
	display: table
}
.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit!important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0
}
.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	z-index: -1
}
.simplebar-height-auto-observer, .simplebar-track {
	position: absolute;
	overflow: hidden;
	pointer-events: none
}
.simplebar-track {
	z-index: 1;
	right: 0;
	bottom: 0
}
[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}
.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px
}
.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #000;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity .2s linear
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}
.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}
.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}
.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:992px) {
	.container-sm, .container-xs {
		max-width: 970px
	}
}
@media (min-width:1180px) {
	.container-md, .container-sm, .container-xs {
		max-width: 1140px
	}
}
@media (min-width:1400px) {
	.container-lg, .container-md, .container-sm, .container-xs {
		max-width: 1360px
	}
}
@media (min-width:1680px) {
	.container-lg, .container-md, .container-sm, .container-xl, .container-xs {
		max-width: 1660px
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px
}
@media (min-width:768px) {
	.col-xs {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xs-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xs-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xs-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xs-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xs-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xs-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xs-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xs-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xs-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xs-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xs-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xs-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xs-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xs-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xs-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xs-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xs-first {
		order: -1
	}
	.order-xs-last {
		order: 13
	}
	.order-xs-0 {
		order: 0
	}
	.order-xs-1 {
		order: 1
	}
	.order-xs-2 {
		order: 2
	}
	.order-xs-3 {
		order: 3
	}
	.order-xs-4 {
		order: 4
	}
	.order-xs-5 {
		order: 5
	}
	.order-xs-6 {
		order: 6
	}
	.order-xs-7 {
		order: 7
	}
	.order-xs-8 {
		order: 8
	}
	.order-xs-9 {
		order: 9
	}
	.order-xs-10 {
		order: 10
	}
	.order-xs-11 {
		order: 11
	}
	.order-xs-12 {
		order: 12
	}
	.offset-xs-0 {
		margin-left: 0
	}
	.offset-xs-1 {
		margin-left: 8.33333%
	}
	.offset-xs-2 {
		margin-left: 16.66667%
	}
	.offset-xs-3 {
		margin-left: 25%
	}
	.offset-xs-4 {
		margin-left: 33.33333%
	}
	.offset-xs-5 {
		margin-left: 41.66667%
	}
	.offset-xs-6 {
		margin-left: 50%
	}
	.offset-xs-7 {
		margin-left: 58.33333%
	}
	.offset-xs-8 {
		margin-left: 66.66667%
	}
	.offset-xs-9 {
		margin-left: 75%
	}
	.offset-xs-10 {
		margin-left: 83.33333%
	}
	.offset-xs-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:992px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1180px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1400px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1680px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:768px) {
	.flex-xs-row {
		flex-direction: row!important
	}
	.flex-xs-column {
		flex-direction: column!important
	}
	.flex-xs-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xs-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xs-wrap {
		flex-wrap: wrap!important
	}
	.flex-xs-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xs-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xs-fill {
		flex: 1 1 auto!important
	}
	.flex-xs-grow-0 {
		flex-grow: 0!important
	}
	.flex-xs-grow-1 {
		flex-grow: 1!important
	}
	.flex-xs-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xs-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xs-start {
		justify-content: flex-start!important
	}
	.justify-content-xs-end {
		justify-content: flex-end!important
	}
	.justify-content-xs-center {
		justify-content: center!important
	}
	.justify-content-xs-between {
		justify-content: space-between!important
	}
	.justify-content-xs-around {
		justify-content: space-around!important
	}
	.align-items-xs-start {
		align-items: flex-start!important
	}
	.align-items-xs-end {
		align-items: flex-end!important
	}
	.align-items-xs-center {
		align-items: center!important
	}
	.align-items-xs-baseline {
		align-items: baseline!important
	}
	.align-items-xs-stretch {
		align-items: stretch!important
	}
	.align-content-xs-start {
		align-content: flex-start!important
	}
	.align-content-xs-end {
		align-content: flex-end!important
	}
	.align-content-xs-center {
		align-content: center!important
	}
	.align-content-xs-between {
		align-content: space-between!important
	}
	.align-content-xs-around {
		align-content: space-around!important
	}
	.align-content-xs-stretch {
		align-content: stretch!important
	}
	.align-self-xs-auto {
		align-self: auto!important
	}
	.align-self-xs-start {
		align-self: flex-start!important
	}
	.align-self-xs-end {
		align-self: flex-end!important
	}
	.align-self-xs-center {
		align-self: center!important
	}
	.align-self-xs-baseline {
		align-self: baseline!important
	}
	.align-self-xs-stretch {
		align-self: stretch!important
	}
}
@media (min-width:992px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1180px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1400px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1680px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}
.clearfix:after {
	display: block;
	clear: both;
	content: ""
}
.splide__list {
	display: flex
}
.splide .c-productCard {
	margin-left: 0;
	margin-right: 0
}
.splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 4px;
	margin: 0 2px;
	border: 0;
	padding: 0;
	transition: none;
	opacity: 1
}
.splide__pagination .splide__pagination__page.is-active {
	width: 16px;
	background-color: #d60644;
	transform: none
}
@media (min-width:992px) {
	.splide__pagination .splide__pagination__page {
		width: 8px;
		height: 8px;
		margin: 0 4px
	}
	.splide__pagination .splide__pagination__page.is-active {
		width: 24px;
		background-color: #d60644
	}
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: transparent
}
.splide__track {
	width: 100%
}
.splide__arrow {
	position: static;
	transform: none;
	width: auto;
	height: auto;
	border-radius: 0;
	display: block;
	opacity: 1;
	background: none
}
.splide__arrow svg {
	display: none
}
.splide__arrow:disabled {
	opacity: .4
}
.splide--rtl>.splide__arrows .splide__arrow--next, .splide--rtl>.splide__arrows .splide__arrow--prev, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	right: auto;
	left: auto
}
.splide--rtl>.splide__arrows .splide__arrow--prev.side__sliderPrev, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev.side__sliderPrev {
	right: -7px
}
.splide--rtl>.splide__arrows .splide__arrow--next.side__sliderNext, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next.side__sliderNext {
	left: 0
}
.splide__arrows .side__sliderNext, .splide__arrows .side__sliderPrev {
	position: absolute;
	font-size: 24px;
	transform: translateY(-50%);
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090;
	border: 1px solid #cbcbcb;
	width: 55px;
	height: 50px;
	background-color: #fff
}
.splide__arrows .side__sliderNext:before, .splide__arrows .side__sliderPrev:before {
	border: 1px solid transparent;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	padding: 2px;
	transition: border-color .2s ease-in-out
}
.splide__arrows .side__sliderNext:hover:before, .splide__arrows .side__sliderPrev:hover:before {
	border-color: #cbcbcb
}
.splide__arrows .side__sliderNext {
	border-left: 0;
	border-radius: 0 30px 30px 0
}
.splide__arrows .side__sliderNext:before {
	margin-left: 5px
}
.splide__arrows .side__sliderPrev {
	border-right: 0;
	border-radius: 30px 0 0 30px
}
.splide__arrows .side__sliderPrev:before {
	margin-right: 5px
}
@keyframes swal2-hide2 {
	0% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1);
		opacity: 0
	}
}
@keyframes swal2-show2 {
	0% {
		bottom: -10%
	}
	to {
		bottom: 0
	}
}
.swal2-container:not(.m-delete).swal2-container {
	padding: 0;
	display: block
}
.swal2-container:not(.m-delete).swal2-backdrop-show.swal2-backdrop-show, .swal2-container:not(.m-delete).swal2-noanimation.swal2-noanimation {
	background-color: #eee
}
.swal2-container:not(.m-delete) .swal2-popup.swal2-popup {
	border: 0;
	padding: 0;
	position: absolute;
	margin: 0!important;
	display: block!important;
	font-size: 14px;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	box-shadow: none;
	min-height: 245px;
	border-radius: 38px 38px 0 0;
	width: 100%;
	overflow-y: auto
}
@media (min-width:992px) {
	.swal2-container:not(.m-delete) .swal2-popup.swal2-popup {
		position: relative;
		left: auto;
		right: -10%;
		top: 0;
		bottom: 0;
		max-width: 94%;
		height: 100%!important;
		max-height: 100%;
		box-shadow: 0 10px 10px rgba(0, 0, 0, .1607843137254902);
		border-radius: 0;
		width: 1050px;
		transition: all .3s ease-in-out;
		transform-origin: 0;
		transform: none
	}
}
.swal2-container:not(.m-delete).m-delete--is-mobile .swal2-popup.swal2-popup {
	height: auto
}
.swal2-container:not(.m-delete) .swal2-show.swal2-show {
	animation: swal2-show2 .3s
}
@media (min-width:992px) {
	.swal2-container:not(.m-delete) .swal2-show.swal2-show {
		right: 0;
		animation: none;
		will-change: unset;
		transform-origin: 0;
		transform: none
	}
}
.swal2-container:not(.m-delete) .swal2-hide.swal2-hide {
	animation: swal2-hide2 .3s
}
.swal2-container:not(.m-delete) .swal2-content.swal2-content {
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #707070;
	overflow-y: scroll;
	height: 100%
}
@media (min-width:992px) {
	.swal2-container:not(.m-delete) .swal2-content.swal2-content {
		overflow-y: auto
	}
}
.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close {
	color: #cbcbcb;
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1
}
.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close:hover {
	color: #989898
}
@media (min-width:992px) {
	.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close {
		font-size: 26px;
		left: 30px;
		top: 38px;
		opacity: 1;
		visibility: visible;
		z-index: 2
	}
}
@media (min-width:1180px) {
	.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close {
		font-size: 28px;
		left: 40px;
		top: 48px
	}
}
@media (min-width:1400px) {
	.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close {
		font-size: 30px;
		left: 50px;
		top: 58px
	}
}
@media (min-width:1680px) {
	.swal2-container:not(.m-delete) .swal2-close.swal2-close.swal2-close {
		font-size: 32px;
		left: 60px;
		top: 68px
	}
}
.swal2-container:not(.m-delete) .m-close {
	position: absolute;
	color: #cbcbcb;
	left: 16px;
	top: 45px;
	font-size: 30px;
	cursor: pointer
}
.swal2-container:not(.m-delete) .m-close:hover {
	color: #989898
}
.swal2-container:not(.m-delete) .m-close .path2 {
	position: absolute;
	left: 0;
	top: 0
}
.swal2-container:not(.m-delete) .m-close .path2:before {
	margin-left: 0
}
.swal2-container:not(.m-delete) .m-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 50px 25px 16px 55px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	background-color: #fff
}
.swal2-container:not(.m-delete) .m-header .m-headerIcon {
	font-size: 24px;
	margin-left: 10px
}
@media (min-width:992px) {
	.swal2-container:not(.m-delete) .m-header {
		display: flex;
		padding: 0 0 25px;
		margin-bottom: 20px
	}
}
.swal2-container:not(.m-delete) .m-body {
	padding: 0 25px
}
/*! nouislider - 14.7.0 - 4/6/2021 */

.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-target {
	position: relative
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.noUi-connects {
	overflow: hidden;
	z-index: 0
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}
.noUi-connect {
	height: 100%;
	width: 100%
}
.noUi-origin {
	height: 10%;
	width: 10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}
.noUi-vertical .noUi-origin {
	width: 0
}
.noUi-horizontal .noUi-origin {
	height: 0
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}
.noUi-touch-area {
	height: 100%;
	width: 100%
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}
.noUi-state-drag * {
	cursor: inherit!important
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}
.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}
.noUi-connects {
	border-radius: 3px
}
.noUi-connect {
	background: #3fb8af
}
.noUi-draggable {
	cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}
.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}
.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	left: 17px
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	top: 17px
}
[disabled] .noUi-connect {
	background: #b8b8b8
}
[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
	cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-pips {
	position: absolute;
	color: #999
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}
.noUi-marker {
	position: absolute;
	background: #ccc
}
.noUi-marker-large, .noUi-marker-sub {
	background: #aaa
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}
.noUi-value-vertical {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	bottom: 120%
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%);
	transform: translate(50%);
	left: auto;
	bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px);
	top: auto;
	right: 28px
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 8px
}
.pika-single.is-hidden {
	display: none
}
.pika-single.is-bound {
	position: absolute
}
.pika-single.is-bound.in-top {
	border-radius: 23px 23px 0 0;
	border-bottom: 0
}
.pika-single.is-bound.in-bottom {
	border-radius: 0 0 23px 23px;
	border-top: 0
}
.pika-single {
	*zoom: 1
}
.pika-single:after, .pika-single:before {
	content: " ";
	display: table
}
.pika-single:after {
	clear: both
}
.pika-lendar {
	float: left;
	width: 100%
}
.pika-title {
	position: relative;
	text-align: center
}
.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	filter: alpha(opacity=0);
	opacity: 0
}
.pika-label {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	background-color: #fff
}
.pika-next, .pika-prev {
	display: block;
	cursor: pointer;
	position: relative;
	outline: none;
	border: 0;
	padding: 0;
	background: none;
	width: 20px;
	height: 30px;
	font-size: 24px;
	white-space: nowrap;
	opacity: .5;
	*position: absolute;
	*top: 0
}
.pika-next:hover, .pika-prev:hover {
	opacity: 1
}
.pika-next.is-disabled, .pika-prev.is-disabled {
	cursor: default;
	opacity: .2
}
.is-rtl .pika-next, .pika-prev {
	float: left;
	*left: 0
}
.is-rtl .pika-prev, .pika-next {
	float: right;
	*right: 0
}
.pika-select {
	display: inline-block;
	*display: inline
}
.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	direction: ltr
}
.pika-table td, .pika-table th {
	width: 14.285714285714286%;
	padding: 0
}
.pika-table th {
	color: #909090;
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	text-align: center
}
.pika-table abbr {
	border-bottom: none;
	cursor: help;
	text-decoration: none
}
.pika-button {
	cursor: pointer;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	width: 25px
}
.is-today .pika-button {
	color: #be9c79;
	font-weight: 700
}
.is-selected .pika-button {
	color: #fff;
	font-weight: 700;
	background: #be9c79;
	border-radius: 20px
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: .3
}
.pika-button:hover {
	color: #fff;
	background: #d60644;
	box-shadow: none;
	border-radius: 20px
}
.pika-week {
	font-size: 11px;
	color: #999
}
.is-inrange .pika-button {
	background: #c8f1f7;
	margin: 0 -22px;
	width: 74px;
	border-radius: 0
}
.is-inrange .pika-button:hover {
	color: inherit;
	border-radius: 0
}
@media (min-width:992px) {
	.is-inrange .pika-button {
		margin: 0 -16px;
		width: 62px
	}
}
.is-endrange .pika-button, .is-startrange .pika-button {
	color: #fff;
	background: #be9c79;
	box-shadow: none;
	border-radius: 20px;
	width: 25px;
	position: relative;
	z-index: 1
}
.c-datePicker .c-inputBox__textareaInput, .c-datePicker .c-inputBox__textInput {
	font-size: 12px
}
.c-datePicker .c-inputBox__textInput.picker-on-bottom, .c-datePicker .picker-on-bottom.c-inputBox__textareaInput {
	border-radius: 23px 23px 0 0!important
}
.c-datePicker .c-inputBox__textInput.picker-on-top, .c-datePicker .picker-on-top.c-inputBox__textareaInput {
	border-radius: 0 0 23px 23px!important
}
html {
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	cursor: pointer
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
ol, ul {
	list-style: none
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
b, strong {
	font-weight: bolder
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	outline: none;
	border-image-outset: unset
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 24px;
	margin: 0
}
button:active, button:focus, input:active, input:focus, optgroup:active, optgroup:focus, select:active, select:focus, textarea:active, textarea:focus {
	outline: none
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=radio] {
	-webkit-appearance: radio
}
[type=checkbox] {
	-webkit-appearance: checkbox
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
input {
	overflow: visible;
	-webkit-appearance: none
}
input:focus {
	outline: none
}
select {
	text-transform: none
}
textarea {
	margin: 0;
	overflow: auto;
	resize: vertical
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
::-moz-focus-inner {
	border-style: none;
	padding: 0
}
:-moz-ui-invalid {
	box-shadow: none
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
	background-color: #fff;
	background-image: none
}
input:-webkit-autofill, input:-webkit-autofill:focus input:-webkit-autofill, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset!important
}
input:-webkit-autofill:focus, input:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 700;
	src: url(/catalog/css/iranyekanwebbold.eot);
	src: url(/catalog/css/iranyekanwebbold.eot?#iefix) format("embedded-opentype"), url(/catalog/css/iranyekanwebbold.woff2) format("woff2"), url(/catalog/css/iranyekanwebbold.woff) format("woff"), url(/catalog/css/iranyekanwebbold.ttf) format("truetype")
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url(/catalog/css/iranyekanweblight.eot);
	src: url(/catalog/css/iranyekanweblight.eot?#iefix) format("embedded-opentype"), url(/catalog/css/iranyekanweblight.woff2) format("woff2"), url(/catalog/css/iranyekanweblight.woff) format("woff"), url(/catalog/css/iranyekanweblight.ttf) format("truetype")
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 400;
	src: url(/catalog/css/iranyekanwebregular.eot);
	src: url(/catalog/css/iranyekanwebregular.eot?#iefix) format("embedded-opentype"), url(/catalog/css/iranyekanwebregular.woff2) format("woff2"), url(/catalog/css/iranyekanwebregular.woff) format("woff"), url(/catalog/css/iranyekanwebregular.ttf) format("truetype")
}
@font-face {
	font-family: iranyekanfanum;
	font-style: normal;
	font-weight: 400;
	src: url("/catalog/css/iranyekanwebregular(fanum).eot");
	src: url("/catalog/css/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), url("/catalog/css/iranyekanwebregular(fanum).woff2") format("woff2"), url("/catalog/css/iranyekanwebregular(fanum).woff") format("woff"), url("/catalog/css/iranyekanwebregular(fanum).ttf") format("truetype")
}
@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	src: url(/catalog/css/robotoregular.eot);
	src: url(/catalog/css/robotoregular.eot?#iefix) format("embedded-opentype"), url(/catalog/css/robotoregular.woff2) format("woff2"), url(/catalog/css/robotoregular.woff) format("woff"), url(/catalog/css/robotoregular.ttf) format("truetype")
}
html {
	line-height: 24px
}
body {
	font-family: iranyekan, iranyekanfanum, roboto, Arial!important;
	background-color: #f6f6f6;
	direction: rtl;
	font-size: 14px;
	color: #707070
}
@font-face {
	font-family: icomoon;
	src: url(/catalog/css/icomoon.eot?33om0);
	src: url(/catalog/css/icomoon.eot?33om0#iefix) format("embedded-opentype"), url(/catalog/css/icomoon.ttf?33om0) format("truetype"), url(/catalog/css/icomoon.woff?33om0) format("woff"), url(/catalog/css/icomoon.svg?33om0#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}
[class*=" icon-"], [class^=icon-] {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-image:before {
	content: "\e9a6"
}
.icon-seller:before {
	content: "\e9a5"
}
.icon-wallet:before {
	content: "\e9a4"
}
.icon-legal:before {
	content: "\e9a3"
}
.icon-file:before {
	content: "\e9a2"
}
.icon-info:before {
	content: "\e9a1"
}
.icon-aparat:before {
	content: "\e998"
}
.icon-consultation:before {
	content: "\e999"
}
.icon-transfer:before {
	content: "\e99a"
}
.icon-email:before {
	content: "\e99b"
}
.icon-facebook:before {
	content: "\e99c"
}
.icon-instagram:before {
	content: "\e99d"
}
.icon-original:before {
	content: "\e99e"
}
.icon-give-back:before {
	content: "\e99f"
}
.icon-telegram:before {
	content: "\e9a0"
}
.icon-enter-arrow:before {
	content: "\e997"
}
.icon-accesoories:before {
	content: "\e947"
}
.icon-accessories:before {
	content: "\e948"
}
.icon-all-accessories:before {
	content: "\e949"
}
.icon-all-body:before {
	content: "\e94a"
}
.icon-all-electric:before {
	content: "\e94b"
}
.icon-all-hair:before {
	content: "\e94c"
}
.icon-all-hairdresser:before {
	content: "\e94d"
}
.icon-all-health:before {
	content: "\e94e"
}
.icon-all-makeup:before {
	content: "\e94f"
}
.icon-all-men:before {
	content: "\e950"
}
.icon-all-mother-baby:before {
	content: "\e951"
}
.icon-all-perfumes:before {
	content: "\e952"
}
.icon-all-skin:before {
	content: "\e953"
}
.icon-baby-accessories:before {
	content: "\e954"
}
.icon-bath:before {
	content: "\e955"
}
.icon-body:before {
	content: "\e956"
}
.icon-body-care:before {
	content: "\e957"
}
.icon-body-face-shave:before {
	content: "\e958"
}
.icon-body-health:before {
	content: "\e959"
}
.icon-body-health-2:before {
	content: "\e95a"
}
.icon-body-makeup:before {
	content: "\e95b"
}
.icon-body-shave:before {
	content: "\e95c"
}
.icon-books:before {
	content: "\e95d"
}
.icon-brands:before {
	content: "\e95e"
}
.icon-cosmetics:before {
	content: "\e95f"
}
.icon-deodorant:before {
	content: "\e960"
}
.icon-electric:before {
	content: "\e961"
}
.icon-extention:before {
	content: "\e962"
}
.icon-eye-makeup:before {
	content: "\e963"
}
.icon-eyebrow-makeup:before {
	content: "\e964"
}
.icon-face-makeup:before {
	content: "\e965"
}
.icon-general-health:before {
	content: "\e966"
}
.icon-gift-finder:before {
	content: "\e967"
}
.icon-hair:before {
	content: "\e968"
}
.icon-hair-accesseries:before {
	content: "\e969"
}
.icon-hair-care:before {
	content: "\e96a"
}
.icon-hair-color:before {
	content: "\e96b"
}
.icon-hair-curl:before {
	content: "\e96c"
}
.icon-hair-curve:before {
	content: "\e96d"
}
.icon-hairdresser:before {
	content: "\e96e"
}
.icon-hairdressing-equipment:before {
	content: "\e96f"
}
.icon-hair-dryer:before {
	content: "\e970"
}
.icon-hair-type:before {
	content: "\e971"
}
.icon-health:before {
	content: "\e972"
}
.icon-jewelery:before {
	content: "\e973"
}
.icon-lip-makeup:before {
	content: "\e974"
}
.icon-magazine:before {
	content: "\e975"
}
.icon-makeup-tools:before {
	content: "\e976"
}
.icon-men:before {
	content: "\e977"
}
.icon-men-body:before {
	content: "\e978"
}
.icon-men-hair:before {
	content: "\e979"
}
.icon-men-offers:before {
	content: "\e97a"
}
.icon-men-perfume:before {
	content: "\e97b"
}
.icon-men-shave:before {
	content: "\e97c"
}
.icon-men-skin:before {
	content: "\e97d"
}
.icon-mother-baby:before {
	content: "\e97e"
}
.icon-mother-baby-health:before {
	content: "\e97f"
}
.icon-nail-design:before {
	content: "\e980"
}
.icon-nail-makeup:before {
	content: "\e981"
}
.icon-old-health:before {
	content: "\e982"
}
.icon-oral-health:before {
	content: "\e983"
}
.icon-other-accessories:before {
	content: "\e984"
}
.icon-other-electric-products:before {
	content: "\e985"
}
.icon-perfume:before {
	content: "\e986"
}
.icon-pocket-perfume:before {
	content: "\e987"
}
.icon-professional-makeup:before {
	content: "\e988"
}
.icon-protein:before {
	content: "\e989"
}
.icon-sexual-heath:before {
	content: "\e98a"
}
.icon-skin:before {
	content: "\e98b"
}
.icon-skin-accessories:before {
	content: "\e98c"
}
.icon-skin-care:before {
	content: "\e98d"
}
.icon-skin-cleaner:before {
	content: "\e98e"
}
.icon-skin-types:before {
	content: "\e98f"
}
.icon-smell:before {
	content: "\e990"
}
.icon-special:before {
	content: "\e991"
}
.icon-special-function:before {
	content: "\e992"
}
.icon-tools-makeup:before {
	content: "\e993"
}
.icon-waxing:before {
	content: "\e994"
}
.icon-women-health:before {
	content: "\e995"
}
.icon-women-perfume:before {
	content: "\e996"
}
.icon-next:before {
	content: "\e941"
}
.icon-nav-left:before {
	content: "\e942"
}
.icon-return:before {
	content: "\e943"
}
.icon-exit:before {
	content: "\e944"
}
.icon-edit:before {
	content: "\e945"
}
.icon-cards:before {
	content: "\e946"
}
.icon-arrow-left:before {
	content: "\e931"
}
.icon-arrow-right:before {
	content: "\e940"
}
.icon-add-address:before {
	content: "\e930"
}
.icon-error:before {
	content: "\e932"
}
.icon-filter:before {
	content: "\e933"
}
.icon-full-tick:before {
	content: "\e934"
}
.icon-full-tick-medium:before {
	content: "\e935"
}
.icon-gift-code:before {
	content: "\e936"
}
.icon-hamburger:before {
	content: "\e937"
}
.icon-map:before {
	content: "\e938"
}
.icon-order-details:before {
	content: "\e939"
}
.icon-order-items:before {
	content: "\e93a"
}
.icon-other-addresses:before {
	content: "\e93b"
}
.icon-payment-method:before {
	content: "\e93c"
}
.icon-radio:before {
	content: "\e93d"
}
.icon-sort:before {
	content: "\e93e"
}
.icon-time:before {
	content: "\e93f"
}
.icon-full-minus:before {
	content: "\e92f"
}
.icon-gift:before {
	content: "\e92c"
}
.icon-sample:before {
	content: "\e92d"
}
.icon-detail:before {
	content: "\e92e"
}
.icon-cancel:before {
	content: "\e911"
}
.icon-add-comment:before {
	content: "\e923"
}
.icon-mtr:before {
	content: "\e92b"
}
.icon-send:before {
	content: "\e91b"
}
.icon-share:before {
	content: "\e91c"
}
.icon-compare:before {
	content: "\e91d"
}
.icon-left:before {
	content: "\e91e"
}
.icon-delete:before {
	content: "\e91a"
}
.icon-arrow-up:before {
	content: "\e916"
}
.icon-arrow-down:before {
	content: "\e917"
}
.icon-plus:before {
	content: "\e918"
}
.icon-minus:before {
	content: "\e919"
}
.icon-nav-l .path1:before {
	content: "\e91f";
	color: #707070
}
.icon-nav-l .path2:before {
	content: "\e920";
	margin-left: -1em;
	color: #eee
}
.icon-tick:before {
	content: "\e921"
}
.icon-delivery:before {
	content: "\e922"
}
.icon-shades:before {
	content: "\e924"
}
.icon-guarantee:before {
	content: "\e925"
}
.icon-other-seller:before {
	content: "\e926"
}
.icon-comment:before {
	content: "\e927"
}
.icon-list:before {
	content: "\e928"
}
.icon-check-list:before {
	content: "\e929"
}
.icon-zoom:before {
	content: "\e92a"
}
.icon-full-arrow-left:before {
	content: "\e90f"
}
.icon-mini-mtr:before {
	content: "\e915"
}
.icon-bookmarked:before {
	content: "\e90c"
}
.icon-star:before {
	content: "\e906"
}
.icon-full-star:before {
	content: "\e907"
}
.icon-notify:before {
	content: "\e908"
}
.icon-add:before {
	content: "\e909"
}
.icon-discount:before {
	content: "\e90a"
}
.icon-full-add:before {
	content: "\e90b"
}
.icon-barcode:before {
	content: "\e900"
}
.icon-bookmark:before {
	content: "\e901"
}
.icon-cart:before {
	content: "\e902"
}
.icon-categories:before {
	content: "\e903"
}
.icon-profile:before {
	content: "\e904"
}
.icon-search:before {
	content: "\e905"
}
.icon-lock:before {
	content: "\e90d"
}
.icon-nav-r .path1:before {
	content: "\e90e";
	color: #707070
}
.icon-nav-r .path2:before {
	content: "\e913";
	margin-left: -1em;
	color: #eee
}
.icon-right:before {
	content: "\e914"
}
.icon-cellphone:before {
	content: "\e910"
}
.icon-nav-right:before {
	content: "\e912"
}
.d-flex {
	display: flex
}
.en-num {
	font-family: iranyekan, roboto, Arial!important
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center
}
.flex-row {
	flex-direction: row
}
.flex-column {
	flex-direction: column
}
.flex-row-reverse {
	flex-direction: row-reverse
}
.flex-wrap {
	flex-wrap: wrap
}
.justify-content-start {
	justify-content: flex-start
}
.justify-content-end {
	justify-content: flex-end
}
.justify-content-center {
	justify-content: center
}
.justify-content-between {
	justify-content: space-between
}
.justify-content-around {
	justify-content: space-around
}
.align-items-start {
	align-items: flex-start
}
.align-items-end {
	align-items: flex-end
}
.align-items-center {
	align-items: center
}
.align-items-baseline {
	align-items: baseline
}
.align-items-stretch {
	align-items: stretch
}
.show {
	display: block!important
}
.hide {
	display: none!important
}
.is-bold {
	font-weight: 700
}
.parimary-color {
	color: #d60644
}
.secondary-color {
	color: #be9c79
}
.form-items {
	display: flex;
	margin: 0 -10px
}
.form-items .c-checkbox {
	padding: 0 10px
}
.m-10 {
	margin: 10px
}
.m-20 {
	margin: 20px
}
.m-30 {
	margin: 30px
}
.m-top-10 {
	margin-top: 10px
}
.m-top-15 {
	margin-top: 15px
}
.m-top-20 {
	margin-top: 20px
}
.m-top-30 {
	margin-top: 30px
}
.m-bottom-10 {
	margin-bottom: 10px
}
.m-bottom-20 {
	margin-bottom: 20px
}
.m-bottom-30 {
	margin-bottom: 30px
}
.p-top-10 {
	padding-top: 10px
}
.p-top-20 {
	padding-top: 20px
}
.p-top-30 {
	padding-top: 30px
}
.p-bottom-10 {
	padding-bottom: 10px
}
.p-bottom-20 {
	padding-bottom: 20px
}
.p-bottom-30 {
	padding-bottom: 30px
}
.direction-ltr {
	direction: ltr
}
.hide-border {
	border: unset!important
}
.master-wrapper-page {
	min-height: 100vh
}
.master-wrapper-page-d {
	min-width: 993px;
	overflow-x: auto
}
.container {
	max-width: 1660px
}
.page-container {
	max-width: 1332px;
	padding: 0 10px;
	margin: 0 auto
}
.master-wrapper-content {
	width: 100%!important
}
.disable-scroll {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow-y: hidden
}
@media (min-width:992px) {
	.disable-scroll {
		padding-right: 15px
	}
}
.disable-scroll .master-wrapper-page-d {
	overflow-x: visible
}
.disable-scroll .c-header {
	padding-right: 15px;
	margin-right: -15px
}
.disable-scroll .c-header .c-searchBox {
	margin-left: -15px
}
.disable-scroll .c-purchaseSteps {
	margin-right: -15px;
	padding-right: 15px;
	width: calc(100% + 15px)
}
.wrappers-with-side {
	width: 100%;
	display: flex
}
.wrappers-with-side .side-2 {
	display: none;
	display: block;
	width: 290px;
	padding-left: 10px
}
@media (min-width:1180px) {
	.wrappers-with-side .side-2 {
		width: 328px
	}
}
.wrappers-with-side .center-2 {
	flex: 1;
	padding-right: 10px
}
.l-auth__container {
	min-height: 100vh;
	display: flex;
	background-color: #fff;
	min-width: 993px;
	overflow-x: auto
}
.l-auth__ContentWrapper {
	flex: 1;
	flex-direction: column
}
.l-auth__top {
	display: flex;
	justify-content: flex-start;
	width: 222px
}
.l-auth__back {
	margin-left: 25px;
	cursor: pointer;
	font-size: 32px;
	border: 0;
	padding: 0;
	background: none
}
.l-auth__title {
	font-size: 20px;
	font-weight: 700;
	color: #707070;
	margin-top: 30px
}
.l-auth__submitButton {
	position: relative;
	height: 45px;
	width: 300px;
	border-radius: 25px;
	background-color: #be9c79;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	padding: 0;
	border: 1px solid #be9c79;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.l-auth__submitButton:hover {
	background-color: #fff;
	color: #be9c79
}
.l-auth__submitButton:hover .l-auth__submitIcon {
	color: #be9c79
}
.l-auth__submitIcon {
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 36px;
	color: #fff;
	transition: color .3s ease-in-out
}
.l-auth__acceptPolicy {
	color: #909090;
	font-size: 12px;
	font-weight: 300;
	margin: 25px 0 0
}
.l-auth__slogan {
	flex: 1;
	flex-direction: column;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	background: transparent linear-gradient(180deg, #d40643, #d10642 6%, #a90536 81%, #6a0322) 0 0 no-repeat padding-box
}
.l-auth__logoIcon {
	font-size: 195px;
	color: #fff;
	margin-bottom: 35px
}
.l-auth__sloganText {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 25px
}
.l-auth__authText {
	font-size: 18px;
	font-weight: 300;
	margin: 0
}
.l-auth__backToHome {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer
}
.l-auth__backToHome .l-auth__backToHomeIcon {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.l-auth__backToHome:hover {
	opacity: .7
}
.l-auth__backToHome:hover .l-auth__backToHomeIcon {
	transform: translateX(7px)
}
.l-auth__backToHomeIcon {
	font-size: 24px;
	margin-left: 10px
}
.l-auth__rulesLink {
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 3px;
	cursor: pointer
}
.m-rules {
	width: 970px;
	height: 95%
}
.m-rules .m-header h1, .m-rules .m-header h2, .m-rules .m-header h3 {
	font-size: 16px;
	margin: 0
}
@media (min-width:992px) {
	.m-rules {
		height: 100%
	}
	.m-rules .m-close {
		margin-left: 55px
	}
}
@media (min-width:1180px) {
	.m-rules {
		width: 1135px;
		max-height: 95%
	}
}
@media (min-width:1400px) {
	.m-rules {
		width: 1205px
	}
}
@media (min-width:1680px) {
	.m-rules {
		width: 1275px
	}
}
.m-rules__header {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px
}
.m-rules__content {
	padding: 70px 75px 50px
}
.m-rules__content h1, .m-rules__content h2, .m-rules__content h3 {
	font-size: 20px
}
.l-auth-m__container {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 100%
}
.l-auth-m__header {
	position: relative;
	flex: 1;
	flex-direction: column;
	color: #fff;
	max-height: 160px;
	padding: 30px
}
.l-auth-m__headerBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0
}
.l-auth-m__contentWrapper, .l-auth-m__form {
	flex: 1;
	display: flex;
	flex-direction: column
}
.l-auth-m__contentWrapper {
	align-items: center;
	padding-top: 30px
}
.l-auth-m__top {
	position: relative;
	display: flex;
	align-items: center;
	width: 180px;
	justify-content: center;
	z-index: 1;
	padding-left: 15px
}
.l-auth-m__back {
	margin-left: 7px;
	cursor: pointer;
	color: #fff;
	font-size: 32px;
	border: 0;
	padding: 0;
	background: none;
	display: flex;
	font-size: 30px
}
.l-auth-m__logo {
	margin-bottom: 15px;
	position: relative;
	font-size: 55px;
	color: #fff;
	z-index: 1
}
.l-auth-m__title {
	font-size: 18px;
	font-weight: 700;
	color: #fff
}
.l-auth-m__content {
	padding: 0 37px;
	width: 100%
}
.l-auth-m__actionBar {
	width: 100%;
	display: flex;
	padding: 23px 38px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50px 50px 0 0
}
.l-auth-m__submitButton {
	position: relative;
	display: flex;
	height: 60px;
	width: 100%;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	background-color: #be9c79;
	font-size: 16px;
	color: #fff;
	border: 0;
	padding: 0
}
.l-auth-m__submitIcon {
	position: absolute;
	right: 8px;
	top: 10px;
	font-size: 40px;
	color: #fff
}
.l-auth-m__acceptPolicy {
	color: #909090;
	font-size: 13px;
	font-weight: 300;
	margin: 20px 0 50px;
	flex: 1;
	display: flex;
	align-items: center
}
.l-auth-m__acceptPolicy p {
	padding: 0 37px;
	text-align: center;
	line-height: 32px
}
.c-header {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
	z-index: 1000
}
.c-header__wrapper {
	height: 90px;
	padding: 11px 0
}
@media (min-width:1180px) {
	.c-header__wrapper {
		padding: 13px 0
	}
}
@media (min-width:1400px) {
	.c-header__wrapper {
		height: 100px;
		padding: 15px 0
	}
}
@media (min-width:1680px) {
	.c-header__wrapper {
		height: 110px;
		padding: 18px 0 17px
	}
}
.c-header__logo {
	margin: 0 auto 6px;
	width: 80px;
	height: auto
}
@media (min-width:1180px) {
	.c-header__logo {
		width: 90px;
		height: 22px;
		margin: 0 auto 8px
	}
}
@media (min-width:1400px) {
	.c-header__logo {
		width: 100px;
		height: 27px
	}
}
@media (min-width:1680px) {
	.c-header__logo {
		width: 110px;
		height: 30px;
		margin: 0 auto 10px
	}
}
.c-header__cols {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px
}
@media (min-width:1400px) {
	.c-header__cols {
		align-items: flex-end
	}
}
.c-header__colFirst {
	min-width: 340px;
	position: relative;
	z-index: 1
}
@media (min-width:1400px) {
	.c-header__colFirst {
		margin-top: 14px;
		min-width: 355px
	}
}
.c-header__menu {
	display: flex;
	margin: 0;
	padding: 0
}
.c-header__menuItem {
	color: #707070;
	font-size: 11px;
	margin-left: 18px;
	cursor: pointer
}
.c-header__menuItem:hover {
	color: #d60644
}
@media (min-width:1680px) {
	.c-header__menuItem {
		font-size: 12px;
		margin-left: 22px
	}
}
.c-header__menuItem--is-categories {
	font-size: 12px;
	font-weight: 700;
	position: relative
}
.c-header__menuItem--is-categories:hover {
	color: #707070
}
.c-header__menuItem--is-categories.active:after {
	display: block;
	content: "";
	height: 2px;
	width: 200px;
	background-color: #d60644;
	position: absolute;
	bottom: -24px;
	border-radius: 10px;
	right: -22px
}
@media (min-width:1400px) {
	.c-header__menuItem--is-categories.active:after {
		bottom: -17px
	}
}
@media (min-width:1400px) {
	.c-header__menuItem--is-categories {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.c-header__menuItem--is-categories {
		font-size: 14px
	}
}
.c-header__termsIcon {
	font-size: 24px;
	margin-left: 7px
}
.c-header__colSecond {
	flex: 1;
	flex-direction: column;
	align-items: center
}
@media (min-width:1400px) {
	.c-header__colSecond {
		position: absolute;
		width: calc(100% - 510px);
		left: 50%;
		bottom: 14px;
		transform: translateX(-50%)
	}
}
.c-header__colThird {
	min-width: 155px;
	position: relative;
	z-index: 1
}
.c-header__iconMenu {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.c-header__iconMenuItem {
	margin-right: 28px;
	color: #707070;
	font-size: 19px!important;
	position: relative
}
@media (min-width:1180px) {
	.c-header__iconMenuItem {
		font-size: 20px!important
	}
}
@media (min-width:1400px) {
	.c-header__iconMenuItem {
		font-size: 22px!important
	}
}
@media (min-width:1680px) {
	.c-header__iconMenuItem {
		font-size: 24px!important
	}
}
.c-header__iconMenuItem.mobile {
	font-size: 24px!important
}
@media (min-width:1180px) {
	.c-header__iconMenuItem.mobile {
		font-size: 20px!important
	}
}
@media (min-width:1400px) {
	.c-header__iconMenuItem.mobile {
		font-size: 22px!important
	}
}
@media (min-width:1680px) {
	.c-header__iconMenuItem.mobile {
		font-size: 24px!important
	}
}
.c-header__cartBadge {
	min-width: 14px;
	line-height: 15px;
	text-align: center;
	background-color: #d60644;
	color: #fff;
	right: -4px;
	bottom: 5px;
	padding: 0 2px;
	font-size: 10px
}
.c-header__cartBadge, .c-header__loginedIcon {
	height: 14px;
	position: absolute;
	border-radius: 10px
}
.c-header__loginedIcon {
	font-size: 14px;
	color: #be9c79;
	background-color: #fff;
	width: 14px;
	right: -5px;
	bottom: 4px
}
.c-header-m {
	background-color: #fff;
	border-bottom: 1px solid #eee
}
.c-header-m__top {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden
}
.c-header-m__logo {
	position: absolute;
	width: 100%;
	left: 0
}
.c-header-m__logo img {
	width: 110px;
	margin: 0 auto
}
.c-header-m__categories {
	font-size: 24px;
	color: #707070;
	position: relative;
	z-index: 1;
	width: 17%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 12px
}
.c-header-m__iconMenu {
	position: relative;
	z-index: 1;
	padding-left: 12px
}
.c-header-m__iconMenuItem {
	font-size: 24px;
	color: #707070;
	position: relative
}
.c-header-m__searchBox {
	padding: 15px 12px
}
.c-header-m__searchBox .c-searchBox {
	width: 100%;
	max-width: 100%
}
.c-header-m__searchBox .c-searchBox__form {
	height: 40px;
	border-radius: 20px
}
.c-header-m__searchBox .c-searchBox__input {
	border-radius: 20px;
	font-size: 12px
}
.c-header-m__searchBox .c-searchBox__input:placeholder-shown {
	text-align: center
}
.c-header-m__searchBox .c-searchBox__submit {
	width: 50px;
	height: 40px;
	padding: 10px;
	font-size: 20px;
	color: #707070;
	text-align: center;
	background: none;
	border: 0
}
.c-header-m__searchBox .c-searchBox__result {
	top: 40px;
	height: 259px
}
.c-productCard {
	flex: 1;
	padding: 20px 17px;
	border: 1px solid transparent;
	border-radius: 30px;
	margin: 15px 5px;
	position: relative
}
.c-productCard:hover {
	border: 1px solid #eee
}
.c-productCard:hover .c-productCard__actionBar {
	opacity: 1
}
.c-productCard:focus {
	outline: none
}
@media (min-width:1180px) {
	.c-productCard {
		padding: 30px 27px
	}
}
@media (min-width:1400px) {
	.c-productCard {
		padding: 40px 37px
	}
}
@media (min-width:1680px) {
	.c-productCard {
		padding: 50px 47px
	}
}
.c-productCard.clickable {
	cursor: pointer
}
.c-productCard__image {
	margin: 0 auto 15px;
	display: block;
	border-radius: 10px;
	max-width: 140px;
	max-height: 140px;
	overflow: hidden;
	font-size: 11px
}
@media (min-width:1680px) {
	.c-productCard__image {
		max-width: 200px;
		max-height: 200px
	}
}
.c-productCard__votingInfo {
	height: 24px
}
.c-productCard__stars {
	display: flex;
	margin-left: 5px
}
.c-productCard__star {
	font-size: 13px;
	margin: 0 2px;
	color: #be9c79
}
@media (min-width:1400px) {
	.c-productCard__star {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.c-productCard__star {
		font-size: 15px
	}
}
.c-productCard__votingCount {
	font-size: 9px;
	color: #9e9e9e;
	white-space: nowrap
}
@media (min-width:1680px) {
	.c-productCard__votingCount {
		font-size: 10px
	}
}
.c-productCard__title {
	font-size: 13px;
	height: 48px;
	overflow: hidden;
	color: #707070;
	font-weight: 300;
	text-align: center;
	margin: 10px 0 0
}
.c-productCard__title a {
	color: #707070
}
.c-productCard__title a:hover {
	color: #9e9e9e
}
@media (min-width:1400px) {
	.c-productCard__title {
		font-size: 14px;
		margin: 15px 0 0
	}
}
@media (min-width:1680px) {
	.c-productCard__title {
		font-size: 15px;
		margin: 20px 0 0
	}
}
.c-productCard__shades {
	height: 24px
}
.c-productCard__shadesTotal {
	font-size: 10px;
	color: #cbcbcb;
	margin-bottom: 10px
}
@media (min-width:1400px) {
	.c-productCard__shadesTotal {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-productCard__shadesTotal {
		font-size: 12px
	}
}
.c-productCard__discounts {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 20px
}
@media (min-width:1180px) {
	.c-productCard__discounts {
		padding-left: 15px;
		margin-top: 5px;
		margin-bottom: 12px
	}
}
@media (min-width:1400px) {
	.c-productCard__discounts {
		padding-left: 20px;
		height: 22px
	}
}
@media (min-width:1680px) {
	.c-productCard__discounts {
		padding-left: 25px;
		height: 24px
	}
}
.c-productCard__freeDelivery {
	line-height: 20px;
	padding: 0 3px;
	border: 1px solid #be9c79;
	color: #be9c79;
	border-radius: 20px;
	font-size: 8px;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	height: 20px
}
@media (min-width:1400px) {
	.c-productCard__freeDelivery {
		line-height: 22px;
		height: 22px
	}
}
@media (min-width:1680px) {
	.c-productCard__freeDelivery {
		line-height: 24px;
		height: 24px;
		padding: 0 6px;
		font-size: 8px
	}
}
.c-productCard__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 22px;
	padding: 0 3px;
	border-radius: 20px;
	font-size: 15px;
	min-width: 30px;
	text-align: center;
	margin-right: 5px
}
@media (min-width:1400px) {
	.c-productCard__discountPercent {
		font-size: 17px;
		min-width: 40px
	}
}
@media (min-width:1680px) {
	.c-productCard__discountPercent {
		font-size: 19px;
		min-width: 50px
	}
}
.c-productCard__percent {
	font-size: 8px
}
.c-productCard__outOfStock {
	text-align: center;
	color: #606060;
	font-size: 15px;
	font-weight: 700
}
@media (min-width:1180px) {
	.c-productCard__outOfStock {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-productCard__outOfStock {
		font-size: 17px
	}
}
@media (min-width:1680px) {
	.c-productCard__outOfStock {
		font-size: 18px
	}
}
.c-productCard__discontinued {
	text-align: center;
	color: #606060;
	font-size: 15px;
	font-weight: 700
}
@media (min-width:1180px) {
	.c-productCard__discontinued {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-productCard__discontinued {
		font-size: 17px
	}
}
@media (min-width:1680px) {
	.c-productCard__discontinued {
		font-size: 18px
	}
}
.c-productCard__priceContainer {
	display: flex;
	justify-content: center;
	height: 20px
}
@media (min-width:1400px) {
	.c-productCard__priceContainer {
		white-space: nowrap
	}
}
.c-productCard__invalidPrice {
	color: #9e9e9e;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px;
	font-family: iranyekanfanum
}
@media (min-width:1180px) {
	.c-productCard__invalidPrice {
		font-size: 13px
	}
}
@media (min-width:1400px) {
	.c-productCard__invalidPrice {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.c-productCard__invalidPrice {
		font-size: 15px
	}
}
.c-productCard__invalidPrice .c-productCard__currencyUnit {
	display: none
}
.c-productCard__price {
	color: #d60644;
	font-size: 15px;
	font-weight: 700;
	font-family: iranyekanfanum
}
@media (min-width:1180px) {
	.c-productCard__price {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-productCard__price {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.c-productCard__price {
		font-size: 20px
	}
}
.c-productCard__currencyUnit {
	font-size: 10px;
	margin-right: 2px
}
@media (min-width:1180px) {
	.c-productCard__currencyUnit {
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.c-productCard__currencyUnit {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-productCard__currencyUnit {
		font-size: 13px
	}
}
.c-productCard__actionBar {
	position: absolute;
	top: 25px;
	right: 15px;
	display: flex;
	flex-direction: column;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s ease-in-out
}
@media (min-width:1180px) {
	.c-productCard__actionBar {
		top: 30px
	}
}
@media (min-width:1400px) {
	.c-productCard__actionBar {
		top: 35px
	}
}
@media (min-width:1680px) {
	.c-productCard__actionBar {
		top: 40px
	}
}
.c-productCard__discountIcon {
	font-size: 25px;
	padding: 0 10px;
	color: #d60644;
	height: 25px
}
@media (min-width:1180px) {
	.c-productCard__discountIcon {
		font-size: 26px;
		height: 26px
	}
}
@media (min-width:1400px) {
	.c-productCard__discountIcon {
		font-size: 27px;
		height: 27px
	}
}
@media (min-width:1680px) {
	.c-productCard__discountIcon {
		font-size: 28px;
		height: 28px
	}
}
.c-productCard__favorite {
	font-size: 24px;
	color: #9e9e9e;
	margin: 15px 8px 5px 0;
	width: 27px;
	background: none;
	border: 0;
	height: 27px;
	padding: 0;
	cursor: pointer
}
.c-productCard__favorite:active, .c-productCard__favorite:focus {
	outline: none
}
@media (min-width:1180px) {
	.c-productCard__favorite {
		font-size: 25px;
		margin: 20px 8px 9px 0
	}
}
@media (min-width:1400px) {
	.c-productCard__favorite {
		font-size: 26px;
		margin: 20px 10px 9px 0
	}
}
@media (min-width:1680px) {
	.c-productCard__favorite {
		font-size: 27px;
		margin: 20px 10px 14px 0
	}
}
.c-productCard__addToBasket {
	display: flex;
	align-items: center;
	border-radius: 30px;
	background-color: transparent;
	width: 44px;
	padding: 4px 5px 4px 0;
	border: 0;
	cursor: pointer;
	transition: background-color 0s ease-in-out, width .35s ease-in-out
}
.c-productCard__addToBasket:active, .c-productCard__addToBasket:focus {
	outline: none
}
.c-productCard__addToBasket:hover {
	background-color: #d60644;
	width: 160px;
	transition: background-color .35s ease-in-out, width .35s ease-in-out
}
.c-productCard__addToBasket:hover .c-productCard__addToBasketText {
	margin-right: 10px;
	opacity: 1;
	visibility: visible;
	width: auto
}
.c-productCard__addToBasket:hover .c-productCard__addToBasketIcon {
	color: #fff
}
@media (min-width:1180px) {
	.c-productCard__addToBasket {
		width: 45px
	}
	.c-productCard__addToBasket:hover {
		width: 180px
	}
	.c-productCard__addToBasket:hover .c-productCard__addToBasketText {
		margin-right: 15px
	}
}
@media (min-width:1400px) {
	.c-productCard__addToBasket {
		padding: 5px 6px 5px 0;
		width: 46px
	}
	.c-productCard__addToBasket:hover {
		width: 200px
	}
}
@media (min-width:1680px) {
	.c-productCard__addToBasket {
		padding: 6px 7px 6px 0;
		width: 48px
	}
	.c-productCard__addToBasket:hover {
		width: 220px
	}
	.c-productCard__addToBasket:hover .c-productCard__addToBasketText {
		margin-right: 20px
	}
}
.c-productCard__addToBasketIcon {
	color: #d60644;
	font-size: 29px
}
@media (min-width:1180px) {
	.c-productCard__addToBasketIcon {
		font-size: 30px
	}
}
@media (min-width:1400px) {
	.c-productCard__addToBasketIcon {
		font-size: 31px
	}
}
@media (min-width:1680px) {
	.c-productCard__addToBasketIcon {
		font-size: 32px
	}
}
.c-productCard__addToBasketText {
	opacity: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height: 21px;
	color: #fff;
	font-size: 12px;
	transition: opacity .1s linear .25s
}
@media (min-width:1180px) {
	.c-productCard__addToBasketText {
		height: 22px
	}
}
@media (min-width:1400px) {
	.c-productCard__addToBasketText {
		height: 23px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.c-productCard__addToBasketText {
		height: 24px;
		font-size: 14px
	}
}
.c-productCard_notifyToUser {
	display: flex;
	align-items: center;
	border-radius: 30px;
	background-color: transparent;
	width: 42px;
	padding: 4px 5px 4px 0;
	border: 0;
	cursor: pointer;
	transition: background-color 0s ease-in-out, width .3s ease-in-out
}
.c-productCard_notifyToUser:hover {
	background-color: #707070;
	width: 185px;
	transition: background-color .3s ease-in-out, width .3s ease-in-out
}
.c-productCard_notifyToUser:hover .c-productCard__notifyToUserText {
	margin-right: 5px;
	opacity: 1;
	visibility: visible;
	width: auto
}
.c-productCard_notifyToUser:hover .c-productCard__notifyToUserIcon {
	padding: 6px;
	font-size: 19px;
	background-color: #fff
}
@media (min-width:1180px) {
	.c-productCard_notifyToUser {
		width: 43px
	}
}
@media (min-width:1400px) {
	.c-productCard_notifyToUser {
		padding: 5px 6px 5px 0;
		width: 44px
	}
	.c-productCard_notifyToUser:hover {
		width: 205px
	}
}
@media (min-width:1680px) {
	.c-productCard_notifyToUser {
		padding: 6px 7px 6px 0;
		width: 45px
	}
	.c-productCard_notifyToUser:hover {
		width: 225px
	}
	.c-productCard_notifyToUser:hover .c-productCard__notifyToUserText {
		margin-right: 10px
	}
}
.c-productCard__notifyToUserIcon {
	width: 27px;
	height: 27px;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	color: #9e9e9e
}
@media (min-width:1180px) {
	.c-productCard__notifyToUserIcon {
		width: 29px;
		height: 29px;
		font-size: 29px
	}
}
@media (min-width:1400px) {
	.c-productCard__notifyToUserIcon {
		width: 31px;
		height: 31px;
		font-size: 31px
	}
}
@media (min-width:1680px) {
	.c-productCard__notifyToUserIcon {
		width: 32px;
		height: 32px;
		font-size: 32px
	}
}
.c-productCard__notifyToUserText {
	opacity: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height: 21px;
	color: #fff;
	font-size: 12px;
	transition: opacity .1s ease-in-out .2s
}
@media (min-width:1180px) {
	.c-productCard__notifyToUserText {
		height: 22px
	}
}
@media (min-width:1400px) {
	.c-productCard__notifyToUserText {
		height: 23px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.c-productCard__notifyToUserText {
		height: 24px;
		font-size: 14px
	}
}
.c-productCard__addComment {
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding: 6px 5px 6px 0;
	background-color: transparent;
	width: 140px;
	border: 0;
	cursor: pointer;
	transition: background-color 0s ease-in-out, width .3s ease-in-out
}
.c-productCard__addComment:hover {
	background-color: #be9c79;
	width: 160px;
	transition: background-color .3s ease-in-out, width .3s ease-in-out
}
.c-productCard__addComment:hover .c-productCard__addCommentText {
	margin-right: 10px;
	opacity: 1;
	visibility: visible;
	width: auto
}
.c-productCard__addComment:hover .c-productCard__addCommentIcon {
	font-size: 16px;
	background-color: #fff;
	color: #be9c79;
	font-size: 17px;
	width: 33px;
	height: 33px
}
.c-productCard__addCommentIcon {
	width: 28px;
	height: 28px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: #be9c79;
	color: #fff;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
@media (min-width:992px) {
	.c-productCard__addCommentIcon {
		width: 30px;
		height: 30px;
		font-size: 16px
	}
}
.c-productCard__addCommentText {
	opacity: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height: 21px;
	color: #fff;
	font-size: 12px;
	transition: opacity .1s ease-in-out .2s
}
@media (min-width:992px) {
	.c-productCard__addCommentText {
		height: 24px
	}
}
.c-productCard__imageWrapper {
	position: relative;
	display: block
}
.c-productCard__badge {
	left: -1px;
	top: -6px;
	z-index: 2;
	position: absolute;
	display: none
}
.c-productCard__badge img {
	width: 40px;
	height: 40px
}
@media (min-width:1180px) {
	.c-productCard__badge {
		left: -10px;
		top: -16px
	}
}
@media (min-width:1400px) {
	.c-productCard__badge {
		left: -15px;
		top: -22px
	}
	.c-productCard__badge img {
		width: 45px;
		height: 45px
	}
}
.c-productCard-m {
	flex: 0 1 50%;
	width: 50%;
	position: relative;
	padding: 5px
}
.c-productCard-m__wrapper {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 15px 22px;
	height: 100%
}
.c-productCard-m__image {
	margin: 0 auto 20px;
	display: block;
	border-radius: 10px;
	max-width: 125px;
	max-height: 125px;
	overflow: hidden;
	font-size: 11px
}
@media (max-width:350px) {
	.c-productCard-m__image {
		max-width: 100%
	}
}
.c-productCard-m__title {
	font-size: 12px;
	color: #707070;
	font-weight: 700;
	text-align: center;
	margin: 3px 0 0;
	height: 48px;
	overflow: hidden
}
.c-productCard-m__title a {
	color: #707070
}
.c-productCard-m__discounts {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0;
	height: 20px
}
.c-productCard-m__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 20x;
	padding: 0 3px;
	border-radius: 20px;
	font-size: 15px;
	min-width: 40px;
	text-align: center;
	margin-right: 5px
}
.c-productCard-m__percent {
	font-size: 12px
}
.c-productCard-m__freeDelivery {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border: 1px solid #be9c79;
	color: #be9c79;
	border-radius: 20px;
	font-size: 8px;
	font-weight: 300;
	text-align: center
}
.c-productCard-m__priceContainer {
	display: flex;
	justify-content: center
}
.c-productCard-m__invalidPrice {
	color: #9e9e9e;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 5px
}
.c-productCard-m__invalidPrice .c-productCard__currencyUnit {
	display: none
}
.c-productCard-m__currencyUnit {
	font-size: 14px;
	margin-right: 2px
}
.c-productCard-m__price {
	color: #d60644;
	font-size: 14px;
	font-weight: 700
}
.c-productCard-m__votingInfo {
	height: 24px
}
.c-productCard-m__stars {
	display: flex;
	margin-left: 5px
}
.c-productCard-m__star {
	font-size: 13px;
	margin: 0 2px;
	color: #be9c79
}
.c-productCard-m__votingCount {
	font-size: 10px;
	color: #9e9e9e
}
.c-productCard-m__shadesTotal {
	font-size: 12px;
	color: #cbcbcb
}
.c-productCard-m__discontinued, .c-productCard-m__outOfStock {
	text-align: center;
	color: #606060;
	font-size: 14px;
	font-weight: 700
}
.c-productCard-m__actionBar {
	position: absolute;
	top: 30px;
	right: 15px;
	display: flex;
	flex-direction: column;
	z-index: 1
}
.c-productCard-m__discountIcon {
	font-size: 24px;
	height: 24px;
	padding: 0 7px;
	color: #d60644
}
.c-productCard-m__favorite {
	font-size: 22px;
	color: #9e9e9e;
	margin: 13px 1px 11px 0;
	border: 0;
	background: none
}
.c-productCard-m__addToBasket {
	font-size: 30px;
	color: #d60644;
	border: 0;
	background: none;
	padding: 0
}
.c-productCard-m_notifyToUser {
	font-size: 24px;
	padding: 0 4px;
	color: #9e9e9e;
	border: 0;
	background: none
}
.c-productCard-m__addComment {
	width: 28px;
	height: 28px;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	background: #be9c79;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	margin-right: 5px
}
.c-productCard-m__imageWrapper {
	position: relative;
	display: block
}
.c-productCard-m__badge {
	left: 1px;
	top: -12px;
	z-index: 2;
	position: absolute;
	display: none
}
.c-productCard-m__badge img {
	width: 35px;
	height: 35px
}
.c-tab__links {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	display: flex;
	overflow-x: auto
}
.c-tab__tablink {
	cursor: pointer;
	padding: 0 0 10px;
	margin: 0 10px;
	transition: .3s;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 2px solid transparent
}
.c-tab__tablink.active {
	border-color: #be9c79
}
.c-tab__tablink.active .c-tab__tablinkText {
	color: #be9c79;
	border-color: #be9c79
}
.c-tab__tablink.active .c-tab__tablinkIcon {
	color: #be9c79
}
.c-tab__tablinkText {
	border: 1px solid transparent;
	border-radius: 30px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	color: #909090;
	white-space: nowrap
}
.c-tab__tablinkIcon {
	font-size: 24px;
	margin-left: 10px;
	color: #cbcbcb
}
.c-tab__content {
	opacity: 0;
	display: none;
	transition: opacity .3s ease
}
.c-tab__content.active {
	display: block
}
.c-tab__content.fadeIn {
	opacity: 1
}
.c-tooltip {
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #9e9e9e;
	border-radius: 15px;
	padding: 0 10px;
	position: absolute;
	font-size: 12px;
	font-weight: 300;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: .2s ease;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%)
}
.c-large-tooltip-wrapper {
	position: absolute;
	left: 300px;
	top: 0;
	width: 400px;
	opacity: 0;
	transition: opacity .3s ease;
	z-index: 2000
}
.c-large-tooltip-wrapper.open {
	opacity: 1
}
.c-large-tooltip-wrapper.mobile {
	width: calc(100% - 4px);
	left: 2px!important
}
@media (max-width:350px) {
	.c-large-tooltip-wrapper.mobile .c-large-tooltip {
		padding: 15px 8px
	}
}
.c-large-tooltip-wrapper.mobile .c-large-tooltip:before {
	left: 16px
}
.c-large-tooltip-wrapper.mobile .c-large-tooltip:after {
	left: 17px
}
.c-large-tooltip {
	width: 100%;
	background: #fff;
	display: inline-block;
	position: relative;
	border: 1px solid #be9c79;
	text-decoration: none;
	border-radius: 2px;
	padding: 20px;
	border-radius: 12px;
	margin-top: 50px;
	box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1)
}
.c-large-tooltip:before {
	left: 19px;
	border: 10px solid transparent;
	border-bottom-color: #be9c79
}
.c-large-tooltip:after, .c-large-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0
}
.c-large-tooltip:after {
	left: 20px;
	border: 9px solid transparent;
	border-bottom-color: #fff
}
.c-tooltip-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	z-index: 1999
}
.c-tooltip-actions {
	display: flex
}
.c-tooltip-actions>a, .c-tooltip-actions>div {
	margin: 4px
}
.c-tooltip-actions-mobile {
	display: flex
}
.c-tooltip-actions-mobile>a, .c-tooltip-actions-mobile>div {
	margin: 4px;
	white-space: nowrap
}
.c-accordionBox {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 15px
}
.c-accordionBox.is-open .c-accordionBox__collapseIconDown {
	display: none
}
.c-accordionBox.is-open .c-accordionBox__collapseIconUp {
	display: block
}
@media (min-width:992px) {
	.c-accordionBox {
		margin-bottom: 20px;
		border-radius: 25px
	}
}
.c-accordionBox.c-categoryBox .c-accordionBox__content {
	display: flex;
	flex-direction: column
}
.c-accordionBox.c-categoryBox .c-accordionBox__content .c-filters_, .c-accordionBox__header {
	display: flex;
	align-self: center
}
.c-accordionBox__header {
	justify-content: space-between;
	height: 90px;
	padding: 0 24px;
	white-space: nowrap;
	cursor: pointer
}
@media (min-width:992px) {
	.c-accordionBox__header {
		height: 73px;
		padding: 0 30px
	}
}
.c-accordionBox__header.multiline {
	height: unset!important;
	flex-grow: 1
}
.c-accordionBox__header.multiline .row {
	flex-wrap: wrap;
	padding: 12px 0;
	flex-grow: 1
}
.c-accordionBox__header.multiline .col {
	height: unset!important
}
.c-accordionBox__header.multiline .title-1 {
	font-size: 12px
}
.c-accordionBox__header.multiline .title-2 {
	font-size: 14px
}
.c-info-detail {
	color: #909090;
	font-size: 12px
}
.c-info-detail.larger {
	font-size: 14px
}
.c-accordionBox__text {
	font-weight: 700;
	display: flex;
	align-self: center;
	font-size: 16px
}
.c-accordionBox__textIcon {
	font-size: 24px;
	margin-left: 5px
}
.c-accordionBox__collapseIcon {
	display: flex;
	align-items: center
}
.c-accordionBox__collapseIconDown {
	font-size: 20px
}
.c-accordionBox__collapseIconUp {
	font-size: 20px;
	display: none
}
.c-accordionBox__body {
	overflow: hidden;
	transition: height .3s ease
}
.c-accordionBox__body.skip-height {
	height: unset!important
}
.c-accordionBox__content {
	border-top: 1px solid #eee;
	padding: 30px 24px 0;
	margin-bottom: 25px;
	overflow: hidden
}
.c-accordionBox__content.inverted {
	border-top: unset!important
}
.c-accordionBox__content.tiny {
	padding: 0 0 0 16px!important
}
.c-accordionBox__seeLess, .c-accordionBox__seeMore {
	color: #909090;
	display: flex;
	color: #be9c79;
	justify-content: center;
	padding: 0 0 50px;
	font-size: 12px;
	cursor: pointer;
	display: none
}
.c-accordionBox__seeLess i, .c-accordionBox__seeMore i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-accordionBox__seeLess:hover, .c-accordionBox__seeMore:hover {
	opacity: .7
}
.c-accordionBox__seeLess:hover i, .c-accordionBox__seeMore:hover i {
	transform: translateX(-7px)
}
.c-accordionBox__seeMore {
	display: flex
}
.c-accordionBox__seeLessIcon, .c-accordionBox__seeMoreIcon {
	font-size: 22px;
	margin-left: 5px
}
.c-accordionBox__badge {
	display: flex;
	align-self: center;
	justify-content: center;
	min-width: 22px;
	padding: 0 3px;
	height: 22px;
	background: #be9c79;
	border-radius: 15px;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
	font-weight: 500
}
.c-nested-accordion {
	position: relative
}
.c-nested-accordion.active-category>div>i, .c-nested-accordion.active-category>div>label {
	color: #be9c79
}
.c-nested-accordion>div>.c-accordionBox__nestedCollapseIconDown, .c-nested-accordion>div>.c-accordionBox__nestedCollapseIconUp {
	margin-right: 8px
}
.c-nested-accordion>div>.c-accordionBox__nestedCollapseIconUp {
	display: none
}
.c-nested-accordion>div>.c-accordionBox__nestedCollapseIconDown {
	display: inline-flex
}
.c-nested-accordion>.c-filters-nested-content {
	margin-right: 16px;
	max-height: 0;
	overflow: hidden
}
.c-nested-accordion .root {
	max-height: unset
}
.c-nested-accordion .c-filters__element--is-ctg {
	display: flex;
	align-items: center;
	cursor: pointer
}
.c-nested-accordion .c-filters__element--is-ctg>label {
	cursor: pointer
}
.c-nested-accordion.level-1 label {
	color: #707070
}
.c-nested-accordion.level-2 label {
	color: #909090
}
.c-nested-accordion.is-all>div>.c-accordionBox__nestedCollapseIconUp, .c-nested-accordion.is-visible>div>.c-accordionBox__nestedCollapseIconUp {
	display: inline-flex
}
.c-nested-accordion.is-all>div>.c-accordionBox__nestedCollapseIconDown, .c-nested-accordion.is-visible>div>.c-accordionBox__nestedCollapseIconDown {
	display: none
}
.c-nested-accordion.is-all>.c-filters-nested-content, .c-nested-accordion.is-visible>.c-filters-nested-content {
	max-height: 100%
}
.c-nested-accordion.is-all>div>.c-accordionBox__nestedCollapseIconDown, .c-nested-accordion.is-all>div>.c-accordionBox__nestedCollapseIconUp {
	display: none!important
}
.c-btn, .c-btn__large, .c-btn__light--is-large, .c-btn__light--is-medium, .c-btn__medium, .c-btn__mini, .c-btn__primary--is-large, .c-btn__primary--is-medium, .c-btn__secondary--is-large, .c-btn__secondary--is-medium, .c-btn__small {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #707070;
	background-color: #707070;
	padding: 0 25px;
	transition: background-color .3s ease, color .3s ease;
	cursor: pointer
}
.c-btn.fullwidth, .fullwidth.c-btn__large, .fullwidth.c-btn__light--is-large, .fullwidth.c-btn__light--is-medium, .fullwidth.c-btn__medium, .fullwidth.c-btn__mini, .fullwidth.c-btn__primary--is-large, .fullwidth.c-btn__primary--is-medium, .fullwidth.c-btn__secondary--is-large, .fullwidth.c-btn__secondary--is-medium, .fullwidth.c-btn__small {
	width: 100%
}
.c-btn__outline, .c-btn__outlineMedium, .c-btn__outlineMini, .c-btn__outlinePrimary--is-medium, .c-btn__outLinePrimary--is-medium, .c-btn__outLineSecondary--is-medium, .c-btn__outlineSmall {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	padding: 0 25px;
	border: 1px solid #707070;
	background: none;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease
}
.c-btn__mini {
	height: 30px;
	border-radius: 15px
}
.c-btn__small {
	height: 32px;
	border-radius: 16px
}
.c-btn__light--is-medium, .c-btn__medium, .c-btn__primary--is-medium, .c-btn__secondary--is-medium {
	height: 45px;
	border-radius: 22.5px
}
.c-btn__large, .c-btn__light--is-large, .c-btn__primary--is-large, .c-btn__secondary--is-large {
	height: 60px;
	border-radius: 30px
}
.c-btn__outlineMini {
	height: 30px;
	border-radius: 15px
}
.c-btn__outlineSmall {
	height: 32px;
	border-radius: 16px
}
.c-btn__outlineMedium, .c-btn__outlinePrimary--is-medium, .c-btn__outLinePrimary--is-medium, .c-btn__outLineSecondary--is-medium {
	height: 45px;
	border-radius: 22.5px
}
.c-btn__outlineMedium:hover, .c-btn__outlinePrimary--is-medium:hover, .c-btn__outLinePrimary--is-medium:hover, .c-btn__outLineSecondary--is-medium:hover {
	color: #fff;
	background-color: #707070
}
.c-btn__primary, .c-btn__primary--is-large, .c-btn__primary--is-medium {
	border-color: #d60644;
	background-color: #d60644
}
.c-btn__primary--is-large:hover, .c-btn__primary--is-medium:hover, .c-btn__primary:hover {
	background-color: #fff;
	color: #d60644
}
.blinking.c-btn__outlinePrimary--is-medium, .blinking.c-btn__outLinePrimary--is-medium, .c-btn__outlinePrimary.blinking {
	animation: blinking 1s infinite;
	animation-direction: alternate
}
@keyframes blinking {
	0% {
		border-color: #d60644;
		color: #d60644;
		background-color: transparent
	}
	49% {
		border-color: #d60644;
		color: #d60644;
		background-color: transparent
	}
	51% {
		color: #fff;
		background-color: #d60644
	}
	to {
		color: #fff;
		background-color: #d60644
	}
}
.c-btn__secondary, .c-btn__secondary--is-large, .c-btn__secondary--is-medium {
	background-color: #be9c79;
	border-color: #be9c79
}
.c-btn__secondary--is-large:hover, .c-btn__secondary--is-medium:hover, .c-btn__secondary:hover {
	background-color: #fff;
	color: #be9c79
}
.c-btn__outlineSecondary, .c-btn__outLineSecondary--is-medium {
	border-color: #be9c79;
	color: #be9c79
}
.c-btn__outLineSecondary--is-medium:hover, .c-btn__outlineSecondary:hover {
	color: #fff;
	background-color: #be9c79
}
.c-btn__outlinePrimary, .c-btn__outlinePrimary--is-medium, .c-btn__outLinePrimary--is-medium {
	border-color: #d60644;
	color: #d60644
}
.c-btn__outlinePrimary--is-medium:hover, .c-btn__outLinePrimary--is-medium:hover, .c-btn__outlinePrimary:hover {
	color: #fff;
	background-color: #d60644
}
.bold.c-btn__outlinePrimary--is-medium, .bold.c-btn__outLinePrimary--is-medium, .c-btn__outlinePrimary.bold {
	font-weight: 700
}
.c-btn__light, .c-btn__light--is-large, .c-btn__light--is-medium {
	background-color: #e0e0e0;
	border-color: #e0e0e0
}
.c-btn__light--is-large:hover, .c-btn__light--is-medium:hover, .c-btn__light:hover {
	background-color: #fff;
	color: #e0e0e0
}
.c-btn__icon {
	background: none;
	padding: 0;
	border: none;
	cursor: pointer
}
.c-btn-small-width {
	width: 128px!important
}
.c-gap {
	flex-grow: 1
}
.c-purchaseSteps {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(39, 198, 223, .35);
	color: #fff;
	margin-top: -20px;
	position: relative;
	z-index: 9
}
.c-purchaseStep__step {
	border-left: 1px solid #fff;
	border-radius: 30px 0 0 30px;
	font-size: 13px;
	position: relative;
	height: 42px;
	flex: 0 1 20%;
	flex-grow: 1
}
.c-purchaseStep__step:last-child {
	border: 0
}
.c-purchaseStep__step--is-active {
	font-size: 14px;
	font-weight: 700;
	background-color: rgba(39, 198, 223, .5);
	white-space: nowrap;
	flex: 0 1 20%;
	width: 20%
}
.c-purchaseStep__step--is-prevSteps {
	border-radius: 0;
	border: 0;
	color: hsla(0, 0%, 100%, .65);
	background-color: rgba(39, 198, 223, .5)
}
.c-purchaseStep__badge {
	text-align: center;
	border: 1px solid #fff;
	height: 23px;
	min-width: 23px;
	padding: 0 3px;
	border-radius: 15px;
	margin: 0 5px
}
.c-purchaseSteps--is-mobile {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(39, 198, 223, .35);
	color: #fff;
	margin-bottom: 15px
}
.c-purchaseSteps--is-mobile .c-purchaseStep__step {
	height: 40px;
	flex: 0 1 59px;
	width: 59px
}
.c-purchaseSteps--is-mobile .c-purchaseStep__step--is-active {
	flex: 1;
	width: auto;
	padding: 0 10px
}
.c-purchaseSteps--is-mobile .c-purchaseStep__step--is-prevSteps:after {
	content: "";
	display: block;
	height: 40px;
	width: 20px;
	border-left: 1px solid #fff;
	border-radius: 30px 0 0 30px;
	position: absolute;
	left: 0;
	top: 0
}
.c-radio__input {
	display: none
}
.c-radio__input:checked~.c-radio__label:before {
	border-color: transparent
}
.c-radio__input:checked~.c-radio__label:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e93d"
}
.c-radio__label {
	padding: 0 30px 0 0;
	position: relative;
	display: block;
	cursor: pointer
}
.c-radio__label:after, .c-radio__label:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 15px
}
.c-radio__label:before {
	border: 1px solid #e0e0e0
}
.c-radio__label:after {
	font-size: 24px;
	color: #be9c79
}
@media (min-width:992px) {
	.c-radio__label {
		padding: 0 28px 0 0
	}
	.c-radio__label:after, .c-radio__label:before {
		font-size: 20px;
		width: 20px;
		height: 20px
	}
}
.c-radio__label--align-top:after, .c-radio__label--align-top:before {
	top: 11px
}
.c-alert-secondary {
	background-color: rgba(39, 198, 223, .15);
	min-height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	padding: 10px 14px;
	color: #be9c79;
	border-radius: 18px;
	font-weight: 700;
	font-size: 13px
}
.c-alert-secondary .c-alert__close {
	color: #be9c79;
	transition: color .2s ease-in-out
}
.c-alert-secondary .c-alert__close:hover {
	color: #80ddec
}
@media (min-width:992px) {
	.c-alert-secondary {
		min-height: 49px;
		font-size: 14px;
		margin: 0 0 20px;
		padding: 14px 30px;
		align-items: center
	}
}
.c-alert__close {
	font-size: 22px;
	margin-right: 6px;
	height: 22px
}
@media (min-width:992px) {
	.c-alert__close {
		height: 28px;
		font-size: 28px;
		margin-right: 30px
	}
}
.c-alert-primary {
	background-color: rgba(214, 6, 68, .15);
	min-height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	padding: 10px 14px;
	color: #d60644;
	border-radius: 18px;
	font-weight: 700;
	font-size: 13px
}
.c-alert-primary .c-alert__close {
	color: #d60644;
	transition: color .2s ease-in-out
}
.c-alert-primary .c-alert__close:hover {
	color: #fa487d
}
@media (min-width:992px) {
	.c-alert-primary {
		min-height: 49px;
		font-size: 14px;
		margin: 0 0 20px;
		padding: 14px 30px;
		align-items: center
	}
}
.c-alert-warning {
	background-color: rgba(245, 124, 0, .15);
	min-height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 10px 14px;
	color: #f57c00;
	border-radius: 18px;
	font-weight: 700;
	font-size: 13px
}
.c-alert-warning .c-alert__close {
	color: #f57c00;
	transition: color .2s ease-in-out
}
.c-alert-warning .c-alert__close:hover {
	color: #ffae5c
}
@media (min-width:992px) {
	.c-alert-warning {
		min-height: 49px;
		font-size: 14px;
		margin: 0 0 20px;
		padding: 14px 30px;
		align-items: center
	}
}
.c-alert-primary.hidden, .c-alert-secondary.hidden, .c-alert-warning.hidden {
	display: none
}
.error-color {
	color: #d60644
}
.c-productCarousel {
	width: 100%;
	position: relative
}
.c-productCarousel__content {
	background-color: #fff;
	border-radius: 30px;
	width: 100%
}
.c-productCarousel__slider {
	display: flex;
	width: 100%
}
.c-productCarousel__slider .c-productCard {
	flex: 0 1 25%;
	width: 25%
}
.c-productCarousel__title {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 700
}
@media (min-width:992px) {
	.c-productCarousel__title {
		font-size: 15px
	}
}
@media (min-width:1180px) {
	.c-productCarousel__title {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-productCarousel__title {
		font-size: 17px
	}
}
@media (min-width:1680px) {
	.c-productCarousel__title {
		font-size: 18px
	}
}
.c-productCarousel--is-carItems {
	position: relative
}
.c-productCarousel--is-carItems .c-productCarousel__sliderControls {
	top: 13px;
	left: 42px
}
.c-productCarousel--is-carItems .splide__pagination {
	bottom: -42px
}
.c-productCarousel--is-carItems .splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	margin: 0 2px
}
.c-productCarousel--is-carItems .splide__pagination .splide__pagination__page.is-active {
	width: 16px
}
.c-productCarouselMobile {
	width: 100%
}
.c-productCarouselMobile__content {
	position: relative;
	margin: 0 -5px;
	padding-bottom: 28px
}
.c-productCarouselMobile__content .splide__pagination {
	bottom: -24px
}
.c-productCarouselMobile__title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center
}
.c-productCarouselMobile--is-carItems .c-cartItem {
	padding: 0 5px
}
.c-productCarouselMobile__seeMore {
	font-size: 22px
}
.c-services {
	background-color: #fff;
	border-radius: 20px;
	margin: 15px 0;
	padding: 30px 0 25px;
	display: flex
}
.c-services .c-services__item {
	text-align: center;
	display: block;
	padding: 0 13px;
	line-height: 20px;
	flex: 0 1 33.3333%;
	width: 33.3333%;
	color: #9e9e9e;
	font-size: 12px;
	display: flex;
	flex-direction: column
}
.c-services img {
	margin: 0 auto 5px;
	width: 34px
}
.c-stickyActionBox {
	background-color: #fff;
	padding: 22px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	border: 1px solid #e0e0e0;
	border-radius: 50px 50px 0 0;
	z-index: 9
}
.c-stickyActionBox__btn, .c-stickyActionBox__btn--is-outlineSecondry, .c-stickyActionBox__btn--is-secondry {
	flex: 0 1 50%;
	background-color: #d60644;
	color: #fff;
	border: 0;
	padding: 0;
	height: 60px;
	border-radius: 0 30px 30px 0
}
.c-stickyActionBox__infoContainer {
	flex: 0 1 50%;
	height: 60px;
	flex-direction: column;
	border: 1px solid #e0e0e0;
	border-right: 0;
	border-radius: 30px 0 0 30px;
	background-color: #fff
}
.c-stickyActionBox__infoLabel {
	color: #9e9e9e;
	font-size: 11px
}
.c-stickyActionBox__price {
	color: #d60644;
	font-size: 20px;
	font-weight: 700
}
.c-stickyActionBox__currencyUnit {
	font-size: 11px;
	font-weight: 700;
	margin-right: 2px
}
.c-stickyActionBox__singleBtn {
	width: 100%;
	justify-content: flex-start;
	padding: 0 12px;
	font-size: 16px
}
.c-stickyActionBox__circleIcon {
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 20px;
	font-size: 18px;
	color: #d60644;
	margin-left: 30px
}
@media (max-width:350px) {
	.c-stickyActionBox__circleIcon {
		margin-left: 17px
	}
}
.c-stickyActionBox__btn--is-secondry {
	background-color: #be9c79
}
.c-stickyActionBox__btn--is-outlineSecondry {
	border-radius: 30px 0 0 30px;
	border: 1px solid #be9c79;
	border-right: 0;
	background-color: #fff;
	color: #be9c79
}
.c-sampleCard {
	background-color: #fff;
	border-radius: 20px;
	height: 100%
}
@media (min-width:992px) {
	.c-sampleCard {
		border-radius: 30px
	}
}
.c-sampleCard--auto {
	height: auto
}
.c-sampleCard__header {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	height: 90px;
	padding: 0 20px;
	justify-content: flex-start;
	border-bottom: 1px solid #eee
}
@media (min-width:992px) {
	.c-sampleCard__header {
		justify-content: center;
		height: 75px
	}
}
.c-sampleCard__headerIcon {
	font-size: 24px;
	margin-left: 5px
}
.c-sampleCard__headerCloseIcon {
	font-size: 28px;
	position: absolute;
	left: 20px;
	top: 50%;
	color: #cbcbcb;
	transform: translateY(-50%);
	cursor: pointer
}
.c-sampleCard__headerCloseIcon:hover {
	color: #989898
}
@media (min-width:992px) {
	.c-sampleCard__headerCloseIcon {
		left: 35px
	}
}
.c-sampleCard__content {
	overflow: hidden;
	transition: height .3s ease
}
.c-sampleCard__seeLess, .c-sampleCard__seeMore {
	color: #909090;
	display: flex;
	color: #be9c79;
	justify-content: center;
	align-items: center;
	height: 70px;
	cursor: pointer;
	display: none;
	border-top: 1px solid #eee
}
.c-sampleCard__seeLess i, .c-sampleCard__seeMore i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-sampleCard__seeLess:hover, .c-sampleCard__seeMore:hover {
	opacity: .65
}
.c-sampleCard__seeLess:hover i, .c-sampleCard__seeMore:hover i {
	transform: translateX(-7px)
}
.c-sampleCard__seeLessIcon, .c-sampleCard__seeMoreIcon {
	font-size: 22px;
	margin-left: 5px
}
.c-sampleCard__headerBadge, .c-sampleCard__headerBadge--is-secondary {
	min-width: 25px;
	padding: 0 3px;
	height: 25px;
	color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	margin: 0 5px;
	font-size: 15px
}
.c-sampleCard__headerBadge--is-secondary {
	background-color: #be9c79
}
.c-selectBox {
	margin: 11px 0;
	width: 100%;
	padding: 0 10px
}
.c-selectBox__label {
	padding: 0 12px;
	display: block;
	margin-bottom: 8px
}
.c-selectBox__box {
	position: relative;
	width: 100%
}
.c-selectBox__box.active .select-selected {
	border-color: #cbcbcb;
	border-bottom: 0;
	border-radius: 23px 23px 0 0
}
.c-selectBox__box.active .select-hide {
	display: block
}
.c-selectBox__box.active-select .select-selected {
	color: #707070
}
.c-selectBox__box select {
	display: none
}
.c-selectBox__box .select-selected {
	border: 1px solid #e0e0e0;
	border-radius: 23px;
	height: 45px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	position: relative;
	color: #e0e0e0
}
.c-selectBox__box .select-selected.selected {
	color: #707070
}
.c-selectBox__box .select-selected:after {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	color: #707070;
	font-size: 23px;
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e917"
}
.c-selectBox__box .select-selected.select-arrow-active:after {
	content: "\e916"
}
.c-selectBox__box .select-items {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-top: 0;
	border-radius: 0 0 23px 23px;
	z-index: 9;
	max-height: 200px;
	overflow: auto
}
.c-selectBox__box .select-items .select-option {
	padding: 2px 20px;
	cursor: pointer
}
.c-selectBox__box .select-items .select-option:hover {
	background-color: #eee
}
.c-selectBox__box .select-items .select-option:last-child {
	padding-bottom: 10px
}
@media (min-width:992px) {
	.c-selectBox__box .select-items {
		max-height: 300px
	}
}
.c-selectBox__box .select-hide {
	display: none
}
.c-selectBox__box .same-as-selected {
	background-color: #eee
}
.c-selectBox__items {
	margin: 0 -10px;
	display: flex
}
.c-selectBox__items .c-selectBox__box {
	padding: 0 10px
}
.c-selectBox__items .c-selectBox__box .select-items {
	width: calc(100% - 20px);
	left: 10px;
	right: 10px
}
.c-inputBox {
	margin: 11px 0;
	width: 100%;
	padding: 0 10px
}
.c-inputBox .field-validation-error {
	color: #d60644;
	font-size: 13px;
	text-align: center;
	display: block
}
.c-inputBox--is-inline {
	margin: 0;
	padding: 0;
	width: auto;
	display: flex;
	align-items: center;
	width: 100%
}
.c-inputBox--is-inline .c-inputBox__box {
	flex: 1
}
.c-inputBox__label {
	padding: 0 12px;
	display: block;
	margin-bottom: 8px
}
@media (min-width:992px) {
	.c-inputBox__label {
		white-space: nowrap
	}
}
.c-inputBox__textareaInput, .c-inputBox__textInput {
	position: relative;
	width: 100%;
	border: 1px solid #e0e0e0!important;
	border-radius: 23px!important;
	height: 45px!important;
	display: flex;
	align-items: center;
	padding: 0 12px;
	font-size: 13px;
	color: #707070
}
.c-inputBox__textareaInput::-webkit-input-placeholder, .c-inputBox__textInput::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 14px -1px
}
.c-inputBox__textareaInput::-ms-input-placeholder, .c-inputBox__textInput::-ms-input-placeholder {
	color: #9e9e9e;
	font-size: 14px -1px
}
.c-inputBox__textareaInput::-moz-placeholder, .c-inputBox__textInput::-moz-placeholder {
	color: #9e9e9e;
	font-size: 14px -1px
}
.c-inputBox__textInput.input-error, .c-inputBox__textInput.input-validation-error, .c-inputBox__textInput.invalid, .input-error.c-inputBox__textareaInput, .input-validation-error.c-inputBox__textareaInput, .invalid.c-inputBox__textareaInput {
	border-color: #d60644!important
}
.c-inputBox_error {
	color: #d60644;
	text-align: center
}
.c-inputBox__textareaInput {
	height: 132px!important;
	resize: none;
	padding: 10px
}
.c-inputBox__textInput--is-ltr {
	direction: ltr
}
.c-inputBox__textInput--is-plch-rtl:placeholder-shown {
	text-align: right
}
.c-inputBox__textInput--has-error {
	border-color: #d60644!important
}
.c-inputBox__errorMsg {
	color: #d60644
}
.c-inputBox__errorMsg, .c-inputBox__successMsg {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	margin-top: 10px
}
.c-inputBox__successMsg {
	color: #be9c79
}
.c-combobox-error.visible, .c-inputBox__errorMsg_basic {
	color: #d60644;
	font-size: 13px;
	margin-top: 10px
}
.c-cartItem {
	direction: rtl;
	width: 50%;
	outline: none
}
.c-cartItem img {
	width: 100px
}
@media (min-width:992px) {
	.c-cartItem {
		position: relative
	}
}
.c-cartItem__content {
	position: relative;
	border-radius: 20px;
	background-color: #fff;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}
.c-cartItem__pShade {
	display: flex;
	margin-top: 5px;
	font-size: 13px
}
.c-cartItem__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px;
	margin-top: 4px
}
.c-cartItem__cartCount {
	top: 35px;
	right: 20px;
	font-size: 12px;
	height: 21px;
	display: flex;
	align-items: center;
	padding: 0 5px;
	color: #be9c79;
	border: 1px solid #be9c79;
	border-radius: 15px;
	position: absolute;
	background-color: #fff
}
@media (min-width:992px) {
	.c-cartItem__cartCount {
		top: 0;
		right: 0
	}
}
.c-cartItem__title {
	font-size: 12px;
	color: #707070;
	font-weight: 300;
	text-align: center;
	margin: 3px 0 0;
	height: 50px;
	overflow: hidden
}
.c-cartItem__title a {
	color: #707070
}
.c-cartItem__title a:hover {
	color: #9e9e9e
}
.c-cartItem__priceContainer {
	display: flex;
	justify-content: center;
	margin-top: 5px
}
.c-cartItem__invalidPrice {
	color: #9e9e9e;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 5px
}
.c-cartItem__currencyUnit {
	font-size: 14px;
	margin-right: 2px
}
.c-cartItem__price {
	color: #d60644;
	font-size: 14px;
	font-weight: 700
}
.c-cartItem__addComment {
	display: flex;
	align-items: center;
	border: 0;
	cursor: pointer;
	transition: background-color 0s ease-in-out, width .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 42px;
	background-color: transparent
}
@media (min-width:992px) {
	.c-cartItem__addComment {
		width: 120px;
		padding: 6px 5px 6px 0;
		border-radius: 30px
	}
}
.c-cartItem__addComment:hover {
	background-color: #be9c79;
	width: 145px;
	transition: background-color .3s ease-in-out, width .3s ease-in-out
}
.c-cartItem__addComment:hover .p-orderDetail__addCommentText {
	margin-right: 8px;
	opacity: 1;
	visibility: visible;
	width: auto
}
.c-cartItem__addComment:hover .p-orderDetail__addCommentIcon {
	font-size: 16px;
	background-color: #fff;
	color: #be9c79;
	font-size: 17px;
	width: 33px;
	height: 33px
}
.c-cartItem__addCommentIcon {
	width: 28px;
	height: 28px;
	font-size: 15px;
	border-radius: 20px;
	background-color: #be9c79;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
@media (min-width:992px) {
	.c-cartItem__addCommentIcon {
		width: 30px;
		height: 30px;
		font-size: 16px
	}
}
.c-cartItem__addCommentText {
	opacity: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height: 21px;
	color: #fff;
	font-size: 12px;
	transition: opacity .1s ease-in-out .2s
}
@media (min-width:992px) {
	.c-cartItem__addCommentText {
		height: 24px
	}
}
.c-openModalCard {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	font-weight: 700;
	height: 90px;
	margin: 15px 0;
	padding: 0 10px;
	cursor: pointer;
	justify-content: space-between;
	font-size: 16px
}
.c-openModalCard span {
	flex: 1;
	text-align: right
}
.c-openModalCard__icon {
	font-size: 23px;
	margin-left: 8px
}
.c-openModalCard__arrow {
	font-size: 22px
}
.c-rangeSlider {
	padding: 20px 0 16px 14px
}
.c-rangeSlider .noUi-target {
	height: 5px;
	background: #e0e0e0;
	border: 0;
	box-shadow: none
}
.c-rangeSlider .noUi-connect {
	background: #be9c79;
	border-radius: 4px
}
.c-rangeSlider .noUi-handle {
	width: 26px;
	height: 26px;
	cursor: pointer;
	top: -11px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #be9c79;
	box-shadow: none;
	outline: none
}
.c-rangeSlider .noUi-handle:focus {
	outline: none
}
.c-rangeSlider .noUi-handle:after, .c-rangeSlider .noUi-handle:before {
	display: none
}
@media (min-width:992px) {
	.c-rangeSlider {
		padding: 0 0 25px 14px
	}
	.c-rangeSlider .noUi-target {
		height: 4px
	}
	.c-rangeSlider .noUi-handle {
		width: 20px;
		height: 20px;
		top: -9px
	}
}
.c-rangeSlider__values {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	font-size: 13px;
	color: #909090;
	white-space: nowrap;
	margin-left: -14px
}
@media (min-width:992px) {
	.c-rangeSlider__values {
		font-size: 10px
	}
}
.c-rangeSlider__value {
	min-width: 111px;
	height: 35px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	margin: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #707070;
	text-align: center
}
@media (min-width:992px) {
	.c-rangeSlider__value {
		min-width: 90px;
		height: 30px;
		font-size: 10px
	}
}
.c-rangeSlider__value::-webkit-inner-spin-button, .c-rangeSlider__value::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.c-rangeSlider__value[type=number] {
	-moz-appearance: textfield
}
.c-rangeSlider__submit {
	width: 210px;
	margin: 0 auto 25px
}
.c-switch {
	width: 50px;
	height: 26px;
	background: #cbcbcb;
	border: 1px solid #cbcbcb;
	border-radius: 15px;
	transition: background .1s ease .2s, border .1s ease .2s;
	box-shadow: none;
	overflow: hidden
}
.c-switch.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -24px
}
.c-switch .noUi-handle {
	width: 24px;
	height: 24px;
	background: #fff;
	top: 0;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	outline: none;
	cursor: pointer
}
.c-switch .noUi-handle:focus {
	outline: none
}
.c-switch .noUi-handle:after, .c-switch .noUi-handle:before {
	display: none
}
.c-switch.on {
	background: #be9c79;
	border: 1px solid #be9c79
}
.c-switch.on.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: 0
}
@media (min-width:992px) {
	.c-switch {
		width: 42px;
		height: 21px
	}
	.c-switch.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
		left: -18px
	}
	.c-switch .noUi-handle {
		width: 17px;
		height: 17px;
		top: 1px
	}
	.c-switch.on.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
		left: 1px
	}
}
.c-checkbox__input {
	display: none
}
.c-checkbox__input:checked~.c-checkbox__label:before {
	border-color: transparent
}
.c-checkbox__input:checked~.c-checkbox__label:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e935"
}
@media (min-width:992px) {
	.c-checkbox__input:checked~.c-checkbox__label:after {
		content: "\e934"
	}
}
.c-checkbox__label {
	padding: 0 30px 0 0;
	position: relative;
	display: block;
	cursor: pointer
}
.c-checkbox__label:after, .c-checkbox__label:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 15px
}
.c-checkbox__label:before {
	border: 1px solid #e0e0e0
}
.c-checkbox__label:after {
	font-size: 24px;
	color: #be9c79
}
@media (min-width:992px) {
	.c-checkbox__label {
		padding: 0 28px 0 0
	}
	.c-checkbox__label:after, .c-checkbox__label:before {
		font-size: 20px;
		width: 20px;
		height: 20px
	}
}
.c-checkbox__label--align-top:after, .c-checkbox__label--align-top:before {
	top: 12px
}
.c-searchBox {
	width: 90%;
	max-width: 600px;
	position: relative
}
.c-searchBox.show-result-box .c-searchBox__result {
	opacity: 1;
	visibility: visible;
	z-index: 20
}
.c-searchBox.show-result-box .c-searchBox__form {
	border-radius: 17px 17px 0 0;
	border-bottom: 1px solid #eee
}
.c-searchBox.show-results-list .c-searchBox__remove {
	display: block
}
@media (min-width:992px) {
	.c-searchBox {
		width: 80%
	}
}
@media (min-width:1180px) {
	.c-searchBox {
		width: 70%
	}
}
@media (min-width:1400px) {
	.c-searchBox {
		width: 60%
	}
}
@media (min-width:1680px) {
	.c-searchBox {
		width: 90%
	}
}
.c-searchBox__form {
	width: 100%;
	height: 35px;
	border: 1px solid #cbcbcb;
	border-radius: 17px
}
.c-searchBox__input {
	border: 0!important;
	flex: 1;
	height: 33px!important;
	padding: 0 18px;
	border-radius: 17px!important;
	font-size: 13px;
	font-weight: 300;
	color: #707070
}
.c-searchBox__input:-webkit-input-placeholder {
	color: #909090
}
.c-searchBox__input:-ms-input-placeholder {
	color: #909090
}
.c-searchBox__input:-moz-placeholder {
	color: #909090
}
.c-searchBox__submit {
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 7px 0;
	font-size: 20px;
	color: #707070;
	text-align: center;
	background: none;
	border: 0;
	cursor: pointer
}
.c-searchBox__result {
	border: 1px solid #cbcbcb;
	border-top: 0;
	border-radius: 0 0 17px 17px;
	width: 100%;
	height: 385px;
	position: absolute;
	overflow-y: auto;
	top: 35px;
	left: 0;
	padding: 8px 0 10px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: opacity .2s ease
}
.c-searchBox__resultTitle {
	font-size: 13px;
	font-weight: 700;
	padding: 5px 18px;
	display: flex;
	align-items: center
}
a.c-searchBox__resultTitle {
	color: #707070
}
a.c-searchBox__resultTitle:hover {
	color: #be9c79
}
.c-searchBox__resultIcon {
	font-size: 20px;
	margin-left: 5px
}
.c-searchBox__resultItem {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 3px 18px;
	margin: 10px 0;
	font-size: 12px;
	color: #707070
}
.c-searchBox__resultItem:hover {
	color: #be9c79
}
.c-searchBox__resultItem:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e997";
	font-size: 20px
}
.c-searchBox__resultItem_image {
	display: inline
}
.c-searchBox__remove {
	display: none;
	color: #cbcbcb;
	font-size: 20px
}
.c-searchBox__remove:hover {
	color: #989898
}
.c-searchBox__remove:after {
	display: block;
	content: "";
	height: 20px;
	margin-right: 10px;
	width: 1px;
	background-color: #e0e0e0;
	float: left
}
.c-searchBox-mobile-filter {
	max-width: unset
}
.c-fileBrowser {
	position: relative
}
.c-fileBrowser__input {
	display: none
}
.c-fileBrowser__files img {
	width: 100px;
	height: 100px;
	border-radius: 100px
}
.c-fileBrowser__files i {
	font-size: 70px
}
.c-fileBrowser__files .c-fileBrowser__emptyIcon {
	font-size: 100px;
	color: #eee
}
@media (min-width:992px) {
	.c-fileBrowser__files img {
		width: 150px;
		height: 150px
	}
	.c-fileBrowser__files i {
		font-size: 74px
	}
	.c-fileBrowser__files .c-fileBrowser__emptyIcon {
		font-size: 150px
	}
}
.c-fileBrowser__file {
	position: relative
}
.c-userInfoCard__addIcon {
	font-size: 30px;
	color: #cbcbcb;
	position: absolute;
	right: -1px;
	bottom: 13px;
	background: #fff;
	border-radius: 20px;
	cursor: pointer
}
.c-userInfoCard__addIcon:hover {
	color: #989898
}
@media (min-width:992px) {
	.c-userInfoCard__addIcon {
		font-size: 36px
	}
}
.c-fileBrowser__remove {
	padding: 5px 10px
}
.c-fileBrowser__remove span {
	font-size: 12px;
	cursor: pointer
}
.c-addressCard--is-main {
	padding: 30px;
	border-bottom: 1px solid #eee
}
.c-addressCard--is-main span {
	display: block;
	margin-bottom: 15px
}
.c-addressCard--is-main span span {
	display: inline
}
.c-addressCard--is-main .c-addressCard__content:not(.c-radio) {
	padding-right: 13px
}
.c-addressCard--is-main--is-mobile {
	padding: 30px
}
.c-addressCard--is-main--is-mobile span {
	display: block;
	margin-bottom: 15px
}
.c-addressCard--is-main--is-mobile span span {
	display: inline
}
.c-addressCard {
	padding: 20px 13px 20px 22px;
	border-radius: 30px;
	font-size: 12px;
	border: 1px solid #eee;
	height: calc(100% - 18px);
	margin-bottom: 18px
}
.c-addressCard span {
	display: block;
	word-break: break-all;
	margin-bottom: 5px
}
.c-addressCard span span {
	display: inline
}
.c-addressCard .c-addressCard__content:not(.c-radio) {
	padding-right: 13px
}
.c-addressCard--is-mobile {
	border-bottom: 1px solid #eee;
	padding: 25px
}
.c-addressCard--is-mobile span {
	display: block;
	margin-bottom: 15px;
	word-break: break-all
}
.c-addressCard--is-mobile span span {
	display: inline
}
.c-addressCard--is-mobile:last-child {
	border: 0
}
.c-addressCard__actions {
	text-align: left;
	font-size: 12px
}
.c-addressCard__edit {
	color: #be9c79;
	margin-left: 15px
}
.c-addressCard__edit:hover {
	opacity: .65
}
.c-addressCard__edit:focus {
	outline: 0;
	outline-color: transparent;
	outline-style: none
}
.c-addressCard__remove {
	color: #909090
}
.c-addressCard__remove:hover {
	color: #505050
}
.c-sideMenu {
	border-top: 1px solid #f9f9f9;
	background-color: #fff;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	z-index: -1;
	margin: 1px 0 0
}
.c-sideMenu.is-show {
	transform: translateZ(0);
	opacity: 1;
	visibility: visible;
	z-index: 9999991;
	transition: transform .3s cubic-bezier(0, 0, .2, 1) 0ms, opacity .3s ease
}
.c-sideMenu--is-left {
	width: 450px;
	left: 0;
	top: 91px;
	display: none;
	transform: translate3d(-50%, 0, 0)
}
@media (min-width:992px) {
	.c-sideMenu--is-left {
		display: block
	}
}
@media (min-width:1400px) {
	.c-sideMenu--is-left {
		top: 101px
	}
}
@media (min-width:1680px) {
	.c-sideMenu--is-left {
		top: 111px
	}
}
.c-sideMenu--is-right {
	width: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	transform: translate3d(50%, 0, 0)
}
.c-sideMenu--is-right.is-show {
	width: 280px
}
.c-sideMenu--is-right.is-show .c-navigation__l1.active .c-navigation__subMenu {
	z-index: 9
}
@media (min-width:992px) {
	.c-sideMenu--is-right {
		top: 91px
	}
	.c-sideMenu--is-right.is-show {
		width: 90%
	}
}
@media (min-width:1180px) {
	.c-sideMenu--is-right.is-show {
		width: 90%
	}
}
@media (min-width:1400px) {
	.c-sideMenu--is-right {
		top: 101px
	}
	.c-sideMenu--is-right.is-show {
		width: 1040px
	}
}
@media (min-width:1680px) {
	.c-sideMenu--is-right {
		top: 111px
	}
	.c-sideMenu--is-right.is-show {
		width: 1292px
	}
}
.c-sideMenu__overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: hsla(0, 0%, 50.2%, .3);
	z-index: 998
}
.c-sideMenu__overlay.is-show {
	display: block
}
.c-sideMenu__close {
	position: absolute;
	color: #cbcbcb;
	left: 16px;
	top: 52px;
	font-size: 28px;
	z-index: 9
}
.c-sideMenu__close:hover {
	color: #989898
}
@media (min-width:1400px) {
	.c-sideMenu__close {
		left: 20px;
		top: 30px;
		font-size: 32px
	}
}
.c-cartPreview {
	display: flex;
	height: 100%;
	flex-direction: column;
	font-size: 14px
}
.c-cartPreview__header {
	border-bottom: 1px solid #eee;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0 26px;
	height: 90px
}
.c-cartPreview__headerIcon {
	font-size: 24px;
	margin-left: 7px
}
.c-cartPreview__row {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	padding: 15px 42px 15px 23px
}
.c-cartPreview__content {
	overflow-y: auto;
	height: calc(100% - 400px)
}
.c-cartPreview__image {
	position: relative;
	margin-left: 20px;
	width: 33%
}
.c-cartPreview__image img {
	width: 80px;
	margin: 0 auto
}
.c-cartPreview__count {
	top: 2px;
	right: -22px;
	font-size: 12px;
	height: 24px;
	min-width: 45px;
	display: flex;
	align-items: center;
	padding: 0 5px;
	justify-content: center;
	color: #be9c79;
	border: 1px solid #be9c79;
	border-radius: 15px;
	position: absolute;
	background-color: #fff
}
.c-cartPreview__pTitle {
	font-size: 13px;
	max-width: 230px;
	color: #707070
}
.c-cartPreview__pTitle:hover {
	color: #9e9e9e
}
.c-cartPreview__pShade {
	display: flex;
	align-items: center;
	margin-top: 3px;
	font-size: 13px
}
.c-cartPreview__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 5px
}
.c-cartPreview__removeItem {
	color: #cbcbcb;
	font-size: 28px
}
.c-cartPreview__removeItem:hover {
	color: #989898
}
.c-cartPreview__footer {
	border-top: 1px solid #eee;
	padding: 30px 26px;
	height: 200px
}
.c-cartPreview__result {
	font-weight: 700;
	display: flex;
	justify-content: space-between
}
.c-cartPreview__result .c-productCard__currencyUnit {
	margin-right: 4px
}
.c-cartPreview__cartPageLink {
	width: 300px;
	margin: 35px auto 0
}
.c-cartPreview__empty {
	padding: 13px 27px
}
.c-cartPreview__emptyIcon {
	font-size: 24px;
	margin-left: 3px
}
.c-cartPreview__emptyMsg {
	font-weight: 700
}
.c-cartPreview__emptyImage {
	margin: 105px auto 0
}
.c-accountInfoPreview__anonymouse {
	padding: 80px 0;
	border-bottom: 1px solid #eee
}
.c-accountInfoPreview__loginPageLink {
	width: 145px;
	margin: 0 auto
}
.c-accountInfoPreview__avatar {
	margin-bottom: 4px
}
.c-accountInfoPreview__avatar img {
	width: 85px;
	border-radius: 50px
}
.c-accountInfo__header {
	flex-direction: column;
	padding: 35px 0 30px;
	border-bottom: 1px solid #eee
}
.c-accountInfoPreview__exitItem {
	color: #909090;
	font-size: 12px;
	font-weight: 300
}
.c-accountInfoPreview__exitItem:hover {
	color: #505050
}
.c-accountInfoPreview__list {
	list-style: none;
	padding: 18px 0;
	margin: 0
}
.c-accountInfoPreview__item {
	padding: 8px 0
}
.c-accountInfoPreview__item a {
	display: flex;
	color: #707070;
	padding: 5px 38px
}
.c-accountInfoPreview__item a:hover {
	color: #9e9e9e
}
.c-accountInfoPreview__icon {
	font-size: 24px;
	margin-left: 10px
}
.c-navigation {
	position: relative;
	height: 100%
}
.c-navigation__title {
	height: 105px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 55px 23px 20px;
	border-bottom: 1px solid #eee
}
.c-navigation--is-mobile>.c-navigation__title {
	position: relative;
	z-index: 1
}
.c-navigation--is-mobile .c-navigation__subMenu {
	border: 0
}
.c-navigation__simpleList {
	list-style: none;
	padding: 0;
	margin: 0 0 -25px;
	position: relative;
	z-index: 9
}
.c-navigation__termsIcon {
	font-size: 24px;
	margin-left: 9px
}
.c-navigation__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	height: calc(100% - 105px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
@media (min-width:992px) {
	.c-navigation__list {
		padding: 0 2% 0 0;
		width: 23%;
		height: 100%;
		overflow-y: auto
	}
}
@media (min-width:1400px) {
	.c-navigation__list {
		width: 26%
	}
}
@media (min-width:1680px) {
	.c-navigation__list {
		padding: 0 10.5% 0 0;
		width: 32%
	}
}
.c-navigation__list--is-mobile {
	list-style: none;
	margin: 0;
	height: calc(100% - 250px);
	width: 100%;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 0 30px
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
	.c-navigation__list--is-mobile {
		padding-bottom: 100px
	}
}
.c-navigation__list--is-mobile .c-navigation__l1 {
	width: 100%
}
.c-navigation__list--is-mobile .c-navigation__l1>a {
	height: 38px
}
.c-navigation__list--is-mobile .c-navigation__title {
	background-color: #fff;
	position: relative;
	z-index: 9;
	padding-left: 50px;
	line-height: 20px
}
.c-navigation__list--is-mobile .c-navigation__listL2, .c-navigation__list--is-mobile .c-navigation__subCategories {
	height: calc(100% - 105px);
	display: block;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 30px
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
	.c-navigation__list--is-mobile .c-navigation__listL2, .c-navigation__list--is-mobile .c-navigation__subCategories {
		padding-bottom: 100px
	}
}
.c-navigation__l1 {
	display: flex;
	padding: 15px 0 7px
}
.c-navigation__l1>a {
	display: flex;
	color: #707070;
	padding: 3px 24px;
	position: relative;
	width: 100%;
	align-items: center;
	font-size: 13px;
	font-weight: 700
}
.c-navigation__l1>a:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e931";
	font-size: 21px;
	position: absolute;
	left: 21px;
	top: 50%;
	color: #cbcbcb;
	transform: translateY(-50%)
}
.c-navigation__l1.active>a, .c-navigation__l1.active>a:after, .c-navigation__l1>a:hover, .c-navigation__l1>a:hover:after {
	color: #d60644
}
.c-navigation__l1.active .c-navigation__subMenu {
	opacity: 1;
	visibility: visible;
	z-index: -1
}
@media (min-width:992px) {
	.c-navigation__l1 {
		margin: 5px 0;
		padding: 0
	}
	.c-navigation__l1>a {
		padding: 2px 24px;
		font-size: 12px
	}
	.c-navigation__l1>a:after {
		left: 10px
	}
}
@media (min-width:1180px) {
	.c-navigation__l1 {
		margin: 8px 0 5px
	}
	.c-navigation__l1>a {
		padding: 2px 24px;
		font-size: 12px
	}
	.c-navigation__l1>a:after {
		left: 21px
	}
}
@media (min-width:1400px) {
	.c-navigation__l1 {
		margin: 10px 0 5px
	}
}
@media (min-width:1680px) {
	.c-navigation__l1 {
		margin: 10px 0 5px
	}
	.c-navigation__l1>a {
		padding: 6px 24px;
		font-size: 13px
	}
}
.c-navigation__l1--is-not-category>a:after {
	display: none
}
.c-navigation__l1--is-not-category.contained a {
	color: #d60644
}
.c-navigation__l1Icon {
	font-size: 24px;
	margin-left: 10px
}
@media (min-width:992px) {
	.c-navigation__l1Icon {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-navigation__l1Icon {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.c-navigation__l1Icon {
		font-size: 20px
	}
}
.c-navigation__subMenu {
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 0;
	width: 100%;
	border-right: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
	z-index: -1
}
@media (min-width:992px) {
	.c-navigation__subMenu {
		width: 77%;
		right: auto;
		left: 0
	}
}
@media (min-width:1400px) {
	.c-navigation__subMenu {
		width: 74%
	}
}
@media (min-width:1680px) {
	.c-navigation__subMenu {
		width: 68%
	}
}
@media (min-width:992px) {
	.c-navigation__subCategories {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		flex: 1;
		width: 100%;
		padding-top: 9px;
		height: 85%;
		overflow: auto
	}
}
.c-navigation__subCategory {
	padding: 15px 24px 7px 20px
}
.c-navigation__subCategory.active .c-navigation__subList {
	opacity: 1;
	visibility: visible
}
@media (min-width:992px) {
	.c-navigation__subCategory {
		padding: 0 25px
	}
}
@media (min-width:1180px) {
	.c-navigation__subCategory {
		padding: 0 30px
	}
}
@media (min-width:1400px) {
	.c-navigation__subCategory {
		width: 33.3333%;
		padding: 0 20px
	}
}
.c-navigation__off {
	height: 210px;
	display: flex;
	border-top: 1px solid #eee
}
@media (min-width:1400px) {
	.c-navigation__off {
		height: 230px
	}
}
@media (min-width:1680px) {
	.c-navigation__off {
		height: 260px
	}
}
.c-navigation__categoryName {
	display: flex;
	position: relative;
	color: #707070;
	align-items: center;
	padding: 7px 0
}
.c-navigation__categoryName:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e931";
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	color: #cbcbcb;
	transform: translateY(-50%)
}
.c-navigation__categoryName:hover, .c-navigation__categoryName:hover:after {
	color: #d60644
}
.c-navigation__categoryName.no-parent:after {
	display: none
}
@media (min-width:992px) {
	.c-navigation__categoryName {
		font-size: 12px;
		font-weight: 700
	}
	.c-navigation__categoryName:after {
		position: static;
		transform: none;
		color: #707070
	}
}
@media (min-width:1680px) {
	.c-navigation__categoryName {
		font-size: 13px
	}
}
.c-navigation__l2Icon {
	font-size: 24px;
	margin-left: 10px
}
@media (min-width:992px) {
	.c-navigation__l2Icon {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-navigation__l2Icon {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.c-navigation__l2Icon {
		font-size: 20px
	}
}
.c-navigation__subList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
	z-index: 9
}
@media (min-width:992px) {
	.c-navigation__subList {
		position: static;
		opacity: 1;
		height: auto;
		display: block;
		visibility: visible
	}
}
.c-navigation__listL2 {
	padding: 0;
	margin: 0;
	list-style: none
}
.c-navigation__l2 {
	padding: 15px 0 9px
}
.c-navigation__l2>a {
	padding: 7px 24px;
	display: block;
	color: #909090
}
.c-navigation__l2>a:hover {
	color: #d60644
}
@media (min-width:992px) {
	.c-navigation__l2 {
		padding: 0
	}
	.c-navigation__l2>a {
		padding: 2px 0;
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-navigation__l2>a {
		font-size: 12px
	}
}
.c-navigation__offItem {
	flex: 0 1 50%;
	width: 50%;
	padding: 15px 30px;
	border-left: 1px solid #eee;
	display: flex
}
.c-navigation__offItem:last-child {
	border: 0
}
@media (min-width:1400px) {
	.c-navigation__offItem {
		padding: 20px
	}
}
@media (min-width:1680px) {
	.c-navigation__offItem {
		padding: 30px
	}
}
.c-navigation__discountPetcent {
	min-width: 30px;
	height: 17px;
	border: 1px solid #d60644;
	border-radius: 13px;
	padding: 0 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	color: #d60644;
	text-align: center;
	font-size: 15px;
	margin-left: 5px
}
@media (min-width:1180px) {
	.c-navigation__discountPetcent {
		height: 21px;
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-navigation__discountPetcent {
		min-width: 40px;
		height: 21px;
		font-size: 18px;
		margin-left: 7px
	}
}
@media (min-width:1680px) {
	.c-navigation__discountPetcent {
		min-width: 50px;
		height: 25px;
		font-size: 20px;
		margin-left: 10px
	}
}
.c-navigation__percent {
	font-size: 8px
}
@media (min-width:1400px) {
	.c-navigation__percent {
		font-size: 9px
	}
}
@media (min-width:1680px) {
	.c-navigation__percent {
		font-size: 10px
	}
}
.c-navigation__offImage {
	margin-left: 10px
}
.c-navigation__offImage img {
	width: 78px
}
@media (min-width:1400px) {
	.c-navigation__offImage img {
		width: 88px
	}
}
@media (min-width:1680px) {
	.c-navigation__offImage img {
		width: 98px
	}
}
.c-navigation__offTitle {
	font-size: 10px;
	line-height: 20px;
	margin-top: 3px;
	max-height: 34px;
	overflow: hidden
}
@media (min-width:1400px) {
	.c-navigation__offTitle {
		font-size: 11px;
		margin-top: 5px;
		max-height: 37px
	}
}
@media (min-width:1680px) {
	.c-navigation__offTitle {
		font-size: 12px;
		margin-top: 8px;
		max-height: 40px
	}
}
.c-navigation__offBtn {
	width: 75px;
	margin: 5px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	border: 1px solid #909090;
	border-radius: 11px;
	font-size: 9px;
	color: #707070;
	transition: background-color .3s ease-in-out
}
.c-navigation__offBtn:hover {
	color: #fff;
	background-color: #909090
}
@media (min-width:1400px) {
	.c-navigation__offBtn {
		width: 65px;
		margin: 8px auto 0
	}
}
@media (min-width:1680px) {
	.c-navigation__offBtn {
		width: 75px;
		margin: 10px auto 0;
		height: 20px;
		font-size: 10px
	}
}
.c-navigation__all {
	display: flex;
	align-items: center;
	padding: 16px 24px 9px;
	color: #707070
}
.c-navigation__all:hover, .c-navigation__all:hover:after {
	color: #d60644
}
@media (min-width:992px) {
	.c-navigation__all {
		padding: 7px 20px;
		color: #be9c79;
		font-size: 12px;
		font-weight: 700
	}
	.c-navigation__all:after {
		font-family: icomoon!important;
		speak: never;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e931";
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.c-navigation__all {
		font-size: 13px;
		font-weight: 700
	}
}
.c-navigation__backTol1Icon, .c-navigation__backTol2Icon {
	font-size: 28px;
	margin-left: 9px
}
.c-footer {
	background-color: #f9f9f9;
	margin-top: 100px;
	position: relative
}
.c-footer__toTop {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: -78px;
	color: #909090;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	font-weight: 300
}
@media (min-width:1400px) {
	.c-footer__toTop {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-footer__toTop {
		font-size: 12px
	}
}
.c-footer__toTopIcon {
	cursor: pointer;
	font-size: 32px;
	transform: rotate(-90deg)
}
@media (min-width:1400px) {
	.c-footer__toTopIcon {
		font-size: 36px
	}
}
@media (min-width:1680px) {
	.c-footer__toTopIcon {
		font-size: 40px
	}
}
.c-footer__features {
	padding: 24px 0 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0
}
@media (min-width:1400px) {
	.c-footer__features {
		padding: 28px 0 26px;
		margin-bottom: 30px
	}
}
@media (min-width:1680px) {
	.c-footer__features {
		padding: 32px 0 30px
	}
}
.c-footer__feature {
	margin: 0 3%;
	text-align: center;
	cursor: default
}
.c-footer__feature img {
	margin: 0 auto 5px;
	max-width: 34px
}
@media (min-width:1400px) {
	.c-footer__feature img {
		max-width: 37px
	}
}
@media (min-width:1680px) {
	.c-footer__feature img {
		max-width: 40px
	}
}
.c-footer__featuresText {
	width: 100px;
	direction: ltr;
	font-size: 10px
}
@media (min-width:1400px) {
	.c-footer__featuresText {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-footer__featuresText {
		font-size: 12px
	}
}
.c-footer__cols {
	display: flex;
	justify-content: space-between
}
.c-footer__col--first {
	display: flex;
	flex: 0 1 32%;
	width: 32%
}
@media (min-width:1180px) {
	.c-footer__col--first {
		flex: 0 1 33%;
		width: 33%
	}
}
@media (min-width:1400px) {
	.c-footer__col--first {
		flex: 0 1 29%;
		width: 29%
	}
}
.c-footer__col--second {
	text-align: center;
	padding: 0 3%;
	flex: 0 1 36%;
	width: 36%
}
@media (min-width:1180px) {
	.c-footer__col--second {
		flex: 0 1 33%;
		width: 33%
	}
}
@media (min-width:1400px) {
	.c-footer__col--second {
		flex: 0 1 42%;
		width: 42%;
		padding: 0
	}
}
.c-footer__col--third {
	flex: 0 1 32%;
	width: 32%
}
@media (min-width:1180px) {
	.c-footer__col--third {
		flex: 0 1 33%;
		width: 33%
	}
}
@media (min-width:1400px) {
	.c-footer__col--third {
		flex: 0 1 29%;
		width: 29%
	}
}
.c-footer__menu {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	padding: 0 8% 0 22%
}
.c-footer__menuTitle {
	font-weight: 700
}
.c-footer__menuLink {
	color: #909090;
	font-size: 10px;
	font-weight: 300;
	margin-top: 6px
}
.c-footer__menuLink:hover {
	color: #be9c79
}
@media (min-width:1400px) {
	.c-footer__menuLink {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-footer__menuLink {
		font-size: 12px
	}
}
.c-footer__stores {
	flex-wrap: wrap
}
.c-footer__appStoresTitle {
	font-weight: 700;
	text-align: center;
	font-size: 11px;
	padding: 0;
	margin: 0 0 15px
}
@media (min-width:1400px) {
	.c-footer__appStoresTitle {
		font-size: 12px;
		margin: 0 0 20px
	}
}
@media (min-width:1680px) {
	.c-footer__appStoresTitle {
		font-size: 13px;
		margin: 0 0 28px
	}
}
.c-footer__store {
	padding: 5px;
	text-align: center
}
.c-footer__store img {
	max-width: 111px;
	height: auto;
	margin: 0 auto
}
@media (min-width:1400px) {
	.c-footer__store img {
		max-width: 126px
	}
}
@media (min-width:1680px) {
	.c-footer__store {
		margin: 0 5px;
		padding: 0
	}
	.c-footer__store img {
		width: 141px;
		max-width: 141px;
		height: 42px
	}
}
.c-footer__supportPhone {
	text-align: center;
	font-size: 11px;
	margin: 55px 0 0
}
.c-footer__supportPhone a {
	color: #707070;
	cursor: default
}
@media (min-width:1400px) {
	.c-footer__supportPhone {
		font-size: 12px;
		margin: 65px 0 0
	}
}
@media (min-width:1680px) {
	.c-footer__supportPhone {
		font-size: 13px;
		margin: 75px 0 0
	}
}
.c-footer__subscriptionForm {
	display: flex;
	justify-content: center
}
.c-footer__subscriptionInputWrapper {
	background-color: #fff;
	border-radius: 30px;
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border: 1px solid #eee;
	justify-content: center;
	height: 35px;
	max-width: 240px
}
@media (min-width:1400px) {
	.c-footer__subscriptionInputWrapper {
		height: 40px;
		max-width: 270px
	}
}
@media (min-width:1680px) {
	.c-footer__subscriptionInputWrapper {
		height: 45px;
		max-width: 300px
	}
}
.c-footer__subscriptionInput {
	border: 0!important;
	height: 35px;
	background: none;
	font-size: 12px;
	font-weight: 300;
	color: #9e9e9e;
	width: 100%;
	text-align: center
}
.c-footer__subscriptionInput:placeholder-shown {
	text-align: right
}
@media (min-width:1400px) {
	.c-footer__subscriptionInput {
		height: 40px
	}
}
@media (min-width:1680px) {
	.c-footer__subscriptionInput {
		height: 45px
	}
}
.c-footer__subscriptionTitle {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	margin: 0 0 20px
}
@media (min-width:1400px) {
	.c-footer__subscriptionTitle {
		margin: 0 0 24px
	}
}
@media (min-width:1680px) {
	.c-footer__subscriptionTitle {
		font-size: 13px;
		margin: 0 0 28px
	}
}
.c-footer__subscriptionSubmit {
	border-radius: 25px;
	margin: 0 10px 0 0;
	width: 90px;
	padding: 0;
	font-size: 13px;
	height: 35px
}
@media (min-width:1400px) {
	.c-footer__subscriptionSubmit {
		width: 100px;
		margin-right: 15px;
		font-size: 14px;
		height: 40px
	}
}
@media (min-width:1680px) {
	.c-footer__subscriptionSubmit {
		width: 110px;
		margin-right: 20px;
		font-size: 16px;
		height: 45px
	}
}
.c-footer__subscriptionIcon {
	color: #9e9e9e;
	margin-left: 3px;
	font-size: 16px
}
@media (min-width:1400px) {
	.c-footer__subscriptionIcon {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.c-footer__subscriptionIcon {
		font-size: 20px
	}
}
.c-footer__topInfo {
	background-color: #eee;
	padding-bottom: 18px
}
.c-footer__socialNetworks {
	border-top: 1px solid #e0e0e0;
	padding: 30px 0 0;
	margin-top: 23px
}
@media (min-width:1400px) {
	.c-footer__socialNetworks {
		padding: 33px 0 0;
		margin-top: 26px
	}
}
@media (min-width:1680px) {
	.c-footer__socialNetworks {
		padding: 36px 0 0;
		margin-top: 29px
	}
}
.c-footer__socialLink {
	color: #707070;
	margin: 0 12px;
	font-size: 32px
}
.c-footer__socialLink:hover {
	color: #9e9e9e
}
@media (min-width:1400px) {
	.c-footer__socialLink {
		font-size: 36px
	}
}
@media (min-width:1680px) {
	.c-footer__socialLink {
		font-size: 40px
	}
}
.c-footer__honors {
	border-top: 1px solid #e0e0e0;
	margin-top: 21px;
	padding: 22px 0
}
@media (min-width:1400px) {
	.c-footer__honors {
		margin-top: 25px;
		padding: 26px 0
	}
}
@media (min-width:1680px) {
	.c-footer__honors {
		margin-top: 29px;
		padding: 30px 0
	}
}
.c-footer__honor {
	margin: 0 9px
}
.c-footer__honor img {
	height: 55px;
	max-width: 80px;
	width: auto
}
@media (min-width:1180px) {
	.c-footer__honor {
		margin: 0 12px
	}
	.c-footer__honor img {
		height: 60px
	}
}
@media (min-width:1400px) {
	.c-footer__honor {
		margin: 0 10px
	}
	.c-footer__honor img {
		height: 70px
	}
}
@media (min-width:1680px) {
	.c-footer__honor {
		margin: 0 12px
	}
	.c-footer__honor img {
		height: 80px
	}
}
.c-footer__copywrite {
	padding: 13px 0;
	line-height: 20px;
	text-align: center;
	color: #909090;
	font-weight: 300;
	height: 48px;
	font-size: 10px;
	background-color: #e9e9e9
}
@media (min-width:1400px) {
	.c-footer__copywrite {
		height: 52px;
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-footer__copywrite {
		height: 60px;
		font-size: 12px
	}
}
.c-footer__description {
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0
}
@media (min-width:1400px) {
	.c-footer__description {
		margin-bottom: 30px
	}
}
@media (min-width:1680px) {
	.c-footer__description {
		margin-bottom: 40px
	}
}
.c-footer__descriptionContent {
	overflow: hidden;
	transition: height .2s ease;
	line-height: 22px
}
.c-footer__descriptionContent h1, .c-footer__descriptionContent h2, .c-footer__descriptionContent h3, .c-footer__descriptionContent h4, .c-footer__descriptionContent h5, .c-footer__descriptionContent h6 {
	font-size: 16px
}
@media (min-width:1400px) {
	.c-footer__descriptionContent {
		line-height: 24px
	}
}
@media (min-width:1680px) {
	.c-footer__descriptionContent {
		line-height: 26px
	}
}
.c-footer__seeLessDescription, .c-footer__seeMoreDescription {
	color: #909090;
	display: none;
	justify-content: center;
	padding: 15px 0 35px;
	cursor: pointer
}
.c-footer__seeLessDescription i, .c-footer__seeMoreDescription i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-footer__seeLessDescription:hover, .c-footer__seeMoreDescription:hover {
	color: #505050
}
.c-footer__seeLessDescription:hover i, .c-footer__seeMoreDescription:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.c-footer__seeLessDescription, .c-footer__seeMoreDescription {
		padding: 15px 0;
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.c-footer__seeLessDescription, .c-footer__seeMoreDescription {
		padding: 15px 0 25px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-footer__seeLessDescription, .c-footer__seeMoreDescription {
		padding: 15px 0 35px;
		font-size: 14px
	}
}
.c-footer__seeLessDescriptionIcon, .c-footer__seeMoreDescriptionIcon {
	font-size: 22px;
	margin-left: 5px
}
@media (min-width:992px) {
	.c-footer__seeLessDescriptionIcon, .c-footer__seeMoreDescriptionIcon {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.c-footer__seeLessDescriptionIcon, .c-footer__seeMoreDescriptionIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.c-footer__seeLessDescriptionIcon, .c-footer__seeMoreDescriptionIcon {
		font-size: 22px
	}
}
.c-footer--is-mobile {
	background-color: #f9f9f9;
	margin-top: 20px;
	position: relative
}
.c-footer--is-mobile .c-footer__toTop {
	font-size: 12px
}
.c-footer--is-mobile .c-footer__toTopIcon {
	font-size: 40px
}
.c-footer--is-mobile .c-footer__features {
	padding: 32px 0 30px;
	margin-bottom: 40px
}
.c-footer--is-mobile .c-footer__featuresText {
	font-size: 12px
}
.c-footer--is-mobile .c-footer__menu {
	padding: 0 11%
}
.c-footer--is-mobile .c-footer__menuLink {
	font-size: 12px
}
.c-footer--is-mobile .c-footer__appStoresTitle {
	padding: 15px 0;
	margin: 20px 0 0;
	font-size: 14px
}
.c-footer--is-mobile .c-footer__store img {
	width: 140px
}
.c-footer--is-mobile .c-footer__supportPhone {
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
	margin-top: 25px;
	padding: 17px 0
}
.c-footer--is-mobile .c-footer__subscription {
	margin-bottom: 30px
}
.c-footer--is-mobile .c-footer__subscriptionForm {
	display: block
}
.c-footer--is-mobile .c-footer__subscriptionInputWrapper {
	margin: 0 auto;
	height: 45px;
	max-width: 300px;
	padding: 1px 20px
}
.c-footer--is-mobile .c-footer__subscriptionInput {
	height: 42px
}
.c-footer--is-mobile .c-footer__subscriptionTitle {
	font-size: 14px;
	margin: 20px 0
}
.c-footer--is-mobile .c-footer__subscriptionSubmit {
	width: 300px;
	margin: 20px auto 0;
	font-size: 16px;
	height: 45px
}
.c-footer--is-mobile .c-footer__subscriptionIcon {
	font-size: 24px
}
.c-footer--is-mobile .c-footer__socialNetworks {
	margin-top: 22px;
	border-top: none;
	padding: 0
}
.c-footer--is-mobile .c-footer__socialLink {
	font-size: 40px
}
.c-footer--is-mobile .c-footer__honors {
	margin-top: 0;
	padding: 30px 30px 10px;
	flex-wrap: wrap
}
.c-footer--is-mobile .c-footer__honor {
	margin-bottom: 20px
}
.c-footer--is-mobile .c-footer__honor img {
	margin: 0 auto;
	height: auto;
	max-width: 50px
}
.c-footer--is-mobile .c-footer__honor {
	flex: 0 1 20%;
	width: 20%;
	margin: 0 0 20px
}
.c-footer--is-mobile .c-footer__copywrite {
	height: auto;
	border-top: 1px solid #e0e0e0;
	font-size: 10px;
	background-color: transparent
}
.c-footer--is-mobile .c-footer__description {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
	border-top: 1px solid #e0e0e0
}
.c-footer--is-mobile .c-footer__descriptionContent {
	line-height: 29px
}
.c-footer--is-mobile .c-footer__seeLessDescription, .c-footer--is-mobile .c-footer__seeMoreDescription {
	padding-bottom: 25px
}
.c-footer--is-mobile .c-footer__seeLessDescription {
	padding-top: 0
}
.c-countdown {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	transform: scale(.68)
}
@media (min-width:992px) {
	.c-countdown {
		transform: scale(.68)
	}
}
@media (min-width:1180px) {
	.c-countdown {
		transform: scale(.78)
	}
}
@media (min-width:1400px) {
	.c-countdown {
		transform: scale(.88)
	}
}
@media (min-width:1680px) {
	.c-countdown {
		transform: scale(1)
	}
}
.c-countdown__container {
	position: relative;
	padding: 0;
	width: 50px;
	height: 50px;
	margin: 0 5px
}
.c-countdown__container svg {
	position: absolute;
	top: 0;
	left: 0
}
.c-countdown__container:after {
	display: block;
	content: ":";
	position: absolute;
	right: -6px;
	top: 14px;
	font-size: 15px;
	font-weight: 700;
	color: #d60644
}
.c-countdown__container:last-child:after {
	display: none
}
.c-countdown__label {
	position: absolute;
	height: 42px;
	width: 42px;
	top: 4px;
	left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px
}
.c-countdown__label span {
	color: #d60644;
	font-family: iranyekanfanum
}
.breadcrumb {
	margin: 15px 0 10px
}
.breadcrumb .simplebar-content {
	top: 8px;
	padding: 0;
	display: flex
}
.breadcrumb ul {
	display: flex;
	overflow: auto;
	padding: 0;
	margin: 0;
	list-style: none
}
.breadcrumb ul li {
	white-space: nowrap;
	display: flex;
	margin-left: 5px
}
.breadcrumb ul li a {
	font-weight: 300;
	padding-left: 5px;
	color: #909090;
	font-size: 13px
}
.breadcrumb ul li a:hover {
	color: #5d5d5d
}
.breadcrumb ul li strong {
	color: #707070;
	font-weight: 300;
	font-size: 13px
}
.breadcrumb .delimiter {
	color: #aaa;
	font-size: 12px
}
@media (min-width:992px) {
	.breadcrumb {
		margin: 25px 0 10px
	}
}
.breadcrumb.c-scrollbar .simplebar-track.simplebar-horizontal {
	top: 24px
}
.pager {
	display: flex;
	justify-content: center;
	padding: 25px 0;
	border-top: 1px solid #eee;
	max-width: 100%;
	overflow-x: auto
}
.pager .current-page span {
	display: block;
	height: 30px;
	min-width: 30px;
	border-radius: 15px;
	display: flex;
	background-color: #be9c79;
	color: #fff
}
.pager .current-page span, .pager ul {
	align-items: center;
	justify-content: center
}
.pager ul {
	display: flex;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	list-style: none
}
.pager ul li {
	margin: 0 10px
}
.pager ul li a {
	display: block;
	color: #707070;
	padding: 0 2px
}
.pager ul li a:hover {
	color: #9e9e9e
}
.pager ul li.next-page a, .pager ul li.previous-page a {
	color: #be9c79;
	display: flex;
	align-items: center;
	font-size: 13px
}
.pager ul li.next-page a:before, .pager ul li.previous-page a:before {
	display: block;
	font-size: 27px;
	color: #be9c79;
	margin: 0 5px;
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pager ul li.next-page a {
	flex-direction: row-reverse
}
.pager ul li.next-page a:before {
	content: "\e942"
}
.pager ul li.next-page a:before, .pager ul li.previous-page a:before {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pager ul li.previous-page a:before {
	content: "\e912"
}
@media (min-width:992px) {
	.pager {
		padding: 35px 0;
		overflow-x: visible
	}
	.pager ul li.current-page span {
		display: block;
		height: 30px;
		min-width: 30px;
		border-radius: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #be9c79;
		color: #fff
	}
	.pager ul li.next-page a, .pager ul li.previous-page a {
		font-size: 0;
		overflow: hidden;
		text-indent: -9999px;
		height: 30px
	}
	.pager ul li.next-page a:before, .pager ul li.previous-page a:before {
		font-size: 30px;
		margin: 0;
		color: #cbcbcb;
		overflow: visible;
		text-indent: 0
	}
	.pager ul li.next-page a {
		flex-direction: row
	}
	.pager ul li.next-page a:before {
		content: "\e942"
	}
	.pager ul li.next-page a:before, .pager ul li.previous-page a:before {
		font-family: icomoon!important;
		speak: never;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.pager ul li.previous-page a:before {
		content: "\e912"
	}
}
.c-line-rating[data-editable=true] .c-line-rating-background, .c-line-rating[data-editable=true] .c-line-rating-value, .c-rating-group[data-editable=true] .c-rating-star {
	cursor: pointer
}
.c-line-rating[data-editable=true] .c-line-rating-value {
	pointer-events: none
}
.c-line-rating[data-editable=true] .c-line-rating-value:after {
	display: block;
	content: "";
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: -9px;
	left: -9px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #be9c79;
	box-shadow: none;
	outline: none
}
.c-line-rating {
	display: inline-flex
}
.c-line-rating-label {
	padding: 0 12px 0 6px
}
.swal2-container:not(.m-delete).swal2-backdrop-show.swal2-backdrop-show, .swal2-container:not(.m-delete).swal2-noanimation.swal2-noanimation {
	background-color: hsla(0, 0%, 56.5%, .35)
}
body.has-loading {
	overflow: hidden;
	height: auto
}
@media (min-width:992px) {
	body.has-loading {
		padding-right: 15px
	}
}
.c-loading__overlay {
	position: fixed;
	flex-flow: column nowrap;
	justify-content: space-around;
	background: hsla(0, 0%, 100%, .7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	opacity: 1
}
.c-loading__element, .c-loading__overlay {
	box-sizing: border-box;
	display: flex;
	align-items: center
}
.c-loading__element {
	order: 1;
	overflow: visible;
	flex: 0 0 auto;
	justify-content: center;
	background: url(/Themes/MtrDigi/Content/assets/images/components/loading/loading.gif) no-repeat 50%;
	background-size: cover
}
.c-loading__element--is-medium {
	width: 144px;
	height: 144px
}
.c-scrollbar {
	overflow: auto
}
.scrollbar-track {
	background: none!important
}
.scrollbar-thumb {
	background-color: #e0e0e0!important;
	width: 4px!important
}
.scrollbar-track-y {
	right: auto!important;
	left: 0!important
}
[data-simplebar=init] {
	overflow: visible!important
}
.tab-scrollbar {
	padding-bottom: 10px
}
.tab-scrollbar .c-tab__links {
	overflow: visible
}
.simplebar-scrollbar:before {
	background-color: #e0e0e0
}
.simplebar-track.simplebar-horizontal {
	width: 100%
}
.crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-151q, .crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-151q *, .crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-kgeu, .crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-kgeu * {
	font-family: iranyekan, iranyekanfanum, roboto, Arial!important
}
.crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-kgeu::placeholder {
	font-family: iranyekan, iranyekanfanum, roboto, Arial!important
}
@media (min-width:768px) {
	.crisp-client.crisp-client.crisp-client .cc-kv6t[dir=rtl] .cc-1xry .cc-ge4v {
		border-radius: 25px!important
	}
}
.c-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center
}
.c-popup .overlay {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 50.2%, .3);
	position: absolute
}
.c-popup .content {
	z-index: 1;
	position: relative
}
.c-popup .discount-code {
	font-weight: bolder;
	font-size: 24px;
	bottom: 5%;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	color: #fff;
	letter-spacing: 6px;
	cursor: pointer
}
.c-popup .icon {
	position: absolute;
	left: 3.5%;
	top: 33%;
	width: 6%;
	cursor: pointer
}
@media (max-width:600px) {
	.c-popup .discount-code {
		bottom: 4.5%;
		font-size: 18px;
		letter-spacing: 5px
	}
}
@media (max-width:400px) {
	.c-popup .discount-code {
		bottom: 4%;
		font-size: 12px;
		letter-spacing: 4px
	}
}
.m-addComment {
	height: 100vh;
	padding: 40px;
	transition: opacity .3s ease;
	color: #707070;
	overflow-y: auto;
	direction: ltr
}
@media (min-width:1400px) {
	.m-addComment {
		padding: 70px
	}
}
@media (min-width:1680px) {
	.m-addComment {
		padding: 100px
	}
}
.m-addComment__content {
	direction: rtl
}
.m-addComment__top {
	display: flex;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
	align-items: flex-end
}
@media (min-width:1400px) {
	.m-addComment__top {
		padding-bottom: 10px;
		margin-bottom: 15px
	}
}
@media (min-width:1680px) {
	.m-addComment__top {
		padding-bottom: 14px;
		margin-bottom: 20px
	}
}
.m-addComment__pName {
	font-size: 15px
}
@media (min-width:1180px) {
	.m-addComment__pName {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.m-addComment__pName {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.m-addComment__pName {
		font-size: 20px
	}
}
.m-addComment__mainImage {
	max-width: 70px;
	margin-left: 40px
}
@media (min-width:1180px) {
	.m-addComment__mainImage {
		max-width: 80px
	}
}
@media (min-width:1400px) {
	.m-addComment__mainImage {
		max-width: 100px;
		margin-left: 30px
	}
}
@media (min-width:1680px) {
	.m-addComment__mainImage {
		max-width: 120px
	}
}
.m-addComment__review {
	display: flex;
	margin-bottom: 25px
}
@media (min-width:1180px) {
	.m-addComment__review {
		margin-bottom: 30px
	}
}
@media (min-width:1400px) {
	.m-addComment__review {
		margin-bottom: 40px
	}
}
@media (min-width:1680px) {
	.m-addComment__review {
		margin-bottom: 50px
	}
}
.m-addComment__stars {
	display: flex;
	margin-left: 5px
}
.m-addComment__star {
	font-size: 13px;
	margin: 0 2px;
	color: #be9c79
}
@media (min-width:1400px) {
	.m-addComment__star {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.m-addComment__star {
		font-size: 17px
	}
}
.m-addComment__votingCount {
	font-size: 8px;
	color: #909090;
	margin-right: 20px
}
@media (min-width:1400px) {
	.m-addComment__votingCount {
		font-size: 9px
	}
}
@media (min-width:1680px) {
	.m-addComment__votingCount {
		font-size: 10px
	}
}
.m-addComment__commentCount {
	color: #be9c79;
	font-size: 10px;
	margin-right: 20px
}
@media (min-width:1400px) {
	.m-addComment__commentCount {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-addComment__commentCount {
		font-size: 12px
	}
}
.m-addComment__userRatingItem {
	margin: 16px 0
}
@media (min-width:1180px) {
	.m-addComment__userRatingItem {
		margin: 18px 0
	}
}
@media (min-width:1400px) {
	.m-addComment__userRatingItem {
		margin: 23px 0
	}
}
@media (min-width:1680px) {
	.m-addComment__userRatingItem {
		margin: 28px 0
	}
}
.m-addComment__userRatingLabel {
	margin-bottom: 5px;
	font-size: 12px
}
@media (min-width:1400px) {
	.m-addComment__userRatingLabel {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-addComment__userRatingLabel {
		margin-bottom: 8px;
		font-size: 14px
	}
}
.m-addComment__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: 252px
}
.m-addComment__userRatingValue:after, .m-addComment__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.m-addComment__userRatingValue:before {
	left: 20%
}
.m-addComment__userRatingValue:after {
	left: 40%
}
@media (min-width:1180px) {
	.m-addComment__userRatingValue {
		width: 272px
	}
}
@media (min-width:1400px) {
	.m-addComment__userRatingValue {
		width: 292px
	}
}
@media (min-width:1680px) {
	.m-addComment__userRatingValue {
		width: 312px
	}
}
.m-addComment__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.m-addComment__userRatingBg:after, .m-addComment__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.m-addComment__userRatingBg:before {
	right: 20%
}
.m-addComment__userRatingBg:after {
	right: 40%
}
.m-addComment__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0
}
.m-addComment__formLabel {
	margin: 24px 0 5px;
	display: block;
	font-size: 12px
}
@media (min-width:1180px) {
	.m-addComment__formLabel {
		margin: 27px 0 5px
	}
}
@media (min-width:1400px) {
	.m-addComment__formLabel {
		margin: 32px 0 5px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-addComment__formLabel {
		margin: 37px 0 10px;
		font-size: 14px
	}
}
.m-addComment__formInput {
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	height: 132px;
	padding: 8px;
	resize: none;
	border-radius: 25px;
	margin-bottom: 5px
}
.m-addComment__formInput.error {
	border: 1px solid #d60644
}
.m-addComment__formInput::-webkit-input-placeholder {
	color: #909090
}
.m-addComment__formInput::-ms-input-placeholder {
	color: #909090
}
.m-addComment__formInput::-moz-placeholder {
	color: #909090
}
@media (min-width:1180px) {
	.m-addComment__formInput {
		height: 152px
	}
}
@media (min-width:1400px) {
	.m-addComment__formInput {
		height: 172px;
		padding: 10px
	}
}
@media (min-width:1680px) {
	.m-addComment__formInput {
		height: 192px;
		padding: 15px;
		margin-bottom: 10px
	}
}
.m-addComment__formDesc {
	color: #909090;
	font-size: 10px;
	font-weight: 300
}
@media (min-width:1400px) {
	.m-addComment__formDesc {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-addComment__formDesc {
		font-size: 12px
	}
}
.m-addComment__submit {
	height: 35px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #be9c79;
	padding: 0;
	border: 0;
	border-radius: 30px;
	margin: 20px auto 10px;
	font-size: 12px;
	cursor: pointer
}
@media (min-width:992px) {
	.m-addComment__submit {
		border: 1px solid #be9c79
	}
}
@media (min-width:1400px) {
	.m-addComment__submit {
		height: 40px;
		width: 125px;
		margin: 25px auto 15px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-addComment__submit {
		height: 45px;
		width: 145px;
		margin: 30px auto 20px;
		font-size: 14px
	}
}
.m-addComment__descriptionBox {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 12px
}
@media (min-width:1180px) {
	.m-addComment__descriptionBox {
		margin-top: 25px;
		padding-top: 15px
	}
}
@media (min-width:1400px) {
	.m-addComment__descriptionBox {
		margin-top: 30px;
		padding-top: 20px
	}
}
@media (min-width:1680px) {
	.m-addComment__descriptionBox {
		margin-top: 40px;
		padding-top: 30px
	}
}
.m-addComment__descriptionBoxTitle {
	font-weight: 700;
	color: #909090;
	font-size: 12px
}
@media (min-width:1400px) {
	.m-addComment__descriptionBoxTitle {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-addComment__descriptionBoxTitle {
		font-size: 14px
	}
}
.m-addComment__description {
	font-weight: 300;
	color: #909090;
	font-size: 10px
}
@media (min-width:1400px) {
	.m-addComment__description {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-addComment__description {
		font-size: 12px
	}
}
.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup {
	width: 970px
}
.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup .swal2-close.swal2-close.swal2-close {
	left: 42px;
	top: 30px
}
@media (min-width:1180px) {
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup {
		width: 1135px
	}
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup .swal2-close.swal2-close.swal2-close {
		left: 72px;
		top: 40px
	}
}
@media (min-width:1400px) {
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup {
		width: 1205px
	}
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup .swal2-close.swal2-close.swal2-close {
		left: 102px;
		top: 50px
	}
}
@media (min-width:1680px) {
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup {
		width: 1275px
	}
	.m-productSliderWrapper.swal2-popup.swal2-popup.swal2-popup .swal2-close.swal2-close.swal2-close {
		left: 122px;
		top: 60px
	}
}
.m-productSlider {
	height: 100vh;
	padding: 85px 20px 25px 45px;
	color: #707070;
	overflow-y: auto;
	direction: ltr
}
@media (min-width:1180px) {
	.m-productSlider {
		padding: 100px 35px 30px 75px
	}
}
@media (min-width:1400px) {
	.m-productSlider {
		padding: 115px 55px 40px 105px
	}
}
@media (min-width:1680px) {
	.m-productSlider {
		padding: 130px 75px 50px 135px
	}
}
.m-productSlider__container {
	direction: rtl
}
.m-productSlider__header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px
}
@media (min-width:1180px) {
	.m-productSlider__header {
		padding-bottom: 15px
	}
}
@media (min-width:1400px) {
	.m-productSlider__header {
		padding-bottom: 20px;
		margin-bottom: 17px
	}
}
@media (min-width:1680px) {
	.m-productSlider__header {
		padding-bottom: 25px;
		margin-bottom: 22px
	}
}
.m-productSlider__headerLogo {
	width: 54px
}
@media (min-width:1180px) {
	.m-productSlider__headerLogo {
		width: 64px
	}
}
@media (min-width:1400px) {
	.m-productSlider__headerLogo {
		width: 74px
	}
}
@media (min-width:1680px) {
	.m-productSlider__headerLogo {
		width: 84px
	}
}
.m-productSlider__pName {
	font-size: 15px
}
@media (min-width:1180px) {
	.m-productSlider__pName {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.m-productSlider__pName {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.m-productSlider__pName {
		font-size: 20px
	}
}
.m-productSlider__content {
	display: flex
}
.m-productSlider__productInfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end
}
.m-productSlider__slider {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-top: 32px;
	flex: 1
}
.m-productSlider__slider .splide__pagination {
	bottom: -46px
}
.m-productSlider__slider .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 8px;
	margin: 0 4px
}
.m-productSlider__slider .splide__pagination .splide__pagination__page.is-active {
	width: 24px
}
.m-productSlider__slider .m-productSlider__sliderControls {
	position: absolute;
	top: -33px;
	right: -73px;
	display: flex
}
.m-productSlider__slider .m-productSlider__sliderControls:focus {
	outline: none
}
.m-productSlider__slider .m-productSlider__sliderNext, .m-productSlider__slider .m-productSlider__sliderPrev {
	font-size: 26px;
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090
}
.m-productSlider__slider .m-productSlider__sliderNext:focus, .m-productSlider__slider .m-productSlider__sliderPrev:focus {
	outline: none
}
@media (min-width:1180px) {
	.m-productSlider__slider {
		padding-top: 42px
	}
	.m-productSlider__slider .m-productSlider__sliderNext, .m-productSlider__slider .m-productSlider__sliderPrev {
		font-size: 28px
	}
	.m-productSlider__slider .m-productSlider__sliderControls {
		top: -38px;
		right: -76px
	}
}
@media (min-width:1400px) {
	.m-productSlider__slider {
		padding-top: 52px
	}
	.m-productSlider__slider .m-productSlider__sliderNext, .m-productSlider__slider .m-productSlider__sliderPrev {
		font-size: 30px
	}
	.m-productSlider__slider .m-productSlider__sliderControls {
		top: -47px;
		right: -83px
	}
}
@media (min-width:1680px) {
	.m-productSlider__slider {
		padding-top: 62px
	}
	.m-productSlider__slider .m-productSlider__sliderNext, .m-productSlider__slider .m-productSlider__sliderPrev {
		font-size: 32px
	}
	.m-productSlider__slider .splide__pagination {
		left: 36%
	}
	.m-productSlider__slider .m-productSlider__sliderControls {
		top: -59px;
		right: -91px
	}
}
.m-productSlider__mainImages {
	position: static
}
.m-productSlider__mainImagesContainer {
	flex: 1;
	position: relative;
	z-index: 9
}
.m-productSlider__mainImagesWrapper {
	max-width: 310px;
	margin: 0 auto
}
@media (min-width:1180px) {
	.m-productSlider__mainImagesWrapper {
		max-width: 340px
	}
}
@media (min-width:1400px) {
	.m-productSlider__mainImagesWrapper {
		max-width: 370px
	}
}
@media (min-width:1680px) {
	.m-productSlider__mainImagesWrapper {
		max-width: 400px;
		margin: 0 auto 0 0
	}
}
.m-productSlider__sliderThumbnails {
	z-index: 1
}
.m-productSlider__sliderThumbnail img {
	width: 65px;
	height: 65px;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	padding: 4px;
	display: block;
	margin: 0 auto;
	cursor: pointer
}
.m-productSlider__sliderThumbnail.is-active img {
	border-color: #909090
}
@media (min-width:1180px) {
	.m-productSlider__sliderThumbnail img {
		width: 70px;
		height: 70px;
		margin-bottom: 15px
	}
}
@media (min-width:1400px) {
	.m-productSlider__sliderThumbnail img {
		width: 80px;
		height: 80px;
		margin-bottom: 20px
	}
}
@media (min-width:1680px) {
	.m-productSlider__sliderThumbnail img {
		width: 90px;
		height: 90px;
		margin-bottom: 25px
	}
}
.m-productSlider__buyInfo {
	margin-top: 10px;
	min-height: 90px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end
}
@media (min-width:1180px) {
	.m-productSlider__buyInfo {
		margin-top: 14px;
		min-height: 100px
	}
}
@media (min-width:1400px) {
	.m-productSlider__buyInfo {
		margin-top: 24px;
		min-height: 120px
	}
}
@media (min-width:1680px) {
	.m-productSlider__buyInfo {
		margin-top: 34px;
		min-height: 140px
	}
}
.m-productSlider__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 18px;
	padding: 0 3px;
	border-radius: 20px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	min-width: 30px;
	text-align: center;
	margin-bottom: 5px
}
@media (min-width:1180px) {
	.m-productSlider__discountPercent {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.m-productSlider__discountPercent {
		height: 20px;
		font-size: 18px;
		margin-bottom: 10px;
		min-width: 40px
	}
}
@media (min-width:1680px) {
	.m-productSlider__discountPercent {
		height: 22px;
		font-size: 20px;
		margin-bottom: 15px;
		min-width: 50px
	}
}
.m-productSlider__percent {
	font-size: 9px
}
.m-productSlider__priceContainer {
	display: flex;
	justify-content: center
}
.m-productSlider__invalidPrice {
	color: #9e9e9e;
	font-size: 13px;
	text-decoration: line-through;
	margin-left: 10px
}
@media (min-width:1400px) {
	.m-productSlider__invalidPrice {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.m-productSlider__invalidPrice {
		font-size: 15px
	}
}
.m-productSlider__price {
	color: #d60644;
	font-size: 20px;
	font-weight: 700
}
@media (min-width:1180px) {
	.m-productSlider__price {
		font-size: 21px
	}
}
@media (min-width:1400px) {
	.m-productSlider__price {
		font-size: 23px
	}
}
@media (min-width:1680px) {
	.m-productSlider__price {
		font-size: 25px
	}
}
.m-productSlider__currencyUnit {
	font-size: 12px;
	margin-right: 2px
}
@media (min-width:1400px) {
	.m-productSlider__currencyUnit {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-productSlider__currencyUnit {
		font-size: 14px
	}
}
.m-productSlider__actionBar {
	display: flex;
	margin: 0 0 12px
}
@media (min-width:1400px) {
	.m-productSlider__actionBar {
		margin: 0 0 15px
	}
}
@media (min-width:1680px) {
	.m-productSlider__actionBar {
		margin: 12px 0 18px
	}
}
.m-productSlider__quantity {
	color: #707070;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	padding: 0 2px;
	border-radius: 30px;
	height: 35px
}
@media (min-width:1400px) {
	.m-productSlider__quantity {
		height: 40px
	}
}
@media (min-width:1680px) {
	.m-productSlider__quantity {
		height: 45px
	}
}
.m-productSlider__quantityBtn {
	cursor: pointer;
	font-size: 28px;
	padding: 0;
	color: #707070;
	border: 0;
	background: none
}
.m-productSlider__count {
	color: #707070;
	margin: 0 3px;
	text-align: center;
	font-size: 13px;
	min-width: 16px
}
@media (min-width:1400px) {
	.m-productSlider__count {
		font-size: 14px;
		min-width: 18px
	}
}
@media (min-width:1680px) {
	.m-productSlider__count {
		font-size: 15px;
		min-width: 20px
	}
}
.m-productSlider__favorite {
	cursor: pointer;
	color: #9e9e9e;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	background: none;
	margin: 0 11px;
	height: 35px;
	width: 35px;
	font-size: 15px;
	padding: 8px
}
@media (min-width:1400px) {
	.m-productSlider__favorite {
		height: 40px;
		width: 40px;
		font-size: 17px;
		padding: 10px
	}
}
@media (min-width:1680px) {
	.m-productSlider__favorite {
		height: 45px;
		width: 45px;
		font-size: 19px;
		padding: 12px
	}
}
.m-productSlider__addToBasket {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	background-color: #d60644;
	height: 35px;
	padding: 4px 5px 4px 15px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #d60644;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.m-productSlider__addToBasket:hover {
	background-color: #fff;
	color: #d60644
}
.m-productSlider__addToBasket:hover .m-productSlider__addToBasketIcon {
	color: #d60644
}
@media (min-width:1400px) {
	.m-productSlider__addToBasket {
		height: 40px;
		padding: 5px 6px 5px 25px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-productSlider__addToBasket {
		height: 45px;
		padding: 6px 7px 6px 35px;
		font-size: 14px
	}
}
.m-productSlider__addToBasketIcon {
	font-size: 28px;
	margin-left: 5px;
	color: #fff;
	transition: color .3s ease-in-out
}
@media (min-width:1400px) {
	.m-productSlider__addToBasketIcon {
		font-size: 30px;
		margin-left: 15px
	}
}
@media (min-width:1680px) {
	.m-productSlider__addToBasketIcon {
		font-size: 32px;
		margin-left: 20px
	}
}
.m-productSlider__shadesList {
	display: flex;
	flex-wrap: wrap;
	width: 206px;
	justify-content: flex-end;
	min-height: 214px;
	align-content: flex-start;
	margin-top: 45px;
	opacity: 0;
	transition: opacity .3s ease
}
.m-productSlider__shadesList.is-show {
	opacity: 1
}
@media (min-width:1180px) {
	.m-productSlider__shadesList {
		width: 226px;
		min-height: 254px
	}
}
@media (min-width:1400px) {
	.m-productSlider__shadesList {
		width: 246px;
		min-height: 284px
	}
}
@media (min-width:1680px) {
	.m-productSlider__shadesList {
		width: 266px;
		min-height: 334px
	}
}
.m-productSlider__shadesListItem {
	width: 29px;
	height: 29px;
	margin: 3px;
	position: relative
}
.m-productSlider__shadesListItem .c-tooltip {
	top: 48px
}
.m-productSlider__shadesListItem a:hover~.c-tooltip {
	opacity: 1;
	visibility: visible;
	z-index: 9;
	top: 37px
}
@media (min-width:1180px) {
	.m-productSlider__shadesListItem {
		width: 31px;
		height: 31px
	}
}
@media (min-width:1400px) {
	.m-productSlider__shadesListItem {
		width: 33px;
		height: 33px;
		margin: 4px 3px
	}
}
@media (min-width:1680px) {
	.m-productSlider__shadesListItem {
		width: 35px;
		height: 35px;
		margin: 5px 4px
	}
}
.m-productSlider__shadeUnavailable {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 33px;
	transform: translate(-50%, -50%);
	z-index: 1
}
.m-productSlider__shadeColor {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 20px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 2px transparent;
	cursor: pointer
}
.m-productSlider__shadeColor.is-selected {
	border-color: #fff;
	box-shadow: 0 0 0 2px #909090
}
@media (min-width:1180px) {
	.m-productSlider__shadeColor {
		width: 31px;
		height: 31px
	}
}
@media (min-width:1400px) {
	.m-productSlider__shadeColor {
		width: 33px;
		height: 33px
	}
}
@media (min-width:1680px) {
	.m-productSlider__shadeColor {
		width: 35px;
		height: 35px
	}
}
.m-productSlider__shadesListName {
	font-size: 10px;
	margin-top: 3px;
	text-align: center
}
@media (min-width:1400px) {
	.m-productSlider__shadesListName {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-productSlider__shadesListName {
		font-size: 12px
	}
}
.m-productSlider__actionIcons {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}
.m-productSlider__zoom {
	border: 1px solid transparent;
	width: 25px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 45px;
	padding: 0;
	background: none;
	cursor: pointer
}
.m-productSlider__zoom.active, .m-productSlider__zoom:hover {
	border-color: #be9c79
}
@media (min-width:1180px) {
	.m-productSlider__zoom {
		width: 30px;
		height: 40px
	}
}
@media (min-width:1400px) {
	.m-productSlider__zoom {
		width: 35px;
		height: 45px
	}
}
@media (min-width:1680px) {
	.m-productSlider__zoom {
		width: 40px;
		height: 50px
	}
}
.m-productSlider__zoomIcon {
	font-size: 20px;
	color: #909090
}
@media (min-width:1180px) {
	.m-productSlider__zoomIcon {
		font-size: 22px
	}
}
@media (min-width:1400px) {
	.m-productSlider__zoomIcon {
		font-size: 24px
	}
}
@media (min-width:1680px) {
	.m-productSlider__zoomIcon {
		font-size: 26px
	}
}
.m-productSlider__showShades {
	border: 1px solid transparent;
	width: 25px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 45px;
	padding: 0;
	margin-top: 9px;
	background: none;
	cursor: pointer
}
.m-productSlider__showShades.active, .m-productSlider__showShades:hover {
	border-color: #be9c79
}
@media (min-width:1180px) {
	.m-productSlider__showShades {
		width: 30px;
		height: 40px
	}
}
@media (min-width:1400px) {
	.m-productSlider__showShades {
		width: 35px;
		height: 45px
	}
}
@media (min-width:1680px) {
	.m-productSlider__showShades {
		width: 40px;
		height: 50px
	}
}
.m-productSlider__showShadesIcon {
	font-size: 22px;
	color: #909090
}
@media (min-width:1180px) {
	.m-productSlider__showShadesIcon {
		font-size: 24px
	}
}
@media (min-width:1400px) {
	.m-productSlider__showShadesIcon {
		font-size: 26px
	}
}
@media (min-width:1680px) {
	.m-productSlider__showShadesIcon {
		font-size: 28px
	}
}
.m-allShades {
	padding: 0 0 100px;
	color: #707070
}
.m-allShades .p-pDetailMobile__actionBoxContainer {
	height: auto
}
.m-allShades__shadesList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px
}
.m-allShades__shadesListItem {
	text-align: center;
	margin: 10px 13px;
	width: 25%
}
.m-allShades__shadesListItem .m-allShades__shadeUnavailable {
	font-size: 52px
}
.m-allShades__shadesListItem a:focus {
	outline: 0;
	outline-color: transparent;
	outline-style: none
}
.m-allShades__shadeColor {
	width: 52px;
	height: 52px;
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	border-radius: 30px;
	border: 3px solid transparent;
	box-shadow: 0 0 0 2px transparent
}
.m-allShades__shadeColor.is-selected {
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #909090
}
.m-allShades__shadesListName {
	margin-top: 10px
}
.m-sellers .m-header {
	font-size: 14px
}
.m-sellers .p-pDetail__sellersColDelivery {
	font-size: 13px
}
.m-sellers__colRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px
}
.m-sellers__sellersRow {
	border-bottom: 1px solid #eee;
	padding: 23px 0 8px
}
.m-sellers__sellersRow:last-child {
	border: 0
}
.m-sellers__sellersColPrice {
	font-size: 13px
}
.m-sellers__price {
	font-size: 16px;
	font-weight: 700;
	margin: 0 2px
}
.m-productDescription .m-header {
	font-size: 14px
}
.m-productDescription__body {
	padding: 20px 0
}
.m-productDescription__body h1, .m-productDescription__body h2, .m-productDescription__body h3, .m-productDescription__body h4 {
	font-size: 14px
}
.m-productDescription__body p {
	font-size: 13px;
	font-weight: 300
}
.m-productSpecifications .m-header {
	font-size: 14px
}
.m-productSpecifications__specificationsTitle {
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	margin: 0
}
.m-productSpecifications__specificationsRow {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 20px 0
}
.m-productSpecifications__specificationsRow:last-child {
	border: 0
}
.m-productSpecifications__specificationsName {
	max-width: 50%;
	padding-left: 5px
}
.m-productSpecifications__specificationsValue {
	text-align: left;
	max-width: 50%;
	padding-right: 5px
}
.m-productCommentsList .m-header {
	font-size: 14px
}
.m-productCommentsList .p-pDetailMobile__commentsListRow:last-child {
	border: 0
}
.m-addCommentMobile .m-header {
	font-size: 14px
}
.m-addCommentMobile .m-addComment__userRatingValue {
	width: 100%
}
.m-addCommentMobile .m-addComment__formLabel {
	font-size: 13px
}
.m-addCommentMobile .m-addComment__formInput {
	height: 132px
}
.m-addCommentMobile .m-addComment__description, .m-addCommentMobile .m-addComment__descriptionBoxTitle {
	font-size: 13px
}
.m-addCommentMobile__title {
	font-weight: 700;
	font-size: 14px;
	padding: 20px 0 0;
	margin: 0
}
.m-samplesList .c-stickyActionBox__circleIcon {
	margin-left: 15px
}
.m-samplesList__body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 105px
}
.m-samplesList__sampleItem {
	flex: 0 1 45%;
	width: 45%;
	position: relative;
	margin: 42px 0
}
.m-samplesList__sampleItem img {
	width: 90px;
	margin: 0 auto
}
.m-samplesList__sampleItem .c-productCard__actionBar {
	top: 0;
	opacity: 1;
	right: 0
}
.m-samplesList__sampleItem .c-productCard__favorite {
	margin-top: 0;
	margin-bottom: 5px
}
.m-samplesList__sampleItem .c-productCard__addToBasketText {
	font-size: 13px
}
.m-samplesList__sampleItem .c-productCard__addToBasket:hover {
	width: 170px
}
.m-samplesList__sampleItem .c-productCard__addToBasket:hover .c-productCard__addToBasketText {
	margin-right: 6px
}
.m-samplesList__sampleItem .c-productCard-m__addToBasket {
	margin: 4px 5px 4px 0
}
.m-samplesList__body--is-disabled {
	filter: blur(4px)
}
.m-addressList {
	padding: 0 5px;
	background: #e8e8e8
}
.m-addressList .m-header {
	border-radius: 33px 33px 0 0
}
.m-addressList__body {
	padding-bottom: 105px;
	background-color: #d8d8d8
}
.m-addressList__body .p-shippingMobile__addAddress {
	margin: 15px 0
}
.p-shippingMobile__addressItems {
	background-color: #fff;
	border-radius: 0 0 20px 20px
}
.m-addressForm {
	padding-bottom: 120px
}
.m-addressForm .c-inputBox__textareaInput::-webkit-input-placeholder, .m-addressForm .c-inputBox__textInput::-webkit-input-placeholder {
	font-size: 12px
}
.m-addressForm .c-inputBox__textareaInput::-ms-input-placeholder, .m-addressForm .c-inputBox__textInput::-ms-input-placeholder {
	font-size: 12px
}
.m-addressForm .c-inputBox__textareaInput::-moz-placeholder, .m-addressForm .c-inputBox__textInput::-moz-placeholder {
	font-size: 12px
}
.m-addressForm .select-selected {
	font-size: 12px
}
.m-addressForm .select-selected.selected {
	font-size: 14px
}
.m-selectMap {
	padding-bottom: 140px
}
.m-selectMap .c-stickyActionBox__circleIcon {
	margin-left: 75px
}
.m-selectMap__label {
	margin: 25px 0 20px
}
.m-selectMap__map {
	height: 630px;
	border: 1px solid #eee;
	border-radius: 20px;
	z-index: 1
}
.p-shipping__map {
	z-index: 1
}
@media (min-width:992px) {
	.swal2-container.m-quickAddToBasketContainer:not(.m-delete) .swal2-popup.swal2-popup {
		width: 900px
	}
}
@media (min-width:1180px) {
	.swal2-container.m-quickAddToBasketContainer:not(.m-delete) .swal2-popup.swal2-popup {
		width: 950px
	}
}
@media (min-width:1400px) {
	.swal2-container.m-quickAddToBasketContainer:not(.m-delete) .swal2-popup.swal2-popup {
		width: 1000px
	}
}
@media (min-width:1680px) {
	.swal2-container.m-quickAddToBasketContainer:not(.m-delete) .swal2-popup.swal2-popup {
		width: 1050px
	}
}
.m-quickAddToBasket {
	min-height: 100vh;
	display: flex;
	flex-direction: column
}
.m-quickAddToBasket__content {
	padding: 0 135px 0 65px;
	display: flex;
	align-items: center;
	flex: 1
}
@media (min-width:992px) {
	.m-quickAddToBasket__content {
		padding: 0 85px 0 20px
	}
}
@media (min-width:1180px) {
	.m-quickAddToBasket__content {
		padding: 0 95px 0 25px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__content {
		padding: 0 115px 0 45px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__content {
		padding: 0 135px 0 65px
	}
}
.m-quickAddToBasket__pName {
	color: #707070;
	margin: 0 0 10px;
	font-size: 15px
}
@media (min-width:1180px) {
	.m-quickAddToBasket__pName {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__pName {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__pName {
		font-size: 20px
	}
}
.m-quickAddToBasket__pLatinName {
	font-size: 14px;
	color: #707070;
	font-weight: 300;
	margin: 0;
	font-size: 11px
}
@media (min-width:1400px) {
	.m-quickAddToBasket__pLatinName {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__pLatinName {
		font-size: 14px
	}
}
.m-quickAddToBasket__priceContainer {
	display: flex;
	margin: 40px 0 15px
}
@media (min-width:1180px) {
	.m-quickAddToBasket__priceContainer {
		margin: 50px 0 15px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__priceContainer {
		margin: 60px 0 20px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__priceContainer {
		margin: 70px 0 30px
	}
}
.m-quickAddToBasket__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 22px;
	padding: 0 3px;
	border-radius: 20px;
	font-size: 14px;
	min-width: 50px;
	text-align: center;
	margin-left: 10px
}
@media (min-width:1180px) {
	.m-quickAddToBasket__discountPercent {
		font-size: 15px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__discountPercent {
		font-size: 17px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__discountPercent {
		font-size: 19px
	}
}
.m-quickAddToBasket__percent {
	font-size: 8px
}
.m-quickAddToBasket__invalidPrice {
	color: #9e9e9e;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px
}
@media (min-width:1180px) {
	.m-quickAddToBasket__invalidPrice {
		font-size: 13px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__invalidPrice {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__invalidPrice {
		font-size: 15px
	}
}
.m-quickAddToBasket__price {
	color: #d60644;
	font-size: 20px;
	font-weight: 700
}
@media (min-width:1180px) {
	.m-quickAddToBasket__price {
		font-size: 21px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__price {
		font-size: 23px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__price {
		font-size: 25px
	}
}
.m-quickAddToBasket__currencyUnit {
	font-size: 12px;
	margin-right: 2px
}
@media (min-width:1400px) {
	.m-quickAddToBasket__currencyUnit {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__currencyUnit {
		font-size: 14px
	}
}
.m-quickAddToBasket__shades {
	border: 1px solid #e0e0e0;
	border-radius: 35px;
	padding: 0 24px;
	width: 85%;
	margin-top: 15px;
	position: relative
}
.m-quickAddToBasket__shades.is-open {
	border: 0
}
.m-quickAddToBasket__shades.is-open .m-quickAddToBasket__shadesList {
	top: 50px;
	opacity: 1;
	z-index: 2;
	visibility: visible;
	transition: opacity .2s ease, top .2s ease
}
.m-quickAddToBasket__shades.is-open .m-quickAddToBasket__shadesHeader {
	border-bottom: 0
}
.m-quickAddToBasket__shades.is-open .m-quickAddToBasket__shadesContent {
	opacity: 0;
	transition: opacity .2s ease
}
.m-quickAddToBasket__shades.is-open .m-quickAddToBasket__collapseIconUp {
	display: block
}
.m-quickAddToBasket__shades.is-open .m-quickAddToBasket__collapseIconDown {
	display: none
}
@media (min-width:992px) {
	.m-quickAddToBasket__shades {
		margin-top: 18px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__shades {
		width: 392px;
		margin-top: 23px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__shades {
		width: 412px;
		margin-top: 33px
	}
}
.m-quickAddToBasket__shadesHeader {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0 10px;
	justify-content: space-between
}
@media (min-width:992px) {
	.m-quickAddToBasket__shadesHeader {
		padding: 13px 0 10px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__shadesHeader {
		padding: 15px 0 10px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__shadesHeader {
		padding: 17px 0 10px
	}
}
.m-quickAddToBasket__selectedShade {
	display: flex;
	align-items: center
}
.m-quickAddToBasket__selectedShadeColor {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px #909090;
	border-radius: 10px;
	margin-left: 10px
}
@media (min-width:992px) {
	.m-quickAddToBasket__selectedShadeColor {
		width: 15px;
		height: 15px
	}
}
@media (min-width:1180px) {
	.m-quickAddToBasket__selectedShadeColor {
		width: 16px;
		height: 16px
	}
}
.m-quickAddToBasket__selectedShadeName {
	color: #707070
}
.m-quickAddToBasket__collapseIcon {
	font-size: 22px;
	color: #707070;
	cursor: pointer
}
.m-quickAddToBasket__collapseIconUp {
	display: none
}
.m-quickAddToBasket__shadesContent {
	padding: 12px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 1;
	transition: opacity .2s ease
}
@media (min-width:992px) {
	.m-quickAddToBasket__shadesContent {
		padding: 10px 0 15px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__shadesContent {
		padding: 10px 0 20px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__shadesContent {
		padding: 12px 0 30px
	}
}
.m-quickAddToBasket__shadesColors {
	display: flex;
	margin: 0 -6px;
	flex-wrap: wrap;
	overflow: hidden;
	transition: height .5s ease
}
.m-quickAddToBasket__shadeItem {
	width: 31px;
	height: 31px;
	position: relative;
	margin: 5px 3px;
	cursor: pointer;
	border-radius: 20px
}
@media (min-width:992px) {
	.m-quickAddToBasket__shadeItem {
		width: 25px;
		height: 25px;
		margin: 7px 2px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__shadeItem {
		width: 28px;
		height: 28px;
		margin: 6px 2px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__shadeItem {
		width: 31px;
		height: 31px;
		margin: 5px 3px
	}
}
.m-quickAddToBasket__shadeColor {
	width: 31px;
	height: 31px;
	border-radius: 20px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 2px transparent;
	cursor: pointer
}
.m-quickAddToBasket__shadeColor.is-selected {
	border-color: #fff;
	box-shadow: 0 0 0 2px #909090
}
@media (min-width:992px) {
	.m-quickAddToBasket__shadeColor {
		width: 25px;
		height: 25px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__shadeColor {
		width: 28px;
		height: 28px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__shadeColor {
		width: 31px;
		height: 31px
	}
}
.m-quickAddToBasket__numberOfShade {
	height: 31px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 16px;
	cursor: pointer;
	margin-top: 5px;
	color: #909090;
	border: 1px solid #9e9e9e;
	position: absolute;
	background: #fff;
	left: 28px;
	box-shadow: 0 0 0 3px #fff
}
@media (min-width:992px) {
	.m-quickAddToBasket__numberOfShade {
		height: 25px;
		left: 15px;
		padding: 0 9px
	}
}
@media (min-width:1180px) {
	.m-quickAddToBasket__numberOfShade {
		left: 24px;
		padding: 0 12px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__numberOfShade {
		height: 28px;
		padding: 0 16px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__numberOfShade {
		height: 31px;
		left: 28px;
		padding: 0 20px
	}
}
.m-quickAddToBasket__closeShades {
	width: 31px;
	height: 31px;
	font-size: 28px;
	border: 1px solid #9e9e9e;
	border-radius: 16px;
	margin: 5px 3px;
	color: #909090;
	cursor: pointer;
	display: none
}
@media (min-width:992px) {
	.m-quickAddToBasket__closeShades {
		width: 25px;
		height: 25px;
		margin: 7px 2px;
		font-size: 24px
	}
}
@media (min-width:1400px) {
	.m-quickAddToBasket__closeShades {
		width: 28px;
		height: 28px;
		margin: 6px 2px;
		font-size: 26px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__closeShades {
		width: 31px;
		height: 31px;
		margin: 5px 3px;
		font-size: 28px
	}
}
.m-quickAddToBasket__shadesList {
	position: absolute;
	padding: 18px 22px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 35px;
	top: 45px;
	max-height: 225px;
	overflow-y: auto;
	width: calc(100% - 46px);
	right: 20px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, top .2s ease
}
.m-quickAddToBasket__shadesListItem {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
.m-quickAddToBasket__shadesListName {
	margin-right: 15px
}
.m-quickAddToBasket__actionBar {
	display: flex;
	margin: 35px 0 12px
}
@media (min-width:1400px) {
	.m-quickAddToBasket__actionBar {
		margin: 40px 0 15px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__actionBar {
		margin: 45px 0 18px
	}
}
.m-quickAddToBasket__quantity {
	color: #707070;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	height: 35px;
	padding: 0 2px;
	border-radius: 30px
}
@media (min-width:1400px) {
	.m-quickAddToBasket__quantity {
		height: 40px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__quantity {
		height: 45px
	}
}
.m-quickAddToBasket__quantityBtn {
	cursor: pointer;
	font-size: 28px;
	padding: 0;
	color: #707070;
	border: 0;
	background: none
}
.m-quickAddToBasket__count {
	min-width: 20px;
	font-size: 13px;
	color: #707070;
	margin: 0 3px;
	text-align: center
}
@media (min-width:1400px) {
	.m-quickAddToBasket__count {
		font-size: 14px;
		min-width: 18px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__count {
		font-size: 15px;
		min-width: 20px
	}
}
.m-quickAddToBasket__favorite {
	cursor: pointer;
	color: #9e9e9e;
	border: 1px solid #e0e0e0;
	height: 35px;
	width: 35px;
	border-radius: 25px;
	background: none;
	font-size: 15px;
	padding: 8px
}
@media (min-width:1400px) {
	.m-quickAddToBasket__favorite {
		height: 40px;
		width: 40px;
		font-size: 17px;
		padding: 10px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__favorite {
		height: 45px;
		width: 45px;
		font-size: 19px;
		padding: 12px
	}
}
.m-quickAddToBasket__addToBasket {
	display: flex;
	margin: 0 7px;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	height: 35px;
	padding: 4px 5px 4px 15px;
	font-size: 12px;
	background-color: #d60644;
	cursor: pointer;
	border: 0;
	transition: background-color .2s ease-in-out
}
.m-quickAddToBasket__addToBasket:hover {
	background-color: #bd053c
}
@media (min-width:1400px) {
	.m-quickAddToBasket__addToBasket {
		height: 40px;
		padding: 5px 6px 5px 25px;
		font-size: 13px;
		margin: 0 9px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__addToBasket {
		height: 45px;
		padding: 6px 7px 6px 35px;
		font-size: 14px;
		margin: 0 11px
	}
}
.m-quickAddToBasket__addToBasketIcon {
	font-size: 28px;
	margin-left: 5px;
	color: #fff
}
@media (min-width:1400px) {
	.m-quickAddToBasket__addToBasketIcon {
		font-size: 30px;
		margin-left: 15px
	}
}
@media (min-width:1680px) {
	.m-quickAddToBasket__addToBasketIcon {
		font-size: 32px;
		margin-left: 20px
	}
}
.m-quickAddToBasket__info {
	flex: 0 1px 55%;
	width: 55%
}
.m-quickAddToBasket__mainImage {
	flex: 0 1px 45%;
	width: 45%
}
.m-sorting__items {
	padding: 30px 0
}
.m-sorting__item {
	margin-bottom: 30px;
	color: #909090
}
.m-filters {
	padding-bottom: 125px
}
.m-filters .c-accordionBox {
	border-radius: 0;
	margin-bottom: 0
}
.m-filters .c-accordionBox, .m-filters .c-filters__switch {
	border-bottom: 1px solid #eee
}
.m-filters .c-accordionBox__header {
	height: 66px
}
.m-filters .c-accordionBox__text {
	font-size: 14px
}
.m-filters .c-searchBox {
	border-color: #cbcbcb
}
.m-filters .c-searchBox__submit {
	font-size: 15px
}
.m-filters .c-checkbox__label {
	color: #909090
}
.m-filters .c-filters__element {
	margin-bottom: 15px;
	font-size: 14px;
	color: #707070;
	margin-left: 0
}
.m-filters .c-filters .c-searchBox {
	border-radius: 20px
}
.m-filters .c-filters .c-searchBox__input {
	height: 40px!important;
	border-radius: 20px!important
}
.m-filters .c-filters .c-accordionBox {
	margin-bottom: 0
}
.m-filters .c-filters .c-checkbox__label:after, .m-filters .c-filters .c-checkbox__label:before {
	width: 24px;
	height: 24px;
	font-size: 24px
}
.m-filters .c-filters .c-accordionBox__content {
	padding-top: 0;
	border-top: none
}
.m-filters .c-filters .c-rangeSlider {
	padding: 20px 0 16px 14px
}
.m-filters .c-filters .c-rangeSlider .noUi-target {
	height: 5px
}
.m-filters .c-filters .c-rangeSlider .noUi-connect {
	background: #be9c79;
	border-radius: 4px
}
.m-filters .c-filters .c-rangeSlider .noUi-handle {
	width: 26px;
	height: 26px;
	top: -11px
}
.m-filters .c-filters .c-rangeSlider__values {
	font-size: 13px
}
.m-filters .c-filters .c-rangeSlider__value {
	min-width: 111px;
	height: 35px;
	font-size: 14px
}
.m-filters .c-filters .c-switch {
	width: 50px;
	height: 26px
}
.m-filters .c-filters .c-switch.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -24px
}
.m-filters .c-filters .c-switch .noUi-handle {
	width: 24px;
	height: 24px;
	top: 0
}
.m-filters .c-filters .c-switch.on.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: 0
}
.m-filters .c-filters__switch {
	border-radius: 0;
	margin-bottom: 0;
	justify-content: space-between
}
.m-filters .c-filters__switchText {
	font-size: 13px
}
.m-filters .c-filters__brandSearch {
	padding: 0 24px 22px;
	border-top: 0
}
.m-filters .c-filters__brandsBadge {
	display: none
}
.m-filters__count {
	min-width: 25px;
	padding: 0 3px;
	height: 25px;
	background: #be9c79;
	border-radius: 15px;
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	font-weight: 500
}
.m-addressFormModal {
	height: 100vh;
	padding: 80px 135px 20px 48px;
	overflow-y: auto
}
.m-addressFormModal__content {
	width: 780px
}
.m-giftForm .form-items {
	flex: 1
}
@media (min-width:992px) {
	.m-giftForm .c-inputBox__label {
		font-size: 16px
	}
}
.m-giftForm .c-inputBox__textareaInput, .m-giftForm .c-inputBox__textInput {
	text-align: center;
	font-size: 12px
}
.m-giftForm .c-inputBox__textareaInput::-webkit-input-placeholder, .m-giftForm .c-inputBox__textInput::-webkit-input-placeholder {
	text-align: right
}
.m-giftForm .c-inputBox__textareaInput::-ms-input-placeholder, .m-giftForm .c-inputBox__textInput::-ms-input-placeholder {
	text-align: right
}
.m-giftForm .c-inputBox__textareaInput::-moz-placeholder, .m-giftForm .c-inputBox__textInput::-moz-placeholder {
	text-align: right
}
@media (min-width:992px) {
	.m-giftForm .c-inputBox__textareaInput, .m-giftForm .c-inputBox__textInput {
		font-size: 14px
	}
}
@media (min-width:992px) {
	.m-giftForm {
		height: 100vh;
		padding: 185px 100px 20px 110px;
		overflow-y: auto
	}
	.m-giftForm .m-close.m-close {
		left: 0;
		top: -125px;
		cursor: pointer
	}
}
.m-giftForm__form {
	padding: 20px 24px
}
.m-giftForm__form .c-inputBox__errorMsg_basic {
	text-align: center
}
.m-giftForm__form .m-giftForm__errorlist {
	padding: 0
}
@media (min-width:992px) {
	.m-giftForm__form {
		padding: 20px 0 0;
		display: flex
	}
}
.m-giftForm__submitBtn {
	width: 210px;
	font-size: 16px;
	padding: 0;
	flex: 0 1 145px;
	margin: 43px auto 11px
}
@media (min-width:992px) {
	.m-giftForm__submitBtn {
		width: 145px;
		margin: 43px 25px 11px 0;
		font-size: 14px
	}
}
@media (min-width:992px) {
	.m-codeRegistrationConfirm {
		height: 100vh;
		padding: 185px 100px 20px 110px;
		overflow-y: auto
	}
}
.m-codeRegistrationConfirm__submitBtn {
	width: 210px;
	font-size: 16px;
	padding: 0;
	flex: 0 1 145px;
	margin: 43px auto 11px
}
@media (min-width:992px) {
	.m-codeRegistrationConfirm__submitBtn {
		width: 145px;
		margin: 43px 25px 11px 0;
		font-size: 14px
	}
}
.m-codeRegistrationConfirm__content {
	padding: 20px
}
@media (min-width:992px) {
	.m-codeRegistrationConfirm__content {
		padding: 0
	}
}
.m-codeRegistrationConfirm__msg {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 38px
}
@media (min-width:992px) {
	.m-codeRegistrationConfirm__msg {
		font-size: 14px;
		text-align: right;
		line-height: 24px
	}
}
.m-codeRegistrationConfirm__successMsg {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease .3s
}
.m-codeRegistrationConfirm__successMsg.is-show {
	opacity: 1;
	visibility: visible
}
@media (min-width:992px) {
	.m-codeRegistrationConfirm__successMsg {
		margin-top: 0;
		font-size: 14px;
		text-align: right;
		line-height: 24px
	}
}
.m-codeRegistrationConfirm__codeRegister.is-hide {
	display: none
}
@keyframes swal2-hide {
	0% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1);
		opacity: 0
	}
}
.m-delete.swal2-backdrop-show.swal2-backdrop-show, .m-delete.swal2-noanimation.swal2-noanimation {
	background-color: hsla(0, 0%, 56.5%, .35)
}
.m-delete .swal2-popup.swal2-popup {
	border: 0;
	padding: 0;
	font-size: 14px;
	box-shadow: none;
	border-radius: 25px;
	height: 200px;
	width: 500px
}
.m-delete .swal2-hide.swal2-hide {
	animation: swal2-hide
}
.m-delete .swal2-content.swal2-content {
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #707070
}
.m-delete__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 75px 35px 0
}
@media (min-width:992px) {
	.m-delete__container {
		padding: 0
	}
}
.m-delete__text {
	margin-bottom: 25px;
	text-align: center
}
.m-delete__actins {
	display: flex
}
.m-delete__actins button {
	width: 110px;
	margin: 0 10px
}
.m-requestPayout {
	padding: 40px 20px;
	transition: opacity .3s ease;
	color: #707070;
	overflow-y: auto;
	direction: ltr
}
@media (min-width:1400px) {
	.m-requestPayout {
		height: 55vh;
		padding: 70px
	}
}
@media (min-width:1680px) {
	.m-requestPayout {
		padding: 100px
	}
}
.m-requestPayout input {
	font-size: 12px
}
.m-requestPayout .c-inputBox_error {
	font-weight: lighter;
	font-size: 13px
}
.m-requestPayout__content {
	direction: rtl
}
.m-requestPayout__top {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
	align-items: flex-end
}
@media (min-width:1400px) {
	.m-requestPayout__top {
		padding-bottom: 10px;
		margin-bottom: 15px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__top {
		padding-bottom: 14px;
		margin-bottom: 20px
	}
}
.m-requestPayout__pName {
	font-size: 15px;
	font-weight: 700
}
@media (min-width:1180px) {
	.m-requestPayout__pName {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__pName {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__pName {
		font-size: 20px
	}
}
.m-requestPayout__mainImage {
	max-width: 70px;
	margin-left: 40px
}
@media (min-width:1180px) {
	.m-requestPayout__mainImage {
		max-width: 80px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__mainImage {
		max-width: 100px;
		margin-left: 30px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__mainImage {
		max-width: 120px
	}
}
.m-requestPayout__review {
	display: flex;
	margin-bottom: 25px
}
@media (min-width:1180px) {
	.m-requestPayout__review {
		margin-bottom: 30px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__review {
		margin-bottom: 40px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__review {
		margin-bottom: 50px
	}
}
.m-requestPayout__stars {
	display: flex;
	margin-left: 5px
}
.m-requestPayout__star {
	font-size: 13px;
	margin: 0 2px;
	color: #be9c79
}
@media (min-width:1400px) {
	.m-requestPayout__star {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__star {
		font-size: 17px
	}
}
.m-requestPayout__votingCount {
	font-size: 8px;
	color: #909090;
	margin-right: 20px
}
@media (min-width:1400px) {
	.m-requestPayout__votingCount {
		font-size: 9px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__votingCount {
		font-size: 10px
	}
}
.m-requestPayout__commentCount {
	color: #be9c79;
	font-size: 10px;
	margin-right: 20px
}
@media (min-width:1400px) {
	.m-requestPayout__commentCount {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__commentCount {
		font-size: 12px
	}
}
.m-requestPayout__userRatingItem {
	margin: 16px 0
}
@media (min-width:1180px) {
	.m-requestPayout__userRatingItem {
		margin: 18px 0
	}
}
@media (min-width:1400px) {
	.m-requestPayout__userRatingItem {
		margin: 23px 0
	}
}
@media (min-width:1680px) {
	.m-requestPayout__userRatingItem {
		margin: 28px 0
	}
}
.m-requestPayout__userRatingLabel {
	margin-bottom: 5px;
	font-size: 12px
}
@media (min-width:1400px) {
	.m-requestPayout__userRatingLabel {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__userRatingLabel {
		margin-bottom: 8px;
		font-size: 14px
	}
}
.m-requestPayout__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: 252px
}
.m-requestPayout__userRatingValue:after, .m-requestPayout__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.m-requestPayout__userRatingValue:before {
	left: 20%
}
.m-requestPayout__userRatingValue:after {
	left: 40%
}
@media (min-width:1180px) {
	.m-requestPayout__userRatingValue {
		width: 272px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__userRatingValue {
		width: 292px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__userRatingValue {
		width: 312px
	}
}
.m-requestPayout__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.m-requestPayout__userRatingBg:after, .m-requestPayout__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.m-requestPayout__userRatingBg:before {
	right: 20%
}
.m-requestPayout__userRatingBg:after {
	right: 40%
}
.m-requestPayout__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0
}
.m-requestPayout__formLabel {
	margin: 24px 0 5px;
	display: block;
	font-size: 12px
}
@media (min-width:1180px) {
	.m-requestPayout__formLabel {
		margin: 27px 0 5px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__formLabel {
		margin: 32px 0 5px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__formLabel {
		margin: 37px 0 10px;
		font-size: 14px
	}
}
.m-requestPayout__formInput {
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	height: 132px;
	padding: 8px;
	resize: none;
	border-radius: 25px;
	margin-bottom: 5px
}
.m-requestPayout__formInput.error {
	border: 1px solid #d60644
}
.m-requestPayout__formInput::-webkit-input-placeholder {
	color: #909090
}
.m-requestPayout__formInput::-ms-input-placeholder {
	color: #909090
}
.m-requestPayout__formInput::-moz-placeholder {
	color: #909090
}
@media (min-width:1180px) {
	.m-requestPayout__formInput {
		height: 152px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__formInput {
		height: 172px;
		padding: 10px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__formInput {
		height: 192px;
		padding: 15px;
		margin-bottom: 10px
	}
}
.m-requestPayout__formDesc {
	color: #909090;
	font-size: 10px;
	font-weight: 300
}
@media (min-width:1400px) {
	.m-requestPayout__formDesc {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__formDesc {
		font-size: 12px
	}
}
.m-requestPayout__submit {
	height: 35px;
	width: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #be9c79;
	padding: 0;
	border: 0;
	border-radius: 30px;
	margin: 40px auto 10px;
	font-size: 12px;
	cursor: pointer
}
@media (min-width:992px) {
	.m-requestPayout__submit {
		border: 1px solid #be9c79
	}
}
@media (min-width:1400px) {
	.m-requestPayout__submit {
		height: 40px;
		width: 125px;
		margin: 25px auto 15px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__submit {
		height: 45px;
		width: 145px;
		margin: 30px auto 20px;
		font-size: 14px
	}
}
.m-requestPayout__descriptionBox {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 12px
}
@media (min-width:1180px) {
	.m-requestPayout__descriptionBox {
		margin-top: 25px;
		padding-top: 15px
	}
}
@media (min-width:1400px) {
	.m-requestPayout__descriptionBox {
		margin-top: 30px;
		padding-top: 20px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__descriptionBox {
		margin-top: 40px;
		padding-top: 30px
	}
}
.m-requestPayout__descriptionBoxTitle {
	font-weight: 700;
	color: #909090;
	font-size: 12px
}
@media (min-width:1400px) {
	.m-requestPayout__descriptionBoxTitle {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__descriptionBoxTitle {
		font-size: 14px
	}
}
.m-requestPayout__description {
	font-weight: 300;
	color: #909090;
	font-size: 10px
}
@media (min-width:1400px) {
	.m-requestPayout__description {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.m-requestPayout__description {
		font-size: 12px
	}
}
.p-home section {
	margin-bottom: 20px
}
.p-home .c-productCarousel {
	margin-top: 30px
}
.p-home .c-alert-secondary {
	display: none
}
@media (min-width:1400px) {
	.p-home .c-productCard {
		padding: 40px 20px
	}
}
@media (min-width:1680px) {
	.p-home .c-productCard {
		padding: 50px 35px
	}
}
.p-home__slider {
	position: relative;
	overflow: hidden;
	width: 67%;
	border-radius: 25px
}
.p-home__slider .p-home__slides, .p-home__slider .p-home__splideSlider, .p-home__slider .splide__slide, .p-home__slider .splide__track {
	height: 100%
}
.p-home__slider .splide__pagination {
	position: absolute;
	bottom: 42px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2
}
@media (min-width:1680px) {
	.p-home__slider {
		width: 1100px
	}
}
.p-home__topSection {
	display: flex;
	width: 100%;
	flex-direction: row-reverse
}
.p-home__slide {
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0
}
.p-home__slide img {
	border-radius: 25px;
	width: 100%;
	height: auto;
	display: none
}
.p-home__side {
	padding-left: 20px;
	width: 33%
}
@media (min-width:1680px) {
	.p-home__side {
		width: 540px
	}
}
.p-home__sideBox {
	margin-bottom: 20px;
	display: block
}
.p-home__sideBox img {
	border-radius: 25px
}
.p-home__sideBox:last-child {
	margin-bottom: 0
}
.p-home__recentVisits {
	position: relative;
	background-color: #db1e44;
	color: #fff;
	height: 165px;
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	overflow: hidden
}
@media (min-width:1180px) {
	.p-home__recentVisits {
		height: 203px;
		padding: 15px
	}
}
@media (min-width:1400px) {
	.p-home__recentVisits {
		height: 245px;
		padding: 20px
	}
}
@media (min-width:1680px) {
	.p-home__recentVisits {
		height: 265px
	}
}
.p-home__recentVisitsBg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.p-home__recentVisitsTitle {
	font-size: 14px -1;
	font-weight: 700;
	position: relative;
	z-index: 2
}
@media (min-width:1180px) {
	.p-home__recentVisitsTitle {
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-home__recentVisitsTitle {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-home__recentVisitsTitle {
		font-size: 16px
	}
}
.p-home__recentVisitsSlider {
	position: relative;
	z-index: 2
}
.p-home__recentVisitsSlider .p-home__priceContainer {
	direction: rtl
}
.p-home__recentVisitsSlider .p-home__invalidPrice {
	color: #fff
}
.p-home__recentVisitsSlider .p-home__price {
	color: #fff;
	font-size: 15px
}
.p-home__recentVisitsSlider .p-home__currencyUnit {
	font-size: 13px
}
@media (min-width:1180px) {
	.p-home__recentVisitsSlider .p-home__price {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.p-home__recentVisitsSlider .p-home__price {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.p-home__recentVisitsSlider .p-home__price {
		font-size: 20px
	}
}
.p-home__recentVisitImage {
	width: 78px;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: #fff
}
.p-home__recentVisitImage img {
	width: 66px;
	max-height: 66px
}
@media (min-width:1180px) {
	.p-home__recentVisitImage {
		width: 88px;
		height: 88px;
		border-radius: 25px;
		margin: 7px auto
	}
	.p-home__recentVisitImage img {
		width: 68px;
		max-height: 68px
	}
}
@media (min-width:1400px) {
	.p-home__recentVisitImage {
		width: 108px;
		height: 108px;
		margin: 10px auto 15px;
		border-radius: 30px
	}
	.p-home__recentVisitImage img {
		width: 77px;
		max-height: 77px
	}
}
@media (min-width:1680px) {
	.p-home__recentVisitImage {
		width: 128px;
		height: 128px;
		margin: 10px auto 15px;
		border-radius: 36px
	}
	.p-home__recentVisitImage img {
		width: 88px;
		max-height: 88px
	}
}
.p-home__priceContainer {
	display: flex;
	justify-content: center;
	align-items: center
}
.p-home__invalidPrice {
	color: #9e9e9e;
	font-size: 15px;
	text-decoration: line-through;
	margin-left: 10px
}
.p-home__price {
	color: #d60644;
	font-size: 24px;
	font-weight: 700
}
.p-home__currencyUnit {
	font-size: 14px;
	margin-right: 2px
}
.p-home__allRecentVisits {
	direction: rtl;
	color: #fff;
	font-size: 11px;
	margin-top: -7px;
	position: relative;
	z-index: 2
}
.p-home__allRecentVisits i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-home__allRecentVisits:hover {
	opacity: .7
}
.p-home__allRecentVisits:hover i {
	transform: translateX(-7px)
}
@media (min-width:1180px) {
	.p-home__allRecentVisits {
		margin-top: 3px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-home__allRecentVisits {
		margin-top: 6px
	}
}
.p-home__allRecentVisitsIcon {
	font-size: 22px
}
.p-home__banners {
	display: flex;
	margin: 0 -5px
}
@media (min-width:992px) {
	.p-home__banners {
		margin: 0 -10px
	}
}
.p-home__4banners {
	margin-bottom: 20px
}
.p-home__4banners .p-home__banner {
	width: 25%;
	flex: 0 1 25%
}
.p-home__2banners {
	margin-bottom: 20px
}
.p-home__2banners .p-home__banner {
	width: 50%;
	flex: 0 1 50%
}
.p-home__3banners .p-home__banners {
	flex-wrap: wrap;
	margin: 0 -5px
}
.p-home__3banners .p-home__banner {
	padding: 0 5px;
	width: 50%;
	flex: 0 1 50%
}
.p-home__3banners .p-home__banner:last-child {
	width: 100%;
	flex: 0 1 100%;
	margin-top: 10px
}
.p-home__banner {
	display: block;
	padding: 0 5px
}
.p-home__banner img {
	border-radius: 25px
}
@media (min-width:992px) {
	.p-home__banner {
		padding: 0 10px
	}
}
.p-home__mostVisitedCategories {
	margin: 0;
	background-color: #fff;
	border-radius: 25px;
	padding: 30px 20px 33px
}
.p-home__mostVisitedCategoriesTitle {
	text-align: center;
	margin: 0 0 30px;
	font-size: 13px
}
@media (min-width:1180px) {
	.p-home__mostVisitedCategoriesTitle {
		margin: 0 0 32px;
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-home__mostVisitedCategoriesTitle {
		margin: 0 0 35px;
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-home__mostVisitedCategoriesTitle {
		margin: 0 0 38px;
		font-size: 16px
	}
}
.p-home__mostVisitedCategoriesList {
	flex-wrap: nowrap
}
.p-home__mostVisitedCategory {
	color: #707070;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 20px;
	font-size: 13px
}
.p-home__mostVisitedCategory:hover {
	color: #9e9e9e
}
.p-home__mostVisitedCategory:first-child i {
	color: #0838c0;
	border-color: #0838c0
}
.p-home__mostVisitedCategory:nth-child(2) i {
	color: #f5196a;
	border-color: #f5196a
}
.p-home__mostVisitedCategory:nth-child(3) i {
	color: #f8b80e;
	border-color: #f8b80e
}
.p-home__mostVisitedCategory:nth-child(4) i {
	color: #4bdea1;
	border-color: #4bdea1
}
.p-home__mostVisitedCategory:nth-child(5) i {
	color: #f5420e;
	border-color: #f5420e
}
.p-home__mostVisitedCategory:nth-child(6) i {
	color: #f364ce;
	border-color: #f364ce
}
@media (min-width:992px) {
	.p-home__mostVisitedCategory {
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-home__mostVisitedCategory {
		margin: 0 30px
	}
}
@media (min-width:1680px) {
	.p-home__mostVisitedCategory {
		margin: 0 40px
	}
}
.p-home__mostVisitedCategoryIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	margin-bottom: 15px;
	width: 85px;
	height: 50px;
	font-size: 40px
}
@media (min-width:1180px) {
	.p-home__mostVisitedCategoryIcon {
		margin-bottom: 12px;
		width: 90px;
		height: 53px;
		font-size: 42px
	}
}
@media (min-width:1400px) {
	.p-home__mostVisitedCategoryIcon {
		margin-bottom: 15px;
		width: 95px;
		height: 56px;
		font-size: 43px
	}
}
@media (min-width:1680px) {
	.p-home__mostVisitedCategoryIcon {
		width: 100px;
		height: 59px;
		font-size: 44px
	}
}
.p-home__suggestedMakeup {
	margin-top: 25px
}
.p-home__carousel .c-productCarousel__title {
	display: flex;
	justify-content: space-between
}
.p-home__carouselMoreLink {
	color: #909090;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
	display: flex
}
.p-home__carouselMoreLink i {
	font-size: 18px;
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-home__carouselMoreLink:hover {
	opacity: .7
}
.p-home__carouselMoreLink:hover i {
	transform: translateX(-7px)
}
.c-offrooz {
	background-color: #f9f9f9;
	border-radius: 25px
}
.c-offrooz__header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	height: 72px;
	padding: 0 45px 0 40px;
	border-radius: 25px 25px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}
@media (min-width:1180px) {
	.c-offrooz__header {
		height: 82px;
		padding: 0 55px 0 50px
	}
}
@media (min-width:1400px) {
	.c-offrooz__header {
		height: 92px;
		padding: 0 65px 0 60px
	}
}
@media (min-width:1680px) {
	.c-offrooz__header {
		height: 102px;
		padding: 0 75px 0 70px
	}
}
.c-offrooz__top {
	display: flex;
	color: #d60644;
	height: 72px;
	align-items: flex-end;
	border-bottom: 2px solid #cbcbcb;
	padding: 0 0 10px;
	justify-content: flex-start;
	width: 100%
}
@media (min-width:1180px) {
	.c-offrooz__top {
		height: 82px;
		padding: 0 0 15px
	}
}
@media (min-width:1400px) {
	.c-offrooz__top {
		height: 92px
	}
}
@media (min-width:1680px) {
	.c-offrooz__top {
		height: 102px;
		padding: 0 0 20px
	}
}
.c-offrooz__timer {
	margin-left: -40px;
	margin-bottom: -8px;
	margin-right: 0
}
@media (min-width:1180px) {
	.c-offrooz__timer {
		margin-left: -30px;
		margin-bottom: -5px
	}
}
@media (min-width:1400px) {
	.c-offrooz__timer {
		margin-left: -20px
	}
}
@media (min-width:1680px) {
	.c-offrooz__timer {
		margin-left: 0;
		margin-bottom: 0
	}
}
.c-offrooz__title {
	display: flex;
	align-items: center;
	margin-left: 5px
}
@media (min-width:1400px) {
	.c-offrooz__title img {
		width: 65px
	}
}
@media (min-width:1680px) {
	.c-offrooz__title img {
		width: auto
	}
}
.c-offrooz__titleIcon {
	font-size: 33px;
	margin-left: 5px
}
@media (min-width:1180px) {
	.c-offrooz__titleIcon {
		font-size: 34px
	}
}
@media (min-width:1400px) {
	.c-offrooz__titleIcon {
		font-size: 35px
	}
}
@media (min-width:1680px) {
	.c-offrooz__titleIcon {
		font-size: 36px
	}
}
.c-offrooz__link {
	color: #909090;
	font-size: 13px;
	display: flex;
	align-items: center
}
.c-offrooz__link i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-offrooz__link:hover {
	color: #505050
}
.c-offrooz__link:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:1180px) {
	.c-offrooz__link {
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.c-offrooz__link {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.c-offrooz__link {
		font-size: 16px
	}
}
.c-offrooz__linkIcon {
	font-size: 26px
}
.c-offrooz__content {
	display: flex
}
.c-offrooz__selectedProduct {
	background-color: #fff;
	padding: 40px 15px;
	border-radius: 0 0 25px 0;
	width: 30%
}
@media (min-width:1400px) {
	.c-offrooz__selectedProduct {
		width: 27.32%;
		padding: 40px 30px
	}
}
@media (min-width:1680px) {
	.c-offrooz__selectedProduct {
		padding: 40px 35px
	}
}
.c-offrooz__discounts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 10px
}
.c-offrooz__freeDelivery {
	height: 25px;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #be9c79;
	color: #be9c79;
	border-radius: 15px;
	font-size: 9px;
	font-weight: 300;
	text-align: center;
	white-space: nowrap
}
@media (min-width:1180px) {
	.c-offrooz__freeDelivery {
		height: 26px;
		width: 57px
	}
}
@media (min-width:1400px) {
	.c-offrooz__freeDelivery {
		height: 27px;
		width: 58px
	}
}
@media (min-width:1680px) {
	.c-offrooz__freeDelivery {
		height: 29px;
		width: 60px
	}
}
.c-offrooz__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 25px;
	min-width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
	border-radius: 15px;
	font-size: 19px;
	text-align: center;
	margin-bottom: 15px
}
@media (min-width:1180px) {
	.c-offrooz__discountPercent {
		height: 26px;
		min-width: 57px;
		font-size: 20px
	}
}
@media (min-width:1400px) {
	.c-offrooz__discountPercent {
		height: 27px;
		min-width: 58px;
		font-size: 21px
	}
}
@media (min-width:1680px) {
	.c-offrooz__discountPercent {
		height: 29px;
		min-width: 60px;
		font-size: 22px
	}
}
.c-offrooz__percent {
	font-size: 9px
}
.c-offrooz__selectedImage {
	margin: 15px 0
}
.c-offrooz__selectedImage img {
	width: auto;
	height: 200px;
	margin: 0 auto
}
@media (min-width:1180px) {
	.c-offrooz__selectedImage img {
		height: 250px
	}
}
@media (min-width:1400px) {
	.c-offrooz__selectedImage img {
		height: 300px
	}
}
@media (min-width:1680px) {
	.c-offrooz__selectedImage img {
		height: 350px
	}
}
.c-offrooz__selectedTitle a {
	line-height: 29px;
	font-size: 15px;
	color: #707070;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 0 30px
}
.c-offrooz__selectedTitle a:hover {
	color: #9e9e9e
}
@media (min-width:992px) {
	.c-offrooz__selectedTitle a {
		overflow: hidden;
		height: 58px
	}
}
@media (min-width:1180px) {
	.c-offrooz__selectedTitle a {
		font-size: 16px;
		line-height: 32px;
		height: 64px
	}
}
@media (min-width:1400px) {
	.c-offrooz__selectedTitle a {
		font-size: 18px;
		line-height: 35px;
		height: 70px
	}
}
@media (min-width:1680px) {
	.c-offrooz__selectedTitle a {
		height: 76px;
		line-height: 38px;
		font-size: 20px
	}
}
.c-offrooz__actionBar {
	display: flex;
	align-items: center;
	margin-top: 28px;
	padding-top: 35px;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #eee
}
@media (min-width:1180px) {
	.c-offrooz__actionBar {
		margin-top: 20px;
		padding-top: 25px
	}
}
@media (min-width:1400px) {
	.c-offrooz__actionBar {
		margin-top: 25px;
		padding-top: 30px
	}
}
@media (min-width:1680px) {
	.c-offrooz__actionBar {
		margin-top: 28px;
		padding-top: 35px
	}
}
.c-offrooz__priceContainer {
	display: flex;
	justify-content: center
}
.c-offrooz__invalidPrice {
	color: #9e9e9e;
	font-size: 11px;
	text-decoration: line-through;
	margin-left: 5px
}
@media (min-width:1400px) {
	.c-offrooz__invalidPrice {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-offrooz__invalidPrice {
		font-size: 13px
	}
}
.c-offrooz__invalidPrice .c-productCard__currencyUnit {
	display: none
}
.c-offrooz__price {
	color: #d60644;
	font-size: 15px;
	font-weight: 700
}
@media (min-width:1180px) {
	.c-offrooz__price {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-offrooz__price {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.c-offrooz__price {
		font-size: 20px
	}
}
.c-offrooz__currencyUnit {
	font-size: 9px
}
@media (min-width:1400px) {
	.c-offrooz__currencyUnit {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.c-offrooz__currencyUnit {
		font-size: 11px;
		margin-right: 2px
	}
}
.c-offrooz__view {
	display: flex;
	font-size: 14px;
	height: 35px;
	width: 170px;
	margin: 0;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	padding: 6px 7px;
	background-color: #d60644;
	cursor: pointer;
	border: 1px solid #d60644;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.c-offrooz__view:hover {
	background-color: #fff;
	color: #d60644
}
.c-offrooz__view:hover .c-offrooz__viewIcon {
	color: #d60644
}
@media (min-width:1400px) {
	.c-offrooz__view {
		font-size: 15px;
		height: 40px;
		width: 190px
	}
}
@media (min-width:1680px) {
	.c-offrooz__view {
		height: 45px;
		width: 210px;
		font-size: 16px
	}
}
.c-offrooz__viewIcon {
	font-size: 26px;
	margin-left: 5px;
	color: #fff;
	transition: color .3s ease-in-out
}
@media (min-width:1180px) {
	.c-offrooz__viewIcon {
		font-size: 28px;
		margin-left: 10px
	}
}
@media (min-width:1400px) {
	.c-offrooz__viewIcon {
		font-size: 30px;
		margin-left: 15px
	}
}
@media (min-width:1680px) {
	.c-offrooz__viewIcon {
		font-size: 32px;
		margin-left: 20px
	}
}
.c-offrooz__sliderControls .side__sliderNext {
	left: 10px!important
}
.c-offrooz__sliderControls .side__sliderPrev {
	right: 5px!important
}
@media (min-width:1680px) {
	.c-offrooz__sliderControls .side__sliderNext {
		left: 15px!important
	}
	.c-offrooz__sliderControls .side__sliderPrev {
		right: 11px!important
	}
}
.c-offrooz__slider {
	position: relative;
	width: 70%;
	padding: 34px 15px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0 0 0 25px
}
.c-offrooz__slider .splide__pagination {
	bottom: -35px
}
.c-offrooz__slider .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 8px;
	margin: 0 4px
}
.c-offrooz__slider .splide__pagination .splide__pagination__page.is-active {
	width: 24px
}
@media (min-width:1180px) {
	.c-offrooz__slider {
		padding: 44px 40px
	}
	.c-offrooz__slider .splide__pagination {
		bottom: -37px
	}
}
@media (min-width:1400px) {
	.c-offrooz__slider {
		padding: 54px 50px;
		width: 72.68%
	}
	.c-offrooz__slider .splide__pagination {
		bottom: -40px
	}
}
@media (min-width:1680px) {
	.c-offrooz__slider {
		padding: 68px 60px
	}
	.c-offrooz__slider .splide__pagination {
		bottom: -45px
	}
}
.c-offrooz__slide {
	direction: rtl;
	padding: 0 10px;
	margin-top: 45px;
	transition: margin .3s ease
}
.c-offrooz__slide:hover {
	margin-top: 0
}
.c-offrooz__slide:hover .c-offrooz__slideContent .c-offrooz__view {
	display: flex
}
.c-offrooz__slide:hover .c-offrooz__slidePriceContainer {
	display: none
}
.c-offrooz__slide:hover.is-active {
	margin-top: 0
}
.c-offrooz__slide.is-active {
	margin-top: 45px
}
.c-offrooz__slide.is-active .c-offrooz__slideContent {
	border: 1px solid #e0e0e0
}
.c-offrooz__slide .c-offrooz__viewIcon {
	margin-left: 20px
}
@media (min-width:1680px) {
	.c-offrooz__slide {
		padding: 0 15px
	}
}
.c-offrooz__slideContent {
	background-color: #fff;
	border-radius: 25px;
	padding: 58px 15px 48px
}
.c-offrooz__slideContent .c-offrooz__view {
	margin: 0 auto;
	display: none
}
@media (min-width:1180px) {
	.c-offrooz__slideContent {
		padding: 58px 20px
	}
}
@media (min-width:1400px) {
	.c-offrooz__slideContent {
		padding: 58px 30px 68px
	}
}
@media (min-width:1680px) {
	.c-offrooz__slideContent {
		padding: 58px 16% 78px
	}
}
.c-offrooz__slideTitle {
	font-size: 12px;
	font-weight: 700;
	height: 60px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 25px
}
.c-offrooz__slideTitle a {
	color: #707070
}
.c-offrooz__slideTitle a:hover {
	color: #9e9e9e
}
@media (min-width:1180px) {
	.c-offrooz__slideTitle {
		font-size: 13px;
		margin: 0 0 30px
	}
}
@media (min-width:1400px) {
	.c-offrooz__slideTitle {
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 35px
	}
}
@media (min-width:1680px) {
	.c-offrooz__slideTitle {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 40px;
		max-height: 60px
	}
}
.c-offrooz__slideImage {
	margin-bottom: 30px
}
.c-offrooz__slideImage img {
	margin: 0 auto;
	width: 145px;
	height: 145px
}
@media (min-width:1180px) {
	.c-offrooz__slideImage {
		margin-bottom: 35px
	}
	.c-offrooz__slideImage img {
		width: 155px;
		height: 155px
	}
}
@media (min-width:1400px) {
	.c-offrooz__slideImage {
		margin-bottom: 40px
	}
	.c-offrooz__slideImage img {
		width: 165px;
		height: 165px
	}
}
@media (min-width:1680px) {
	.c-offrooz__slideImage {
		margin-bottom: 45px
	}
	.c-offrooz__slideImage img {
		width: 175px;
		height: 175px
	}
}
.c-offrooz__slidePriceContainer {
	text-align: center;
	margin: 0 auto;
	border: 1px solid #d60644;
	border-radius: 25px;
	height: 35px;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center
}
.c-offrooz__slidePriceContainer .c-offrooz__invalidPrice {
	margin-left: 5px
}
.c-offrooz__slidePriceContainer .c-offrooz__price {
	font-size: 15px;
	font-weight: 700;
	color: #d60644
}
.c-offrooz__slidePriceContainer .c-offrooz__currencyUnit {
	font-size: 9px
}
@media (min-width:1180px) {
	.c-offrooz__slidePriceContainer .c-offrooz__price {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-offrooz__slidePriceContainer {
		height: 40px;
		width: 190px
	}
	.c-offrooz__slidePriceContainer .c-offrooz__price {
		font-size: 18px
	}
	.c-offrooz__slidePriceContainer .c-offrooz__currencyUnit {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.c-offrooz__slidePriceContainer {
		height: 45px;
		width: 210px
	}
	.c-offrooz__slidePriceContainer .c-offrooz__invalidPrice {
		margin-left: 10px
	}
	.c-offrooz__slidePriceContainer .c-offrooz__price {
		font-size: 20px
	}
	.c-offrooz__slidePriceContainer .c-offrooz__currencyUnit {
		font-size: 14px
	}
}
.c-suggestedMakeup__header {
	padding-bottom: 20px;
	display: flex;
	font-weight: 700;
	justify-content: space-between
}
.c-suggestedMakeup__title {
	text-align: right;
	font-size: 15px
}
@media (min-width:1180px) {
	.c-suggestedMakeup__title {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__title {
		font-size: 17px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__title {
		font-size: 18px
	}
}
.c-suggestedMakeup__goods {
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #909090;
	font-size: 13px
}
.c-suggestedMakeup__goods i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-suggestedMakeup__goods:hover {
	color: #505050
}
.c-suggestedMakeup__goods:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:1180px) {
	.c-suggestedMakeup__goods {
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__goods {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__goods {
		font-size: 16px
	}
}
.c-suggestedMakeup__goodsIcon {
	font-size: 26px;
	margin-top: 0;
	transform: rotate(0deg)
}
.c-suggestedMakeup__content {
	display: flex
}
.c-suggestedMakeup__image {
	width: 33%;
	padding-left: 10px
}
.c-suggestedMakeup__image img {
	width: 100%;
	border-radius: 25px
}
@media (min-width:1180px) {
	.c-suggestedMakeup__image {
		width: 27.7%
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__image {
		padding-left: 20px
	}
	.c-suggestedMakeup__image img {
		border-radius: 25px
	}
}
.c-suggestedMakeup__slider {
	border-radius: 25px;
	background-color: #fff;
	position: relative;
	width: 67%;
	padding: 20px 0 15px
}
.c-suggestedMakeup__slider .splide__pagination {
	bottom: -35px;
	z-index: 2
}
.c-suggestedMakeup__slider .splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	margin: 0 4px
}
.c-suggestedMakeup__slider .splide__pagination .splide__pagination__page.is-active {
	width: 16px
}
@media (min-width:1180px) {
	.c-suggestedMakeup__slider {
		padding: 30px 0 25px;
		width: 72.3%
	}
	.c-suggestedMakeup__slider .splide__pagination {
		top: 278px;
		bottom: auto
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__slider {
		padding: 35px 0 30px
	}
	.c-suggestedMakeup__slider .splide__pagination {
		top: 320px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__slider {
		padding: 45px 0 40px
	}
	.c-suggestedMakeup__slider .splide__pagination {
		top: 340px
	}
}
.c-suggestedMakeup__slideContent {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	direction: rtl
}
.c-suggestedMakeup__item {
	display: flex;
	width: 50%;
	flex: 0 1 50%;
	padding: 0 10px;
	margin-bottom: 10px
}
@media (min-width:1180px) {
	.c-suggestedMakeup__item {
		margin-bottom: 20px;
		padding: 0 20px
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__item {
		margin-bottom: 28px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__item {
		width: 50%;
		padding: 0 8%;
		flex: 0 1 50%;
		margin-bottom: 30px
	}
}
.c-suggestedMakeup__imageItem {
	margin-left: 15px;
	width: 70px
}
.c-suggestedMakeup__imageItem img {
	width: 70px
}
@media (min-width:1180px) {
	.c-suggestedMakeup__imageItem, .c-suggestedMakeup__imageItem img {
		width: 75px
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__imageItem, .c-suggestedMakeup__imageItem img {
		width: 80px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__imageItem, .c-suggestedMakeup__imageItem img {
		width: 85px
	}
}
.c-suggestedMakeup__pTitle {
	overflow: hidden;
	color: #707070;
	height: 26px;
	width: 250px;
	font-size: 11px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.c-suggestedMakeup__pTitle:hover {
	color: #9e9e9e
}
@media (min-width:1400px) {
	.c-suggestedMakeup__pTitle {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__pTitle {
		font-size: 13px
	}
}
.c-suggestedMakeup__pShade {
	display: flex;
	align-items: center;
	margin: 4px 0;
	font-size: 11px
}
@media (min-width:1400px) {
	.c-suggestedMakeup__pShade {
		font-size: 12px;
		margin: 5px 0
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__pShade {
		margin: 6px 0;
		font-size: 13px
	}
}
.c-suggestedMakeup__shadeColor {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	margin-left: 5px
}
@media (min-width:1400px) {
	.c-suggestedMakeup__shadeColor {
		width: 14px;
		height: 14px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__shadeColor {
		width: 15px;
		height: 15px
	}
}
.c-suggestedMakeup__priceContainer {
	display: flex
}
.c-suggestedMakeup__invalidPrice {
	color: #9e9e9e;
	font-size: 11px;
	text-decoration: line-through;
	margin-left: 10px
}
@media (min-width:1400px) {
	.c-suggestedMakeup__invalidPrice {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__invalidPrice {
		font-size: 13px
	}
}
.c-suggestedMakeup__price {
	color: #d60644;
	font-size: 13px;
	font-weight: 700
}
@media (min-width:1400px) {
	.c-suggestedMakeup__price {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__price {
		font-size: 15px
	}
}
.c-suggestedMakeup__currencyUnit {
	font-size: 10px;
	margin-right: 2px
}
@media (min-width:1400px) {
	.c-suggestedMakeup__currencyUnit {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__currencyUnit {
		font-size: 12px
	}
}
.c-suggestedMakeup__sliderControls {
	position: absolute;
	top: -70px;
	left: 0;
	display: flex
}
@media (min-width:1180px) {
	.c-suggestedMakeup__sliderControls {
		top: -80px
	}
}
@media (min-width:1400px) {
	.c-suggestedMakeup__sliderControls {
		top: -85px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__sliderControls {
		top: -95px
	}
}
.c-suggestedMakeup__sliderNext, .c-suggestedMakeup__sliderPrev {
	font-size: 32px;
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090
}
.c-suggestedMakeup__btn {
	width: 170px;
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	height: 35px
}
@media (min-width:1400px) {
	.c-suggestedMakeup__btn {
		height: 40px;
		width: 190px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.c-suggestedMakeup__btn {
		height: 45px;
		margin: 20px auto 0;
		width: 210px;
		font-size: 13px
	}
}
.p-homeMobile {
	padding-top: 10px
}
.p-homeMobile section {
	margin-bottom: 10px
}
.p-homeMobile .c-services {
	margin-top: 0
}
.p-homeMobile .p-home__slider {
	border-radius: 20px;
	width: 100%
}
.p-homeMobile .p-home__slider .splide__pagination {
	bottom: 8px
}
.p-homeMobile .p-home__slide img {
	border-radius: 20px;
	display: block
}
.p-homeMobile .p-home__banner img {
	border-radius: 20px
}
.p-homeMobile .p-home__mostVisitedCategories {
	margin: 15px 0 20px;
	background-color: transparent;
	border-radius: 0;
	padding: 0
}
.p-homeMobile .p-home__mostVisitedCategoriesTitle {
	margin: 0;
	font-size: 14px
}
.p-homeMobile .p-home__mostVisitedCategoriesList {
	flex-wrap: wrap
}
.p-homeMobile .p-home__mostVisitedCategory {
	width: 33.3333%;
	margin: 25px 0 0;
	justify-content: flex-start;
	align-self: stretch;
	text-align: center
}
.p-homeMobile .p-home__mostVisitedCategoryIcon {
	margin-bottom: 5px;
	width: 67px;
	height: 45px;
	font-size: 32px
}
.p-homeMobile .p-home__suggestedMakeup {
	margin-top: 15px
}
.p-homeMobile .p-home__carouselMoreLink {
	display: none
}
.p-homeMobile .c-offrooz__header {
	border-radius: 20px 20px 0 0;
	height: 81px;
	padding: 0;
	display: block;
	position: relative
}
.p-homeMobile .c-offrooz__top {
	height: 80px;
	align-items: center;
	justify-content: flex-start;
	border-bottom: none;
	flex-wrap: wrap;
	padding: 0 4px
}
@media (max-width:355px) {
	.p-homeMobile .c-offrooz__top {
		justify-content: center
	}
	.p-homeMobile .c-offrooz__top .c-gap {
		display: none
	}
	.p-homeMobile .c-offrooz__header {
		height: 98px
	}
}
.p-homeMobile .c-offrooz__timer {
	margin: 0 -30px
}
.p-homeMobile .c-offrooz__title {
	margin-left: 0
}
.p-homeMobile .c-offrooz__title img {
	width: 48px
}
.p-homeMobile .c-offrooz__titleIcon {
	font-size: 25px
}
.p-homeMobile .c-offrooz__link {
	display: none;
	font-size: 16px
}
.p-homeMobile .c-offrooz__content {
	display: block
}
.p-homeMobile .c-offrooz__selectedProduct {
	padding: 25px 30px 46px;
	width: 100%
}
.p-homeMobile .c-offrooz__freeDelivery {
	height: 29px;
	width: 60px
}
.p-homeMobile .c-offrooz__discountPercent {
	height: 29px;
	min-width: 60px;
	margin-bottom: 12px;
	font-size: 22px
}
.p-homeMobile .c-offrooz__selectedImage {
	margin: 0 0 5px
}
.p-homeMobile .c-offrooz__selectedImage img {
	height: 150px
}
.p-homeMobile .c-offrooz__selectedTitle a {
	font-size: 14px;
	line-height: 24px
}
.p-homeMobile .c-offrooz__actionBar {
	flex-direction: column;
	margin-top: 0;
	padding-top: 0;
	justify-content: flex-start;
	border-top: 0
}
.p-homeMobile .c-offrooz__invalidPrice {
	font-size: 13px
}
.p-homeMobile .c-offrooz__price {
	font-size: 20px
}
.p-homeMobile .c-offrooz__currencyUnit {
	font-size: 11px
}
.p-homeMobile .c-offrooz__view {
	font-size: 16px;
	height: 45px;
	width: 210px;
	margin: 20px 0 2px
}
.p-homeMobile .c-offrooz__viewIcon {
	font-size: 32px;
	margin-left: 20px
}
.p-homeMobile .c-offrooz__sliderControls .side__sliderNext {
	left: 0!important
}
.p-homeMobile .c-offrooz__sliderControls .side__sliderPrev {
	right: -7px!important
}
.p-homeMobile .c-offrooz__slider {
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 27px 0 65px;
	border-top: 0;
	border-radius: 0 0 20px 20px
}
.p-homeMobile .c-offrooz__slider .splide__pagination {
	bottom: -30px
}
.p-homeMobile .c-offrooz__slide {
	margin-top: 10px;
	padding: 0 5px
}
.p-homeMobile .c-offrooz__slide.is-active {
	margin-top: 0
}
.p-homeMobile .c-offrooz__slide.is-active .c-offrooz__slideContent {
	border: 0
}
.p-homeMobile .c-offrooz__slide:hover {
	margin-top: 0
}
.p-homeMobile .c-offrooz__slide:hover .c-offrooz__slideContent .c-offrooz__view {
	display: none
}
.p-homeMobile .c-offrooz__slide:hover .c-offrooz__slidePriceContainer {
	display: block
}
.p-homeMobile .c-offrooz__slideContent {
	padding: 20px 10px
}
.p-homeMobile .c-offrooz__slideTitle {
	height: 50px;
	max-height: 50px;
	margin: 0 0 17px;
	font-size: 12px;
	font-weight: 700
}
.p-homeMobile .c-offrooz__slideImage {
	margin-bottom: 15px
}
.p-homeMobile .c-offrooz__slideImage img {
	width: 75px;
	height: 75px
}
.p-homeMobile .c-offrooz__slidePriceContainer {
	border: 0;
	border-radius: 0;
	height: auto;
	width: auto;
	display: block
}
.p-homeMobile .c-offrooz__slidePriceContainer .c-offrooz__price {
	font-size: 13px;
	font-weight: 500;
	color: #707070
}
.p-homeMobile .c-offrooz__slidePriceContainer .c-offrooz__currencyUnit {
	font-size: 10px
}
.p-homeMobile .c-suggestedMakeup__header {
	display: block;
	font-weight: 500
}
.p-homeMobile .c-suggestedMakeup__title {
	text-align: center;
	font-size: 14px
}
.p-homeMobile .c-suggestedMakeup__goods {
	color: #707070;
	font-size: 14px;
	margin: 20px auto 30px
}
.p-homeMobile .c-suggestedMakeup__goodsIcon {
	font-size: 22px
}
.p-homeMobile .c-suggestedMakeup__content {
	background: #fff;
	padding-bottom: 30px;
	border-radius: 20px;
	display: block
}
.p-homeMobile .c-suggestedMakeup__image {
	width: 100%;
	padding-left: 0
}
.p-homeMobile .c-suggestedMakeup__image img {
	border-radius: 20px
}
.p-homeMobile .c-suggestedMakeup__slider {
	border-radius: 0 0 20px 20px;
	width: 100%;
	overflow: hidden;
	padding: 0
}
.p-homeMobile .c-suggestedMakeup__slider .splide__pagination {
	bottom: -24px
}
.p-homeMobile .c-suggestedMakeup__slide--is-mobile {
	width: 642px!important
}
.p-homeMobile .c-suggestedMakeup__slideContent {
	display: block
}
.p-homeMobile .c-suggestedMakeup__item {
	margin-bottom: 30px;
	padding: 0 2%;
	width: 100%;
	flex: 1
}
.p-homeMobile .c-suggestedMakeup__imageItem, .p-homeMobile .c-suggestedMakeup__imageItem img {
	width: 100px
}
.p-homeMobile .c-suggestedMakeup__pTitle {
	font-size: 13px;
	height: 52px;
	width: 180px;
	white-space: break-spaces;
	text-overflow: inherit
}
.p-homeMobile .c-suggestedMakeup__pShade {
	font-size: 13px
}
.p-homeMobile .c-suggestedMakeup__shadeColor {
	width: 15px;
	height: 15px
}
.p-homeMobile .c-suggestedMakeup__invalidPrice {
	font-size: 13px
}
.p-homeMobile .c-suggestedMakeup__price {
	font-size: 15px
}
.p-homeMobile .c-suggestedMakeup__currencyUnit {
	font-size: 12px
}
.p-homeMobile .c-suggestedMakeup__sliderControls {
	top: -95px
}
.p-homeMobile .c-suggestedMakeup__btn {
	font-size: 16px;
	margin: 60px auto 0;
	width: 300px;
	height: 50px
}
@media (min-width:992px) {
	.html-category-page .breadcrumb {
		padding-right: calc(30% + 10px)
	}
}
@media (min-width:1180px) {
	.html-category-page .breadcrumb {
		padding-right: calc(20% + 10px)
	}
}
.p-productsList {
	background-color: #fff;
	border-radius: 20px
}
.p-productsList__sorting {
	display: none;
	border-bottom: 1px solid #eee;
	width: 100%;
	font-size: 13px;
	padding: 16px 20px;
	color: #707070;
	display: flex;
	flex-wrap: wrap
}
.p-productsList__sortingLabel {
	padding: 2px 0;
	margin-left: 5px;
	white-space: nowrap
}
.p-productsList__sortItem {
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #707070;
	border: 1px solid transparent;
	border-radius: 25px;
	white-space: nowrap
}
.p-productsList__sortItem:hover {
	color: #be9c79
}
.p-productsList__sortItem.is-selected {
	color: #be9c79;
	border-color: #be9c79
}
@media (min-width:1400px) {
	.p-productsList__sortItem {
		padding: 2px 10px;
		margin: 0 5px
	}
}
.p-productsList__content {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px
}
.p-productsList__content .c-productCard {
	flex: 0 1 calc(33.3333% - 10px);
	width: calc(33.3333% - 10px)
}
@media (min-width:1180px) {
	.p-productsList__content .c-productCard {
		flex: 0 1 calc(25% - 10px);
		width: calc(25% - 10px)
	}
}
.p-productsList__brandResult {
	border-radius: 25px;
	background-color: #fff;
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700
}
.p-productsList__brandResult img {
	margin: 0 auto 30px;
	width: 200px
}
.p-productsList__noResult {
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
	flex-direction: column;
	display: flex;
	align-items: center;
	margin-top: 0;
	padding: 85px 30px 200px;
	justify-content: flex-start
}
.p-productsList__noResult .p-productsList__noResultMsg {
	font-size: 16px
}
.p-productsList__noResult--is-mobile {
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
	flex-direction: column;
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 60px 38px;
	justify-content: flex-start
}
.p-productsList__noResultMsg {
	font-weight: 700;
	margin: 35px 0 30px;
	text-align: center
}
.p-productsList__noResultIcon {
	width: 241px;
	max-width: 100%
}
.p-productsList__noResultDesc {
	margin: 0 0 5px
}
.html-category-page .container .page-container, .html-search-page .container .page-container {
	padding: 0
}
.p-productsLis__descriptionBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 30px;
	margin-top: 5px
}
.p-productsLis__descriptionBox h1, .p-productsLis__descriptionBox h2, .p-productsLis__descriptionBox h3, .p-productsLis__descriptionBox h4, .p-productsLis__descriptionBox h5, .p-productsLis__descriptionBox h6 {
	font-size: 14px
}
@media (min-width:992px) {
	.p-productsLis__descriptionBox {
		line-height: 22px;
		padding: 25px 45px;
		margin-top: 20px
	}
	.p-productsLis__descriptionBox h1, .p-productsLis__descriptionBox h2, .p-productsLis__descriptionBox h3, .p-productsLis__descriptionBox h4, .p-productsLis__descriptionBox h5, .p-productsLis__descriptionBox h6 {
		font-size: 15px
	}
}
.p-productsLis__description {
	overflow: hidden;
	transition: height .2s ease;
	line-height: 26px;
	font-size: 13px
}
@media (min-width:992px) {
	.p-productsLis__description {
		line-height: 22px;
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-productsLis__description {
		line-height: 24px
	}
}
@media (min-width:1680px) {
	.p-productsLis__description {
		line-height: 26px
	}
}
.p-productsLis__seeLessDescription, .p-productsLis__seeMoreDescription {
	color: #909090;
	display: none;
	justify-content: center;
	padding: 25px 0 10px;
	font-size: 12px;
	cursor: pointer
}
.p-productsLis__seeLessDescription i, .p-productsLis__seeMoreDescription i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-productsLis__seeLessDescription:hover, .p-productsLis__seeMoreDescription:hover {
	color: #505050
}
.p-productsLis__seeLessDescription:hover i, .p-productsLis__seeMoreDescription:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-productsLis__seeLessDescription, .p-productsLis__seeMoreDescription {
		font-size: 14px;
		padding: 35px 0 15px;
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-productsLis__seeLessDescription, .p-productsLis__seeMoreDescription {
		padding: 35px 0 25px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-productsLis__seeLessDescription, .p-productsLis__seeMoreDescription {
		padding: 35px 0 20px;
		font-size: 14px
	}
}
.p-productsLis__seeLessDescriptionIcon, .p-productsLis__seeMoreDescriptionIcon {
	font-size: 22px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-productsLis__seeLessDescriptionIcon, .p-productsLis__seeMoreDescriptionIcon {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-productsLis__seeLessDescriptionIcon, .p-productsLis__seeMoreDescriptionIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-productsLis__seeLessDescriptionIcon, .p-productsLis__seeMoreDescriptionIcon {
		font-size: 22px
	}
}
.p-productsListMobile {
	width: 100%
}
.p-productsListMobile__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px
}
.p-productsListMobile__actions {
	display: flex;
	margin: 10px -5px 5px
}
.p-productsListMobile__actionBtn {
	background: #fff;
	border-radius: 15px;
	width: calc(50% - 10px);
	margin: 0 5px;
	height: 50px
}
.p-productsListMobile__actionIcon {
	font-size: 16px;
	margin-left: 5px
}
.p-productsListMobile__filtersCount {
	min-width: 20px;
	padding: 0 3px;
	height: 20px;
	display: none;
	background: #be9c79;
	border-radius: 10px;
	margin-right: 5px;
	font-size: 12px;
	color: #fff
}
.p-productsListMobile__brandResult {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 5px;
	margin: 10px 0 -10px
}
.p-productsListMobile__brandResult img {
	max-width: 104px;
	max-height: 40px;
	padding-bottom: 5px
}
.c-filters .c-searchBox {
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 17px
}
.c-filters .c-searchBox__input {
	padding: 0 10px 0 0;
	font-size: 12px
}
.c-filters__list {
	background: #fff;
	border-radius: 25px;
	margin-bottom: 15px;
	display: none
}
.c-filters__listHeader {
	height: 72px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	font-size: 16px;
	padding: 0 26px
}
.c-filters__removeAllFilters {
	width: 73px;
	height: 25px;
	border: 1px solid #909090;
	border-radius: 13px;
	font-weight: 500;
	font-size: 13px;
	color: #909090;
	cursor: pointer
}
.c-filters__box {
	padding: 25px 26px;
	display: flex;
	flex-wrap: wrap;
	width: 100%
}
.c-filters__item {
	height: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	display: flex;
	color: #909090;
	align-items: center;
	padding: 0 9px 0 0;
	margin: 0 5px 10px;
	min-width: 73px;
	font-size: 13px;
	justify-content: space-between
}
.c-filters__removeFilter {
	font-size: 29px;
	color: #909090;
	cursor: pointer
}
.c-filters__element {
	margin-bottom: 10px;
	font-size: 12px;
	color: #909090;
	margin-left: 8px
}
.c-filters__element--is-ctg {
	position: relative;
	padding-right: 28px
}
.c-filters__element--is-ctg .c-filters__elementIcon {
	font-size: 21px;
	position: absolute;
	right: 0;
	top: 2px
}
.c-filters .c-accordionBox {
	margin-bottom: 15px
}
.c-filters .c-accordionBox__content {
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #eee
}
.c-filters .c-accordionBox__seeLess, .c-filters .c-accordionBox__seeMore {
	padding-bottom: 30px;
	font-size: 10px
}
.c-filters .c-accordionBox__seeLessIcon, .c-filters .c-accordionBox__seeMoreIcon {
	font-size: 17px;
	margin-top: 3px
}
.c-filters .c-checkbox__label:after, .c-filters .c-checkbox__label:before {
	width: 22px;
	height: 22px;
	font-size: 22px
}
.c-filters .c-rangeSlider {
	padding: 0 0 25px 14px
}
.c-filters .c-rangeSlider .noUi-target {
	height: 4px
}
.c-filters .c-rangeSlider .noUi-handle {
	width: 20px;
	height: 20px;
	top: -9px
}
.c-filters .c-rangeSlider__values {
	font-size: 10px
}
.c-filters .c-rangeSlider__value {
	min-width: 90px;
	height: 30px;
	font-size: 10px
}
.c-filters .c-switch {
	width: 42px;
	height: 21px
}
.c-filters .c-switch.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -18px
}
.c-filters .c-switch .noUi-handle {
	width: 17px;
	height: 17px;
	top: 1px
}
.c-filters .c-switch.on {
	background: #be9c79;
	border: 1px solid #be9c79
}
.c-filters .c-switch.on.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: 1px
}
.c-filters__switch {
	height: 73px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 24px;
	justify-content: flex-start;
	border-radius: 25px;
	margin-bottom: 15px
}
.c-filters__switchText {
	margin: 0 13px 0 auto;
	font-size: 16px;
	font-weight: 700
}
.c-filters__searchBox .c-searchBox {
	border-color: #cbcbcb
}
.c-filters__searchBox .c-searchBox__submit {
	color: #9e9e9e;
	font-size: 15px
}
.c-filters__searchBox .c-accordionBox__content {
	margin-bottom: 35px
}
.c-filters__brandSearch {
	padding: 20px 24px;
	border-top: 1px solid #eee
}
.c-filters__brandSearch .c-searchBox {
	border-color: #cbcbcb
}
.c-filters__brandSearch .c-searchBox__submit {
	color: #9e9e9e;
	font-size: 15px
}
.c-filters__brand {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.c-filters__row {
	border-bottom: 1px solid #eee;
	padding: 30px 24px
}
.c-filters__switchBox {
	display: flex
}
.c-filters__removeAllBtn {
	padding: 0 15px;
	font-size: 13px
}
.m-filters__rangeSlider {
	padding: 0 30px
}
.p-pDetail__topCardContainer {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 20px
}
@media (min-width:1180px) {
	.p-pDetail__topCardContainer {
		padding: 45px
	}
}
@media (min-width:1400px) {
	.p-pDetail__topCardContainer {
		padding: 50px
	}
}
@media (min-width:1680px) {
	.p-pDetail__topCardContainer {
		padding: 55px
	}
}
.p-pDetail__col1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}
.p-pDetail__col1, .p-pDetail__col2, .p-pDetail__col3 {
	flex: 0 1 33.3333%;
	width: 33.3333%
}
.p-pDetail__col3 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 15px
}
.p-pDetail__pName {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #707070;
	padding-bottom: 13px;
	margin: 0 28px 8px 0;
	position: relative;
	padding-left: 50px;
	border-bottom: 1px solid #eee
}
@media (min-width:1180px) {
	.p-pDetail__pName {
		font-size: 16px;
		min-width: 260px
	}
}
@media (min-width:1400px) {
	.p-pDetail__pName {
		font-size: 18px;
		min-width: 280px
	}
}
@media (min-width:1680px) {
	.p-pDetail__pName {
		font-size: 20px;
		min-width: 300px
	}
}
.p-pDetail__badge {
	top: -11px;
	left: 0;
	z-index: 2;
	position: absolute;
	display: none
}
.p-pDetail__badge img {
	width: 40px;
	height: 40px
}
.p-pDetail__pLatinName {
	font-size: 12px;
	color: #9e9e9e;
	font-weight: 300;
	margin-right: 28px
}
@media (min-width:1400px) {
	.p-pDetail__pLatinName {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__pLatinName {
		font-size: 14px
	}
}
.p-pDetail__review {
	display: flex;
	padding-right: 28px;
	margin-top: 23px
}
@media (min-width:1400px) {
	.p-pDetail__review {
		font-size: 13px;
		margin-top: 33px
	}
}
@media (min-width:1680px) {
	.p-pDetail__review {
		margin-top: 43px
	}
}
.p-pDetail__expiration {
	color: #d60644;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px
}
@media (min-width:1180px) {
	.p-pDetail__expiration {
		margin-right: 28px;
		justify-content: flex-start
	}
}
.p-pDetail__expirationIcon {
	margin-left: 5px;
	font-size: 24px
}
.p-pDetail__stars {
	display: flex;
	margin-left: 5px
}
.p-pDetail__star {
	font-size: 17px;
	margin: 0 2px;
	color: #be9c79
}
@media (min-width:992px) {
	.p-pDetail__star {
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-pDetail__star {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-pDetail__star {
		font-size: 17px
	}
}
.p-pDetail__votingCount {
	font-size: 10px;
	color: #9e9e9e
}
@media (min-width:992px) {
	.p-pDetail__votingCount {
		font-size: 9px
	}
}
@media (min-width:1680px) {
	.p-pDetail__votingCount {
		font-size: 10px
	}
}
.p-pDetail__commentsCount {
	color: #be9c79;
	font-size: 12px;
	margin-right: 20px
}
@media (min-width:992px) {
	.p-pDetail__commentsCount {
		font-size: 10px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentsCount {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentsCount {
		font-size: 12px
	}
}
.p-pDetail__features {
	color: #707070;
	padding-right: 28px;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 250px
}
@media (min-width:992px) {
	.p-pDetail__features {
		margin-top: 30px
	}
}
@media (min-width:1400px) {
	.p-pDetail__features {
		margin-top: 40px;
		margin-bottom: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__features {
		margin-top: 50px
	}
}
.p-pDetail__featuresTitle {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 500
}
@media (min-width:992px) {
	.p-pDetail__featuresTitle {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__featuresTitle {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__featuresTitle {
		font-size: 14px
	}
}
.p-pDetail__featureList {
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: height .5s ease;
	font-size: 13px;
	font-weight: 300
}
.p-pDetail__featureList ul {
	margin: 0;
	padding: 0
}
@media (min-width:992px) {
	.p-pDetail__featureList {
		font-size: 14px
	}
}
.p-pDetail__featureItem {
	font-weight: 300;
	font-size: 14px;
	padding: 0;
	margin: 0 0 3px;
	list-style-type: none;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
@media (min-width:992px) {
	.p-pDetail__featureItem {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__featureItem {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__featureItem {
		font-size: 14px
	}
}
.p-pDetail__readMoreFeatures {
	color: #be9c79;
	font-size: 11px;
	cursor: pointer
}
.p-pDetail__readMoreFeatures span {
	display: none
}
.p-pDetail__readMoreFeatures:hover {
	opacity: .7
}
@media (min-width:992px) {
	.p-pDetail__readMoreFeatures {
		font-size: 9px
	}
}
@media (min-width:1400px) {
	.p-pDetail__readMoreFeatures {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__readMoreFeatures {
		font-size: 11px
	}
}
.p-pDetail__shades {
	border: 1px solid #e0e0e0;
	border-radius: 35px;
	padding: 0 24px;
	width: 85%;
	margin-top: 120px;
	position: relative
}
.p-pDetail__shades.is-open {
	border-color: transparent
}
.p-pDetail__shades.is-open .p-pDetail__shadesList {
	top: 50px;
	opacity: 1;
	z-index: 2;
	visibility: visible;
	transition: opacity .2s ease, top .2s ease
}
.p-pDetail__shades.is-open .p-pDetail__shadesHeader {
	border-color: transparent
}
.p-pDetail__shades.is-open .p-pDetail__shadesContent {
	opacity: 0;
	transition: opacity .2s ease
}
.p-pDetail__shades.is-open .p-pDetail__collapseIconUp {
	display: block
}
.p-pDetail__shades.is-open .p-pDetail__collapseIconDown {
	display: none
}
@media (min-width:992px) {
	.p-pDetail__shades {
		margin-top: 40px
	}
}
@media (min-width:1400px) {
	.p-pDetail__shades {
		width: 392px;
		margin-top: 100px
	}
}
@media (min-width:1680px) {
	.p-pDetail__shades {
		width: 412px;
		margin-top: 120px
	}
}
.p-pDetail__shadesHeader {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 0 10px;
	justify-content: space-between
}
@media (min-width:992px) {
	.p-pDetail__shadesHeader {
		padding: 16px 0 10px
	}
}
@media (min-width:1400px) {
	.p-pDetail__shadesHeader {
		padding: 18px 0 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__shadesHeader {
		padding: 20px 0 10px
	}
}
.p-pDetail__selectedShade {
	display: flex;
	align-items: center
}
.p-pDetail__selectedShadeColor {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px #909090;
	border-radius: 10px;
	margin-left: 10px
}
@media (min-width:992px) {
	.p-pDetail__selectedShadeColor {
		width: 15px;
		height: 15px
	}
}
@media (min-width:1180px) {
	.p-pDetail__selectedShadeColor {
		width: 16px;
		height: 16px
	}
}
.p-pDetail__selectedShadeName {
	color: #707070
}
.p-pDetail__collapseIcon {
	font-size: 22px;
	height: 22px;
	color: #707070;
	cursor: pointer
}
.p-pDetail__collapseIconUp {
	display: none
}
.p-pDetail__shadesContent {
	padding: 12px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 1;
	transition: opacity .2s ease
}
@media (min-width:992px) {
	.p-pDetail__shadesContent {
		padding: 10px 0 15px
	}
}
@media (min-width:1400px) {
	.p-pDetail__shadesContent {
		padding: 10px 0 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__shadesContent {
		padding: 12px 0 30px
	}
}
.p-pDetail__shadesColors {
	display: flex;
	margin: 0 -6px;
	flex-wrap: wrap;
	transition: height .5s ease
}
.p-pDetail__shadeItem {
	width: 31px;
	height: 31px;
	position: relative;
	margin: 5px 3px;
	cursor: pointer;
	border-radius: 20px
}
.p-pDetail__shadeItem .c-tooltip {
	top: 48px
}
.p-pDetail__shadeItem a:hover~.c-tooltip {
	opacity: 1;
	visibility: visible;
	z-index: 9;
	top: 37px
}
@media (min-width:992px) {
	.p-pDetail__shadeItem {
		width: 25px;
		height: 25px;
		margin: 7px 2px
	}
}
@media (min-width:1400px) {
	.p-pDetail__shadeItem {
		width: 28px;
		height: 28px;
		margin: 6px 2px
	}
}
@media (min-width:1680px) {
	.p-pDetail__shadeItem {
		width: 31px;
		height: 31px;
		margin: 5px 3px
	}
}
.p-pDetail__shadeColor {
	width: 31px;
	height: 31px;
	border-radius: 20px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 2px transparent;
	position: relative;
	cursor: pointer
}
.p-pDetail__shadeColor.is-selected {
	border-color: #fff;
	box-shadow: 0 0 0 2px #909090
}
@media (min-width:992px) {
	.p-pDetail__shadeColor {
		width: 25px;
		height: 25px
	}
}
@media (min-width:1400px) {
	.p-pDetail__shadeColor {
		width: 28px;
		height: 28px
	}
}
@media (min-width:1680px) {
	.p-pDetail__shadeColor {
		width: 31px;
		height: 31px
	}
}
.p-detail__shadeUnavailable {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 33px;
	transform: translate(-50%, -50%);
	z-index: 1
}
.p-pDetail__numberOfShade {
	height: 31px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 16px;
	cursor: pointer;
	margin: 5px auto;
	color: #be9c79;
	background: #fff;
	font-size: 13px;
	width: 100%;
	justify-content: center
}
.p-pDetail__numberOfShade:hover {
	opacity: .7
}
@media (min-width:992px) {
	.p-pDetail__numberOfShade {
		height: 25px;
		left: 21px;
		padding: 0 9px
	}
}
@media (min-width:1400px) {
	.p-pDetail__numberOfShade {
		height: 28px;
		left: 24px;
		padding: 0 16px
	}
}
@media (min-width:1680px) {
	.p-pDetail__numberOfShade {
		height: 31px;
		left: 28px;
		padding: 0 20px
	}
}
.p-pDetail__closeShades {
	width: 31px;
	height: 31px;
	font-size: 22px;
	border: 1px solid #9e9e9e;
	border-radius: 16px;
	margin: 5px 3px;
	color: #909090;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	transition: background-color .3s ease-in-out
}
.p-pDetail__closeShades:hover {
	color: #fff;
	background-color: #9e9e9e
}
@media (min-width:992px) {
	.p-pDetail__closeShades {
		width: 25px;
		height: 25px;
		margin: 7px 2px;
		font-size: 24px
	}
}
@media (min-width:1400px) {
	.p-pDetail__closeShades {
		width: 28px;
		height: 28px;
		margin: 6px 2px;
		font-size: 26px
	}
}
@media (min-width:1680px) {
	.p-pDetail__closeShades {
		width: 31px;
		height: 31px;
		margin: 5px 3px;
		font-size: 28px
	}
}
.p-pDetail__shadesList {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 35px;
	top: 45px;
	height: 222px;
	width: calc(100% - 46px);
	right: 20px;
	z-index: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity .2s ease, top .2s ease
}
.p-pDetail__shadesListContainer {
	height: 222px;
	overflow-y: auto;
	padding: 17px 22px
}
.p-pDetail__shadesListContainer a {
	display: block
}
.p-pDetail__shadesListContainer a:last-child {
	padding-bottom: 35px
}
.p-pDetail__shadesListItem {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
.p-pDetail__shadesListName {
	margin-right: 15px
}
.p-pDetail__discountPercent {
	display: inline-block;
	align-self: flex-end;
	background-color: #d60644;
	color: #fff;
	height: 22px;
	padding: 0 3px;
	border-radius: 20px;
	font-size: 20px;
	min-width: 50px;
	text-align: center;
	margin-bottom: 15px
}
@media (min-width:992px) {
	.p-pDetail__discountPercent {
		font-size: 18px;
		margin-bottom: 9px;
		min-width: 30px;
		height: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__discountPercent {
		font-size: 19px;
		margin-bottom: 12px;
		min-width: 40px;
		height: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__discountPercent {
		font-size: 20px;
		margin-bottom: 15px;
		min-width: 50px;
		height: 22px
	}
}
.p-pDetail__percent {
	font-size: 9px
}
@media (min-width:992px) {
	.p-pDetail__percent {
		font-size: 8px
	}
}
@media (min-width:1680px) {
	.p-pDetail__percent {
		font-size: 9px
	}
}
.p-pDetail__priceContainer {
	display: flex;
	justify-content: center
}
.p-pDetail__invalidPrice {
	color: #9e9e9e;
	font-size: 15px;
	text-decoration: line-through;
	margin-left: 10px;
	font-family: iranyekanfanum
}
@media (min-width:992px) {
	.p-pDetail__invalidPrice {
		font-size: 13px
	}
}
@media (min-width:1400px) {
	.p-pDetail__invalidPrice {
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.p-pDetail__invalidPrice {
		font-size: 15px
	}
}
.p-pDetail__price {
	color: #d60644;
	font-size: 25px;
	font-weight: 700;
	font-family: iranyekanfanum
}
@media (min-width:992px) {
	.p-pDetail__price {
		font-size: 21px
	}
}
@media (min-width:1400px) {
	.p-pDetail__price {
		font-size: 23px
	}
}
@media (min-width:1680px) {
	.p-pDetail__price {
		font-size: 25px
	}
}
.p-pDetail__currencyUnit {
	font-size: 14px;
	margin-right: 2px
}
@media (min-width:992px) {
	.p-pDetail__currencyUnit {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__currencyUnit {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__currencyUnit {
		font-size: 14px
	}
}
.p-pDetail__actionBar {
	display: flex;
	align-items: flex-end;
	margin: 12px 0 18px
}
@media (min-width:992px) {
	.p-pDetail__actionBar {
		margin: 6px 0 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__actionBar {
		margin: 9px 0 15px
	}
}
@media (min-width:1680px) {
	.p-pDetail__actionBar {
		margin: 12px 0 18px
	}
}
.p-pDetail__quantity {
	color: #707070;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	height: 45px;
	padding: 0 2px;
	border-radius: 30px
}
@media (min-width:992px) {
	.p-pDetail__quantity {
		height: 35px
	}
}
@media (min-width:1400px) {
	.p-pDetail__quantity {
		height: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__quantity {
		height: 45px
	}
}
.p-pDetail__quantityBtn {
	cursor: pointer;
	font-size: 28px;
	padding: 0;
	color: #707070;
	border: 0;
	background: none
}
.p-pDetail__count {
	min-width: 20px;
	font-size: 15px;
	color: #707070;
	margin: 0 3px;
	text-align: center
}
@media (min-width:992px) {
	.p-pDetail__count {
		font-size: 13px;
		min-width: 16px
	}
}
@media (min-width:1400px) {
	.p-pDetail__count {
		font-size: 14px;
		min-width: 18px
	}
}
@media (min-width:1680px) {
	.p-pDetail__count {
		font-size: 15px;
		min-width: 20px
	}
}
.p-pDetail__favorite {
	cursor: pointer;
	color: #9e9e9e;
	border: 1px solid #e0e0e0;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	background: none;
	font-size: 19px;
	padding: 12px;
	margin: 0 11px
}
.p-pDetail__favorite.active {
	color: #d60644
}
@media (min-width:992px) {
	.p-pDetail__favorite {
		height: 35px;
		width: 35px;
		font-size: 15px;
		padding: 8px
	}
}
@media (min-width:1400px) {
	.p-pDetail__favorite {
		height: 40px;
		width: 40px;
		font-size: 17px;
		padding: 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__favorite {
		height: 45px;
		width: 45px;
		font-size: 19px;
		padding: 12px
	}
}
.p-pDetail__addToBasket {
	display: flex;
	height: 45px;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	margin-right: 11px;
	border-radius: 30px;
	padding: 6px 7px 6px 15px;
	background-color: #d60644;
	cursor: pointer;
	border: 1px solid #d60644;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.p-pDetail__addToBasket:hover {
	background-color: #fff;
	color: #d60644
}
.p-pDetail__addToBasket:hover .p-pDetail__addToBasketIcon {
	color: #d60644
}
@media (min-width:992px) {
	.p-pDetail__addToBasket {
		height: 35px;
		padding: 4px 5px 4px 15px;
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addToBasket {
		height: 40px;
		padding: 5px 6px 5px 25px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addToBasket {
		height: 45px;
		padding: 6px 7px 6px 35px;
		font-size: 14px
	}
}
.p-pDetail__addToBasketIcon {
	font-size: 32px;
	margin-left: 5px;
	color: #fff;
	transition: color .3s ease-in-out
}
@media (min-width:992px) {
	.p-pDetail__addToBasketIcon {
		font-size: 28px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addToBasketIcon {
		font-size: 30px;
		margin-left: 15px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addToBasketIcon {
		font-size: 32px;
		margin-left: 20px
	}
}
.p-pDetail__discontinued {
	height: 45px;
	background-color: #707070;
	width: 150px;
	color: #fff;
	border-radius: 30px
}
@media (min-width:1180px) {
	.p-pDetail__discontinued {
		width: 170px
	}
}
@media (min-width:1400px) {
	.p-pDetail__discontinued {
		width: 190px
	}
}
@media (min-width:1680px) {
	.p-pDetail__discontinued {
		width: 210px
	}
}
.p-pDetail_notifyToUser {
	display: flex;
	height: 45px;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	padding: 6px 15px;
	border: 0;
	background-color: #707070;
	cursor: pointer;
	transition: background-color .2s ease-in-out
}
@media (min-width:992px) {
	.p-pDetail_notifyToUser {
		height: 35px;
		padding: 4px 15px;
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail_notifyToUser {
		height: 40px;
		padding: 5px 25px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail_notifyToUser {
		height: 45px;
		padding: 6px 35px;
		font-size: 14px
	}
}
.p-pDetail__notifyToUserIcon {
	font-size: 19px;
	background-color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	color: #9e9e9e;
	display: flex;
	align-items: center;
	justify-content: center
}
@media (min-width:992px) {
	.p-pDetail__notifyToUserIcon {
		width: 27px;
		height: 27px;
		font-size: 27px
	}
}
@media (min-width:1180px) {
	.p-pDetail__notifyToUserIcon {
		width: 29px;
		height: 29px;
		font-size: 29px
	}
}
@media (min-width:1400px) {
	.p-pDetail__notifyToUserIcon {
		width: 31px;
		height: 31px;
		font-size: 31px
	}
}
@media (min-width:1680px) {
	.p-pDetail__notifyToUserIcon {
		width: 32px;
		height: 32px;
		font-size: 32px
	}
}
.p-pDetail__offrooz {
	display: flex;
	width: 85%;
	justify-content: space-between;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee
}
.p-pDetail__offrooz img {
	width: 56px
}
@media (min-width:992px) {
	.p-pDetail__offrooz img {
		width: 40px
	}
}
@media (min-width:1180px) {
	.p-pDetail__offrooz {
		width: 260px
	}
	.p-pDetail__offrooz img {
		width: 45px
	}
}
@media (min-width:1400px) {
	.p-pDetail__offrooz {
		width: 280px
	}
	.p-pDetail__offrooz img {
		width: 50px
	}
}
@media (min-width:1680px) {
	.p-pDetail__offrooz {
		width: 300px
	}
	.p-pDetail__offrooz img {
		width: 56px
	}
}
.p-pDetail__offroozIcon {
	color: #d60644;
	font-size: 28px;
	margin-left: 6px
}
@media (min-width:992px) {
	.p-pDetail__offroozIcon {
		font-size: 24px
	}
}
@media (min-width:1400px) {
	.p-pDetail__offroozIcon {
		font-size: 26px
	}
}
@media (min-width:1680px) {
	.p-pDetail__offroozIcon {
		font-size: 28px
	}
}
.p-pDetail__timer .c-countdown {
	transform: scale(.8);
	margin-left: -24px
}
@media (min-width:992px) {
	.p-pDetail__timer .c-countdown {
		transform: scale(.6);
		margin-left: -50px
	}
}
@media (min-width:1400px) {
	.p-pDetail__timer .c-countdown {
		transform: scale(.7);
		margin-left: -37px
	}
}
@media (min-width:1680px) {
	.p-pDetail__timer .c-countdown {
		transform: scale(.8);
		margin-left: -24px
	}
}
.p-pDetail__actionButtons {
	margin: 12px 0 20px
}
.p-pDetail__actionButtons .c-tooltip {
	top: 48px
}
.p-pDetail__actionButtons button {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: none
}
.p-pDetail__actionButtons button:hover {
	border-color: #be9c79
}
.p-pDetail__actionButtons button:hover .c-tooltip {
	opacity: 1;
	visibility: visible;
	z-index: 9;
	top: 43px
}
@media (min-width:992px) {
	.p-pDetail__actionButtons {
		margin: 6px 0 14px
	}
	.p-pDetail__actionButtons .c-tooltip {
		top: 42px
	}
	.p-pDetail__actionButtons button {
		width: 34px;
		height: 34px;
		margin-right: 10px
	}
	.p-pDetail__actionButtons button:hover .c-tooltip {
		top: 37px
	}
}
@media (min-width:1400px) {
	.p-pDetail__actionButtons {
		margin: 9px 0 17px
	}
	.p-pDetail__actionButtons .c-tooltip {
		top: 45px
	}
	.p-pDetail__actionButtons button {
		width: 37px;
		height: 37px;
		margin-right: 15px
	}
	.p-pDetail__actionButtons button:hover .c-tooltip {
		top: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__actionButtons {
		margin: 12px 0 20px
	}
	.p-pDetail__actionButtons .c-tooltip {
		top: 48px
	}
	.p-pDetail__actionButtons button {
		width: 40px;
		height: 40px;
		margin-right: 20px
	}
	.p-pDetail__actionButtons button:hover .c-tooltip {
		top: 43px
	}
}
.p-pDetail__notifyMe {
	color: #9e9e9e;
	font-size: 22px
}
@media (min-width:992px) {
	.p-pDetail__notifyMe {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__notifyMe {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__notifyMe {
		font-size: 22px
	}
}
.p-pDetail__compare {
	color: #9e9e9e;
	font-size: 22px
}
@media (min-width:992px) {
	.p-pDetail__compare {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__compare {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__compare {
		font-size: 22px
	}
}
.p-pDetail__share {
	color: #9e9e9e;
	font-size: 21px
}
@media (min-width:992px) {
	.p-pDetail__share {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__share {
		font-size: 19px
	}
}
@media (min-width:1680px) {
	.p-pDetail__share {
		font-size: 21px
	}
}
.p-pDetail__brandImage {
	margin: 10px 0 15px
}
.p-pDetail__brandImage img {
	max-height: 50px;
	width: auto
}
@media (min-width:992px) {
	.p-pDetail__brandImage {
		margin: 5px 0
	}
	.p-pDetail__brandImage img {
		max-height: 30px;
		width: auto
	}
}
@media (min-width:1400px) {
	.p-pDetail__brandImage {
		margin: 5px 0 10px
	}
	.p-pDetail__brandImage img {
		max-height: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__brandImage {
		margin: 10px 0 15px
	}
	.p-pDetail__brandImage img {
		max-height: 50px
	}
}
.p-pDetail__brand, .p-pDetail__category {
	color: #707070
}
@media (min-width:992px) {
	.p-pDetail__brand, .p-pDetail__category {
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-pDetail__brand, .p-pDetail__category {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__brand, .p-pDetail__category {
		font-size: 13px
	}
}
.p-pDetail__category {
	margin-right: 10px
}
.p-pDetail__categoryLink {
	color: #be9c79
}
.p-pDetail__categoryLink:hover {
	opacity: .7
}
.p-pDetail__warehouseInfo {
	margin: 50px 0 0;
	text-align: left;
	min-height: 90px
}
@media (min-width:992px) {
	.p-pDetail__warehouseInfo {
		margin: 30px 0 0;
		min-height: 70px
	}
}
@media (min-width:1400px) {
	.p-pDetail__warehouseInfo {
		margin: 40px 0 0;
		min-height: 80px
	}
}
@media (min-width:1680px) {
	.p-pDetail__warehouseInfo {
		margin: 50px 0 0;
		min-height: 90px
	}
}
.p-pDetail__seller-items {
	color: #707070;
	margin: 0 0 10px
}
@media (min-width:992px) {
	.p-pDetail__seller-items {
		margin: 0 0 2px;
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__seller-items {
		margin: 0 0 5px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__seller-items {
		margin: 0 0 10px;
		font-size: 14px
	}
}
.p-pDetail__mootanrooSeller {
	color: #d60644;
	font-size: 11px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__mootanrooSeller {
		font-size: 9px;
		margin-left: 3px
	}
}
@media (min-width:1400px) {
	.p-pDetail__mootanrooSeller {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__mootanrooSeller {
		font-size: 11px;
		margin-left: 5px
	}
}
.p-pDetail__delivery {
	font-size: 13px;
	display: flex;
	margin-bottom: 10px;
	color: #707070
}
@media (min-width:992px) {
	.p-pDetail__delivery {
		margin: 0 0 2px;
		font-size: 11px;
		justify-content: flex-end
	}
}
@media (min-width:1400px) {
	.p-pDetail__delivery {
		margin: 0 0 5px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__delivery {
		margin: 0 0 10px;
		font-size: 13px
	}
}
.p-pDetail__deliveryIcon {
	font-size: 23px;
	margin-left: 5px;
	color: #707070
}
@media (min-width:992px) {
	.p-pDetail__deliveryIcon {
		font-size: 19px;
		margin-left: 3px
	}
}
@media (min-width:1400px) {
	.p-pDetail__deliveryIcon {
		font-size: 21px
	}
}
@media (min-width:1680px) {
	.p-pDetail__deliveryIcon {
		font-size: 23px;
		margin-left: 5px
	}
}
.p-pDetail__stock {
	color: #909090;
	font-size: 12px;
	font-weight: 300
}
@media (min-width:992px) {
	.p-pDetail__stock {
		font-size: 10px
	}
}
@media (min-width:1400px) {
	.p-pDetail__stock {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.p-pDetail__stock {
		font-size: 12px
	}
}
.p-pDetail__buyInfo {
	margin-top: 80px;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end
}
@media (min-width:992px) {
	.p-pDetail__buyInfo {
		margin-top: 60px;
		min-height: 120px
	}
}
@media (min-width:1400px) {
	.p-pDetail__buyInfo {
		margin-top: 70px;
		min-height: 130px
	}
}
@media (min-width:1680px) {
	.p-pDetail__buyInfo {
		margin-top: 80px;
		min-height: 140px
	}
}
.p-pDetail__otherSellers {
	font-size: 12px;
	color: #be9c79;
	display: flex;
	align-items: center;
	cursor: pointer
}
.p-pDetail__otherSellers i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-pDetail__otherSellers:hover {
	opacity: .7
}
.p-pDetail__otherSellers:hover i {
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-pDetail__otherSellers {
		font-size: 10px
	}
}
@media (min-width:1400px) {
	.p-pDetail__otherSellers {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.p-pDetail__otherSellers {
		font-size: 12px
	}
}
.p-pDetail__otherSellersArrow {
	font-size: 15px
}
.p-pDetail__sellers {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	color: #707070
}
.p-pDetail__sellersTitle {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	padding: 44px 0 34px;
	margin: 0;
	border-bottom: 1px solid #eee
}
@media (min-width:992px) {
	.p-pDetail__sellersTitle {
		font-size: 14px;
		padding: 34px 0 24px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersTitle {
		font-size: 15px;
		padding: 39px 0 29px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersTitle {
		font-size: 17px;
		padding: 44px 0 34px
	}
}
.p-pDetail__sellersRow {
	padding: 23px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center
}
@media (min-width:992px) {
	.p-pDetail__sellersRow {
		padding: 11px 0;
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersRow {
		padding: 17px 0;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersRow {
		padding: 23px 0;
		font-size: 14px
	}
}
.p-pDetail__sellersCol {
	flex: 0 1 20%;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	white-space: nowrap
}
@media (min-width:1400px) {
	.p-pDetail__sellersCol {
		padding: 0 5.5% 0 1%;
		justify-content: flex-start
	}
}
.p-pDetail__sellersColContent {
	justify-content: flex-start
}
.p-pDetail__mtrSeller {
	color: #d60644;
	font-size: 11px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__mtrSeller {
		font-size: 9px
	}
}
@media (min-width:1400px) {
	.p-pDetail__mtrSeller {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__mtrSeller {
		font-size: 11px;
		margin-left: 5px
	}
}
.p-pDetail__sellerName {
	font-size: 15px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-pDetail__sellerName {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellerName {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellerName {
		font-size: 15px
	}
}
.p-pDetail__sellersColDelivery {
	font-size: 15px
}
@media (min-width:992px) {
	.p-pDetail__sellersColDelivery {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColDelivery {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColDelivery {
		font-size: 15px
	}
}
.p-pDetail__sellersColDeliveryIcon {
	margin-left: 4px;
	font-size: 24px
}
@media (min-width:992px) {
	.p-pDetail__sellersColDeliveryIcon {
		font-size: 20px;
		margin-left: 3px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColDeliveryIcon {
		font-size: 22px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColDeliveryIcon {
		margin-left: 4px;
		font-size: 24px
	}
}
.p-pDetail__sellersColDelivery__is-accent {
	color: #be9c79
}
.p-pDetail__sellersColDelivery__is-gray {
	color: #9e9e9e
}
.p-pDetail__sellersColPrice {
	font-size: 20px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-pDetail__sellersColPrice {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColPrice {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColPrice {
		font-size: 20px
	}
}
.p-pDetail__sellersColPriceCurrency {
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px
}
@media (min-width:992px) {
	.p-pDetail__sellersColPriceCurrency {
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColPriceCurrency {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColPriceCurrency {
		font-size: 14px
	}
}
.p-pDetail__sellersColAddToCart {
	width: 145px;
	height: 45px;
	color: #be9c79;
	border: 1px solid #be9c79;
	border-radius: 30px;
	background: none;
	padding: 0;
	font-size: 12px
}
@media (min-width:992px) {
	.p-pDetail__sellersColAddToCart {
		font-size: 10px;
		width: 125px;
		height: 35px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColAddToCart {
		font-size: 11px;
		width: 135px;
		height: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColAddToCart {
		font-size: 12px;
		width: 145px;
		height: 45px
	}
}
.p-pDetail__otherSeller {
	font-size: 23px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__otherSeller {
		font-size: 19px
	}
}
@media (min-width:1400px) {
	.p-pDetail__otherSeller {
		font-size: 21px
	}
}
@media (min-width:1680px) {
	.p-pDetail__otherSeller {
		font-size: 23px;
		margin-left: 5px
	}
}
.p-pDetail__sellersColGuaranteeIcon {
	font-size: 22px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__sellersColGuaranteeIcon {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__sellersColGuaranteeIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sellersColGuaranteeIcon {
		font-size: 22px
	}
}
.p-pDetail__seeLessSellers, .p-pDetail__seeMoreSellers {
	color: #909090;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 34px 0;
	cursor: pointer
}
.p-pDetail__seeLessSellers i, .p-pDetail__seeMoreSellers i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-pDetail__seeLessSellers:hover, .p-pDetail__seeMoreSellers:hover {
	color: #505050
}
.p-pDetail__seeLessSellers:hover i, .p-pDetail__seeMoreSellers:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-pDetail__seeLessSellers, .p-pDetail__seeMoreSellers {
		padding: 24px 0;
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-pDetail__seeLessSellers, .p-pDetail__seeMoreSellers {
		padding: 29px 0;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__seeLessSellers, .p-pDetail__seeMoreSellers {
		padding: 34px 0;
		font-size: 14px
	}
}
.p-pDetail__seeMoreSellersIcon {
	font-size: 22px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__seeMoreSellersIcon {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__seeMoreSellersIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__seeMoreSellersIcon {
		font-size: 22px
	}
}
.p-pDetail__specificationsSection {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	color: #707070;
	margin-bottom: 40px
}
.p-pDetail__specificationsSection .c-tab__tablink {
	padding: 35px 0 15px;
	margin: 0 70px
}
@media (min-width:992px) {
	.p-pDetail__specificationsSection .c-tab__tablink {
		padding: 25px 0 5px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkText {
		font-size: 13px;
		height: 35px;
		padding: 0 20px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkIcon {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.p-pDetail__specificationsSection .c-tab__tablink {
		padding: 30px 0 10px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkText {
		font-size: 15px;
		height: 40px;
		padding: 0 25px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__specificationsSection .c-tab__tablink {
		padding: 35px 0 15px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkText {
		font-size: 17px;
		height: 45px;
		padding: 0 30px
	}
	.p-pDetail__specificationsSection .c-tab__tablinkIcon {
		font-size: 24px
	}
}
.p-pDetail__descriptionTab {
	padding: 30px 70px
}
.p-pDetail__descriptionTab h3 {
	font-size: 16px;
	font-weight: 700
}
.p-pDetail__descriptionTab p {
	color: #909090
}
@media (min-width:992px) {
	.p-pDetail__descriptionTab {
		padding: 10px 50px
	}
	.p-pDetail__descriptionTab h3 {
		font-size: 12px
	}
	.p-pDetail__descriptionTab p {
		font-size: 10px
	}
}
@media (min-width:1400px) {
	.p-pDetail__descriptionTab {
		padding: 20px 60px
	}
	.p-pDetail__descriptionTab h3 {
		font-size: 14px
	}
	.p-pDetail__descriptionTab p {
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__descriptionTab {
		padding: 30px 70px
	}
	.p-pDetail__descriptionTab h3 {
		font-size: 16px
	}
	.p-pDetail__descriptionTab p {
		font-size: 14px
	}
}
.p-pDetail__descriptionTabContent {
	overflow: hidden;
	transition: height .2s ease;
	line-height: 26px
}
.p-pDetail__descriptionTabContent h1, .p-pDetail__descriptionTabContent h2, .p-pDetail__descriptionTabContent h3, .p-pDetail__descriptionTabContent h4, .p-pDetail__descriptionTabContent h5, .p-pDetail__descriptionTabContent h6 {
	font-size: 16px
}
@media (min-width:992px) {
	.p-pDetail__descriptionTabContent {
		line-height: 22px
	}
	.p-pDetail__descriptionTabContent h1, .p-pDetail__descriptionTabContent h2, .p-pDetail__descriptionTabContent h3, .p-pDetail__descriptionTabContent h4, .p-pDetail__descriptionTabContent h5, .p-pDetail__descriptionTabContent h6 {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__descriptionTabContent {
		line-height: 24px
	}
}
@media (min-width:1680px) {
	.p-pDetail__descriptionTabContent {
		line-height: 26px
	}
}
.p-pDetail__seeLessDescription, .p-pDetail__seeMoreDescription {
	color: #909090;
	display: none;
	justify-content: center;
	padding: 55px 0 35px;
	cursor: pointer
}
.p-pDetail__seeLessDescription i, .p-pDetail__seeMoreDescription i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-pDetail__seeLessDescription:hover, .p-pDetail__seeMoreDescription:hover {
	color: #505050
}
.p-pDetail__seeLessDescription:hover i, .p-pDetail__seeMoreDescription:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-pDetail__seeLessDescription, .p-pDetail__seeMoreDescription {
		padding: 35px 0 15px;
		font-size: 11px
	}
}
@media (min-width:1400px) {
	.p-pDetail__seeLessDescription, .p-pDetail__seeMoreDescription {
		padding: 45px 0 25px;
		font-size: 12px
	}
}
@media (min-width:1680px) {
	.p-pDetail__seeLessDescription, .p-pDetail__seeMoreDescription {
		padding: 55px 0 35px;
		font-size: 14px
	}
}
.p-pDetail__seeLessDescriptionIcon, .p-pDetail__seeMoreDescriptionIcon {
	font-size: 22px;
	margin-left: 5px
}
@media (min-width:992px) {
	.p-pDetail__seeLessDescriptionIcon, .p-pDetail__seeMoreDescriptionIcon {
		font-size: 18px
	}
}
@media (min-width:1400px) {
	.p-pDetail__seeLessDescriptionIcon, .p-pDetail__seeMoreDescriptionIcon {
		font-size: 20px
	}
}
@media (min-width:1680px) {
	.p-pDetail__seeLessDescriptionIcon, .p-pDetail__seeMoreDescriptionIcon {
		font-size: 22px
	}
}
.p-pDetail__sellerslist {
	overflow: hidden;
	transition: height .2s ease
}
.p-pDetail__specificationsTitle {
	font-size: 18px;
	font-weight: 700;
	color: #909090;
	padding: 40px 70px 0;
	margin-bottom: 10px
}
@media (min-width:992px) {
	.p-pDetail__specificationsTitle {
		font-size: 14px;
		padding: 20px 50px 0;
		margin-bottom: 5px
	}
}
@media (min-width:1400px) {
	.p-pDetail__specificationsTitle {
		font-size: 16px;
		padding: 30px 60px 0
	}
}
@media (min-width:1680px) {
	.p-pDetail__specificationsTitle {
		font-size: 18px;
		padding: 40px 70px 0;
		margin-bottom: 10px
	}
}
.p-pDetail__specificationsRow {
	display: flex;
	border-top: 1px solid #eee;
	padding: 24px 70px;
	color: #909090;
	font-size: 16px
}
@media (min-width:992px) {
	.p-pDetail__specificationsRow {
		padding: 14px 50px;
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__specificationsRow {
		padding: 19px 60px;
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.p-pDetail__specificationsRow {
		padding: 24px 70px;
		font-size: 16px
	}
}
.p-pDetail__specificationsName {
	flex: 0 1 40%;
	width: 40%
}
.p-pDetail__specificationsValue {
	flex: 0 1 60%;
	width: 60%
}
.p-pDetail__specificationsTab {
	padding-bottom: 20px
}
.p-pDetail__commentsTab {
	padding: 45px 70px
}
@media (min-width:992px) {
	.p-pDetail__commentsTab {
		padding: 25px 50px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentsTab {
		padding: 35px 60px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentsTab {
		padding: 45px 70px
	}
}
.p-pDetail__userRatingInfo {
	display: flex;
	align-items: flex-end
}
.p-pDetail__userRating {
	flex: 0 1 40%;
	width: 40%
}
.p-pDetail__addComment {
	flex: 0 1 60%;
	width: 60%
}
.p-pDetail__userRatingTitle {
	font-weight: 700;
	font-size: 18px;
	color: #909090;
	margin-bottom: 35px
}
@media (min-width:992px) {
	.p-pDetail__userRatingTitle {
		font-size: 14px;
		margin-bottom: 15px
	}
}
@media (min-width:1400px) {
	.p-pDetail__userRatingTitle {
		font-size: 16px;
		margin-bottom: 25px
	}
}
@media (min-width:1680px) {
	.p-pDetail__userRatingTitle {
		font-size: 18px;
		margin-bottom: 35px
	}
}
.p-pDetail__userRatingItem {
	display: flex;
	align-items: center;
	margin: 20px 0
}
@media (min-width:992px) {
	.p-pDetail__userRatingItem {
		margin: 10px 0
	}
}
@media (min-width:1400px) {
	.p-pDetail__userRatingItem {
		margin: 15px 0
	}
}
@media (min-width:1680px) {
	.p-pDetail__userRatingItem {
		margin: 20px 0
	}
}
.p-pDetail__userRatingLabel {
	width: 90px
}
@media (min-width:992px) {
	.p-pDetail__userRatingLabel {
		width: 55px;
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__userRatingLabel {
		width: 65px;
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__userRatingLabel {
		width: 75px;
		font-size: 14px
	}
}
.p-pDetail__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: calc(100% - 65px)
}
.p-pDetail__userRatingValue:after, .p-pDetail__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.p-pDetail__userRatingValue:before {
	left: 20%
}
.p-pDetail__userRatingValue:after {
	left: 40%
}
@media (min-width:1400px) {
	.p-pDetail__userRatingValue {
		width: 292px
	}
}
@media (min-width:1680px) {
	.p-pDetail__userRatingValue {
		width: 312px
	}
}
.p-pDetail__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.p-pDetail__userRatingBg:after, .p-pDetail__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.p-pDetail__userRatingBg:before {
	right: 20%
}
.p-pDetail__userRatingBg:after {
	right: 40%
}
.p-pDetail__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0;
	border-radius: 2rem
}
.p-pDetail__addComment {
	display: flex;
	align-items: center;
	padding-bottom: 10px
}
.p-pDetail__addCommentBtn {
	display: flex;
	height: 45px;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	width: 210px;
	padding: 6px 7px 6px 16px;
	background-color: #be9c79;
	margin: 0 110px 5px 0;
	cursor: pointer;
	border: 1px solid #be9c79;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.p-pDetail__addCommentBtn:hover {
	background-color: #fff;
	color: #be9c79
}
.p-pDetail__addCommentBtn:hover .p-pDetail__addCommentIcon {
	color: #fff;
	background-color: #be9c79
}
@media (min-width:992px) {
	.p-pDetail__addCommentBtn {
		width: 170px;
		padding: 4px 4px 4px 10px;
		margin: 0 70px 5px 0;
		font-size: 12px;
		height: 35px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addCommentBtn {
		width: 190px;
		padding: 5px 5px 5px 14px;
		margin: 0 90px 5px 0;
		font-size: 13px;
		height: 40px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addCommentBtn {
		width: 210px;
		padding: 6px 7px 6px 16px;
		margin: 0 110px 5px 0;
		font-size: 14px;
		height: 45px
	}
}
.p-pDetail__addCommentIcon {
	font-size: 19px;
	background-color: #fff;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	color: #9e9e9e;
	margin-left: 22px;
	color: #be9c79;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
@media (min-width:992px) {
	.p-pDetail__addCommentIcon {
		font-size: 15px;
		width: 27px;
		height: 27px;
		margin-left: 15px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addCommentIcon {
		font-size: 17px;
		width: 30px;
		height: 30px;
		margin-left: 18px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addCommentIcon {
		font-size: 19px;
		width: 33px;
		height: 33px;
		margin-left: 22px
	}
}
.p-pDetail__addCommentTitle {
	font-size: 14px
}
@media (min-width:992px) {
	.p-pDetail__addCommentTitle {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addCommentTitle {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addCommentTitle {
		font-size: 14px
	}
}
.p-pDetail__addCommentDesc {
	font-weight: 300;
	font-size: 14px
}
@media (min-width:992px) {
	.p-pDetail__addCommentDesc {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__addCommentDesc {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__addCommentDesc {
		font-size: 14px
	}
}
.p-pDetail__commentsListTitle {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-top: 30px;
	padding-bottom: 7px
}
@media (min-width:992px) {
	.p-pDetail__commentsListTitle {
		font-size: 13px;
		margin-top: 20px;
		padding-bottom: 5px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentsListTitle {
		font-size: 14px;
		margin-top: 25px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentsListTitle {
		font-size: 16px;
		margin-top: 30px;
		padding-bottom: 7px
	}
}
.p-pDetail__commentCount {
	font-size: 14px;
	font-weight: 300;
	margin-right: 5px;
	color: #be9c79
}
@media (min-width:992px) {
	.p-pDetail__commentCount {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentCount {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentCount {
		font-size: 14px
	}
}
.p-pDetail__commentsListRow {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #eee
}
@media (min-width:992px) {
	.p-pDetail__commentsListRow {
		padding: 20px 0
	}
	.p-pDetail__commentsListRow:last-child {
		border-bottom: 0
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentsListRow {
		padding: 25px 0
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentsListRow {
		padding: 30px 0
	}
}
.p-pDetail__commentListCol {
	flex: 0 1 40%;
	width: 40%
}
.p-pDetail__commentTopInfo {
	display: flex;
	align-items: center
}
.p-pDetail__commentTopInfo .c-productCard__star {
	font-size: 17px
}
@media (min-width:992px) {
	.p-pDetail__commentTopInfo .c-productCard__star {
		font-size: 13px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentTopInfo .c-productCard__star {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentTopInfo .c-productCard__star {
		font-size: 17px
	}
}
.productCard__commentDate {
	font-size: 13px;
	font-weight: 300;
	color: #909090;
	margin: 8px 0 0
}
@media (min-width:992px) {
	.productCard__commentDate {
		font-size: 11px;
		margin: 3px 0 0
	}
}
@media (min-width:1400px) {
	.productCard__commentDate {
		font-size: 12px;
		margin: 5px 0 0
	}
}
@media (min-width:1680px) {
	.productCard__commentDate {
		font-size: 13px;
		margin: 8px 0 0
	}
}
.productCard__commentSeller {
	font-size: 15px;
	margin-top: 18px
}
@media (min-width:992px) {
	.productCard__commentSeller {
		font-size: 13px;
		margin-top: 18px
	}
}
@media (min-width:1400px) {
	.productCard__commentSeller {
		font-size: 14px;
		margin-top: 23px
	}
}
@media (min-width:1680px) {
	.productCard__commentSeller {
		font-size: 15px;
		margin-top: 28px
	}
}
.p-pDetail__commentMtnSeller {
	color: #d60644;
	font-size: 12px
}
@media (min-width:992px) {
	.p-pDetail__commentMtnSeller {
		font-size: 8px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentMtnSeller {
		font-size: 10px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentMtnSeller {
		font-size: 12px
	}
}
.p-pDetail__commentAuthor {
	margin-left: 10px;
	font-size: 14px
}
@media (min-width:992px) {
	.p-pDetail__commentAuthor {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentAuthor {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentAuthor {
		font-size: 14px
	}
}
.p-pDetail__commentDesc {
	font-size: 14px
}
@media (min-width:992px) {
	.p-pDetail__commentDesc {
		font-size: 12px
	}
}
@media (min-width:1400px) {
	.p-pDetail__commentDesc {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-pDetail__commentDesc {
		font-size: 14px
	}
}
.p-pDetail__slider {
	max-width: 400px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
.p-pDetail__slider .splide__pagination {
	position: absolute;
	bottom: 140px;
	left: 50%;
	transform: translateX(-50%)
}
.p-pDetail__slider .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 8px;
	margin: 0 4px
}
.p-pDetail__slider .splide__pagination .splide__pagination__page.is-active {
	width: 24px
}
.p-pDetail__slider .p-pDetail__sliderThumbnails .splide__list {
	justify-content: center;
	width: 100%
}
.p-pDetail__slider .p-pDetail__sliderControls {
	position: absolute;
	bottom: -65px;
	left: 0;
	display: flex
}
.p-pDetail__slider .p-pDetail__sliderNext, .p-pDetail__slider .p-pDetail__sliderPrev {
	font-size: 32px;
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090
}
@media (min-width:992px) {
	.p-pDetail__slider {
		width: 85%
	}
	.p-pDetail__slider .splide__pagination {
		bottom: -36px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page {
		width: 6px;
		height: 6px;
		margin: 0 2px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page.is-active {
		width: 16px
	}
	.p-pDetail__slider .p-pDetail__sliderControls {
		bottom: -81px
	}
}
@media (min-width:1180px) {
	.p-pDetail__slider .p-pDetail__sliderControls {
		bottom: -65px
	}
}
@media (min-width:1400px) {
	.p-pDetail__slider .splide__pagination {
		bottom: -42px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page {
		width: 7px;
		height: 7px;
		margin: 0 3px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page.is-active {
		width: 20px
	}
	.p-pDetail__slider .p-pDetail__sliderControls {
		bottom: -80px
	}
}
@media (min-width:1680px) {
	.p-pDetail__slider {
		width: 100%
	}
	.p-pDetail__slider .splide__pagination {
		bottom: -52px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page {
		width: 8px;
		height: 8px;
		margin: 0 4px
	}
	.p-pDetail__slider .splide__pagination .splide__pagination__page.is-active {
		width: 24px
	}
	.p-pDetail__slider .p-pDetail__sliderControls {
		bottom: -93px
	}
}
.p-pDetail__mainImages {
	margin-bottom: 105px;
	position: relative
}
@media (min-width:992px) {
	.p-pDetail__mainImages {
		margin-bottom: 90px
	}
}
@media (min-width:1180px) {
	.p-pDetail__mainImages {
		margin-bottom: 75px
	}
}
@media (min-width:1400px) {
	.p-pDetail__mainImages {
		margin-bottom: 90px
	}
}
@media (min-width:1680px) {
	.p-pDetail__mainImages {
		margin-bottom: 105px
	}
}
.p-pDetail__mainImageFile {
	width: 100%;
	height: auto;
	min-height: 264px
}
@media (min-width:1180px) {
	.p-pDetail__mainImageFile {
		min-height: 300px
	}
}
@media (min-width:1400px) {
	.p-pDetail__mainImageFile {
		min-height: 360px
	}
}
@media (min-width:1680px) {
	.p-pDetail__mainImageFile {
		min-height: 400px
	}
}
.p-pDetail__sliderThumbnail {
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 4px;
	cursor: pointer
}
.p-pDetail__sliderThumbnail img {
	border-radius: 15px
}
@media (min-width:1400px) {
	.p-pDetail__sliderThumbnail {
		width: 85px;
		height: 85px
	}
}
@media (min-width:1680px) {
	.p-pDetail__sliderThumbnail {
		width: 90px;
		height: 90px
	}
}
.p-pDetail__priceAndDiscountContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px
}
.slider-zoom-preview {
	width: 400px;
	height: 400px;
	position: fixed;
	border: 2px solid rgba(222, 220, 220, .38823529411764707);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	pointer-events: none
}
.slider-zoom-image {
	width: 100%;
	height: 100%;
	display: unset!important
}
.img-zoom-lens {
	position: absolute;
	border: 1px solid #d4d4d4;
	width: 100px;
	height: 100px
}
.zoomable-parent {
	overflow: visible
}
.zoomable-fragment {
	transition: opacity .2s ease;
	opacity: 0;
	top: 0;
	left: 100%
}
.zoomable-active {
	opacity: 1
}
.p-pDetail__tagLink {
	color: #be9c79;
	outline: none
}
.pdp-shade-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}
.p-pDetail__shades {
	margin-top: unset!important;
	margin: 12px 0 18px
}
g.p-pDetailMobile {
	width: 100%;
	color: #707070;
	padding-bottom: 1px
}
.p-pDetailMobile__topCardContainer {
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 35px;
	margin-bottom: 15px
}
.p-pDetailMobile__offrooz {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #eee
}
.p-pDetailMobile__offrooz.holder {
	border-bottom: unset;
	padding: 4px 0
}
.p-pDetailMobile__offroozIcon {
	color: #d60644;
	font-size: 25px;
	margin-left: 6px
}
.p-pDetailMobile__offroozTitle {
	margin-left: 10px
}
.p-pDetailMobile__offroozImage {
	width: 48px
}
.p-pDetailMobile__timer {
	color: #d60644
}
.p-pDetailMobile__timer .c-countdown {
	transform: scale(.67);
	margin: 0 -35px
}
.p-pDetailMobile__pName {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 5px;
	text-align: center;
	padding: 0 15px
}
.p-pDetailMobile__pLatinName {
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 300;
	margin: 0;
	text-align: center;
	padding: 0 15px
}
.p-pDetailMobile__slider {
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 58px;
	position: relative;
	overflow: hidden
}
.p-pDetailMobile__slider .splide__pagination {
	bottom: -42px
}
.p-pDetailMobile__slider .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 8px;
	margin: 0 4px
}
.p-pDetailMobile__slider .splide__pagination .splide__pagination__page.is-active {
	width: 24px
}
.p-pDetailMobile__sliderWrapper {
	width: 100%;
	position: relative;
	margin-top: 55px
}
.p-pDetailMobile__actions {
	position: absolute;
	top: 0;
	right: 28px;
	display: flex;
	flex-direction: column;
	z-index: 1
}
.p-pDetailMobile__action {
	padding: 0;
	border: 0;
	background: none;
	margin-bottom: 24px;
	color: #9e9e9e;
	font-size: 23px
}
.p-pDetailMobile__action.icon-bookmark.active, .p-pDetailMobile__action.icon-bookmarked.active {
	color: #d60644
}
.p-pDetailMobile__showShades {
	font-size: 24px
}
.p-pDetailMobile__leftInfo {
	position: absolute;
	left: 20px;
	top: 0;
	display: flex;
	flex-direction: column
}
.p-pDetailMobile__discountPercent {
	background-color: #d60644;
	color: #fff;
	height: 29px;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 22px;
	min-width: 50px;
	text-align: center;
	line-height: 29px
}
.p-pDetailMobile__badge {
	margin-bottom: 16px;
	display: none
}
.p-pDetailMobile__badge img {
	width: 45px;
	height: 45px;
	margin: 0 auto
}
.p-pDetailMobile__percent {
	font-size: 9px
}
.p-pDetailMobile__quantityBtn {
	width: 32px;
	height: 32px;
	font-size: 32px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 0;
	background: none;
	color: #9e9e9e;
	cursor: pointer
}
.p-pDetailMobile__count {
	font-size: 15px;
	font-weight: 700;
	margin: 0 20px
}
.p-pDetailMobile__shades {
	padding: 0 24px;
	margin-top: 12px;
	position: relative
}
.p-pDetailMobile__shades.is-open {
	border: 0
}
.p-pDetailMobile__shades.is-open .p-pDetail__shadesList {
	top: 50px;
	padding: 18px 20px;
	opacity: 1;
	z-index: 2;
	overflow-y: scroll;
	visibility: visible;
	transition: opacity .2s ease, top .2s ease
}
.p-pDetailMobile__shades.is-open .p-pDetail__shadesHeader {
	border-bottom: 0
}
.p-pDetailMobile__shades.is-open .p-pDetail__shadesContent {
	opacity: 0;
	transition: opacity .2s ease
}
.p-pDetailMobile__shades.is-open .p-pDetail__collapseIconUp {
	display: block
}
.p-pDetailMobile__shades.is-open .p-pDetail__collapseIconDown {
	display: none
}
.p-pDetailMobile__shades.is-open .p-pDetail__shadesList {
	top: 60px;
	max-height: 180px
}
.p-pDetailMobile__shades .p-pDetail__selectedShadeColor {
	width: 26px;
	height: 26px;
	border-radius: 20px
}
.p-pDetailMobile__shades .p-pDetail__selectedShadeName {
	font-size: 15px;
	flex: 1
}
.p-pDetailMobile__shades .p-pDetail__shadeItem {
	width: 33px;
	height: 33px;
	margin: 5px 4px
}
.p-pDetailMobile__shades .p-pDetail__shadeColor {
	width: 33px;
	height: 33px;
	border: 2px solid transparent
}
.p-pDetailMobile__shades .p-pDetail__shadeColor.is-selected {
	border-color: #fff
}
.p-pDetailMobile__shades .p-pDetail__numberOfShade {
	font-size: 17px;
	left: 23px;
	padding: 0 16px
}
.p-pDetailMobile__shades .p-pDetail__shadesHeader {
	border-bottom: 0
}
.p-pDetailMobile__shades .p-pDetail__closeShades {
	width: 33px;
	height: 33px;
	font-size: 32px;
	border: 1px solid #e0e0e0;
	color: #9e9e9e
}
.p-pDetailMobile__shades .p-pDetail__shadesListItem .p-pDetail__shadeColor {
	width: 30px;
	height: 30px
}
.p-pDetailMobile__actionBoxContainer {
	height: 60px
}
.p-pDetailMobile__actionBox {
	padding: 0 20px;
	background-color: #fff
}
.p-pDetailMobile__actionBox.sticky {
	padding: 22px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	border: 1px solid #e0e0e0;
	border-radius: 50px 50px 0 0;
	z-index: 9
}
.p-pDetailMobile__actionBox.sticky .p-pDetailMobile_viewAlternativeGoods {
	display: flex
}
.p-pDetailMobile__actionBox.sticky .p-pDetail__discontinued {
	display: none
}
.p-pDetailMobile__actionBox .p-pDetail_notifyToUser {
	width: 100%;
	height: 60px;
	padding: 6px 16px;
	justify-content: center
}
.p-pDetailMobile__actionBox .p-pDetail__notifyToUserIcon {
	font-size: 23px;
	width: 42px;
	height: 42px;
	border-radius: 30px
}
.p-pDetailMobile__actionBox .p-pDetail__notifyToUserText {
	font-size: 16px
}
.p-pDetailMobile__actionBox .p-pDetail__discontinued {
	height: 60px;
	width: 100%;
	font-size: 16px
}
.p-pDetailMobile_viewAlternativeGoods {
	display: none;
	height: 60px;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	color: #fff;
	border-radius: 30px;
	padding: 5px 9px 6px 16px;
	border: 0;
	background-color: #be9c79;
	cursor: pointer;
	transition: background-color .2s ease-in-out
}
.p-pDetailMobile_viewAlternativeGoods:hover {
	background-color: #1fb6ce
}
.p-pDetailMobile__viewAlternativeGoodsIcon {
	background-color: #fff;
	color: #be9c79;
	font-size: 18px;
	width: 40px;
	height: 40px;
	border-radius: 30px
}
.p-pDetailMobile__viewAlternativeGoodsText {
	margin-right: 30px;
	font-size: 16px
}
.p-pDetailMobile__addToBasket {
	flex: 0 1 50%;
	background-color: #d60644;
	color: #fff;
	border: 0;
	padding: 0;
	height: 60px;
	border-radius: 0 30px 30px 0
}
.p-pDetailMobile__priceContainer {
	flex: 0 1 50%;
	height: 60px;
	flex-direction: column;
	border: 1px solid #e0e0e0;
	border-right: 0;
	border-radius: 30px 0 0 30px;
	background-color: #fff
}
.p-pDetailMobile__invalidPrice {
	color: #9e9e9e;
	font-size: 13px;
	text-decoration: line-through;
	margin-left: 10px
}
.p-pDetailMobile__price {
	color: #d60644;
	font-size: 20px;
	font-weight: 700
}
.p-pDetailMobile__currencyUnit {
	font-size: 11px;
	font-weight: 700;
	margin-right: 2px
}
.p-pDetailMobile__terms {
	padding: 0 24px;
	margin: 35px 0 25px
}
.p-pDetailMobile__brand, .p-pDetailMobile__category {
	font-size: 13px;
	color: #707070
}
.p-pDetailMobile__brand {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #eee
}
.p-pDetailMobile__brandLink, .p-pDetailMobile__categoryLink {
	color: #be9c79
}
.p-pDetailMobile__stars {
	padding: 0 20px
}
.p-pDetailMobile__stars .c-productCard__star {
	font-size: 20px
}
.p-pDetailMobile__features {
	padding: 0 22px;
	margin-top: 30px
}
.p-pDetailMobile__features .p-pDetail__featureItem, .p-pDetailMobile__features .p-pDetail__featuresTitle {
	font-size: 13px
}
.p-pDetailMobile__features .p-pDetail__readMoreFeatures {
	font-size: 12px
}
.p-pDetailMobile__seller {
	background-color: #fff;
	border-radius: 20px;
	padding: 39px 24px 32px
}
.p-pDetailMobile__seller .p-pDetail__delivery {
	font-size: 14px
}
.p-pDetailMobile__seller .p-pDetail__seller-items {
	margin-bottom: 25px
}
.p-pDetailMobile__seller .p-pDetail__delivery {
	margin-bottom: 0
}
.p-pDetailMobile__seller .p-pDetail__stock {
	margin-right: 28px
}
.p-pDetailMobile__seller .p-pDetail__otherSellers {
	border-top: 1px solid #eee;
	padding-top: 28px;
	margin-top: 25px;
	font-size: 13px;
	justify-content: center
}
.p-pDetailMobile__seller .p-pDetail__otherSellersArrow {
	font-size: 24px
}
.p-pDetailMobile__freeDelivery {
	display: flex;
	color: #be9c79;
	margin-top: 18px
}
.p-pDetailMobile__freeDeliveryIcon {
	font-size: 20px;
	margin-left: 5px;
	color: #be9c79
}
.p-pDetailMobile__services {
	background-color: #fff;
	border-radius: 20px;
	margin: 15px 0;
	padding: 30px 0 25px;
	display: flex
}
.p-pDetailMobile__services a {
	text-align: center;
	display: block;
	padding: 0 13px;
	line-height: 20px;
	flex: 0 1 33.3333%;
	width: 33.3333%;
	color: #9e9e9e;
	font-size: 12px
}
.p-pDetailMobile__services img {
	margin: 0 auto 5px
}
.p-pDetailMobile__description p {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0
}
.p-pDetailMobile__description h4 {
	margin-top: 0;
	margin-bottom: 10px
}
.p-pDetailMobile__description h1, .p-pDetailMobile__description h2, .p-pDetailMobile__description h3, .p-pDetailMobile__description h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px
}
.p-pDetailMobile__specificationsRow {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 20px
}
.p-pDetailMobile__addCommentTitle {
	font-size: 13px;
	margin: 0
}
.p-pDetailMobile__addCommentDesc {
	font-size: 13px;
	font-weight: 300;
	margin: 0
}
.p-pDetailMobile__addComment .p-pDetail__addCommentBtn {
	margin: 15px auto 35px
}
.p-pDetailMobile__commentsListRow {
	border-bottom: 1px solid #eee;
	padding: 31px 0 21px
}
.p-pDetailMobile__commentsListRow .productCard__commentDate {
	margin-bottom: 14px
}
.p-pDetailMobile__commentsListRow .productCard__commentSeller {
	font-size: 13px;
	margin-top: 20px
}
.p-pDetailMobile__commentsListRow .p-pDetail__commentMtnSeller {
	font-size: 9px
}
.p-pDetailMobile__specificationsName {
	max-width: 50%;
	padding-left: 5px
}
.p-pDetailMobile__specificationsValue {
	text-align: left;
	max-width: 50%;
	padding-right: 5px
}
.p-pDetailMobile__mainImage img {
	min-height: 200px
}
.p-login {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	padding-bottom: 45px
}
@media (min-width:992px) {
	.p-login {
		min-height: 300px;
		padding-bottom: 0;
		justify-content: center
	}
}
.p-login__phoneLabel {
	display: flex;
	font-size: 14px;
	color: #707070;
	justify-content: center;
	margin-bottom: 18px
}
.p-login__phoneIcon {
	font-size: 20px;
	color: #707070;
	margin-left: 5px
}
.p-login__phone.p-login__phone {
	width: 100%;
	max-width: 300px;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 300;
	color: #707070;
	padding: 10px 20px;
	direction: ltr
}
.p-login__phone.p-login__phone ::-webkit-input-placeholder {
	color: #e0e0e0
}
.p-login__phone.p-login__phone ::-moz-placeholder {
	color: #e0e0e0
}
.p-login__phone.p-login__phone :-ms-input-placeholder {
	color: #e0e0e0
}
.p-login__phone.p-login__phone :-moz-placeholder {
	color: #e0e0e0
}
.p-login__phone.p-login__phone.has-error {
	border-color: #d60644
}
@media (min-width:992px) {
	.p-login__phone.p-login__phone {
		width: 300px;
		height: 45px
	}
}
.p-login__error {
	color: #d60644;
	font-size: 13px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	white-space: nowrap
}
@media (min-width:992px) {
	.p-login__error {
		bottom: 35px
	}
}
.p-verify {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	padding-bottom: 35px
}
@media (min-width:992px) {
	.p-verify {
		min-height: 290px;
		justify-content: center;
		padding-bottom: 0
	}
}
.p-verify__codeLabel {
	display: flex;
	font-size: 14px -1px;
	color: #707070;
	justify-content: center;
	margin-bottom: 18px
}
.p-verify__codeIcon {
	font-size: 15px;
	color: #707070;
	margin-left: 5px
}
.p-verify__code {
	width: 100%;
	max-width: 300px;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 300;
	color: #707070;
	padding: 10px 20px;
	direction: ltr
}
.p-verify__code ::-webkit-input-placeholder {
	color: #e0e0e0
}
.p-verify__code ::-moz-placeholder {
	color: #e0e0e0
}
.p-verify__code :-ms-input-placeholder {
	color: #e0e0e0
}
.p-verify__code :-moz-placeholder {
	color: #e0e0e0
}
.p-verify__code.has-error {
	border-color: #d60644
}
@media (min-width:992px) {
	.p-verify__code {
		width: 300px;
		height: 45px
	}
}
.p-verify__error {
	color: #d60644;
	font-size: 13px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	white-space: nowrap
}
.p-verify__error li, .p-verify__error ul {
	padding: 0;
	margin: 0
}
@media (min-width:992px) {
	.p-verify__error {
		bottom: 40px
	}
}
.p-verify__actionBar {
	display: flex;
	justify-content: space-between;
	width: 300px;
	margin-top: 8px;
	padding: 0 10px
}
.p-verify__editPhone {
	color: #9e9e9e;
	font-size: 12px;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	padding: 0;
	background: none
}
.p-verify__editPhone:hover {
	color: #525252
}
.p-verify__timer {
	direction: ltr
}
.p-verify__resend, .p-verify__timer {
	color: #707070;
	font-size: 12px;
	font-weight: 300
}
.p-verify__resend {
	cursor: pointer;
	border: 0;
	padding: 0;
	background: none
}
.p-verify__resend:hover {
	color: li(#707070, 30%)
}
.p-cart {
	position: relative;
	width: 100%;
	min-height: 500px
}
.p-cart.open-topBar .p-cart__topBarBody {
	height: 432px
}
.p-cart.open-topBar .p-cart__topBarOverlay {
	display: block
}
.p-cart.open-topBar .p-cart__connectBtn--down {
	display: none
}
.p-cart.open-topBar .p-cart__connectBtn--up {
	display: flex
}
.p-cart .p-payment__paymentItem--is-shipping {
	display: none
}
.p-cart__warpper {
	width: 100%
}
.p-cart__topBarOverlay {
	display: none;
	background-color: hsla(0, 0%, 62%, .5);
	position: absolute;
	left: 0;
	top: 42px;
	right: 0;
	bottom: 0;
	z-index: 8
}
.p-cart__topBarBody {
	position: absolute;
	background-color: #fff;
	top: 95px;
	right: 0;
	left: 0;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	height: 0;
	transition: height .3s ease
}
.p-cart__topBar {
	width: 100%;
	position: relative;
	z-index: 9
}
.p-cart__topBar .p-cart__paymetInfoCardInfo {
	flex: 0 1 50%;
	width: 50%;
	padding: 32px
}
@media (min-width:1400px) {
	.p-cart__topBar .p-cart__paymetInfoCardInfo {
		padding: 24px 110px
	}
}
.p-cart__contentWrapper {
	margin-top: 20px
}
.p-cart__topbarHeaderContainer {
	height: 95px;
	background-color: #fff;
	padding: 25px 0;
	position: relative;
	border-bottom: 1px solid #eee
}
.p-cart__topbarHeaderContainer .p-cart__connectBtn--down {
	display: flex
}
.p-cart__topbarHeader {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between
}
.p-cart__sampleTitle {
	flex: 0 1 50%;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0 15px
}
.p-cart__paymentDetailsBoxHeader {
	flex: 0 1 50%;
	border-right: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.p-cart__sampleIcon {
	font-size: 29px;
	margin-left: 5px
}
.p-cart__cartIcon {
	font-size: 29px
}
.c-cart__topBarTotalSum {
	font-size: 18px;
	font-weight: 700;
	margin: 0 13px
}
.c-cart__totalSumValue {
	margin-right: 15px;
	font-family: iranyekanfanum
}
.c-cart__totalSumCurrency {
	font-size: 14px;
	font-weight: 300;
	margin-right: 4px
}
.p-cart__connectBtn, .p-cart__row--is-gift:before {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #fff;
	width: 33px;
	height: 36px;
	font-size: 26px;
	border-bottom: 1px solid #eee;
	border-radius: 20px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	cursor: pointer
}
.p-cart__topBarContent {
	display: flex;
	width: 100%;
	height: 432px
}
.p-cart__topBarContent .p-cart__emptySampleIcon {
	width: 180px
}
.p-cart__samplesBox {
	display: flex;
	flex: 0 1 50%;
	width: 50%;
	border-left: 1px solid #eee;
	height: 100%;
	position: relative
}
@media (min-width:1400px) {
	.p-cart__samplesBox {
		padding-right: 77px
	}
}
.p-cart__samplesBoxContent {
	max-width: 630px;
	position: relative;
	padding-top: 12px;
	width: 100%
}
.p-cart__samplesBoxContent .splide__pagination {
	bottom: 20px
}
.p-cart__samplesBoxContent .splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	margin: 0 2px
}
.p-cart__samplesBoxContent .splide__pagination .splide__pagination__page.is-active {
	width: 16px
}
.p-cart__samplesBoxContent.p-cart__samplesBoxContent--is-disabled {
	filter: blur(4px)
}
.p-cart__samplesBoxContent.p-cart__samplesBoxContent--is-disabled .p-cart__sliderControls:after, .p-cart__samplesBoxContent.p-cart__samplesBoxContent--is-disabled:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2
}
.p-cart__samplesBoxEmpty {
	text-align: center;
	padding: 100px 0;
	width: 100%
}
.p-cart__emptySampleIcon {
	margin: 0 auto
}
.p-cart__emptySampleIcon--is-mobile {
	margin: 0 auto;
	width: 222px
}
.p-cart__emptyMsg {
	font-weight: 700;
	margin-top: 40px
}
@media (min-width:992px) {
	.p-cart__emptyMsg {
		font-size: 16px
	}
}
.p-cart__paymentDetailsBox {
	flex: 0 1 50%;
	width: 50%;
	padding: 32px
}
@media (min-width:1400px) {
	.p-cart__paymentDetailsBox {
		padding: 24px 110px
	}
}
.p-cart__samplesListSlideContent {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	direction: rtl
}
.p-cart__sampleItem {
	flex: 0 1 50%;
	width: 50%;
	position: relative;
	margin: 42px 0
}
.p-cart__sampleItem img {
	width: 120px;
	margin: 0 auto
}
.p-cart__sampleItem .c-productCard__actionBar {
	top: 0;
	opacity: 1;
	right: 45px
}
.p-cart__sampleItem .c-productCard__favorite {
	margin-top: 13px
}
.p-cart__sampleItem .c-productCard__addToBasketText {
	font-size: 13px
}
.p-cart__sampleItem .c-productCard__addToBasket:hover {
	width: 170px
}
.p-cart__sampleItem .c-productCard__addToBasket:hover .c-productCard__addToBasketText {
	margin-right: 6px
}
@media (min-width:1400px) {
	.p-cart__sampleItem .c-productCard__addToBasket:hover {
		width: 210px
	}
	.p-cart__sampleItem .c-productCard__addToBasket:hover .c-productCard__addToBasketText {
		margin-right: 20px
	}
}
.p-cart__sliderControls {
	position: absolute;
	top: 16px;
	left: 28px
}
@media (min-width:1400px) {
	.p-cart__sliderControls {
		left: -74px
	}
}
.p-cart__sliderNext, .p-cart__sliderPrev {
	font-size: 32px;
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090
}
.p-cart__paymentItem {
	display: flex;
	justify-content: space-between;
	margin: 21px 0
}
.p-cart__paymentItem .direction-ltr {
	display: inline-block
}
@media (min-width:992px) {
	.p-cart__paymentItem {
		margin: 28px 0
	}
}
.p-cart__paymentItemValue {
	font-size: 16px;
	font-family: iranyekanfanum
}
.p-cart__paymentItemValue--is-large {
	font-size: 20px;
	font-family: iranyekanfanum
}
.p-cart__paymentCurrency {
	font-size: 11px;
	font-weight: 300;
	margin-right: 4px
}
.p-cart__deliveryDesc {
	padding: 23px 0 0;
	margin: 35px 0
}
.p-cart__deliveryDesc, .p-cart__deliveryDesc--is-mobile {
	border-top: 1px solid #eee;
	font-size: 12px;
	font-weight: 300;
	color: #909090
}
.p-cart__deliveryDesc--is-mobile {
	padding: 23px 15px 50px;
	margin: 0
}
.p-cart__emptyCardContent {
	border-radius: 30px;
	height: 400px;
	width: 100%;
	background-color: #fff;
	flex-direction: column;
	display: flex;
	align-items: center;
	padding-top: 40px;
	justify-content: flex-start;
	margin-top: 20px
}
.p-cart__emptyCardMsg {
	font-weight: 700;
	font-size: 16px;
	margin: 25px 0
}
.p-cart__emptyCardIcon {
	width: 185px
}
.p-cart__items {
	border-radius: 30px;
	width: 100%;
	background-color: #fff
}
.p-cart__row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 35px 15px;
	position: relative
}
.p-cart__row:last-child {
	border-bottom: 0
}
@media (min-width:1400px) {
	.p-cart__row {
		padding: 35px 40px
	}
}
.p-cart__actionBarItem {
	flex: 0 1 2%;
	width: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 17px
}
.p-cart__imageItem {
	flex: 0 1 14%;
	width: 14%
}
.p-cart__imageItem img {
	width: 120px;
	margin: 0 auto
}
.p-cart__titleItem {
	flex: 0 1 24%;
	width: 24%;
	padding-top: 17px
}
.p-cart__warehouseInfo {
	flex: 0 1 20%;
	width: 20%;
	padding-top: 18px;
	line-height: 32px;
	padding-right: 40px
}
.p-cart__quantityItem {
	flex: 0 1 20%;
	width: 20%;
	display: flex;
	justify-content: center;
	padding-top: 21px
}
.p-cart__priceItem {
	flex: 0 1 20%;
	width: 20%;
	display: flex;
	padding-top: 17px;
	flex-direction: column;
	align-items: flex-end;
	line-height: 32px
}
.p-cart____discountIcon {
	font-size: 24px
}
.p-cart__favorite {
	font-size: 24px;
	margin-top: 17px;
	color: #9e9e9e
}
.p-cart__pTitle {
	font-size: 15px;
	line-height: 32px;
	max-width: 230px
}
.p-cart__pShade {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 13px
}
.p-cart__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-cart__mootanrooSeller {
	color: #d60644;
	font-size: 11px;
	margin-left: 5px
}
.p-cart__delivery {
	font-size: 13px;
	display: flex;
	margin-bottom: 10px;
	color: #707070
}
.p-cart__deliveryIcon {
	font-size: 23px;
	margin-left: 5px;
	color: #707070
}
.p-cart__quantity {
	color: #707070;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	height: 45px;
	padding: 0 2px;
	border-radius: 30px
}
.p-cart__quantity input {
	width: 20px;
	font-size: 15px;
	color: #707070;
	margin: 0 3px;
	text-align: center;
	border: 0
}
.p-cart__quantityBtn {
	cursor: pointer;
	font-size: 28px;
	padding: 0;
	color: #9e9e9e;
	border: 0;
	background: none
}
.p-cart__count {
	min-width: 20px;
	font-size: 15px;
	color: #707070;
	margin: 0 3px;
	text-align: center
}
.p-cart__quantity--is-number {
	min-width: 55px;
	justify-content: center
}
.p-cart__discount {
	color: #d60644;
	margin-bottom: 10px
}
.p-cart__discountAmount {
	font-size: 20px;
	margin: 0 7px
}
.p-cart__totalPrice {
	white-space: nowrap
}
.p-cart__totalPriceValue {
	font-size: 20px;
	font-weight: 700;
	margin: 0 7px;
	font-family: iranyekanfanum
}
.p-cart__giftItem {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px
}
.p-cart__giftIcon {
	font-size: 24px;
	margin-left: 5px
}
.p-cart__removeItem {
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 28px;
	color: #cbcbcb;
	transition: color .2s ease-in-out
}
.p-cart__removeItem:hover {
	color: #989898
}
.p-cart__removeItem input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer
}
.p-cart__row--is-gift:before {
	content: "";
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e917";
	top: -18px
}
.p-cart__infocards {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px
}
.p-cart__paymetInfoCard, .p-cart__sampleCard {
	background-color: #fff;
	border-radius: 30px;
	width: calc(50% - 10px)
}
.p-cart__sampleCard {
	overflow: hidden
}
.p-cart__sampleCard .p-cart__sampleTitle {
	flex: 1;
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #eee
}
.p-cart__sampleCard .p-cart__samplesBoxContent {
	float: left;
	padding-top: 15px;
	padding-bottom: 68px
}
.p-cart__sampleCard .p-cart__samplesBoxContent .splide__pagination {
	bottom: -23px
}
.p-cart__sampleSliderControls {
	position: absolute;
	top: 1px;
	left: 45px
}
.p-cart__paymetInfoCardTitle {
	font-size: 16px;
	font-weight: 700;
	height: 85px;
	border-bottom: 1px solid #eee
}
.p-cart__paymetInfoCardIcon {
	font-size: 24px;
	margin-left: 5px
}
.p-cart__paymetInfoCardInfo {
	padding: 9px 35px
}
.p-cart__continueBtn {
	margin: 30px auto 67px;
	width: 210px
}
.p-cart__favoriteCarousel {
	margin-top: 30px
}
.p-cart__advertisement {
	margin: 20px -10px;
	display: flex
}
.p-cart__adsBanner {
	flex: 0 1 33.3333%;
	width: 33.3333%;
	padding: 0 10px
}
.p-cart__adsBanner img {
	border-radius: 30px
}
.p-cart__infoMsg {
	color: #be9c79;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
	line-height: 32px;
	margin-top: 10px
}
.p-cart__unavailable {
	color: #d60644;
	font-weight: 700;
	font-size: 16px;
	margin: 20px 0 0
}
.p-cart__othersellers {
	color: #be9c79;
	font-size: 12px;
	white-space: nowrap;
	line-height: 32px;
	margin-top: 8px
}
.p-cart__othersellers i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-cart__othersellers:hover {
	color: #6ad8e9
}
.p-cart__othersellers:hover i {
	color: #6ad8e9;
	transform: translateX(-7px)
}
.p-cart__otherSellersArrow {
	font-size: 12px
}
.p-cart__otherSeller {
	font-size: 23px;
	float: right;
	margin: 0 0 0 5px
}
.p-cart__removeFromBasket {
	font-size: 12px;
	white-space: nowrap;
	line-height: 32px;
	margin: 8px 30px 0 0;
	color: #9e9e9e;
	position: relative;
	z-index: 2;
	cursor: pointer
}
.p-cart__removeFromBasket:hover, .p-cart__removeFromBasket:hover .p-cart__removeFromBasketBtn {
	color: #6b6b6b
}
.p-cart__removeFromBasketBtn {
	font-size: 12px;
	color: #9e9e9e
}
.p-cartMobile {
	padding-bottom: 15px
}
.p-cartMobile__items {
	background-color: #fff;
	border-radius: 20px
}
.p-cartMobile__row {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	position: relative
}
.p-cartMobile__row:last-child {
	border-bottom: 0
}
.p-cartMobile__row .p-cart__removeItem {
	top: 15px;
	left: 14px
}
.p-cartMobile__row .p-cart__seller {
	margin-top: 13px
}
.p-cartMobile__rowContent {
	display: flex;
	width: 100%;
	padding: 40px 15px 0 25px;
	position: relative;
	flex-wrap: wrap
}
.p-cartMobile__imageItem {
	flex: 0 1px 35%;
	width: 35%
}
.p-cartMobile__itemInfo {
	flex: 0 1px 65%;
	width: 65%
}
.p-cartMobile__actionBarItem {
	position: absolute;
	right: 15px;
	top: 17px;
	display: flex;
	flex-direction: column
}
.p-cartMobile__pTitle {
	max-width: 90%
}
.p-cartMobile__priceItem {
	margin-top: 16px
}
.p-cartMobile__discount {
	font-size: 11px;
	color: #d60644
}
.p-cartMobile__discountAmount {
	font-size: 16px;
	margin: 0 2px
}
.p-cartMobile__totalPrice {
	font-size: 11px
}
.p-cartMobile__totalPriceValue {
	font-size: 20px;
	font-weight: 700;
	margin: 0 2px
}
.p-cartMobile__quantity {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700
}
.p-cartMobile__quantityBtn {
	width: 32px;
	height: 32px;
	font-size: 32px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 0;
	background: none;
	color: #9e9e9e;
	cursor: pointer
}
.p-cartMobile__count {
	margin: 0 15px
}
.p-cartMobile__count input {
	min-width: 25px;
	text-align: center
}
.p-cartMobile__giftItem {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px
}
.p-cartMobile__giftIcon {
	font-size: 21px;
	margin-left: 10px
}
.p-cartMobile__quantity--is-number {
	height: 32px;
	min-width: 45px;
	justify-content: center;
	border-radius: 16px;
	border: 1px solid #e0e0e0;
	float: right
}
.p-cartMobile__infoMsg {
	color: #be9c79;
	font-weight: 700;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
	padding-right: 10px
}
.p-cartMobile__unavailable {
	color: #d60644;
	font-weight: 700;
	font-size: 16px;
	margin: 20px 0
}
.p-cartMobile__moreInfo {
	border-top: 1px solid #eee;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px
}
.p-cartMobile__othersellers {
	color: #be9c79;
	font-size: 12px;
	white-space: nowrap;
	line-height: 32px;
	margin-top: 8px
}
.p-cartMobile__otherSellersArrow {
	font-size: 12px
}
.p-cartMobile__removeFromBasket {
	font-size: 12px;
	white-space: nowrap;
	line-height: 32px;
	color: #9e9e9e
}
.p-cartMobile__emptyCardContent {
	border-radius: 20px;
	width: 100%;
	background-color: #fff;
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 25px 0 40px;
	justify-content: flex-start;
	margin-top: 15px
}
.p-cartMobile__emptyCardIcon {
	width: 135px
}
.p-cartMobile__emptyCardMsg {
	font-weight: 700;
	font-size: 14px;
	margin: 25px 0
}
.p-cartMobile__showSamplesList {
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	font-weight: 700;
	height: 90px;
	margin-top: 15px;
	padding: 0 10px;
	justify-content: space-between;
	cursor: pointer
}
.p-cartMobile__sampleIcon {
	font-size: 22px;
	margin-left: 5px
}
.p-cartMobile__paymetInfoCardInfo {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 15px;
	width: 100%
}
.p-cartMobile__paymetInfoCardTopContent {
	padding: 20px 16px 6px
}
.p-cartMobile__advertisement {
	display: flex;
	margin: 0 -5px 15px
}
.p-cartMobile__adsBanner {
	flex: 0 1 50%;
	width: 50%;
	padding: 0 5px
}
.p-cartMobile__adsBanner img {
	border-radius: 20px
}
.p-cartMobile__favoriteCarousel {
	margin-bottom: 10px
}
.p-cartMobile__showSamplesList {
	align-items: center
}
.p-shipping__content {
	padding: 20px 0 40px
}
.p-shipping__content .p-cart__paymetInfoCardInfo {
	padding: 30px 30px 0
}
.p-shipping__content .p-cart__deliveryDesc, .p-shipping__content .p-cart__paymentItem--is-discount, .p-shipping__content .p-cart__paymentItem--is-tax {
	display: none
}
.p-shipping__content .p-cart__paymentItem {
	margin: 18px 0
}
.p-shipping__content .p-cart__continueBtn {
	margin: 37px auto 48px
}
.p-shipping__content .p-payment__paymentItem--is-shipping {
	display: flex
}
.p-shipping__othersAddresses {
	overflow: hidden;
	transition: height .2s ease
}
.p-shipping__othersAddresses .p-shipping__addNewAddress {
	border: 1px solid #eee;
	border-radius: 30px
}
.p-shipping__othersAddressesContent {
	padding: 27px 20px
}
.p-shipping__addNewAddress {
	flex: 1;
	height: 158px;
	font-weight: 700;
	flex-direction: column;
	color: #909090;
	cursor: pointer;
	transition: color .2s linear
}
.p-shipping__addNewAddress:hover {
	color: #5d5d5d
}
.p-shipping__addNewAddress:hover .p-shipping__addressBoxActionIcon {
	color: #adadad
}
.p-shipping__addNewAddress.hide-border {
	border: unset!important
}
.p-shipping__seeOtherAddresses {
	flex: 0 1 50%;
	width: 50%;
	height: 158px;
	border-left: 1px solid #eee;
	font-weight: 700;
	flex-direction: column;
	color: #909090;
	cursor: pointer;
	transition: color .2s linear
}
.p-shipping__seeOtherAddresses:hover {
	color: #5d5d5d
}
.p-shipping__seeOtherAddresses:hover .p-shipping__addressBoxActionIcon {
	color: #adadad
}
.p-shipping__addressBoxActionIcon {
	font-size: 48px;
	color: #e0e0e0;
	margin-bottom: 10px;
	transition: color .2s linear
}
.p-shipping__addressBox {
	position: relative;
	width: 100%;
	overflow: hidden
}
.p-shipping__addressFormBox {
	position: absolute;
	width: 100%;
	min-height: 100%;
	right: -20%;
	top: 0;
	opacity: 0;
	z-index: -1;
	background-color: #fff;
	border-radius: 30px;
	transition: right .2s ease, zIndex .2s ease
}
.p-shipping__addressFormBox.is-show {
	right: 0;
	z-index: 2;
	opacity: 1;
	transition: right .2s ease, zIndex .2s ease
}
.p-shipping__addressForm {
	padding: 5px 30px 20px
}
.p-shipping__selectDistrict {
	display: none
}
.p-shipping__mapLabel {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 12px
}
.p-shipping__mapItem {
	margin: 11px 0
}
.p-shipping__map {
	border-radius: 30px;
	height: 300px!important;
	border: 1px solid #eee;
	width: 100%!important
}
.p-shipping__submitBtn {
	width: 210px;
	margin: 30px auto
}
.p-shipping__shippingMethodTimeLabel {
	font-weight: 700;
	margin-bottom: 7px
}
.p-shipping__shippingMethodTimeDescVal {
	font-size: 13px
}
@media (min-width:992px) {
	.p-shipping__shippingMethodTimeDescVal {
		font-size: 14px;
		font-weight: 300
	}
}
.p-shipping__shippingMethodTime {
	padding: 30px;
	width: 100%
}
@media (min-width:992px) {
	.p-shipping__shippingMethodTime {
		min-height: 152px
	}
}
.p-shipping__shippingMethodTimeRow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	font-weight: 300;
	transition: font-weight .3s ease
}
.p-shipping__shippingMethodTimeRow:last-child {
	margin-bottom: 0
}
.p-shipping__shippingMethodTimeRow.is-selected {
	font-weight: 500
}
.p-shipping__shippingMethodTimeRow.is-selected .p-shipping__shippingCost {
	color: #be9c79
}
@media (min-width:992px) {
	.p-shipping__shippingMethodTimeRow {
		margin-bottom: 10px
	}
}
@media (min-width:992px) {
	.p-shipping__sendingMethod {
		flex: 1 0 65%;
		width: 65%
	}
}
.p-shipping__shippingCost {
	transition: color .3s ease
}
@media (min-width:992px) {
	.p-shipping__shippingCost {
		flex: 1 0 35%;
		width: 35%
	}
}
.p-shipping__timesTab {
	margin-top: 20px;
	font-weight: 300;
	display: none
}
.p-shipping__timesTab .c-tab__tablinkText {
	padding: 0 13px
}
.p-shipping__timesTab .c-tab__tablink {
	margin: 0 5px;
	font-size: 13px
}
@media (min-width:1400px) {
	.p-shipping__timesTab .c-tab__tablink {
		margin: 0 10px
	}
}
.p-shipping__timesTab .c-tab__links {
	padding-right: 20px
}
.p-shipping__timesTabLabel {
	margin-bottom: 20px;
	font-weight: 700;
	padding: 0 30px
}
.p-shipping__times {
	padding: 25px 30px 22px
}
.p-shipping__time {
	margin-bottom: 15px;
	color: #9e9e9e
}
.p-shipping__time--is-full .c-radio__label {
	cursor: default;
	color: #cbcbcb
}
.p-shipping__time--is-full .c-radio__label:before {
	border-color: #eee
}
.p-shipping__timesTab--is-full.c-tab__tablink.active .c-tab__tablinkText, .p-shipping__timesTab--is-full.c-tab__tablink .c-tab__tablinkText {
	color: #cbcbcb
}
.p-shipping__timesTab--is-full.c-tab__tablink.active, .p-shipping__timesTab--is-full.c-tab__tablink.active .c-tab__tablinkText {
	border-color: #cbcbcb
}
.p-shipping__shippingMethodTimeDesc {
	padding: 27px 30px 60px;
	display: none
}
@media (min-width:992px) {
	.p-shipping__shippingMethodTimeDesc {
		padding: 55px 30px 137px
	}
}
.p-shipping__deliveryMethods {
	min-height: 474px;
	height: 100%
}
.p-shipping__cartListSlide {
	padding: 70px 30px 85px
}
.p-shipping__cartListSlide .splide__pagination {
	bottom: -55px
}
.p-shipping__cartListSlide .splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	margin: 0 2px
}
.p-shipping__cartListSlide .splide__pagination .splide__pagination__page.is-active {
	width: 16px
}
.p-shipping__cartListSlide .splide--rtl>.splide__arrows .splide__arrow--prev.side__sliderPrev {
	right: -37px
}
.p-shipping__cartListSlide .splide--rtl>.splide__arrows .splide__arrow--next.side__sliderNext {
	left: -30px
}
.p-shipping__paymentDetailsBox {
	padding: 30px 30px 48px
}
.p-shipping__paymentItem {
	display: flex;
	justify-content: space-between;
	margin: 18px 0
}
.p-shipping__paymentItemValue {
	font-size: 16px
}
.p-shipping__paymentItemValue--is-large {
	font-size: 20px
}
.p-shipping__paymentCurrency {
	font-size: 11px;
	font-weight: 300;
	margin-right: 4px
}
.p-shipping__paymentMethodBtn {
	width: 210px;
	margin: 37px auto 0
}
.p-shipping__empty {
	width: 780px;
	margin: 0 auto;
	padding: 35px 0
}
.p-shipping__emptyMsg {
	margin-bottom: 20px;
	text-align: center
}
.p-shipping__addressBox--is-empty .p-shipping__addressForm {
	padding: 30px;
	max-width: 780px;
	margin: 0 auto
}
.p-shipping__addressBox--is-empty .p-shipping__addNewAddress {
	flex: 1;
	height: 200px;
	font-weight: 700;
	flex-direction: column;
	color: #909090;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: color .2s linear
}
.p-shipping__addressBox--is-empty .p-shipping__addNewAddress:hover {
	color: #5d5d5d
}
.p-shipping__addressBox--is-empty .p-shipping__addNewAddress:hover .p-addressesList__addressBoxActionIcon {
	color: #adadad
}
.p-shipping__legalInvoice {
	background-color: #fff;
	padding: 28px 16px 24px;
	border-radius: 25px;
	margin: 15px 0
}
.p-shipping__legalInvoice .c-checkbox {
	margin-bottom: 20px
}
@media (min-width:992px) {
	.p-shipping__legalInvoice {
		padding: 35px 24px 45px;
		margin: 20px 0
	}
}
.p-shipping__legalInvoiceText {
	display: flex;
	color: #be9c79
}
.p-shipping__legalInvoiceIcon {
	font-size: 20px;
	margin-left: 9px
}
.p-shipping__Transferee {
	margin: 15px 0 12px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-shipping__Transferee {
		margin: 25px 0 20px
	}
}
.p-shippingMobile .p-shipping__mainAddressItem {
	padding: 18px 18px 30px;
	border-bottom: 0
}
.p-shippingMobile__addAddress {
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	font-weight: 700;
	height: 90px;
	margin: 15px 0;
	padding: 0 10px;
	cursor: pointer;
	justify-content: space-between;
	font-size: 16px
}
.p-shippingMobile__addAddress span {
	flex: 1;
	text-align: right
}
.p-shippingMobile__addAddressIcon {
	font-size: 23px;
	margin-left: 8px
}
.p-shippingMobile__addAddressArrow {
	font-size: 22px
}
.p-shippingMobile__shippingMethodTimeBox {
	margin: 15px 0
}
.p-shippingMobile__shippingMethodTimeBox .p-shipping__shippingMethodTime {
	padding: 18px 20px
}
.p-shippingMobile__shippingMethodTimeBox .p-shipping__shippingCost {
	text-align: left
}
.p-shippingMobile__shippingMethodTimeBox .p-shipping__timesTab {
	margin-top: 33px
}
.p-shippingMobile__cartGoodsCarousel .c-productCarouselMobile__title {
	margin-bottom: 5px;
	font-weight: 700
}
.p-shippingMobile__empty {
	padding: 35px 0 65px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.p-shippingMobile__emptyIcon {
	font-size: 84px;
	color: #cbcbcb;
	margin-bottom: 27px
}
.p-payment__content {
	padding: 20px 0 40px
}
.p-payment__content .c-accordionBox__body.is-show, .p-payment__content .c-accordionBox__body.is-show .c-accordionBox__content {
	overflow: visible
}
.p-payment__content .p-cart__paymetInfoCardInfo {
	padding: 30px 30px 0
}
.p-payment__content .p-cart__deliveryDesc, .p-payment__content .p-cart__paymentItem--is-tax {
	display: none
}
.p-payment__content .p-cart__paymentItem {
	margin: 18px 0
}
.p-payment__content .p-payment__paymentItem--is-shipping {
	display: flex
}
.p-payment__methodsCard {
	height: auto;
	margin-bottom: 20px
}
.p-payment__methods {
	padding: 30px 30px 48px
}
.p-payment__method {
	font-weight: 700
}
.p-payment__methodDesc {
	display: block;
	font-weight: 500
}
.p-payment__cartListSlide {
	padding: 75px 30px 47px
}
.p-payment__cartListSlide .splide__pagination {
	bottom: -42px
}
.p-payment__cartListSlide .splide__pagination .splide__pagination__page {
	width: 6px;
	height: 6px;
	margin: 0 2px
}
.p-payment__cartListSlide .splide__pagination .splide__pagination__page.is-active {
	width: 16px
}
.p-payment__cartListSlide .splide--rtl>.splide__arrows .splide__arrow--prev.side__sliderPrev {
	right: -37px
}
.p-payment__cartListSlide .splide--rtl>.splide__arrows .splide__arrow--next.side__sliderNext {
	left: -30px
}
.p-payment__orderDetails .c-accordionBox__content {
	padding: 15px 0 0
}
.p-payment__paymentDetailsCard {
	height: auto
}
.p-payment__paymentDetailsBox {
	padding: 32px 40px 50px
}
.p-payment__paymentItem {
	display: flex;
	justify-content: space-between;
	margin: 18px 0
}
.p-payment__paymentItem .direction-ltr {
	display: inline-block
}
.p-payment__paymentItemValue {
	font-size: 16px
}
.p-payment__paymentItemValue--is-large {
	font-size: 20px
}
.p-payment__paymentCurrency {
	font-size: 11px;
	font-weight: 300;
	margin-right: 4px
}
.p-payment__paymentMethodBtn {
	width: 210px;
	margin: 37px auto 48px
}
.p-payment__discountsForms {
	padding: 15px 6px
}
.p-payment__discountsForms .c-inputBox__label {
	padding: 0;
	margin: 0 0 0 9px;
	width: 65px
}
.p-payment__discountsForms .c-inputBox--is-inline {
	padding-left: 14px;
	flex: 1
}
.p-payment__discountsForms--is-mobile {
	padding: 15px 6px
}
.p-payment__discountsForms--is-mobile .c-inputBox__label {
	padding: 0;
	margin: 0 0 6px
}
.p-payment__discountsForms--is-mobile .c-inputBox--is-inline {
	padding-left: 8px
}
.p-payment__discountSubmitBtn {
	width: 145px
}
.p-payment__discountSubmitBtn--is-mobile {
	width: 67px
}
.p-payment__discountsForm {
	margin-bottom: 35px;
	align-items: flex-end
}
.p-payment__discountsForm .c-inputBox__box {
	position: relative
}
.p-payment__discountsForm .c-inputBox__textareaInput, .p-payment__discountsForm .c-inputBox__textInput {
	font-size: 12px
}
@media (max-width:350px) {
	.p-payment__discountsForm .c-inputBox__textareaInput, .p-payment__discountsForm .c-inputBox__textInput {
		font-size: 11px
	}
}
.p-payment__discountsForm .c-inputBox__errorMsg, .p-payment__discountsForm .c-inputBox__successMsg {
	position: absolute;
	left: 50%;
	right: -50%;
	white-space: nowrap;
	transform: translateX(-50%);
	bottom: -27px;
	font-size: 12px
}
@media (max-width:350px) {
	.p-payment__discountsForm .c-inputBox__errorMsg, .p-payment__discountsForm .c-inputBox__successMsg {
		font-size: 11px
	}
}
@media (min-width:992px) {
	.p-payment__discountsForm .c-inputBox__textareaInput, .p-payment__discountsForm .c-inputBox__textInput {
		font-size: 14px
	}
}
.p-payment__delivery {
	padding: 20px 30px;
	border-top: 1px solid #eee;
	line-height: 32px;
	margin-top: 20px
}
.p-payment__delivery span {
	font-weight: 500
}
.p-payment__discountCodes {
	position: absolute;
	border: 1px solid #cbcbcb;
	border-top: 0;
	border-radius: 0 0 23px 23px;
	width: 100%;
	background-color: #fff;
	top: 45px;
	z-index: 9;
	display: none
}
.p-payment__discountRow {
	display: flex;
	cursor: pointer;
	padding: 17px;
	justify-content: space-between;
	border-top: 1px solid #eee;
	font-size: 12px
}
@media (min-width:992px) {
	.p-payment__discountRow {
		font-size: 14px
	}
}
.p-payment__banks {
	display: flex;
	margin: 27px 0 30px;
	padding-right: 30px
}
.p-payment__bank {
	cursor: pointer
}
.p-payment__bank img {
	max-width: 50px;
	max-height: 50px
}
.p-payment__bank label {
	border-radius: 23px;
	width: 65px;
	height: 65px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-left: 25px;
	cursor: pointer;
	border: 1px solid #eee
}
.p-payment__bank input:checked~label {
	border-color: #be9c79
}
.p-payment__useWallet .c-accordionBox__content {
	padding-bottom: 30px
}
.p-payment__wallet {
	font-size: 13px
}
.p-payment__useWallet:checked~.p-payment__wallet {
	display: inline
}
.p-payment__wallet--is-mobile {
	font-size: 13px;
	margin-top: 8px;
	padding-right: 30px
}
.p-payment__useWallet:checked~.p-payment__wallet--is-mobile {
	display: none
}
.p-payment__remindWallet {
	color: #909090;
	font-size: 13px;
	margin-top: 8px;
	padding-right: 28px;
	display: none
}
.p-payment__noWallet .c-checkbox__label {
	cursor: default;
	color: #cbcbcb
}
.p-payment__noWallet .c-checkbox__label:before {
	border-color: #eee
}
.p-paymentMobile {
	padding-bottom: 105px
}
.p-paymentMobile .c-stickyActionBox__circleIcon {
	margin-left: 23px
}
@media (max-width:350px) {
	.p-paymentMobile .c-stickyActionBox__circleIcon {
		margin-left: 12px
	}
}
.p-paymentMobile .c-sampleCard {
	margin-bottom: 15px
}
.p-paymentMobile .c-inputBox--is-inline {
	display: block
}
.p-paymentMobile .c-accordionBox__content {
	padding: 4px 8px 0;
	margin-bottom: 0
}
.p-paymentMobile .c-accordionBox__body.is-show, .p-paymentMobile .c-accordionBox__body.is-show .c-accordionBox__content {
	overflow: visible
}
.p-paymentMobile__methods {
	padding: 19px 17px 40px
}
.p-paymentMobile__discountSubmitBtn {
	width: 67px;
	align-self: flex-end
}
.p-paymentMobile__paymentDetailsBox {
	padding: 18px 24px 25px
}
.p-paymentMobile__delivery {
	padding: 30px 30px 13px;
	line-height: 32px
}
.p-paymentMobile__delivery span {
	font-weight: 500
}
.p-paymentMobile__useWallet .c-accordionBox__content {
	padding: 28px 22px 40px 0
}
.p-thankU__paymentDetailRow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee
}
.p-thankU__paymentDetailRow>div {
	flex: 0 1 16%;
	width: 16%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center
}
.p-thankU__paymentDetailRow .p-thankU__paymentDetailCol2 {
	flex: 0 1 20%;
	width: 20%
}
.p-thankU__paymentDetailRow:last-child {
	border: 0
}
.p-thankU__paymentDetailRow--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.p-thankU__orderDetails {
	margin-bottom: 20px
}
.p-thankU__orderDetailRow {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #eee
}
.p-thankU__orderDetailRow:last-child {
	border: 0
}
@media (min-width:992px) {
	.p-thankU__orderDetailRow {
		align-items: center
	}
}
.p-thankU__orderDetailRow--is-large .p-thankU__orderDetailCol {
	height: 85px
}
.p-thankU__orderDetailCol {
	min-height: 65px;
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 50%;
	width: 50%;
	padding: 20px 18px;
	white-space: nowrap
}
.p-thankU__orderDetailCol:last-child {
	justify-content: flex-end;
	text-align: left
}
@media (min-width:992px) {
	.p-thankU__orderDetailCol {
		align-items: center;
		border-left: 1px solid #eee;
		padding: 0 45px;
		min-height: 70px;
		flex-wrap: inherit;
		white-space: inherit
	}
	.p-thankU__orderDetailCol:last-child {
		border: 0;
		justify-content: flex-start;
		text-align: right
	}
}
.p-thankU__editLink {
	color: #be9c79;
	font-size: 12px;
	margin-top: 5px
}
@media (min-width:992px) {
	.p-thankU__editLink {
		margin-right: 10px
	}
}
.p-thankU__orderDetailAddress {
	font-size: 12px;
	white-space: normal
}
.p-thankU__editAddressLink {
	color: #be9c79;
	font-size: 12px;
	align-self: flex-start;
	margin-top: 5px
}
.p-thankU__editAddressLink:hover {
	opacity: .6
}
@media (min-width:992px) {
	.p-thankU__editAddressLink {
		margin: 18px 10px 0
	}
}
.p-thankU__canceledOrder {
	color: #d60644;
	margin: 0 3px
}
.p-thankU__paymentDetail {
	margin-bottom: 20px
}
.p-thankU__itemsRow {
	border-bottom: 1px solid #eee
}
.p-thankU__itemsRow, .p-thankU__itemsRow>div {
	display: flex;
	align-items: center;
	justify-content: center
}
.p-thankU__itemsRow>div {
	padding: 27px 0
}
.p-thankU__itemsRow:last-child {
	border: 0
}
.p-thankU__itemsRow--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.p-thankU__itemsRow--is-head>div {
	padding: 0;
	height: 70px
}
.p-thankU__titleItem {
	flex: 0 1 32%;
	width: 32%
}
.p-thankU__titleItem img {
	width: 70px;
	margin-left: 20px
}
.p-thankU__countItem, .p-thankU__discountItem, .p-thankU__priceItem, .p-thankU__totalItem {
	flex: 0 1 17%;
	width: 17%
}
.p-thankU__pTitle {
	font-size: 15px;
	max-width: 230px
}
.p-thankU__pTitle a {
	color: #707070
}
.p-thankU__pTitle a:hover {
	color: #9e9e9e
}
.p-thankU__pShade {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 13px
}
.p-thankU__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-thankU__bestSellingCarousel {
	margin-top: 30px
}
.p-thankU__advertisement {
	margin-top: 20px
}
.p-thankU__advertisementRow {
	display: flex;
	margin: 0 -10px 20px
}
.p-thankU__adsBanner {
	padding: 0 10px
}
.p-thankU__adsBanner img {
	border-radius: 25px
}
.p-thankU__alarmBox {
	background-color: #fff;
	border-radius: 25px;
	padding: 30px 30px 40px;
	text-align: center;
	margin-bottom: 15px
}
@media (min-width:992px) {
	.p-thankU__alarmBox {
		padding: 45px 0;
		margin-bottom: 20px
	}
}
.p-thankU__alarmBoxIcon {
	font-size: 56px
}
.p-thankU__alarmBoxIcon--isSuccessful {
	color: #be9c79
}
.p-payment__OrderTrackingBtn {
	width: 210px;
	margin: 17px auto 0
}
@media (min-width:992px) {
	.p-payment__OrderTrackingBtn {
		margin-top: 25px
	}
}
.p-thankU__alarmBoxTitle {
	font-weight: 700;
	margin-top: 12px
}
@media (min-width:992px) {
	.p-thankU__alarmBoxTitle {
		margin-top: 20px;
		font-size: 16px
	}
}
.p-thankU__alarmBoxMsg {
	margin-top: 5px;
	font-size: 13px
}
@media (min-width:992px) {
	.p-thankU__alarmBoxMsg {
		font-size: 14px
	}
}
.p-thankU__alarmBoxDesc {
	font-size: 12px;
	margin-top: 3px;
	color: #909090
}
.p-thankU__paymentMethod {
	font-weight: 700
}
.p-thankU__methodDesc {
	display: block;
	font-weight: 500
}
.p-thankU__paymentBtn {
	width: 210px;
	font-size: 16px;
	margin: 35px auto 0
}
@media (min-width:992px) {
	.p-thankU__paymentBtn {
		margin: -85px auto 0
	}
}
.p-thankU__onlinePaymentBox {
	background-color: #fff;
	border-radius: 25px;
	padding: 35px 30px 45px;
	margin-bottom: 20px
}
.p-thankU__alarmBoxIcon--isUnSuccessful {
	color: #d60644
}
.p-thankU__banks {
	display: flex;
	margin: 27px 0 30px;
	padding-right: 30px
}
.p-thankU__bank img {
	width: 65px;
	height: 65px
}
.p-thankU__bank label {
	border-radius: 23px;
	margin-left: 25px;
	display: block;
	border: 1px solid #eee
}
.p-thankU__bank input:checked~label {
	border-color: #be9c79
}
.p-thankU__paymentMsg {
	color: #be9c79;
	padding-right: 30px;
	margin-bottom: 18px
}
@media (min-width:992px) {
	.p-thankU__paymentMsg {
		padding-right: 0
	}
}
.p-thankUMobile__paymentDetailRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}
.p-thankUMobile__paymentDetailCol {
	padding: 12px 0
}
.p-thankUMobile__paymentDetails {
	margin-bottom: 15px
}
.p-thankUMobile__paymentDetails .c-accordionBox {
	background: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #eee
}
.p-thankUMobile__paymentDetails .c-accordionBox:last-child {
	border: 0
}
.p-thankUMobile__paymentDetails .c-accordionBox__header {
	font-size: 15px;
	height: 65px
}
.p-thankUMobile__paymentDetails .c-accordionBox__content {
	border: 0;
	padding: 0 24px 12px;
	margin-bottom: 0
}
.p-thankUMobile__orderDetails .c-productCarouselMobile__content {
	padding-bottom: 35px
}
.p-thankUMobile__orderDetails .c-accordionBox__content {
	margin-bottom: 40px
}
.p-thankUMobile__bestSellingCarousel {
	margin-bottom: 10px
}
.p-thankUMobile__advertisement {
	display: flex;
	margin: 10px -5px 15px
}
.p-thankUMobile__adsBanner {
	flex: 0 1 50%;
	width: 50%;
	padding: 0 5px
}
.p-thankUMobile__adsBanner img {
	border-radius: 20px
}
.p-profile {
	display: flex;
	width: 100%
}
.p-profile .c-productCard {
	padding: 50px 12px
}
@media (min-width:1180px) {
	.p-profile .c-productCard {
		padding: 50px 47px
	}
}
.p-profile__side {
	display: block;
	width: 23%;
	flex: 0 1 23%;
	padding-left: 10px
}
@media (min-width:1180px) {
	.p-profile__side {
		width: 19%;
		flex: 0 1 19%
	}
}
.p-profile__content {
	width: 77%;
	flex: 0 1 77%;
	padding-right: 10px
}
@media (min-width:1180px) {
	.p-profile__content {
		width: 81%;
		flex: 0 1 81%
	}
}
.p-profile__accountForm, .p-profile__orders {
	height: auto;
	margin-bottom: 20px
}
.p-profile__allOrders {
	padding: 30px 0
}
.p-profile__allOrdersLink {
	width: 210px;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 20px
}
.p-profile__boxes {
	display: flex;
	margin: 0 -10px 20px
}
.p-profile__boxes .c-sampleCard {
	margin: 0 10px;
	width: calc(100% - 20px);
	height: auto
}
.p-profile__info--is-in-page {
	height: auto;
	margin: 15px 0 30px
}
@media (min-width:992px) {
	.p-profile__info--is-in-page {
		margin: 0 0 30px
	}
}
.p-profile__mostViewed, .p-profile__previousPurchases {
	margin-bottom: 10px
}
@media (min-width:992px) {
	.p-profile__mostViewed, .p-profile__previousPurchases {
		margin: 30px 0
	}
}
.p-profile__favoriteRow {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 15px 0
}
.p-profile__favoriteImage {
	flex: 0 1 20%;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center
}
.p-profile__favoriteImage img {
	width: 70px;
	margin: 0 auto
}
.p-profile__favoriteTitle {
	flex: 0 1 68%;
	width: 68%
}
.p-profile__removeFavoriteItem {
	flex: 0 1 12%;
	width: 12%;
	display: flex;
	align-items: center
}
@media (min-width:1180px) {
	.p-profile__removeFavoriteItem {
		justify-content: center
	}
}
.p-profile__favoritePTitle {
	font-size: 13px;
	color: #707070
}
.p-profile__favoritePTitle:hover {
	color: #9e9e9e
}
.p-profile__favoritePTitle a {
	color: #707070
}
.p-profile__favoritePTitle a:hover {
	color: #9e9e9e
}
.p-profile__favoritePShade {
	display: flex;
	align-items: center;
	font-size: 12px
}
.p-profile__favoritePshadeColor {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	margin-left: 10px
}
.p-profile__favoritePrice {
	font-weight: 700;
	color: #d60644
}
.p-profile__favoriteDesc {
	color: #707070
}
.p-profile__removeFavoriteIcon {
	font-size: 28px;
	color: #cbcbcb
}
.p-profile__removeFavoriteIcon:hover {
	color: #6b6b6b
}
.p-profile__seeFavoritesList {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 133px;
	padding: 0 7% 45px
}
.p-profile__seeFavoritesList a {
	color: #be9c79
}
.p-profile__seeFavoritesList a:hover {
	opacity: .65
}
.p-profile__seeFavoritesListIcon {
	margin-right: 10px;
	font-size: 22px
}
.p-profile__legalCard {
	margin: 15px 0 30px
}
@media (min-width:1180px) {
	.p-profile__legalCard {
		padding: 20px 0 25px
	}
}
.p-profile__legalBox {
	flex-direction: column;
	padding: 30px 93px 35px
}
.p-profile__legalBoxIcon {
	font-size: 22px;
	margin-left: 4px
}
.p-profile__legalBoxDesc {
	margin-top: 0;
	text-align: center
}
.p-profile__legalLink {
	text-align: left;
	margin-top: 9px
}
.p-profile__legalLink a {
	color: #be9c79;
	transition: color .2s ease-in-out
}
.p-profile__legalLink a:hover {
	color: #80ddec
}
.p-profile__legalCardInfo {
	border-top: 1px solid #eee
}
.p-profile__sellerForm {
	padding: 0 24px
}
@media (min-width:992px) {
	.p-profile__sellerForm {
		max-width: 876px;
		padding: 0 20px;
		margin: 0 auto
	}
}
.p-profile__sellerFileBrowser .c-fileBrowser__files {
	width: 100px;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto
}
.p-profile__sellerFileBrowser .c-fileBrowser__files img {
	width: 100px;
	height: 100px;
	margin-top: 25px;
	border-radius: 25px
}
.p-profile__sellerFileBrowser .c-fileBrowser__files:hover .c-fileBrowser__remove, .p-profile__sellerFileBrowser .c-fileBrowser__files:hover .p-profile__sellerFileBrowserRemove {
	opacity: 1;
	z-index: 1
}
.p-profile__sellerFileBrowser .c-fileBrowser__files .c-fileBrowser__emptyIcon, .p-profile__sellerFileBrowser .c-fileBrowser__files .c-fileBrowser__icon {
	font-size: 100px;
	margin: 25px 0 34px;
	display: block
}
.p-profile__sellerFileBrowser .c-fileBrowser__files .c-fileBrowser__icon {
	margin-bottom: 0
}
@media (min-width:992px) {
	.p-profile__sellerFileBrowser .c-fileBrowser__files {
		width: 112px
	}
	.p-profile__sellerFileBrowser .c-fileBrowser__files img {
		width: 112px;
		height: 112px
	}
	.p-profile__sellerFileBrowser .c-fileBrowser__files .c-fileBrowser__emptyIcon, .p-profile__sellerFileBrowser .c-fileBrowser__files .c-fileBrowser__icon {
		font-size: 112px;
		margin: 25px 0 0
	}
}
.p-profile__sellerFileBrowser .c-fileBrowser__remove, .p-profile__sellerFileBrowser .p-profile__sellerFileBrowserRemove {
	text-align: center;
	padding: 5px 10px;
	border: 0;
	background: none;
	width: 100%;
	color: #707070
}
.p-profile__sellerFileBrowser .c-fileBrowser__remove span, .p-profile__sellerFileBrowser .p-profile__sellerFileBrowserRemove span {
	font-size: 12px;
	cursor: pointer
}
@media (min-width:992px) {
	.p-profile__sellerFileBrowser .c-fileBrowser__remove, .p-profile__sellerFileBrowser .p-profile__sellerFileBrowserRemove {
		left: 0;
		top: 0;
		height: 100%;
		padding: 0;
		background-color: rgba(0, 0, 0, .2);
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		z-index: -1;
		border-radius: 25px;
		transition: opacity .2s ease-in-out
	}
	.p-profile__sellerFileBrowser .c-fileBrowser__remove span, .p-profile__sellerFileBrowser .p-profile__sellerFileBrowserRemove span {
		color: #fff;
		width: 67px;
		height: 45px;
		border-radius: 23px;
		border: 1px solid #e9e9e9;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto
	}
}
.p-profile__sellerAddIcon {
	color: #cbcbcb;
	font-size: 70px;
	margin: 20px 0;
	display: block;
	cursor: pointer;
	text-align: center;
	transition: color .2s linear
}
.p-profile__sellerAddIcon:hover {
	color: #989898
}
@media (min-width:992px) {
	.p-profile__sellerAddIcon {
		font-size: 100px;
		margin: 25px 0 0
	}
}
.p-profile__sellerBoxTitle {
	border-bottom: 1px solid #eee;
	font-weight: 700;
	padding: 13px 0;
	margin: 27px 0 20px
}
@media (min-width:992px) {
	.p-profile__sellerBoxTitle {
		padding: 20px 0;
		margin: 35px 0 20px;
		font-size: 18px
	}
}
.p-profile__sellerFileBrowsers {
	display: flex;
	justify-content: space-between;
	margin: 10px -20px 0;
	flex-wrap: wrap
}
@media (min-width:992px) {
	.p-profile__sellerFileBrowsers {
		margin: 30px -45px
	}
}
.p-profile__sellerFileBrowserItem {
	flex: 0 1 50%;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 33px
}
@media (min-width:992px) {
	.p-profile__sellerFileBrowserItem {
		flex: 0 1 25%;
		width: 25%;
		margin-bottom: 42px
	}
}
.p-profile__sellerOptionListWrapper {
	margin-bottom: 40px
}
@media (min-width:992px) {
	.p-profile__sellerOptionListWrapper {
		margin-bottom: 42px
	}
	.p-profile__sellerOptionListWrapper .c-selectBox__label {
		margin-right: -10px
	}
}
.p-profile__sellerForm .c-inputBox__label, .p-profile__sellerForm .c-selectBox__label {
	padding: 0
}
.p-profile__sellerOptionList {
	display: flex
}
.p-profile__sellerOption {
	margin-left: 30px
}
.p-profile__sellerOption:first-child .c-radio__label {
	width: 130px
}
.p-profile__sellerOption:last-child {
	margin-left: 0
}
@media (min-width:992px) {
	.p-profile__sellerOption {
		margin-left: 55px
	}
}
.p-profile__sellerButtons {
	padding: 55px 0 110px
}
@media (min-width:992px) {
	.p-profile__sellerButtons {
		padding: 70px auto 150px
	}
}
.p-profile__sellerSubmitBtn {
	width: 210px;
	margin: 0 auto
}
.p-profile__sellerMobile {
	margin-top: 15px
}
.c-userInfoCard {
	background-color: #fff;
	border-radius: 25px;
	padding: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 15px 0
}
@media (min-width:992px) {
	.c-userInfoCard {
		margin: 0 0 20px
	}
}
.c-userInfoCard__avatar {
	margin-bottom: 4px
}
.c-userInfoCard__item {
	font-size: 16px;
	margin-top: 10px
}
.c-userInfoCard__editAccount {
	width: 210px;
	font-size: 16px;
	margin-top: 25px
}
.c-accountForm {
	margin: 0 auto;
	width: 520px;
	padding: 20px 0 50px
}
.c-accountForm .c-inputBox, .c-accountForm .c-selectBox {
	margin: 15px 0
}
.c-accountForm__subscribe {
	padding: 15px 22px;
	position: relative
}
.c-accountForm__subscribe label {
	margin-left: 10px
}
.c-accountForm__subscribe input {
	position: absolute;
	right: 123px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 40px
}
.c-accountForm__gender {
	padding: 15px 12px
}
.c-accountForm__genderLabel {
	margin-bottom: 10px;
	display: block
}
.c-accountForm__genderItems {
	display: flex
}
.c-accountForm__genderItems .c-radio {
	flex: 0 1 50%;
	width: 50%
}
.c-accountForm__genderItems .c-radio:last-child {
	flex: 0 1 30%;
	width: 30%
}
.c-accountForm__submitBtn {
	width: 210px;
	margin: 30px auto;
	font-size: 16px
}
.c-accountForm__selectDistrict {
	display: none
}
.c-accountForm__returnLabel {
	font-size: 14px
}
.c-accountForm__birthday .c-selectBox__items .c-selectBox__box {
	width: 33.3333%
}
.c-accountForm__birthday .select-selected {
	width: 100%;
	overflow: hidden
}
.c-accountForm--is-mobile {
	margin: 0 auto;
	padding: 20px 20px 35px
}
.c-accountForm--is-mobile .c-accountForm__subscribe input {
	height: 26px;
	width: 50px
}
.c-accountForm--is-mobile .c-accountForm__genderItems .c-radio {
	flex: 0;
	width: auto;
	margin-left: 170px
}
.c-accountForm--is-mobile .c-accountForm__genderItems .c-radio:last-child {
	margin-left: 0
}
@media (max-width:350px) {
	.c-accountForm--is-mobile .c-accountForm__genderItems .c-radio {
		margin-left: 140px
	}
}
.c-accountForm--is-mobile .c-accountForm__returnLabel {
	font-size: 12px
}
.c-accountMenu {
	background-color: #fff;
	border-radius: 25px;
	margin-bottom: 15px
}
.c-accountMenu__title {
	padding: 32px 24px 13px;
	border-bottom: 1px solid #eee;
	display: none;
	font-size: 16px;
	font-weight: 700
}
@media (min-width:992px) {
	.c-accountMenu__title {
		display: flex
	}
}
.c-accountMenu__list {
	list-style: none;
	padding: 7px 0;
	margin: 0
}
@media (min-width:992px) {
	.c-accountMenu__list {
		padding: 0 0 12px
	}
}
.c-accountMenu__item {
	padding: 12px 0;
	border-bottom: 1px solid #eee
}
.c-accountMenu__item a {
	display: flex;
	color: #707070;
	padding: 7px 24px;
	position: relative
}
.c-accountMenu__item a:hover {
	color: #9e9e9e
}
.c-accountMenu__item a:after {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e931";
	font-size: 21px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%)
}
.c-accountMenu__item:last-child {
	border-bottom: 0
}
.c-accountMenu__item:last-child a:after {
	display: none
}
.c-accountMenu__item .c-accountMenu__activeItem, .c-accountMenu__item .c-accountMenu__activeItem .c-accountMenu__icon {
	color: #be9c79
}
@media (min-width:992px) {
	.c-accountMenu__item {
		border: 0
	}
	.c-accountMenu__item a {
		padding: 5px 24px
	}
	.c-accountMenu__item a:after {
		display: none
	}
	.c-accountMenu__item:last-child {
		border-top: 1px solid #eee
	}
}
.c-accountMenu__icon {
	font-size: 24px;
	margin-left: 10px
}
.c-userOrders-price-unit {
	margin-right: 4px;
	margin-left: 4px
}
.c-userOrders .c-accordionBox__content {
	border: 0;
	padding: 30px 20px 0;
	margin-bottom: 0
}
.c-userOrders .c-accordionBox {
	border-radius: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}
.c-userOrders .c-accordionBox:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 25px 25px
}
.c-userOrders .c-accordionBox__header {
	padding: 0
}
.c-userOrders .c-accordionBox__collapseIcon {
	margin-right: 20px
}
.c-userOrders .c-accordionBox__header {
	padding: 0 24px;
	height: 70px
}
@media (min-width:1180px) {
	.c-userOrders .c-accordionBox__content {
		border: 0;
		padding: 15px 62px 0
	}
	.c-userOrders .c-accordionBox__collapseIcon {
		margin-right: 42px
	}
	.c-userOrders .c-accordionBox__header {
		padding: 0
	}
}
.c-userOrders__row {
	width: 100%;
	border-bottom: 1px solid #eee
}
.c-userOrders__row, .c-userOrders__row>div {
	display: flex;
	align-items: center;
	justify-content: center
}
.c-userOrders__row>div {
	height: 70px;
	flex: 0 1 20%;
	width: 20%
}
.c-userOrders__row>div .c-userOrders__Col1, .c-userOrders__row>div .c-userOrders__Col2 {
	flex: 0 1 20%;
	width: 20%;
	justify-content: center
}
.c-userOrders__row:last-child {
	border: 0
}
.c-userOrders__row--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.c-userOrders__detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 60px
}
.c-userOrders__itemsArrows {
	position: absolute;
	left: 0;
	top: -45px
}
.c-userOrders__itemsArrows .splide__arrow {
	font-size: 32px;
	margin: 0 2px;
	color: #9e9e9e
}
.c-userOrders__items {
	position: relative;
	width: calc(100% - 300px);
	padding: 0;
	margin: 0
}
.c-userOrders__items .splide__pagination {
	bottom: -37px
}
.c-userOrders__items .splide__pagination__page {
	width: 6px;
	height: 6px
}
.c-userOrders__items .splide__pagination__page.is-active {
	width: 16px
}
.c-userOrders__item {
	width: 70px;
	margin: 0 20px
}
.c-userOrders__image img {
	width: 70px;
	margin: 0 auto
}
.c-userOrders__onlinePayment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px
}
.c-userOrders__btn {
	width: 160px;
	margin: 0;
	font-size: 14px
}
@media (min-width:1180px) {
	.c-userOrders__btn {
		width: 210px;
		font-size: 16px
	}
}
.c-userOrders__detailRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0 15px
}
.p-orderDetail__factor {
	color: #be9c79;
	transition: color .2s ease-in-out;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 45px
}
.p-orderDetail__factor:hover {
	color: #80ddec
}
.p-orderDetail__factor--is-mobile {
	color: #be9c79;
	transition: color .2s ease-in-out;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 45px
}
.p-orderDetail__factor--is-mobile:hover {
	color: #80ddec
}
.c-userOrders__status {
	min-width: 125px;
	text-align: center
}
.c-userOrders--is-mobile .c-accordionBox__content {
	padding: 28px 0 0;
	margin-bottom: 15px
}
.c-userOrders--is-mobile .c-accordionBox {
	border-radius: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}
.c-userOrders--is-mobile .c-accordionBox:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 25px 25px
}
.c-userOrders--is-mobile .c-accordionBox__collapseIcon {
	margin-right: 10px
}
.c-userOrders--is-mobile .c-accordionBox__header {
	padding: 0 24px;
	height: 70px
}
.c-userOrders--is-mobile .c-userOrders__row {
	justify-content: space-between
}
.c-userOrders--is-mobile .c-userOrders__row .c-userOrders__Col1 {
	flex: 0 1 65%;
	width: 65%;
	white-space: pre-wrap;
	justify-content: flex-start
}
.c-userOrders--is-mobile .c-userOrders__row .c-userOrders__Col2 {
	flex: 0 1 35%;
	width: 35%;
	justify-content: flex-end
}
.c-userOrders--is-mobile .c-userOrders__detail {
	margin: 0 0 30px
}
.c-userOrders--is-mobile .c-userOrders__items {
	padding-bottom: 38px;
	margin: 40px 0 27px;
	width: 100%
}
.c-userOrders--is-mobile .c-userOrders__image img {
	width: 65px
}
.c-userOrders--is-mobile .c-userOrders__btn {
	width: 210px;
	font-size: 16px;
	margin: 0 auto 20px
}
.c-userOrders--is-mobile .p-orderDetail__factor {
	position: static
}
.c-userOrders--in-customerProfile .c-accordionBox, .c-userOrders--is-mobile--in-customerProfile .c-accordionBox {
	border-bottom: 1px solid #eee
}
.c-userOrders--in-customerProfile .c-accordionBox:last-of-type, .c-userOrders--is-mobile--in-customerProfile .c-accordionBox:last-of-type {
	border-bottom: 1px solid #eee;
	border-radius: 0
}
.c-accountInfo {
	padding: 25px 0 45px
}
.c-accountInfo__content {
	display: flex
}
.c-accountInfo__col {
	flex: 0 1 50%;
	width: 50%;
	position: relative;
	padding: 0 7% 0 5%
}
.c-accountInfo__col:after {
	display: block;
	content: "";
	width: 1px;
	height: 70%;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 25px
}
.c-accountInfo__col:last-child:after {
	display: none
}
.c-accountInfo__item {
	margin: 20px 0
}
.c-accountInfo__edit {
	text-align: left;
	padding: 0 7%
}
.c-accountInfo__edit a {
	color: #be9c79
}
.c-accountInfo__edit a:hover {
	opacity: .65
}
.c-accountInfo__icon {
	margin-right: 10px;
	font-size: 22px
}
.c-accountInfo__editBtn {
	width: 210px;
	margin: 0 auto;
	font-size: 16px
}
.c-accountInfo--is-mobile {
	padding: 25px 24px 50px
}
.c-accountInfo--is-mobile .c-accountInfo__content {
	display: block
}
.c-accountInfo--is-mobile .c-accountInfo__item {
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.c-accountInfo--is-mobile .c-accountInfo__item span {
	max-width: 75%;
	text-align: right
}
.c-accountInfo--is-mobile .c-accountInfo__item span:last-child {
	text-align: left
}
.c-accountInfo--is-mobile .p-profile__legalBoxDesc, .c-accountInfo--is-mobile .p-profile__legalLink {
	text-align: right
}
.c-accountInfo__cardNumber {
	direction: ltr;
	display: inline-block
}
.p-favoritesList {
	padding-bottom: 30px
}
.p-favoritesList .c-sampleCard {
	height: auto
}
.p-favoritesList__row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 35px 15px;
	position: relative
}
.p-favoritesList__row:last-of-type {
	border-bottom: 0
}
@media (min-width:1400px) {
	.p-favoritesList__row {
		padding: 35px 40px
	}
}
.p-favoritesList__actionBar {
	flex: 0 1 2%;
	width: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 17px
}
.p-favoritesList__image {
	flex: 0 1 12%;
	width: 12%
}
.p-favoritesList__image img {
	width: 100px
}
@media (min-width:1400px) {
	.p-favoritesList__image {
		flex: 0 1 16%;
		width: 16%
	}
	.p-favoritesList__image img {
		width: 120px
	}
}
.p-favoritesList__titleItem {
	flex: 0 1 35%;
	width: 35%;
	display: flex;
	align-items: center
}
@media (min-width:1400px) {
	.p-favoritesList__titleItem {
		flex: 0 1 32%;
		width: 32%;
		font-size: 15px
	}
}
.p-favoritesList__priceItem {
	flex: 0 1 25%;
	width: 25%;
	flex-direction: column;
	display: flex;
	justify-content: center
}
@media (min-width:1400px) {
	.p-favoritesList__priceItem {
		flex: 0 1 24%;
		width: 24%
	}
}
.p-favoritesList__actionBtnItem {
	flex: 0 1 26%;
	width: 26%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
@media (min-width:1400px) {
	.p-favoritesList__actionBtnItem {
		justify-content: center
	}
}
.p-favoritesList__notifyIcon {
	font-size: 24px
}
@media (min-width:1400px) {
	.p-favoritesList__notifyIcon {
		font-size: 32px
	}
}
.p-favoritesList__pTitle {
	max-width: 230px;
	line-height: 35px;
	color: #707070
}
.p-favoritesList__pTitle:hover {
	color: #9e9e9e
}
.p-favoritesList__pTitle a {
	color: #707070
}
.p-favoritesList__pTitle a:hover {
	color: #9e9e9e
}
@media (min-width:1400px) {
	.p-favoritesList__pTitle {
		font-size: 15px
	}
}
.p-favoritesList__discount {
	color: #d60644;
	margin-bottom: 10px
}
.p-favoritesList__discountAmount {
	font-size: 17px;
	margin: 0 4px
}
@media (min-width:1400px) {
	.p-favoritesList__discountAmount {
		font-size: 20px;
		margin: 0 7px
	}
}
.p-favoritesList__totalPrice {
	white-space: nowrap;
	font-weight: 700
}
.p-favoritesList__totalPriceValue {
	font-size: 17px;
	margin: 0 4px
}
@media (min-width:1400px) {
	.p-favoritesList__totalPriceValue {
		font-size: 20px;
		margin: 0 7px
	}
}
.p-favoritesList__removeItem {
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 28px;
	color: #cbcbcb;
	transition: color .2s ease-in-out
}
.p-favoritesList__removeItem:hover {
	color: #989898
}
.p-favoritesList__actionBtn {
	width: 165px;
	padding: 0 5px;
	font-size: 13px
}
@media (min-width:1400px) {
	.p-favoritesList__actionBtn {
		width: 210px;
		font-size: 15px;
		padding: 0 10px
	}
}
.p-favoritesList__desc {
	font-weight: 700
}
.p-favoritesList__emptyBox {
	margin-bottom: 15px
}
@media (min-width:992px) {
	.p-favoritesList__emptyBox {
		margin-bottom: 20px
	}
}
.p-favoritesList__empty {
	padding: 35px 0 45px;
	text-align: center
}
@media (min-width:992px) {
	.p-favoritesList__empty {
		padding: 35px 0 120px
	}
}
.p-favoritesList__emptyIcon {
	font-size: 83px;
	color: #cbcbcb;
	margin-bottom: 17px;
	display: block
}
@media (min-width:992px) {
	.p-favoritesList__emptyIcon {
		font-size: 103px;
		margin-bottom: 25px
	}
}
.p-favoritesListMobile__row {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	position: relative
}
.p-favoritesListMobile__row:last-of-type {
	border-bottom: 0
}
.p-favoritesListMobile__removeItem {
	top: 15px;
	left: 14px;
	position: absolute;
	font-size: 28px;
	color: #cbcbcb
}
.p-favoritesListMobile__rowContent {
	display: flex;
	width: 100%;
	padding: 40px 15px 0 25px;
	position: relative;
	flex-wrap: wrap
}
.p-favoritesListMobile__imageItem {
	flex: 0 1px 35%;
	width: 35%
}
.p-favoritesListMobile__itemInfo {
	flex: 0 1px 65%;
	width: 65%;
	padding-right: 15px
}
.p-favoritesListMobile__actionBarItem {
	position: absolute;
	right: 15px;
	top: 39px;
	display: flex;
	flex-direction: column
}
.p-favoritesListMobile__pTitle {
	max-width: 90%;
	height: 49px;
	overflow: hidden
}
.p-favoritesListMobile__priceItem {
	display: flex;
	margin-top: 14px
}
.p-favoritesListMobile__discount {
	font-size: 11px;
	color: #d60644;
	margin-left: 10px
}
.p-favoritesListMobile__discountAmount {
	font-size: 16px;
	margin: 0 2px
}
.p-favoritesListMobile__totalPrice {
	font-size: 11px
}
.p-favoritesListMobile__totalPriceValue {
	font-size: 20px;
	font-weight: 700;
	margin: 0 2px
}
.p-favoritesListMobile__notifyIcon {
	font-size: 24px
}
.p-favoritesListMobile__actionBtn {
	width: 145px;
	font-size: 12px;
	padding: 0;
	margin-top: 12px
}
.p-favoritesListMobile__descItem {
	font-weight: 700;
	font-size: 12px;
	margin: 0 0 18px
}
.p-addressesList__container {
	width: 780px;
	margin: 0 auto;
	padding: 35px 0;
	max-width: 90%
}
.p-addressesList__addNewAddress {
	flex: 1;
	height: 200px;
	font-weight: 700;
	flex-direction: column;
	color: #909090;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: color .2s linear
}
.p-addressesList__addNewAddress a {
	display: flex;
	flex-direction: column;
	align-items: center
}
.p-addressesList__addNewAddress:hover {
	color: #5d5d5d
}
.p-addressesList__addNewAddress:hover .p-addressesList__addressBoxActionIcon {
	color: #adadad
}
.p-addressesList__addressBoxActionIcon {
	font-size: 48px;
	color: #e0e0e0;
	margin-bottom: 10px
}
.p-addressesList__emptyMsg {
	margin-bottom: 20px;
	text-align: center
}
.p-userAddressMobile .c-sampleCard {
	margin-top: 15px
}
.p-userAddressMobile__empty {
	padding: 40px 0 200px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.p-userAddressMobile__emptyIcon {
	font-size: 84px;
	color: #cbcbcb;
	margin-bottom: 27px
}
.p-userAddressMobile__addAddress {
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	font-weight: 700;
	height: 90px;
	margin: 15px 0;
	padding: 0 10px;
	color: #707070;
	cursor: pointer;
	justify-content: space-between;
	font-size: 16px
}
.p-userAddressMobile__addAddress span {
	flex: 1;
	text-align: right
}
.p-userAddressMobile__addAddressIcon {
	font-size: 23px;
	margin-left: 8px
}
.p-userAddressMobile__addAddressArrow {
	font-size: 22px
}
.p-addressFormMobile {
	margin: 15px 0
}
.p-addressFormMobile__form {
	padding: 15px 20px 20px
}
.p-addressFormMobile__submit {
	width: 210px;
	margin: 25px auto
}
.p-commentsList__empty {
	padding: 45px 0;
	text-align: center
}
.p-commentsList__emptyIcon {
	font-size: 87px;
	color: #cbcbcb;
	margin-top: 18px;
	display: block
}
.p-commentsList__previousPurchasesCarousel {
	margin-top: 30px
}
.p-commentsList__previousPurchasesCarousel .c-productCard__actionBar {
	opacity: 1;
	width: 80%;
	top: 82px
}
.p-commentsList__previousPurchasesCarousel .c-productCard-m__actionBar {
	top: 82px
}
.p-commentsList__previousPurchasesCarousel .c-productCard__addComment:hover {
	width: 100%
}
.p-commentsList__previousPurchasesCarousel .c-productCard__addCommentText {
	font-size: 14px;
	margin-right: 20px
}
.p-commentsList__row {
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 30px 0 30px 30px;
	flex-wrap: wrap
}
.p-commentsList__row:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 25px 25px
}
@media (min-width:1400px) {
	.p-commentsList__row {
		padding: 33px 0 30px 78px
	}
}
.p-commentsList__imageItem {
	flex: 0 1 18%;
	width: 18%
}
.p-commentsList__imageItem img {
	width: 120px;
	margin: 0 auto
}
@media (min-width:1400px) {
	.p-commentsList__imageItem {
		flex: 0 1 22%;
		width: 22%
	}
}
.p-commentsList__info {
	flex: 0 1 82%;
	width: 82%
}
@media (min-width:1400px) {
	.p-commentsList__info {
		flex: 0 1 78%;
		width: 78%
	}
}
.p-commentsList__infoRow {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.p-commentsList__pTitle {
	overflow: hidden;
	font-size: 15px;
	line-height: 32px;
	max-width: 230px
}
.p-commentsList__pShade {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 13px
}
.p-commentsList__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-commentsLis__userRatingItems {
	min-width: 170px;
	margin-top: 0
}
.p-commentsList__userRatingItem {
	margin: 0 0 27px
}
.p-commentsList__userRatingLabel {
	margin-bottom: 10px
}
.p-commentsList__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: 100%
}
.p-commentsList__userRatingValue:after, .p-commentsList__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.p-commentsList__userRatingValue:before {
	left: 20%
}
.p-commentsList__userRatingValue:after {
	left: 40%
}
@media (min-width:1400px) {
	.p-commentsList__userRatingValue {
		width: 312px
	}
}
.p-commentsList__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.p-commentsList__userRatingBg:after, .p-commentsList__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.p-commentsList__userRatingBg:before {
	right: 20%
}
.p-commentsList__userRatingBg:after {
	right: 40%
}
.p-commentsList__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0
}
.p-commentsList__actions {
	text-align: left;
	font-size: 12px
}
.p-commentsList__edit {
	color: #be9c79;
	margin-left: 30px
}
.p-commentsList__edit:hover {
	opacity: .65
}
.p-commentsList__remove {
	color: #909090;
	cursor: pointer
}
.p-commentsList__remove:hover {
	color: #5d5d5d
}
.p-commentsList__seller {
	margin-top: 8px
}
.p-commentsList__comment {
	margin-top: 20px
}
.p-commentsList__commentText {
	overflow: hidden;
	transition: height .2s ease;
	color: #909090;
	font-size: 13px
}
@media (min-width:992px) {
	.p-commentsList__commentText {
		font-size: 14px
	}
}
.p-commentsList__status {
	width: 120px;
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: 45px;
	border-radius: 22.5px;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #be9c79;
	color: #be9c79
}
@media (min-width:1400px) {
	.p-commentsList__status {
		width: 145px;
		font-size: 15px
	}
}
.p-commentsList__seeLess, .p-commentsList__seeMore {
	color: #be9c79;
	display: none;
	cursor: pointer;
	font-size: 14px;
	justify-content: flex-start;
	margin: 12px 0 0
}
.p-commentsList__seeLessIcon, .p-commentsList__seeMoreIcon {
	font-size: 22px;
	margin-left: 5px
}
.p-commentsList__emptyBox {
	margin-bottom: 20px
}
.p-commentsListMobile__previousPurchasesCarousel {
	margin: 13px 0 20px
}
.p-commentsListMobile__emptyBox {
	margin-bottom: 15px
}
.p-commentsListMobile {
	margin-top: 15px
}
.p-commentsListMobile .p-commentsList__row {
	padding: 28px 30px 25px;
	display: block
}
.p-commentsListMobile .p-commentsList__imageItem {
	flex: 0 1 38%;
	width: 38%
}
.p-commentsListMobile .p-commentsList__imageItem img {
	width: 100px;
	margin: 0 auto
}
.p-commentsListMobile .p-commentsList__info {
	flex: 0 1 62%;
	width: 62%
}
.p-commentsListMobile .p-commentsList__infoRow {
	align-items: flex-start
}
.p-commentsListMobile .p-commentsList__pTitle {
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	max-width: 100%
}
.p-commentsListMobile .p-commentsLis__userRatingItems {
	min-width: 170px;
	margin-top: 10px
}
.p-commentsListMobile .p-commentsList__userRatingItem {
	margin: 0 0 20px
}
.p-commentsListMobile .p-commentsList__edit {
	margin-left: 15px
}
.p-commentsListMobile .p-commentsList__comment {
	margin-top: 0
}
.p-commentsListMobile .p-commentsList__status {
	width: 145px;
	margin-top: 18px
}
.p-commentsListMobile .p-commentsList__seeLess, .p-commentsListMobile .p-commentsList__seeMore {
	margin: 10px 0 20px;
	font-size: 12px;
	justify-content: center
}
.p-addCommentFormMobile__content {
	padding: 20px 20px 30px
}
.p-addCommentFormMobile__userRatingItem {
	margin: 28px 0
}
.p-addCommentFormMobile__userRatingLabel {
	margin-bottom: 8px
}
.p-addCommentFormMobile__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: 100%
}
.p-addCommentFormMobile__userRatingValue:after, .p-addCommentFormMobile__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.p-addCommentFormMobile__userRatingValue:before {
	left: 20%
}
.p-addCommentFormMobile__userRatingValue:after {
	left: 40%
}
@media (min-width:1400px) {
	.p-addCommentFormMobile__userRatingValue {
		width: 312px
	}
}
.p-addCommentFormMobile__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.p-addCommentFormMobile__userRatingBg:after, .p-addCommentFormMobile__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.p-addCommentFormMobile__userRatingBg:before {
	right: 20%
}
.p-addCommentFormMobile__userRatingBg:after {
	right: 40%
}
.p-addCommentFormMobile__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0
}
.p-addCommentFormMobile__formLabel {
	margin: 37px 0 10px;
	display: block;
	font-size: 13px
}
.p-addCommentFormMobile__formInput {
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	height: 132px;
	padding: 15px;
	resize: none;
	border-radius: 25px;
	margin-bottom: 10px
}
.p-addCommentFormMobile__formInput::-webkit-input-placeholder {
	color: #909090
}
.p-addCommentFormMobile__formInput::-ms-input-placeholder {
	color: #909090
}
.p-addCommentFormMobile__formInput::-moz-placeholder {
	color: #909090
}
.p-addCommentFormMobile__formDesc {
	color: #909090;
	font-size: 12px;
	font-weight: 300
}
.p-addCommentFormMobile__submit {
	height: 45px;
	width: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #be9c79;
	border: 0;
	padding: 0;
	border-radius: 30px;
	margin: 30px auto 20px;
	cursor: pointer
}
.p-addCommentFormMobile__descriptionBox {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 30px
}
.p-addCommentFormMobile__descriptionBoxTitle {
	font-weight: 700;
	font-size: 13px;
	color: #909090
}
.p-addCommentFormMobile__description {
	font-weight: 300;
	color: #909090;
	font-size: 13px
}
.p-addCommentFormMobile__title {
	font-weight: 500;
	font-size: 14px;
	margin: 0
}
.c-giftCard {
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	height: 100%
}
.c-giftCard__header {
	height: 68px;
	background: #be9c79;
	border-radius: 25px 25px 0 0;
	display: flex;
	justify-content: space-between;
	background-color: #be9c79;
	color: #fff;
	align-items: center;
	padding: 0 18px
}
@media (min-width:992px) {
	.c-giftCard__header {
		padding: 0 30px
	}
}
.c-giftCard__title {
	font-weight: 700
}
@media (min-width:992px) {
	.c-giftCard__title {
		font-size: 16px
	}
}
.c-giftCard__number {
	display: flex;
	align-items: center;
	font-weight: 700;
	white-space: nowrap
}
.c-giftCard__titleIcon {
	margin-left: 5px;
	font-size: 18px
}
.c-giftCard__body {
	padding: 15px 18px 23px;
	position: relative
}
@media (min-width:992px) {
	.c-giftCard__body {
		padding: 15px 30px 25px
	}
}
.c-giftCard__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px
}
.c-giftCard__row:last-of-type {
	margin-bottom: 0
}
.c-giftCard__transactionsLink {
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: flex-end;
	color: #be9c79;
	font-size: 12px
}
.c-giftCard__transactionsLink i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.c-giftCard__transactionsLink:hover {
	opacity: .65
}
.c-giftCard__transactionsLink:hover i {
	transform: translateX(-7px)
}
.c-giftCard__transactionsLinkIcon {
	font-size: 24px
}
.c-giftCard__price {
	font-size: 16px;
	font-weight: 700
}
.c-giftCard--expired .c-giftCard__header {
	background: rgba(39, 198, 223, .15);
	color: #707070
}
.c-giftCard--expired .c-giftCard__row {
	color: #cbcbcb
}
.c-giftCard__exppiredImg {
	width: 98px
}
.c-giftCard__exppiredImageWrapper {
	position: absolute;
	width: 98px;
	height: 98px;
	top: 30px;
	left: 50%;
	transform: translateX(-50%)
}
.c-giftCard__exppiredText {
	position: absolute;
	top: 40px;
	left: 15px;
	transform: rotate(-32deg);
	white-space: nowrap;
	font-size: 13px
}
.p-userGifts__box {
	margin-bottom: 15px;
	padding-bottom: 50px
}
@media (min-width:992px) {
	.p-userGifts__box {
		padding-bottom: 70px;
		margin-bottom: 20px
	}
}
.p-userGifts__box--is-mobile {
	margin-top: 15px
}
.p-userGifts__alertM {
	padding: 15px 0 5px
}
@media (min-width:992px) {
	.p-userGifts__alertM {
		display: none
	}
}
.p-userGifts__alertD {
	display: none;
	padding: 20px 25px 0
}
@media (min-width:992px) {
	.p-userGifts__alertD {
		display: block
	}
}
.p-userGifts__emptyMsg {
	margin: 24px 0 10px;
	text-align: center
}
@media (min-width:992px) {
	.p-userGifts__emptyMsg {
		margin: 40px 0 15px
	}
}
.p-userGifts__emptyBox .p-userGifts__item {
	width: 100%
}
@media (min-width:992px) {
	.p-userGifts__emptyBox {
		padding: 0 20%
	}
}
@media (min-width:1400px) {
	.p-userGifts__emptyBox {
		padding: 0 30%
	}
}
.p-userGifts__addGiftCart {
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
	flex-direction: column;
	cursor: pointer
}
.p-userGifts__addGiftCart:hover .p-userGifts__addGiftCartIcon {
	color: #adadad
}
.p-userGifts__addGiftCart:hover .p-userGifts__addGiftCartText {
	color: #5d5d5d
}
@media (min-width:992px) {
	.p-userGifts__addGiftCart {
		height: 250px
	}
}
.p-userGifts__addGiftCartIcon {
	font-size: 44px;
	color: #cbcbcb;
	margin-bottom: 10px;
	transition: color .2s linear
}
.p-userGifts__addGiftCartText {
	color: #909090;
	transition: color .2s linear
}
.p-userGifts__item {
	padding: 8px 10px
}
@media (min-width:992px) {
	.p-userGifts__item {
		padding: 20px;
		width: 50%;
		flex: 0 1 50%
	}
}
.p-userGifts__filter {
	display: flex;
	padding: 20px 17px 10px
}
@media (min-width:992px) {
	.p-userGifts__filter {
		padding: 20px 30px
	}
}
.p-userGifts__filterText {
	margin-right: 10px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-userGifts__list {
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap
	}
}
@media (min-width:1400px) {
	.p-userGifts__list {
		padding: 0 11.5%
	}
}
.c-transactions .c-accordionBox__content {
	padding: 20px 0 0;
	margin-bottom: 15px;
	border: 0
}
.c-transactions .c-accordionBox {
	border-radius: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}
.c-transactions .c-accordionBox__collapseIcon {
	margin-right: 10px
}
.c-transactions .c-accordionBox__header {
	padding: 0 24px;
	height: 70px
}
@media (min-width:992px) {
	.c-transactions .c-accordionBox__content {
		padding: 5px 20px 0;
		margin-bottom: 0
	}
	.c-transactions .c-accordionBox__header {
		height: 90px;
		padding: 0
	}
	.c-transactions .c-accordionBox__collapseIcon {
		margin-right: 20px
	}
}
@media (min-width:1180px) {
	.c-transactions .c-accordionBox__content {
		border: 0;
		padding: 5px 62px 0
	}
	.c-transactions .c-accordionBox__collapseIcon {
		margin-right: 42px
	}
}
.c-transactions__row {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee
}
.c-transactions__row>div {
	height: 70px;
	display: flex;
	padding: 13px 0
}
.c-transactions__row>div:first-child {
	flex-direction: column
}
.c-transactions__row:last-child {
	border: 0
}
@media (min-width:992px) {
	.c-transactions__row {
		justify-content: center
	}
	.c-transactions__row>div {
		align-items: center;
		justify-content: center;
		flex: 0 1 17%;
		width: 17%;
		padding: 0
	}
	.c-transactions__row>div:first-child {
		flex-direction: row
	}
	.c-transactions__row>div:last-child {
		flex: 0 1 32%;
		width: 32%
	}
}
@media (min-width:1400px) {
	.c-transactions__row>div {
		flex: 0 1 18%;
		width: 18%
	}
	.c-transactions__row>div:last-child {
		flex: 0 1 28%;
		width: 28%
	}
}
.c-transactions__date {
	font-size: 12px;
	color: #909090
}
.c-transactions__row--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.c-transactions__detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px
}
.c-transactions__items {
	position: relative;
	padding-bottom: 38px;
	margin: 0 0 27px
}
.c-transactions__items .splide__pagination {
	bottom: -37px
}
@media (min-width:992px) {
	.c-transactions__items {
		display: flex;
		direction: rtl;
		padding: 0;
		margin: 0
	}
}
.c-transactions__item {
	width: 70px;
	margin: 0 20px
}
.c-transactions__image img {
	width: 65px;
	margin: 0 auto
}
@media (min-width:992px) {
	.c-transactions__image {
		display: block;
		width: 25%;
		flex: 0 1 25%
	}
	.c-transactions__image img {
		width: 70px
	}
}
.c-transactions__onlinePayment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px
}
.c-transactions__btn {
	width: 210px;
	font-size: 16px;
	margin: 0 auto 20px
}
@media (min-width:992px) {
	.c-transactions__btn {
		width: 160px;
		margin: 0;
		font-size: 14px
	}
}
@media (min-width:1180px) {
	.c-transactions__btn {
		width: 210px;
		font-size: 16px
	}
}
.c-transactions__detailRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px
}
.p-giftTransactions {
	height: auto;
	overflow: hidden
}
.p-giftTransactions__credit {
	color: #be9c79;
	font-size: 14px;
	padding: 18px 24px;
	border-bottom: 1px solid #eee;
	display: block
}
@media (min-width:992px) {
	.p-giftTransactions__credit {
		position: absolute;
		left: 20px;
		top: 50%;
		border: 0;
		padding: 0;
		transform: translateY(-50%)
	}
}
@media (min-width:1400px) {
	.p-giftTransactions__credit {
		left: 70px
	}
}
.p-giftTransactions__transactions .c-transactions__Col1 {
	width: 52%
}
.p-giftTransactions__transactions .c-accordionBox__collapseIcon {
	width: 20px
}
.p-giftTransactions__transactions .c-accordionBox {
	background: none
}
.p-giftTransactions__transactions .c-accordionBox:last-of-type {
	border-bottom: 0
}
.p-giftTransactions__sampleCardHeader {
	font-size: 15px
}
.p-orderDetail__paymentDetailRow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee
}
.p-orderDetail__paymentDetailRow>div {
	flex: 0 1 16%;
	width: 16%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center
}
.p-orderDetail__paymentDetailRow .p-orderDetail__paymentDetailCol2 {
	flex: 0 1 20%;
	width: 20%
}
.p-orderDetail__paymentDetailRow:last-child {
	border: 0
}
.p-orderDetail__paymentDetailRow--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.p-orderDetail__orderDetails {
	margin-bottom: 20px;
	overflow: hidden
}
.p-orderDetail__orderDetailsSampleCardHeader {
	justify-content: center
}
.p-orderDetail__orderDetailRow {
	display: flex;
	justify-content: center;
	border-top: 1px solid #eee
}
.p-orderDetail__orderDetailRow:first-child {
	border: 0
}
@media (min-width:992px) {
	.p-orderDetail__orderDetailRow {
		align-items: center
	}
}
.p-orderDetail__orderDetailFactorRow {
	min-height: 65px;
	padding: 25px 18px 40px;
	border-top: 1px solid #eee
}
.p-orderDetail__orderDetailRow--is-large .p-orderDetail__orderDetailCol {
	height: 85px
}
.p-orderDetail__orderDetailCol {
	min-height: 65px;
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 50%;
	width: 50%;
	padding: 20px 18px
}
.p-orderDetail__orderDetailCol:last-child {
	justify-content: flex-end;
	text-align: left
}
@media (min-width:992px) {
	.p-orderDetail__orderDetailCol {
		align-items: center;
		border-left: 1px solid #eee;
		padding: 0 45px;
		min-height: 70px;
		flex-wrap: inherit
	}
	.p-orderDetail__orderDetailCol:last-child {
		border: 0;
		justify-content: flex-start;
		text-align: right
	}
}
.p-orderDetail__editLink {
	color: #be9c79;
	font-size: 12px;
	margin-right: 5px
}
.p-orderDetail__editLink:hover {
	opacity: .65
}
@media (min-width:992px) {
	.p-orderDetail__editLink {
		margin-right: 10px
	}
}
.p-orderDetail__orderDetailAddress {
	font-size: 12px;
	white-space: normal
}
.p-orderDetail__editAddressLink {
	color: #be9c79;
	font-size: 12px;
	align-self: flex-start;
	margin-top: 5px
}
.p-orderDetail__editAddressLink:hover {
	opacity: .65
}
@media (min-width:992px) {
	.p-orderDetail__editAddressLink {
		margin: 18px 10px 0
	}
}
.p-orderDetail__canceledOrder {
	color: #d60644;
	margin: 0 3px
}
.p-orderDetail__paymentDetail {
	margin-bottom: 20px
}
.p-orderDetail__itemsRow {
	border-bottom: 1px solid #eee;
	position: relative;
	padding-right: 35px
}
.p-orderDetail__itemsRow, .p-orderDetail__itemsRow>div {
	display: flex;
	align-items: center;
	justify-content: center
}
.p-orderDetail__itemsRow>div {
	padding: 27px 0
}
.p-orderDetail__itemsRow:last-child {
	border: 0
}
@media (min-width:1680px) {
	.p-orderDetail__itemsRow {
		padding-right: 0
	}
}
.p-orderDetail__itemsRow--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.p-orderDetail__itemsRow--is-head>div {
	padding: 0;
	height: 70px
}
.p-orderDetail__titleItem {
	flex: 0 1 32%;
	width: 32%
}
.p-orderDetail__titleItem img {
	width: 70px;
	margin-left: 20px
}
.p-orderDetail__countItem, .p-orderDetail__discountItem, .p-orderDetail__priceItem, .p-orderDetail__totalItem {
	flex: 0 1 17%;
	width: 17%
}
.p-orderDetail__pTitle {
	font-size: 15px;
	max-width: 230px;
	color: #707070;
	display: block;
	max-height: 50px;
	overflow: hidden
}
.p-orderDetail__pTitle:hover {
	color: #9e9e9e
}
.p-orderDetail__pTitle a {
	color: #707070
}
.p-orderDetail__pTitle a:hover {
	color: #9e9e9e
}
.p-orderDetail_pInfo {
	width: 230px
}
.p-orderDetail__pShade {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 13px
}
.p-orderDetail__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-orderDetail__paymentMethod {
	font-weight: 700
}
.p-orderDetail__methodDesc {
	display: block;
	font-weight: 500
}
.p-payment__paymentBtn {
	width: 210px;
	font-size: 16px;
	margin: 35px auto 0
}
@media (min-width:992px) {
	.p-payment__paymentBtn {
		margin: -52px auto 0
	}
}
.p-orderDetail__onlinePaymentBox {
	background-color: #fff;
	border-radius: 25px;
	padding: 35px 30px 45px;
	margin: 15px 0
}
@media (min-width:992px) {
	.p-orderDetail__onlinePaymentBox {
		margin: 0 0 20px
	}
}
.p-orderDetail__paymentMsg {
	color: #be9c79;
	padding-right: 30px
}
@media (min-width:992px) {
	.p-orderDetail__paymentMsg {
		padding-right: 0
	}
}
.p-orderDetail__banks {
	display: flex;
	margin-top: 22px;
	padding-right: 30px
}
.p-orderDetail__bank img {
	width: 65px;
	height: 65px
}
.p-orderDetail__bank label {
	border-radius: 23px;
	margin-left: 25px;
	display: block;
	border: 1px solid #eee
}
.p-orderDetail__bank input:checked~label {
	border-color: #be9c79
}
.p-orderDetail__paymentMsg {
	margin-bottom: 18px
}
.p-orderDetail__referralRequest {
	position: absolute;
	left: 20px;
	color: #be9c79;
	text-align: left;
	bottom: 7px
}
.p-orderDetail__referralRequest .p-orderDetail__referralRequestIcon {
	display: none
}
@media (min-width:992px) {
	.p-orderDetail__referralRequest {
		bottom: auto;
		left: 40px;
		display: flex;
		text-align: right;
		align-items: center;
		top: 50%;
		transform: translateY(-50%)
	}
	.p-orderDetail__referralRequest .p-orderDetail__referralRequestIcon {
		display: block
	}
}
@media (max-width:992px) {
	.p-orderDetail__referralRequestHeader.c-sampleCard__header {
		height: 100px
	}
	.p-orderDetail__referralRequestHeader .c-sampleCard__headerCloseIcon {
		top: 30%
	}
}
.p-orderDetail__referralRequestDate {
	font-size: 12px;
	font-weight: 300
}
.p-orderDetail__referralRequestLink {
	color: #be9c79;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 15px
}
.p-orderDetail__referralRequestLink:hover {
	opacity: .65
}
@media (min-width:992px) {
	.p-orderDetail__referralRequestLink {
		margin-left: 10px;
		font-size: 16px
	}
}
.p-orderDetail__referralRequestIcon {
	font-size: 22px;
	margin-left: 10px
}
.p-orderDetail__orderDetailCol--has-collapseHandle {
	cursor: pointer;
	flex-wrap: nowrap
}
.p-orderDetail__orderDetailCol--has-collapseHandle .icon-arrow-up {
	display: none;
	font-size: 22px
}
.p-orderDetail__orderDetailCol--has-collapseHandle .icon-arrow-down {
	font-size: 22px
}
.p-orderDetail__orderDetailCol--has-collapseHandle.active .icon-arrow-down {
	display: none
}
.p-orderDetail__orderDetailCol--has-collapseHandle.active .icon-arrow-up {
	display: block
}
.p-orderDetail__addComment {
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding: 6px 5px 6px 0;
	background-color: transparent;
	width: 120px;
	border: 0;
	cursor: pointer;
	transition: background-color 0s ease-in-out, width .3s ease-in-out;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}
.p-orderDetail__addComment:hover {
	background-color: #be9c79;
	width: 145px;
	transition: background-color .3s ease-in-out, width .3s ease-in-out
}
.p-orderDetail__addComment:hover .p-orderDetail__addCommentText {
	margin-right: 8px;
	opacity: 1;
	visibility: visible;
	width: auto
}
.p-orderDetail__addComment:hover .p-orderDetail__addCommentIcon {
	font-size: 16px;
	background-color: #fff;
	color: #be9c79;
	font-size: 17px;
	width: 33px;
	height: 33px
}
@media (min-width:992px) {
	.p-orderDetail__addComment {
		right: 12px
	}
}
@media (min-width:1680px) {
	.p-orderDetail__addComment {
		right: 20px
	}
}
.p-orderDetail__addCommentIcon {
	width: 28px;
	height: 28px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: #be9c79;
	color: #fff;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}
@media (min-width:992px) {
	.p-orderDetail__addCommentIcon {
		width: 30px;
		height: 30px;
		font-size: 16px
	}
}
.p-orderDetail__addCommentText {
	opacity: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height: 21px;
	color: #fff;
	font-size: 12px;
	transition: opacity .1s ease-in-out .2s
}
@media (min-width:992px) {
	.p-orderDetail__addCommentText {
		height: 24px
	}
}
.c-orderSteps {
	display: flex;
	height: 0;
	padding: 0 15px;
	position: relative;
	max-width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	justify-content: space-between;
	transition: height .2s ease
}
.c-orderSteps:after {
	content: "";
	height: 1px;
	width: calc(100% - 80px);
	background: #cbcbcb;
	position: absolute;
	left: 40px;
	bottom: 60px;
	display: none
}
.c-orderSteps.is-show {
	height: 125px;
	overflow-y: visible
}
.c-orderSteps.is-show:after {
	display: block
}
@media (min-width:992px) {
	.c-orderSteps {
		padding: 0 40px;
		overflow-x: visible
	}
	.c-orderSteps.is-show {
		border-top: 1px solid #eee
	}
}
.c-orderSteps__step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 25px 5px 50px;
	position: relative;
	z-index: 1;
	margin-left: 60px;
	white-space: nowrap
}
.c-orderSteps__step:last-child {
	margin-left: 0;
	padding-left: 20px
}
@media (min-width:992px) {
	.c-orderSteps__step {
		padding: 25px 20px 50px;
		margin-left: 0
	}
}
.c-orderSteps__text {
	font-weight: 700
}
.c-orderSteps__icon {
	font-size: 18px;
	margin-bottom: 8px
}
.c-orderSteps__step--is-prev {
	color: #cbcbcb
}
.c-orderSteps__step--is-active {
	color: #be9c79
}
.p-orderDetailMobile__paymentDetailRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}
.p-orderDetailMobile__paymentDetailCol {
	padding: 12px 0
}
.p-orderDetailMobile__paymentDetails {
	margin-bottom: 15px
}
.p-orderDetailMobile__paymentDetails .c-accordionBox {
	background: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #eee
}
.p-orderDetailMobile__paymentDetails .c-accordionBox:last-child {
	border: 0
}
.p-orderDetailMobile__paymentDetails .c-accordionBox__header {
	font-size: 15px;
	height: 65px
}
.p-orderDetailMobile__paymentDetails .c-accordionBox__content {
	border: 0;
	padding: 0 24px 12px;
	margin-bottom: 0
}
.p-orderDetailMobile__orderDetails .c-productCarouselMobile__content {
	padding-bottom: 35px
}
.p-orderDetailMobile__orderDetails .c-accordionBox__content {
	margin-bottom: 40px;
	padding: 30px 0 0
}
@media (min-width:992px) {
	.p-orderDetailMobile__orderDetails .c-accordionBox__content {
		padding: 30px 24px 0
	}
}
.p-orderDetailMobile__bestSellingCarousel {
	margin-bottom: 10px
}
.p-orderDetailMobile__advertisement {
	display: flex;
	margin: 0 -5px 15px
}
.p-orderDetailMobile__adsBanner {
	flex: 0 1 50%;
	width: 50%;
	padding: 0 5px
}
.p-orderDetailMobile__adsBanner img {
	border-radius: 20px
}
.p-orderDetailMobile__orderGoods .c-cartItem__cartCount {
	top: 10px;
	right: 5px
}
.p-orderDetailMobile__orderGoods .c-cartItem {
	padding: 0 10px
}
.p-referralRequest {
	margin: 15px 0;
	height: auto
}
.p-referralRequest .c-sampleCard__header {
	font-size: 15px
}
@media (min-width:992px) {
	.p-referralRequest {
		margin: 0
	}
}
.p-referralRequest__content .c-accordionBox__header {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	color: #be9c79;
	font-size: 15px;
	padding: 0 20px;
	color: rgba(39, 198, 223, .5);
	height: 75px;
	align-items: center;
	cursor: default
}
@media (min-width:992px) {
	.p-referralRequest__content .c-accordionBox__header {
		padding: 0 50px
	}
}
.p-referralRequest__content .c-accordionBox {
	margin-bottom: 2px
}
.p-referralRequest__content .c-accordionBox__content {
	padding: 0;
	margin: 0
}
.p-referralRequest__content .c-accordionBox.is-open .c-accordionBox__header {
	color: #be9c79
}
.p-referralRequest__row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 35px 15px
}
.p-referralRequest__row:last-child {
	border-bottom: 0
}
.p-referralRequest__row .c-checkbox__label {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0
}
@media (min-width:1400px) {
	.p-referralRequest__row {
		padding: 35px 45px
	}
}
.p-referralRequest__productSelectionBadge {
	background-color: #be9c79;
	color: #fff;
	font-size: 15px;
	min-width: 25px;
	height: 25px;
	padding: 0 3px;
	border-radius: 30px;
	display: flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	display: none
}
.p-referralRequest__productSelectionTitle {
	display: flex
}
.p-referralRequest__productSelectionEdit {
	font-size: 12px;
	font-weight: 500;
	display: none
}
.p-referralRequest__selectProduct {
	display: flex;
	width: 100%
}
@media (min-width:992px) {
	.p-referralRequest__titleItem {
		flex: 0 1 26%;
		width: 26%;
		padding-top: 10px
	}
}
@media (min-width:992px) {
	.p-referralRequest__seller {
		flex: 0 1 39%;
		width: 39%;
		padding-top: 45px;
		line-height: 32px;
		text-align: center;
		display: flex;
		justify-content: center
	}
}
.p-referralRequest__otherSeller {
	font-size: 23px;
	float: right;
	margin: 0 0 0 5px
}
.p-referralRequest__priceItem {
	font-weight: 700
}
@media (min-width:992px) {
	.p-referralRequest__priceItem {
		flex: 0 1 20%;
		width: 20%;
		padding-top: 45px;
		line-height: 32px;
		white-space: nowrap;
		text-align: left
	}
}
.p-referralRequest__imageItem {
	flex: 0 1 38%;
	width: 38%
}
.p-referralRequest__imageItem img {
	width: 100px;
	margin: 0 auto 0 0;
	padding: 0 5px 0 10px
}
@media (min-width:992px) {
	.p-referralRequest__imageItem {
		flex: 0 1 15%;
		width: 15%
	}
	.p-referralRequest__imageItem img {
		width: 120px;
		margin: 0 auto;
		padding: 0
	}
}
.p-referralRequest__info {
	flex: 0 1 62%;
	width: 62%
}
.p-referralRequest__totalPrice {
	margin-top: 10px
}
.p-referralRequest__totalPrice .direction-ltr {
	font-size: 20px;
	margin: 0 7px
}
@media (min-width:992px) {
	.p-referralRequest__totalPrice {
		margin-top: 0
	}
}
.p-referralRequest__totalPriceValue {
	font-size: 20px;
	margin: 0 7px
}
.p-referralRequest__pTitle a {
	color: #707070
}
.p-referralRequest__pTitle a:hover {
	color: #9e9e9e
}
@media (min-width:992px) {
	.p-referralRequest__pTitle {
		overflow: hidden;
		max-width: 230px;
		height: 52px;
		font-size: 15px;
		line-height: 32px;
		height: auto
	}
}
.p-referralRequest__pShade {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 3px 0 4px
}
@media (min-width:992px) {
	.p-referralRequest__pShade {
		margin: 5px 0 0
	}
}
.p-referralRequest__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-referralRequest__mootanrooSeller {
	color: #d60644;
	font-size: 11px;
	margin-left: 5px
}
.p-referralRequest__nonReturned {
	color: #be9c79;
	font-weight: 500;
	margin-top: 10px
}
@media (min-width:992px) {
	.p-referralRequest__nonReturned {
		margin-top: 0
	}
}
.p-referralRequest__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0
}
@media (min-width:992px) {
	.p-referralRequest__actions {
		padding: 60px 0
	}
}
.p-referralRequest__selectAll {
	border-bottom: 1px solid #eee;
	padding: 25px 15px
}
@media (min-width:992px) {
	.p-referralRequest__selectAll {
		padding: 25px 45px
	}
}
.p-referralRequest__cancelBtn, .p-referralRequest__submitBtn {
	width: 210px;
	margin: 0 20px;
	padding: 0;
	font-size: 16px
}
.p-referralRequest__row--is-disabled .p-referralRequest__seller, .p-referralRequest__row--is-disabled .p-referralRequest__titleItem, .p-referralRequest__row--is-disabled .p-referralRequest__totalPrice {
	filter: grayscale(100%);
	opacity: .5
}
.p-referralRequest__row--is-disabled .p-referralRequest__imageItem {
	filter: grayscale(100%);
	opacity: .8
}
.p-referralRequest__quantity {
	color: #707070;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	height: 45px;
	padding: 0 2px;
	border-radius: 30px;
	margin-right: 25px;
	min-width: 60px;
	justify-content: center
}
.p-referralRequest__quantityBtn {
	cursor: pointer;
	font-size: 28px;
	padding: 0;
	color: #707070;
	border: 0;
	background: none
}
.p-referralRequest__count {
	min-width: 55px;
	font-size: 15px;
	color: #707070;
	margin: 0;
	text-align: center;
	border: 0;
	max-width: 60px;
	background: none
}
.p-referralRequest__quantity--is-number {
	min-width: 55px;
	justify-content: center
}
.p-referralRequest__quantityItem {
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin: 20px 0 10px
}
.p-referralRequest__quantityItem .c-selectBox__box {
	width: 80px
}
.p-referralRequest__quantityItem .select-selected {
	padding: 0 24px 0 12px;
	font-size: 15px;
	color: #707070
}
.p-referralRequest__quantityItem .select-items {
	margin-top: -9px
}
.p-referralRequest__quantityItem .select-items div {
	padding: 2px 23px
}
@media (min-width:992px) {
	.p-referralRequest__quantityItem {
		display: block;
		flex: 0 1 36%;
		width: 36%;
		padding: 0 10.5% 0 0;
		margin: 0
	}
}
.p-referralRequest__submitBtn--is-cause {
	font-size: 16px;
	width: 300px
}
@media (min-width:992px) {
	.p-referralRequest__submitBtn--is-cause {
		font-size: 13px;
		width: auto;
		padding: 0 25px
	}
}
.p-referralRequest__cause {
	padding-bottom: 50px
}
.p-referralRequest__cause .p-referralRequest__seller {
	margin-top: 5px
}
.p-referralRequest__cause .c-inputBox__label {
	padding: 0 7px
}
.p-referralRequest__cause.is-open .p-referralRequest__fileBrowser {
	min-height: 1px
}
@media (min-width:992px) {
	.p-referralRequest__cause {
		padding-bottom: 130px
	}
	.p-referralRequest__cause .p-referralRequest__seller {
		text-align: right;
		padding: 0;
		margin-top: 5px;
		width: auto;
		display: block
	}
	.p-referralRequest__cause .c-inputBox__label {
		padding: 0 12px
	}
	.p-referralRequest__cause .c-selectBox__label {
		padding: 0 5px
	}
	.p-referralRequest__cause .p-referralRequest__pTitle {
		line-height: 30px
	}
	.p-referralRequest__cause .p-referralRequest__pShade {
		margin-top: 0
	}
}
.p-referralRequest__causeRow {
	padding: 35px 8px 15px;
	border-bottom: 1px solid #eee
}
.p-referralRequest__causeRow:last-child {
	border-bottom: 0
}
@media (min-width:992px) {
	.p-referralRequest__causeRow {
		padding: 35px 10px 35px 25px
	}
}
@media (min-width:1400px) {
	.p-referralRequest__causeRow {
		padding: 35px 10px 35px 65px
	}
}
.p-referralRequest__returnedGood {
	display: flex;
	width: 100%
}
@media (min-width:992px) {
	.p-referralRequest__recordCause {
		display: flex;
		margin-top: 46px
	}
}
.p-referralRequest__chooseCause {
	margin-top: 0
}
@media (min-width:992px) {
	.p-referralRequest__chooseCause {
		flex: 1;
		padding: 0;
		margin: 0
	}
	.p-referralRequest__chooseCause .c-selectBox__box {
		font-size: 12px
	}
}
.p-referralRequest__descInput {
	margin-top: 25px
}
@media (min-width:992px) {
	.p-referralRequest__descInput {
		flex: 0 1 47%;
		width: 47%;
		padding: 0 15% 0 4.5%;
		margin-top: 0
	}
	.p-referralRequest__descInput .c-inputBox__box {
		font-size: 12px
	}
}
.p-referralRequest__fileUploader {
	margin-top: 20px;
	padding: 0 22px
}
@media (min-width:992px) {
	.p-referralRequest__fileUploader {
		flex: 0 1 53%;
		width: 53%;
		margin-top: 0;
		padding: 0 5% 0 0
	}
}
.p-referralRequest__fileUploaderDesc {
	color: #909090;
	font-size: 13px;
	margin: 5px 0 0
}
@media (min-width:992px) {
	.p-referralRequest__fileUploaderDesc {
		font-size: 12px;
		padding-left: 165px
	}
}
@media (min-width:1180px) {
	.p-referralRequest__fileUploaderDesc {
		font-size: 12px;
		padding-left: 210px
	}
}
.p-referralRequest__fileUploaderWrapper {
	position: relative
}
@media (min-width:992px) {
	.p-referralRequest__fileUploaderWrapper .c-fileBrowser {
		position: static
	}
	.p-referralRequest__fileUploaderWrapper .c-fileBrowser__uploadBtn {
		position: absolute;
		right: 59%;
		top: -11px;
		width: 145px
	}
}
@media (min-width:1180px) {
	.p-referralRequest__fileUploaderWrapper .c-fileBrowser__uploadBtn {
		right: 65%
	}
}
.p-referralRequest__addIcon {
	color: #cbcbcb;
	font-size: 70px;
	margin: 20px 0;
	display: block;
	cursor: pointer;
	text-align: center;
	transition: color .2s linear
}
.p-referralRequest__addIcon:hover {
	color: #989898
}
@media (min-width:992px) {
	.p-referralRequest__addIcon {
		font-size: 100px;
		margin: 40px 0 60px
	}
}
.p-referralRequest__causeActions {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px
}
.p-referralRequest__confirm {
	display: none;
	padding: 0 0 100px
}
@media (min-width:992px) {
	.p-referralRequest__confirm {
		padding: 0
	}
}
.p-referralRequest__confirmMsg {
	text-align: center;
	color: #be9c79;
	font-weight: 700;
	margin: 27px 0 68px
}
@media (min-width:992px) {
	.p-referralRequest__confirmMsg {
		margin: 35px 0 45px
	}
}
.p-referralRequest__confirmBtn {
	margin: 0 auto 100px;
	width: 220px;
	font-size: 15px
}
.p-referralRequest__fileBrowser {
	min-height: 247px
}
@media (min-width:992px) {
	.p-referralRequest__fileBrowser {
		min-height: 1px
	}
}
.p-referralRequest__fileBrowser .c-fileBrowser__files {
	display: flex;
	justify-content: center
}
@media (min-width:992px) {
	.p-referralRequest__fileBrowser .c-fileBrowser__files {
		display: block
	}
}
.p-referralRequest__fileBrowser .c-fileBrowser__file {
	width: 100px;
	border-radius: 20px;
	overflow: hidden
}
.p-referralRequest__fileBrowser .c-fileBrowser__file img {
	width: 100px;
	height: 100px;
	border-radius: 20px
}
.p-referralRequest__fileBrowser .c-fileBrowser__file i {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	font-size: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #be9c79;
	border: 3px solid #e9e9e9
}
.p-referralRequest__fileBrowser .c-fileBrowser__file:hover .c-fileBrowser__remove {
	opacity: 1;
	z-index: 1
}
@media (min-width:992px) {
	.p-referralRequest__fileBrowser .c-fileBrowser__file {
		width: 80px;
		margin: 20px 0 0
	}
	.p-referralRequest__fileBrowser .c-fileBrowser__file img {
		width: 80px;
		height: 80px
	}
	.p-referralRequest__fileBrowser .c-fileBrowser__file i {
		width: 80px;
		height: 80px;
		font-size: 46px
	}
}
.p-referralRequest__fileBrowser .c-fileBrowser__remove {
	text-align: center;
	padding: 8px 0 5px
}
@media (min-width:992px) {
	.p-referralRequest__fileBrowser .c-fileBrowser__remove {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: rgba(0, 0, 0, .2);
		position: absolute;
		display: flex;
		align-items: center;
		font-size: 12px;
		justify-content: center;
		opacity: 0;
		z-index: -1;
		transition: opacity .2s ease-in-out
	}
	.p-referralRequest__fileBrowser .c-fileBrowser__remove span {
		color: #fff;
		width: 60px;
		height: 35px;
		border-radius: 23px;
		border: 1px solid #e9e9e9;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto
	}
}
.p-refunedTracking {
	height: auto;
	margin-top: 15px
}
.p-refunedTracking .c-accordionBox__content {
	margin-bottom: 0;
	padding: 0
}
.p-refunedTracking .c-accordionBox {
	border-radius: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}
.p-refunedTracking .c-accordionBox:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 25px 25px
}
.p-refunedTracking .c-accordionBox__collapseIcon {
	margin-right: 10px
}
.p-refunedTracking .c-accordionBox__header {
	padding: 20px 18px;
	height: 100px;
	flex-wrap: wrap
}
.p-refunedTracking .c-accordionBox__header .p-refunedTracking__row {
	border-bottom: 0
}
.p-refunedTracking .c-accordionBox__header .p-refunedTracking__row>div {
	padding: 0
}
@media (min-width:992px) {
	.p-refunedTracking {
		margin-top: 0
	}
	.p-refunedTracking .c-accordionBox__content {
		border: 0
	}
	.p-refunedTracking .c-accordionBox__header {
		height: 78px;
		padding: 0
	}
	.p-refunedTracking .c-accordionBox__header .p-refunedTracking__row {
		border-bottom: 1px solid #eee
	}
	.p-refunedTracking .c-accordionBox__header .p-refunedTracking__row>div {
		padding: 13px 0
	}
	.p-refunedTracking .c-accordionBox__header .p-refunedTracking__row:last-child {
		border: 0
	}
	.p-refunedTracking .c-accordionBox__collapseIcon {
		margin-left: 20px
	}
}
@media (min-width:1180px) {
	.p-refunedTracking .c-accordionBox__collapseIcon {
		margin-left: 42px
	}
}
.p-refunedTracking__row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	justify-content: space-between
}
.p-refunedTracking__row>div {
	display: flex;
	padding: 13px 0;
	align-items: center;
	justify-content: center;
	font-weight: 700
}
.p-refunedTracking__row:last-child {
	border: 0
}
@media (min-width:992px) {
	.p-refunedTracking__row {
		justify-content: flex-start
	}
	.p-refunedTracking__row>div {
		flex: 0 1 13%;
		width: 13%;
		padding: 0;
		font-weight: 500
	}
	.p-refunedTracking__row .p-refunedTracking__Col2 {
		font-weight: 700
	}
	.p-refunedTracking__row .p-refunedTracking__Col3 {
		flex: 0 1 23%;
		width: 23%;
		font-weight: 700
	}
	.p-refunedTracking__row .p-refunedTracking__Col4, .p-refunedTracking__row .p-refunedTracking__Col5 {
		flex: 0 1 19%;
		width: 19%;
		font-weight: 700
	}
	.p-refunedTracking__row .p-refunedTracking__Col6 {
		justify-content: flex-end;
		padding-left: 45px
	}
}
.p-refunedTracking__contentRow--is-head, .p-refunedTracking__row--is-head {
	background-color: rgba(39, 198, 223, .15);
	font-weight: 700;
	border: 0
}
.p-refunedTracking__contentRow--is-head>div, .p-refunedTracking__row--is-head>div {
	height: 70px;
	padding: 0;
	align-items: center
}
.p-refunedTracking__contentRow {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 22px 20px;
	position: relative;
	flex-wrap: wrap
}
.p-refunedTracking__contentRow:last-child {
	border: 0
}
@media (min-width:992px) {
	.p-refunedTracking__contentRow {
		padding: 0;
		flex-wrap: wrap
	}
	.p-refunedTracking__contentRow>div {
		display: flex;
		padding: 27px 0;
		justify-content: center;
		flex: 0 1 12.5%;
		width: 12.5%;
		text-align: center
	}
	.p-refunedTracking__contentRow .p-refunedTracking__Col2 {
		flex: 0 1 26%;
		width: 26%;
		text-align: right
	}
	.p-refunedTracking__contentRow .p-refunedTracking__Col6 {
		flex: 0 1 16%;
		width: 16%;
		padding: 27px 0
	}
	.p-refunedTracking__contentRow .p-refunedTracking__Col7 {
		flex: 0 1 8%;
		width: 8%
	}
	.p-refunedTracking__contentRow .p-refunedTracking__notification {
		width: 100%;
		flex: 0 1 100%;
		padding: 16px 48px 0
	}
}
.p-refunedTracking__contentRow--is-head {
	background-color: #eee
}
@media (min-width:992px) {
	.p-refunedTracking__contentRow--is-head .p-refunedTracking__Col6 {
		flex-direction: column;
		justify-content: center;
		padding: 27px 0
	}
}
.p-refunedTracking__reason {
	font-size: 12px;
	color: #909090
}
.p-refunedTracking__notification {
	width: 100%;
	flex: 0 1 100%;
	margin-top: -5px
}
.p-refunedTracking__notification .p-refunedTracking__notificationAlert {
	border: 1px solid #d60644;
	padding: 7px 15px;
	border-radius: 12px;
	min-height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	color: #d60644;
	font-weight: 700;
	font-size: 13px
}
@media (min-width:992px) {
	.p-refunedTracking__notification .p-refunedTracking__notificationAlert {
		min-height: 49px;
		font-size: 14px;
		margin: 0 0 20px;
		align-items: center;
		border-radius: 18px;
		padding: 9px 30px
	}
}
@media (min-width:992px) {
	.p-refunedTracking__notification {
		margin: 0 0 -35px
	}
}
.p-refunedTracking__cancelNotification {
	font-size: 12px;
	color: #d60644;
	font-weight: 500
}
.p-refunedTracking__disabledEdit {
	font-size: 12px;
	color: #cbcbcb;
	font-weight: 500
}
.p-refunedTracking__removeProductBtn {
	position: absolute;
	top: 16px;
	left: 18px
}
@media (min-width:992px) {
	.p-refunedTracking__removeProductBtn {
		position: static
	}
}
.p-refunedTracking__removeProduct {
	font-size: 26px;
	color: #cbcbcb;
	height: 26px;
	transition: color .2s ease-in-out
}
.p-refunedTracking__removeProduct:hover {
	color: #b6b6b6
}
@media (min-width:992px) {
	.p-refunedTracking__removeProduct {
		font-size: 32px;
		color: #909090;
		height: 32px
	}
}
.p-refunedTracking__price {
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px
}
@media (min-width:992px) {
	.p-refunedTracking__price {
		font-size: 18px;
		margin-right: 0
	}
}
.p-refunedTracking__priceCurrency {
	font-size: 11px;
	margin-right: 5px
}
@media (min-width:992px) {
	.p-refunedTracking__priceCurrency {
		font-size: 14px
	}
}
.p-refunedTracking__Col2 {
	display: flex
}
.p-refunedTracking__pTitle {
	max-width: 230px;
	overflow: hidden;
	margin-bottom: 8px
}
.p-refunedTracking__pTitle a {
	color: #707070
}
.p-refunedTracking__pTitle a:hover {
	color: #9e9e9e
}
@media (min-width:992px) {
	.p-refunedTracking__pTitle {
		font-size: 15px;
		height: 52px;
		margin-bottom: 0;
		line-height: 32px;
		height: auto
	}
}
.p-refunedTracking__pShade {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-top: 5px
}
@media (min-width:992px) {
	.p-refunedTracking__pShade {
		margin: 3px 0 9px
	}
}
.p-refunedTracking__shadeColor {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-left: 10px
}
.p-refunedTracking__seller {
	margin-top: 5px
}
@media (min-width:992px) {
	.p-refunedTracking__seller {
		margin-top: 0
	}
}
.p-refunedTracking__mootanrooSeller {
	color: #d60644;
	font-size: 11px;
	margin-left: 5px
}
.p-refunedTracking__imageItem {
	padding-left: 10px;
	width: 35%;
	flex: 0 1 35%
}
.p-refunedTracking__imageItem img {
	width: 100px;
	height: auto
}
@media (min-width:992px) {
	.p-refunedTracking__imageItem {
		width: auto;
		padding-left: 0;
		flex: 0 1 32%;
		margin-left: 25px
	}
}
.p-refunedTracking__info {
	width: 65%;
	flex: 0 1 65%
}
.p-refunedTracking__referenceCode {
	font-weight: 700
}
.p-refunedTracking__status {
	color: #be9c79;
	font-size: 13px;
	margin: 5px 0 18px
}
.p-refunedTracking__status.p-refunedTracking__status--is-primary {
	color: #d60644
}
.p-refunedTracking__referenceNumber {
	margin-top: 5px;
	font-size: 13px
}
.p-refunedTracking__referenceCause {
	margin-top: 3px;
	font-size: 13px
}
.p-refunedTracking__row2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px
}
.p-refunedTracking__cancelRequest--is-mobile {
	border: 0;
	background: 0;
	color: #d60644;
	font-size: 12px;
	margin-right: 10px
}
.p-refunedTracking__edit {
	color: #909090;
	font-size: 12px
}
.p-about {
	background: #fff;
	border-radius: 25px;
	padding: 42px 50px 100px;
	margin: 0 auto 150px
}
.p-about p {
	line-height: 30px;
	font-size: 14px
}
@media (min-width:1180px) {
	.p-about {
		padding: 42px 13.5% 100px
	}
}
@media (min-width:1400px) {
	.p-about {
		margin: 0 auto 150px
	}
}
.p-about__top img {
	margin: 0 auto
}
.p-about__topImage {
	display: block
}
.p-about__topImageMobile {
	display: none
}
.p-about__mainTitle {
	margin: 43px 0 0;
	padding-bottom: 19px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.p-about__mainImage {
	margin: 25px 0 48px
}
.p-about__mainImage img {
	margin: 0 auto
}
.p-about__mainImageD {
	display: block
}
.p-about__mainImageM {
	display: none
}
.p-about__honorsTitle {
	margin: 43px 0 0;
	padding-bottom: 19px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.p-about__honors {
	margin: 52px 0 0
}
.p-about__honorsContent {
	position: relative
}
.p-about__honorsContent .splide__pagination {
	bottom: -33px
}
.p-about__honorsMainSlider {
	text-align: center;
	padding: 0 70px;
	margin-top: 45px;
	display: none
}
.p-about__honorsMainSlider img {
	margin: 0 auto;
	width: 200px
}
.p-about__honorsMainSlider .p-about__honorTitle {
	display: block
}
.p-about__honorsList:not(.splide--rtl) .splide__list {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center
}
@media (min-width:1680px) {
	.p-about__honorsList:not(.splide--rtl) {
		margin: 0 -10%
	}
}
.p-about__honorsList.splide--rtl {
	margin: 90px 0 117px;
	display: block
}
@media (min-width:1680px) {
	.p-about__honorsList.splide--rtl {
		margin: 90px -100px 123px
	}
}
.p-about__honor {
	flex: 0 1 25%;
	width: 25%;
	text-align: center;
	margin-top: 55px;
	padding: 0 3%
}
.p-about__honor p {
	line-height: 24px
}
.p-about__honor img {
	margin: 0 auto;
	display: block;
	height: 100px;
	width: auto
}
@media (min-width:1180px) {
	.p-about__honor {
		padding: 0 4.6%
	}
}
.splide--rtl .p-about__honor {
	width: auto;
	margin-top: 0;
	padding: 0 30px
}
@media (min-width:1180px) {
	.splide--rtl .p-about__honor {
		padding: 0 40px
	}
}
.p-about__honorTitle {
	text-align: center;
	display: block;
	margin-top: 30px;
	font-size: 13px
}
.p-about__seeAllHonors {
	font-weight: 300;
	color: #909090;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 80px auto 0;
	display: flex;
	width: 200px
}
.p-about__seeAllHonors i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-about__seeAllHonors:hover {
	color: #505050
}
.p-about__seeAllHonors:hover i {
	color: #505050;
	transform: translateX(-7px)
}
.p-about__seeAllHonorsIcon {
	font-size: 24px;
	color: #909090
}
.p-about__sliderControls {
	position: absolute;
	top: -58px;
	left: 10px;
	display: flex
}
@media (min-width:1680px) {
	.p-about__sliderControls {
		left: 68px
	}
}
.p-about__sliderNext, .p-about__sliderPrev {
	font-size: 32px;
	outline: none;
	cursor: pointer;
	margin-right: 7px;
	color: #909090
}
.p-about--is-mobile {
	background: #fff;
	border-radius: 25px;
	padding: 42px 31px 100px;
	margin: 10px auto 0
}
.p-about--is-mobile p {
	line-height: 30px;
	font-size: 13px
}
.p-about--is-mobile .p-about__topImage {
	display: none
}
.p-about--is-mobile .p-about__topImageMobile {
	display: block
}
.p-about--is-mobile .p-about__mainTitle {
	font-size: 16px;
	padding-bottom: 14px;
	margin: 30px 0 20px
}
.p-about--is-mobile .p-about__mainImage {
	margin: 10px 0 15px
}
.p-about--is-mobile .p-about__mainImageD {
	display: none
}
.p-about--is-mobile .p-about__mainImageM {
	display: block
}
.p-about--is-mobile .p-about__honorsTitle {
	font-size: 16px;
	padding-bottom: 14px;
	margin: 30px 0 20px
}
.p-about--is-mobile .p-about__honors {
	margin: 40px -31px 0
}
.p-about--is-mobile .p-about__honorsContent .splide__pagination {
	bottom: -52px
}
.p-about--is-mobile .p-about__honorsMainSlider {
	display: block
}
.p-about--is-mobile .p-about__honorsList.splide--rtl {
	margin: 45px 0 55px
}
.p-about--is-mobile .p-about__honor {
	flex: 1;
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding: 0
}
.p-about--is-mobile .p-about__honor p {
	line-height: 24px
}
.p-about--is-mobile .p-about__honor img {
	height: 95px;
	width: 95px
}
.p-about--is-mobile .splide--rtl .p-about__honor {
	padding: 0 5px
}
.p-about--is-mobile .p-about__honorTitle {
	display: none;
	margin-top: 20px;
	font-size: 14px
}
.p-about--is-mobile .p-about__honorsMainSlider .p-about__honorTitle {
	display: block;
	font-size: 13px
}
.p-about--is-mobile .p-about__seeAllHonors {
	display: none;
	width: auto
}
.p-about--is-mobile .p-about__sliderControls {
	display: none
}
.p-contact {
	margin: 0 auto 150px
}
.p-contact p {
	font-size: 14px;
	line-height: 28px
}
.p-contact .p-contact__infoDesc {
	padding: 0 28px 0 0;
	font-size: 15px;
	margin: 0
}
.p-contact .p-contact__infoDesc a {
	color: #707070
}
@media (min-width:1400px) {
	.p-contact {
		margin: 0 auto 150px
	}
}
.p-contact__content {
	background: #fff;
	border-radius: 25px;
	padding: 42px 50px 85px
}
@media (min-width:1180px) {
	.p-contact__content {
		padding: 70px 18.5% 85px
	}
}
.p-contact__topImage {
	margin: 0 auto 80px
}
.p-contact__sectionTitle, .p-content__faqTitle {
	text-align: center;
	border-bottom: 1px solid #eee;
	margin: 43px 0 15px;
	padding-bottom: 19px;
	font-size: 18px
}
.p-content__faqTitle {
	font-size: 16px
}
.p-content__formDesc {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center
}
.p-content__form {
	margin-bottom: 75px
}
.p-content__form .form-items {
	display: flex
}
.p-content__form .c-inputBox__textareaInput {
	height: 200px!important
}
.p-content__form .c-inputBox__label {
	padding: 0 12px
}
.p-content__form .c-inputBox, .p-content__form .c-selectBox {
	margin-bottom: 11px
}
.p-contact__submit {
	margin: 27px auto;
	font-size: 14px;
	width: 210px
}
.p-contact__info {
	display: flex;
	margin: 40px -7px 60px
}
.p-contact__infoCol {
	border: 1px solid #eee;
	border-radius: 25px;
	flex: 1;
	margin: 0 7px
}
.p-contact__infoCol:last-child .p-contact__infoItem:last-child {
	border: 0
}
.p-contact__infoItem {
	border-bottom: 1px solid #eee;
	padding: 15px 37px
}
.p-contact__infoItem:last-child {
	border: 0
}
.p-contact__infoTitle {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px
}
.p-contact__infoIcon {
	color: #be9c79;
	font-size: 24px;
	margin-left: 5px
}
.p-contact__infoDesc {
	padding: 0 28px 0 0;
	font-size: 15px;
	margin: 0
}
.p-contact__infoDesc a {
	color: #707070
}
.p-content__socialNetworks {
	margin-bottom: 55px;
	border: 1px solid #eee;
	border-radius: 25px;
	padding: 25px 40px
}
.p-content__socialNetwork {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	direction: ltr;
	justify-content: flex-start;
	flex-direction: row-reverse
}
.p-content__socialNetwork:last-child {
	margin-bottom: 0
}
.p-content__socialNetwork a {
	color: #707070
}
.p-content__socialNetworkIcon {
	color: #be9c79;
	font-size: 24px;
	margin-left: 5px
}
.p-content__faq {
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #eee;
	border-radius: 25px
}
.p-content__faq .c-accordionBox {
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee
}
.p-content__faq .c-accordionBox__text {
	font-weight: 500;
	font-size: 14px
}
.p-content__faq .c-accordionBox__header {
	height: 73px;
	padding: 0 35px
}
.p-content__faq .c-accordionBox__content {
	padding: 30px 35px 0
}
.p-contact__seeAllFaq {
	margin: 26px auto;
	width: 200px;
	font-weight: 300;
	color: #909090;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex
}
.p-contact__seeAllFaq i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-contact__seeAllFaq:hover {
	color: #505050
}
.p-contact__seeAllFaq:hover i {
	color: #505050;
	transform: translateX(-7px)
}
.p-contact__seeAllFaqIcon {
	font-size: 24px;
	color: #909090
}
.p-contactMobile {
	margin: 10px auto 0
}
.p-contactMobile p {
	font-size: 13px;
	line-height: 28px
}
.p-contactMobile .p-contact__infoDesc {
	padding: 0 28px 0 0;
	font-size: 14px;
	margin: 0
}
.p-contactMobile .p-contact__infoDesc a {
	color: #707070
}
.p-contactMobile .p-contact__content {
	padding: 42px 29px
}
.p-contactMobile .p-contact__sectionTitle, .p-contactMobile .p-content__faqTitle {
	padding-bottom: 14px;
	margin: 30px 0 20px;
	font-size: 16px
}
.p-contactMobile .p-content__faqTitle {
	font-size: 16px
}
.p-contactMobile .p-content__formDesc {
	margin-bottom: 15px;
	font-size: 13px
}
.p-contactMobile .p-content__form {
	margin-bottom: 55px
}
.p-contactMobile .p-content__form .c-inputBox__textareaInput {
	height: 132px!important
}
.p-contactMobile .p-content__form .c-inputBox, .p-contactMobile .p-content__form .c-selectBox {
	margin-bottom: 20px
}
.p-contactMobile .p-content__form .c-inputBox__label {
	padding: 0 8px
}
.p-contactMobile .p-content__form .form-items {
	display: block
}
.p-contactMobile .p-contact__submit {
	margin: 41px auto;
	font-size: 16px
}
.p-contactMobile .p-contact__info {
	margin: -15px 0 40px;
	display: block
}
.p-contactMobile .p-contact__infoCol {
	border: 0;
	border-radius: 0;
	margin: 0
}
.p-contactMobile .p-contact__infoItem {
	padding: 5px 0 15px
}
.p-contactMobile .p-content__socialNetworks {
	border: 0;
	border-radius: 0;
	padding: 0
}
.p-contactMobile .p-content__faq {
	margin-top: -16px;
	border: 0;
	border-radius: 0
}
.p-contactMobile .p-content__faq .c-accordionBox__header {
	height: 67px;
	padding: 0
}
.p-contactMobile .p-content__faq .c-accordionBox__content {
	padding: 30px 0 0
}
.p-contactMobile .p-contact__seeAllFaq {
	margin: 30px 0;
	width: 100%
}
.p-brandsList {
	background: #fff;
	border-radius: 25px;
	padding: 45px 30px 15px;
	margin: 0 auto 150px
}
.p-brandsListContainer {
	max-width: 812px;
	margin: 0 auto
}
.p-brandsList__pageTitle {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-align: center
}
.p-brandsList__popularBrandsTitle {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 17px;
	display: block
}
.p-brandsList__popularBrandsList {
	display: flex;
	margin: 0 -5px
}
.p-brandsList__popularBrand {
	width: 50%;
	flex: 0 1 50%;
	padding: 0 5px
}
.p-brandsList__popularBrand img {
	border-radius: 25px;
	width: 100%
}
.p-brandsList__popularBrand:last-child {
	display: block
}
.p-brandList__topbar {
	margin: 25px -5px;
	display: flex;
	flex-direction: row-reverse
}
.p-brandsList__alphabetType, .p-brandsList__searchBoxWrapper {
	width: 50%;
	flex: 0 1 50%;
	padding: 0 5px
}
.p-brandsList__searchBox {
	width: 100%;
	display: flex;
	height: 35px;
	border: 1px solid #cbcbcb;
	border-radius: 17px;
	margin-bottom: 0
}
.p-brandsList__searchBoxInput {
	border: 0!important;
	flex: 1;
	height: 33px!important;
	padding: 0 18px;
	font-size: 14px;
	border-radius: 17px!important;
	font-size: 13px;
	font-weight: 300;
	color: #707070
}
.p-brandsList__searchBoxInput:-webkit-input-placeholder {
	color: #909090
}
.p-brandsList__searchBoxInput:-ms-input-placeholder {
	color: #909090
}
.p-brandsList__searchBoxInput:-moz-placeholder {
	color: #909090
}
.p-brandsList__searchBoxSubmit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	font-size: 20px;
	width: 45px;
	color: #707070;
	text-align: center;
	background: none;
	border: 0;
	cursor: pointer
}
.p-brandsList__searchBoxRemove {
	display: none;
	color: #cbcbcb;
	font-size: 20px
}
.p-brandsList__searchBoxRemove:hover {
	color: #989898
}
.p-brandsList__searchBoxRemove:after {
	display: block;
	content: "";
	height: 20px;
	margin-right: 10px;
	width: 1px;
	background-color: #e0e0e0;
	float: left
}
.p-brandsList__alphabetType {
	display: flex;
	align-items: center
}
.p-brandsList__alphabetTypeLabel {
	font-size: 13px;
	margin-left: 7px;
	white-space: nowrap
}
.p-brandsList__alphabetTypeFilter {
	height: 30px;
	width: 100px;
	display: flex;
	font-size: 13px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #707070;
	border: 1px solid transparent;
	border-radius: 25px;
	white-space: nowrap
}
.p-brandsList__alphabetTypeFilter:hover {
	color: #be9c79
}
.p-brandsList__alphabetTypeFilter.is-selected {
	color: #be9c79;
	border-color: #be9c79
}
@media (min-width:1400px) {
	.p-brandsList__alphabetTypeFilter {
		padding: 2px 10px;
		margin: 0 5px
	}
}
.p-brandsList__alphabetSection {
	display: none
}
.p-brandsList__alphabetSection.is-active {
	display: block
}
.p-brandsList__alphabetList {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	margin: 35px 0 25px;
	overflow: hidden
}
.p-brandsList__alphabetLabel {
	white-space: nowrap;
	margin-left: 20px
}
.p-brandsList__alphabet {
	display: flex;
	padding: 0;
	width: auto;
	margin: 0 -2px;
	font-size: 13px;
	flex-wrap: wrap;
	overflow: hidden
}
.p-brandsList__alphabet a {
	height: 22px;
	width: 22px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: #707070;
	transition: color .3 ease-in-out, background-color .3 ease-in-out
}
.p-brandsList__alphabet a.is-selected {
	background-color: #be9c79;
	color: #fff
}
.p-brandsList__itemTitle {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 0 8px
}
.p-brandsList__itemTitle h2 {
	margin: 0 -30px 0 0;
	font-size: 16px;
	width: 59px;
	height: 40px;
	border-radius: 45px 0 0 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #be9c79;
	border: 1px solid #be9c79;
	border-right: 0;
	padding-right: 8px
}
@media (min-width:768px) {
	.p-brandsList__itemTitle {
		border-bottom: 1px solid #eee;
		margin: 0 0 15px
	}
	.p-brandsList__itemTitle h2 {
		margin: 0;
		width: 50px;
		padding-right: 0;
		border-radius: 45px;
		border: 1px solid #be9c79
	}
}
.p-brandsList__item {
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}
.p-brandsList__item:last-child {
	border-bottom: 0
}
@media (min-width:768px) {
	.p-brandsList__item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0
	}
}
.p-brandsList__barnds {
	display: flex;
	flex-wrap: wrap
}
.p-brandsList__barnds a {
	width: 50%;
	flex: 0 1 50%;
	margin-bottom: 7px;
	font-size: 14px;
	color: #909090
}
@media (min-width:768px) {
	.p-brandsList__barnds {
		border-bottom: 0;
		margin-bottom: 46px
	}
	.p-brandsList__barnds a {
		width: 16.66%;
		flex: 0 1 16.66%;
		margin-bottom: 5px;
		font-size: 12px
	}
}
.p-brandsList__alphabetSection--is-english .p-brandsList__alphabetList {
	direction: ltr;
	flex-direction: row-reverse
}
.p-brandsList__alphabetSection--is-english .p-brandsList__alphabet a {
	margin: 0 3px 0 2px
}
.p-brandsList__alphabetSection--is-english .p-brandsList__itemTitle h2 {
	margin: 0 0 0 -30px;
	border-radius: 0 45px 45px 0;
	border: 1px solid #be9c79;
	border-left: 0;
	padding-right: 0;
	padding-left: 8px
}
@media (min-width:768px) {
	.p-brandsList__alphabetSection--is-english .p-brandsList__itemTitle h2 {
		margin: 0;
		width: 50px;
		padding-left: 0;
		border-radius: 45px;
		border: 1px solid #be9c79
	}
}
.p-brandsList__alphabetSection--is-english .p-brandsList__item {
	direction: ltr
}
.p-brandsList--is-mobile {
	background: #fff;
	border-radius: 25px;
	padding: 45px 30px 15px;
	margin: 10px auto 0
}
.p-brandsList--is-mobile .p-brandsList__pageTitle {
	font-size: 16px;
	margin: 0 0 13px
}
.p-brandsList--is-mobile .p-brandsList__popularBrandsTitle {
	display: none
}
.p-brandsList--is-mobile .p-brandsList__popularBrandsList {
	display: block;
	margin: 0
}
.p-brandsList--is-mobile .p-brandsList__popularBrand {
	width: 100%;
	flex: 1;
	padding: 0
}
.p-brandsList--is-mobile .p-brandsList__popularBrand img {
	border-radius: 20px
}
.p-brandsList--is-mobile .p-brandsList__popularBrand:last-child {
	display: none
}
.p-brandsList--is-mobile .p-brandList__topbar {
	margin: 15px 0;
	display: block
}
.p-brandsList--is-mobile .p-brandsList__alphabetType {
	width: 100%;
	flex: 1;
	padding: 0
}
@media (max-width:320px) {
	.p-brandsList--is-mobile .p-brandsList__alphabetType {
		width: auto;
		margin: 0 -20px
	}
}
.p-brandsList--is-mobile .p-brandsList__searchBoxWrapper {
	width: 100%;
	flex: 1;
	padding: 0
}
.p-brandsList--is-mobile .p-brandsList__searchBox {
	margin-bottom: 25px
}
.p-brandsList--is-mobile .p-brandsList__searchBoxInput {
	font-size: 12px
}
.p-brandsList--is-mobile .p-brandsList__searchBoxSubmit {
	width: 40px;
	font-size: 15px
}
.p-brandsList--is-mobile .p-brandsList__alphabetList {
	margin: 35px 0 10px;
	overflow-x: auto;
	display: block
}
.p-brandsList--is-mobile .p-brandsList__alphabetLabel {
	display: none
}
.p-brandsList--is-mobile .p-brandsList__alphabet {
	padding: 0 0 10px;
	width: 960px;
	margin: 0 -12px;
	font-size: 16px;
	flex-wrap: nowrap;
	overflow: visible
}
.p-brandsList--is-mobile .p-brandsList__alphabet a {
	height: 24px;
	width: 30px
}
@media (min-width:768px) {
	.p-brandsList--is-mobile .p-brandsList__barnds {
		margin-bottom: 30px
	}
	.p-brandsList--is-mobile .p-brandsList__barnds a {
		width: 50%;
		flex: 0 1 50%;
		margin-bottom: 7px;
		font-size: 14px
	}
}
.p-brandsList--is-mobile .p-brandsList__alphabetSection--is-english .p-brandsList__alphabet {
	width: 910px
}
.p-discounts__pageTitle {
	background-color: #d60644;
	height: 148px;
	border-radius: 20px 20px 0 0
}
.p-discounts__pageTitle h2 {
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 27px 0;
	font-weight: 700;
	text-shadow: 0 1px #fff
}
@media (min-width:992px) {
	.p-discounts__pageTitle {
		height: 230px;
		border-radius: 25px 25px 0 0
	}
	.p-discounts__pageTitle h2 {
		font-size: 25px;
		padding: 35px 0
	}
}
.p-discounts__offrooz {
	margin-top: -81px
}
@media (min-width:992px) {
	.p-discounts__offrooz {
		margin-top: -130px
	}
}
.p-discounts__categories {
	margin: 0 0 20px
}
@media (min-width:992px) {
	.p-discounts__categories {
		margin: 20px 0;
		background-color: #fff;
		border-radius: 25px
	}
}
.p-discounts__categoriesTitle {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-discounts__categoriesTitle {
		height: 102px;
		padding: 0;
		margin: 0 0 30px;
		font-weight: 500;
		font-size: 13px
	}
}
@media (min-width:1180px) {
	.p-discounts__categoriesTitle {
		margin: 0 0 32px;
		font-size: 14px
	}
}
@media (min-width:1400px) {
	.p-discounts__categoriesTitle {
		margin: 0 0 35px;
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-discounts__categoriesTitle {
		margin: 0 0 38px;
		font-size: 16px
	}
}
.p-discounts__categoriesWrapper {
	background-color: #fff;
	padding: 5px 0 25px;
	border-radius: 20px
}
@media (min-width:992px) {
	.p-discounts__categoriesWrapper {
		background: none;
		padding: 0;
		border-radius: 0
	}
}
.p-discounts__categoriesList {
	flex-wrap: wrap;
	margin: 0 auto
}
@media (min-width:992px) {
	.p-discounts__categoriesList {
		max-width: 900px
	}
}
@media (min-width:1400px) {
	.p-discounts__categoriesList {
		max-width: 1050px
	}
}
@media (min-width:1680px) {
	.p-discounts__categoriesList {
		max-width: 1200px
	}
}
.p-discounts__category {
	width: 33.3333%;
	color: #707070;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px 0 0
}
.p-discounts__category:hover {
	color: #9e9e9e
}
@media (min-width:992px) {
	.p-discounts__category {
		margin: 0 20px 20px;
		width: auto
	}
}
@media (min-width:1400px) {
	.p-discounts__category {
		margin: 0 30px 30px
	}
}
@media (min-width:1680px) {
	.p-discounts__category {
		margin: 0 40px 40px
	}
}
.p-discounts__categoryIcon {
	font-size: 32px;
	width: 67px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	margin-bottom: 5px
}
.p-discounts__categoryIcon.icon-electric {
	color: #0838c0;
	border-color: #0838c0
}
.p-discounts__categoryIcon.icon-lip-makeup {
	color: #f5196a;
	border-color: #f5196a
}
.p-discounts__categoryIcon.icon-hair {
	color: #f8b80e;
	border-color: #f8b80e
}
.p-discounts__categoryIcon.icon-health {
	color: #4bdea1;
	border-color: #4bdea1
}
.p-discounts__categoryIcon.icon-perfume {
	color: #f5420e;
	border-color: #f5420e
}
.p-discounts__categoryIcon.icon-sexual-heath {
	color: #f364ce;
	border-color: #f364ce
}
@media (min-width:992px) {
	.p-discounts__categoryIcon {
		margin-bottom: 15px;
		width: 85px;
		height: 50px;
		font-size: 40px
	}
}
@media (min-width:1180px) {
	.p-discounts__categoryIcon {
		margin-bottom: 12px;
		width: 90px;
		height: 53px;
		font-size: 42px
	}
}
@media (min-width:1400px) {
	.p-discounts__categoryIcon {
		margin-bottom: 15px;
		width: 95px;
		height: 56px;
		font-size: 43px
	}
}
@media (min-width:1680px) {
	.p-discounts__categoryIcon {
		width: 100px;
		height: 59px;
		font-size: 44px
	}
}
.p-discounts__seeAllCategories {
	font-weight: 300;
	color: #909090;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 27px auto 0;
	display: none;
	font-size: 12px
}
.p-discounts__seeAllCategories i {
	font-size: 24px;
	color: #909090;
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-discounts__seeAllCategories:hover {
	color: #505050
}
.p-discounts__seeAllCategories:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-discounts__seeAllCategories {
		margin: 0 auto;
		padding-bottom: 40px;
		font-size: 14px
	}
}
.p-discounts__plTitle {
	font-size: 14px;
	text-align: center
}
@media (min-width:992px) {
	.p-discounts__plTitle {
		padding: 10px 0;
		font-size: 20px
	}
}
.p-discounts__pl .side-2 {
	display: none
}
.p-discounts__pl .center-2, .p-discounts__pl .p-productsList__content .c-productCard {
	flex: 0 1 100%;
	width: 100%
}
@media (min-width:768px) {
	.p-discounts__pl .p-productsList__content .c-productCard {
		flex: 0 1 calc(50% - 10px);
		width: calc(50% - 10px)
	}
}
@media (min-width:992px) {
	.p-discounts__pl .p-productsList__content .c-productCard {
		flex: 0 1 calc(33.3333% - 10px);
		width: calc(33.3333% - 10px)
	}
}
@media (min-width:1180px) {
	.p-discounts__pl .p-productsList__content .c-productCard {
		flex: 0 1 calc(20% - 10px);
		width: calc(20% - 10px)
	}
}
.p-discounts__pl.whit-side .side-2 {
	display: block
}
@media (min-width:992px) {
	.p-discounts__pl.whit-side .center-2 {
		flex: 0 1 70%;
		width: 70%;
		padding-right: 10px
	}
}
@media (min-width:1180px) {
	.p-discounts__pl.whit-side .center-2 {
		flex: 0 1 80%;
		width: 80%
	}
}
.p-discounts__pl.whit-side .p-productsList__content .c-productCard {
	flex: 0 1 100%;
	width: 100%
}
@media (min-width:768px) {
	.p-discounts__pl.whit-side .p-productsList__content .c-productCard {
		flex: 0 1 calc(50% - 10px);
		width: calc(50% - 10px)
	}
}
@media (min-width:992px) {
	.p-discounts__pl.whit-side .p-productsList__content .c-productCard {
		flex: 0 1 calc(33.3333% - 10px);
		width: calc(33.3333% - 10px)
	}
}
@media (min-width:1180px) {
	.p-discounts__pl.whit-side .p-productsList__content .c-productCard {
		flex: 0 1 calc(25% - 10px);
		width: calc(25% - 10px)
	}
}
@media (min-width:992px) {
	.p-discounts__pl.whit-side .p-discounts__filterToggle {
		width: 100%;
		border-left: 0;
		margin-left: 0;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #eee
	}
}
@media (min-width:1180px) {
	.p-discounts__pl.whit-side .p-discounts__filterToggle {
		width: auto;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 25px;
		border-left: 1px solid #eee
	}
}
.p-discounts__filterToggle {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 10px 0 24px;
	justify-content: space-between
}
@media (min-width:992px) {
	.p-discounts__filterToggle {
		justify-content: flex-start;
		border-left: 1px solid #eee;
		margin-left: 25px
	}
}
.p-discounts__filterToggleText {
	margin-right: 10px;
	font-size: 13px;
	font-weight: 700
}
@media (min-width:992px) {
	.p-discounts__filterToggleText {
		font-size: 16px
	}
}
.c-wallet-body {
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.c-wallet-body .holder-icon {
	color: #e0e0e0;
	font-size: 124px;
	margin: 64px 0 24px
}
.c-wallet-body .holder-text {
	margin-bottom: 120px
}
.m-wallet-request-refund.swal2-container:not(.m-delete) .swal2-popup.swal2-popup {
	height: 447px
}
.p-404 {
	background: #fff;
	border-radius: 25px;
	padding: 0 40px;
	margin: 10px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 450px
}
@media (min-width:992px) {
	.p-404 {
		margin: 0 auto;
		height: 715px
	}
}
.p-404__text {
	font-size: 20px;
	font-weight: 700;
	margin: 65px 0 50px
}
.p-404__goHome {
	width: 210px;
	font-size: 16px
}
.p-commentForm_content {
	padding: 70px 25px 40px
}
@media (min-width:1400px) {
	.p-commentForm_content {
		padding: 70px
	}
}
@media (min-width:1680px) {
	.p-commentForm_content {
		padding: 70px 100px 100px
	}
}
.p-commentForm_content--is-mobile {
	padding: 0 25px 40px
}
.p-commentForm__title {
	font-size: 14px;
	padding: 20px 0 0;
	margin: 0;
	font-weight: 500
}
@media (min-width:992px) {
	.p-commentForm__title {
		font-weight: 700
	}
}
.p-commentForm__top {
	display: flex;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
	align-items: flex-end
}
@media (min-width:1400px) {
	.p-commentForm__top {
		padding-bottom: 10px;
		margin-bottom: 15px
	}
}
@media (min-width:1680px) {
	.p-commentForm__top {
		padding-bottom: 14px;
		margin-bottom: 20px
	}
}
.p-commentForm__pName {
	font-size: 15px
}
@media (min-width:1180px) {
	.p-commentForm__pName {
		font-size: 16px
	}
}
@media (min-width:1400px) {
	.p-commentForm__pName {
		font-size: 18px
	}
}
@media (min-width:1680px) {
	.p-commentForm__pName {
		font-size: 20px
	}
}
.p-commentForm__mainImage {
	max-width: 70px;
	margin-left: 40px
}
@media (min-width:1180px) {
	.p-commentForm__mainImage {
		max-width: 80px
	}
}
@media (min-width:1400px) {
	.p-commentForm__mainImage {
		max-width: 100px;
		margin-left: 30px
	}
}
@media (min-width:1680px) {
	.p-commentForm__mainImage {
		max-width: 120px
	}
}
.p-commentForm__review {
	display: flex;
	margin-bottom: 25px
}
@media (min-width:1180px) {
	.p-commentForm__review {
		margin-bottom: 32px
	}
}
.p-commentForm__stars {
	display: flex;
	margin-left: 5px
}
.p-commentForm__star {
	font-size: 13px;
	margin: 0 2px;
	color: #be9c79
}
@media (min-width:1400px) {
	.p-commentForm__star {
		font-size: 15px
	}
}
@media (min-width:1680px) {
	.p-commentForm__star {
		font-size: 17px
	}
}
.p-commentForm__votingCount {
	font-size: 8px;
	color: #909090;
	margin-right: 20px
}
@media (min-width:1400px) {
	.p-commentForm__votingCount {
		font-size: 9px
	}
}
@media (min-width:1680px) {
	.p-commentForm__votingCount {
		font-size: 10px
	}
}
.p-commentForm__commentCount {
	color: #be9c79;
	font-size: 10px;
	margin-right: 20px
}
@media (min-width:1400px) {
	.p-commentForm__commentCount {
		font-size: 11px
	}
}
@media (min-width:1680px) {
	.p-commentForm__commentCount {
		font-size: 12px
	}
}
.p-commentForm__userRatingItem {
	margin: 16px 0
}
@media (min-width:1180px) {
	.p-commentForm__userRatingItem {
		margin: 18px 0
	}
}
@media (min-width:1400px) {
	.p-commentForm__userRatingItem {
		margin: 23px 0
	}
}
@media (min-width:1680px) {
	.p-commentForm__userRatingItem {
		margin: 28px 0
	}
}
.p-commentForm__userRatingLabel {
	margin-bottom: 5px;
	font-size: 12px
}
@media (min-width:1400px) {
	.p-commentForm__userRatingLabel {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-commentForm__userRatingLabel {
		margin-bottom: 8px;
		font-size: 14px
	}
}
.p-commentForm__userRatingValue {
	position: relative;
	height: 5px;
	background-color: #eee;
	width: 252px
}
.p-commentForm__userRatingValue:after, .p-commentForm__userRatingValue:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 2
}
.p-commentForm__userRatingValue:before {
	left: 20%
}
.p-commentForm__userRatingValue:after {
	left: 40%
}
@media (min-width:1180px) {
	.p-commentForm__userRatingValue {
		width: 272px
	}
}
@media (min-width:1400px) {
	.p-commentForm__userRatingValue {
		width: 292px
	}
}
@media (min-width:1680px) {
	.p-commentForm__userRatingValue {
		width: 312px
	}
}
.p-commentForm__userRatingBg {
	position: absolute;
	height: 5px;
	background-color: #eee;
	top: 0;
	right: 0;
	width: 100%
}
.p-commentForm__userRatingBg:after, .p-commentForm__userRatingBg:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 2px;
	background-color: #fff;
	z-index: 3
}
.p-commentForm__userRatingBg:before {
	right: 20%
}
.p-commentForm__userRatingBg:after {
	right: 40%
}
.p-commentForm__userRatingPercent {
	position: absolute;
	height: 5px;
	background-color: #be9c79;
	top: 0;
	right: 0
}
.p-commentForm__formLabel {
	margin: 24px 0 5px;
	display: block;
	font-size: 12px
}
@media (min-width:1400px) {
	.p-commentForm__formLabel {
		font-size: 13px
	}
}
@media (min-width:1680px) {
	.p-commentForm__formLabel {
		margin: 24px 0 10px;
		font-size: 14px
	}
}
.p-commentForm__formInput {
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	min-height: 132px;
	padding: 8px;
	resize: none;
	border-radius: 25px;
	margin-bottom: 5px;
	height: auto;
	color: #909090;
	font-size: 12px;
	-ms-overflow-style: none
}
.p-commentForm__formInput.error {
	border: 1px solid #d60644
}
.p-commentForm__formInput ::-webkit-scrollbar {
	display: none
}
.p-commentForm__formInput::-webkit-input-placeholder {
	color: #909090
}
.p-commentForm__formInput::-ms-input-placeholder {
	color: #909090
}
.p-commentForm__formInput::-moz-placeholder {
	color: #909090
}
@media (min-width:1180px) {
	.p-commentForm__formInput {
		min-height: 152px
	}
}
@media (min-width:1400px) {
	.p-commentForm__formInput {
		min-height: 172px;
		padding: 10px;
		font-size: 14px
	}
}
@media (min-width:1680px) {
	.p-commentForm__formInput {
		min-height: 192px;
		padding: 30px 27px;
		margin-bottom: 10px
	}
}
.p-commentForm__formDesc {
	color: #909090;
	font-size: 12px;
	font-weight: 300
}
.p-commentForm__submit {
	width: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #be9c79;
	padding: 0;
	border: 0;
	border-radius: 30px;
	margin: 20px auto 10px;
	cursor: pointer
}
@media (min-width:992px) {
	.p-commentForm__submit {
		border: 1px solid #be9c79
	}
}
@media (min-width:1400px) {
	.p-commentForm__submit {
		margin: 25px auto 15px
	}
}
@media (min-width:1680px) {
	.p-commentForm__submit {
		width: 210px;
		margin: 30px auto 20px
	}
}
.p-commentForm__actions {
	padding: 20px 0 10px;
	margin: 0 -10px
}
@media (min-width:992px) {
	.p-commentForm__actions {
		margin: 0
	}
}
@media (min-width:1400px) {
	.p-commentForm__actions {
		padding: 25px 0 15px
	}
}
@media (min-width:1680px) {
	.p-commentForm__actions {
		padding: 30px 0 20px
	}
}
.p-commentForm__actionBtn {
	margin: 0 5px;
	padding: 0 10px
}
@media (min-width:992px) {
	.p-commentForm__actionBtn {
		width: 210px;
		margin: 0 15px
	}
}
.p-commentForm__descriptionBox {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 12px
}
@media (min-width:1180px) {
	.p-commentForm__descriptionBox {
		margin-top: 25px;
		padding-top: 15px
	}
}
@media (min-width:1400px) {
	.p-commentForm__descriptionBox {
		margin-top: 30px;
		padding-top: 20px
	}
}
@media (min-width:1680px) {
	.p-commentForm__descriptionBox {
		margin-top: 40px;
		padding-top: 30px
	}
}
.p-commentForm__descriptionBoxTitle {
	font-weight: 700;
	color: #909090;
	font-size: 13px
}
@media (min-width:1680px) {
	.p-commentForm__descriptionBoxTitle {
		font-size: 14px
	}
}
.p-commentForm__description {
	font-weight: 300;
	color: #909090;
	font-size: 12px
}
.validation-error-message {
	color: #d60644;
	max-width: 80%
}
.p-commentForm_info {
	flex: 0 1 55%
}
.p-commentForm__productImage {
	flex: 0 1 45%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px
}
.p-recentlyViewedProducts__sampleCardHeader {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.p-recentlyViewedProducts__title {
	font-size: 16px;
	padding: 0;
	margin: 0
}
.p-recentlyViewedProducts__content {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px
}
.p-recentlyViewedProducts__content .c-productCard {
	flex: 0 1 calc(33.3333% - 10px);
	width: calc(33.3333% - 10px)
}
@media (min-width:1180px) {
	.p-recentlyViewedProducts__content .c-productCard {
		flex: 0 1 calc(25% - 10px);
		width: calc(25% - 10px)
	}
}
@media (min-width:1400px) {
	.p-recentlyViewedProducts__content .c-productCard {
		flex: 0 1 calc(20% - 10px);
		width: calc(20% - 10px)
	}
}
.p-recentlyViewedProducts--is-mobile .p-recentlyViewedProducts__title {
	font-size: 15px;
	padding: 0 10px;
	margin: 10px 0 5px
}
.p-recentlyViewedProducts--is-mobile .p-recentlyViewedProducts__content {
	padding: 0
}
.p-recentlyViewedProducts--is-mobile .p-recentlyViewedProducts__content .c-productCard {
	flex: 0 1 calc(50% - 10px);
	width: calc(50% - 10px)
}
.topic-page {
	background: #fff;
	border-radius: 25px;
	padding: 10px 29px;
	margin-top: 10px
}
@media (min-width:992px) {
	.topic-page {
		padding: 15px 50px 85px;
		margin-top: 0
	}
}
@media (min-width:1180px) {
	.topic-page {
		padding: 15px 70px 60px
	}
}
.topic-page .page-title h1 {
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
	margin: 30px 0 20px
}
@media (min-width:992px) {
	.topic-page .page-title h1 {
		margin: 43px 0 30px;
		padding-bottom: 19px;
		font-size: 20px;
		font-weight: 700
	}
}
.p-faq {
	margin: 10px auto 0;
	background: #fff;
	border-radius: 25px;
	padding: 0
}
.p-faq p {
	font-size: 12px;
	line-height: 28px
}
@media (min-width:992px) {
	.p-faq {
		padding: 0 50px 85px
	}
}
@media (min-width:1180px) {
	.p-faq {
		padding: 0 18.5% 85px
	}
}
.p-faq__sectionTitle {
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
	margin: 30px 0 20px
}
@media (min-width:992px) {
	.p-faq__sectionTitle {
		margin: 43px 0 15px;
		padding-bottom: 19px;
		font-size: 18px
	}
}
.p-faq__menu {
	display: flex;
	align-items: center;
	padding-top: 12px;
	margin: 0 -10px;
	flex-wrap: wrap
}
@media (min-width:992px) {
	.p-faq__menu {
		padding-top: 60px;
		flex-wrap: nowrap;
		margin: 0 -20px 70px
	}
}
.p-faq__menuItem {
	padding: 0 9%;
	flex: 0 1 50%;
	width: 50%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 30px;
	white-space: nowrap
}
.p-faq__menuItem:hover .p-faq__menuItemIcon {
	border-color: #be9c79
}
@media (min-width:992px) {
	.p-faq__menuItem {
		flex-wrap: nowrap;
		flex: 0 1 25%;
		width: 25%;
		padding: 0 2.4%;
		margin-bottom: 0
	}
}
.p-faq__menuItemIcon {
	border: 1px solid #be9c79;
	border-radius: 64px;
	margin-bottom: 10px;
	width: 100px;
	height: 70px;
	display: flex;
	align-items: center;
	transition: border-color .2s linear
}
.p-faq__menuItemIcon img {
	margin: 0 auto;
	width: 42px
}
@media (min-width:992px) {
	.p-faq__menuItemIcon {
		padding: 14% 1%;
		width: 100%;
		height: auto;
		border: 1px solid #eee
	}
	.p-faq__menuItemIcon img {
		width: auto
	}
}
.p-faq__contactLink {
	width: 210px;
	margin: 20px auto 41px;
	font-size: 16px
}
@media (min-width:992px) {
	.p-faq__contactLink {
		margin: 13px auto;
		font-size: 14px
	}
}
.p-faq__questions {
	overflow: hidden;
	margin: -16px 0 55px
}
.p-faq__questions .c-accordionBox {
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px
}
.p-faq__questions .c-accordionBox.is-open .c-accordionBox__collapseIcon:before {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e916"
}
@media (min-width:992px) {
	.p-faq__questions .c-accordionBox {
		padding-bottom: 0
	}
}
.p-faq__questions .c-accordionBox__text {
	font-weight: 500;
	font-size: 13px;
	width: 90%;
	flex: 0 1 90%
}
@media (min-width:992px) {
	.p-faq__questions .c-accordionBox__text {
		margin: 13px 0;
		font-size: 14px
	}
}
.p-faq__questions .c-accordionBox__header {
	height: 67px;
	padding: 0;
	white-space: pre-line
}
.p-faq__questions .c-accordionBox__collapseIcon {
	font-size: 20px;
	width: 7%;
	flex: 0 1 7%;
	justify-content: flex-end
}
.p-faq__questions .c-accordionBox__collapseIcon:before {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e917"
}
.p-faq__questions .c-accordionBox__content {
	border-top: 0;
	padding: 0;
	margin-top: -5px;
	margin-bottom: 15px
}
@media (min-width:992px) {
	.p-faq__questions {
		margin: 35px 0 80px;
		border: 1px solid #eee;
		border-radius: 25px
	}
	.p-faq__questions .c-accordionBox:last-child {
		border-bottom: 0
	}
	.p-faq__questions .c-accordionBox__header {
		height: 73px;
		padding: 0 35px
	}
	.p-faq__questions .c-accordionBox__content {
		padding: 0 35px;
		margin-top: -15px;
		margin-bottom: 10px
	}
}
.p-faq__questions--is-top {
	margin: 0 0 80px
}
@media (min-width:992px) {
	.p-faq__questions--is-top {
		margin: 35px 0 105px
	}
}
.p-faq__detailLink {
	font-weight: 300;
	color: #be9c79;
	cursor: pointer;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	font-size: 12px;
	margin-top: -5px;
	padding-left: 13px
}
.p-faq__detailLink i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-faq__detailLink:hover {
	color: #6ad8e9
}
.p-faq__detailLink:hover i {
	color: #6ad8e9;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-faq__detailLink {
		width: 158px;
		margin: 30px 0;
		justify-content: center;
		padding-left: 0
	}
}
.p-faq__detailLinkIcon {
	font-size: 24px
}
.p-faq__contact {
	text-align: center;
	padding-top: 10px
}
@media (min-width:992px) {
	.p-faq__contact {
		padding-top: 20px
	}
}
.p-faq__contactIcon {
	color: #be9c79;
	font-size: 32px;
	margin-bottom: 10px
}
@media (min-width:992px) {
	.p-faq__contactIcon {
		font-size: 28px
	}
}
.p-faq__contactInfo {
	margin: 0
}
.p-faq__contactInfo span {
	font-size: 14px
}
.p-faq__categoryTitle {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 5px;
	margin: 0 0 20px
}
.p-faq__categoryTitle span {
	display: block
}
@media (min-width:992px) {
	.p-faq__categoryTitle {
		margin: 0 0 40px;
		padding-bottom: 12px;
		font-size: 18px
	}
}
.p-faq__categoryIcon {
	width: 36px;
	margin: 0 auto
}
@media (min-width:992px) {
	.p-faq__categoryIcon {
		margin: 0 auto 5px
	}
}
.p-faq__detailTitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
	margin: 0 0 20px
}
.p-faq__detailTitle img {
	margin: 0 auto;
	width: 38px
}
@media (min-width:992px) {
	.p-faq__detailTitle {
		margin: 0 0 40px;
		padding-bottom: 17px
	}
	.p-faq__detailTitle img {
		width: auto
	}
}
.p-faq__question {
	background: url(/assets/images/pages/faq/who.svg) no-repeat 100% 0;
	padding: 0 30px 0 0;
	background-size: 20px;
	font-size: 14px
}
@media (min-width:992px) {
	.p-faq__question {
		background-size: auto;
		padding: 3px 35px 0 0
	}
}
.p-faq__detail {
	margin-bottom: 45px
}
.p-faq__detail img {
	margin: 15px auto;
	border-radius: 20px
}
@media (min-width:992px) {
	.p-faq__detail {
		margin-bottom: 130px
	}
	.p-faq__detail img {
		margin: 30px auto;
		border-radius: 25px
	}
	.p-faq__detail p {
		padding: 0 35px
	}
}
.p-faq__seeAllFaq {
	font-weight: 300;
	color: #909090;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 25px 0 0;
	display: none
}
.p-faq__seeAllFaq i {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.32, .74, .57, 1)
}
.p-faq__seeAllFaq:hover {
	color: #505050
}
.p-faq__seeAllFaq:hover i {
	color: #505050;
	transform: translateX(-7px)
}
@media (min-width:992px) {
	.p-faq__seeAllFaq {
		display: none!important
	}
}
@media (max-width: 768px) {
	.mobcheck {
		display: none;
	}
	.l-auth__container {
		min-width: 100%;
	}
	.l-auth__acceptPolicy {
		margin: 20px 50px !important;
	}
}
.l-auth__slogan {
	/*background: transparent linear-gradient(180deg,#33aeac,#33aeac 6%,#005c43 81%,#005c43) 0 0 no-repeat padding-box !important;*/
	/*background: transparent linear-gradient(180deg,#f95e0bc4,#dd840c 6%,#6c541a 81%,#000000ba) 0 0 no-repeat padding-box !important;*/
	background: transparent linear-gradient(180deg, #be9c79, #be9c79 6%, #be9c79 81%, #be9c79) 0 0 no-repeat padding-box !important;
	background-color: #be9c79 !important;
}
.l-auth__slogan {
	background-color: #be9c79 !important;
	background-image: url("https://fedoula.com/image/fedoula-login.jpg") !important;
	width: 100% !important;
	background-size: 100% 100% !important;
	height: auto !important;
}