/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 03:51:48 */
.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2,
.woocommerce-loop-product__title
{
  color: #00AEEF !important;
}
.e-n-accordion {
  box-shadow: 4px 0px 18px 2px #1010107a;
}
.woocommerce-result-count {
    display: none !important;
}

.woocommerce-ordering {
    display: none !important;
}

/* Hover Effect */
.post-type-archive-product .products.elementor-grid.columns-4 li:hover,
.tax-product_cat .products.elementor-grid.columns-4 li:hover {
  box-shadow: 0px 5px 30px 0px #10101070;
  border: 1px solid #1010101f;
  transform: translateY(-5px);
	border-radius: 30px;
}

.flex-control-nav.flex-control-thumbs {
  padding: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  /* margin-right: 7px;
  margin-bottom: 10px; */
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  padding: 18px;
  border-radius: 34px;

}

.related.products h2 {
  color: #000 !important;
  text-transform: uppercase;
}
.woocommerce-loop-product__title {
  text-align: center;
}
.button.product_type_simple {
  background: #00AEEF !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  margin-top: -20px !important; margin-bottom:10px!important;
}

.product.type-product.post-440.status-publish.first.instock.product_cat-hidden-and-other.has-post-thumbnail.shipping-taxable.product-type-simple,
.products.elementor-grid.columns-4 li {
  text-align: center !important;
} 





/* ------------------------------------------------------------------------------------------------------ */

/* remove default bullets */
.elementor-widget-woocommerce-product-content ul {
    list-style: none;
    padding-left: 0;
}

/* list item */
.elementor-widget-woocommerce-product-content ul li {
    position: relative;
    padding-left: 30px;
}

/* arrow image */
.elementor-widget-woocommerce-product-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;

    width: 16px;
    height: 16px;

    background: url('https://refreshyourcar.com/wp-content/uploads/2026/04/blue-arrow.png') no-repeat center;
    background-size: contain;
}
.elementor-widget-woocommerce-product-content ul {
	font-family: 'filson-soft', sans-serif !important;
	font-size: 18px;
	line-height:21px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
	
}



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	min-height:75px;

}



.elementor-447 .elementor-element.elementor-element-1ca763f.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-447 .elementor-element.elementor-element-1ca763f.elementor-wc-products ul.products li.product .woocommerce-loop-category__title
{
	color: #00AEEF !important;

}

/* Mobile only */
@media (max-width: 767px) {
    .elementor-447 .elementor-element.elementor-element-6f90e1a .elementor-heading-title {
        text-align: center;
        font-size: 25px;  
    }
}


/* Tablet + Mobile */
@media (max-width: 1024px) {
    .elementor-447 .elementor-element.elementor-element-6f90e1a .elementor-heading-title {
        text-align: center;
        font-size: 30px; /* optional */
    }
}
/* ------------------------------------------------------------------------------------------------ */


/* Mobile only */
@media (max-width: 600px) {
    .flex-control-thumbs {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        padding: 2px;
        justify-content: center;
    }
}

.woocommerce div.product div.images img {
    display: block;
	width: 98%;
	/*background:#ec008a;*/
	border
}

