/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 16:00:12 */
.variable-items-wrapper li.selected{
    border: 1px solid #03bfac;
}
.variable-items-wrapper li{
	padding: 10px !important;
    border-radius: 5px;
	box-shadow:none !important;
	border: 1px solid black;
}
.yith-wapo-addon{
	margin-top:15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select .image-container img{
	max-width:100% !important;
}

.grid-span,.shaft-span,.options-summary,.dr-loft{
	display:none !important;
}
.addon-header h5{
	margin-bottom:6px !important;
}

.yith-wapo-block span.required {
    color: red;
}
.yith-wapo-block select{
	border-radius:0;
}

#wapo-total-price-table table{
	width:100%;
}
#wapo-total-price-table table.all {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #333;
  background: #fff;
}

#wapo-total-price-table table.all th,
#wapo-total-price-table table.all td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

#wapo-total-price-table table.all th {
  font-weight: 500;
  color: #666;
  text-align: left;
}

#wapo-total-price-table table.all td {
  font-weight: 600;
  color: #222;
  text-align: right;
}

#wapo-total-price-table table.all .wapo-total-order th,
#wapo-total-price-table table.all .wapo-total-order td {
  font-weight: 700;
  color: #000;
  border-top: 2px solid #000;
}

