img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}

.related.products{
display:none;
}

.head-stuck .head-mast {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.head-stuck .head-mast-inner-wrap {
	padding: 10px 0 !important;
}

.site-logo { letter-spacing: -0.039em;}

/* ---Remove product Price Category Page | (JW) --- */ 
.tax-product_cat li.product .price{
    display: none;
}

/* ---Remove homepage button | (JW) --- */ 
.rhodes-slick-slider .btn{
    display: none;
}
/* Reduce product bottom margins | 27126947-hc (PS) */
 li.product {
    margin: 0 0 20px;
}
/* ---remove spacing category page | 27729871-HC (JW) --- */ 
.archive li.product:hover .button:not(.added){
    display: none;
}
.archive li.product{
    margin: 0;
}
.ci-item-product .woocommerce-loop-category__title, 
.ci-item-product .woocommerce-loop-product__title, 
li.product .woocommerce-loop-category__title, 
li.product .woocommerce-loop-product__title { 
bottom: 120px; 
z-index: 1; 
color: #fff; text-align: center; 
width: 100%; 
position: absolute; 
} 
.ci-item-product .price, 
li.product .price { 
position: absolute; 
z-index: 1; 
bottom: 76px; 
color: #fff; 
text-align: center; 
width: 100%; 
} 
.ci-item-product .add_to_cart_button, .ci-item-product .button, li.product .add_to_cart_button, li.product .button{ 
bottom:30px; 
position: absolute; 
z-index: 1; 
color: #fff; 
text-align: center; 
width:100%; 

left:0; 
right:0; 
border:none; 
} 
.ci-item-product .woocommerce-loop-product__link, li.product .woocommerce-loop-product__link{position:relative;} 
@media (min-width: 992px){
   ul.products>li {
    padding-right: 6px;
    padding-left: 6px;
     margin:0;
  }
}
.woocommerce-loop-product__link .woocommerce-loop-product__title{
    top: 0;
    bottom: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index:31;
    transition:all 0.3s ease;
   
}


.woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
    opacity: 1!important;
    color:#fff!important;
    z-index:31;
}
.woocommerce-loop-product__link:hover:before{
content: '';
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
.wp-block-columns > .wp-block-column{
position:relative;
}
.wp-block-columns > .wp-block-column .has-text-align-center {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    color: #fff!important;
    z-index: 12;
}
.wp-block-columns > .wp-block-column figure:before{

    content: '';
    top: 0px;
    bottom: 20px;
    background: #0007;
    display: block;
    position: absolute;
    width: calc(100% - 31px);
    height: calc(100% - 16px);
    left: 16px;
    right: 0;
    z-index: 2;
}
.ci-item-product img, li.product img {
    display: block;
    margin: 0 auto 15px;
}