/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/



/* Filter block container */
.elessi-custom-filter-wrapper {
  padding: 15px;
  border-right: 1px solid #eee;
}

/* Attribute filter swatches */
.woocommerce .widget_layered_nav .nasa-color a {
  width: 100%;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 8px 5px 0;
  position: relative;
}

.woocommerce .widget_layered_nav .nasa-color a::after {
  content: attr(data-label);
  position: absolute;
  left: 40px;
  top: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

/* Size buttons */
.woocommerce .widget_layered_nav .nasa-size a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  text-align: center;
  display: inline-block;
  margin: 5px 6px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
}

.woocommerce .widget_layered_nav .nasa-size a:hover {
  background-color: #000;
  color: #fff;
}

/* Price slider spacing */
.widget_price_filter {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    .large-3 {
        width: 100%;
    }
}
