@charset "UTF-8";
/* CSS Document 

mainRed: #841618
darkerOrange: #DC6642
lighterOrange: #FEC77C

*/




html {
  scroll-behavior: smooth;
}
body {
	margin: auto;
	width: 100%;
	background-color: #2E2D2D;
}
.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0 auto;
}
.content-container {
	background-color: #FFF;
	padding-right: 80px;
}

a:link {
	color: #496D9E;
	text-decoration: none;
    font-weight: 500;
}
a:visited {
	color: #0A2C5D;
	text-decoration: none;
}
a:hover {
	color: #DC6642;
	letter-spacing: 2px;
	font-weight: 700;
}

section.header {
	margin: 0px 0px 0 0px;
}
section.header img.headart  {
	margin: 0 0 0 0px;
	width: 1000px;
}
section.header img.mobi-headart  {
	display: none;
}


/* MAIN CONTENT */
section.mainContent  {
	margin: 0 0 0 0px;
}
section.mainContent p {
	font: 400 17px/25px Archivo, sans-serif;
	color: #515C64;
	margin: 0 0 10px 40px;
}
section.mainContent p .number {
	font: 600 16px/25px Archivo, sans-serif;
	color: #DC6642;
}

section.mainContent p.navigation {
	font-size: 14px;
	margin: 0px 0 25px 40px;
	position: relative;
	z-index: 1;
}
section.mainContent p.navigation span {
	margin: 0 7px 0 7px;
}
section.mainContent aside.pagenav {
	display: none;	
}
section.mainContent h1 {
	color: #841618;
	font: 800 42px/39px Archivo, sans-serif;
	letter-spacing: -1px;
	margin: 30px 0 20px 40px;
}
section.mainContent p.prime {
	font: 400 18px/26px Archivo, sans-serif;
}
section.mainContent h1 .thin {
	font-weight: 400; 
}
section.mainContent h2 {
	color: #DC6642;
	letter-spacing: -.5px;
	font: 800 25px/24px Archivo, sans-serif;
	border-top: 1px solid #CCC;
	margin: 25px 0 10px 40px;
	padding-top: 5px;
}
section.mainContent h2 .thin {
	font-weight: 400; 
}
/*section.mainContent p.producto {
	font-size: 20px;
	margin: 20px 0 6px 0px;
}
section.mainContent p.producto a:link {
	font-weight: 600;
}
section.mainContent img.gothere {
	width: 22px;
	vertical-align: middle
}*/

/* PHOTOBLOCK */
.mainContent aside.photoblock {
	margin: 30px 0 0 40px;
	width: 95%;
	white-space: nowrap;
}
.mainContent aside.photoblock img.pix {
	width: 72.3%;
	border: 1px solid #939FA7;
	margin: 0px;
}
.mainContent aside.photoblock img.pixx {
	display: none;
}
.mainContent aside.photoblock img.sqpix {
	width: 28%;
	border: 1px solid #939FA7;
	margin: 0px;
}
.mainContent aside.photoblock p.caption {
	color: #7A8993;
    font-size: 15px;
	line-height: 19px;
	margin: 6px 0 20px 0px;
	border-top: 2px dotted #CFD4D8;
	padding: 4px 0 0 0px;
	display: block;
	text-indent: 0px;
	white-space: wrap;
}
.mainContent aside.photoblock p.caption650 {
	display: none;
}

/* ORDER BLOCK */
.orderblock aside.products {
    background-color: #FFF;
	margin: 40px 0px 30px 20px;
	padding-left: 20px;
}
.orderblock aside.products h2 {
	margin: 0 0 20px 0px;
	font-size: 30px;
	line-height: 31px;
	color: #841618;
	border-top: 1px solid #CFD4D8;
	padding: 6px 0 0 0px;
	width: 98%;
}
/*.orderblock aside.products h2 span {
	font-size: 15px;
	vertical-align: text-top;
}*/
/*.orderblock aside.products p {
	width: 93%;
}*/
.orderblock aside.products p.hilite {
	width: 96%;
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 10px -10px;
	text-indent: 0px;
	position: relative;
	z-index: 1;
}
.orderblock aside.products p.hilite mark {
	-webkit-animation: 2.5s highlight 1.5s 1 normal forwards;
  	animation: 2.5s highlight 1.5s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, #FEC77C 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
	padding: 5px 8px 4px 12px;
	width: 100%;
	display: block;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}
@keyframes highlight {
  to {
    background-position: 0 0;
  }
}
.orderblock aside.products p.shipnote {
	text-indent: 0px;
	margin: 0 0 5px 0px;
	font-weight: 700;
	color: #841618;
	border-top: 1px solid #C8C8C8;
	padding-top: 3px;
	width: 98%;
}
.orderblock aside.products p.instructship {
	font-weight: 300;
	text-indent: 0px;
	margin: 0 0 5px 0px;
	font-size: 15px;
	line-height: 19px
}
.orderblock aside.products a:link {
	color: #4C6A93;
	text-decoration: none;
    font-weight: 600;
}
.orderblock aside.products a:visited {
	color: #0A2C5D;
	text-decoration: none;
}
.orderblock aside.products a:hover {
	color: #DC6642;
	letter-spacing: 0px;
	font-weight: 700;
}
/* TABLE STYLES */
table {
    border-collapse: collapse;
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	color: #515C64;
	width: 98%;
	font-size: 16px;
	line-height: 21px;
    margin: 25px 0 0 0px;
}
table, tr, td {
    border: 1px solid #A7A8AA;
	padding: 8px 10px 8px 12px;
}
table .brandname {
	font-size: 18px;
	line-height: 20px;
	background-color: #DC6642;
	color: #FFF;
	padding: 8px 0 8px 12px;
}
/*table .subhead {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	background-color: #E6E6E6;
	color: #000;
	padding: 6px 12px 6px 12px;
}*/
table .description {
	padding: 8px 10px 10px 12px;
}
table .buybrand {
	padding: 7px 0 6px 12px;
	font-size: 14px;
	line-height: 15px;
	background-color: #F3F3F3;
}
table .buycode {
	padding: 12px 0 12px 0px;
}
table .buycode .button {
	margin: 0 0 0 10px;
}
table.ordernote {
	width: 98%;
	font: 300 15px/18px Archivo, sans-serif;
	margin: 10px 0 20px 0px;
}
table.ordernote td.rowhead {
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #000;
	background-color: #FAF6D3;
}
table.ordernote td.footnote {
	font-size: 14px;
	line-height: 17px;
}

/* FOOTER */
section.mainContent aside.footer {
	background-color: #EAEAEA;
	margin: 50px -80px 0 0px;
	padding: 30px 0 60px 40px;
}
section.mainContent aside.footer a:hover {
	color: #FFF;
}
section.mainContent aside.footer h3 {
    font-family: 'Archivo', sans-serif;
	border-top: 1px solid #C8C8C8;
    margin: 5px 40px 12px 0px;
	padding-top: 6px;
	padding-right: 0px;
	color: #841618;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
}
section.mainContent aside.footer h3.thin {
	font-weight: 400;
}
section.mainContent aside.footer p.support {
    text-indent: 0px;
    font-size: 16px;
    line-height: 21px;
	margin: 8px 0 0px 0px;
}
section.mainContent aside.footer p.support img.pip {
	width: 10px;
	margin: 0 8px 0 5px;
}
section.mainContent aside.footer img.hesslogo {
	width: 260px;
	margin: 40px 0 0 0px;
}
section.mainContent aside.footer ul {
	display: inline;
    list-style: none;
	font-family: 'Archivo', sans-serif;
    font-size: 15px;
    line-height: 17px;
    padding: 0 80px 0 0px;
    margin: 0px;
	width: 100%;
}
section.mainContent aside.footer ul li {
    margin-bottom: 15px;
	color: #252525;
	font-size: 15px;
    line-height: 17px;
}
section.mainContent aside.footer ul li.title {
    font-weight: 700;
    color: #841618;
    font-size: 15px;
    line-height: 15px;
	letter-spacing: 3px;
    margin: 0px 0 16px -15px;
	padding: 5px 0 3px 15px;
	background-color: #fff;
}
section.mainContent aside.footer ul li.who {
    margin-bottom: 0px;
	color: #DC6642;
	line-height: 18px;
	font-weight: 700;
}
section.mainContent aside.footer ul li.overline {
    border-top: 1px solid #C8C8C8;
	margin: 15px 0 -13px 0px;
}
section.mainContent aside.footer ul li.overline.sub {
	margin: -5px 0 -10px -15px;
	border-top: 2px solid #fff;
}
section.mainContent aside.footer span.bar {
	color: #A66ECF;
	margin: 0 4px 0 4px;
}
section.mainContent aside.footer p.hessinfo {
    margin: 25px 0 0 0px;
	line-height: 19px;
	color: #252525;
}
section.mainContent aside.footer p.hesstagline {
    margin: 10px 0 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 17px;
	color: #747475;
}
section.mainContent aside.footer a:link {
	color: #0A2C5D;
    font-weight: 400;
}
section.mainContent aside.footer a:visited {
	color: #485259;
}
section.mainContent aside.footer a:hover {
    color: #283C8D;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
}


/* MEDIA QUERIES  •  •  •  MEDIA QUERIES  •  •  •  MEDIA QUERIES */

@media screen and (max-width : 760px ){ 
	
.content-container {
	padding-right: 50px;
}
section.header img.headart  {
	margin: 0px;
	width: 845px;
}
section.mainContent aside.footer {
	margin-right: -50px;
}
}

@media screen and ( max-width : 650px ){ 
	
.content-container {
	padding-right: 38px;
}
section.header img.headart  {
	margin: 0px;
	width: 130%;
}
section.mainContent h1 {
	color: #841618;
	font: 800 38px/35px Archivo, sans-serif;
	letter-spacing: -1px;
	margin: 10px 0 20px 40px;
}
section.mainContent p.navigation {
	display: none;
}
section.mainContent aside.pagenav {
	display: block;	
	margin: 10px 0 0px 40px;
	position: relative;
	z-index: 1;
}
section.mainContent aside.pagenav .menuburger {
	width: 35px;
	margin-bottom: 20px;
}
section.mainContent aside.pagenav aside.expando {
	display: none;
	margin: 0px 0 30px 0px;
}
section.mainContent aside.pagenav aside.expando:target {
	display: block;
}
section.mainContent aside.pagenav aside.expando p {
	font: 400 15px/18px Archivo, sans-serif;
	margin: 0px -30px 10px -25px;	
	background-color: #EEE;
	padding: 8px 0 6px 25px;
}
section.mainContent aside.pagenav aside.expando.rule {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	border-bottom: 1px solid #CCC;
}
.mainContent aside.photoblock {
	width: 93%;
	white-space: wrap;
}
.mainContent aside.photoblock img.sqpix {
	display: none;
}
.mainContent aside.photoblock p.caption {
	display: none;	
}
.mainContent aside.photoblock img.pixx {
	display: block;
	width: 100%;
	border: 1px solid #939FA7;
	margin: 0px;
}
.mainContent aside.photoblock img.pix {
	width: 100%;
}
.mainContent aside.photoblock p.caption650 {
	display: block;
	color: #7A8993;
    font-size: 15px;
	line-height: 19px;
	margin: 6px 0 20px 0px;
	border-top: 2px dotted #CFD4D8;
	padding: 4px 0 0 0px;
	text-indent: 0px;
}	
section.mainContent aside.footer {}
}

@media screen and (max-width : 550px ){ 

section.header img.headart  {
	display: none;
}
section.header img.mobi-headart  {
	display: block;
	width: 108%;
}
section.mainContent aside.pagenav {
	margin-left: 25px;	
}
section.mainContent p {
	margin-left: 25px;
}
section.mainContent h1 {
	margin-left: 25px;
}
section.mainContent h2 {
	margin-left: 25px;
}
.mainContent aside.photoblock {
	width: 95%;
	margin-left: 25px;	
}
.orderblock aside.products {
	margin-left: 12px;
	padding-left: 13px;
}
section.mainContent aside.footer {
	margin-right: -40px;
	padding-left: 25px;
	padding-right: 30px
}
section.mainContent aside.footer .hesstagline br {
	display: none;	
}
}

@media screen and (max-width : 450px ){ 


}

@media screen and (max-width : 390px ){ 


}
