

/* Start:/local/templates/sweets_am/components/bitrix/catalog.item/new_product/style.css?175067856710031*/
.catalog-item-container {
	border-radius: 20px;
	border: 1px solid #EEF1F9;
	background: #FFF;
	display: flex;
	min-width: 266px;
	/*max-height: 497px;*/
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.catalog-item-container-top-block {
	position: relative;
	width: 100%;
}
.catalog-item-img a{
	display: contents;
}
.favorite-button {
	border-radius: 14px;
	border: 1px solid #EEF1F9;
	background-color: #FFF !important;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("/local/templates/sweets_am/icon/heart_icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}


.catalog-item-img {
	min-width: 234px;
	height: 233px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-item-img img{
	width: 100%;
	height: 230px;
	object-fit: contain;
}

.catalog-item-discount-and-new-block {
	display: flex;
	align-items: center;
	column-gap: 6px;
	max-height: 20px;
	height: 20px;
}

.catalog-item-discount-and-new-block div {
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 2px 4px 1px;
	border-radius: 90px;
}

.catalog-item-new-block {
	background: #94CE18;
}

.catalog-item-discount-block {
	background: #AA0029;
}

.catalog-item-container-bottom-block {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	align-items: flex-start;
	width: 100%;
}
.catalog-item-container-bottom-block .catalog-item-price-block{
	max-width: 100%;
	width: 100%;
	justify-content: left;
	flex-direction: column;
	align-items: normal;
}
.catalog-item-name {
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 14px;
	max-height: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalog-item-available span {
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.catalog-item-available span.available {
	color: #94CE18;
}

.catalog-item-available span.not-available {
	color: #AA0029;
}

.catalog-item-old-price {
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: line-through;
}

.catalog-item-new-price {
	color: #AA0029;
	font-family: "Montserratarm-Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.add-basket, .baskets_delete_yes, .order_popup_correction_open {
	border-radius: 14px;
	background: #1E6B57;
	display: flex;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	height: 60px;
	margin-top: 2px;
}
.disable-basket {
	border-radius: 14px;
	background: #aba9b8;
	display: flex;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	height: 60px;
	margin-top: 2px;
}

.owl-item .catalog-item-container .catalog-item-container-bottom-block .add-basket img, .order_popup_correction_open img , .owl-item .catalog-item-container .catalog-item-container-bottom-block .disable-basket img, .order_popup_correction_open img{
	width: auto;
}
.catalog-item-available span.not-available {
	color: #AA0029;
}
.add-basket:hover, .baskets_delete_yes:hover {
	background: linear-gradient(90deg, #1E6B57 2.14%, #034131 53.25%, #1E6B57 100%);
	transition: all ease .3s;
}

.product-item-container .catalog-item-container .catalog-item-container-bottom-block .add-basket img, .baskets_delete_yes img {
	width: 24px;
}
.favorite-button.active {
	background: url("/local/templates/sweets_am/icon/heart_icon_active.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease .3s;
}
.element-calc-block{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	border-radius: 14px;
	border: 1px solid #1E6B57;
	padding: 9px;
	min-width: 192px;
	background-color: #ffffff;
}
.element-add-calc-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px;
	background-color: #1E6B57;
	border-radius: 14px;
}
.element-calc-container{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.element-calc-container button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.element-calc-block input{
	border: 0;
	outline: 0;
	width: 20px;
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: transparent;
	text-align: center;
}
.product-item-container .catalog-item-container .catalog-item-container-bottom-block .add-basket img, .baskets_delete_yes img, .order_popup_correction_open img {
	width: 24px!important;
}
@media only screen and (min-width: 1025px) {
	.favorite-button:hover {
		background: url("/local/templates/sweets_am/icon/heart_icon_active.svg");
		background-repeat: no-repeat;
		background-position: center;
		transition: all ease .3s;
	}
}


@media only screen and (max-width: 1279px) and (min-width: 1025px) {
	.catalog-item-container {
		min-width: 226px;
		gap: 12px;
	}
	.add-basket, .disable-basket, .baskets_delete_yes, .order_popup_correction_open{
		font-size: 12px;
		padding: 18px;
		margin-top: 8px;
	}
	.catalog-item-container-bottom-block{
		row-gap: 12px;
	}
	.favorite-button:hover{
		background: url("/local/templates/sweets_am/icon/heart_icon.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-color: white;

	}
	.favorite-button.active {
		background: url("/local/templates/sweets_am/icon/heart_icon_active.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-color: white;
		transition: all ease .3s;
	}
} 

@media only screen and (max-width: 1023px) {
	.catalog-item-container {
		min-width: 100%;
		gap: 12px;
	}
	.catalog-item-container-bottom-block{
		row-gap: 12px;
	}
	.catalog-item-name,.catalog-item-available span,.catalog-item-old-price{
		font-size: 12px;
	}
	.catalog-item-new-price{
		font-size: 16px;
	}
	.catalog-item-price-block{
		height: auto;
		row-gap: 6px;
	}
	.catalog-item-container-bottom-block .add-basket, .catalog-item-container-bottom-block .disable-basket, .catalog-item-container-bottom-block .baskets_delete_yes, .order_popup_correction_open{
		padding: 18px;
		font-size: 12px;
	}
	.catalog-item-img{
		min-width: 190px;
	}
	.favorite-button.active{
		background-size: 11px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
	.catalog-item-container-top-block .favorite-button {
		min-width: 50px;
		height: 50px;
		background-size: 25px;
		border-radius: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.catalog-item-container{
		padding: 6px;
	}
	.favorite-button{
		width: 24px;
		height: 24px;
		background-size: 11px;
		border-radius: 6px;
	}
	.favorite-button:hover, .favorite-button.active{
		background-size: 11px;
		border-radius: 6px;
	}
	.catalog-item-img{
		min-width: 111px;
		height: 126px;
	}
	.catalog-item-container-bottom-block {
		row-gap: 6px;
	}
	.add-basket, .disable-basket, .baskets_delete_yes, .order_popup_correction_open{
		padding: 12px 6px;
		gap: 4px;
		height: 39px;
		margin-top: 0;
	}
	.owl-item .catalog-item-container .catalog-item-container-bottom-block .add-basket img,
	.catalog-item-container .catalog-item-container-bottom-block .add-basket img,
	.owl-item .catalog-item-container .catalog-item-container-bottom-block .disable-basket img,
	.catalog-item-container .catalog-item-container-bottom-block .disable-basket img,
	.owl-item .catalog-item-container .catalog-item-container-bottom-block .baskets_delete_yes img,
	.catalog-item-container .catalog-item-container-bottom-block .baskets_delete_yes img, .order_popup_correction_open img{
		width: 14px;
	}
	.catalog-item-discount-and-new-block div{
		padding: 1px 4px;
	}
	.favorite-button{
		width: 35px;
		height: 35px;
		background-size: 60%;
	}
	.catalog-item-container-bottom-block .add-basket, .catalog-item-container-bottom-block .disable-basket, .catalog-item-container-bottom-block .baskets_delete_yes, .order_popup_correction_open{
		padding: 10px;
		height: 39px;
		font-size: 12px;
	}
	.catalog-item-container-bottom-block .disable-basket{
		height: 39px;
		gap: 6px;
		padding: 10px;
		font-size: 12px;
	}
	.catalog-item-img img{
		height: 111px;
	}
	.element-calc-block{
		padding: 3.5px 0;
		min-width: auto;
		margin-top: 2px;
	}
	.element-calc-container svg{
		width: 24px;
	}
	.element-calc-container{
		width: auto;
	}
	.element-add-calc-button{
		padding: 6px;
		border-radius: 10px;
	}
	.search-result-element-element-buttons .order_popup_correction_open{
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.catalog-item-name{
		height: 50px;
	}
}

/* sale-block */

.sale-block {
	color: #FFF;
	background-color: #AA0029;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 2px 4px 1px;
	border-radius: 90px;
	position: absolute;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.sale-block {
		font-size: 12px;
	}
}
/* End */
/* /local/templates/sweets_am/components/bitrix/catalog.item/new_product/style.css?175067856710031 */
