.my-arrow{
	width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}
.my-buy-now{
	    flex: 1 1;
	    display: flex;
    background: #fff;
    justify-content: space-between;
        padding: 2px 7px 2px 18px;
    border-radius: 50px;
	align-items: center;
	color: #000;
	height: 100%;
}
.my-buy-now a{
	line-height: 1 !important;
	padding: 5px !important;
	color: #000;
}
.my-price-buy{
	 display: flex;
    justify-content: space-between;
	gap: 5px;
}
.my-price-buy a{
	padding: 0 !important;
	flex: 1 1;
}
.price-amt{
	    background: #000;
    padding: 9px 15px;
    border-radius: 50px;
    border: 1px solid #fff;
}
.my-title{
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: 96%;
    display: flex;
    justify-content: space-between;
    background-color:#ffffff94;
    border-radius: 8px;
    color: #000;
    padding: 16px 20px;
	 align-items: center;
}
.my-title p{
	margin-bottom: 0;
}
.my-product-otr{
	position: relative;
}
.my-product-otr a{
	padding: 0 !important;
}
.my-add-to-cart{
	    position: absolute;
    top: 3%;
    right: 3%;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}
.my-add-to-cart i{
	color: #000;
}
.my-wishlist{
	    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #f00;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.my-product-otr img{
	border-radius: 10px;
}
.custom-add-to-cart-button{
	
}
.woocommerce span.onsale{
	top: 16px !important;
    left: 10px !important;
    right: auto !important;
	background-color: var(--products-title-color);
    width: 60px !important;
    border-radius: 5px !important;
	line-height: 2 !important;
	min-height: auto !important;
}
body{background-image: linear-gradient(to left, #24040D, #060102);}
/*wistlist*/
/* ✅ Hide Wishlist Text, show only icon */
.yith-wcwl-add-to-wishlist a span {
  display: none !important;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}
table.shop_table tr th {
    background-color: #1E030B !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
    background: #1e030b;
    color: #ffffff;
    border-color: #ffffff2e;
    border: 0.5px solid #cccccc40;
}
td.product-name a {
    color: #fff;
    font-size: 16px;
}
td.product-price p{
 color: #fff;
    font-size: 16px;	
}
span.wishlist-in-stock{
	color: #fff;
    font-size: 16px;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
    background-color: #880009;
	color:#fff;
    padding: 14px 18px;
    border-radius: 50px;
	margin-top: -16px !important;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #ffffff;
}
td.product-name p {
    margin-top: -17px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
   
}
.product-name h3 a {
    font-size: 23px;
    color: #fff;
}
h1.entry-title {
    font-size: 54px;
}
a.button.wc-forward {
    padding: 7px 20px 8px 20px;
    background-color: #880009 !important;
    border-radius: 35px;
    color: #fff;
    font-weight: 400;
}