/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 17:05:41 */
nav.woocommerce-breadcrumb{
	display: none;
}
ul.products li.product {
    box-shadow: 0px 8px 25px -3px #9C9C9C59;
    border-radius: 0px 0px 10px 10px;
}
.woocommerce ul.products li.product a img {
    height: 240px;
}
ul.products li.product .product-content {
    padding: 0px 15px 10px;
}
span.product-label {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
	font-size: 12px;
	padding: 2px 0px;
	z-index: 99;
	text-transform: uppercase;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 55%;
	opacity: 0;
    left: 30%;
    margin-top: 0px;
	transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product:hover .yith-wcwl-add-to-wishlist{
	top: 45%;
	opacity: 1;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i.yith-wcwl-icon {
    font-weight: 400;
    font-size: 24px;
    margin-right: 0px;
    color: #5C5C5C;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin-right: 0px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist svg.yith-wcwl-icon-svg{
	margin-right: 0px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist span {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse 
span.feedback, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse
span.feedback {
    font-size: 0px;
	background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	gap: 0px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse 
span.feedback i.yith-wcwl-icon, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse
span.feedback i.yith-wcwl-icon {
    font-weight: 900;
    font-size: 24px;
    margin-right: 0px;
    color: #5C5C5C;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: none;
}

a.button.yith-wcqv-button {
    position: absolute;
	opacity: 0;
    top: 55%;
    right: 30%;
    margin-top: 0px !important;
    font-size: 0px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.1s;
}

.woocommerce ul.products li.product:hover a.button.yith-wcqv-button, .woocommerce-page ul.products li.product:hover a.button.yith-wcqv-button{
	opacity: 1;
    top: 45%;
}

a.button.yith-wcqv-button:after {
    content: url(/wp-content/uploads/2024/09/search.png);
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
h2.woocommerce-loop-product__title {
    color: #000000;
/*     height: 100px; */
}
.woocommerce .star-rating span::before {
    color: #FFDD00;
}
.woocommerce ul.products li.product .price {
    color: #000;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: unset;
}
.woocommerce ul.products li.product a.button.add_to_cart_button {
/*     position: absolute; */
/*     margin-top: 0px;
    font-size: 0px; */
    background: #000;
	color: #fff;
/*     padding: 0px;
    bottom: 5%;
    right: 15px; */
	border-radius: 0px;
	text-align: center;
	background: #000;
	color: #fff;
	width: 100%;
}
a.added_to_cart.wc-forward {
    text-align: center;
    width: 100%;
    color: #000;
}
/* .woocommerce ul.products li.product a.button.add_to_cart_button:after {
    content: url(/wp-content/uploads/2024/09/cart-icon.png);
    font-size: 12px;
	position: static;
} */
h1.woocommerce-products-header__title.page-title{
	text-align: center;
    text-transform: uppercase;
    font-size: 52px;
}

p.woocommerce-result-count{
	display: none;
}
select.orderby {
    outline: none;
    border: none;
}
select.orderby:focus-visible {
    outline: none;
}
li.product {
    overflow: hidden;
}
li.product img{
	transition: all 0.3s ease-in-out;
}
li.product:hover img {
    transform: scale(1.1);
}
p.product-count-message{
	float: left;
}
body.single-product .yith-wcwl-add-to-wishlist {
    position: static;
    opacity: 1;
}
body.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    width: 100%;
    text-align: right;
    height: auto;
    justify-content: end;
}
body.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist span {
    display: block;
    color: #000;
}
body.single-product .yith-wcwl-add-button a.delete_item {
    height: auto;
    width: auto;
    font-size: inherit;
    color: #000;
}
body.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    justify-content: end;
    align-items: end;
}
.wishlist_table .product-add-to-cart a {
    color: #000;
    text-decoration: none;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove i {
    color: #000;
    margin-right: 10px;
}
body.woocommerce-cart li.wc-block-grid__product a.wc-block-grid__product-link {
    text-decoration: none;
    color: #000;
}
body.woocommerce-cart li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: 0px;
}
body.woocommerce-cart li.wc-block-grid__product span.rating{
	display: none;
}
@media(max-width: 767px){
	body.single-product .yith-wcwl-add-to-wishlist {
        display: block;
    }
	ul.products{
		display: flex;
		flex-wrap: wrap;
	}
	h1.woocommerce-products-header__title.page-title{
		font-size: 32px;
	}
	.yith-wcwl-add-to-wishlist {
		display: none;
	}
	.woocommerce ul.products li.product:hover a.button.yith-wcqv-button, .woocommerce-page ul.products li.product:hover a.button.yith-wcqv-button {
		display: none;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		font-size: 14px;
	}
	.woocommerce ul.products li.product{
		width: 48% !important;
		margin: 0px auto 30px !important;
        float: unset !important;
	}
	.woocommerce ul.products li.product a img{
		height: auto;
	}
	.woocommerce ul.products li.product a.button.add_to_cart_button {
		font-size: initial;
		color: #fff;
		background: #000;
		text-align: center;
		width: 100%;
		position: static;
		padding: 10px 0px;
		font-weight: 400;
	}
	.woocommerce ul.products li.product a.button.add_to_cart_button:after {
		display: none;
	}
}