/*** WooCommerce Mods ***/


.woocommerce .star-rating span:before {
	color: var(--e-global-color-3a9f2cf);
}

/* Hide magnify icon */
 
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

/* Next/Prev product image */

.woocommerce ul.flex-direction-nav {
    position: absolute;
    top: 38%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

.woocommerce li.flex-nav-prev {float: left;}
.woocommerce li.flex-nav-next {float: right;}
.woocommerce a.flex-next {visibility: hidden;}
.woocommerce a.flex-prev {visibility: hidden;}

.woocommerce a.flex-next::after {
	visibility: visible;
	display: inline-block;
    content: '\27E9';
	/*margin-right: 10px;*/
	font-size: 2em;   
	font-weight: bold;
	padding: 0 0.6em;
	color: #f0f0f0;
	background-color: #FFFFFF;
}

.woocommerce a.flex-prev::before {
    visibility: visible;
    display: inline-block;
	content: '\27E8';
	/*margin-left: 10px;*/
	font-size: 2em;
	font-weight: bold;
	padding: 0 0.6em;
	color: #f0f0f0;
	background-color: #FFFFFF;
}

.woocommerce ul.flex-direction-nav li a {
	color: #ccc;
}

.woocommerce ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.woocommerce ul.flex-direction-nav li a {
	color: #ccc;
}

.woocommerce ul.flex-direction-nav li a:hover {
	text-decoration: none;
}


/* Product thumbs */

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
    display: flex;
}

.woocommerce div.product div.woocommerce-product-gallery.images .flex-control-thumbs li {
    width: 12%;
    padding: 0 !important;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.woocommerce div.product div.images .flex-control-thumbs {
		display: none;
	}
}



/* Product description */

.woocommerce .elementor-widget-woocommerce-product-content ul {
    margin-block-end: .9rem;
}

.woocommerce .elementor-widget-woocommerce-product-content li {
    margin-bottom: .5rem;
}


/* Hide Product Data Tabs */

.woocommerce  .woocommerce-tabs ul.tabs {
	display: none;
}

/* Product reviews */

.woocommerce #reviews #comments ol.commentlist li.review .comment-text {
	margin: 0;
	border-color: #f0f0f0;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text p.meta {
    clear: both;
    margin: 1.6em 0 0.5em 0;
}

.woocommerce .review .star-rating {
	float: left;
}

.woocommerce-Reviews-title {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}


/* Product Loops */

.woocommerce li.product .price ins {
    text-decoration: none;
}
   
.woocommerce li.product .price ins bdi {
    color: var(--e-global-color-44d3be0);
}

.woocommerce li.product span.onsale {
    border-radius: 15px 0 !important;
}

.woocommerce li.product .woocommerce-loop-product__buttons {
    display: none;
}



