<style>


body {
color: #010101;
}


body, p, button {
	font-family: 'Lato', sans-serif;
font-weight: 400;
	background-color: transparent;
  }
  
  h1,
  h2 {
	color: #010101;
  }



h1, h2, h3, h4, h5, h6 {
   font-family: "Playfair Display", serif;
   font-weight: 700;
}

.rightColumn iframe {

 height: 100%;
}


  button,
  a.button {
	border: 0;
	border-radius: 0px;
	background: #ab916c;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
  }

  button:hover,
  button:focus,
  a.button:hover,
  a.button:focus {
	background: #ab916c;
  }
  button.style2{
	background-color: #ab916c; 
	border:none;
	border-radius: 0px;
        text-transform: none;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
  }
  button.style2:not([disabled]):hover, 
  button.style2:not([disabled]):focus {
    background-color: #ab916c;
}
  a.button.mobile {
	color: #fff;
	width: 124px;
	padding-top: 6px;
  }
  a.button.mobile:hover,
  a.button.mobile:focus {
	color: #fff;
  }
  button.text,
  button.returnTo {
	color: #fff;
  }
  
  button.text:hover,
  button.returnTo:hover {
	color: #fff;
  }
  
  a:link,
  a:visited {
	color: #ab916c;
	text-decoration: none;
  }
  
  a:hover,
  a:active {
	color: #ab916c;
	text-decoration: underline;
  }
  
  .validationBox h2 {
	font-size: 1.6em;
	line-height: 1.56;
  }
  
  .validationBox li {
	font-size: 1.6em;
	line-height: 1.56;
  }
  
  .paymentType .radiogroup label > span {
	color: #0578A6;
	padding-top: 1px;
  }
  
  #wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
	overflow:inherit;
        margin: 0 auto 0px;
        padding: 12px 20px 0 20px;
  }
  
  #wrapper:before {
	content: "";
	background-color: #fff;
	height: 112px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
  }
  
  #wrapper .products .labelInner1 .title {
	color: #010101;
        margin-left: 8px;
  }
  .mastheadLogo #brand-logo{
	display:block;
}
.mastheadLogo #mobile-logo{
	display:none;
}
  .mast {
	margin-bottom: 50px;
	position:relative;
  }
  .mast::after {
  }
  
  .mast .sleeve a .mobile {
	display: none;
  }
  
  .mast .sleeve div {
	padding: 9px 0;
  }


  .mast a img {
        width: 200px;
margin-top: 16px;
    }



  .validation-advice {
	text-align: right;
	}
  .navigation-home {
	position: absolute;
	z-index: 10;
	color: red;
	width: 40px;
	height: 52px;
	display: inline-block;
	top: 140px;
	line-height: 64px;
	text-align: center;
  }
  .checkbox.showPassword.no-image {
    text-align: right;
}
}


.product #offerVariantSelectionWrapper > h2 {
background: #F3F3F3;
border-radius: 0px;
}

#wrapper .products .field:hover {
background: #F3F3F3;
border-radius: 0px;
}

  
  /* FOOTER */
.footer {
        width: calc(100vw - 9px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* Centering with negative margins */
    margin-right: -50vw;
    padding-top: 0;
    box-sizing: border-box; /* Prevent padding from causing overflow */
    overflow-x: hidden; /* Force removal of any horizontal overflow */
    border-top: none;

}
  
  .footer .sleeve {
	position: relative;
	background-color: #fff;
        padding: 40px 0 24px 0;
  }
  
  .footer .sleeve:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	
  }

.cta {
background: #f2f2f2;
color: #010101;
padding: 40px 20px 40px 20px;
font-size: 16px;
line-height: 16px;
}

.cta a {
color: #ab916c;
}

.cta a:hover {
color: #ab916c;
}

.footer h4 {font-size: 20px; text-align: center; color: #010101;}

.footer h4 a {color: #010101; font-weight: 700;}

.footer h4 a:hover {color: #ab916c; font-weight: 700;}

.footer .nav {background: #333;}

.footer .nav a {color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase;}

.footer p {
padding: 0 20px 0 20px;
line-height: 1.6em;
}
  
  .footer ul {
	position: relative;
	clear: both;

	color: #010101;
	width: 100%;
	max-width:1220px;
	padding: 13px 20px;
	float: none;
	margin: auto;
	text-align: center;
  }
  
  .footer li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.4em;
  }
  
  .footer ul li a {
	color: #010101;
  }
  
  .footer .sleeve div {
	text-align: center;
  }


.copyright {
background: #fff;
border-bottom: 1px solid #f2f2f2;
padding: 24px 24px 24px 24px;
color: #888;
    line-height: 1.3334;
    font-size: 12px;
}

   .poweredby{
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
	max-width:1220px;
	margin:auto;
        color: #888;
  }

.poweredby a, .poweredby a:visited {
color: #2e2e2e;   
text-decoration: underline;
}

.poweredby a:hover {
   color: #ab916c;
}


/*ACCOUNT PAGE*/

.pagePartial .blockGroup .userDataBlock .icon {
background: #ab916c;
}

.pagePartial .blockGroup .userDataBlock h3 {
color: #000;
}


.pagePartial .blockGroup .userDataBlock:hover h3, .pagePartial .blockGroup .userDataBlock:hover p.edit, .pagePartial .blockGroup .userDataBlock:active h3, .pagePartial .blockGroup .userDataBlock:active p.edit {
color: #000;
border-bottom-color: #000;
}


  
  @media print {
	h2 {
	  font-size: 100% !important;
	}
	table,
	table li,
	table p,
	p {
	  font-size: 10pt;
	  line-height: 1.2;
	}
	.address {
	  margin-right: 20px;
	}
	.payment {
	  margin-left: 0;
	}
	#wrapper {
	  max-width: 1220px;
	  margin-left: auto;
	  margin-right: auto;
	}
	label,
	input,
	textarea,
	select {
	  display: inline !important;
          text-transform: capitalize;
font-weight: 400;
	}
	a:link:after,
	a:visited:after {
	  content: none !important;
	}
	.navigation-home,
	.icon.required {
	  display: none;
	}
	.mast {
	  margin-bottom: 80px !important;
	  padding: 17px 0;
	}
  
	.mast .sleeve div {
	  padding: 0 !important;
	}
  }
  @media only screen and (max-width: 996px){
  #wrapper {
	  padding:20px;
  }
}
 
  @media only screen and (max-width: 767px) {
	#wrapper {
		padding: 5px 10px;
	  }
	#wrapper:before {
		height: 50px;
		border-bottom:0 solid;
		border-top:0 solid;
	}

	.mast{
		margin-bottom: 25px;
	}
	.mast::after {
		display:none;		
	  }

    .mast a img {
        width: 119px;
    }


	.mast .sleeve a [class="desktop"] {
	  display: none;
	}
	.mast .sleeve a [class="mobile"] {
	  display: block;
	}
	.mast .sleeve div {
		padding: 1px 0;
	}
	.validation-advice {
		text-align:left;
		}
	.footer li {
	  display: block;
	  border-top: 0 none;
	  padding-top: 0;
	}




.cta {
   line-height: 20px;
}
	


  }
  
  
  p {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  p.style1 {
	  font-size: 1.8em;
	  line-height: 1.55;
  }
  
  li {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  ol li {
	  margin-left: 27px;
  }
  
  dl {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  address {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  table {
	  font-size: 1.6em;
	  line-height: 1.56;
  }
  
  label, fieldset fieldset legend {
	  font-size: 1.6em;
	  line-height: 1.56;
          font-weight: 400;
  }
  
  input.text, select, textarea {
	  font-size: 1.6em;
	  line-height: 1.56;
  
  }

  
</style>