.product_layout_arrows ._left {
	position: absolute;
	margin-left: -30px;
	left:0;
	opacity: 0.5;
	padding: 10px;
	cursor: pointer;
	outline: none;
}
.product_layout_arrows ._right {
	position: absolute;
	margin-right: -30px;
	right:0;
	opacity: 0.5;
	padding: 10px;
	cursor: pointer;
	outline: none;
}
.product_layout_arrows .material-icons:hover {
	opacity: 1;
}

.product_layout_arrows.onMobile ._left {
	margin-left: 20px;
	color: white;
	opacity: 1;
	font-size: 4em !important;
	padding: 0px !important;
	text-shadow: 0px 0px 5px rgba(14, 14, 14, 0.54);
}
.product_layout_arrows.onMobile ._right {
	margin-right: 20px;
	color: white;
	opacity: 1;
	font-size: 4em !important;
	padding: 0px !important;
	text-shadow: 0px 0px 5px rgba(14, 14, 14, 0.54);
}

.layoutc .text_cover_cat{
	height: 50px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    outline: none;
    text-decoration: none;
}