.product-price-hide, .vat-disclaimer-hide {
  display: none;
}


/*
.vat-disclaimer-exclusive:after {
  content: '(ex VAT at 20%)';
}

.vat-disclaimer-inclusive:after {
  content: '(inc VAT at 20%)';
}
*/

.vat-disclaimer-exclusive-footer:after {
  content: 'Prices exclude VAT at 20%';
}

.vat-disclaimer-inclusive-footer:after {
  content: 'Prices include VAT at 20%';
}

.vat-disclaimer-exclusive-v1:after {
  content: '(ex VAT at 20%)';
}

.vat-disclaimer-inclusive-v1:after {
  content: '(inc VAT at 20%)';
}


.vat-disclaimer-exclusive-inc:after {
  content: 'ex VAT';
}
.vat-disclaimer-inclusive-inc:after {
  content: 'incl. VAT';
}

.vat-disclaimer-exclusive-v2:after {
  content: 'All prices ex VAT (charged at 20%)';
}

.vat-disclaimer-inclusive-v2:after {
  content: 'All prices inc VAT (charged at 20%)';
}

.vat-disclaimer-exclusive-v3:after {
  content: 'These prices are for business customers and exclude VAT at 20%';
}

.vat-disclaimer-inclusive-v3:after {
  content: 'These prices are for business customers and include VAT at 20%';
}

.vat-disclaimer-exclusive-v4:after {
  content: 'ex VAT';
}

.vat-disclaimer-inclusive-v4:after {
  content: 'incl. VAT';
}

#header .vat_price_toggle {
  font-family: vagrounded-light,Helvetica,Arial;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 120px;
  right: 18px;
  cursor: pointer;
  text-decoration: underline;
}
body.terms .vat_price_toggle {
  display: none;
}
.vat_price_toggle:hover {
  text-decoration: none;
}
.modal .vat_price_toggle {
  font-family: vagrounded-bold,Helvetica,Arial;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}
.vat_toggle_hide {
  display: none;
}
.studentHostingPage .vat_price_toggle {
  font-family: vagrounded-bold,Helvetica,Arial;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 55px;
  right: 88px;
  cursor: pointer;
  text-decoration: underline;
}
.setup-fee-hide {
  display: none;
}


/* manage extras page - hide VAT prices */
.has-header-fixed #cloud_server_modal .vat-disclaimer-wrapper,
.has-header-fixed #dedicated_cloud_server_modal .vat-disclaimer-wrapper,
.has-header-fixed #cloud_server_modal .product-price-with-vat,
.has-header-fixed #dedicated_cloud_server_modal .product-price-with-vat{
  display: inline-block;
}
.has-header-fixed #cloud_server_modal .product-price-hide,
.has-header-fixed #dedicated_cloud_server_modal .product-price-hide {
  display: none;
}
