body {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.background-image-holder {
	transform: none !important; 
	height: 100% !important;
}

.nav-main > ul ul {
  background: #fea0ab;
}

.nav-function {
  color: #fea0ab;
}

.menu_element_link:active {
  color: #fea0ab;
}

#btn-module-layouts-1-btn {
  background-color: #fea0ab;
}

.layout-content-holder > .row > div {
	padding: 1rem 2rem; 
}

.btn.btn-primary {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  	background-color: #fea0ab;
  	font-size: .625em;
  	font-weight: 400;
  	padding: 12px;
  	border-radius: 4px;
  	border-color: black;
  	border-width: 0px;
}

.nav-module.right-x.cart-module > .nav-function {
  display: none;
}

.card__title > a > h5 {
 	max-width: 75%
}

.nav-module.right-x.search-module > .nav-function {
  display: none;
}

.phone-header {
  display: none;
}

@media (max-width: 990px) {

  li.dropdown.active > ul {
	display: none;
  }
  
  li.dropdown > a:hover {
	color: #fea0ab;
  }
  
  .nav-bar .logo-light {
	  display: inline-block !important;
	  width: 90px !important;
  }
}

.mw-dialog-header {
  background-color: #fea0ab !important;
}

.mw-dialog-container > section > a.btn-warning {
  background-color: black !important;
}