.woocommerce .products{
	width: 100%;
}

/* Product Gallery */
.product-gallery-wrapper {
	position: relative;
}

.s2b-product-results-counter {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.product .quick-view-button {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	line-height: 23px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	color: #6c6868;
	border: 1px solid #6c6868;
	border-radius: 50%;
	z-index: 2;
}

.swiper-slide img {
	width: 100%;
}

.product-gallery-wrapper:hover .swiper-scrollbar {
	opacity: 1 !important;
}

.product-gallery-wrapper .swiper-button-prev,
.product-gallery-wrapper .swiper-button-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #333;
	background-color: white;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}


.product-gallery-wrapper:hover .swiper-button-prev,
.product-gallery-wrapper:hover .swiper-button-next {
	opacity: 1;
}

.product-gallery-wrapper .swiper-button-prev::after,
.product-gallery-wrapper .swiper-button-next::after {
	font-size: 14px;
}
.product-gallery-wrapper:hover .swiper-scrollbar{
	opacity:  0 !important;
}

/* Swatch General */
.category_switch_images .category_switch_image {
	display: block;
	float: right;
	margin-right: 9px;
	cursor: pointer;
	border-radius: 90px !important;
	width: 24px !important;
	height: 24px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.category_switch_images {
	overflow: hidden;
}

.category_switch_images .category_switch_image.selected_switch_image:after {
	color: black;
	font-size: 14px;
	line-height: 1;
	display: block;
	content: " ";
	margin: -3px;
	border: 1px solid;
	border-radius: 90px;
	width: 30px;
	height: 30px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

/* END Swatch General */

.price del {
	opacity: 1 !important;

}
.woocommerce ul.products li.product .price del{
	text-decoration: none;
}
.woocommerce ul.products li.product .price del .amount{
	color :#878686 !important;
	font-size: 16px;

}
#content ins .amount {
	font-size: 16px;
	font-weight: 600;
}

/* load more button */
.lmp_load_more_button.br_lmp_button_settings > a{
	background-color:#9e2a24 !important;
	color: white !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 17px 45px !important;
}
.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background-color:#9e2a24!important;
    color: #161313 !important;
}