/******* Do not edit this file *******
Code Snippets Manager
Saved: May 03 2025 | 20:53:38 */
#cfw-side-cart .amount {
  display: block;
  width: 90px;
}
/* body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button,body:not(.woocommerce) .product_type_external,body:not(.woocommerce) .product_type_grouped,body:not(.woocommerce) .product_type_simple,body:not(.woocommerce) .product_type_variable {
    background-color: #AD6433;
    color: rgb(255 255 255);
    border-radius: 6px;
} */
body:not(.woocommerce) .product_type_variable, body:not(.woocommerce) .product_type_simple, .woocommerce .button {
  background-color: #AD6433;
  color: white;
  border-radius: 6px;
}
.related.products .proucts .product {
  display: flex;
  height: 412px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.related.products, .product {
  margin-bottom: 30px;
}
.related.products img, .product img {
  border-radius: 10px;
}
.related.products h2 {
  margin-bottom: 20px;
}
.woocommerce-breadcrumb {
  margin-bottom: 30px;
  font-size: small;
  padding: 10px;
  background-color: aliceblue;
}
.woocommerce-product-gallery img {
  border-radius: 10px;
}
