/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.brand_filter_top .widget-title,
.brand_filter_top span.count {
  display: none;
}

.brand_filter_top a {
  padding: 0 !important;
  position: relative;
}

.brand_filter_top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.brand_filter_top ul li {
  border: none !important;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.brand_filter_top ul a {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #ececec !important;
  padding: 10px !important;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out;
}
.woocommerce-cart .cross-sells {
  display: none;
}
.brand_filter_top li.chosen a,
.brand_filter_top li a:hover {
  border-color: #70bc3a !important;
}

.brand_filter_top ul a img {
  position: relative;
  z-index: 1;
}

.brand_filter_top li.chosen a:before {
  display: none;
}

div#shop-sidebar {
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 5px;
  color: #000;
}

div#shop-sidebar
  ul.woocommerce-widget-layered-nav-list
  > li.chosen
  > a::before {
  content: '\f111';
}

div#shop-sidebar
  ul.woocommerce-widget-layered-nav-list
  > li:not(.chosen)
  > a::before {
  content: '\f1db';
}

div#shop-sidebar ul.woocommerce-widget-layered-nav-list > li > a::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  border: none !important;
  opacity: 1 !important;
  position: relative;
  top: 0px;
  margin-right: 5px !important;
  color: #000 !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
  background-color: #fff !important;
  border-radius: 100% !important;
}
ul.woocommerce-widget-layered-nav-list span.count {
  display: none;
}

div#shop-sidebar ul.woocommerce-widget-layered-nav-list li {
  border: none !important;
}

div#shop-sidebar ul.woocommerce-widget-layered-nav-list a {
  color: #000 !important;
  font-size: 14px !important;
  padding: 1px 0 !important;
}

.widget_layered_nav_filters ul li {
  margin: 0 5px 5px 0 !important;
}

.widget_layered_nav_filters a {
  color: #000 !important;
}

@media only screen and (max-width: 849px) {
  .brand_filter_top {
    display: none !important;
  }
  .widget_layered_nav_filters {
    display: none;
  }
  div#shop-sidebar .widget_layered_nav_filters {
    display: block !important;
  }
}
a.remove_all_filters {
  font-size: 11px;
  background: #666;
  color: #fff !important;
  text-align: left;
  margin: 10px 0;
  display: inline-block;
}

.product-small.col .woocommerce-loop-product__title a {
  color: #000;
  font-size: 100% !important;
}

.product-small.col .box-text {
  font-size: 100% !important;
}

.product-small.col span.price {
  font-size: 19px;
}

.product-small.col del bdi,
.product-small.col del span.amount:before {
  font-size: 13px !important;
}

.product-small.col span.amount {
  font-weight: 800;
}

.product-small.col del span.amount {
  margin-bottom: 0;
}

.product-small.col .woo-custom-stock-status {
  margin: 5px 0 0 0 !important;
  font-size: 13px;
  max-width: 99px;
  word-break: break-all;
}

.in_stock_color:before {
  font-weight: 900;
  font-family: 'FontAwesome';
  content: '\f058' !important;
  margin-right: 5px;
}

.product-small.col .add_to_cart_button i {
  margin-right: 0;
}

.product-small.col .add_to_cart_button {
  font-size: 14px;
  height: 30px;
  width: 38px;
  padding: 0 !important;
  line-height: 31px;
  margin: 0 !important;
  background: #008000 !important;
}

.product_info_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 77px;
}

.product_info_wrapper .add-to-cart-button {
  flex: 0 0 38px;
  padding: 10px 0;
}

.product-small.col a.added_to_cart.wc-forward::after {
  display: none;
}

.product-small.col a.added_to_cart.wc-forward {
  text-transform: none;
  font-size: 12px;
  padding: 0;
}

p.in-stock,
p.stock.available_on_backorder_color {
  color: #008000 !important;
}

body.woocommerce-cart .cross-sells .product-small.col {
  max-width: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 550px) {
  body.woocommerce-cart .cross-sells .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.product_info_wrapper .price-wrapper {
  padding: 10px 10px 10px 0;
}

h3.single_product_section_title,
h3.product-section-title-related {
  text-transform: uppercase;
  font-weight: 900 !important;
  color: #000;
  margin-bottom: 20px;
  font-size: 1.25em !important;
}

.product-footer .woocommerce-tabs {
  border: none;
  color: #000;
  padding: 0;
  margin-bottom: 30px;
}

.product-tabs {
  justify-content: flex-start;
}

.product-tabs a {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.product-footer .tab-panels {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.09);
}

.single_product_section_cross_sell {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.09);
  color: #000;
  margin-bottom: 40px;
}

.single-product .single_cross_sel_price .woocommerce-price-suffix,
.related-products-wrapper .price-wrapper .woocommerce-price-suffix {
  display: none !important;
}
.single_cross_sell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 30px 30px;
}
.single_product_section_cross_sell .single_cross_sell:last-child {
  border: none;
}
.single_cross_sel_thumb img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.single_cross_sel_title {
  color: #000;
  font-weight: bold;
}
.single_cross_sel_title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.single_cross_sel_title a:hover {
  text-decoration: underline;
}

.single_cross_sel_actions a {
  font-size: 14px !important;
  height: 30px;
  width: 38px;
  padding: 0 !important;
  line-height: 31px;
  margin: 0 !important;
  background: #008000 !important;
}

.single_cross_sel_actions a i {
  margin: 0 !important;
}

.single_cross_sell_col_1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  padding-right: 40px;
}

.single_cross_sel_thumb {
  flex: 0 0 95px;
}

.single_cross_sell_col_2 {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single_cross_sel_actions {
  flex: 0 0 55px;
  text-align: right;
  padding-left: 50px;
}

.single_cross_sel_price p.price,
.single_cross_sel_price p.price span {
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
}

.single_cross_sel_price p.stock {
  font-weight: bold;
}

.single_cross_sel_price p {
  margin-bottom: 0;
}
.single_cross_sel_actions a.added_to_cart.wc-forward {
  display: none !important;
}

.single_cross_sel_actions a.ajax_add_to_cart {
  display: block !important;
}
@media only screen and (max-width: 680px) {
  .single_cross_sell_col_1 {
    flex: 0 0 100%;
    padding-right: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .single_cross_sell_col_2 {
    justify-content: flex-start;
    margin-top: 15px;
    flex: 0 0 100%;
    align-items: flex-end;
  }
  .single_cross_sell {
    flex-wrap: wrap;
  }
  .single_cross_sel_actions {
    padding-left: 20px;
  }
  .single_cross_sel_thumb {
    text-align: right;
  }
}
body.single-product .product-section {
  border: none;
}
.single_product_section_usp:before {
  font-weight: 900;
  font-family: 'FontAwesome';
  color: #008000;
  content: '\f058' !important;
  margin-right: 8px;
}
.single_product_section_usps {
  background: #f5f5f5;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
}
.single_product_section_usp {
  padding: 15px 30px;
  text-align: center;
  flex: 0 0 33.33%;
}
.single_product_section_usp a {
  text-decoration: none !important;
  color: #000 !important;
}
@media only screen and (max-width: 991.9px) {
  .single_product_section_usps {
    flex-wrap: wrap;
    padding: 10px 30px;
  }
  .single_product_section_usp {
    flex: 0 0 100%;
    padding: 5px 30px;
  }
}


#shop-sidebar .widget_block {
	margin-bottom: 0;
}

/*Product Filters*/
.facet-wrap {
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}
.facetwp-facet {
	margin-bottom: 0 !important;	
}

#block-13 .facet-label,
#block-13 .facetwp-counter {
	display: none;
}
.facetwp-facet-merken_afbeeldingen .facetwp-checkbox {
    display: inline-block;
    border: 1px #ececec solid;
    height: 70px !important;
    width: 70px !important;
    border-radius: 100%;
    background: none;
    padding-left: 0;
	margin-right: 20px;
}
.facetwp-facet-merken_afbeeldingen .facetwp-checkbox img {
    padding: 10px;
}
.facetwp-facet-merken_afbeeldingen .facetwp-checkbox.checked {
    background: none;
    border-color: #70bb3b;
}
.wc-block-components-price-slider__range-input-progress {
    color: #1e73be;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 80px;
    border-color: #eaeaea !important;
}
.wp-block-woocommerce-price-filter input[type="range"]::-webkit-slider-thumb {
    background: #1e73be !important;
    border-color: #1e73be !important;
}
.wc-block-price-filter__controls:after {
    content: 'tot';
    position: absolute;
    left: 46%;
    font-size: 14px;
}
.facet-label,
.wc-blocks-filter-wrapper h3 {
	color: #000;
	font-size: 1em;
    font-weight: 600;
}
#shop-sidebar .facet-wrap .facetwp-checkbox {
	background: url(/wp-content/themes/flatsome-child/checkbox-1.jpg) 0 50% no-repeat;
	background-size: 14px 14px !important;
}

#shop-sidebar .facet-wrap .facetwp-facet {
	display: block;
}

#shop-sidebar .facet-wrap.closed .facetwp-facet {
	display: none;
}

#shop-sidebar .facet-wrap h5 {
	cursor: pointer;
}

#shop-sidebar .facet-wrap h5:after {
	content: "\f107";
	font-family: 'fl-icons' !important;
	transform: rotate(180deg);
	float: right;
}

#shop-sidebar .facet-wrap.closed h5:after {
	transform: rotate(0deg);
}
#shop-sidebar .facet-wrap .facetwp-checkbox.checked {
    background-image: url(/wp-content/plugins/facetwp/assets/images/checkbox-on.png) !important;
}

.facetwp-facet-filter_op_prijs .facetwp-slider-reset {
	display: none;
}
.facetwp-facet-filter_op_prijs .noUi-connect {
    background: #1e73be;
}
.facetwp-facet-filter_op_prijs .noUi-handle {
    border-radius: 30px;
    background: #1e73be;
    border: none;
}
.facetwp-facet-filter_op_prijs .noUi-horizontal {
    height: 8px;
}
.facetwp-facet-filter_op_prijs .noUi-connects {
	top: 2px;
}
.facetwp-facet-filter_op_prijs .noUi-target {
	border: none;
}
.facetwp-facet-filter_op_prijs .noUi-connects {
    background: #eaeaeb;
}

.aw-category-products-list {
    width: 100% !important;
    flex-direction: column;
}

.aw-category-products-list .product {
    width: 100%;
    max-width: 100%;
}

.aw-category-products-list .name.product-title {
    height: 6ex;
}

.aw-category-products-list .box-text {
    padding-top: .4em;
    padding-bottom: 0.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}

.aw-category-products-grid .col-inner .product-small.box.box-vertical {
    
}

.aw-category-products-grid .col-inner .product-small.box.box-vertical .box-text {
    width: 70%;
}

.aw-switch-grid-list-view {
    padding: 8px 0;
    position: absolute;
    top: -50px;
    border-radius: 5px;
    background: #f4f4f4;
}

.aw-switch-grid-list-view__link {
    padding: 11px 25px;
    border-radius: 5px;
}

.aw-switch-grid-list-view--active {
    background-color: rgb(200, 200, 200);
}

body div .category-page-row {
    padding-top: 50px;
}

@media screen and (max-width: 549px) {
    .aw-category-products-list .box-vertical {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .aw-category-products-list .box-vertical .box-text {
        width: 70% !important;
    }
    
    .aw-category-products-list .box-vertical .box-image {
        width: 50% !important;
    }
    
    .aw-switch-grid-list-view {
        left: 4%;
    }
    
    body div .category-page-row {
        padding-top: 3px;
    }
    
    .aw-category-products-list .product {
        width: 105%;
        max-width: 105%;
    }
    
    .aw-category-products-list .product .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        margin-left: 16px;
    }
    
    .aw-category-products-list .name.product-title {
        height: 8ex;
    }

}

@media screen and (max-width: 850px) {
    .aw-category-products-list .product {
        width: 103%;
        max-width: 103%;
    }
    
    .aw-category-products-list .box-image img {
        width: 75%;
    }
    
    .aw-switch-grid-list-view {
        background: transparent;
    }
    
    .aw-switch-grid-list-view__link {
        padding: 6px 8px;
    }
    
    .aw-switch-grid-list-view--active {
        background-color: rgba(200, 200, 200, 0.5);
    }
}

