.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin-bottom: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slick-dots li {
	margin-right: 20px;
	padding-left: 0
}

.slick-dots li:last-child {
	margin-right: 0
}

.slick-dots li::after {
	display: none
}

.slick-dots li.slick-active button {
	color: #769fcd
}

.slick-dots li.slick-active button::after {
	left: 0;
	width: 100%
}

.slick-dots li button {
	position: relative;
	margin-bottom: 0;
	padding: 0 0 4px 0;
	min-width: 0;
	box-sizing: border-box;
	background-color: transparent;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #474a56;
	cursor: pointer;
	transition: all .3s
}

.slick-dots li button:hover {
	color: #769fcd
}

.slick-dots li button::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0%;
	background: #769fcd;
	transition: all .3s
}

@media (max-width: 1199px) {
	.slick-dots {
		max-width: 970px
	}
}

@media (max-width: 991px) {
	.slick-dots {
		position: static;
		max-width: 750px;
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 991px) and (max-width: 4096px) {
	.slick-dots {
		margin-top: 40px
	}
}

@media (max-width: 991px) and (max-width: 1600px) {
	.slick-dots {
		margin-top: 40px
	}
}

@media (max-width: 991px) and (max-width: 1440px) {
	.slick-dots {
		margin-top: 40px
	}
}

@media (max-width: 991px) and (max-width: 1199px) {
	.slick-dots {
		margin-top: 40px
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.slick-dots {
		margin-top: 35px
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.slick-dots {
		margin-top: 35px
	}
}

@media (max-width: 991px) and (max-width: 480px) {
	.slick-dots {
		margin-top: 30px
	}
}

.rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}

.rating li {
	padding-left: 0
}

.rating li::after {
	display: none
}

.rating li .mdi {
	font-size: 22px;
	line-height: 1em
}

.rating li .mdi-star,
.rating li .mdi-star-half {
	color: #4e6686
}

.rating li .mdi-star-outline {
	color: #ddd
}

.slider-arrow {
	padding: 1px 10px;
	background: #f7fbfc;
	color: #9d9d9d;
	cursor: pointer
}

.slider-arrow:hover {
	color: #769fcd
}

.color-picker-form {
	position: relative
}

.color-picker-form input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.color-picker-form input:checked+label span::after {
	-ms-transform: scale(1);
	transform: scale(1)
}

.color-picker-form label {
	position: relative;
	display: block;
	width: 100%;
	min-height: 20px;
	margin-bottom: 10px;
	padding-left: 55px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	cursor: pointer
}

.color-picker-form label:last-child {
	margin-bottom: 0
}

.color-picker-form label span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%
}

.color-picker-form label span::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: all .2s;
	-ms-transform: scale(0);
	transform: scale(0)
}

.color-picker-form label .pink {
	background: #f0908a
}

.color-picker-form label .blue {
	background: #c1e1e7
}

.color-picker-form label .green {
	background: #1d5a2b
}

.color-picker-form label .black {
	background: #000
}

.main-picker-form {
	position: relative
}

.main-picker-form input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.main-picker-form input:checked+label::after {
	background: #222831
}

.main-picker-form label {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 20px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	cursor: pointer
}

.main-picker-form label:last-child {
	margin-bottom: 0
}

.main-picker-form label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border: 1px solid #222831;
	border-radius: 50%
}




.product-form {
	border-bottom: 1px solid #ddd
}

@media (max-width: 4096px) {
	.product-form {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-form {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-form {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-form {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-form {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-form {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-form {
		margin-bottom: 10px
	}
}

.product-form .color-picker-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 4096px) {
	.product-form .color-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.product-form .color-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.product-form .color-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.product-form .color-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.product-form .color-picker-form {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.product-form .color-picker-form {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.product-form .color-picker-form {
		margin-bottom: 15px
	}
}

.product-form .color-picker-form p {
	margin-right: 25px;
	margin-bottom: 0;
	font-weight: 600
}

.product-form .color-picker-form label {
	width: 14px;
	height: 14px;
	min-height: 14px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 0px
}

.product-form .color-picker-form label:last-child {
	margin-right: 0
}

.product-form .color-picker-form label span {
	width: 14px;
	height: 14px
}

.product-form .color-picker-form label span::after {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff
}

.product-form .main-picker-form {
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 4096px) {
	.product-form .main-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.product-form .main-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.product-form .main-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.product-form .main-picker-form {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.product-form .main-picker-form {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.product-form .main-picker-form {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.product-form .main-picker-form {
		margin-bottom: 15px
	}
}

.product-form .main-picker-form p {
	margin-right: 25px;
	margin-bottom: 0;
	font-weight: 600
}

.product-form .main-picker-form label {
	width: auto;
	margin-bottom: 0;
	margin-right: 20px;
	font-weight: 300
}

.product-form .main-picker-form label:last-child {
	margin-right: 0
}

.product-form .main-picker-form label::after {
	border: 1px solid #9d9d9d;
	background: none;
	width: 12px;
	height: 12px;
	margin-top: -6px
}

.product-form .main-picker-form label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 6px;
	height: 6px;
	background: #9d9d9d;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}

.product-form .main-picker-form input:checked+label::after {
	background-color: transparent
}

.product-form .main-picker-form input:checked+label::before {
	opacity: 1
}

.product-form .product-form-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.product-form .product-form-control .counter-area {
	margin-right: 30px
}

@media (max-width: 4096px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-form .product-form-control .counter-area {
		margin-bottom: 10px
	}
}

.product-form .product-form-control button {
	margin-right: 30px;
	padding-top: 9px
}

@media (max-width: 4096px) {
	.product-form .product-form-control button {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-form .product-form-control button {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-form .product-form-control button {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-form .product-form-control button {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-form .product-form-control button {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-form .product-form-control button {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-form .product-form-control button {
		margin-bottom: 10px
	}
}

.product-form .product-form-control a {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	color: #9d9d9d
}

@media (max-width: 4096px) {
	.product-form .product-form-control a {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-form .product-form-control a {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-form .product-form-control a {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-form .product-form-control a {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-form .product-form-control a {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-form .product-form-control a {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-form .product-form-control a {
		margin-bottom: 10px
	}
}

.product-form .product-form-control a:hover {
	background: #769fcd;
	border-color: #769fcd;
	color: #fff
}

.product-form .product-form-control a:last-child {
	margin-right: 0
}

@media (max-width: 480px) {
	.product-form .product-form-control {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 255px
	}
	.product-form .product-form-control .counter-area {
		margin-right: 20px
	}
	.product-form .product-form-control button {
		margin-right: 0
	}
}

.counter-area {
	position: relative;
	max-width: 70px
}

.counter-area .counter-button {
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 100%;
	font-weight: 400;
	font-size: 15px;
	color: #9d9d9d;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.counter-area .counter-button:hover {
	color: #769fcd
}

.counter-area .counter-button.minus {
	left: 0
}

.counter-area .counter-button.plus {
	right: 0
}

.counter-area input {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #222
}

.reviews-form h4,
.reviews-form .h4 {
	font-weight: 400
}

@media (max-width: 4096px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.reviews-form h4,
	.reviews-form .h4 {
		margin-bottom: 10px
	}
}

.reviews-form>p {
	font-weight: 300
}

@media (max-width: 4096px) {
	.reviews-form>p {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.reviews-form>p {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.reviews-form>p {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.reviews-form>p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.reviews-form>p {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.reviews-form>p {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.reviews-form>p {
		margin-bottom: 20px
	}
}

.reviews-form .review-stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 4096px) {
	.reviews-form .review-stars {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.reviews-form .review-stars {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.reviews-form .review-stars {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.reviews-form .review-stars {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.reviews-form .review-stars {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.reviews-form .review-stars {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.reviews-form .review-stars {
		margin-bottom: 15px
	}
}

.reviews-form .review-stars p {
	margin-right: 5px;
	margin-bottom: 0 !important;
	font-weight: 400;
	text-transform: uppercase
}

.reviews-form .input-columns {
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.reviews-form .input-columns .input-columns__item {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 15px
}

.reviews-form textarea {
	height: 130px
}

@media (max-width: 480px) {
	.reviews-form .input-columns {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.review-stars-input {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.review-stars-input input {
	position: absolute;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.review-stars-input input:checked~label .mdi:last-child {
	-ms-transform: scale(1);
	transform: scale(1)
}

.review-stars-input label {
	position: relative;
	z-index: 1;
	margin: 0;
	width: 18px;
	height: 24px;
	margin-right: 2px;
	font-size: 18px;
	transition: all .3s;
	cursor: pointer
}

.review-stars-input label:hover .mdi:last-child,
.review-stars-input label:hover~label .mdi:last-child {
	-ms-transform: scale(1);
	transform: scale(1)
}

.review-stars-input label .mdi {
	position: absolute
}

.review-stars-input label .mdi:first-child {
	z-index: 3;
	color: #ddd
}

.review-stars-input label .mdi:last-child {
	z-index: 5;
	color: #769fcd;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all .2s
}

.review-stars-input #star-0,
.review-stars-input #star-1,
.review-stars-input #star-3,
.review-stars-input #star-4,
.review-stars-input #star-5 {
	width: 0;
	height: 0
}

.checkout-form {
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 4096px) {
	.checkout-form {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.checkout-form {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.checkout-form {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.checkout-form {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.checkout-form {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.checkout-form {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.checkout-form {
		padding-top: 30px
	}
}

.checkout-form .order-info {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 4096px) {
	.checkout-form .order-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.checkout-form .order-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.checkout-form .order-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.checkout-form .order-info {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.checkout-form .order-info {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.checkout-form .order-info {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.checkout-form .order-info {
		padding-bottom: 30px
	}
}

.checkout-form .user-info {
	width: 66.66%;
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 4096px) {
	.checkout-form .user-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.checkout-form .user-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.checkout-form .user-info {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.checkout-form .user-info {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.checkout-form .user-info {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.checkout-form .user-info {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.checkout-form .user-info {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.checkout-form .user-info input {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.checkout-form .user-info input {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.checkout-form .user-info input {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.checkout-form .user-info input {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.checkout-form .user-info input {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.checkout-form .user-info input {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.checkout-form .user-info input {
		margin-bottom: 15px
	}
}

.checkout-form .user-info .row-input {
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.checkout-form .user-info .row-input .input-wrap {
	width: 50%;
	padding: 0 15px
}

.checkout-form .user-info .agree {
	position: relative;
	margin-top: 10px
}

.checkout-form .user-info .agree input {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0
}

.checkout-form .user-info .agree input:checked+label::before {
	opacity: 1
}

.checkout-form .user-info .agree label {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 20px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	cursor: pointer
}

.checkout-form .user-info .agree label:last-child {
	margin-bottom: 0
}

.checkout-form .user-info .agree label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border: 1px solid #9d9d9d;
	border-radius: 50%
}

.checkout-form .user-info .agree label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9d9d9d;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}

@media (max-width: 1199px) {
	.checkout-form .order-info {
		width: 40%
	}
	.checkout-form .user-info {
		width: 60%
	}
}

@media (max-width: 991px) {
	.checkout-form .order-info {
		width: 50%
	}
	.checkout-form .user-info {
		width: 50%
	}
	.checkout-form .user-info .row-input {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.checkout-form .user-info .row-input .input-wrap {
		width: 100%
	}
}

@media (max-width: 767px) {
	.checkout-form {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.checkout-form .order-info {
		width: 100%
	}
	.checkout-form .user-info {
		width: 100%
	}
}

.video-popup {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%
}

.video-popup .inner-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 100%;
	max-width: 800px;
	height: 100%;
	max-height: 480px;
	padding-top: 25px;
	padding-bottom: 25px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-popup .inner-popup .close_popup-video {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	font-size: 22px;
	color: #fff;
	cursor: pointer
}

.video-popup .inner-popup iframe {
	width: 100%;
	height: 100%;
	border: none
}

.video-popup .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 991px) {
	.video-popup .inner-popup {
		max-width: 650px;
		max-height: 380px
	}
}

@media (max-width: 767px) {
	.video-popup .inner-popup {
		max-width: 450px;
		max-height: 300px
	}
}

@media (max-width: 480px) {
	.video-popup .inner-popup {
		max-width: 320px;
		max-height: 200px
	}
}

.newsletter-form {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #9d9d9d
}

.newsletter-form input {
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	border: none
}

.newsletter-form button {
	min-width: 0;
	padding-right: 0;
	background-color: transparent;
	color: #474a56
}

.newsletter-form button:hover {
	color: #fff
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #fff
}

.preloader .preloader-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	overflow: hidden
}

.preloader .item-1 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-1 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 100ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-1 {
	10% {
		transform: rotate(250deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(250deg) translateX(-100px)
	}
	100% {
		transform: rotate(250deg) translate(0, 0px)
	}
}

.preloader .item-1>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #E8DDB5
}

.preloader .item-2 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-2 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 200ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-2 {
	10% {
		transform: rotate(375deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(375deg) translateX(-100px)
	}
	100% {
		transform: rotate(375deg) translate(0, 0px)
	}
}

.preloader .item-2>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #E8DDB5
}

.preloader .item-3 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-3 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 300ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-3 {
	10% {
		transform: rotate(500deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(500deg) translateX(-100px)
	}
	100% {
		transform: rotate(500deg) translate(0, 0px)
	}
}

.preloader .item-3>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #E8DDB5
}

.preloader .item-4 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-4 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 400ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-4 {
	10% {
		transform: rotate(625deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(625deg) translateX(-100px)
	}
	100% {
		transform: rotate(625deg) translate(0, 0px)
	}
}

.preloader .item-4>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #B2C9AB
}

.preloader .item-5 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-5 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 500ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-5 {
	10% {
		transform: rotate(750deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(750deg) translateX(-100px)
	}
	100% {
		transform: rotate(750deg) translate(0, 0px)
	}
}

.preloader .item-5>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #B2C9AB
}

.preloader .item-6 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-6 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 600ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-6 {
	10% {
		transform: rotate(875deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(875deg) translateX(-100px)
	}
	100% {
		transform: rotate(875deg) translate(0, 0px)
	}
}

.preloader .item-6>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #B2C9AB
}

.preloader .item-7 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-7 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 700ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-7 {
	10% {
		transform: rotate(1000deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(1000deg) translateX(-100px)
	}
	100% {
		transform: rotate(1000deg) translate(0, 0px)
	}
}

.preloader .item-7>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #92B6B1
}

.preloader .item-8 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-8 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 800ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-8 {
	10% {
		transform: rotate(1125deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(1125deg) translateX(-100px)
	}
	100% {
		transform: rotate(1125deg) translate(0, 0px)
	}
}

.preloader .item-8>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #92B6B1
}

.preloader .item-9 {
	width: 100px;
	height: 100px;
	position: absolute;
	animation: right-9 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 900ms;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@keyframes right-9 {
	10% {
		transform: rotate(1250deg) translate(0, 0px)
	}
	50%,
	65% {
		transform: rotate(1250deg) translateX(-100px)
	}
	100% {
		transform: rotate(1250deg) translate(0, 0px)
	}
}

.preloader .item-9>* {
	width: 20px;
	height: 20px;
	background: #F583A1;
	border-radius: 50%;
	background-color: #92B6B1
}

.back-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #b9d7ea;
	cursor: pointer;
	transition: all .3s;
	opacity: 0;
	visibility: hidden
}

.back-top:hover {
	background: #769fcd;
	color: #fff
}

.back-top.show-btn {
	opacity: 1;
	visibility: visible
}

.back-top p {
	margin-bottom: -3px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #222831
}

@media (max-width: 480px) {
	.back-top {
		bottom: 15px;
		right: 15px;
		width: 45px;
		height: 45px
	}
	.back-top p {
		font-size: 16px
	}
}

.popup-cart {
	position: fixed;
	top: 0;
	right: 0%;
	width: 100%;
	z-index: 200;
	overflow: auto;
	max-width: 500px;
	height: 100%;
	padding: 40px 40px 0 40px;
	box-shadow: -5px 0 16px rgba(0, 0, 0, 0.02);
	background: #fff;
	cursor: default;
	transition: transform .3s;
	transition-timing-function: linear;
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.popup-cart.show-popup-cart {
	-ms-transform: translate(0%, 0);
	transform: translate(0%, 0)
}

.popup-cart .popup-cart__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px
}

.popup-cart .popup-cart__head h2,
.popup-cart .popup-cart__head .h2 {
	margin-bottom: 0
}

.popup-cart .popup-cart__head span {
	font-size: 30px;
	color: #222;
	cursor: pointer
}

.popup-cart .popup-cart__content {
	margin-bottom: 30px
}

.popup-cart .popup-cart__content .product-card-small {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd
}

.popup-cart .popup-cart__content .product-card-small:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.popup-cart .popup-cart__content .product-card-small>a {
	min-width: 125px;
	padding-right: 15px
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content {
	width: 100%
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content h5,
.popup-cart .popup-cart__content .product-card-small .product-card-small__content .h5 {
	margin-bottom: 10px;
	line-height: 1.25em
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.3em
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p:last-child {
	margin-bottom: 0
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p span {
	margin-left: 10px;
	font-weight: 300
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p .pink {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #f0908a
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__price {
	min-width: 65px;
	padding-left: 10px;
	text-align: right
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__price .price {
	margin-bottom: 15px
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__price a {
	margin-right: 5px;
	font-size: 22px;
	color: #ddd
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__price span {
	font-size: 22px
}

.popup-cart .popup-cart__content .product-card-small .product-card-small__price .delete-product {
	color: #474a56;
	cursor: pointer
}

.popup-cart .popup-cart__subtotal {
	margin-bottom: 30px
}

.popup-cart .popup-cart__subtotal p {
	margin-bottom: 0;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 26px;
	text-align: right;
	color: #222831
}

.popup-cart .popup-cart__subtotal p span {
	padding-left: 30px
}

.popup-cart .popup-cart__buttons {
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.popup-cart .popup-cart__buttons .button:nth-child(1) {
	margin-right: 30px
}

@media (max-width: 480px) {
	.popup-cart {
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 15px
	}
	.popup-cart .popup-cart__content .product-card-small {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	.popup-cart .popup-cart__content .product-card-small>a {
		margin-bottom: 15px;
		padding-right: 0;
		width: 110px
	}
	.popup-cart .popup-cart__content .product-card-small .product-card-small__content {
		margin-bottom: 15px
	}
	.popup-cart .popup-cart__content .product-card-small .product-card-small__content a {
		width: 100%
	}
	.popup-cart .popup-cart__content .product-card-small .product-card-small__content a br {
		display: none
	}
	.popup-cart .popup-cart__content .product-card-small .product-card-small__price {
		display: -ms-flexbox;
		display: flex;
		padding-left: 0;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	.popup-cart .popup-cart__content .product-card-small .product-card-small__price .price {
		margin-bottom: 0
	}
	.popup-cart .popup-cart__buttons {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 25px
	}
	.popup-cart .popup-cart__buttons .button {
		width: 100%;
		max-width: 320px
	}
	.popup-cart .popup-cart__buttons .button:nth-child(1) {
		margin-right: 0px;
		margin-bottom: 20px
	}
}

@media (max-width: 4096px) {
	.main-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.main-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.main-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.main-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.main-sidebar {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.main-sidebar {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.main-sidebar {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.main-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.main-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.main-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.main-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.main-sidebar {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.main-sidebar {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.main-sidebar {
		padding-bottom: 30px
	}
}

.main-sidebar h4,
.main-sidebar .h4 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: 600
}

.main-sidebar h4::after,
.main-sidebar .h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background: #d6e6f2
}

.main-sidebar .main-sidebar-categories,
.main-sidebar .main-sidebar-archives,
.main-sidebar .main-sidebar-latest-post {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.main-sidebar .main-sidebar-categories__list,
.main-sidebar .main-sidebar-archives__list {
	margin-bottom: 20px;
	padding-left: 0
}

.main-sidebar .main-sidebar-categories__list li,
.main-sidebar .main-sidebar-archives__list li {
	margin-bottom: 10px;
	padding-left: 0
}

.main-sidebar .main-sidebar-categories__list li::after,
.main-sidebar .main-sidebar-archives__list li::after {
	display: none
}

.main-sidebar .main-sidebar-categories__list li:last-child,
.main-sidebar .main-sidebar-archives__list li:last-child {
	margin-bottom: 0
}

.main-sidebar .main-sidebar-categories__list li a,
.main-sidebar .main-sidebar-archives__list li a {
	display: block;
	width: 100%;
	margin-bottom: 0;
	font-weight: 400;
	color: #222
}

.main-sidebar .main-sidebar-categories__list li a:hover,
.main-sidebar .main-sidebar-archives__list li a:hover {
	color: #769fcd;
	text-indent: 5px
}

.main-sidebar .main-sidebar-categories__list li a:hover span,
.main-sidebar .main-sidebar-archives__list li a:hover span {
	color: #769fcd
}

.main-sidebar .main-sidebar-archives__list li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-sidebar .main-sidebar-archives__list li a span {
	color: #9d9d9d;
	font-weight: 400
}

.main-sidebar .latest-post-list {
	margin-bottom: 20px;
	padding-left: 0
}

.main-sidebar .latest-post-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px dashed #ddd
}

.main-sidebar .latest-post-list li::after {
	display: none
}

.main-sidebar .latest-post-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.main-sidebar .main-sidebar-tags__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-right: -7px;
	margin-left: -7px
}

.main-sidebar .main-sidebar-tags__list li {
	width: 50%;
	padding-right: 7px;
	padding-left: 7px
}

.main-sidebar .main-sidebar-tags__list li::after {
	display: none
}

.main-sidebar .main-sidebar-tags__list li a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #474a56
}

.main-sidebar .main-sidebar-tags__list li a:hover {
	background: #769fcd;
	color: #fff
}

.latest-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.latest-post>a {
	min-width: 98px;
	padding-right: 15px;
	margin-bottom: 0
}

.latest-post .latest-post__desc {
	width: 100%
}

.latest-post .latest-post__desc h5,
.latest-post .latest-post__desc .h5 {
	margin-bottom: 10px;
	line-height: 1.2em
}

.latest-post .latest-post__desc time {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #9d9d9d
}

.page-name {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 400px;
	padding: 80px 0;
	background: url("../img/page-name.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.page-name::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6)
}

.page-name .container {
	position: relative;
	z-index: 2
}

.page-name h1,
.page-name .h1 {
	margin-bottom: 5px;
	text-align: center;
	font-weight: 300
}

@media (max-width: 767px) {
	.page-name {
		min-height: 300px;
		padding: 50px 0;
		background: url("../img/page-name-mobile.jpg") no-repeat
	}
}

@media (max-width: 480px) {
	.page-name {
		min-height: 200px
	}
}

footer {
	background: #f7fbfc
}

@media (max-width: 4096px) {
	footer {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	footer {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	footer {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	footer {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	footer {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	footer {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	footer {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	footer>.container {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	footer>.container {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	footer>.container {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	footer>.container {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	footer>.container {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	footer>.container {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	footer>.container {
		padding-top: 30px
	}
}

footer .footer-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 4096px) {
	footer .footer-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	footer .footer-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	footer .footer-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	footer .footer-block {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	footer .footer-block {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	footer .footer-block {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	footer .footer-block {
		padding-bottom: 30px
	}
}

footer .footer-block>*:last-child {
	margin-bottom: 0
}

footer .footer-block .logo {
	height: 28px
}

@media (max-width: 4096px) {
	footer .footer-block .logo {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	footer .footer-block .logo {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	footer .footer-block .logo {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	footer .footer-block .logo {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	footer .footer-block .logo {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	footer .footer-block .logo {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	footer .footer-block .logo {
		margin-bottom: 20px
	}
}

footer .footer-block h4,
footer .footer-block .h4 {
	line-height: 1.3em
}

@media (max-width: 4096px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	footer .footer-block h4,
	footer .footer-block .h4 {
		margin-bottom: 20px
	}
}

footer .footer-block p {
	line-height: 26px
}

@media (max-width: 4096px) {
	footer .footer-block p {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	footer .footer-block p {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	footer .footer-block p {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	footer .footer-block p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	footer .footer-block p {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	footer .footer-block p {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	footer .footer-block p {
		margin-bottom: 20px
	}
}

footer .footer-block a {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #222
}

footer .footer-block a:hover {
	color: #769fcd
}

footer .footer-nav {
	margin-bottom: 0;
	padding-left: 0
}

footer .footer-nav ul {
	margin-bottom: 0
}

footer .footer-nav ul li {
	padding-left: 0
}

footer .footer-nav ul li::after {
	display: none
}

@media (max-width: 4096px) {
	footer .footer-bottom-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	footer .footer-bottom-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	footer .footer-bottom-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	footer .footer-bottom-wrap {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	footer .footer-bottom-wrap {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	footer .footer-bottom-wrap {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	footer .footer-bottom-wrap {
		padding-top: 30px
	}
}

footer .footer-bottom-wrap .footer-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #9d9d9d
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
	width: 33.33%
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item>p {
	margin-bottom: 0;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item>p a {
	color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item>p a:hover {
	color: #769fcd
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
	-ms-flex-pack: end;
	justify-content: flex-end
}

footer .footer-bottom-wrap .footer-bottom .footer-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li {
	margin-right: 25px;
	padding-left: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li:last-child {
	margin-right: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li::after {
	display: none
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li a {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 15px;
	color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li a:hover {
	color: #769fcd
}

@media (max-width: 991px) {
	footer>.container .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	footer>.container .row>div {
		width: 100%
	}
	footer .footer-bottom-wrap .footer-bottom {
		-ms-flex-direction: column;
		flex-direction: column
	}
	footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	footer .footer-bottom-wrap .footer-bottom .footer-bottom__item>p {
		margin-bottom: 15px;
		text-align: center
	}
	footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
		-ms-flex-pack: center;
		justify-content: center
	}
	footer .footer-bottom-wrap .footer-bottom .footer-menu {
		margin-bottom: 15px
	}
}

.social-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

.social-list li {
	margin-right: 20px;
	padding-left: 0
}

.social-list li:last-child {
	margin-right: 0
}

.social-list li::after {
	display: none
}

.social-list li a {
	margin-bottom: 0;
	font-size: 17px;
	color: #474a56
}

.social-list li a:hover {
	color: #769fcd
}

.social-list-second {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

.social-list-second li {
	margin-right: 20px;
	padding-right: 21px;
	padding-left: 0;
	border-right: 1px solid #9d9d9d
}

.social-list-second li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}

.social-list-second li::after {
	display: none
}

.social-list-second li a {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #474a56
}

.social-list-second li a:hover {
	color: #769fcd
}

.social-list-second li a span {
	font-size: 17px
}

.main-slider-wrap {
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.03);
	height: 100vh;
	max-height: 1000px;
	min-height: 600px;
	padding-top: 100px;
	overflow: hidden
}

.main-slider-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	right: 120px;
	z-index: -1;
	height: 100%;
	width: 120%;
	border-top: 100px solid #f7fbfc;
	border-right: 100px solid #f7fbfc
}

.main-slider-wrap .main-slider.animate-slider .main-slider__image img {
	-ms-transform: translate(-50%, 50px);
	transform: translate(-50%, 50px);
	opacity: 0;
	transition: all .3s
}

.main-slider-wrap .main-slider.animate-slider .main-slider__sale,
.main-slider-wrap .main-slider.animate-slider h1,
.main-slider-wrap .main-slider.animate-slider .h1,
.main-slider-wrap .main-slider.animate-slider .link-wrap,
.main-slider-wrap .main-slider.animate-slider .main-slider__text {
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
	transition-delay: .2s
}

.main-slider-wrap .main-slider.animate-slider h1,
.main-slider-wrap .main-slider.animate-slider .h1 {
	transition-delay: .4s
}

.main-slider-wrap .main-slider.animate-slider .main-slider__text {
	transition-delay: .6s
}

.main-slider-wrap .main-slider.animate-slider .link-wrap {
	transition-delay: .8s
}

.main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__image img {
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1
}

.main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__sale,
.main-slider-wrap .main-slider.animate-slider .animate-slide h1,
.main-slider-wrap .main-slider.animate-slider .animate-slide .h1,
.main-slider-wrap .main-slider.animate-slider .animate-slide .link-wrap,
.main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__text {
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}

.main-slider-wrap .main-slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.main-slider-wrap .main-slider>div {
	height: 100%
}

.main-slider-wrap .main-slider>div .slick-track {
	height: 100%
}

.main-slider-wrap .main-slider>div .slick-track .slick-slide>div {
	height: 100%
}

.main-slider-wrap .main-slider>div .slick-track .slick-slide>div .slider-card {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.main-slider-wrap .slider-card {
	position: relative
}

.main-slider-wrap .slider-card .container {
	position: relative;
	z-index: 2
}

.main-slider-wrap .main-slider__sale {
	display: inline-block;
	margin-bottom: 20px;
	padding: 9px 15px 5px;
	background: #f7fbfc;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase
}

@media (max-width: 4096px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.main-slider-wrap h1,
	.main-slider-wrap .h1 {
		margin-bottom: 15px
	}
}

.main-slider-wrap .main-slider__text {
	max-width: 540px;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.3px
}

@media (max-width: 4096px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.main-slider-wrap .main-slider__text {
		margin-bottom: 30px
	}
}

.main-slider-wrap .main-slider__image {
	position: absolute;
	top: 30px;
	right: 250px;
	width: 33.5%;
	min-width: 400px;
	height: 100%;
	z-index: 0
}

.main-slider-wrap .main-slider__image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: -30px;
	left: 30px;
	background: #fff
}

.main-slider-wrap .main-slider__image a {
	position: relative;
	display: block;
	height: 100%;
	padding: 20px 20px 0 20px;
	background: #f5f5f3;
	background: linear-gradient(45deg, #f5f5f3 0%, #e5e8e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#e5e8e3', GradientType=1)
}

.main-slider-wrap .main-slider__image a img {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-height: calc(100% - 20px);
	max-width: calc(100% - 40px);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.main-slider-wrap .main-slider__navigation {
	position: absolute;
	left: 0;
	top: 50%;
	min-width: 120px;
	padding: 5px 15px;
	background: #fff;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #474a56
}

.main-slider-wrap .main-slider__navigation:hover {
	background: #769fcd;
	color: #fff
}

.main-slider-wrap .main-slider__navigation.next {
	-ms-transform: rotate(-90deg) translateX(50%);
	transform: rotate(-90deg) translateX(50%)
}

.main-slider-wrap .main-slider__navigation.prev {
	-ms-transform: rotate(-90deg) translateX(-50%);
	transform: rotate(-90deg) translateX(-50%)
}

.main-slider-wrap .main-slider__navigation span {
	font-size: 15px
}

.main-slider-wrap .slider-nav-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.main-slider-wrap .slider-nav-wrap .slider-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

.main-slider-wrap .slider-nav-wrap .slider-nav li {
	margin-right: 20px;
	padding-left: 0
}

.main-slider-wrap .slider-nav-wrap .slider-nav li:last-child {
	margin-right: 0
}

.main-slider-wrap .slider-nav-wrap .slider-nav li::after {
	display: none
}

.main-slider-wrap .slider-nav-wrap .slider-nav li p {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 13px;
	box-sizing: border-box;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #474a56;
	cursor: pointer;
	transition: all .3s
}

.main-slider-wrap .slider-nav-wrap .slider-nav li p:hover {
	color: #769fcd
}

.main-slider-wrap .slider-nav-wrap .slider-nav li p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0%;
	background: #769fcd;
	transition: all .3s
}

.main-slider-wrap .slider-nav-wrap .slider-nav li p.active {
	color: #769fcd
}

.main-slider-wrap .slider-nav-wrap .slider-nav li p.active::after {
	left: 0;
	width: 100%
}

.main-slider-wrap .social-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 100px;
	background: #fff
}

.main-slider-wrap .social-wrap .social-list-second {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 410px;
	min-width: 410px
}

@media (max-width: 1600px) {
	.main-slider-wrap .main-slider__image {
		right: 120px
	}
	.main-slider-wrap .main-slider__image::after {
		display: none
	}
}

@media (max-width: 1300px) {
	.main-slider-wrap {
		min-height: 600px
	}
	.main-slider-wrap::after {
		display: none
	}
	.main-slider-wrap .main-slider__navigation {
		display: none !important
	}
	.main-slider-wrap .main-slider__image {
		top: auto;
		bottom: 0;
		right: 5%
	}
	.main-slider-wrap .social-wrap {
		width: 80px
	}
}

@media (max-width: 991px) {
	.main-slider-wrap {
		height: auto;
		max-height: none;
		min-width: 0
	}
	.main-slider-wrap .main-slider__image {
		position: static;
		top: 0;
		left: 0;
		right: 0;
		margin-bottom: -15px;
		max-width: 400px;
		width: 100%;
		padding: 0 15px;
		min-width: 0
	}
	.main-slider-wrap .main-slider__image a img {
		position: relative
	}
	.main-slider-wrap .main-slider-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	.main-slider-wrap .main-slider-desc h1,
	.main-slider-wrap .main-slider-desc .h1 {
		width: 100%
	}
	.main-slider-wrap .main-slider-desc .main-slider__text {
		width: 100%;
		max-width: none
	}
	.main-slider-wrap .main-slider-desc a {
		margin-right: auto
	}
	.main-slider-wrap .main-slider>div .slick-track .slick-slide>div .slider-card {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 15px
	}
	.main-slider-wrap .slider-nav-wrap {
		position: static
	}
	.main-slider-wrap .social-wrap {
		display: none
	}
}

@media (max-width: 480px) {
	.main-slider-wrap {
		padding-top: 70px
	}
}

.product-card {
	max-width: 262px
}

.product-card.bullet-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	max-width: none
}

.product-card.bullet-type .product-card-logo {
	min-width: 277px;
	padding-right: 15px
}

.product-card.bullet-type .product-card-info {
	padding-top: 0;
	padding-left: 15px;
	text-align: left
}

.product-card.bullet-type .product-card-info .product-card-info__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.product-card.bullet-type .product-card-info .product-card-info__head h4,
.product-card.bullet-type .product-card-info .product-card-info__head .h4 {
	margin-bottom: 0;
	margin-right: 20px
}

.product-card.bullet-type .product-card-info .product-card-info__head .rating {
	margin-bottom: 0
}

.product-card.bullet-type .product-card-info .product-card-info__head .price {
	display: block;
	width: 100%
}

@media (max-width: 4096px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 10px
	}
}

@media (max-width: 1600px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 10px
	}
}

@media (max-width: 1440px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 10px
	}
}

@media (max-width: 1199px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 10px
	}
}

@media (max-width: 991px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 5px
	}
}

@media (max-width: 767px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 5px
	}
}

@media (max-width: 480px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-top: 5px
	}
}

@media (max-width: 4096px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		margin-bottom: 10px
	}
}

.product-card.bullet-type .product-card-info .product-card__text {
	max-height: 66px;
	overflow: hidden
}

@media (max-width: 4096px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.product-card.bullet-type .product-card-info .product-card__text {
		margin-bottom: 20px
	}
}

.product-card.bullet-type .product-card-info .product-card-buttons .button {
	margin-right: 30px;
	font-weight: 400
}

.product-card.bullet-type .product-card-info .product-card-buttons a {
	margin-right: 10px
}

.product-card.bullet-type .product-card-info .product-card-buttons a:last-child {
	margin-right: 0
}

.product-card.bullet-type .product-card-info .product-card-buttons .control {
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	color: #9d9d9d
}

.product-card.bullet-type .product-card-info .product-card-buttons .control:hover {
	background: #769fcd;
	border-color: #769fcd;
	color: #fff
}

.product-card .product-card-logo {
	position: relative;
	overflow: hidden
}

.product-card .product-card-logo:hover .product-card__control {
	visibility: visible;
	opacity: 1
}

.product-card .product-card-logo:hover .product-card__control li {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.product-card .product-card-logo:hover .product-card__control li:nth-child(2) {
	transition-delay: .1s
}

.product-card .product-card-logo:hover .product-card__control li:nth-child(3) {
	transition-delay: .2s
}

.product-card .product-card-logo .tag-list {
	position: absolute;
	top: 20px;
	left: 0
}

.product-card .product-card-logo .tag-list .tag {
	margin-bottom: 10px
}

.product-card .product-card-logo .tag {
	padding: 6px 12px 2px;
	background: #f7fbfc;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #222831
}

.product-card .product-card-logo .tag.sale-tag {
	background: #b9d7ea
}

.product-card .product-card-logo .product-card__control {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(71, 74, 86, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: all .2s
}

.product-card .product-card-logo .product-card__control li {
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	transition: transform .25s, opacity .25s, color .2s
}

.product-card .product-card-logo .product-card__control li::after {
	display: none
}

.product-card .product-card-logo .product-card__control li a {
	margin-bottom: 0;
	font-size: 26px;
	color: #fff
}

.product-card .product-card-logo .product-card__control li a:hover {
	color: #769fcd
}

.product-card .product-card-info {
	text-align: center
}

@media (max-width: 4096px) {
	.product-card .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 1600px) {
	.product-card .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 1440px) {
	.product-card .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 1199px) {
	.product-card .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 991px) {
	.product-card .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 767px) {
	.product-card .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 480px) {
	.product-card .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 4096px) {
	.product-card .product-card-info .rating {
		margin-bottom: 10px
	}
}

@media (max-width: 1600px) {
	.product-card .product-card-info .rating {
		margin-bottom: 10px
	}
}

@media (max-width: 1440px) {
	.product-card .product-card-info .rating {
		margin-bottom: 10px
	}
}

@media (max-width: 1199px) {
	.product-card .product-card-info .rating {
		margin-bottom: 10px
	}
}

@media (max-width: 991px) {
	.product-card .product-card-info .rating {
		margin-bottom: 5px
	}
}

@media (max-width: 767px) {
	.product-card .product-card-info .rating {
		margin-bottom: 5px
	}
}

@media (max-width: 480px) {
	.product-card .product-card-info .rating {
		margin-bottom: 5px
	}
}

@media (max-width: 4096px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 1600px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 1440px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 1199px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 10px
	}
}

@media (max-width: 991px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 5px
	}
}

@media (max-width: 767px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 5px
	}
}

@media (max-width: 480px) {
	.product-card .product-card-info h4,
	.product-card .product-card-info .h4 {
		margin-bottom: 5px
	}
}

.product-card .product-card-info .price {
	font-weight: 600
}

.product-card .product-card-info .price .sale {
	font-weight: 400
}

@media (max-width: 767px) {
	.product-card.bullet-type {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-card.bullet-type .product-card-logo {
		width: 100%;
		max-width: 290px;
		min-width: 0;
		padding-right: 0;
		overflow: hidden
	}
	.product-card.bullet-type .product-card-logo a {
		display: block;
		width: 100%
	}
	.product-card.bullet-type .product-card-logo a img {
		width: 100%
	}
	.product-card.bullet-type .product-card-info {
		padding-left: 0;
		text-align: center
	}
}

@media (max-width: 767px) and (max-width: 4096px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 767px) and (max-width: 1600px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 767px) and (max-width: 1440px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 767px) and (max-width: 1199px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 20px
	}
}

@media (max-width: 767px) and (max-width: 991px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 767px) and (max-width: 480px) {
	.product-card.bullet-type .product-card-info {
		padding-top: 15px
	}
}

@media (max-width: 767px) {
	.product-card.bullet-type .product-card-info .product-card-info__head {
		text-align: center
	}
	.product-card.bullet-type .product-card-info .product-card-info__head h4,
	.product-card.bullet-type .product-card-info .product-card-info__head .h4 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		-ms-flex-order: 1;
		order: 1
	}
	.product-card.bullet-type .product-card-info .product-card-info__head .rating {
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		margin-bottom: 10px
	}
	.product-card.bullet-type .product-card-info .product-card-info__head .price {
		-ms-flex-order: 2;
		order: 2
	}
	.product-card.bullet-type .product-card-info .product-card-buttons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.product-card.bullet-type .product-card-info .product-card-buttons .button {
		margin-right: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		min-width: 150px
	}
	.product-card.bullet-type .product-card-info .product-card-buttons a {
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

@media (max-width: 4096px) {
	.home-about {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.home-about {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.home-about {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.home-about {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.home-about {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.home-about {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.home-about {
		padding-top: 30px
	}
}

.home-about .home-about__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 4096px) {
	.home-about .home-about__content {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.home-about .home-about__content {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.home-about .home-about__content {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.home-about .home-about__content {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.home-about .home-about__content {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.home-about .home-about__content {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.home-about .home-about__content {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.home-about .home-about__content {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.home-about .home-about__content {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.home-about .home-about__content {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.home-about .home-about__content {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.home-about .home-about__content {
		padding-bottom: 30px
	}
}

.home-about .home-about__content .home-about__logo {
	width: 50%;
	max-width: 473px;
	padding-right: 15px
}

.home-about .home-about__content .home-about__text {
	width: 70%;
	padding-left: 15px
}

.home-about .home-about__content .home-about__text h1,
.home-about .home-about__content .home-about__text .h1 {
	position: relative;
	font-weight: 400;
	line-height: 1.1em
}

@media (max-width: 4096px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 20px
	}
}

.home-about .home-about__content .home-about__text h1::after,
.home-about .home-about__content .home-about__text .h1::after {
	content: '';
	position: absolute;
	top: -25px;
	left: -70px;
	width: 160px;
	border-bottom: 1px solid #9d9d9d
}

.home-about .home-about__content .home-about__text h1 strong,
.home-about .home-about__content .home-about__text .h1 strong {
	font-weight: 600
}

.home-about .home-about__content .home-about__text p {
	line-height: 26px
}

@media (max-width: 4096px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content .home-about__logo {
		width: 75%
	}
}

@media (max-width: 991px) and (max-width: 4096px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) and (max-width: 1600px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) and (max-width: 1440px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) and (max-width: 1199px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) and (max-width: 480px) {
	.home-about .home-about__content .home-about__text h1,
	.home-about .home-about__content .home-about__text .h1 {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.home-about .home-about__content .home-about__text h1::after,
	.home-about .home-about__content .home-about__text .h1::after {
		display: none
	}
	.home-about .home-about__content .home-about__text p {
		line-height: 24px
	}
}

@media (max-width: 991px) and (max-width: 4096px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) and (max-width: 1600px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) and (max-width: 1440px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) and (max-width: 1199px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 25px
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 25px
	}
}

@media (max-width: 991px) and (max-width: 480px) {
	.home-about .home-about__content .home-about__text p {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.home-about .home-about__content {
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 456px;
		margin-left: auto;
		margin-right: auto
	}
	.home-about .home-about__content .home-about__logo {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
		padding-right: 0
	}
	.home-about .home-about__content .home-about__logo img {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.home-about .home-about__content .home-about__text {
		width: 100%;
		padding-left: 0
	}
}

.benefit-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 4096px) {
	.benefit-list {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.benefit-list {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.benefit-list {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.benefit-list {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.benefit-list {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.benefit-list {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.benefit-list {
		padding-top: 30px
	}
}

.benefit-list li {
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	max-width: 320px
}

.benefit-list li::after {
	display: none
}

@media (max-width: 4096px) {
	.benefit-list li .benefit-card {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.benefit-list li .benefit-card {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.benefit-list li .benefit-card {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.benefit-list li .benefit-card {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.benefit-list li .benefit-card {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.benefit-list li .benefit-card {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.benefit-list li .benefit-card {
		padding-bottom: 30px
	}
}

@media (max-width: 991px) {
	.benefit-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.benefit-list li {
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 50%
	}
}

@media (max-width: 767px) {
	.benefit-list li {
		width: 100%;
		max-width: none
	}
}

.benefit-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.benefit-card img {
	margin-right: 15px;
	height: 45px
}

.benefit-card .benefit__text h4,
.benefit-card .benefit__text .h4 {
	margin-bottom: 0;
	font-weight: 400
}

.benefit-card .benefit__text p {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0
}

@media (max-width: 4096px) {
	.home-products {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.home-products {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.home-products {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.home-products {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.home-products {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.home-products {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.home-products {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.home-products {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.home-products {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.home-products {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.home-products {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.home-products {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.home-products {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.home-products {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.home-products .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.home-products .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.home-products .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.home-products .container {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.home-products .container {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.home-products .container {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.home-products .container {
		padding-bottom: 30px
	}
}

.home-products .grid-wrap .link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 166px
}

.grid {
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 4096px) {
	.grid {
		margin-top: -30px
	}
}

@media (max-width: 1600px) {
	.grid {
		margin-top: -30px
	}
}

@media (max-width: 1440px) {
	.grid {
		margin-top: -30px
	}
}

@media (max-width: 1199px) {
	.grid {
		margin-top: -30px
	}
}

@media (max-width: 991px) {
	.grid {
		margin-top: -25px
	}
}

@media (max-width: 767px) {
	.grid {
		margin-top: -25px
	}
}

@media (max-width: 480px) {
	.grid {
		margin-top: -20px
	}
}

@media (max-width: 4096px) {
	.grid {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.grid {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.grid {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.grid {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.grid {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.grid {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.grid {
		margin-bottom: 30px
	}
}

.grid .grid-item {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 4096px) {
	.grid .grid-item {
		margin-top: 30px
	}
}

@media (max-width: 1600px) {
	.grid .grid-item {
		margin-top: 30px
	}
}

@media (max-width: 1440px) {
	.grid .grid-item {
		margin-top: 30px
	}
}

@media (max-width: 1199px) {
	.grid .grid-item {
		margin-top: 30px
	}
}

@media (max-width: 991px) {
	.grid .grid-item {
		margin-top: 25px
	}
}

@media (max-width: 767px) {
	.grid .grid-item {
		margin-top: 25px
	}
}

@media (max-width: 480px) {
	.grid .grid-item {
		margin-top: 20px
	}
}

.grid .grid-item .product-card {
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 767px) {
	.grid .grid-item {
		width: 33.33%
	}
}

@media (max-width: 570px) {
	.grid .grid-item {
		width: 50%
	}
}

@media (max-width: 480px) {
	.grid .grid-item {
		width: 100%
	}
}

.grid-filter ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}

.grid-filter ul li {
	margin-right: 40px;
	margin-bottom: 30px;
	padding-left: 0
}

.grid-filter ul li:last-child {
	margin-right: 0
}

.grid-filter ul li::after {
	display: none
}

.grid-filter ul li a {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #9d9d9d
}

.grid-filter ul li a:hover {
	color: #222831
}

.grid-filter ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #769fcd
}

.grid-filter ul li a.active {
	color: #222831
}

.grid-filter ul li a.active::after {
	width: 100%
}

@media (max-width: 767px) {
	.grid-filter ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.grid-filter ul li {
		margin-right: 15px;
		margin-bottom: 20px
	}
}

.sale-banner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 565px;
	background: #e5e5e2;
	background: linear-gradient(to right, #e5e5e2 0%, #f6f6f4 40%, #f6f6f4 60%, #e0e3e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e2', endColorstr='#e0e3e0', GradientType=1)
}

.sale-banner>img {
	position: absolute;
	bottom: 0
}

.sale-banner>img.left-img {
	left: 8%
}

.sale-banner>img.right-img {
	right: 3%
}

.sale-banner .container {
	position: relative;
	z-index: 10
}

.sale-banner .sale-banner__header {
	position: relative;
	z-index: 2;
	text-align: center
}

@media (max-width: 4096px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.sale-banner .sale-banner__header {
		margin-bottom: 30px
	}
}

.sale-banner .sale-banner__header h2,
.sale-banner .sale-banner__header .h2 {
	position: relative;
	z-index: 2;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px
}

.sale-banner .sale-banner__header h2 .percent,
.sale-banner .sale-banner__header .h2 .percent {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 100px;
	letter-spacing: 12px;
	color: #474a56;
	opacity: .15;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sale-banner .sale-banner__header h4,
.sale-banner .sale-banner__header .h4 {
	margin-bottom: 0;
	text-transform: lowercase;
	font-weight: 400;
	letter-spacing: 1px
}

@media (max-width: 4096px) {
	.sale-banner .timer-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.sale-banner .timer-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.sale-banner .timer-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.sale-banner .timer-wrap {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.sale-banner .timer-wrap {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.sale-banner .timer-wrap {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.sale-banner .timer-wrap {
		padding-top: 30px
	}
}

.sale-banner .rotate-sell {
	position: absolute;
	top: 0;
	height: 100%;
	width: 80px;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sale-banner .rotate-sell:hover {
	background: rgba(255, 255, 255, 0.3)
}

.sale-banner .rotate-sell span {
	position: relative;
	padding-left: 60px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #626060;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all .25s
}

.sale-banner .rotate-sell span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 1px;
	background: #9d9d9d;
	transition: all .25s
}

.sale-banner .rotate-sell.sale-left {
	left: 0
}

.sale-banner .rotate-sell.sale-right {
	right: 0
}

.sale-banner .rotate-sell.sale-right span {
	padding-right: 60px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.sale-banner .rotate-sell.sale-right span::before {
	left: auto;
	right: 0;
	top: 50%
}

@media (max-width: 1600px) {
	.sale-banner>img.left-img {
		left: 5%
	}
	.sale-banner>img.right-img {
		right: 2%
	}
}

@media (max-width: 1440px) {
	.sale-banner>img.left-img {
		left: 0;
		height: 490px
	}
	.sale-banner>img.right-img {
		right: 0;
		height: 540px
	}
}

@media (max-width: 1199px) {
	.sale-banner {
		height: auto;
		min-height: 400px
	}
	.sale-banner>img.left-img {
		height: 390px
	}
	.sale-banner>img.right-img {
		height: 440px
	}
}

@media (max-width: 991px) {
	.sale-banner>img.left-img {
		height: 340px
	}
	.sale-banner>img.right-img {
		height: 390px
	}
}

@media (max-width: 767px) {
	.sale-banner {
		min-height: 350px;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sale-banner>img {
		display: none
	}
	.sale-banner .container {
		width: 100%
	}
	.sale-banner .sale-banner__header h2 .percent,
	.sale-banner .sale-banner__header .h2 .percent {
		font-size: 80px
	}
}

@media (max-width: 480px) {
	.sale-banner {
		min-height: 300px
	}
}

@media (max-width: 480px) and (max-width: 4096px) {
	.sale-banner .timer-wrap {
		padding-bottom: 40px
	}
}

@media (max-width: 480px) and (max-width: 1600px) {
	.sale-banner .timer-wrap {
		padding-bottom: 40px
	}
}

@media (max-width: 480px) and (max-width: 1440px) {
	.sale-banner .timer-wrap {
		padding-bottom: 40px
	}
}

@media (max-width: 480px) and (max-width: 1199px) {
	.sale-banner .timer-wrap {
		padding-bottom: 40px
	}
}

@media (max-width: 480px) and (max-width: 991px) {
	.sale-banner .timer-wrap {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) and (max-width: 767px) {
	.sale-banner .timer-wrap {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) and (max-width: 480px) {
	.sale-banner .timer-wrap {
		padding-bottom: 30px
	}
}

@media (max-width: 480px) {
	.sale-banner .sale-banner__header h2 .percent,
	.sale-banner .sale-banner__header .h2 .percent {
		font-size: 70px
	}
	.sale-banner .rotate-sell {
		top: auto;
		bottom: 0;
		height: 40px;
		width: 50%
	}
	.sale-banner .rotate-sell span {
		padding-left: 0;
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	.sale-banner .rotate-sell span::before {
		display: none
	}
	.sale-banner .rotate-sell.sale-left {
		left: 0
	}
	.sale-banner .rotate-sell.sale-right {
		right: 0
	}
	.sale-banner .rotate-sell.sale-right span {
		padding-right: 0;
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

.timer-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -20px
}

.timer-wrap .timer-block-wrap {
	width: 25%;
	margin-bottom: 20px;
	border-right: 1px solid #9d9d9d;
	text-align: center
}

.timer-wrap .timer-block-wrap:last-child {
	border-right: none
}

.timer-wrap .timer-block-wrap .timer-count {
	margin-bottom: 5px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 1em;
	color: #222831
}

.timer-wrap .timer-block-wrap .timer-count p {
	margin-bottom: 0
}

.timer-wrap .timer-block-wrap .timer-text {
	margin-bottom: 0;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #474a56
}

@media (max-width: 1199px) {
	.timer-wrap .timer-block-wrap .timer-count {
		margin-bottom: 0;
		font-size: 50px
	}
	.timer-wrap .timer-block-wrap .timer-text {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.timer-wrap {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto
	}
	.timer-wrap .timer-block-wrap .timer-count {
		margin-bottom: 0;
		font-size: 36px
	}
}

@media (max-width: 480px) {
	.timer-wrap .timer-block-wrap .timer-count {
		font-size: 30px
	}
	.timer-wrap .timer-block-wrap .timer-text {
		font-size: 16px
	}
}

@media (max-width: 4096px) {
	.new-arrivals-section {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.new-arrivals-section {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.new-arrivals-section {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.new-arrivals-section {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.new-arrivals-section {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.new-arrivals-section {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.new-arrivals-section {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.new-arrivals-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.new-arrivals-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.new-arrivals-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.new-arrivals-section {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.new-arrivals-section {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.new-arrivals-section {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.new-arrivals-section {
		padding-bottom: 30px
	}
}

.new-arrivals-section .new-arrivals-wrap {
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 4096px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.new-arrivals-section .new-arrivals-wrap {
		padding-top: 30px
	}
}

.new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
	width: 25%;
	padding-right: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons .slider-arrow:first-child {
	margin-right: 30px
}

.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap {
	display: block;
	width: 75%;
	padding-left: 15px
}

.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .new-arrivals-slider {
	margin-right: -15px;
	margin-left: -15px
}

.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .new-arrivals-slider .slider-card {
	padding: 0 15px
}

@media (max-width: 767px) {
	.new-arrivals-section .new-arrivals-wrap {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
		width: 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
		padding-right: 0
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head h2,
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head .h2 {
		margin-bottom: 0;
		text-align: center
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head h2 br,
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head .h2 br {
		display: none
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons .slider-arrow:first-child {
		margin-right: 15px
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap {
		width: 100%;
		padding-left: 0
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card {
		max-width: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card .product-card-logo img {
		width: 100%
	}
}

@media (max-width: 767px) and (max-width: 480px) {
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto
	}
	.new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card {
		max-width: 290px
	}
}

@media (max-width: 4096px) {
	.instagram-widget-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.instagram-widget-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.instagram-widget-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.instagram-widget-wrap {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.instagram-widget-wrap {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.instagram-widget-wrap {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.instagram-widget-wrap {
		padding-top: 30px
	}
}

.instagram-widget-wrap .instagram-widget__head {
	position: relative;
	padding-top: 60px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

@media (max-width: 4096px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.instagram-widget-wrap .instagram-widget__head {
		margin-bottom: 30px
	}
}

.instagram-widget-wrap .instagram-widget__head h4,
.instagram-widget-wrap .instagram-widget__head .h4 {
	margin-bottom: 15px;
	text-transform: uppercase
}

.instagram-widget-wrap .instagram-widget__head h5,
.instagram-widget-wrap .instagram-widget__head .h5 {
	margin-bottom: 0;
	text-transform: uppercase
}

.instagram-widget-wrap .instagram-widget__head img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1
}

.instagram-widget-wrap .instagram-widget-slider {
	margin-right: -15px;
	margin-left: -15px
}

.instagram-widget-wrap .instagram-widget-slider div {
	display: block !important
}

.instagram-widget-wrap .insta-card {
	position: relative;
	display: block
}

.instagram-widget-wrap .insta-card:hover .post-info {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1)
}

.instagram-widget-wrap .insta-card .post-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	transition: all .3s
}

.instagram-widget-wrap .insta-card .post-info span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	color: #fff
}

.instagram-widget-wrap .insta-card .post-info span:last-child {
	margin-right: 0
}

.instagram-widget-wrap .insta-card .post-info span .mdi {
	margin-right: 5px;
	font-size: 18px
}

@media (max-width: 480px) {
	.instagram-widget-wrap .instagram-widget__head {
		padding-top: 20px
	}
}

.categories-card {
	position: relative;
	display: block;
	overflow: hidden
}

.categories-card::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -65px;
	width: 100%;
	height: 130px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
	transition: all .38s
}

.categories-card:hover::after {
	top: 0;
	height: 100%;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.5)
}

.categories-card .category-info {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 130px;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.categories-card .category-info .category-info__text {
	margin-bottom: 5px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #222831
}

.categories-card .category-info .category-name {
	margin-bottom: 0;
	font-weight: 400
}

.categories-card img {
	position: relative;
	left: 50%;
	max-width: none;
	height: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 4096px) {
	.categories-content {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.categories-content {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.categories-content {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.categories-content {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.categories-content {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.categories-content {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.categories-content {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.categories-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.categories-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.categories-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.categories-content {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.categories-content {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.categories-content {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.categories-content {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.categories-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.categories-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.categories-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.categories-content .container {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.categories-content .container {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.categories-content .container {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.categories-content .container {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.categories-content .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.categories-content .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.categories-content .container {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.categories-content .container {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.categories-content .container {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.categories-content .container {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.categories-content .container {
		padding-bottom: 30px
	}
}

.categories-content .categories-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 4096px) {
	.categories-content .categories-grid {
		margin-bottom: -30px
	}
}

@media (max-width: 1600px) {
	.categories-content .categories-grid {
		margin-bottom: -30px
	}
}

@media (max-width: 1440px) {
	.categories-content .categories-grid {
		margin-bottom: -30px
	}
}

@media (max-width: 1199px) {
	.categories-content .categories-grid {
		margin-bottom: -30px
	}
}

@media (max-width: 991px) {
	.categories-content .categories-grid {
		margin-bottom: -25px
	}
}

@media (max-width: 767px) {
	.categories-content .categories-grid {
		margin-bottom: -25px
	}
}

@media (max-width: 480px) {
	.categories-content .categories-grid {
		margin-bottom: -20px
	}
}

.categories-content .categories-grid .grid-item {
	padding: 0 15px
}

@media (max-width: 4096px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.categories-content .categories-grid .grid-item {
		margin-bottom: 20px
	}
}

.categories-content .categories-grid .grid-item.grid-width-1 {
	width: 50%
}

.categories-content .categories-grid .grid-item.grid-width-2 {
	width: 25%
}

.categories-content .categories-grid .grid-item.grid-width-3 {
	width: 41.66666667%
}

.categories-content .categories-grid .grid-item.grid-width-4 {
	width: 33.33%
}

@media (max-width: 991px) {
	.categories-content .categories-grid {
		max-width: 555px;
		margin-left: auto;
		margin-right: auto
	}
	.categories-content .categories-grid .grid-item.grid-width-1 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item.grid-width-2 {
		width: 50%
	}
	.categories-content .categories-grid .grid-item.grid-width-3 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item.grid-width-4 {
		width: 50%
	}
	.categories-content .categories-grid .grid-item .categories-card img {
		min-width: 100%
	}
}

@media (max-width: 480px) {
	.categories-content .categories-grid {
		max-width: 350px
	}
	.categories-content .categories-grid .grid-item.grid-width-1 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item.grid-width-2 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item.grid-width-3 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item.grid-width-4 {
		width: 100%
	}
	.categories-content .categories-grid .grid-item .categories-card img {
		width: auto
	}
}

@media (max-width: 4096px) {
	.shop-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.shop-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.shop-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.shop-sidebar {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.shop-sidebar {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.shop-sidebar {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.shop-sidebar {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.shop-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.shop-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.shop-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.shop-sidebar {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.shop-sidebar {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.shop-sidebar {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.shop-sidebar {
		padding-bottom: 30px
	}
}

.shop-sidebar .filter-sidebar,
.shop-sidebar .shop-sidebar-tags {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	transition: margin 0.2s, padding 0.2s
}

.shop-sidebar .filter-sidebar.short,
.shop-sidebar .shop-sidebar-tags.short {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.shop-sidebar h4,
.shop-sidebar .h4 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: 600
}

.shop-sidebar h4::after,
.shop-sidebar .h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background: #d6e6f2
}

.shop-sidebar h4.filter-head,
.shop-sidebar .h4.filter-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.shop-sidebar h4.filter-head-active .mdi,
.shop-sidebar .h4.filter-head-active .mdi {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.shop-sidebar h4 .mdi,
.shop-sidebar .h4 .mdi {
	width: 30px;
	text-align: center;
	font-size: 22px;
	color: #9d9d9d;
	transition: all .3s
}

.shop-sidebar .filter-list {
	margin-bottom: 0
}

.shop-sidebar .filter-list>li:last-child>a,
.shop-sidebar .filter-list>li:last-child>p {
	margin-bottom: 0
}

.shop-sidebar .filter-list>li>a,
.shop-sidebar .filter-list>li>p {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #222
}

.shop-sidebar .filter-list>li>a:hover,
.shop-sidebar .filter-list>li>p:hover {
	color: #769fcd
}

.shop-sidebar .filter-list>li>a.active .plus::before,
.shop-sidebar .filter-list>li>p.active .plus::before {
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px
}

.shop-sidebar .filter-list>li>a.active+ul,
.shop-sidebar .filter-list>li>p.active+ul {
	display: block
}

.shop-sidebar .filter-list li {
	padding-left: 0
}

.shop-sidebar .filter-list li::after {
	display: none
}

.shop-sidebar .filter-list ul {
	display: none;
	padding-left: 30px
}

.shop-sidebar .filter-list ul li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	font-weight: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #9d9d9d
}

.shop-sidebar .filter-list ul li a:hover {
	color: #769fcd
}

.shop-sidebar .filter-list .plus {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 30px;
	cursor: pointer
}

.shop-sidebar .filter-list .plus:hover::before,
.shop-sidebar .filter-list .plus:hover::after {
	background: #769fcd
}

.shop-sidebar .filter-list .plus::before,
.shop-sidebar .filter-list .plus::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #222831;
	transition: all .3s
}

.shop-sidebar .filter-list .plus::before {
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -5px;
	width: 2px;
	height: 10px
}

.shop-sidebar .filter-list .plus::after {
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px
}

.shop-sidebar .main-sidebar-tags__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-right: -7px;
	margin-left: -7px
}

.shop-sidebar .main-sidebar-tags__list li {
	width: 50%;
	padding-right: 7px;
	padding-left: 7px
}

.shop-sidebar .main-sidebar-tags__list li::after {
	display: none
}

.shop-sidebar .main-sidebar-tags__list li a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #474a56
}

.shop-sidebar .main-sidebar-tags__list li a:hover {
	background: #769fcd;
	color: #fff
}

.shop-sidebar .latest-product-list {
	margin-bottom: 20px;
	padding-left: 0
}

.shop-sidebar .latest-product-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px dashed #ddd
}

.shop-sidebar .latest-product-list li::after {
	display: none
}

.shop-sidebar .latest-product-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.shop-sidebar .latest-product-list {
	margin-bottom: 0
}

.shop-sidebar .sidebar-filter {
	position: relative
}

.shop-sidebar .sidebar-filter .close-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 5px 15px;
	box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.75)
}

.shop-sidebar .sidebar-filter .close-filter span {
	font-size: 22px
}

.shop-sidebar .sidebar-filter .show-filter {
	position: absolute;
	top: 50%;
	right: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	font-size: 26px
}

.shop-sidebar .sidebar-filter .close-filter,
.shop-sidebar .sidebar-filter .show-filter {
	display: none
}

@media (max-width: 991px) {
	.shop-sidebar .sidebar-filter {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 199;
		width: 100%;
		max-width: 320px;
		background: #fff;
		padding: 0 15px;
		height: 100%;
		max-height: 100vh;
		padding-bottom: 20px;
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		transition: transform .3s
	}
	.shop-sidebar .sidebar-filter.show {
		-ms-transform: translateX(0);
		transform: translateX(0);
		z-index: 1001
	}
	.shop-sidebar .sidebar-filter .inner-wrap {
		height: 100%;
		max-height: 100vh;
		overflow: auto
	}
	.shop-sidebar .sidebar-filter .close-filter {
		display: -ms-flexbox;
		display: flex
	}
	.shop-sidebar .sidebar-filter .show-filter {
		display: -ms-flexbox;
		display: flex
	}
}

.latest-product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

.latest-product>a {
	min-width: 98px;
	padding-right: 15px;
	margin-bottom: 0
}

.latest-product .latest-product__desc {
	width: 100%
}

.latest-product .latest-product__desc h5,
.latest-product .latest-product__desc .h5 {
	margin-bottom: 10px;
	line-height: 1.2em
}

.latest-product .latest-product__desc .price {
	font-size: 18px
}

@media (max-width: 4096px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1 .shop-page-section,
	.shop-page-content-2 .shop-page-section,
	.shop-page-content-3 .shop-page-section {
		padding-bottom: 30px
	}
}

.shop-page-content-1 .shop-page-section .link,
.shop-page-content-2 .shop-page-section .link,
.shop-page-content-3 .shop-page-section .link {
	display: block;
	width: 166px;
	margin-left: auto;
	margin-right: auto
}

.shop-page-content-1 .product-list,
.shop-page-content-2 .product-list,
.shop-page-content-3 .product-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 4096px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -30px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -30px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -30px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -30px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -25px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -25px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		margin-bottom: -20px
	}
}

@media (max-width: 4096px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1 .product-list,
	.shop-page-content-2 .product-list,
	.shop-page-content-3 .product-list {
		padding-bottom: 30px
	}
}

.shop-page-content-1 .product-list.list-bullet,
.shop-page-content-2 .product-list.list-bullet,
.shop-page-content-3 .product-list.list-bullet {
	-ms-flex-direction: column;
	flex-direction: column
}

.shop-page-content-1 .product-list.list-bullet .product-card,
.shop-page-content-2 .product-list.list-bullet .product-card,
.shop-page-content-3 .product-list.list-bullet .product-card {
	width: 100%
}

.shop-page-content-1 .product-list .product-card,
.shop-page-content-2 .product-list .product-card,
.shop-page-content-3 .product-list .product-card {
	width: 33.33%;
	max-width: none;
	padding: 0 15px
}

@media (max-width: 4096px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto
	}
	.shop-page-content-1.shop-page-content-3 .product-list,
	.shop-page-content-2.shop-page-content-3 .product-list,
	.shop-page-content-3.shop-page-content-3 .product-list {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.shop-page-content-1.shop-page-content-3 .product-list .product-card,
	.shop-page-content-2.shop-page-content-3 .product-list .product-card,
	.shop-page-content-3.shop-page-content-3 .product-list .product-card {
		width: 50%
	}
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		width: 50%
	}
}

@media (max-width: 480px) {
	.shop-page-content-1,
	.shop-page-content-2,
	.shop-page-content-3 {
		max-width: 320px
	}
	.shop-page-content-1.shop-page-content-3,
	.shop-page-content-2.shop-page-content-3,
	.shop-page-content-3.shop-page-content-3 {
		max-width: 320px
	}
	.shop-page-content-1.shop-page-content-3 .product-list .product-card,
	.shop-page-content-2.shop-page-content-3 .product-list .product-card,
	.shop-page-content-3.shop-page-content-3 .product-list .product-card {
		width: 100%
	}
	.shop-page-content-1 .product-list .product-card,
	.shop-page-content-2 .product-list .product-card,
	.shop-page-content-3 .product-list .product-card {
		width: 100%
	}
	.shop-page-content-1 .product-list .product-card img,
	.shop-page-content-2 .product-list .product-card img,
	.shop-page-content-3 .product-list .product-card img {
		width: 100%
	}
}

@media (max-width: 4096px) {
	.account-content {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.account-content {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.account-content {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.account-content {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.account-content {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.account-content {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.account-content {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.account-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.account-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.account-content {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.account-content {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.account-content {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.account-content {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.account-content {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.account-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.account-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.account-content .container {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.account-content .container {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.account-content .container {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.account-content .container {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.account-content .container {
		padding-top: 30px
	}
}

.account-content .container .row>div:nth-child(2) .account-block {
	position: relative
}

.account-content .container .row>div:nth-child(2) .account-block::after {
	content: '';
	position: absolute;
	top: -20px;
	left: -15px;
	width: 1px;
	height: 100%;
	background: #ddd
}

@media (max-width: 4096px) {
	.account-content .account-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.account-content .account-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.account-content .account-block {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.account-content .account-block {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.account-content .account-block {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.account-content .account-block {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.account-content .account-block {
		padding-bottom: 30px
	}
}

.account-content .account-block p {
	max-width: 360px
}

@media (max-width: 767px) {
	.account-content {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto
	}
	.account-content .container .row>div:nth-child(2) .account-block::after {
		display: none
	}
}

@media (max-width: 4096px) {
	.product-section-description {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.product-section-description {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.product-section-description {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.product-section-description {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.product-section-description {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.product-section-description {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.product-section-description {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.product-section-description {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.product-section-description {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.product-section-description {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.product-section-description {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.product-section-description {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.product-section-description {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.product-section-description {
		padding-bottom: 30px
	}
}

@media (max-width: 4096px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.product-section-description h2,
	.product-section-description .h2 {
		margin-bottom: 15px
	}
}

.product-section-description .product-review {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 4096px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.product-section-description .product-review .rating,
	.product-section-description .product-review p,
	.product-section-description .product-review a {
		margin-bottom: 15px
	}
}

.product-section-description .product-review .rating {
	margin-right: 20px
}

.product-section-description .product-review p,
.product-section-description .product-review a {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #222
}

.product-section-description .product-review p {
	position: relative;
	margin-right: 10px;
	padding-right: 11px
}

.product-section-description .product-review p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	background: #9d9d9d;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-section-description .product-review a:hover {
	color: #769fcd
}

.product-section-description .product-available {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #ddd
}

@media (max-width: 4096px) {
	.product-section-description .product-available {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-section-description .product-available {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-section-description .product-available {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-section-description .product-available {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-section-description .product-available {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-section-description .product-available {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-section-description .product-available {
		margin-bottom: 10px
	}
}

@media (max-width: 4096px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.product-section-description .product-available .price,
	.product-section-description .product-available .available {
		margin-bottom: 10px
	}
}

.product-section-description .product-available .price {
	margin-right: 20px;
	font-weight: 600
}

.product-section-description .product-available .price span {
	font-weight: 400
}

.product-section-description .product-available .available {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.product-section-description .product-available .available p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 15px
}

.product-section-description .product-available .available p span {
	font-weight: 300
}

.product-section-description .product-available .available .left {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	padding-right: 11px
}

.product-section-description .product-available .available .left::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	background: #9d9d9d;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-section-description .product-available .available .left p {
	font-weight: 400
}

.product-section-description .product-available .available .left img {
	margin-right: 8px
}

@media (max-width: 4096px) {
	.product-section-description .product-text {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.product-section-description .product-text {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.product-section-description .product-text {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.product-section-description .product-text {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.product-section-description .product-text {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.product-section-description .product-text {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.product-section-description .product-text {
		margin-bottom: 15px
	}
}

@media (max-width: 4096px) {
	.product-section-description .product-text p {
		margin-bottom: 10px
	}
}

@media (max-width: 1600px) {
	.product-section-description .product-text p {
		margin-bottom: 10px
	}
}

@media (max-width: 1440px) {
	.product-section-description .product-text p {
		margin-bottom: 10px
	}
}

@media (max-width: 1199px) {
	.product-section-description .product-text p {
		margin-bottom: 10px
	}
}

@media (max-width: 991px) {
	.product-section-description .product-text p {
		margin-bottom: 5px
	}
}

@media (max-width: 767px) {
	.product-section-description .product-text p {
		margin-bottom: 5px
	}
}

@media (max-width: 480px) {
	.product-section-description .product-text p {
		margin-bottom: 5px
	}
}

.product-section-description .product-text p:last-child {
	margin-bottom: 0
}

.product-section-description .product-more-info {
	margin-bottom: 0
}

.product-section-description .product-more-info li {
	display: -ms-flexbox;
	display: flex;
	/* margin-right: 10px; */
	margin-left: -10px;
	padding-left: 0;
}

.product-section-description .product-more-info li::after {
	display: none
}

.product-section-description .product-more-info li p {
	font-weight: 300;
	color: #222
}

.product-section-description .product-more-info li p:first-child {
	margin-right: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222831
}

.product-section-description .product-more-info li .social-list li a {
	margin-bottom: 0;
	color: #9d9d9d
}

.product-section-description .product-more-info li .social-list li a:hover {
	color: #769fcd
}

@media (max-width: 480px) {
	.product-section-description .product-review {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product-section-description .product-review .rating {
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		margin-right: 0
	}
	.product-section-description .product-available {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product-section-description .product-available .price {
		width: 100%;
		margin-right: 0
	}
}

@media (max-width: 4096px) {
	.tab-wrap {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.tab-wrap {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.tab-wrap {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.tab-wrap {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.tab-wrap {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.tab-wrap {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.tab-wrap {
		margin-bottom: 30px
	}
}

.tab-wrap .tab-head {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd
}

@media (max-width: 4096px) {
	.tab-wrap .tab-head {
		margin-bottom: 30px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .tab-head {
		margin-bottom: 30px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .tab-head {
		margin-bottom: 30px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .tab-head {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.tab-wrap .tab-head {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.tab-wrap .tab-head {
		margin-bottom: 25px
	}
}

@media (max-width: 480px) {
	.tab-wrap .tab-head {
		margin-bottom: 20px
	}
}

.tab-wrap .tab-head h3,
.tab-wrap .tab-head .h3 {
	position: relative;
	margin-bottom: -1px;
	margin-right: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	color: #9d9d9d;
	cursor: pointer;
	transition: all .3s
}

.tab-wrap .tab-head h3:last-child,
.tab-wrap .tab-head .h3:last-child {
	margin-right: 0
}

.tab-wrap .tab-head h3::after,
.tab-wrap .tab-head .h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 2px;
	background: #f78200;
	transition: all .3s;
}

.tab-wrap .tab-head h3:hover,
.tab-wrap .tab-head .h3:hover {
	color: #222831
}

.tab-wrap .tab-head h3:hover::after,
.tab-wrap .tab-head .h3:hover::after {
	left: 0;
	width: 100%
}

.tab-wrap .tab-head h3.active-tab,
.tab-wrap .tab-head .h3.active-tab {
	color: #222831
}

.tab-wrap .tab-head h3.active-tab::after,
.tab-wrap .tab-head .h3.active-tab::after {
	left: 0;
	width: 100%
}

.tab-wrap .active-tab+.tab-content {
	display: block
}

.tab-wrap .tab-content {
	display: none
}

@media (max-width: 4096px) {
	.tab-wrap .tab-content {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .tab-content {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .tab-content {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .tab-content {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.tab-wrap .tab-content {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.tab-wrap .tab-content {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.tab-wrap .tab-content {
		margin-bottom: 15px
	}
}

.tab-wrap .tab-content p {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.45px
}

@media (max-width: 4096px) {
	.tab-wrap .tab-content p {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .tab-content p {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .tab-content p {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .tab-content p {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.tab-wrap .tab-content p {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.tab-wrap .tab-content p {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.tab-wrap .tab-content p {
		margin-bottom: 10px
	}
}

.tab-wrap .tab-content>*:last-child {
	margin-bottom: 0
}

@media (max-width: 4096px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.tab-wrap .tab-content .reviews-list {
		margin-bottom: 30px
	}
}

.tab-wrap .tab-product-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-bottom: -15px !important;
	margin-left: -15px;
	margin-right: -15px
}

.tab-wrap .tab-product-list li {
	width: 25%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px
}

.tab-wrap .tab-product-list li::after {
	display: none
}

.tab-wrap .tab-product-list li a {
	margin-bottom: 0
}

.tab-wrap .product-table {
	width: 100%
}

@media (max-width: 4096px) {
	.tab-wrap .product-table {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .product-table {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .product-table {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .product-table {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.tab-wrap .product-table {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.tab-wrap .product-table {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.tab-wrap .product-table {
		margin-bottom: 10px
	}
}

.tab-wrap .product-table.type-2 tr:last-child {
	border-bottom: none
}

.tab-wrap .product-table.type-2 tr:last-child td {
	padding-bottom: 0
}

.tab-wrap .product-table.type-2 tr:first-child {
	border-top: none
}

.tab-wrap .product-table.type-2 tr:first-child td {
	padding-top: 0
}

.tab-wrap .product-table tr {
	border-top: 1px dashed #ddd
}

.tab-wrap .product-table tr:last-child {
	border-bottom: 1px dashed #ddd
}

.tab-wrap .product-table tr td:first-child {
	max-width: 195px
}

.tab-wrap .product-table tr td:first-child p {
	font-weight: 600;
	letter-spacing: 0
}

.tab-wrap .product-table tr td p {
	font-weight: 300;
	letter-spacing: 0.45px
}

@media (max-width: 4096px) {
	.tab-wrap .product-table td {
		padding-top: 15px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .product-table td {
		padding-top: 15px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .product-table td {
		padding-top: 15px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .product-table td {
		padding-top: 15px
	}
}

@media (max-width: 991px) {
	.tab-wrap .product-table td {
		padding-top: 10px
	}
}

@media (max-width: 767px) {
	.tab-wrap .product-table td {
		padding-top: 10px
	}
}

@media (max-width: 480px) {
	.tab-wrap .product-table td {
		padding-top: 10px
	}
}

@media (max-width: 4096px) {
	.tab-wrap .product-table td {
		padding-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.tab-wrap .product-table td {
		padding-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.tab-wrap .product-table td {
		padding-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.tab-wrap .product-table td {
		padding-bottom: 15px
	}
}

@media (max-width: 991px) {
	.tab-wrap .product-table td {
		padding-bottom: 10px
	}
}

@media (max-width: 767px) {
	.tab-wrap .product-table td {
		padding-bottom: 10px
	}
}

@media (max-width: 480px) {
	.tab-wrap .product-table td {
		padding-bottom: 10px
	}
}

.tab-wrap .product-table td p {
	margin-bottom: 0
}

.tab-wrap .mobile-accordeon {
	display: none
}

@media (max-width: 767px) {
	.tab-wrap .mobile-accordeon {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.tab-wrap .mobile-accordeon .mdi {
		transition: all .3s
	}
	.tab-wrap .mobile-accordeon.active-tab {
		color: #769fcd
	}
	.tab-wrap .mobile-accordeon.active-tab .mdi {
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.tab-wrap .tab-head {
		display: none
	}
}

@media (max-width: 480px) {
	.tab-wrap .tab-product-list li {
		width: 50%
	}
}

.reviews-list {
	margin-bottom: 0
}

.reviews-list li {
	padding-left: 0
}

.reviews-list li::after {
	display: none
}

.reviews-list li:last-child .reviews-block {
	margin-bottom: 0
}

.reviews-list li .reviews-block {
	border-bottom: 1px dashed #ddd
}

@media (max-width: 4096px) {
	.reviews-list li .reviews-block {
		padding-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.reviews-list li .reviews-block {
		padding-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.reviews-list li .reviews-block {
		padding-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.reviews-list li .reviews-block {
		padding-bottom: 15px
	}
}

@media (max-width: 991px) {
	.reviews-list li .reviews-block {
		padding-bottom: 10px
	}
}

@media (max-width: 767px) {
	.reviews-list li .reviews-block {
		padding-bottom: 10px
	}
}

@media (max-width: 480px) {
	.reviews-list li .reviews-block {
		padding-bottom: 10px
	}
}

@media (max-width: 4096px) {
	.reviews-list li .reviews-block {
		margin-bottom: 15px
	}
}

@media (max-width: 1600px) {
	.reviews-list li .reviews-block {
		margin-bottom: 15px
	}
}

@media (max-width: 1440px) {
	.reviews-list li .reviews-block {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	.reviews-list li .reviews-block {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.reviews-list li .reviews-block {
		margin-bottom: 10px
	}
}

@media (max-width: 767px) {
	.reviews-list li .reviews-block {
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.reviews-list li .reviews-block {
		margin-bottom: 10px
	}
}

.reviews-list li .reviews-block .reviews-head {
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 4096px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 10px
	}
}

@media (max-width: 1600px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 10px
	}
}

@media (max-width: 1440px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 10px
	}
}

@media (max-width: 1199px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 10px
	}
}

@media (max-width: 991px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 5px
	}
}

@media (max-width: 767px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 5px
	}
}

@media (max-width: 480px) {
	.reviews-list li .reviews-block .reviews-head {
		margin-bottom: 5px
	}
}

.reviews-list li .reviews-block .reviews-head h5,
.reviews-list li .reviews-block .reviews-head .h5 {
	margin-bottom: 0;
	margin-right: 20px;
	font-weight: 400
}

.reviews-list li .reviews-block .reviews-head time {
	font-weight: 300;
	font-size: 15px;
	color: #9d9d9d
}

.reviews-list li .reviews-block .rating {
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width: 4096px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 20px
	}
}

@media (max-width: 1600px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 20px
	}
}

@media (max-width: 1440px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 20px
	}
}

@media (max-width: 1199px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.reviews-list li .reviews-block .rating {
		margin-bottom: 15px
	}
}

.reviews-list li .reviews-block p {
	line-height: 26px;
	margin-bottom: 0
}

@media (max-width: 4096px) {
	.related-product-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.related-product-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.related-product-wrap {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.related-product-wrap {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.related-product-wrap {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.related-product-wrap {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.related-product-wrap {
		padding-top: 30px
	}
}

.related-product-wrap h2,
.related-product-wrap .h2 {
	text-align: center
}

@media (max-width: 4096px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 40px
	}
}

@media (max-width: 991px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 35px
	}
}

@media (max-width: 480px) {
	.related-product-wrap h2,
	.related-product-wrap .h2 {
		margin-bottom: 30px
	}
}

.related-product-wrap .related-product-list {
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.related-product-wrap .related-product-list .related-product {
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 4096px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.related-product-wrap .related-product-list .related-product {
		padding-bottom: 30px
	}
}

@media (max-width: 991px) {
	.related-product-wrap .related-product-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.related-product-wrap .related-product-list .related-product {
		width: 50%
	}
	.related-product-wrap .related-product-list .related-product .product-card {
		max-width: none
	}
	.related-product-wrap .related-product-list .related-product .product-card img {
		width: 100%
	}
}

@media (max-width: 480px) {
	.related-product-wrap .related-product-list .related-product {
		width: 100%
	}
}

@media (max-width: 4096px) {
	.product-page-content-6 {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.product-page-content-6 {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.product-page-content-6 {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.product-page-content-6 {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.product-page-content-6 {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.product-page-content-6 {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.product-page-content-6 {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.product-page-content-6 {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.product-page-content-6 {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.product-page-content-6 {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.product-page-content-6 {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.product-page-content-6 {
		padding-bottom: 30px
	}
}

.product-page-content-6 .product-section-6 {
	display: -ms-flexbox;
	display: flex
}

.product-page-content-6 .product-section-6 .product-preview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 4096px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 40px
	}
}

@media (max-width: 1600px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 40px
	}
}

@media (max-width: 1440px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 40px
	}
}

@media (max-width: 1199px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 35px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 35px
	}
}

@media (max-width: 480px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-top: 30px
	}
}

@media (max-width: 4096px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 40px
	}
}

@media (max-width: 1600px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 40px
	}
}

@media (max-width: 1199px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 40px
	}
}

@media (max-width: 991px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 35px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 35px
	}
}

@media (max-width: 480px) {
	.product-page-content-6 .product-section-6 .product-preview {
		padding-bottom: 30px
	}
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap {
	position: relative;
	width: 100%;
	max-width: 85px;
	min-width: 85px;
	overflow: hidden
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap div {
	display: block
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-slider-6 {
	height: 100%
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-current .slider-card {
	position: relative
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-current .slider-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #d6e6f2
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list {
	height: 100%;
	padding-top: 0 !important;
	margin-bottom: -13px
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list img {
	display: block
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide {
	display: block
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide>div {
	display: block;
	padding-bottom: 13px
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card {
	display: block !important;
	cursor: pointer;
	padding: 0
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card a {
	display: block
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	width: 25px;
	min-width: 0;
	height: 25px;
	padding: 0;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev {
	top: 0
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next {
	bottom: 0
}

.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.slick-hidden {
	display: none
}

.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
	width: 100%;
	max-width: 488px;
	padding-right: 15px;
	padding-left: 15px
}

.product-page-content-6 .product-section-6 .product-preview .big-slider-6 .slider-card {
	display: block !important
}

.product-page-content-6 .product-section-6 .product-preview .big-slider-6 .slider-card a {
	display: block
}

.product-page-content-6 .product-section-6 .product-section-description {
	padding-left: 15px
}

@media (max-width: 991px) {
	.product-page-content-6 .product-section-6 {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-page-content-6 .product-section-6 .product-preview {
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		width: auto;
		max-width: 488px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 {
		max-width: 488px;
		margin-left: auto;
		margin-right: auto
	}
	.product-page-content-6 .product-section-6 .product-preview {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
		max-width: 458px;
		margin-left: auto;
		margin-right: auto
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap {
		width: 100%;
		max-width: 100%;
		max-width: none;
		min-width: 0
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 0
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide {
		padding: 0 5px
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide>div {
		padding-bottom: 0
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide>div img {
		width: 100%
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card {
		max-width: 165px;
		margin-bottom: 0
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav {
		left: auto;
		top: 50%;
		bottom: auto;
		margin-right: 0;
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev {
		left: 0;
		top: 50%
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev .mdi {
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next {
		right: 0;
		top: 50%
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next .mdi {
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.slick-hidden {
		display: none
	}
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0 0
	}
}

@media (max-width: 767px) and (max-width: 4096px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) and (max-width: 1600px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) and (max-width: 1440px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) and (max-width: 1199px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) and (max-width: 991px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) and (max-width: 480px) {
	.product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.product-page-content-6 .product-section-6 .product-section-description {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0
	}
}
