@charset "utf-8";
/* CSS Document */

/*** STORE CSS *** /

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
    width: 100%;
    line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {margin: 0 auto; width: 85%; max-width: 1400px; padding: 0 15px;}
.wrapper-width {max-width: 1400px; width: 85%; padding: 0 15px; margin: 0 auto 0;}


/***************************  HEADER STYLES  *************************************/
.header {
	display: block!important;
	height: auto;
	margin: 0 auto;
	background: linear-gradient(#d4cfbe, #e9e6da);
	padding: 8px 20px 0px;
	position: relative;
    border-bottom: 4px solid #73221f;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    z-index: 9999;
	border-radius: 0 0 10px 10px;
}
.header img#logo {
	width: 100%;
	height: auto;
	max-width: 185px;
	display: block;
	float: left;
}
.header .top-info {
	float: left;
    width: calc(100% - 185px);
    font-size: 18px;
    text-align: right;
	padding: 5px 0 10px 0;
}
.top-info .col-3 {
	float: left;
	width: 33.33%;
	text-align: right;
	font-size: 18px;
}
.top-info .hdr-icon {
	font-size: 26px;
	color: #fff;
	margin-left: 7px;
}
.hdr-icon.fb {
	color: #4267B2;
}
.hdr-icon.twitter {
	color: #5DA9DD;
}
.hdr-icon.yt {
	color: #ff0000;
}
.hdr-icon.ig {
	color: #CE2896;
}
.top-info img {width: 100%; max-width: 21px; margin-left: 7px; display: inline-block;}

.hdr-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.75%;
	padding-top: 22px;
	padding-left: 1em;
}
.hdr-bottom p {
	width: 40%;
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
	color: #1f396a;
}
/*.hdr-nav {
	width: 60%;
	display: block;
	text-align: right;
}
.hdr-nav ul {width: 100%; display: flex; justify-content: flex-end; align-items: center; text-align: center;}
.hdr-nav ul li {display: inline-block;}
.hdr-nav ul ul.dpdown-list {
	display: none;
	position: absolute;
	justify-content: center;
	z-index: 5;
	width: 170px;
	background: #fff;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	border-radius: 5px;
	border: 1px solid #ddd;
}
.hdr-nav ul li:hover > ul.dpdown-list {
  display: block;
  z-index: 100;
  white-space: nowrap;
  position: absolute;
  padding: 10px;
}
.hdr-nav ul ul.dpdown-list li {
  float: none;
  width: auto;
  position: relative;
  margin: 0;
  display: block;
  font-size: 16px;
  padding-left: 0;
}
.hdr-nav ul ul.dpdown-list li a {
  float: none;
  width: auto;
  position: relative;
  margin: 0;
  display: block;
  font-size: 16px;
  padding: 5px 20px;
  color: #000;
  text-align: left;
}
.hdr-nav ul ul.dpdown-list li a:hover {color: #fff; background: #1f396a;}
.hdr-nav a {
	color: #73221f;
    display: inline-block;
	font-size: 14px;
}
.hdr-nav a.dpdown-toggle:after {
	font-family: FontAwesome;
    content: '\f0d7';
    padding-left: 1px;
    font-size: 10px;
    color: #C3C3C3FF;
    border-top: none;
	margin-left: 5px;
}*/

/*********************  LOGO STYLES **************************************/
.logo-wrapper {width: 100%; margin: 0 auto; display: block; text-align: center;}
.logo-wrapper img {padding: 30px 5% 0 5%;}

/*********************  SHOP STYLES **************************************/
#hs-content-wrapper {width: 95%; max-width: 1400px; font-family: 'Roboto Condensed', sans-serif!important;}
.hs-btn.hs-highlighted {
	background-color: #233c6a!important; 
	color: #fff!important;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}
.hs-btn.hs-highlighted:hover {background: #73221f!important; color: #fff!important;}
.hs-faceted-search .hs-facet-label .hs-facet-name {padding-left: 3px;}



/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: linear-gradient(#353535, #000);
	line-height: 160%;
	color: #fff;
	font-size: 14px;
}
footer h3 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 30px;
}
footer .col-4 {
	float: left;
	width: 22%;
	margin: 10px;
	padding-top: 35px;
}
footer .col-4 a {
	color: #fff;
	font-size: 14px;    
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}
footer .col-4 a:hover, footer .col-4 .footer-icon:hover, footer .col-4 img:hover {
	opacity: .9;
	transition: all.3s ease-in-out;
}
footer .col-4 .footer-icon {
	color: #fff;
	font-size: 26px;
    margin-right: 5px;
	display: inline-block;
}
footer .col-4 img {width: 100%; max-width: 22px; display: inline-block; margin-right: 5px;}
footer .site-host {
	border-top: 1px #999 solid;
    margin-top: 35px;
    padding: 10px 0;
    font-size: 12px;
    color: #aaa;
	width: 100%;
	display: inline-block;
}
a#cta-btn {
	display: block;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px #fff solid;
	width: 100%;
	max-width: 250px;
}
a#cta-btn:hover {
	background: #444;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/

@media screen and (max-width: 1480px) {
	.wrapper-width {width: 85%;}
}

@media screen and (max-width: 1225px) {
	.wrapper-width {width: 92%}
	.header img#logo {float: none; margin: 0 auto;}
	.header .top-info {float: none; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end;}
	.hdr-bottom {margin-top: 0; padding-left: 0;}
	.hdr-bottom p {text-align: left;}
}

@media screen and (max-width: 1100px) {
	#cssmenu ul li a {padding: 10px 1.25vw; font-size: 14.5px;}
	.top-info .col-3 {font-size: 16px;}
}

@media screen and (max-width: 980px) {
	.wrapper-width {width: 100%; padding: 0;}
	.hdr-bottom {padding-top: 5px;}
	.header {padding: 10px 20px 0px; border-radius: 0;}
	.header img#logo {float: none; margin: 0 auto; margin-bottom: 10px; margin-top: 10px; max-width: 160px;}
	.header .top-info {float: none; width: 100%; padding: 0; padding-bottom: 10px; justify-content: center;}
	.top-info .col-3 {width: 33.33%; text-align: center;}
	.hdr-nav {text-align: center; padding-top: 30px;}
	.hdr-nav a {font-size: 14px;}
	.hdr-bottom {flex-wrap: wrap; flex-direction: column; justify-content: center;}
	.hdr-bottom p {width: 100%; text-align: center;}
	.hdr-nav {width: 100%; text-align: center; padding-top: 10px;}
}

@media screen and (max-width: 768px){	
	.top-info .col-3 {width: 100%; float: none; line-height: 22px;}
	.hdr-nav {padding-top: 7px; margin-top: 0;}
	.headmenu {padding: 0;}
	/* FOOTER */
	footer .col-4 {float: none; width: 100%; text-align: center; padding-top: 15px; margin: 0 auto;}
	footer .site-host {text-align: center;}
	a#cta-btn {margin: 0 auto;}
	
}

@media screen and (max-width: 660px) {
}