<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.VariantGroup tbody tr:first-child td:first-child{
  display: none;
}

.simple-variant-group-container {
display: flex;
flex-flow: row wrap;
margin: -1%;
padding: 5px;
margin: 0;
border-top: 0px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
align-items: stretch;
flex: 0 0 100%;
}

.simple-variant-group-container &gt; div {
  margin: 1%;
  width: 23%;
  border: 1px solid #ddd;
}
.simple-variant-item-container &gt; label &gt; *,
.simple-variant-item-container &gt; label,
.simple-variant-group-container &gt; div {
  cursor: pointer;
  text-align: center;
}

.simple-variant-item-container.simple-variant-image-active {
  border: 3px solid #00c700;
  font-weight: 600;
}

td.VariantGroupLabel {
  padding: 0px 10px;
  display: block;
}
.simple-variant-item-container input[type="radio"] {
  display: none;
}
.simple-variant-item-container.disabled {
  display: none;
}
.designerHtml {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 2%;
}

.designerHtml &gt; div {
  max-width: 48%;
}

.designerImg &gt; img {
  max-width: 100%;
}

.richtext {
  line-height: 1.5rem;
  text-align: justify;
}

#LeftSide{
  width: 62%;
  /* display: inline-block; */
  vertical-align: top;
}

.RightSide{
width: calc(35% - 15px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.Prices_Custom_UL .BeforePriceText{
font-size: 14px;
  line-height: 16px;
  color: #ad0000;
  text-align: right;
  margin:0;
  font-weight: bold;
}

.Prices_Custom_UL .BeforePrice{
font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: right;
  margin:0;
  /* text-decoration: line-through; */
}

.Prices_Custom_UL{
  width: 100%;
  margin: 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.PriceWrapper{
display:flex;
flex-wrap: nowrap;
align-items: center;
gap:10px;
}

.Prices_Custom_UL &gt; div{
  display:flex;
  width:100%;
  flex-wrap: wrap;
}

.Prices_Custom_UL .Half{
  flex:1 1 49%;
  align-content: center;
}

.Prices_Custom_UL .Price{
font-size: 35px;
font-weight: 700;
}

.Prices_Custom_UL .CurrencyWrapper{
display: flex;
flex-direction: column;
  height: 47px;
align-items: flex-start;
justify-content: flex-end;
}

.Prices_Custom_UL .CurrencyWrapper .Currency{
font-size: 22px;
font-weight: 700;
line-height: 22px;
}

.Prices_Custom_UL .CurrencyWrapper .VAT{
  white-space: nowrap;
  font-size: 11px;
}

.Prices_Custom_UL li:last-child{
  margin: 0 0 10px;
}

.PriceText{
  font-size: 18px;
  font-weight: 700;
  color: #0085b7;
}

.SavingPrice{
  margin: 10px 0px;
}
.SavingPrice span{
  padding: 6px;
  background-color: #f1da36;
  border-radius: 5px;
  font-weight: 700;
}

.RightSide .Prices_Custom_UL .before-price{
  display: none !important;
  /*font-size: 14px;
  line-height: 16px;
  color: #ad0000;
  text-decoration: line-through;*/
}

.RightSide .Prices_Custom_UL .price{
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}

.RightSide .Prices_Custom_UL li .vat{
  font-size: 13px;
  padding: 0 0 0 7px;
  font-style: italic;
  font-weight: normal;
}

div[itemprop="offers"] {
  width: 100%;
}

@media (max-width: 768px){
  .designerHtml &gt; div {
    max-width: 100%;
  }
  .designerHtml {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1386px) {
  .col-designer-card &gt; div {
    padding-left: 2.25rem;
  } 
  .col-prod-card &gt; div {
    padding-right: 2.25rem;
  }
}</pre></body></html>