/*.•* - GLOBAL - *•.*/
body {
    font-family: 'Raleway', sans-serif;	
	font-style: normal;
	font-variant-numeric: lining-nums proportional-nums;
	font-weight: 400;
	font-size: calc(0.67em + 0.455em); /* 12px - 18px */
	line-height:27px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;	
	background-color: #ccc;
	color: #393939; /* color #2 */
}
body.open-menu,
body.open-cart,
body.open-statuses {
	overflow: hidden;	
}
a {
    font-family: 'Raleway', sans-serif;	 
	color: #393939; /* color #2 */	
	font-variant-numeric: lining-nums proportional-nums;
	font-size: calc(0.67em + 0.455em); /* 12px - 18px */	
}
a:focus-visible {
	outline: 0;
}
ul, ol {
	margin: 0; 
	padding: 0;
}
div {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;	
	box-sizing: border-box;
}
form {
	position: relative;
}
input, button, textarea {
	font-family: 'Raleway', sans-serif;	
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
	width: 100%;
	border: 0;	
	padding: 12px 0;
	border-bottom: 1px #393939 solid;
	box-sizing: border-box;
	font-size: 16px;
}
input[type="submit"] {
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
.form-submit {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;	
}
.form-submit::before {
	font-family: 'Magic';
	content: '\e902';
	font-size: 8px;
	margin-left: 5px;
}
input:focus, textarea:focus, select:focus {
	outline: 0;
}
/*
input[type="checkbox"] {
	display:none;
}
.custom-checkbox {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #393939 solid;
	margin-right: 20px;
	flex: none;
}
input[type="checkbox"]:checked ~ label .custom-checkbox::before {
    content: '\e906';
    font-family: 'Magic';
    color: #393939;
    font-size: 18px;
}
*/
::-webkit-input-placeholder {height: 100%; color:#b0b0b0; font-weight: 400; opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder {height: 100%; color:#b0b0b0; font-weight: 400; opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder {height: 100%; color:#b0b0b0; font-weight: 400; opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder {height: 100%; color:#b0b0b0; font-weight: 400; opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

/*.•* - MAGIC - *•.*/
.magic-container {
	max-width: 1600px;
	margin: auto;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 52px 100px;
}
.magic-container.first-container {
	padding-top: 104px;
}
.magic-title {
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 40px;
	color: #131313;	
}
.magic-title.related-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #393939;
	margin: 40px 0;
}
.eng-text {
	font-family: 'Catamaran', sans-serif;
}
.magic-link {
	position: absolute;
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.6px;
	text-decoration: none;
	text-transform: uppercase;
	right: 105px;
	top: 156px;
	display: flex;
	align-items: center;
}
.magic-link::after {
	content: '\e902';
	font-family: 'Magic';
	font-weight: normal;
	font-size: 8px;
	margin-left: 8px;
}
.magic-button,
.magic-button-lite, 
input[type="submit"].magic-button {
	background: #131313;
	border: 1px solid #131313;
	color: #fff;
	height: 42px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.6px;
	color: #FFFFFF;
	cursor: pointer;
	width: 205px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.magic-button:hover,
input[type="submit"].magic-button:hover {
	background-color: #fff;
	color: #131313;
}
.magic-button-lite {
	background-color: #fff;
	color: #131313;
}
.magic-button-lite:hover {
	background-color: #131313;
	color: #fff;
}

.magic-button[data-status="disabled"],
input[disabled="disabled"].magic-button {
	background-color: #888888;
	border-color: #888888;
	cursor: not-allowed;
}
.magic-button[data-status="disabled"]:hover {
	color: #fff;
}
.magic-button-lite[data-status="disabled"] {
	background-color: #fff;
	border-color: #888888;
	color: #888888;
}
.magic-button-lite[data-status="disabled"]:hover {
	background-color: #888888;
	color: #fff;
}
@media screen and (max-width:1350px) {
	.magic-container {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (max-width:1280px) {
	.magic-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.magic-title {
		font-size: 40px;
	}
}
@media screen and (max-width:1024px) {
	.magic-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width:768px) {
	.magic-container {
		padding: 31px 20px;
	}
	.magic-container.first-container {
		padding-top: 75px;
	}
	.magic-title {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:500px) {
	.magic-container {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.magic-container.m-special {
		padding-left: 0;
		padding-right: 0;
	}
	.magic-container.first-container {
		padding-top: 56px;
	}
	.magic-title {
		font-size: 27px;
		line-height: 32px;		
	}
	.magic-link {
		font-size: 12px;
	}
}




/*.•* - HEADER - *•.*/
.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 38px;
	padding-bottom: 20px;
}
.site-header::before {
	content: '';
	position: absolute;
	width: calc(100% - 200px);
	height: 1px;
	background-color: #131313;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.site-header__navigation {
	width: 33.333%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.site-header__navigation--container {
	width: 100%;
}
.site-header__navigation_burger, .mobile-nav {
	display: none;
}
#menu-magic {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#menu-magic > li {
	margin: 0 12px;
	list-style: none;
}
#menu-magic > li:first-child {
	margin-left: 0;
}
#menu-magic > li > a {
	font-size: calc(0.75em + 0.082em); /* 14px - 15px */ 
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #131313;	
	text-decoration: none;
}
#menu-magic > li.profile-btn-mob {
	display: none;
}
.site-header__logo {
	margin: auto;
	width: 33.333%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header__logo > img {
	height: 15px;
	width: auto;
}
.site-header__logo--home {
	display: none;
}
.site-header__logo--global {
	display: flex;
}
.site-header__bar {
	width: 33.333%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.site-header__bar > .site-header__bar__item {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
	color: #131313;
	text-decoration: none;
}
.site-header__bar > .site-header__bar__item > small {
	background-color: #131313;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	flex: none;
	align-items: center;
	justify-content: center;
	display: none;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 2px;
	position: absolute;
	top: -9px;
	right: -7px;
	font-family: 'Catamaran', sans-serif;
}
.site-header__bar > .site-header__bar__item.active > small {
	display: flex;
}
.site-header__bar > .site-header__bar__item.close > small,
.site-header__bar > .site-header__bar_favorite > small {
	display: none;
}
.site-header__bar > .site-header__bar_favorite > small.active { 
	display: flex;
}
.site-header__bar > .site-header__bar__item::before {
	font-family: 'Magic';
	font-size: 23px;
} 
.site-header__bar_account::before {
	content: '\e901';
}
.site-header__bar_favorite::before {
	content: '\e912';
}
.site-header__bar_cart::before {
	content: '\e900';
}
.site-header__bar_cart.close::before {
	content: '\e903';
}
@media screen and (max-width:1350px) {
	.site-header::before {
		width: calc(100% - 140px);
	}
}
@media screen and (max-width:1280px) {
	.site-header::before {
		width: calc(100% - 100px);
	}
	#menu-magic > li {
		margin-left: 7px;
		margin-right: 7px;
	}
}
@media screen and (max-width:1150px) {
	#menu-magic > li > a {
		font-size: 14px;
	}
}
@media screen and (max-width:1024px) {
	.site-header::before {
		width: calc(100% - 80px);
	}
	.site-header__navigation > div {
		display: none;
		width: 100%;
		height: calc(100vh - 85px);
		margin: auto;  
		position: absolute;
		z-index: -1;
		left: 0;
		top: 85px;
		background-color: #fff;
		justify-content: center;
		box-shadow: 0px 10px 10px #00000024;		
	}
	.menu-magic-container {
		margin-top: auto;
		margin-top: 40%;
	}
	.mobile-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 190px;
		justify-content: center;
		list-style: none;
		padding: 0;
		margin-top: 5%;
	}
	.mobile-nav.profile-link {
		margin-top: auto;
	}
	.mobile-nav.profile-link.logged-out {
		margin-top: 0;
	}
	.mobile-nav > li {
		margin-bottom: 22px;
		width: 100%;
/*		text-align: center;*/
	}
	.mobile-nav > li > a {
		line-height: 20px;
		text-transform: uppercase;
		color: #131313;
		font-size: 14px;
		text-decoration: none;
	}
	.mobile-nav > li > a.mobile-nav__login {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.mobile-nav > li > a.mobile-nav__login::after {
		content: '\e902';
		font-family: 'Magic';
		font-weight: normal;
		font-size: 8px;
		margin-left: 8px;
	}
	.site-header__navigation_burger {
		display: flex;
		width: 30px;
		height: 15px;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
	}
	.site-header__navigation_burger > span {
		width: 100%;
		height: 1px;
		background-color: #101010;
	}
	.open-menu .site-header {
		background-color: #fff;
	}
	.open-menu .site-header__navigation > div {
		display: flex;
		flex-wrap: wrap;
		z-index: 10;
		flex-direction: column;
		align-items: center;
	}
	.open-menu .site-header__navigation_burger > span {
		display: none;
	}
	.open-menu .site-header__navigation_burger::before {
		content: '\e903';
		font-family: 'Magic';
		line-height: 16px;
	}
	#menu-magic {
		flex-direction: column;
		align-items: flex-start;
/*		width: 140px;*/
		width: 190px;
		justify-content: center;
		margin-bottom: auto;
		margin-top: auto;
	}
	#menu-magic > li {
		margin-left: 0;
/*		text-align: center;*/
		width: 100%;
		margin-right: 0;
		margin-bottom: 22px;
	}
	#menu-magic > li:first-child {
		margin-top: -85px;
	}
	.open-menu .site-footer__socials {
		width: 190px;
		justify-content: flex-start;
		margin-top: 0;
		margin-bottom: 100px;
	}
	.open-menu .site-footer__socials > .site-footer__social {
		margin: 0;
		margin-right: 0;
	}
	.site-header__bar > .site-header__bar__item.site-header__bar_cart {
		margin: auto 0;
	}
	.site-header__bar > .site-header__bar__item.site-header__bar_account,
	.site-header__bar > .site-header__bar__item.site-header__bar_favorite {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.site-header {
		padding-top: 28px;
	}
	.site-header::before {
		width: calc(100% - 40px);
	}
	.site-header__navigation > div {
		top: 75px;
	}
	#menu-magic > li:first-child {
		margin-top: -75px;
	}
}
@media screen and (max-width:550px) {
	.site-header {
		z-index: 100;
		position: sticky;
		top: 0;
	} 
}
@media screen and (max-width:500px) {
	.site-header__logo > img {
		height: 10px;
	}
}

/*.•* - TOP BANNER - *•.*/
.site-top-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 4;
    margin: 0 auto;
    width: 100%;
    position: sticky;
}
.site-top-banner > img {
    width: 100%;
    height: auto;
}
.site-top-banner.sticky {
    max-width: 1440px;
    box-shadow: 0px 0px 10px #00000069;
    background-color: transparent;
    padding: 0;
    top: calc(100vh - 125px);
}
@media screen and (max-width: 768px) {
	.site-top-banner {
		display: none;
	}
}

/*.•* - BREADCRUMBS - *•.*/
.magic-breadcrumbs {
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 16px;
/*	text-transform: uppercase;*/
	color: rgba(57, 57, 57, 0.5);	
	margin-top: -32px;
	position: relative;
}
.magic-breadcrumbs a {
	text-decoration: none;
	color: rgba(57, 57, 57, 0.5);	
}

@media screen and (max-width: 768px) {
	.magic-breadcrumbs {
		margin-top: -12px;
		font-size: 12px;
	}	
	.magic-breadcrumbs a {
		font-size: 12px;
	}
}

/*.•* - QUANTITY INPUT - *•.*/
.quantity {
	width: 98px;
	position: relative;
	display: flex;
}
.quantity label {
	display: none;
}
.quantity__input {
	appearance: textfield;
	-moz-appearance: textfield;
	text-align: center;
	height: 38px;
	width: 100%;
	border: 1px #131313 solid;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	-moz-appearance: textfield;
	text-transform: uppercase;
	border-radius: 0;
}
.quantity__but {
	font-family: 'Catamaran', sans-serif;	
	display: flex;
	align-items: center;
	position: absolute;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #131313;
	font-weight: 500;
	height: 100%;
	width: 30px;
	justify-content: center;
	text-align: center;
	top: 0;	
	cursor: pointer;
}
.quantity__but.minus {
	left: 0;
}
.quantity__but.plus {
	right: 0;
}


/*.•* - FOOTER - *•.*/
.site-footer {
	justify-content: space-between;
	display: flex;
	position: relative;
	padding-top: 104px;
}
.site-footer::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #9c9c9c;
	position: absolute;
	top: 52px;
	left: 0;
}
.site-footer__widgets {
	display: flex;
}
.site-footer__widget {
	max-width: 175px;
	width: auto;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
}
.site-footer__widget_title {
	width: 100%;
	font-weight: 500;
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 21px;
	text-transform: uppercase;
	color: #616161;
	margin-bottom: 14px;
}
.site-footer__widget_content {
	width: 100%;
}
.site-footer__widget_content > ul {
	list-style: none;
}
.site-footer__widget_content > ul > li {
	padding: 2px 0;
}
.site-footer__widget_content > ul > li > a {
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 21px;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
}
.site-footer__widget_content > ul > li > a.email {
	text-transform: lowercase;
}
.site-footer__widget_content > ul > li > a.worktime {
	text-transform: capitalize;
}
.site-footer__socials {
	display: flex;
}
.site-footer__social {
	color: #888;
	text-decoration: none;
	font-size: 28px;
	height: 28px;
	width: 28px;
	margin: 0 13px;
}
.site-footer__social::before {
	font-family: 'Magic';
}
.site-footer__social.telegram::before {
	content: '\e905';
}
.site-footer__social.whatsapp::before {
	content: '\e904';
}
.site-footer__form {
	max-width: 457px;
}
.site-footer__form_title {
	font-size: calc(0.67em + 0.08em); /* 12px - 14px; */
	line-height: 24px;
	text-transform: uppercase;
	color: #616161;
	margin-bottom: 12px;
}
.site-footer__form_main {
	display: flex;
	margin: 12px 0;
	position: relative;
}
.site-footer__form_main .form-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.site-footer__form_text {
	margin-top: 6px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #888;
}
.site-footer__form_text a {
	color: #616161;
}
@media screen and (max-width:1450px) {
	.site-footer__widget {
		margin-right: 40px;
	}
}
@media screen and (max-width:1250px) {
	.site-footer__widget_content > .site-footer__socials {
		margin-top: 15px;
	}
	.site-footer__widget_content > .site-footer__socials > .site-footer__social{
		margin: 0;
		margin-right: 30px;
	}
}
@media screen and (max-width:1150px) {
	.site-footer__widgets {
		order: 2;
		width: 100%;
		justify-content: space-between;
	}
	.site-footer__widget {
		max-width: 175px;
		width: auto;
	}
	.site-footer__widget.contacts {
		margin-right: 0;
	}
	.site-footer__form {
		max-width: 100%;
		order: 1;
		margin-bottom: 40px;
	}
}
@media screen and (max-width:500px) {
	.site-footer__widgets {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.site-footer__widget {
		margin-right: 0;
		max-width: 100%;
		padding: 10px 0;
		border-top: 1px #9c9c9c solid;
	}
	.site-footer__widget:last-child {
		border-bottom: 1px #9c9c9c solid;
	}
	.site-footer__widget_title {
		margin-bottom: 0;
		position: relative;
	}
	.site-footer__widget_title::after, 
	.site-footer__widget_title::before {
		content: '';
		background-color: #393939;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.site-footer__widget_title::after {
		width: 14px;
		height: 1px;
		right: 0;
	}
	.site-footer__widget_title::before {
		width: 1px;
		height: 14px;
		right: 6.5px;
	}
	.site-footer__widget_title.close::before {
		display: none;
	}
	.site-footer__widget_content {
		display: none;
		margin-top: 5px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	.site-footer__widget_content.open {
		display: block;
	}
	.site-footer .site-footer__socials {
		order: 3;
		width: 100%;
		justify-content: center;
	}
	.site-footer__widget_content > ul > li {
		padding: 0;
	}
	.site-footer__widget_content > ul > li > a {
		font-size: 13px;
	}
}

/*.•* - CART - *•.*/
.products-cart,
.woocommerce-order-pay.empty-cart  .products-cart {
	display: flex;
	flex-direction: column;
	max-width: 337px;
	margin-left: auto;
}
.empty-cart .products-cart {
	max-width: 100%;
}
.products-cart__item {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 337px;
	height: 140px;
	height: 100px;
	margin-bottom: 30px;
}
.product-remove {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 0;
    width: 15px;
    height: 15px;
	cursor: pointer;
}
.product-remove__remove {
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.product-remove::before {
	font-family: 'Magic';
	content: '\e903';
	font-size: 12px;
	color: #828282;
}
.product-thumbnail {
	display: flex;
	flex:none;
	max-width: 100px;
	width: 100%;
}
.product-thumbnail > a {
	display: flex;
	width: 100%;
	height: 100%;
}
.product-thumbnail__image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 18px;
}
.product-name {
	line-height: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	font-size: 14px;	
	padding-right: 22px;
	width: 100%;
}
.product-gifts-sep {
    width: 100%;
    background-color: #f2f2f2;
    height: 1px;
    margin-bottom: 30px;	
}
.product-status.gift {
	display: flex;
	width: 100%;
    font-size: 13px;
    text-transform: none;
    color: #888;
    letter-spacing: 0.6px;
	margin-top: 8px;
}
.product-status.gift::before {
	font-family: 'Magic';
	content: '\e913';
    font-size: 12px;
    margin-right: 5px;
}
.product-gift-qty {
	margin-left: 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    text-transform: initial;
}
.product-name > a {
	text-decoration: none;
	font-size: 13px;
}
.product-name > a > .eng-text {
	font-size: 14px;
}
.product-price {
	display: none;
}
.product-quantity {
	margin-bottom: 0;
	margin-top: auto;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
	-moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 0;
}

.product-quantity .quantity__input {
	border: 0;
}

.product-subtotal {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	margin-top: auto;
	margin-bottom: 0;
	height: 40px;
	display: flex;
	align-items: center;
}
.product-promocode {
	position: relative;
}
.product-promocode > label {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;	
}
.product-promocode > input {
	padding: 15px;
}
.product-promocode > button {
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	right: 0;
	bottom: 15px;
	margin: auto;
	cursor: pointer;	
}

.products-totals {
	display: flex;
	flex-direction: column;
	max-width: 337px;
	margin-left: auto;
	margin-top: 24px;
}
.products-totals__item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(19, 19, 19, 0.2);
	padding: 8px 0;
	flex-wrap: wrap;
}
.products-totals__item > span,
.products-totals__coupon > span {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;	
}
.products-totals__coupon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}
.products-totals__coupon .woocommerce-remove-coupon {
	font-size: 0;
	text-decoration: none;
	position: absolute;
	right: -22px;
}
.products-totals__coupon .woocommerce-remove-coupon::before {
	font-family: 'Magic';
	content: '\e903';
	font-size: 10px;
}
.products-totals__shipping_block {
	width: 100%;
	display: flex;
	font-size: 14px;
	margin-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
}
.products-totals__shipping_methods {
	width: 100%;
	list-style: none;
	margin-left: 20px;
	margin-top: 10px;
}
.products-totals__shipping_methods > li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.products-totals__shipping_methods > li > input {
	display: none;
}
.products-totals__shipping_methods > li > label {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	color: #3c3c3c;
	cursor: pointer;
	line-height: normal;
}
.products-totals__shipping_methods > li > label::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px #393939 solid;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.products-totals__shipping_methods > li > input:checked+label::after,
.products-totals__shipping_methods > li > input[type="hidden"]+label::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #393939;
	border-radius: 50%;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
} 
.addit-cart-text {
	display: none;
}

.forbidden_products {
	font-size: 13px;
	line-height: 1.5;
	background-color: #fee;
	padding: 20px;
	margin: 10px 0;
}
.forbidden_products > p {
	margin: 0;
}
.forbidden_products > ul {
	padding-left: 15px;
	list-style: disc;
	margin-top: 10px;
}

@media screen and (max-width:425px) {
	.products-totals__item > span,
	.products-totals__coupon > span,
	.products-totals__shipping_methods > li > label {
		font-size: 12px;
		line-height: 14px;
	}
}

/*.•* - HEADER CART - *•.*/
.header-cart {
	background-color: #fff;
	position: absolute;	
	width: 440px;
	padding: 40px 0;
	top: 47px;
	z-index: 20;
	display: none;
	flex-wrap: wrap;
	box-shadow: 0px 8px 15px #0000004f;
}
.header-cart.open {
	display: flex;
}
.header-cart .woocommerce {
	margin: auto;
	overflow-y: auto;
	width: 100%;
}
.header-cart .products-cart,
.header-cart .products-totals {
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
	width: 100%;
}
.header-cart.empty .products-totals {
	display: none;
}
.header-cart .products-cart__title {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #131313;	
	margin-bottom: 20px;
}
.header-cart .cart-table {
	max-height: 520px;
	overflow: hidden;
}
.header-cart .magic-button {
	margin-top: 20px;
	width: 100%;	
}
.header-cart .empty-cart-block {
	min-height: 450px;
	display: none;
	flex-wrap: wrap;
	flex-direction: row;
}
.header-cart.empty .not-empty-cart-block {
	display: none;
}
.header-cart.empty .empty-cart-block {
	display: flex;
}
.header-cart .empty-cart-block .products-cart__title {
	margin-bottom: 0;
}
.header-cart .empty-cart-block__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: rgba(57, 57, 57, 0.5);
	width: 100%;
	margin: auto;
}
.header-cart .empty-cart-block .magic-button-lite {
	width: 100%;
	margin-top: auto;
}
.header-cart .woocommerce-message {
	display: none;
}
.header-cart .product-promocode {
	margin-bottom: 0;
}
.product-promocode > input {
	border-color: #cfcfcf;
}
@media screen and (max-width:500px) {
	.header-cart {
		width: 100vw;
		height: 100vh;
		right: -20px;
		box-shadow: none;
		overflow-y: scroll;
		padding: 20px;
	}
	.header-cart .woocommerce {
		margin-top: 0;
		display: block;
		height: 100%;
		width: 100%;
/*		flex-direction: column;*/
	}
	.header-cart .cart-table {
		overflow-y: scroll;
		padding-right: 10px;
	}
	.header-cart .cart-collaterals {
		margin-top: auto;
	}
	.header-cart .products-totals {
		margin-bottom: 200px;
	}
	.open-cart .site-header {
		background-color: #fff;
	}
	.header-cart .products-cart, .header-cart .products-totals {
		max-width: 420px;
		width: 98%;
	}
}
@media screen and (max-width:360px) {
	.header-cart .products-cart, .header-cart .products-totals {
		max-width: 100%;
	}	
	.header-cart .product-remove {
		border-right: 10px;
	}
}

/*.•* - SCROLL BASE !IMPORTANT - *•.*/ 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*.•* - SCROLL STYLE - *•.*/ 
.header-cart .cart-table > .scroll-element,
.header-cart .cart-table > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.header-cart .cart-table > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.header-cart .cart-table > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.header-cart .cart-table > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 4px;
}
.header-cart .cart-table > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.header-cart .cart-table > .scroll-element .scroll-element_outer,
.header-cart .cart-table > .scroll-element .scroll-element_track,
.header-cart .cart-table > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.header-cart .cart-table > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.header-cart .cart-table > .scroll-element .scroll-bar { background-color: #393939; }
.header-cart .cart-table > .scroll-element:hover .scroll-bar { background-color: #919191; }
.header-cart .cart-table > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
.header-cart .cart-table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.header-cart .cart-table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.header-cart .cart-table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.header-cart .cart-table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }



/*.•* - WOOCOMMERCE - *•.*/
.woocommerce {
	position: relative;
}
.woocommerce-notices-wrapper {
	width: 100%;
}
.woocommerce-error {
	display: block;
	background-color: #fee;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.woocommerce-error > li {
	margin-left: 10px;
	font-size: 14px;
}
.woocommerce-message {
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	background-color: #deffe5;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.woocommerce-message a {
	font-size: 14px;
}
.woocommerce-message::before {
	content: '';
}
.site-header .woocommerce-error,
.site-header .woocommerce-message {
	display: none;
}

/*.•* - POPUP MAGIC BOX - *•.*/
.magic-box {
	opacity: 0;
	z-index: -1;
	transition: opacity 0.25s linear;
	background-color: #fff;
    position: absolute;
    max-width: 800px;
	width: 100%;
    box-shadow: 0px 8px 15px #0000004f;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
	padding: 40px 80px;
	padding-left: 60px;
	max-height: 500px;
	display: none;

}
.magic-box.open {
	opacity: 1;
	z-index: 20;
	position: fixed;
	top: 0;
	bottom: 0;
	display: flex;
	margin: auto;
}

.magic-box-content {
	overflow-y: auto;
	display: none;
	height: 100%;
}
.magic-box.open .magic-box-content {
	display: flex;
	padding-right: 10px;
	width: 100%;
}

/* -- SUCCESS BOX -- */
.magic-box{
	padding: 0;
}
.magic-box .magic-box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	padding: 0 7px;
}
.magic-box .magic-box-content__pretitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #131313;
	padding: 0 30px;
}
.magic-box .magic-box-content__title{
	font-weight: 400;
	font-size: 40px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
	color: #131313;
	margin-top: 5px;
}
.magic-box .magic-box-content__text,
.magic-box .magic-box-content__text_big {
	font-weight: 400;
	margin-top: 16px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(57, 57, 57, 0.8);
	padding: 0 70px;
}
.magic-box .magic-box-content__text_big {
	font-size: 14px;
}
.magic-box .privacy {
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #393939;
	text-align: left;
	text-transform: none;
}
.magic-box .magic-box-content__info {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: lowercase;
	color: #888888;
	max-width: 400px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.magic-box .magic-box-content__button {
	margin-top: 30px;
}

.magic-box.page {
	max-height: 100%;	
	height: 100%;
}
.magic-box.page .magic-box-content {
/*	max-height: 600px;*/
	overflow: auto;
}
.magic-box.open.success .magic-box-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
}
.magic-box.open.success .magic-box-content small {
	margin-top: 30px;
	font-size: 16px;
}

.close-magic-box {
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	width: 43px;
	height: 43px;
	background-color: #ffffff91;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-magic-box:before {
	content: '\e903';
    font-family: 'Magic';
    font-size: 23px;
}
.magic-overlay {
	opacity: 0;
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #0006;
	top: 0;
	bottom: 0;
	transition: opacity 0.25s linear;
}
.magic-overlay.open {
	opacity: 1;
	z-index: 2;
}

/* Promotion */
.promotion_2.magic-box {
    max-height: 414px;
}
.promotion .magic-box-image.mobile,
.promotion_2 .magic-box-image.mobile {
    display: none;
}
@media screen and (max-width: 650px) {
    .promotion .magic-box-image.pc,
    .promotion_2 .magic-box-image.pc {
        display: none;
    }
    .promotion .magic-box-image.mobile,
    .promotion_2 .magic-box-image.mobile {
        display: flex;
/*        object-fit: contain;*/
    }
    .promotion_2 .magic-box-image.mobile {
        height: 310px;
        margin: 0;
    }
    .promotion_2.magic-box {
        max-height: calc(100vh - 35%);
        max-width: 350px;
    }
    .promotion_2.magic-box .magic-box-content {
        order: 1;
        margin: 50px 0;
    }
}

/* Subscribe Promocode */
.subscribe-promocode .magic-box-content__pretitle {
	font-size: 14px;
	line-height: 19px;
	margin-top: auto;
}
.subscribe-promocode .magic-box-content__title {
	line-height: 35px;
}
.subscribe-promocode .magic-box-content__text {
	font-weight: 500;
	margin-top: 5px;
}
.subscribe-promocode form {
	margin-top: 30px;
}
.subscribe-promocode .magic-box-content__info {
	margin-top: auto;
}
.subscribe-promocode .magic-box-content__button {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:991px) {
	.magic-box .magic-box-content__title {
		font-size: 35px;
		line-height: 40px;
	}
}
@media screen and (max-width:650px) {
	.magic-box {
		flex-wrap: wrap;
        max-width: 450px;
        height: 100vh;
        max-height: calc(100vh - 10%);
        overflow: auto;
	}
	.magic-box-image {
		width: 100%;
		height: 300px; /* 115 */
		object-fit: cover;
	}
	.magic-box .magic-box-content {
		height: auto;
		margin-top: 20px;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:500px) {
	.magic-box {
		padding: 0; /* 40px 50px; */
	}
	.close-magic-box {
		right: 15px;
	}
	.magic-box.open.success .magic-box-content {
	  font-size: 25px;
	  line-height: 35px;
	}	
	.magic-box .magic-box-content__text, .magic-box .magic-box-content__text_big {
		padding: 0 30px;
	}
}
@media screen and (max-width:425px) {
	.magic-box {
		max-height: 100vh;
	}
	.magic-box-image {
		height: 40%;
/* 		margin-bottom: -100px; */
		margin-bottom: 20px;
	}
	.magic-box-content {
		width: 100%;
	}
	.magic-box .magic-box-content__pretitle {
		font-size: 16px;
	}
	.magic-box .magic-box-content__title {
		font-size: 30px;
		line-height: 33px;
	}
	.magic-box .magic-box-content__text
	.magic-box .magic-box-content__text_big {
		padding: 0 30px;
	}
	.magic-box .magic-box-content__button {
		margin-top: 10px;
	}
}
@media screen and (max-width:360px) {
	.magic-box .magic-box-content__text, .magic-box .magic-box-content__text_big {
		padding: 0 15px;
	}	
}

/*.•* - SCROLL STYLE MAGIC BOX - *•.*/ 
.magic-box-content > .scroll-element,
.magic-box-content > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.magic-box-content > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.magic-box-content > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.magic-box-content > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px;
}
.magic-box-content > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.magic-box-content > .scroll-element .scroll-element_outer,
.magic-box-content > .scroll-element .scroll-element_track,
.magic-box-content > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.magic-box-content > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.magic-box-content > .scroll-element .scroll-bar { background-color: #393939; }
.magic-box-content > .scroll-element:hover .scroll-bar { background-color: #919191; }
.magic-box-content > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
.magic-box-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.magic-box-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.magic-box-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.magic-box-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


/*.•* - QUESTION BUTTON - *•.*/
.question-block {
	position: fixed;
	width: 83px;
	height: 83px;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: -40px;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: none;
    bottom: 200px;
    right: calc(10% - 20px);
}
.question-block.load {
	display: block;
}
.question-btn {
	width: 81px;
	height: 81px;
	border-radius: 50%;
	border: 1px solid #393939;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.question-btn::before {
	font-family: 'Magic';
    content: '\e904';
    color: #393939;
    font-size: 35px;
    position: absolute;
    bottom: 28px;
    right: 24px;
    z-index: 10;
}
.question-btn .text {
	width: 100%;
	height: 100%;
}
.question-btn:hover .text {
	animation: animate 10s linear infinite;/*свойства анимации*/
}
.question-btn .text span {
	position: absolute;
	left: 50%;
	bottom: 80px;
	text-transform: lowercase;
	transform-origin: 0px 65px;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

@keyframes animate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 1440px) {
	.question-block {
		right: 3%;
	}
}
@media screen and (max-width:768px) {
	.question-block {
		right: 5%;
	}
}
@media screen and (max-width:500px) {
	.question-block {
		margin-right: auto;
		margin-bottom: 60px;
	}
}