
.product-item-scu-item-color-container{
	width: 20px;
	height: 20px;
}
.product-item-info-container{
	margin-bottom: 10px;
}
.action-icons{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}
.action-icons svg{
	cursor: pointer;
	margin: 5px;
	display: block;
}

.catalog-card {
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 10;
}

.catalog-products__item-label {
	display: inline-block;
	background-color: #29B7D0;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 13px;
	z-index: 15;
}
.catalog-card__title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.catalog-products__item-heart {
	z-index: 15;
}

.catalog-products__item-compare {
	z-index: 15;
}


.catalog-card__wrap {
	position: relative;
	z-index: 100;
	
	height: 302px !important;
}

.catalog-card__img {
	border-radius: 8px;
	margin-bottom: 18px;
	/* width: 100%; */
	width: 302px;
	height: 200px;
	object-fit: contain;
}

.catalog-card__rating {
	display: flex;
	margin-bottom: 12px;
}

.catalog-card__stars {
	margin-right: 10px;
}

.catalog-card__reviews {
	font-size: 14px;
	line-height: 16px;
	color: #636B83;
}

.catalog-products__item-background {
	width: calc(100% + 40px);
	padding: 20px;
	height: auto;
	background: #fff;
	top: -25px;
	left: -25px;
	position: absolute;
	border: 1px solid #DCE0E5;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	/*-webkit-transition: all .3s;*/
	/*transition: all .3s;*/
	overflow: hidden;
	/*opacity: 0;*/
}
.catalog-card__hide-content{
	display: none;
}
/*.catalog-products__item.hover .catalog-products__item-background{*/
/*    opacity: 1;*/
/*}*/
.catalog-products__item.hover .catalog-card__hide-content{
	display: block;
}

.catalog-card__properties {
	padding-bottom: 15px;
	border-bottom: 1px solid #DCE0E5;
	margin-bottom: 15px;
}

.catalog-card__benefits-item {
	font-size: 14px;
	line-height: 16px;
	color: #636B83;
	padding-left: 10px;
}

.catalog-card__benefits {
	margin-bottom: 30px;
}

.catalog-card__benefits-item::before {
	content: '•';
	position: absolute;
	left: 0;
	font-size: 16px;
}

.catalog-card__btn {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.catalog-card__more {
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #636B83;
	text-align: center;
}

.product-item-scu-item-list.scu-color__list {
	display: flex;
	flex-wrap: wrap;
    gap: 8px;
}

.selectoption-color {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
}

.selectoption-color.selected {
	border: 2px solid #000;
}

.scu-color {
	margin-top: 10px;
}

.scu-color__list {
	margin-bottom: 20px;
    margin-top: 10px;
}



.catalog-card__gallery {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 2;
	display: flex;
	height: 200px;
}

.catalog-card__gallery-item {
	flex-grow: 1;
    -webkit-box-flex: 1;
	/* padding-top: 200px; */
}

.catalog-card__gallery-item.active .catalog-card__img {
	opacity: 1;
}

.catalog-card__gallery .catalog-card__img {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
	opacity: 0;
}

.catalog-card__gallery-item_nav {
	display: block;
    position: relative;
    height: 100%;
}

.catalog-card__gallery.many_photos .catalog-card__gallery-item_nav::before {
	content: "";
    display: block;
    height: 1px;
    background-color: #DCE0E5;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.catalog-card__gallery-item.active .catalog-card__gallery-item_nav::before {
	background-color: #00305C;
}

.catalog-card {
	padding-top: 210px;
}

.catalog-card__gallery .catalog-card__img {
	height: 180px;
}




@media (max-width: 1439px) {
	.catalog-card__img {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.catalog-card__img {
		width: 100%;
		object-fit: cover;
	}
	.catalog-products__wrap{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}



.catalog-card__gallery_all {
	display: none;
}