.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);
}
@media(max-width:991px){
	component-product-layout-b .onLessPad card-product-k .card_container .item_price .first {
		width: 100%;
		border-right:0px !important;    
	}
	component-product-layout-b .onLessPad card-product-k .card_container .item_price .first .display-table {
		width: 100%;
		text-align: center;
	}
	component-product-layout-b .onLessPad card-product-k .card_container .item_price .second {
		float: none;
		text-align: center;
	}
	component-product-layout-b .onLessPad card-product-k .card_container {
		margin-bottom: 0 !important;
	}
	component-product-layout-b .row.row-flex .col-item.lesspad-second {
		padding: 0px !important;
	}
}
