/*.•* - PRODUCT CARD - *•.*/
.products-container ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.products-container ul li {
	width: 320px;
	margin-right: 38px;
	position: relative;
/*	margin-top: 20px;*/
	margin-bottom: 20px;
}
.single .products-container ul li,
.single .products-container ul li.product {
	max-width: 320px;
}
.products-container ul li:nth-child(4n + 4) {
	margin-right: 0;
}
.products-container__text {
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	height: 320px;
}
.products-container__text p {
	font-size: calc(0.55em + 0.23em); /* 10px - 14px */
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 24px;
}
.products-container ul li.product a {
	text-decoration: none;
	color: #393939;
/*	margin-right: 38px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.product__favorite {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}
.product__favorite::before {
	content: '\e912';
	font-family: 'Magic';
    line-height: normal;
    font-size: 24px;
}
.product__favorite.active::before, .product__favorite:hover:before {
	content: '\e911';
	font-family: 'Magic';
}
.product__statuses-texts {
	position: absolute;
	background-color: #393939;
	z-index: 1;
	padding: 9px 15px;
	top: auto;
	display: none;
	width: 100%;
	left: 0;
/*
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
*/
}
.product__statuses-texts.show {
	display: flex;
}
.product__statuses-texts::after {
    content: ''; 
	position: absolute;
    left: 9px;
    bottom: -23px;
    border: 12px solid transparent;
    border-top: 20px solid #393939;
}
.product__statuses-texts--text {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: lowercase;
	display: none;
/*	flex-wrap: wrap;*/
}
.product__statuses-texts--text.show {
	display: flex;
}
.product__statuses-texts--icon {
	display: none;
}
.product__statuses-texts--inner {
	display: flex;
	flex-wrap: wrap;
}
.product__statuses-texts--inner > span {
    font-size: 14px;
    font-weight: 600;
	width: 100%;
	display: block;
}
.product__statuses {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
.product__statuses--status {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: 0.3px;
	font-family: 'Catamaran', sans-serif;
}
.product__statuses--status.hit {
	background-color: #888888;
	font-family: 'Raleway', sans-serif;
}
.product__statuses--status.new {
	background-color: #A5A5A5;
} 
.product__statuses--status.sale {
/*	background-color: #CACACA;*/
	background-color: #bc917b;
} 
.product__statuses--status.gift {
	background-color: #393939;
}
.product__statuses--status.gift::before {
	font-family: 'Magic';
	content: '\e913';
}
.product__promo {
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: #bc917b;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    bottom: 20px;
}
@media screen and (max-width: 460px) {
	.product__promo {
		font-size: 13px;
		padding: 3px;
	}	
}
.product__overlay {
	display: none;
}
.product__add-to-cart {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #393939;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 19.5px;
    position: absolute;
    z-index: 2;
    right: 8px;
    bottom: 20px;
	cursor: pointer;
}
/*
.square .product__add-to-cart {
	top: 250px;
}
*/
.product__add-to-cart:hover {
	opacity: 0.8;
}
.product__add-to-cart::before {
	font-family: 'Magic';
	content: '\e900';
}
.product__image {
	object-fit: cover;
	width: 100%;
	display: flex;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
}
.products-container ul li.big .product__image {
	height: 100%;
	max-height: 900px;
}
.product__image-hide {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.product__image-hide-one {
	display: none;
}

/*
.logged-in .products-container ul li.product:hover .product__image {
	opacity: 1;
}
.logged-in .products-container ul li.product:hover .product__image-hide {
	opacity: 0;
	z-index: -1;
}
*/
.product__images {
	display: flex;
	position: relative;
	width: 100%;
	max-height: 400px;
	width: 100%;
}
.big .product__images {
	max-height: 900px;
	height: 100%;
}
.full-width .product__images {
	max-height: 500px;
}
.product__images_img {
	width: 100%;
	position: relative;
}
.product__images_dots {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.products-container ul li.product:hover .product__images_dots {
	opacity: 1;
}
.product__images_dots--item {
	width: 100%;
	position: relative;
}
.product__images_dots--item::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 2px;
	background-color: #ffffff30;
	bottom: 5px;
	border-radius: 10px;
	margin: auto;
	left: 0;
	right: 0;
	
}
.product__images_dots--item.active::before {
	background-color: #e3e3e3;	
}
.products-container ul li.product .product__images_item:hover .product__image-hide {
	opacity: 1;
	z-index: 1;
}
@media screen and (min-width: 551px) {
	.products-container ul li.product:hover .product__image {
		/*	position: absolute;*/
		/*	opacity: 0.1;*/
		top: 0;
		left: 0
	}
	.products-container ul li.product:hover .product__image-hide {
		opacity: 1;
		z-index: 1;
	}
}
@media screen and (max-width:1180px) {
	.big .product__images {
		max-height: 620px;
	}
}
@media screen and (max-width:1024px) {
	.big .product__images {
		max-height: 720px;
	}
	.product__images_dots {
		opacity: 1;
		height: 6%;
		width: 20%;
		right: 20px;
		left: auto;
		bottom: 0;
		top: auto;
	}
	.product__images_dots--item  {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.product__images_dots--item::before { 
		bottom: 0;
		top: 0;
	}
}
@media screen and (max-width:768px) {
	.big .product__images {
		max-height: 600px;
	}	
}
@media screen and (max-width:600px) {
	.big .product__images {
		max-height: 500px;
	}	
}
@media screen and (max-width:460px) {
	.big .product__images {
		max-height: 400px;
	}	
}
@media screen and (max-width:375px) {
	.big .product__images {
		max-height: 550px;
	}	
}

.product__title, .product__price {
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.6px;
/*	text-transform: uppercase;*/
	padding-top: 16px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #393939;
}
.product__main {
	width: 70%;
}
.product__title {
	overflow: hidden;
/*	white-space: nowrap;*/
}
.product__title > span.marquee {
	display: inline-block;
	width:100%;
	text-indent:0;
	animation: marquee 3s linear infinite;
	animation-play-state: paused;
}
.products-container ul li.product:hover .product__title > span.marquee {
	animation-play-state: running;
}



@keyframes marquee {
	0%  { 
		transform: translate(0%, 0); 
	}
	100% { 
		transform: translate(-100%, 0); 
	}
}
@media only screen and (max-width: 440px) {
	.marquee span{
		animation: none;
		padding-left: 0
	}
}

.product__price {
	width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
    line-height: normal;
	padding: 0;
	justify-content: flex-start;
	padding-top: 16px;
}

.product__price .woocommerce-Price-currencySymbol {
	font-size: 16px;
	position: relative;
/*	top: 2px;*/
}
.product__price .product__price-regular {
	color: #888888;
    text-decoration: line-through;
}
.product__price .product__price-sale {
	margin-top: 4px;
}
.sold_out {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.7;
    border: 1px #393939 solid;
    width: fit-content;
    margin-left: auto;
    padding: 3px 6px;
    margin-top: -3px;
}
.product__attribute {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	color: #393939;	
	width: 100%;
	height: 32px;
}

@media screen and (max-width:1600px) {
	.product__title {
		line-height: 16px;
		font-size: 16px;
	}
}
@media screen and (max-width:600px) {
	.product__statuses--status {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
}
@media screen and (max-width: 550px) {
	.product__statuses-texts {
		top: auto !important;
		bottom: -200px;
		left: 0;
		z-index: 4;
		position: fixed;
		background-color: #fff;
		padding: 35px 20px;
		flex-direction: column;
	}
	.product__statuses-texts::before {
		content: '';
		width: 60px;
		height: 4px;
		border-radius: 2px;
		background-color: #eeeeee;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 8px;
	}
	.product__statuses-texts.show {
		bottom: 0;
	}
	.product__statuses-texts::after {
		display: none;
	}
	.product__statuses-texts--text {
		color: #131313;
		margin-bottom: 10px;
		align-items: center;
	}
	.product__statuses-texts--icon {
		width: 32px;
		height: 32px;
		display: flex;
		color: #fff;
		margin-right: 8px;
		align-items: center;
		justify-content: center;
		flex:none;
		font-family: 'Catamaran', sans-serif;
	}
	.product__statuses-texts--icon::before {
		content: '';
		font-family: 'Magic';
	}
	.product__statuses-texts--text.gift .product__statuses-texts--icon {
		background-color: #393939;
	}
	.product__statuses-texts--text.gift .product__statuses-texts--icon::before {
		content: '\e913';
	}
	.product__statuses-texts--text.hit .product__statuses-texts--icon {
		background-color: #888888;
		font-family: 'Raleway', sans-serif;
	}
	.product__statuses-texts--text.new .product__statuses-texts--icon {
		background-color: #A5A5A5;
		font-family: 'Raleway', sans-serif;
	}
	.product__statuses-texts--text.sale .product__statuses-texts--icon {
		background-color: #CACACA;
	}
	.product__statuses-texts--inner {
		flex-direction: column;
		line-height: 16px;
	}
	.product__statuses-texts--inner > span {
		line-height: 16px;
	}
	.product__statuses-texts--text:last-child {
		margin-bottom: 0;
	}
	.product__overlay {
		opacity: 0;
		z-index: -1;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #0006;
		top: 0;
		left: 0;
		transition: opacity 0.25s linear;		
	}
	.product__overlay.open {
		display: block;
		z-index: 3;
		opacity: 1;
	}
}

@media screen and (max-width: 500px) {
	.products-container__text {
		height: auto;
	}
}
@media screen and (max-width:375px) {
	.products-container ul li.product {
		width: 280px;
	}
	.product__image {
		height: 320px;
	}
	.product__main, .product__price {
		width: 100%;
	}
	.product__price {
		padding-top: 0;
		flex-direction: row;
		justify-content: flex-end;
	}
	.product__price-regular {
		margin-right: auto;
	}
}
/* Индикатор добавления в корзину/избранное */
.notify-block {
	position: fixed;
    top: 54px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
@keyframes showNotice {
	from {
		right: -100%;
	}
	to {
	  right: 0;
	}
}

@keyframes closeNotice {
	from {
		right: 0;
	}
	to {
		right: -100%;
	}
}

.popup-info-add-to-cart {
	display: flex;
	align-items: center;
	width: 378px;
	position: absolute;
	right: -100%;
	background-color: #888;
	padding: 16px;
	animation-name: closeNotice;
	animation-duration: 0.8s;
}

.popup-info-add-to-cart.show {
	right: 0;
	animation-name: showNotice;
	animation-duration: 0.8s;
}

.popup-info-add-to-cart__image {
	width: 100px;
	height: 100px;
	margin-right: 16px;
	flex: none;
}

.popup-info-add-to-cart__image > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.popup-info-add-to-cart__info {
    display: flex;
    flex-direction: column;
}
.popup-info-add-to-cart__info > span {
	color: #F4F4F4;
}

.popup-info-add-to-cart__info__type-noti {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.6px;
}

.popup-info-add-to-cart__info__product {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.popup-info-add-to-cart__info__link {
	color: #FFFFFF;
	margin-top: 4px;
	font-size: 12px;
}

@media screen and (max-width: 500px) {
	.notify-block {
		top: 74px;
	}
	.popup-info-add-to-cart.show { 
		right: 20px;
	}
	.popup-info-add-to-cart {
		width: calc(100% - 40px);
	}
	.popup-info-add-to-cart__info__product {
		font-size: 12px;
		line-height: 14px;
	}
	.popup-info-add-to-cart__info__type-noti,
	.popup-info-add-to-cart__info__link {
		font-size: 10px;
		line-height: 14px;
	}
	
	@keyframes showNotice {
		from {
			right: -100%;
		}
		to {
		  right: 20px;
		}
	}

	@keyframes closeNotice {
		from {
			right: 20px;
		}
		to {
			right: -100%;
		}
	}
	
}