:root {
	--azzurroScuro: #0F6DFF;
}
.products .product-item {
	border: none !important;
	background-color: #FFF !important;
}
.products .product-item .tocart, .products .product-item .tocart span {
	font-weight: 700;
	font-size: 11px;
	text-align: center;
}
.products .product .product-item-details .product-item-inner .product-item-actions .tocart {
	width: 100%;
	display: block;
}
.products .product-item-actions .tocart {
	background-color: var(--azzurroScuro) !important;
}
.products-grid.divider-line .product-item .product-item-info {
	padding: 0;
	border: solid 1px #E3E3E3 !important;
	background-color: #FFF;
}
.products-grid.divider-line .product-item-details .product-item-actions .tocart {
	color: #FFF;
	height: 35px;
	line-height: 35px;
}
.products .product.actions.product-item-actions a {
	border-radius: 50vh;
	border: none;
} 
.products .product-item-details {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 20px 10px !important;
}
.products .product.photo::before {
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	position: absolute;
	z-index: 0;
	top: 0;
}
.products .product-image-photo {
	mix-blend-mode: multiply;
}
.products .product-item-photo {
	position: relative;
}
.products .product-item-details * {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
.products .product-item-details strong {
	font-weight: 700;
}
.products .product .productName {
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
}
.product-item-details .anima, .product-item-details .calza {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-item:not(:hover) .hoverContentWrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height .1s;
}
.product-item:hover .hoverContentWrapper {
	max-height: 110px;
	transition: max-height 1s;
	overflow-y: hidden;
	margin-bottom: 10px !important;
}
body:not(.catalog-product-view) .products.list .owl-item .product-item .productName {
	margin: 5px 0 10px !important;
	line-height: 1.2;
	height: 29px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item-actions .tocart:hover, .product-item-actions .tocart:active {
	background-color: var(--arancio) !important;
}
.products.columns4 ol {
	list-style-type: none;
}
.products.columns4 li {
	width: calc(50% - 20px) !important;
}
.products-grid .product-item {
	float: left;
}
.products li .product-item-description, .products li .product-item-description p {
	font-size: 14px !important;
	color: #000 !important;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.42 !important;
	margin-bottom: 25px;
}
.products li .product-item-description {
	padding-top: 10px;
	border-top: solid 1px #C3C3C3;
	margin: 15px 0;
	height: 99px;
	box-sizing: content-box;
}
.product-item:hover .product-item-info.type2 {
	position: relative;
	z-index: 2;
	box-shadow: 0 25px 35px -5px rgb(0 0 0 / 10%);
}
.product-item:hover .product-item-info.type2,
.product-item:not(:hover) .product-item-info.type2 {
	transition: all .5s;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info, 
.products-grid.divider-line .product-item:hover .product-item-info {
	transform: translateY(-20px);
}
.filterproducts.products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.products {
	margin: 0 -10px;
}
.products li .product .productName {
	margin: 5px 0;	
}
.products li .product.sku {
	margin: 20px 0 0 0;
}
.owl-item .product.sku {
	min-height: 36px;
}
.products li .product-item-name {
	margin: 5px 0 10px 0;
}
body .products li .product-item-description {
	margin: 15px 0 20px 0 !important;
}
.filterproducts .owl-nav .fas {
	color: #003770;
	font-size: 18px;
}
.filterproducts.owl-carousel .owl-nav button.owl-next,
.filterproducts.owl-carousel .owl-nav button.owl-prev {
	padding: 4px 7px !important;
}
.products.columns4 ol:after {
	content: "";
	clear: both;
	display: table;
}
@media screen and (min-width: 415px) {
	.products .product-item-details {
		padding: 10px 15px 20px 15px !important;
	}
	body:not(.catalog-product-view) li .product .productName {
		font-size: 16px;
	}
	li .product-item-details .tipologiaProdotto, 
	li .product-item-details .anima,
	li .product-item-details .anima *,
	li .product-item-details .calza,
	li .product-item-details .calza *,
	li .product-item-details .composizione {
		font-size: 16px;
	}
	li .product-item-details .composizione {
		min-height: 41px;
	}
	.products .product-item {
		margin: 30px 10px !important;
	}
}
@media screen and (min-width: 769px) {
	.products.columns4 li {
		width: calc(25% - 20px) !important;
		margin: 30px 10px !important;
	}
	.products li.product .product-item-details {
		padding: 27px 24px 15px 24px !important;
	}	
}
@media screen and (max-width: 767px) {
	.products-grid .product-item-details .product-item-actions .actions-primary {
		display: block;
		width: 100%;
		margin-top: 20px
	}
	.products .item:not(.hover) .product-item-description {
		display: none;
	}
	body:not(.catalog-product-view) .product .tipologiaProdotto {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1024px) {
	.hrefWrapper[data-href="https://store.armareropes.com/ita/ready-dock.html"] h4.product.sku,
	.hrefWrapper[data-href="https://store.armareropes.com/eng/ready-dock.html"] h4.product.sku {
		padding-top: 52px !important;
	}
	body .products li .action {
		margin-bottom: 20px !important;
	}
	body .products li .action span {
		font-size: 15px !important;
	}
}