/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body{
	opacity: 0;
}


/* Animate */
* {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #404040;
	margin: 0;
	padding: 0;
}

a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
a:hover {
	color: #8F00FF;
	text-decoration: none;
}
a:focus, a:active {
	color: #8F00FF;
	text-decoration: none;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}


h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 120%;
	color: #262626;
	margin: 0 0 30px;
}


section {
	margin: 80px 0;
}
main > section:first-child {
	margin-top: 0;
}
.beauty_border {
	padding: 1px 0 1px 1px;
	background-color: #ffffff;
	border-radius: 5px;
	min-width: 27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product__medium a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.beauty_border svg {
	width: 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	padding: 13px 16px;
	background: #F3F4F6;
	border-radius: 8px;
	border: 1px solid #F3F4F6;
	width: 100%;
	outline: none;
}
input[type="text"]:disabled {
	background: #ddd;
	color: #7a7a7a;
}
.product__actions > a.btn_coupon {
	background: #22C55E;
	border: 1px solid #22C55E;
}

.btn {
	display: inline-block;
	padding: 8px 32px;
	background: #8F00FF;
	/*border-radius: 8px;*/
	border: 1px solid #8F00FF;
	/*font-size: 16px;*/
	color: #FFFFFF;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 0 0;
	border-radius: 31px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	/*text-align: center;*/
}
.btn:hover,
.btn:focus,
.btn:active {
	background: #9850FF;
	color: #fff;
	border-color: #9850FF;
	outline: none;
}
.btn.disabled,
.btn:disabled {
	background: #A3A3A3;
	border-color: #A3A3A3;
}

.btn-border {
	border: 2px solid #7B30E6;
	background: transparent;
	color: #7B30E6;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
	background: rgba(123, 48, 230, 0.14);
	color: #7B30E6;
	outline: none;
}
.btn-border.disabled,
.btn-border:disabled {
	border: 2px solid #A3A3A3;
	color: #A3A3A3;
}

.btn a {
	color: #FFFFFF;
}
.remove-from-wishlist {
	color: #7B30E6;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	width: fit-content;
}

h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	color: #262626;
	margin: 0 0 40px;
}


.404err {
		display:flex;
	}

h3 {
	color: #404040;
	font-size: 24px;
	font-weight: 800;
	margin: -20px 0 20px;
}
.hidden_pc {
	display: none;
}

.preloader {
	position: absolute;
	width: 100%;
	height: 300px;
	/*z-index: 9999;*/
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preloader img {
	width: 150px;
	height: 150px;
	animation: preloader 5s linear infinite;
}
.product__card,
.category-card-shop a,
.product__item{
	background: #F3F4F6;
}
.product__price {
	color: #22C55E;
}
.product__price span {
	color: #A7A7A7;
}
@keyframes preloader {
	0%{
		width: 150px;
		height: 150px;
	}
	45%{
		width: 150px;
		height: 150px;
	}
	50%{
		width: 200px;
		height: 200px;
	}
	55%{
		width: 150px;
		height: 150px;
	}
	60%{
		width: 200px;
		height: 200px;
	}
	65%{
		width: 150px;
		height: 150px;
	}
	100%{
		width: 150px;
		height: 150px;
	}
}
.beauty_border a.active svg * {
	fill: #7B30E6;
	stroke: #7B30E6;
}
.beauty_border a svg path:first-child {
	fill: #7B30E6;
}
.product__card-a__block,
.beauty_border {
	display: none !important;
}



/* Popup рассылка */
.newsletterPopup {
	position: fixed;
	z-index: 9999;
	width: 0;
	height: 1vh;
	background: #00000094;
	left: 0;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.newsletterPopup__wrapp {
	background-image: url(https://discount.one/wp-content/themes/theme/images/alert_push.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 770px;
	height: 380px;
	position: relative;
	opacity: 0;
}
.newsletterPopup.newsletterPopup__reg .newsletterPopup__wrapp{
	height: 280px;
}

.newsletterPopup__block {
	height: 100%;
	padding: 0 87px 0 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.newsletterPopup__wrapp .newsletterPopup__item__h3 h3 {
	padding: 20px 0 20px;
	margin: 0;
	transform: translateY(100%);
}
.newsletterPopup__wrapp .newsletterPopup__item__p p,
.newsletterPopup__item__p span {
	color: #6f6c90;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	transform: translateY(100%);
}
.newsletterPopup__item__p span {
	color: #0B0B0B;
}
.newsletterPopup__form > .mailpoet_form {
	transform: translateY(100%);
}
.newsletterPopup__form input {
	border-radius: 8px;
	border: 1px solid #EFF0F6;
	background: #FFF;
	box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
	padding: 13px 20px !important;
}
.newsletterPopup__block .mailpoet_paragraph {
	width: 59%;
}

.newsletterPopup__block form {
	padding: 20px 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsletterPopup__block form .mailpoet_message {
	padding: 0 !important;
}

.newsletterPopup__block form.mailpoet_form .mailpoet_submit {
	border-radius: 10px;
	background: #7b30e6;
	font-size: 16px !important;
	border: none;
	color: #fff;
	padding: 14px 16px !important;
}

.newsletterPopup__block form input[type="email"]::placeholder {
	color: #B7B7B7;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Inter;
	font-size: 16px ;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.newsletterPopup__close {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 48px;
	top: 42px;
	cursor: pointer;
}

.newsletterPopup__block form .mailpoet_paragraph.last {
	margin-bottom: 0;
	width: 37%;
}
.newsletterPopup__items {
	width: 100%;
	overflow: hidden;
}
.newsletterPopup__item {
	width: 463px;
}
.newsletterPopup__item__h3,
.newsletterPopup__item__p,
.newsletterPopup__form {
	overflow: hidden;
}
.newsletterPopup.newsletterPopup__reg .newsletterPopup__wrapp .newsletterPopup__item__h3 h3 {
	font-size: 18px;
}

.product__card.product__card-no.views-click {
	height: fit-content;
	background-color: transparent;
	box-shadow: none;
	font-weight: 800;
	font-size: 20px;
	width: 200%;
	padding: 0;
	margin-top: 0;
}
.filter-blockDeals__header-and-body .filter-blockDeals__header {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.filter-blockDeals__header-and-body {
	width: 100%;
	background: #f3f3f3;
	border-radius: 35px;
}

@media screen and (max-width: 800px) {
	.newsletterPopup__item {
		width: 220px;
	}
	.newsletterPopup__wrapp {
		width: 354px;
		height: 260px;
	}
	.newsletterPopup__block {
		padding: 0 28px 0 105px;
	}
	.newsletterPopup__wrapp .newsletterPopup__item__h3 h3 {
		font-size: 18px;
		font-weight: 700;
		line-height: 120.5%;
		padding: 0 0 13px;
	}
	.newsletterPopup__wrapp .newsletterPopup__item__p p {
		font-size: 8px;
		font-style: normal;
		font-weight: 400;
		line-height: 13.5px;
	}
	.newsletterPopup__block form {
		flex-direction: column;
		padding: 13px 0 !important;
	}
	.newsletterPopup__block .mailpoet_paragraph,
	.newsletterPopup__block form .mailpoet_paragraph.last{
		width: 100%;
	}
	.newsletterPopup__block form input[type="email"]::placeholder {
		font-size: 8px;
	}
	.newsletterPopup__block form.mailpoet_form .mailpoet_submit {
		font-size: 12px !important;
		padding: 7px 16px !important;
	}
	.newsletterPopup__form input {
		padding: 4px 20px 8px !important;
	}
	.newsletterPopup__block form .mailpoet_paragraph.last {
		margin-bottom: 0;
		margin-top: 17px;
	}
	.newsletterPopup__close {
		width: 7px;
		height: 7px;
		right: 20px;
		top: 20px;
	}
	.newsletterPopup__close svg {
		width: 100%;
		height: 100%;
	}
	.newsletterPopup__wrapp .newsletterPopup__item__p p,
	.newsletterPopup__item__p span {
		font-size: 12px;
		line-height: 17px;
	}
	.newsletterPopup .parsley-required,
	.newsletterPopup .parsley-custom-error-message,
	.newsletterPopup .mailpoet_validate_error,
	.newsletterPopup .mailpoet_validate_success{
		font-size: 10px;
	}
	.newsletterPopup.newsletterPopup__reg .newsletterPopup__wrapp {
		width: 354px;
		height: 200px;
	}
	.newsletterPopup.newsletterPopup__reg .newsletterPopup__wrapp .newsletterPopup__item__h3 h3 {
		font-size: 14px;
	}
}

/* Конец */