/* line 5, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
**
** -------- Colors Pallete -------- 
**
*/
/**
**
** -------- New Color Pallete -------- 
**
*/
/**
**
** -------- Color Asignments -------- 
**
*/
/**
**
** -------- Grid Vlaues -------- 
**
*/
/**
**
** -------- Msc -------- 
**
*/
/*
**
**-------- Key Frames ---------
**
*/
@-webkit-keyframes drop-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes drop-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
/* line 1, ../sass/partials/_3.globalclasses.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/partials/_3.globalclasses.scss */
.mainsection {
  width: 100%;
  display: block;
}

/* line 10, ../sass/partials/_3.globalclasses.scss */
.section {
  width: 100%;
  display: block;
  overflow: hidden;
}

/* line 16, ../sass/partials/_3.globalclasses.scss */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  height: inherit;
  width: 980px;
  padding: 0 10px;
  padding: 0 1rem;
  display: block;
}

/* line 26, ../sass/partials/_3.globalclasses.scss */
.container {
  position: relative;
  overflow: hidden;
  display: block;
}

/* line 32, ../sass/partials/_3.globalclasses.scss */
.content {
  padding: 20px;
  padding: 2rem;
}

/* line 37, ../sass/partials/_3.globalclasses.scss */
.img-crop {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 1, ../sass/partials/_4.typography.scss */
html {
  font-size: 62.5%;
  font-family: Noto Sans;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 11, ../sass/partials/_4.typography.scss */
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px;
  margin: 0rem 0 1.5rem;
}

/* line 20, ../sass/partials/_4.typography.scss */
h1 {
  margin: 40px 0 20px;
  margin: 4rem 0 2rem;
}

/* line 29, ../sass/partials/_4.typography.scss */
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #cbb231;
}

/* line 39, ../sass/partials/_4.typography.scss */
p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1.5rem 0;
}

/* line 46, ../sass/partials/_4.typography.scss */
a,
a:visited {
  color: #004b9e;
}

/* line 51, ../sass/partials/_4.typography.scss */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"] {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 5px;
  margin: 0 .5rem;
  clear: right;
  height: 25px;
  height: 2.5rem;
  padding: 0 10px;
  padding: 0 1rem;
  outline: none;
  border: 1px solid #b0b0b0;
}

/* line 73, ../sass/partials/_4.typography.scss */
label {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
}

/* line 81, ../sass/partials/_4.typography.scss */
textarea {
  display: block;
  float: none;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 5px;
  margin: 0 .5rem;
  padding: 10px;
  padding: 1rem;
  width: 345px;
  max-width: 345px;
  width: 34.5rem;
  max-width: 34.5rem;
  outline: none;
  border: 1px solid #b0b0b0;
}

/* line 100, ../sass/partials/_4.typography.scss */
input[type="submit"] {
  float: left;
  clear: left;
  color: #fff;
}

/* line 107, ../sass/partials/_4.typography.scss */
.page-content {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 110, ../sass/partials/_4.typography.scss */
.page-content h1 {
  font-size: 38px;
  font-size: 3.8rem;
  margin: 1rem 0 2rem;
  color: #436281;
}
/* line 116, ../sass/partials/_4.typography.scss */
.page-content h3 {
  color: #436281;
}
/* line 119, ../sass/partials/_4.typography.scss */
.page-content p {
  font-size: 16px;
  font-size: 16px;
  line-height: 20px;
  line-height: 2rem;
}
/* line 125, ../sass/partials/_4.typography.scss */
.page-content li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
/* line 130, ../sass/partials/_4.typography.scss */
.page-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
/* line 133, ../sass/partials/_4.typography.scss */
.page-content ol li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
/* line 138, ../sass/partials/_4.typography.scss */
.page-content ol ul {
  margin: 10px 0 10px 40px;
}
/* line 142, ../sass/partials/_4.typography.scss */
.page-content ol.alpha {
  list-style-type: upper-alpha;
}

/* line 147, ../sass/partials/_4.typography.scss */
input[type="numner"] {
  -moz-appearance: text-field;
}

/* line 151, ../sass/partials/_4.typography.scss */
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 152, ../sass/partials/_4.typography.scss */
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*
**
**--------- Site Frame ----------
**
*/
/*
**
** ----------- Mega Menus ----------->
**
*/
/* line 20, ../sass/ey-style.scss */
.mega-menu {
  position: absolute;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .1s, opacity .1s linear;
  z-index: 3;
}

/* line 30, ../sass/ey-style.scss */
.nav-li::after {
  content: '';
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 4;
  background-image: url("/lib/yhst-140423782763821/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

/* line 47, ../sass/ey-style.scss */
.nav-li:last-child::after {
  content: none;
}

/* line 52, ../sass/ey-style.scss */
.nav-li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  -webkit-transition-delay: 0.4s;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition-delay: 0.4s;
}

/* line 63, ../sass/ey-style.scss */
.nav-li:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: transform .25s;
  -webkit-transition-delay: 0.8s;
  transition: all .25s;
  transition-delay: 0.4s;
}

/* line 73, ../sass/ey-style.scss */
.mega-menu {
  position: absolute;
  top: 37px;
  min-height: 100px;
  background: #fff;
  border: 2px solid #cbb231;
}
/* line 79, ../sass/ey-style.scss */
.mega-menu .left-box,
.mega-menu .right-box {
  float: left;
}
/* line 83, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats {
  list-style: none;
}
/* line 85, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats li {
  margin: 0 0 15px;
  height: 65px;
  overflow: hidden;
  color: #c7e7fc;
}
/* line 91, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats a,
.mega-menu .mega-menu-sub-cats a:visited {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
}
/* line 98, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats a:hover {
  color: #004b9e;
  text-decoration: underline;
}
/* line 102, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats .shop-all-link {
  color: #4c80ba;
  padding-left: 20px;
}
/* line 105, ../sass/ey-style.scss */
.mega-menu .mega-menu-sub-cats .shop-all-link a,
.mega-menu .mega-menu-sub-cats .shop-all-link a:visited,
.mega-menu .mega-menu-sub-cats .shop-all-link a:hover {
  color: #4c80ba;
}
/* line 112, ../sass/ey-style.scss */
.mega-menu .mega-sub-icon {
  width: 65px;
  height: 65px;
  float: left;
  display: block;
  padding: 5px;
  margin-right: 5px;
}
/* line 120, ../sass/ey-style.scss */
.mega-menu .link-box {
  display: block;
  float: left;
  width: calc(100% - 75px);
  height: 65px;
  overflow: none;
  padding: 10px 0 0;
}
/* line 128, ../sass/ey-style.scss */
.mega-menu .shop-now {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 134, ../sass/ey-style.scss */
.mega-menu .shop-now a,
.mega-menu .shop-now a:visited {
  line-height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  padding: 1rem 3rem;
  color: #fff;
  background: #275384;
  background: rgba(39, 83, 132, 0.8);
}
/* line 149, ../sass/ey-style.scss */
.mega-menu .top-box {
  padding: 20px 20px 10px 20px;
  margin-bottom: 75px;
}
/* line 153, ../sass/ey-style.scss */
.mega-menu .bottom-box {
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* line 160, ../sass/ey-style.scss */
.mega-menu .left-bottom-box,
.mega-menu .right-bottom-box {
  width: 50%;
  float: left;
  height: 75px;
  padding: 20px 50px;
  position: relative;
}
/* line 167, ../sass/ey-style.scss */
.mega-menu .left-bottom-box .name-span,
.mega-menu .right-bottom-box .name-span {
  display: block;
  font-size: 13px;
  color: #000;
  padding: 0 0 0 25px;
}
/* line 173, ../sass/ey-style.scss */
.mega-menu .left-bottom-box .link-span,
.mega-menu .right-bottom-box .link-span{
  display: block;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #4c80ba;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  background-image: url("/lib/yhst-140423782763821/yellow-right-arrow.svg");
  background-position: center left;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.mega-menu .right-bottom-box .link-span a, 
.mega-menu .left-bottom-box .link-span a {
  color: #4c80ba;
}
/* line 185, ../sass/ey-style.scss */
.mega-menu .left-bottom-box .link-span a,
.mega-menu .left-bottom-box .link-span a:visited,
.mega-menu .right-bottom-box .link-span a,
.mega-menu .right-bottom-box .link-span a:visited {
  text-decoration: none;
}

/* line 193, ../sass/ey-style.scss */
#mega-menu-0 {
  width: 810px;
  left: 0;
}
/* line 196, ../sass/ey-style.scss */
#mega-menu-0 .left-box {
  width: 564px;
  position: initial;
}
/* line 201, ../sass/ey-style.scss */
#mega-menu-0 .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  margin: 10px 0;
  top: 0;
  right: 0;
  border-left: 1px solid #92b3d6;
}
/* line 212, ../sass/ey-style.scss */
#mega-menu-0 .bottom-box {
  padding-right: 242px;
}
/* line 215, ../sass/ey-style.scss */
#mega-menu-0 .right-box {
  padding: 10px;
  width: 242px;
}
/* line 220, ../sass/ey-style.scss */
#mega-menu-0 .mega-menu-sub-cats li {
  width: 50%;
  float: left;
}

/* line 227, ../sass/ey-style.scss */
#mega-menu-1 {
  width: 810px;
  left: -144px;
}
/* line 230, ../sass/ey-style.scss */
#mega-menu-1 .left-box {
  width: 564px;
  position: initial;
}
/* line 235, ../sass/ey-style.scss */
#mega-menu-1 .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  margin: 10px 0;
  top: 0;
  right: 0;
  border-left: 1px solid #92b3d6;
}
/* line 246, ../sass/ey-style.scss */
#mega-menu-1 .bottom-box {
  padding-right: 242px;
}
/* line 249, ../sass/ey-style.scss */
#mega-menu-1 .right-box {
  padding: 10px;
  width: 242px;
}
/* line 254, ../sass/ey-style.scss */
#mega-menu-1 .mega-menu-sub-cats li {
  width: 50%;
  float: left;
}

/* line 261, ../sass/ey-style.scss */
#mega-menu-2 {
  width: 810px;
  left: -267px;
}
/* line 264, ../sass/ey-style.scss */
#mega-menu-2 .left-box {
  width: 564px;
  position: initial;
}
/* line 269, ../sass/ey-style.scss */
#mega-menu-2 .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  margin: 10px 0;
  top: 0;
  right: 0;
  border-left: 1px solid #92b3d6;
}
/* line 280, ../sass/ey-style.scss */
#mega-menu-2 .bottom-box {
  padding-right: 242px;
}
/* line 283, ../sass/ey-style.scss */
#mega-menu-2 .right-box {
  padding: 10px;
  width: 242px;
}
/* line 288, ../sass/ey-style.scss */
#mega-menu-2 .mega-menu-sub-cats li {
  width: 50%;
  float: left;
}

/* line 295, ../sass/ey-style.scss */
#mega-menu-3 {
  width: 520px;
  left: 0;
}
/* line 298, ../sass/ey-style.scss */
#mega-menu-3 .left-box {
  width: 274px;
  position: initial;
}
/* line 302, ../sass/ey-style.scss */
#mega-menu-3 .top-box {
  margin-bottom: 150px;
}
/* line 305, ../sass/ey-style.scss */
#mega-menu-3 .bottom-box {
  padding-right: 242px;
}
/* line 307, ../sass/ey-style.scss */
#mega-menu-3 .bottom-box .left-bottom-box {
  width: 100%;
}
/* line 309, ../sass/ey-style.scss */
#mega-menu-3 .bottom-box .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  margin: 0px 10%;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #92b3d6;
}
/* line 320, ../sass/ey-style.scss */
#mega-menu-3 .bottom-box .right-bottom-box {
  width: 100%;
}
/* line 324, ../sass/ey-style.scss */
#mega-menu-3 .right-box {
  padding: 10px;
  width: 242px;
}
/* line 328, ../sass/ey-style.scss */
#mega-menu-3 .mega-menu-sub-cats {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -column-count: 1;
  column-count: 1;
}

/* line 336, ../sass/ey-style.scss */
#mega-menu-4 {
  width: 810px;
  left: -426px;
}
/* line 339, ../sass/ey-style.scss */
#mega-menu-4 .left-box {
  width: 242px;
  padding: 10px;
  float: left;
}
/* line 345, ../sass/ey-style.scss */
#mega-menu-4 .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  margin: 10px 0;
  top: 0;
  right: 0;
  border-left: 1px solid #92b3d6;
}
/* line 356, ../sass/ey-style.scss */
#mega-menu-4 .bottom-box {
  padding-left: 242px;
}
/* line 359, ../sass/ey-style.scss */
#mega-menu-4 .right-box {
  width: 534px;
  position: initial;
  float: right;
}
/* line 365, ../sass/ey-style.scss */
#mega-menu-4 .mega-menu-sub-cats li {
  width: 50%;
  float: left;
}

/* line 372, ../sass/ey-style.scss */
#mega-menu-5 {
  width: 810px;
  left: -576px;
}
/* line 375, ../sass/ey-style.scss */
#mega-menu-5 .left-box {
  width: 242px;
  padding: 10px;
  float: left;
}
/* line 381, ../sass/ey-style.scss */
#mega-menu-5 .left-bottom-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  margin: 10px 0;
  top: 0;
  right: 0;
  border-left: 1px solid #92b3d6;
}
/* line 392, ../sass/ey-style.scss */
#mega-menu-5 .bottom-box {
  padding-left: 242px;
}
/* line 395, ../sass/ey-style.scss */
#mega-menu-5 .right-box {
  width: 534px;
  position: initial;
  float: right;
}
/* line 401, ../sass/ey-style.scss */
#mega-menu-5 .mega-menu-sub-cats li {
  width: 50%;
  float: left;
}

/*
**
**--------- Header ----------
**
*/
/* line 419, ../sass/ey-style.scss */
.top-header-section {
  height: 30px;
  line-height: 30px;
}

/* line 425, ../sass/ey-style.scss */
.top-questions-container {
  float: left;
  margin-left: 295px;
}

/* line 430, ../sass/ey-style.scss */
.top-links-container {
  float: right;
}

/* line 434, ../sass/ey-style.scss */
.utl-links {
  list-style: none;
  float: right;
}
/* line 438, ../sass/ey-style.scss */
.utl-links li {
  display: inline-block;
  float: left;
}
/* line 441, ../sass/ey-style.scss */
.utl-links li a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}
/* line 448, ../sass/ey-style.scss */
.utl-links li a:hover {
  text-decoration: underline;
}
/* line 452, ../sass/ey-style.scss */
.utl-links li::after {
  content: '  |';
  color: #707070;
}
/* line 456, ../sass/ey-style.scss */
.utl-links li:last-child a::after {
  content: '';
}

/* line 461, ../sass/ey-style.scss */
.top-cart-container {
  float: right;
  margin-left: 10px;
  margin-left: 3rem;
  padding: 0 10px;
  background-color: #436281;
  background-image: url("/lib/yhst-140423782763821/cart-tab.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 470, ../sass/ey-style.scss */
.top-cart-container .cart-image {
  height: 25px;
  width: auto;
  float: left;
}
/* line 475, ../sass/ey-style.scss */
.top-cart-container .cart-text {
  padding: 0 0 0 5px;
  padding: 0 0 0 .5rem;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 487, ../sass/ey-style.scss */
.brand-header-section {
  height: 100px;
  overflow: visible;
}

/* line 492, ../sass/ey-style.scss */
.logo-container {
  float: left;
  margin-top: -15px;
}

/* line 497, ../sass/ey-style.scss */
.site-logo {
  max-width: 100%;
  height: auto;
}

/* line 502, ../sass/ey-style.scss */
.search-container {
  float: left;
  margin: 25px 0 0 35px;
}

/* line 507, ../sass/ey-style.scss */
.searchform-container {
  padding: 5px;
}

/* line 511, ../sass/ey-style.scss */
.searchform-container .search-bar {
  height: 35px;
  width: 400px;
  padding: 0;
  border: 1px solid #cbb231;
  outline: none;
  border-radius: 20px;
  background-color: #fff;
  background-size: 20px;
  float: left;
  font-size: 14px;
  color: #696969;
  margin-right: 0;
  box-sizing: border-box;
  padding: 5px 70px 5px 20px;
}

/* line 528, ../sass/ey-style.scss */
.search-container .search-button {
  height: 35px;
  width: 50px;
  position: absolute;
  right: 0px;
  margin-left: 0;
  background-color: #cbb231;
  border: none;
  outline: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  padding: 5px;
}

/* line 546, ../sass/ey-style.scss */
.fastshipping-container {
  float: left;
  margin: 28px 0 0 40px;
}

/* line 551, ../sass/ey-style.scss */
.fastshipping-top,
.fastshipping-bot {
  clear: both;
}

/* line 556, ../sass/ey-style.scss */
.fastshipping-top span {
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 25px;
  line-height: 2.5rem;
  font-style: italic;
  color: #436281;
  padding: 0 0 0 40px;
  background-image: url("/lib/yhst-140423782763821/dark-fastcart.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 30px;
}

/* line 571, ../sass/ey-style.scss */
.fastshipping-bot span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 577, ../sass/ey-style.scss */
.side-shipping-container .fastshipping-top span {
  color: #c7e7fc;
  background-image: url("/lib/yhst-140423782763821/fastcart.svg");
}
/* line 581, ../sass/ey-style.scss */
.side-shipping-container .fastshipping-bot span {
  color: #fff;
}

/* line 586, ../sass/ey-style.scss */
.header-questions {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 591, ../sass/ey-style.scss */
.mobile-cart {
  display: none;
}

/* line 595, ../sass/ey-style.scss */
.topnav-section {
  height: 40px;
  background: #474c46;
  overflow: visible;
}
/* line 599, ../sass/ey-style.scss */
.topnav-section .topnav-container {
  overflow: visible;
}
/* line 602, ../sass/ey-style.scss */
.topnav-section .topnav-wrapper {
  padding: 0;
}
/* line 605, ../sass/ey-style.scss */
.topnav-section .topnav-ul {
  list-style: none;
  display: block;
}
/* line 609, ../sass/ey-style.scss */
.topnav-section .nav-li {
  position: relative;
  display: block;
  float: left;
  overflow: visible;
}
/* line 617, ../sass/ey-style.scss */
.topnav-section .nav-li:last-child {
  float: right;
  margin-right: 20px;
}
/* line 620, ../sass/ey-style.scss */
.topnav-section .nav-li:last-child::after {
  border: none;
}
/* line 624, ../sass/ey-style.scss */
.topnav-section .nav-a,
.topnav-section .nav-a:visited {
  position: relative;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: block;
  line-height: 37px;
  padding: 0 13px;
}
/* line 633, ../sass/ey-style.scss */
.topnav-section .nav-a::after,
.topnav-section .nav-a:visited::after {
  content: '';
  position: absolute;
  height: 15px;
  margin-top: 11px;
  top: 0;
  left: 0;
  border-left: 2px solid #cbb231;
}
/* line 643, ../sass/ey-style.scss */
.topnav-section .nav-li:hover .nav-a {
  color: #fff;
}
/* line 651, ../sass/ey-style.scss */
.topnav-section .nav-li:first-child .nav-a::after,
.topnav-section .nav-li:first-child .nav-a:visited::after,
.topnav-section .nav-li:last-child .nav-a::after,
.topnav-section .nav-li:last-child .nav-a:visited::after {
  content: none;
  display: none;
}
/* line 656, ../sass/ey-style.scss */
.topnav-section .nav-li:last-child .nav-a,
.topnav-section .nav-li:last-child .nav-a:visited {
  color: #cbb231;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 663, ../sass/ey-style.scss */
.topnav-section .nav-li:last-child:hover .nav-a {
  color: #fff;
  background: none;
}

/*
**
**--------- Side Menu ----------
**
*/
/* line 675, ../sass/ey-style.scss */
.hamburger-container {
  display: none;
  height: 55px;
  width: 55px;
  margin: 16px 14px 0;
  background: #474c46;
  border-radius: 10px;
  border-radius: 1rem;
  float: left;
  -webkit-transition: all 1s;
  transition: all 1s;
  box-shadow: 2px 2px 2px #e3e3e3;
  z-index: 3;
}
/* line 689, ../sass/ey-style.scss */
.hamburger-container:active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  -webkit-transition: all 0s;
  transition: all 0s;
}
/* line 697, ../sass/ey-style.scss */
.hamburger-container .hamburger-icon {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}
/* line 705, ../sass/ey-style.scss */
.hamburger-container span {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  margin: 5px auto;
  position: absolute;
  left: 7px;
  -webkit-transition: all 1s;
  transition: all 1s;
  will-change: transfrom, color;
}
/* line 719, ../sass/ey-style.scss */
.hamburger-container .first {
  top: 10px;
}
/* line 722, ../sass/ey-style.scss */
.hamburger-container .second {
  top: 20px;
}
/* line 725, ../sass/ey-style.scss */
.hamburger-container .third {
  top: 30px;
}

/* line 730, ../sass/ey-style.scss */
.hamburger-container.open {
  background: #474c46;
  border: 1px solid #474c46;
  box-shadow: 2px 2px 2px #474c46;
  display: block;
}
/* line 736, ../sass/ey-style.scss */
.hamburger-container.open .hamburger-icon {
  -webkit-transform: translatex(1px) rotate(180deg);
  transform: translatex(1px) rotate(180deg);
}
/* line 741, ../sass/ey-style.scss */
.hamburger-container.open span {
  background: #cbb231;
}
/* line 744, ../sass/ey-style.scss */
.hamburger-container.open .first {
  -webkit-transform: translatey(10px) rotate(45deg);
  transform: translatey(10px) rotate(45deg);
}
/* line 748, ../sass/ey-style.scss */
.hamburger-container.open .second {
  display: none;
}
/* line 751, ../sass/ey-style.scss */
.hamburger-container.open .third {
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

/* line 757, ../sass/ey-style.scss */
.side-nav-overlay {
  visibility: hidden;
  position: fixed;
  content: '';
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 770, ../sass/ey-style.scss */
.side-nav-overlay.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* line 777, ../sass/ey-style.scss */
.side-nav {
  visibility: hidden;
  position: absolute;
  content: '';
  background: #474c46;
  opacity: 1;
  top: 0;
  left: -265px;
  width: 265px;
  min-height: 1400px;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 120px 0px 20px;
}

/* line 793, ../sass/ey-style.scss */
.side-nav.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translatex(265px);
  transform: translatex(265px);
}

/* line 800, ../sass/ey-style.scss */
.brand-header-wrapper {
  position: relative;
}

/* line 804, ../sass/ey-style.scss */
html {
  position: relative;
}

/* line 808, ../sass/ey-style.scss */
.over-section {
  display: block;
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* line 819, ../sass/ey-style.scss */
.over-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 824, ../sass/ey-style.scss */
.close-menu {
  color: #cbb231;
  opacity: 0.8;
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  position: absolute;
  top: 36px;
  left: 74px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

/* line 839, ../sass/ey-style.scss */
span.close-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 848, ../sass/ey-style.scss */
.side-nav-a,
.side-nav-a:visited {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
}

/* line 864, ../sass/ey-style.scss */
.side-nav-li.open .side-nav-a {
  color: #474c46;
  background: #fff;
}

/* line 869, ../sass/ey-style.scss */
.side-nav-li:last-child .side-nav-a,
.side-nav-li:last-child .side-nav-a:visited {
  color: #cbb231;
  font-style: italic;
  font-weight: 700;
}

/* line 876, ../sass/ey-style.scss */
.line-break {
  height: 1px;
  border: none;
  border-top: 1px solid;
  color: #fff;
  margin: 4em 2em;
}

/* line 884, ../sass/ey-style.scss */
.side-shipping-container {
  text-align: center;
  margin-top: 30px;
}

/* line 889, ../sass/ey-style.scss */
.side-nav-li {
  max-height: 40px;
  overflow: hidden;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

/* line 897, ../sass/ey-style.scss */
.side-nav-li.open {
  max-height: 600px;
  overflow: hidden;
  display: block;
}

/* line 903, ../sass/ey-style.scss */
.sub-cat-ul {
  margin: 20px 0;
  list-style: square;
  list-style-position: inside;
  color: #c7e7fc;
}

/* line 910, ../sass/ey-style.scss */
.sub-cat-li {
  max-height: 40px;
}

/* line 914, ../sass/ey-style.scss */
.sub-cat-a,
.sub-cat-a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  display: block;
  width: 100%;
  padding: 0 20px 0 40px;
}

/* line 927, ../sass/ey-style.scss */
.sub-cat-a.shopall {
  color: #cbb231;
  font-style: italic;
}

/*
**
**--------- Main Section ----------
**
*/
/* line 938, ../sass/ey-style.scss */
main {
  min-height: 800px;
  overflow: hidden;
  background: #f3f0e9;
}

/*
**
**--------- footer ----------
**
*/
/* line 958, ../sass/ey-style.scss */
.top-footer {
  height: 225px;
  background: #2b2b2b;
  /* Old browsers */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), -moz-linear-gradient(top, #474c46 0%, #474c46 25%, #2b2b2b 25%, #2b2b2b 100%);
  /* FF3.6+ */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474c46), color-stop(25%, #474c46), color-stop(25%, #2b2b2b), color-stop(100%, #2b2b2b));
  /* Chrome,Safari4+ */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), -webkit-linear-gradient(top, #474c46 0%, #474c46 25%, #2b2b2b 25%, #2b2b2b 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), -o-linear-gradient(top, #474c46 0%, #474c46 25%, #2b2b2b 25%, #2b2b2b 100%);
  /* Opera 11.10+ */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), -ms-linear-gradient(top, #474c46 0%, #474c46 25%, #2b2b2b 25%, #2b2b2b 100%);
  /* IE10+ */
  background-image: url("/lib/yhst-140423782763821/footer-texture.png"), linear-gradient(to bottom, #474c46 0%, #474c46 25%, #2b2b2b 25%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474c46', endColorstr='#2b2b2b',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 970, ../sass/ey-style.scss */
.top-footer h3 {
  text-transform: uppercase;
}

/* line 975, ../sass/ey-style.scss */
.top-footer .shop-container,
.top-footer .help-container {
  float: left;
  padding: 30px 0 0 0;
  padding: 3rem 0 0 0;
}
/* line 980, ../sass/ey-style.scss */
.top-footer .shop-container ul,
.top-footer .help-container ul {
  list-style: square;
  list-style-position: inside;
  color: #436281;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
/* line 989, ../sass/ey-style.scss */
.top-footer .shop-container li a,
.top-footer .shop-container li a:visited,
.top-footer .help-container li a,
.top-footer .help-container li a:visited {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  text-decoration: none;
  color: #fff;
}
/* line 998, ../sass/ey-style.scss */
.top-footer .shop-container li a:hover,
.top-footer .help-container li a:hover {
  text-decoration: underline;
}
/* line 1001, ../sass/ey-style.scss */
.top-footer .shop-container li .specials,
.top-footer .help-container li .specials {
  text-transform: uppercase;
}

/* line 1007, ../sass/ey-style.scss */
.top-footer .shop-container {
  width: 315px;
}

/* line 1011, ../sass/ey-style.scss */
.top-footer .help-container {
  width: 230px;
}

/* line 1015, ../sass/ey-style.scss */
.top-footer .newsletter-container {
  float: right;
}
/* line 1017, ../sass/ey-style.scss */
.top-footer .newsletter-container .news-right {
  margin-top: 20px;
  float: right;
}
/* line 1021, ../sass/ey-style.scss */
.top-footer .newsletter-container .news-left {
  float: left;
  width: 100%;
}

/* line 1027, ../sass/ey-style.scss */
.top-footer .newsletter-icon {
  float: left;
}

/* line 1031, ../sass/ey-style.scss */
.top-footer .news-letter-container {
  width: 395px;
  padding: 20px 10px;
  margin-top: 30px;
  background: #2b2b2b;
  border: 1px solid #5b605a;
}
/* line 1037, ../sass/ey-style.scss */
.top-footer .news-letter-container .one {
  color: #aaaaaa;
  font-size: 15px;
  font-size: 1.5em;
  position: relative;
  left: 5px;
}
/* line 1044, ../sass/ey-style.scss */
.top-footer .news-letter-container .two {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  left: 5px;
}
/* line 1053, ../sass/ey-style.scss */
.top-footer .news-letter-container .three {
  color: #aaaaaa;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: italic;
  position: relative;
  left: 5px;
}

/* line 1064, ../sass/ey-style.scss */
.top-footer .news-bar {
  height: 35px;
  width: 345px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 20px;
  background-color: #eeeeee;
  float: right;
  font-size: 14px;
  color: #696969;
  margin-right: 0;
  box-sizing: border-box;
  padding: 5px 70px 5px 20px;
}

/* line 1080, ../sass/ey-style.scss */
.top-footer .news-button {
  height: 35px;
  width: 50px;
  position: absolute;
  right: 0;
  margin-left: 0;
  background-color: #cbb231;
  border: none;
  outline: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  padding: 9px;
}

/* line 1098, ../sass/ey-style.scss */
.middle-footer {
  height: 120px;
  border-bottom: 1px solid #2b2b2b;
}

/* line 1103, ../sass/ey-style.scss */
.middle-footer .social-container {
  float: left;
  padding: 20px;
}

/* line 1108, ../sass/ey-style.scss */
.social-container .connect {
  line-height: 25px;
  color: #9b0506;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 5px 5px 50px;
  display: block;
  float: left;
  text-transform: uppercase;
}

/* line 1119, ../sass/ey-style.scss */
.social-container .social-icon {
  margin: 5px 5px;
}

/* line 1123, ../sass/ey-style.scss */
.middle-footer .secure-container {
  float: left;
  padding: 20px;
  margin-top: 3px;
  margin-left: 40px;
}

/* line 1130, ../sass/ey-style.scss */
.footcards {
  margin-right: 20px;
}

/* line 1134, ../sass/ey-style.scss */
.social-container a {
  display: block;
  float: left;
}

/* line 1139, ../sass/ey-style.scss */
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/* line 1145, ../sass/ey-style.scss */
.bottom-footer {
  height: 120px;
}

/* line 1149, ../sass/ey-style.scss */
.bottom-footer-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  color: #b0b0b0;
  padding: 10px 70px 0;
}

/*
**
**--------- Item Page ----------
**
*/
/* line 1165, ../sass/ey-style.scss */
.bread-crumbs {
  font-size: 13px;
  color: #707070;
  padding: 2rem 0 0;
  float: left;
  width: 70%;
}

/* line 1173, ../sass/ey-style.scss */
.product-code {
  font-size: 13px;
  color: #707070;
  padding: 2rem 0 0 0;
  float: left;
  width: 30%;
  text-align: right;
}

/* line 1182, ../sass/ey-style.scss */
.bread-crumbs a {
  color: #8b8b8b;
  text-decoration: none;
}

/* line 1187, ../sass/ey-style.scss */
.bread-crumbs a:hover {
  text-decoration: underline;
}

/* line 1191, ../sass/ey-style.scss */
.lastCrumb {
  color: #000;
}

/*
**
**--------- Site Frame Media Querries ----------
**
*/
@media (max-width: 980px) {
  /* line 1205, ../sass/ey-style.scss */
  .wrapper {
    width: 758px;
  }

  /* line 1208, ../sass/ey-style.scss */
  .topnav-section {
    display: none;
  }

  /* line 1211, ../sass/ey-style.scss */
  .fastshipping-container {
    display: none;
  }

  /* line 1214, ../sass/ey-style.scss */
  .logo-container {
    margin-top: 0;
  }

  /* line 1217, ../sass/ey-style.scss */
  .top-questions-container {
    margin-left: 0;
  }

  /* line 1220, ../sass/ey-style.scss */
  .top-footer {
    height: 375px;
    background-image: url("/lib/yhst-140423782763821/footer-texture.png");
    background-repeat: repeat;
  }

  /* line 1225, ../sass/ey-style.scss */
  .top-footer-wrapper {
    padding: 0 20px;
    padding: 0 2rem;
  }

  /* line 1229, ../sass/ey-style.scss */
  .top-footer .shop-container,
  .top-footer .help-container {
    width: 50%;
  }

  /* line 1233, ../sass/ey-style.scss */
  .top-footer .newsletter-container,
  .top-footer .news-letter-container {
    width: 100%;
  }
  /* line 1236, ../sass/ey-style.scss */
  .top-footer .newsletter-container .news-left,
  .top-footer .newsletter-container .news-right,
  .top-footer .news-letter-container .news-left,
  .top-footer .news-letter-container .news-right {
    width: 50%;
  }

  /* line 1241, ../sass/ey-style.scss */
  .top-footer .news-bar {
    width: 333px;
  }

  /* line 1244, ../sass/ey-style.scss */
  .middle-footer {
    height: 150px;
  }
  /* line 1246, ../sass/ey-style.scss */
  .middle-footer .secure-container {
    width: 50%;
    text-align: right;
    float: right;
  }
  /* line 1250, ../sass/ey-style.scss */
  .middle-footer .secure-container .footcards {
    margin: 0;
  }

  /* line 1255, ../sass/ey-style.scss */
  .social-container .connect {
    margin: 5px;
  }

  /* line 1258, ../sass/ey-style.scss */
  .searchform-container .search-bar {
    width: 345px;
  }

  /* line 1261, ../sass/ey-style.scss */
  .hamburger-container {
    display: block;
  }

  /* line 1264, ../sass/ey-style.scss */
  .site-logo {
    width: 210px;
  }
}
@media (max-width: 758px) {
  /* line 1270, ../sass/ey-style.scss */
  .wrapper {
    width: 80%;
  }

  /* line 1273, ../sass/ey-style.scss */
  .hamburger-container {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 1278, ../sass/ey-style.scss */
  .mobile-cart {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 1283, ../sass/ey-style.scss */
  .logo-container {
    width: 100%;
    text-align: center;
  }

  /* line 1287, ../sass/ey-style.scss */
  .top-questions-container {
    text-align: center;
    width: 100%;
  }

  /* line 1291, ../sass/ey-style.scss */
  .top-links-container,
  .top-cart-container {
    display: none;
  }

  /* line 1295, ../sass/ey-style.scss */
  .brand-header-section {
    height: 150px;
  }

  /* line 1298, ../sass/ey-style.scss */
  .search-container {
    clear: both;
    margin: 10px auto;
  }

  /* line 1302, ../sass/ey-style.scss */
  .searchform-container .search-bar {
    width: 320px;
  }

  /* line 1305, ../sass/ey-style.scss */
  .site-logo {
    height: auto;
    width: 210px;
  }

  /* line 1309, ../sass/ey-style.scss */
  .mobile-cart {
    display: block;
    margin: 14px 20px 0;
    float: right;
  }
  /* line 1313, ../sass/ey-style.scss */
  .mobile-cart .cart-image {
    height: 35px;
    width: auto;
    float: left;
  }

  /* line 1320, ../sass/ey-style.scss */
  .hamburger-container {
    height: 32px;
    width: 32px;
    margin: 16px 14px 0;
  }
  /* line 1325, ../sass/ey-style.scss */
  .hamburger-container .hamburger-icon {
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  /* line 1332, ../sass/ey-style.scss */
  .hamburger-container span {
    width: 20px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    left: 5px;
  }
  /* line 1339, ../sass/ey-style.scss */
  .hamburger-container .first {
    top: 2px;
  }
  /* line 1342, ../sass/ey-style.scss */
  .hamburger-container .second {
    top: 9px;
  }
  /* line 1345, ../sass/ey-style.scss */
  .hamburger-container .third {
    top: 16px;
  }

  /* line 1353, ../sass/ey-style.scss */
  .hamburger-container.open .hamburger-icon {
    -webkit-transform: translatex(0px) rotate(180deg);
    transform: translatex(0px) rotate(180deg);
  }
  /* line 1357, ../sass/ey-style.scss */
  .hamburger-container.open .first {
    -webkit-transform: translatey(7px) rotate(45deg);
    transform: translatey(7px) rotate(45deg);
  }
  /* line 1361, ../sass/ey-style.scss */
  .hamburger-container.open .second {
    display: none;
  }
  /* line 1364, ../sass/ey-style.scss */
  .hamburger-container.open .third {
    -webkit-transform: translatey(-7px) rotate(-45deg);
    transform: translatey(-7px) rotate(-45deg);
  }

  /* line 1370, ../sass/ey-style.scss */
  .top-footer {
    height: 625px;
  }
  /* line 1373, ../sass/ey-style.scss */
  .top-footer .news-letter-container .one {
    line-height: 19px;
    line-height: 1.9rem;
    font-size: 12px;
    font-size: 1.2rem;
    left: 5px;
  }
  /* line 1380, ../sass/ey-style.scss */
  .top-footer .news-letter-container .two {
    line-height: 32px;
    line-height: 3.2rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1386, ../sass/ey-style.scss */
  .top-footer .news-letter-container .three {
    line-height: 24px;
    line-height: 2.4rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1392, ../sass/ey-style.scss */
  .top-footer .news-letter-container .news-left {
    width: 100%;
  }
  /* line 1395, ../sass/ey-style.scss */
  .top-footer .news-letter-container .news-right {
    width: 100%;
  }
  /* line 1399, ../sass/ey-style.scss */
  .top-footer .news-bar {
    width: 80%;
    font-size: 10px;
    font-size: 1rem;
  }

  /* line 1405, ../sass/ey-style.scss */
  .top-footer .shop-container,
  .top-footer .help-container {
    width: 100%;
  }

  /* line 1409, ../sass/ey-style.scss */
  .middle-footer,
  .bottom-footer {
    height: 250px;
  }

  /* line 1413, ../sass/ey-style.scss */
  .middle-footer .social-container,
  .middle-footer .secure-container {
    width: 100%;
    text-align: center;
  }

  /* line 1418, ../sass/ey-style.scss */
  .bottom-footer-text {
    padding: 10px;
  }

  /* line 1421, ../sass/ey-style.scss */
  span.close-menu {
    top: 25px;
    left: 55px;
  }

  /* line 1425, ../sass/ey-style.scss */
  .searchform-container {
    width: 330px;
    margin: 0 auto;
  }

  /* line 1429, ../sass/ey-style.scss */
  .search-bar {
    float: right;
  }

  /* line 1432, ../sass/ey-style.scss */
  .search-container {
    width: 100%;
  }
}
@media (max-width: 440px) {
  /* line 1438, ../sass/ey-style.scss */
  .wrapper {
    width: 320px;
  }

  /* line 1441, ../sass/ey-style.scss */
  .site-logo {
    width: 200px;
  }

  /* line 1444, ../sass/ey-style.scss */
  .mobile-cart {
    margin: 14px 7px 0;
  }

  /* line 1447, ../sass/ey-style.scss */
  .hamburger-container {
    margin: 16px 7px 0;
  }

  /* line 1450, ../sass/ey-style.scss */
  .searchform-container .search-bar {
    margin: 0;
    width: 100%;
  }

  /* line 1454, ../sass/ey-style.scss */
  .top-footer .news-bar {
    width: 225px;
  }

  /* line 1457, ../sass/ey-style.scss */
  .top-footer {
    height: 625px;
  }
  /* line 1460, ../sass/ey-style.scss */
  .top-footer .news-letter-container .two {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 1464, ../sass/ey-style.scss */
  .top-footer .news-letter-container .three {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* line 1472, ../sass/ey-style.scss */
  .searchform-container {
    width: auto;
    margin: 0;
  }

  /* line 1476, ../sass/ey-style.scss */
  span.close-menu {
    left: 40px;
  }
}
/**
***
***------------- Item Page ----------------------->
***
**/
/* line 1488, ../sass/ey-style.scss */
.item-image-container {
  box-sizing: border-box;
  float: left;
  width: 55%;
  padding: 10px;
  margin-top: 20px;
}

/* line 1496, ../sass/ey-style.scss */
.main-image-container {
  border: 2px solid #f3f3f3;
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
}

/* line 1505, ../sass/ey-style.scss */
.click-enlarge {
  background-image: url("http://lib.store.yahoo.net/lib/yhst-140423782763821/magglass.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  clear: both;
  font-size: 14px;
  color: #cbb231;
}

/* line 1517, ../sass/ey-style.scss */
.main-image-container img {
  width: 100%;
  height: auto;
}

/* line 1522, ../sass/ey-style.scss */
.inset-image-container {
  width: 20%;
  float: left;
}

/* line 1527, ../sass/ey-style.scss */
.inset-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
}

/* line 1535, ../sass/ey-style.scss */
.inset-pad {
  width: 100%;
  padding: 0 10px 10px;
}

/* line 1540, ../sass/ey-style.scss */
.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  opacity: 0.3;
}

/* line 1551, ../sass/ey-style.scss */
.light-box-img {
  position: fixed;
  z-index: 20;
  top: 50px;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 5px 1pt #a5a2a2;
  max-height: calc(100% - 100px);
  overflow: auto;
}

/* line 1565, ../sass/ey-style.scss */
.drop-in {
  -webkit-animation: drop-in 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  /* Chrome, Safari, Opera */
  animation: drop-in 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1570, ../sass/ey-style.scss */
#light-box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

/* line 1579, ../sass/ey-style.scss */
.light-box-img img {
  margin: 0 auto;
  width: 600px;
  height: auto;
  display: block;
}

/* line 1587, ../sass/ey-style.scss */
.order-box-container {
  box-sizing: border-box;
  float: left;
  width: 45%;
  padding: 10px;
  margin-top: 20px;
}

/* line 1595, ../sass/ey-style.scss */
.order-box-container h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0 0 5px;
  margin: 0 0 .5rem;
}

/* line 1607, ../sass/ey-style.scss */
.price-box {
  margin: 10px 0;
}

/* line 1611, ../sass/ey-style.scss */
.avail {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2b2b2b;
  margin-bottom: 0;
}

/* line 1618, ../sass/ey-style.scss */
.orders-ship {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-style: italic;
}

/* line 1625, ../sass/ey-style.scss */
.orders-ship span {
  color: #9b0506;
}

/* line 1629, ../sass/ey-style.scss */
.avail .in-stock {
  color: #06a241;
  font-style: italic;
}

/* line 1634, ../sass/ey-style.scss */
.avail .out-stock {
  color: #9b0506;
  font-style: italic;
  font-weight: bold;
}

/* line 1640, ../sass/ey-style.scss */
.price {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2b2b2b;
}

/* line 1646, ../sass/ey-style.scss */
.salePriceColor {
  font-size: 20px;
  font-size: 2rem;
  color: #9b0506;
  font-weight: 600;
}

/* line 1653, ../sass/ey-style.scss */
.price span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/* line 1660, ../sass/ey-style.scss */
.options-box {
  margin-top: 20px;
  padding: 5px 0;
}

/* line 1665, ../sass/ey-style.scss */
.options-box select {
  border: 1px solid gray;
  outline: none;
  background-color: #fff;
  height: 25px;
}

/* line 1672, ../sass/ey-style.scss */
.options-box label {
  margin: 0 10px 10px 0;
}

/* line 1676, ../sass/ey-style.scss */
.options-box input {
  width: 50px;
  border: 1px solid gray;
  outline: none;
  background-color: #fff;
}

/* line 1687, ../sass/ey-style.scss */
.product-description-container {
  margin-top: 40px;
  float: left;
  width: 60%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .75rem;
  padding: 0 20px 0 0;
}
/* line 1695, ../sass/ey-style.scss */
.product-description-container .pad {
  padding: 0 0 0 20px;
}

/* line 1700, ../sass/ey-style.scss */
.product-description-container p {
  margin-bottom: .75rem;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1706, ../sass/ey-style.scss */
.product-description-container ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: .75rem;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1714, ../sass/ey-style.scss */
.product-description-container ul {
  line-height: 20px;
}

/* line 1718, ../sass/ey-style.scss */
.product-description-container h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  background: #474c46;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0 20px;
}

/* line 1733, ../sass/ey-style.scss */
.atc-container .atc-button {
  position: relative;
  height: 55px;
  width: 220px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #436281;
  background-image: url("/lib/yhst-140423782763821/CartIcon.svg"), url("/lib/yhst-140423782763821/addtoc-bg.jpg");
  background-position: 15px -2px, center center;
  background-repeat: no-repeat, no-repeat;
  padding-left: 60px;
  border: none;
  outline: none;
  margin: 35px 0;
  cursor: pointer;
}

/* line 1753, ../sass/ey-style.scss */
.cross-sell-container {
  margin-top: 40px;
  margin-bottom: .75rem;
  float: left;
  width: 40%;
  padding: 0 0 0 20px;
}

/* line 1761, ../sass/ey-style.scss */
.cross-sell-container h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  background: #474c46;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0 20px;
}

/* line 1776, ../sass/ey-style.scss */
.cross-sell-container h4 {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 1782, ../sass/ey-style.scss */
.cross-sell-item {
  margin: 20px 0 40px;
}

/* line 1786, ../sass/ey-style.scss */
.cross-sell-container hr,
.product-description-container hr {
  height: 1px;
  border: none;
  border-top: 2px solid;
  color: #e3e3e3;
}

/* line 1794, ../sass/ey-style.scss */
.cross-sell-item img {
  width: 30%;
  height: auto;
  float: left;
}

/* line 1800, ../sass/ey-style.scss */
.cross-sell-item .info-box {
  width: 70%;
  float: left;
  padding: 10px;
}
/* line 1804, ../sass/ey-style.scss */
.cross-sell-item .info-box h3 {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}

/* line 1812, ../sass/ey-style.scss */
.mask {
  display: none;
}

/* line 1816, ../sass/ey-style.scss */
.inset-controls {
  display: none;
  text-align: center;
}

/* line 1820, ../sass/ey-style.scss */
.inset-cont {
  margin: 0 5px;
}

/**
***
***------------- Item Page Media Queries----------------------->
***
**/
@media (max-width: 980px) {
  /* line 1831, ../sass/ey-style.scss */
  .product-description-container {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 1836, ../sass/ey-style.scss */
  .cross-sell-container {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 758px) {
  /* line 1845, ../sass/ey-style.scss */
  .bread-crumbs {
    display: none;
  }

  /* line 1848, ../sass/ey-style.scss */
  .item-image-container {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 1853, ../sass/ey-style.scss */
  .order-box-container {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 1858, ../sass/ey-style.scss */
  .main-image-container {
    width: 100%;
  }

  /* line 1861, ../sass/ey-style.scss */
  .inset-image-container {
    display: none;
  }

  /* line 1864, ../sass/ey-style.scss */
  .click-enlarge {
    display: none;
  }

  /* line 1867, ../sass/ey-style.scss */
  .img-mask {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: initial;
  }

  /* line 1877, ../sass/ey-style.scss */
  .inset-controls {
    display: block;
    float: none;
    clear: both;
  }

  /* line 1882, ../sass/ey-style.scss */
  .main-image-container {
    margin-bottom: 20px;
  }
}
/**
***
***------------- Left Nav Style ----------------------->
***
**/
/* line 1893, ../sass/ey-style.scss */
.left-nav-container {
  width: 25%;
  float: left;
  margin: 45px 0 40px;
}

/* line 1899, ../sass/ey-style.scss */
.left-nav {
  margin: 10px;
  list-style: square;
  list-style-position: inside;
  font-size: 11px;
}

/* line 1906, ../sass/ey-style.scss */
.nav-wrapper {
  padding: 20px 10px;
  border: 1px solid #cbb231;
}

/* line 1911, ../sass/ey-style.scss */
.left-nav-container hr {
  height: 1px;
  border: none;
  border-top: 2px solid;
  color: #e3e3e3;
  margin: 5px 0 15px;
  margin: 1.5rem 0 1.5rem;
}

/* line 1920, ../sass/ey-style.scss */
.left-nav-container h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 5px;
  margin: 0 0 .5rem;
}

/* line 1931, ../sass/ey-style.scss */
.left-nav-container a {
  text-decoration: none;
}

/* line 1935, ../sass/ey-style.scss */
.left-nav li {
  color: #436281;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 1941, ../sass/ey-style.scss */
.left-nav li a {
  color: #2b2b2b;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 35px;
  line-height: 3.5rem;
}

/* line 1950, ../sass/ey-style.scss */
.left-nav li a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  /* line 1955, ../sass/ey-style.scss */
  .left-nav-container {
    display: none;
  }
}
/**
***
***------------- Section Pages ----------------------->
***
**/
/* line 1966, ../sass/ey-style.scss */
.section-container {
  padding: 0 0 0 40px;
  margin: 40px 0;
}

/* line 1971, ../sass/ey-style.scss */
.section-container h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #436281;
  margin: 0 0 40px;
  margin: 0 0 4rem;
}

/* line 1981, ../sass/ey-style.scss */
.grid-section-container {
  width: calc(33.333% - 10px);
  margin: 0 5px 30px;
  border: 1px solid #e3e3e3;
  float: left;
  text-align: center;
}

/* line 1989, ../sass/ey-style.scss */
.grid-section-container .image-sizer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
/* line 1995, ../sass/ey-style.scss */
.grid-section-container .image-sizer img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 5%;
}

/* line 2005, ../sass/ey-style.scss */
.grid-section-container a {
  text-decoration: none;
  color: #000;
}

/* line 2010, ../sass/ey-style.scss */
.grid-section-container:hover a {
  text-decoration: none;
}

/* line 2014, ../sass/ey-style.scss */
.grid-section-container h2 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #474c46;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
  line-height: 30px;
  line-height: 3rem;
  height: 30px;
  overflow: hidden;
}

/* line 2027, ../sass/ey-style.scss */
.articles .grid-section-container h2 {
  height: 60px;
}

@media (max-width: 980px) {
  /* line 2032, ../sass/ey-style.scss */
  .section-container {
    padding: 0;
  }
}
@media (max-width: 758px) {
  /* line 2038, ../sass/ey-style.scss */
  .grid-section-container {
    width: calc(50% - 10px);
  }
}
/**
***
***------------- Product Page ----------------------->
***
**/
/* line 2053, ../sass/ey-style.scss */
.grid-item-container {
  width: 25%;
  float: left;
  padding: 10px;
}

/* line 2059, ../sass/ey-style.scss */
.grid-item-container .image-sizer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 2px solid #e3e3e3;
  overflow: hidden;
  box-sizing: content-box;
}
/* line 2066, ../sass/ey-style.scss */
.grid-item-container .image-sizer img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 5%;
}

/* line 2075, ../sass/ey-style.scss */
.grid-item-container a {
  text-decoration: none;
  color: #000;
}

/* line 2080, ../sass/ey-style.scss */
.grid-item-container:hover a {
  text-decoration: underline;
}

/* line 2084, ../sass/ey-style.scss */
.grid-item-container h2 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  margin: 15px 0;
  margin: 1.5rem 0;
  line-height: 17px;
  line-height: 1.7rem;
  height: 34px;
  overflow: hidden;
}

/* line 2096, ../sass/ey-style.scss */
.grid-item-container .section-price-box {
  height: 30px;
}

/* line 2100, ../sass/ey-style.scss */
.grid-item-container .contentRegPrice {
  color: #707070;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2104, ../sass/ey-style.scss */
.grid-item-container .contentRegPrice span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #9b0506;
  font-weight: 600;
}

/* line 2112, ../sass/ey-style.scss */
.grid-item-container .contentOldPrice {
  color: #707070;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2116, ../sass/ey-style.scss */
.grid-item-container .contentOldPrice span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #707070;
}

/* line 2123, ../sass/ey-style.scss */
.grid-item-container .contentsSalePrice {
  color: #707070;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2127, ../sass/ey-style.scss */
.grid-item-container .contentsSalePrice span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #06a241;
  font-weight: 600;
}

@media (max-width: 758px) {
  /* line 2136, ../sass/ey-style.scss */
  .grid-item-container {
    width: 50%;
  }
}
@media (max-width: 440px) {
  /* line 2142, ../sass/ey-style.scss */
  .grid-item-container {
    height: 260px;
  }
}
/**
***
***------------- Pager ----------------------->
***
**/
/* line 2153, ../sass/ey-style.scss */
.sort-controls {
  height: 40px;
  background: #f6f6f6;
  padding: 5px 10px;
  margin: 20px 0;
  box-sizing: border-box;
}

/* line 2161, ../sass/ey-style.scss */
.sort-controls ul {
  height: 30px;
  display: block;
  display: block;
  line-height: 30px;
  text-align: right;
  box-sizing: border-box;
}

/* line 2170, ../sass/ey-style.scss */
.sort-controls li {
  display: inline-block;
}

/* line 2174, ../sass/ey-style.scss */
.sort-controls p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #474c46;
  text-decoration: none;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
}

/* line 2184, ../sass/ey-style.scss */
.sort-controls .active-pager-link {
  color: #fff;
  background: #474c46;
}

@media (max-width: 440px) {
  /* line 2190, ../sass/ey-style.scss */
  .sort-controls ul {
    text-align: center;
  }
}
/**
***
***------------- Info Pages ----------------------->
***
**/
/* line 2201, ../sass/ey-style.scss */
.page-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #436281;
}

/* line 2208, ../sass/ey-style.scss */
.page-content {
  padding: 0 10px 40px;
}

/* line 2212, ../sass/ey-style.scss */
.blue-italic {
  color: #004b9e;
  font-style: italic;
}

/* line 2217, ../sass/ey-style.scss */
.shipping-table {
  margin: 10px auto;
}
/* line 2219, ../sass/ey-style.scss */
.shipping-table tr,
.shipping-table th,
.shipping-table td {
  border: 1px solid white;
  padding: 2px 5px;
}

/* line 2228, ../sass/ey-style.scss */
.contact-form {
  margin: 0 auto;
  width: 50%;
  float: left;
  padding: 40px 20px;
}
/* line 2233, ../sass/ey-style.scss */
.contact-form .container {
  margin: 0 0 15px;
}
/* line 2236, ../sass/ey-style.scss */
.contact-form label {
  width: 100px;
  text-align: right;
  padding: 0 10px 0 0;
}
/* line 2241, ../sass/ey-style.scss */
.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: calc(100% - 100px);
  margin: 0;
}
/* line 2246, ../sass/ey-style.scss */
.contact-form textarea {
  clear: none;
  float: left;
  width: calc(100% - 100px);
  margin: 0;
}
/* line 2252, ../sass/ey-style.scss */
.contact-form .required-text {
  text-align: right;
}
/* line 2255, ../sass/ey-style.scss */
.contact-form input[type="submit"] {
  background-color: #436281;
  background-image: url("/lib/yhst-140423782763821/cart-tab.jpg");
  background-position: center center;
  border-radius: 0;
  margin: 10px 0 0;
  float: right;
  clear: both;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 25px;
  line-height: 33px;
  line-height: 3.3rem;
}

/* line 2274, ../sass/ey-style.scss */
.contact-description {
  width: 50%;
  float: left;
  margin: 0 0 40px;
  padding: 40px 0 0;
}
/* line 2279, ../sass/ey-style.scss */
.contact-description h2 {
  font-style: italic;
  color: #cbb231;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 2287, ../sass/ey-style.scss */
.contact-page {
  background-image: url("/lib/yhst-140423782763821/background-contact.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 80px;
}

/* line 2294, ../sass/ey-style.scss */
.red {
  color: #9b0506;
}

/* line 2298, ../sass/ey-style.scss */
.required-text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #707070;
  margin: 0 5px;
}

/* line 2305, ../sass/ey-style.scss */
.contact-icon {
  height: 35px;
  width: 35px;
  margin: 10px;
}

/* line 2311, ../sass/ey-style.scss */
.contact-info {
  background: #fff;
  border: 2px solid #cbb231;
  padding: 10px 0;
  float: none;
  clear: both;
}
/* line 2317, ../sass/ey-style.scss */
.contact-info h4 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  font-weight: 600;
  margin: 10px 0 5px;
}
/* line 2324, ../sass/ey-style.scss */
.contact-info p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
}
/* line 2329, ../sass/ey-style.scss */
.contact-info .phone-info {
  padding: 10px;
  padding: 1rem;
  float: left;
  margin: 0;
  width: 33.33%;
  text-align: center;
}
/* line 2337, ../sass/ey-style.scss */
.contact-info .mail-info {
  padding: 10px;
  padding: 1rem;
  float: left;
  margin: 0;
  width: 33.33%;
  text-align: center;
}
/* line 2345, ../sass/ey-style.scss */
.contact-info .location-info {
  padding: 10px;
  padding: 1rem;
  float: left;
  margin: 0;
  width: 33.33%;
  text-align: center;
}

@media (max-width: 980px) {
  /* line 2360, ../sass/ey-style.scss */
  .contact-info .phone-info {
    padding: 10px 5px;
    padding: 1rem .5rem;
  }
  /* line 2364, ../sass/ey-style.scss */
  .contact-info .mail-info {
    padding: 10px 5px;
    padding: 1rem .5rem;
  }
  /* line 2368, ../sass/ey-style.scss */
  .contact-info .location-info {
    padding: 10px 5px;
    padding: 1rem .5rem;
  }
}
@media (max-width: 758px) {
  /* line 2376, ../sass/ey-style.scss */
  .contact-form {
    width: 100%;
  }

  /* line 2379, ../sass/ey-style.scss */
  .contact-description {
    width: 100%;
  }

  /* line 2382, ../sass/ey-style.scss */
  .contact-page {
    background-position: center;
  }

  /* line 2386, ../sass/ey-style.scss */
  .contact-info .phone-info {
    width: 100%;
  }
  /* line 2389, ../sass/ey-style.scss */
  .contact-info .mail-info {
    width: 100%;
  }
  /* line 2392, ../sass/ey-style.scss */
  .contact-info .location-info {
    width: 100%;
  }
}
@media (max-width: 440px) {
  /* line 2400, ../sass/ey-style.scss */
  .contact-info .phone-info,
  .contact-info .mail-info,
  .contact-info .location-info {
    margin: 0;
    padding: 1rem 0;
  }
}
/*
**
**--------- Home Page ----------
**
*/
/* line 2415, ../sass/ey-style.scss */
.banner-section {
  height: 399px;
  background: #f5f3f4;
  overflow: visible;
}

/* line 2421, ../sass/ey-style.scss */
.main-banner-container {
  overflow: visible;
  height: 426px;
}

/* line 2426, ../sass/ey-style.scss */
.main-banner-container .mainimg {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -750px;
}

/* line 2433, ../sass/ey-style.scss */
.main-banner-text {
  position: absolute;
  top: 240px;
  right: 0;
  width: 300px;
  text-align: center;
}

/* line 2441, ../sass/ey-style.scss */
.main-banner-top-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #984231;
  padding: 0px 35px;
  line-height: 22px;
  margin: 0px 0 10px;
}

/* line 2451, ../sass/ey-style.scss */
.main-banner-bottom-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 12px;
  width: 210px;
  margin: 14px auto 0;
  background: #275384;
  background: rgba(39, 83, 132, 0.8);
}
/* line 2461, ../sass/ey-style.scss */
.main-banner-bottom-text a,
.main-banner-bottom-text a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 2468, ../sass/ey-style.scss */
.main-banner-text hr {
  height: 1px;
  border-top: 1px solid #white;
  opacity: 0.4;
  margin: 0 32px;
}

/* line 2474, ../sass/ey-style.scss */
.desk-overlay-banner {
  position: absolute;
  top: -10px;
  right: -30px;
}

/* line 2480, ../sass/ey-style.scss */
.tab-overlay-banner {
  margin: 0 auto;
  display: none;
  max-width: 100%;
  height: auto;
}

/* line 2487, ../sass/ey-style.scss */
.mobile-overlay-banner {
  margin: 0 auto;
  display: none;
  max-width: 100%;
  height: auto;
}

/* line 2494, ../sass/ey-style.scss */
.middle-banner-section {
  height: 75px;
  margin: 0 0 40px;
  background-color: #2b2b2b;
  background-image: url("/lib/yhst-140423782763821/usp-texture.jpg");
  background-position: center center;
  background-repeat: repeat;
}
/* line 2501, ../sass/ey-style.scss */
.middle-banner-section ul {
  text-align: center;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  list-style: none;
  line-height: 75px;
}
/* line 2510, ../sass/ey-style.scss */
.middle-banner-section li {
  display: inline-block;
  margin: 0 30px;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/lib/yhst-140423782763821/computer.svg");
}
/* line 2518, ../sass/ey-style.scss */
.middle-banner-section li:first-child {
  background-image: url("/lib/yhst-140423782763821/bax.svg");
}
/* line 2521, ../sass/ey-style.scss */
.middle-banner-section li:last-child {
  background-image: url("/lib/yhst-140423782763821/truck.svg");
}

/* line 2527, ../sass/ey-style.scss */
.article-preview-section {
  background: #fff;
  min-height: 200px;
}

/* line 2532, ../sass/ey-style.scss */
.article-preview-section h2 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0 20px;
  margin: 3rem 0 2rem;
}

/* line 2543, ../sass/ey-style.scss */
.article-preview-container {
  padding: 0 10px 40px;
  padding: 0 1rem 4rem;
}

/* line 2548, ../sass/ey-style.scss */
.article-item {
  width: 33.33%;
  padding: 5px;
  float: left;
}
/* line 2552, ../sass/ey-style.scss */
.article-item .img-sizer {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
/* line 2557, ../sass/ey-style.scss */
.article-item img {
  width: 100%;
  height: auto;
}
/* line 2561, ../sass/ey-style.scss */
.article-item h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  margin: 20px 0 5px;
  margin: 2rem 0 .5rem;
}
/* line 2569, ../sass/ey-style.scss */
.article-item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin: 0 0 1.5rem;
}
/* line 2575, ../sass/ey-style.scss */
.article-item a,
.article-item a:visited {
  font-size: 14px;
  font-size: 1.4rem;
  color: #436281;
}

@media (max-width: 980px) {
  /* line 2584, ../sass/ey-style.scss */
  .main-banner-container .mainimg {
    margin-right: -630px;
  }

  /* line 2587, ../sass/ey-style.scss */
  .desk-overlay-banner {
    display: none;
  }

  /* line 2590, ../sass/ey-style.scss */
  .tab-overlay-banner {
    display: block;
  }

  /* line 2594, ../sass/ey-style.scss */
  .middle-banner-section ul {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2598, ../sass/ey-style.scss */
  .middle-banner-section li {
    display: inline-block;
    margin: 0 5px;
  }
  /* line 2602, ../sass/ey-style.scss */
  .middle-banner-section li::after {
    margin: 0 0px 0 10px;
  }
}
@media (max-width: 758px) {
  /* line 2610, ../sass/ey-style.scss */
  .main-banner-container .mainimg {
    height: 220px;
    width: auto;
    margin-right: -367px;
  }

  /* line 2615, ../sass/ey-style.scss */
  .banner-section {
    height: 220px;
  }

  /* line 2618, ../sass/ey-style.scss */
  .main-banner-text {
    right: 0;
    top: 125px;
    width: 160px;
  }

  /* line 2623, ../sass/ey-style.scss */
  .main-banner-text hr {
    display: none;
  }

  /* line 2626, ../sass/ey-style.scss */
  .main-banner-top-text {
    display: none;
  }

  /* line 2629, ../sass/ey-style.scss */
  .main-banner-bottom-text {
    font-size: 12px;
    font-size: 1.2rem;
    width: 160px;
    padding: 10px;
  }

  /* line 2635, ../sass/ey-style.scss */
  .tab-overlay-banner {
    display: none;
  }

  /* line 2639, ../sass/ey-style.scss */
  .mobile-overlay-banner {
    display: block;
  }

  /* line 2642, ../sass/ey-style.scss */
  .middle-banner-section {
    height: auto;
  }
  /* line 2644, ../sass/ey-style.scss */
  .middle-banner-section ul {
    line-height: 40px;
    padding: 20px 0;
  }
  /* line 2648, ../sass/ey-style.scss */
  .middle-banner-section li {
    display: block;
    margin: 10px 5px;
  }
  /* line 2652, ../sass/ey-style.scss */
  .middle-banner-section li::after {
    content: '';
  }

  /* line 2657, ../sass/ey-style.scss */
  .article-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    float: none;
  }
}
@media (max-width: 440px) {
  /* line 2666, ../sass/ey-style.scss */
  .main-banner-container .mainimg {
    height: 180px;
    margin-right: -270px;
  }

  /* line 2670, ../sass/ey-style.scss */
  .banner-section {
    height: 180px;
  }

  /* line 2673, ../sass/ey-style.scss */
  .main-banner-text {
    right: 0;
    top: 100px;
    width: 140px;
  }

  /* line 2678, ../sass/ey-style.scss */
  .main-banner-bottom-text {
    font-size: 10px;
    font-size: 1rem;
    width: 140px;
  }
}
/*
**
**--------- Sub Cat Rotators ---------->
**
*/
/* line 2691, ../sass/ey-style.scss */
.next-control {
  position: absolute;
  top: 20%;
  right: 0;
  fill: #cbb231;
  cursor: pointer;
}

/* line 2699, ../sass/ey-style.scss */
.prev-control {
  position: absolute;
  top: 20%;
  left: 0;
  fill: #b0b0b0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

@media (min-width: 980px) {
  /* line 2710, ../sass/ey-style.scss */
  .prev-control:hover {
    fill: #cbb231;
  }
}
/* line 2715, ../sass/ey-style.scss */
.bottom-subcatrot,
.middle-subcatrot,
.top-subcatrot {
  float: none;
  clear: both;
}

/* line 2722, ../sass/ey-style.scss */
.subcatrot-container h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0 10px;
  margin: 3rem 0 1rem;
  text-align: center;
}

/* line 2734, ../sass/ey-style.scss */
.rot-box {
  padding: 0 50px 40px;
  padding: 0 5rem 4rem;
}

/* line 2739, ../sass/ey-style.scss */
.subcat-container {
  padding: 5px;
  float: left;
  display: none;
}
/* line 2743, ../sass/ey-style.scss */
.subcat-container .img-sizer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 2px solid #e3e3e3;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
}
/* line 2752, ../sass/ey-style.scss */
.subcat-container img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 5%;
}
/* line 2759, ../sass/ey-style.scss */
.subcat-container h4 {
  margin: 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  line-height: 16px;
  line-height: 1.6rem;
  height: 32px;
  height: 3.2rem;
  overflow: hidden;
  text-align: center;
}
/* line 2771, ../sass/ey-style.scss */
.subcat-container p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin: 0 0 1.5rem;
}
/* line 2777, ../sass/ey-style.scss */
.subcat-container a,
.subcat-container a:visited {
  text-decoration: none;
}
/* line 2781, ../sass/ey-style.scss */
.subcat-container a:hover {
  text-decoration: underline;
}

/* line 2787, ../sass/ey-style.scss */
.top-subcatrot #cat0.subcat-container,
.top-subcatrot #cat1.subcat-container {
  display: block;
}

/* line 2794, ../sass/ey-style.scss */
.bottom-subcatrot .next-control,
.bottom-subcatrot .prev-control {
  display: none;
}
/* line 2798, ../sass/ey-style.scss */
.bottom-subcatrot .rot-box {
  padding: 0 20px 40px;
  padding: 0 2rem 4rem;
}
/* line 2802, ../sass/ey-style.scss */
.bottom-subcatrot #cat0.subcat-container,
.bottom-subcatrot #cat1.subcat-container,
.bottom-subcatrot #cat2.subcat-container,
.bottom-subcatrot #cat3.subcat-container {
  display: block;
}

/* line 2810, ../sass/ey-style.scss */
.subcat-container {
  width: 50%;
}

/* line 2814, ../sass/ey-style.scss */
.shop-all {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 2815, ../sass/ey-style.scss */
.shop-all a {
  color: #436281;
  text-decoration: none;
}

@media (min-width: 440px) {
  /* line 2827, ../sass/ey-style.scss */
  .top-subcatrot .subcat-container {
    width: 33.33%;
  }
  /* line 2830, ../sass/ey-style.scss */
  .top-subcatrot #cat2.subcat-container {
    display: block;
  }

  /* line 2835, ../sass/ey-style.scss */
  .bottom-subcatrot .subcat-container {
    width: 40%;
    margin: 0 5%;
  }
}
@media (min-width: 758px) {
  /* line 2843, ../sass/ey-style.scss */
  .subcat-container {
    padding: 15px;
  }

  /* line 2846, ../sass/ey-style.scss */
  .subcatrot-container h3 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: left;
  }

  /* line 2852, ../sass/ey-style.scss */
  .top-subcatrot .subcat-container {
    width: 25%;
  }
  /* line 2854, ../sass/ey-style.scss */
  .top-subcatrot .subcat-container h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2859, ../sass/ey-style.scss */
  .top-subcatrot #cat3.subcat-container {
    display: block;
  }

  /* line 2863, ../sass/ey-style.scss */
  .middle-subcatrot {
    padding-bottom: 0px;
  }
  /* line 2865, ../sass/ey-style.scss */
  .middle-subcatrot .rot-box {
    display: block;
  }
  /* line 2868, ../sass/ey-style.scss */
  .middle-subcatrot #cat0.subcat-container {
    display: block;
  }
  /* line 2871, ../sass/ey-style.scss */
  .middle-subcatrot .rotator-banner-container {
    width: 60%;
    margin: 15px 0 0;
  }

  /* line 2877, ../sass/ey-style.scss */
  .bottom-subcatrot .next-control,
  .bottom-subcatrot .prev-control {
    display: block;
  }
  /* line 2881, ../sass/ey-style.scss */
  .bottom-subcatrot .rot-box {
    padding: 0 40px 40px;
    padding: 0 4rem 4rem;
  }
  /* line 2885, ../sass/ey-style.scss */
  .bottom-subcatrot .subcat-container {
    width: 25%;
    margin: 0;
  }

  /* line 2890, ../sass/ey-style.scss */
  .next-control,
  .prev-control {
    top: 65px;
  }

  /* line 2894, ../sass/ey-style.scss */
  .subcatrot-container .shop-all {
    top: 38px;
    right: 0;
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 980px) {
  /* line 2904, ../sass/ey-style.scss */
  .top-subcatrot .subcat-container {
    width: 20%;
  }
  /* line 2907, ../sass/ey-style.scss */
  .top-subcatrot #cat4.subcat-container {
    display: block;
  }

  /* line 2912, ../sass/ey-style.scss */
  .middle-subcatrot #cat1.subcat-container {
    display: block;
  }
  /* line 2915, ../sass/ey-style.scss */
  .middle-subcatrot .subcat-container {
    width: 50%;
  }
  /* line 2918, ../sass/ey-style.scss */
  .middle-subcatrot .rotator-banner-container {
    width: 50%;
    margin-top: 15px;
  }
  /* line 2922, ../sass/ey-style.scss */
  .middle-subcatrot .rot-box {
    width: 46.25%;
  }

  /* line 2927, ../sass/ey-style.scss */
  .bottom-subcatrot .subcat-container {
    width: 20%;
    margin: 0 2.5%;
  }

  /* line 2932, ../sass/ey-style.scss */
  .next-control,
  .prev-control {
    top: 70px;
  }
}
/*
**
**--------- Sub Cat Flyers ---------->
**
*/
/* line 2944, ../sass/ey-style.scss */
.subcatflyer-container {
  padding: 1px 20px;
  width: 100%;
  margin: 0 0 20px;
}
/* line 2948, ../sass/ey-style.scss */
.subcatflyer-container a,
.subcatflyer-container a:visited {
  text-decoration: none;
}

/* line 2955, ../sass/ey-style.scss */
.flyer-box h3 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
/* line 2963, ../sass/ey-style.scss */
.flyer-box .image-box {
  width: 100%;
  position: relative;
}
/* line 2966, ../sass/ey-style.scss */
.flyer-box .image-box img {
  width: 100%;
  height: auto;
}
/* line 2971, ../sass/ey-style.scss */
.flyer-box .tag-line {
  color: #984231;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 10px;
  width: 50%;
}

@media (min-width: 440px) {
  /* line 2986, ../sass/ey-style.scss */
  .flyer-box .tag-line {
    font-size: 13px;
  }
}
@media (min-width: 758px) {
  /* line 2993, ../sass/ey-style.scss */
  .subcatflyer-container {
    width: 50%;
    float: left;
  }

  /* line 2998, ../sass/ey-style.scss */
  .flyer-box h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 3002, ../sass/ey-style.scss */
  .flyer-box .tag-line {
    top: 20px;
    font-size: 14px;
  }
}
@media (min-width: 980px) {
  /* line 3011, ../sass/ey-style.scss */
  .flyer-box .tag-line {
    top: 30px;
    font-size: 16px;
  }
}
/* line 3018, ../sass/ey-style.scss */
.middle-banner-ad {
  margin: 20px 0;
  width: 100%;
  float: left;
  padding: 0 20px;
}
/* line 3023, ../sass/ey-style.scss */
.middle-banner-ad img {
  width: 100%;
  height: auto;
}

/* line 3029, ../sass/ey-style.scss */
.main-wrapper {
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 40px;
}
/*************/
/*SEARCH PAGE*/
/*************/
/* I threw this down here so that it would be easier to find and replicate across the other stores. */
/*************/
/*RESPONSIVE*/
/*************/
.search-wrapper input {display: none; }
div.search-wrapper {width: 100%; padding: 0 10px; margin: 0 0 50px;}
.search-wrapper a img {margin: 5px 0 20px;}
/*SEARCH RESPONSIVE*/
@media all and (min-width: 980px) {
  div.search-wrapper {width: 980px; padding: 0; margin: 0 auto 50px;}
}