/* BUTTONS */
.widget_price_filter [class*="price_slider_amount"] .button {
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
}
.widget_price_filter [class*="price_slider_amount"] .button:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.product-grid-item.product-type-yith_bundle .quantity {
  display: none;
}
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + .button, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + .button, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + link + .button {
  padding-inline-start: unset;
}
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + .button::before, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + .button::before, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + link + .button::before {
  inset-inline-start: 0;
}
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + .button::after, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + .button::after, 
.product-grid-item.product-type-yith_bundle div.quantity:not(.hidden) + link + link + .button::after {
  inset-inline-start: calc(50% - 9px);
}
@media (max-width: 1024px) {
  .wd-hover-quick .wd-add-btn .add-to-cart-loop {
    width: 100% !important;
  }
  .wd-product.wd-hover-quick .wd-add-btn div.quantity {
    inset-inline-start: 0 !important;
  }
  .wd-product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple::before {
    inset-inline-start: 80px !important;
    padding-inline-end: 0 !important;
  }
  .product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .quantity.hidden + .product_type_simple::before, .product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .quantity.hidden + .product_type_yith_bundle::before {
    padding-right: 0px !important;
    inset-inline-start: 0 !important;
  }
  .product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .quantity.hidden + .product_type_simple::after, .product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .quantity.hidden + .product_type_yith_bundle::after {
    inset-inline-start: calc(75% - 9px - var(--quantity-space) / 2) !important;
  }
  .product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple::after {
    inset-inline-start: calc(100% - 9px - var(--quantity-space) / 2) !important;
  }
}
@media (max-width: 768.98px) {
  .cart-actions .aws-clear {
    margin: 0 auto;
  }
  .wd-product.wd-hover-quick .wd-add-btn > a {
    background-color: #3f3f00 !important;
  }
  .wd-quantity-overlap div.quantity input[type] {
    background-color: #3f3f00 !important;
  }
  .wd-quantity-overlap div.quantity .btn {
    background-color: #3f3f00 !important;
  }
  .wd-quantity-overlap div.quantity :is(input[type], .btn) {
    background-color: #3f3f00 !important;
  }
  .product-grid-item .single_add_to_cart_button {
    background-color: #3f3f00 !important;
  }
}
.aws-clear {
  margin: 0;
  max-width: 200px;
  width: 200px;
  min-height: var(--btn-height);
  height: 42px;
}
#infosider .vc_btn3-container {
  margin-bottom: 10px;
  display: inline-block;
}