/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hide-after-3s {
  animation: hideAfter3s 3s forwards;
}

@keyframes hideAfter3s {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

	/* bifa livrare akta adresa*/
.fusion-woo-checkout-shipping-tb .checkbox span:before, .fusion-woo-checkout-tabs-tb.woo-tabs-titles-disabled .checkbox span:before{border: 1px solid #484d60!important;}

/* make product options design fix*/
.fusion-woo-cart .fusion-button-wrapper {display: block!important;}
.ppom-input-option-label{ margin-top: 4px;}
.select.ppom-input.form-select{border: 1px solid black;}
.ppom-wrapper .form-control{border: 1px solid black!important;}

.size-charts__item {
  width: 100%;
  overflow-x: auto;
}

.size-charts__item table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.size-charts__item thead td {
  background-color: #f3f3f3;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.size-charts__item tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.size-charts__item tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.size-charts__item td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.size-charts__item td.g2-sizechart__table--cell-grey {
  background-color: #e8e8e8;
  font-weight: 500;
}

.size-charts__item h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
}

/* Smooth horizontal scrolling on mobile */
.size-charts__item {
  -webkit-overflow-scrolling: touch;
}

/* problema shipping de la cupon prea mare*/
div.fusion-woo-cart-totals-wrapper table.shop_table tbody tr th{    max-width: 10vw;
    word-break: break-word;}
.woocommerce-shipping-destination{display:none}


/* minicart*/
.product_list_widget li dt {
    font-size: 14px!important;
    line-height: 1!important;
}

.product_list_widget li dd, .product_list_widget li dt {
    font-size: 14px!important;
    line-height: 0.9!important;
}



/* cart*/ 
div.fusion-woo-cart-totals-wrapper ul li label {
    padding-left: 0!important;
}