@charset "UTF-8";
.gmap,
.wp-block-uagb-image__figure,
.wp-block-image {
  border: 2px solid #61c2db;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  margin: 0;
}

/* WooCommerce Styles */
/* Allow product images to fill my custom image border without bottom internal margin */
.woocommerce-js ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce-js ul.products li.product a img,
.woocommerce-product-gallery__image,
.pswp__img,
.brand-thumbnails li img {
  border: 2px solid #61c2db;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  margin: 0;
}

/* Align product sumarry info central instead of left aligned. */
@media (min-width: 300px) and (max-width: 921px) {
  .woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left {
    text-align: center;
  }
}
/* 
* Hide Product Gallery (woocommerce-product-gallery) Column for Pik-N-Mix
* This hides the Featured Product Image column and increases the width of the Composite Components Grid
*/
.product_cat-pick-n-mix .woocommerce-product-gallery {
  display: none !important;
}
.product_cat-pick-n-mix .summary.entry-summary {
  width: 100% !important;
}

.wooco_component_product_selection_grid_item_image {
  border: 2px solid #61c2db;
  border-radius: 20px;
  overflow: hidden;
}

/* Custom Styles for "Filter Everything — WooCommerce Product & WordPress Filter" plugin */
/* Widen the containing element for Filters */
.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),
.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
  width: 100% !important;
  max-width: 100% !important;
}

/* Display Filters horizontally in 4 Columns on desktop */
ul.wpc-filters-ul-list {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
@media (max-width: 768px) {
  ul.wpc-filters-ul-list {
    /* 2 Columns on smaller screens */
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}

/* Customise Stylig of the Filter Everything Widget are */
.widget_wpc_filters_widget {
  border: 2px solid #61c2db;
  padding: 20px;
}
.widget_wpc_filters_widget .wpc-filters-section .wpc-filters-submit-button {
  border: 2px solid #61c2db;
  border-radius: 20px;
}
.widget_wpc_filters_widget .wpc-filters-section .wpc-filters-reset-button {
  border: 2px solid #61c2db;
  border-radius: 20px;
}

/*# sourceMappingURL=mms_astra_child.css.map */