/* Styling custom elements on page accounts. */
.account-page-box .vc_column-inner {
  padding-top: 25px;
  width: 90% !important;
  margin: 0 5% 10% 5%;
  background-color: lightgrey;
}

/* Styling h2 links of custom elements on page accounts. */
.account-page-h2 h2 a {
  font-size: 15pt !important;
}

/* Set the account page content to fit 100%. */
div.woocommerce-MyAccount-content {
  width: 100% !important;
}

/*********************************************************************************************/
/* Styling my account boxes. *****************************************************************/
/*********************************************************************************************/

div#my-custom-account div.account-page-box div.vc_column-inner {
  background-color: #000000;
  border: 2px solid #CEB174;
}

#my-custom-account div.account-page-box div.vc_column-inner span.vc_icon_element-icon {
  color: #CEB174;
}

#my-custom-account div.account-page-box div.vc_column-inner h2 a {
  color: #CEB174;
  font-family: aldrich
}

/* Styling invoicing box header. */
header.woocommerce-Address-title {
  background-color: none !important;
  color: #CEB174 !important;
  font-family: aldrich !important;
}

/* Styling pdf reader. */
a.fullscreen-mode {
  font-family: aldrich;
  font-size: 16pt;
  color: #CEB174 !important;
  background-color: #FFFFFF !important;
  padding: 5px;
}

/* Styling woocommerce prices. */
.woocommerce-Price-amount {
  font-family: aldrich;
  color: #CEB174;
}

/*********************************************************************************************/

.justify {
	text-align: justify !important;
}

.fixed-height-50px {
  height: 50px !important;
}