/*
Theme Name: Divi-child
Template: Divi
*/

.loop-attr-table {
  width: 100%;
  border-collapse: collapse;          /* ensures shared borders */
  margin-top: 8px;
  color: #666666;
  font-size: 1rem;                    /* ← change this to adjust font size */
  line-height: 1.3rem;
}

.loop-attr-table th,
.loop-attr-table td {
  border: 1px solid #e2e8f0;          /* row & column separators */
  padding: 5px 5px;
  vertical-align: top;
}

.loop-attr-table th {
  width: 35%;
  background: #f6f6f6;
  font-weight: 500 !important;
}

/*.loop-attr-table tr:nth-child(even) td {
  background: #f6f6f6;               
} */

.mini-cart-box {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 8px;
  max-width: 320px;
  font-size: 14px;
}
.mini-cart-box .woocommerce-mini-cart__buttons.button.wc-forward{
	width:10rem!Important;
	font-size:2rem!Important;
}
/*
.mini-cart-box .woocommerce-mini-cart__buttons,
.mini-cart-box .woocommerce-mini-cart__total { margin-top: 8px; }
.mini-cart-box .woocommerce-mini-cart-item a.remove { display:none; } *//* wenn’s ganz minimal sein soll */

/* hide shipping costs on product overview when add to card button is disabled */


.woocommerce ul.products li.product.ia-quote-only 
  .wc-gzd-additional-info-loop.shipping-costs-info {
  display: none !important;
}


/* Prevent xoo-el login popup from enlarging the page when hidden */
.xoo-el-container.xoo-el-style-popup {
  display: none;
}
.xoo-el-container.xoo-el-style-popup.xoo-el-active {
  display: block;
}

/* Return to Shop*/

.ia-return-shop-wrap {
    text-align: right;
}
