/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height: 100.05%;}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],
template{display:none}
a{background:0 0}
a:active,
a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#333}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,
select{text-transform:none}
button,
html input[type=button],
input[type=reset],
input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],
html input[disabled]{cursor:default}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],
input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

table .primary {
	padding: 6px !important;
	margin: 5px 2px;
}
div div a span.primary {
	background: none !important;
	color: #961c1f !important;
	text-decoration: underline;
	font-size: 14px !important;
}

center table {
	width: auto;
	margin: 0;
	padding: 0;
}

center table td {
	padding: 0;
	border: 0;
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.clearfix:before,
.enclose:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.enclose:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 14px;
}

body {
	background-color: #ffffff;
	color: #403e3e;
	font-family: Montserrat;
	font-size: 14px;
        font-weight: 300;
	line-height: 1.625;
	margin: 0;
width: 100%;
height: 100%;
position: relative;
}

.site-container {
    min-width: 1250px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #403e3e;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #403e3e;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002366;
	font-family: 'Roboto Slab';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
        text-align: center;
        text-transform: uppercase;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 24px;
	text-align: left;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

#section-contenttitle, #item-contenttitle, #info-contenttitle {
	text-align: left;
}

#info-image {
	float: right;
	margin: 0 0 40px 40px;
}



/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #403e3e;
	font-size: 14px;
	font-weight: 300;
	padding: 3px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
	background-color: #002366;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #b93e29;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Icon Sprite
--------------------------------------------- */

.sprite {
    background-image: url(/lib/yhst-24186491447461/sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-footer-icon-facebook {
    width: 39px;
    height: 37px;
    background-position: -5px -5px;
}

.sprite-footer-icon-instagram {
    width: 38px;
    height: 39px;
    background-position: -54px -5px;
}

.sprite-footer-icon-pinterest {
    width: 38px;
    height: 39px;
    background-position: -102px -5px;
}

.sprite-footer-icons-credit-cards {
    width: 178px;
    height: 25px;
    background-position: -5px -54px;
}

.sprite-header-icon-free-shipping {
    width: 67px;
    height: 38px;
    background-position: -5px -89px;
}

.sprite-header-icon-phone {
    width: 43px;
    height: 30px;
    background-position: -82px -89px;
}

.sprite-header-icon-shopping-cart {
    width: 24px;
    height: 18px;
    background-position: -150px -5px;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Editor Buttons
--------------------------------------------- */

center table {
	width: auto;
	margin: 0;
	line-height: 1;
}

center tbody {
	border: 0;
}

center td {
	border: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.awp-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

.nav-primary .awp-nav-menu .fly-left ul {
	left: auto;
	right: 0;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top: 20px;
}

.content {
	padding: 0 0 30px 0;
}

#contents-container {
overflow: hidden;
}

.contents-items {
margin: -1px -4px 0px -1px;
}

.contents-item {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: center;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	width: 33.33333%;
	margin: 0;
}

/*.contents-item:nth-child(3n+1) {
	border-left: 0;
}
.contents-item:nth-child(-n+3) {
	border-top: 0;
}*/

.contents-item {
border: 1px solid #dedede;
margin: 0 -1px -1px 0;
}

.contents-item .image a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.image.contents-image {
	height: 200px;
	display: table;
	margin: 0 auto;
}

.contents-image img {
	display: block;
	margin: 0 auto;
}

.vertical-format .contents-name a {
min-height: 38px;
}

.contents-ell-format {
	text-align: left;
}
.contents-ell-format-image, .contents-ell-format-text {
	max-width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.contents-ell-format-text {
	padding-left: 4%;
}
.contents-ell-format-text .contents-name a {
	margin: 0 0 10px;
}
.contents-ell-format-image .contents-image img {
	margin: 0;
}
.contents-wrap-format {
	text-align: left;
}
.contents-wrap-format-image {
	float: left;
	width: 46%;
	margin-right: 4%;
}
.contents-wrap-format .form-item {
	clear: none;
}
.sectiontype .contents-wrap-format .addtocart-submit {
	margin: 10px 0;
}

/* # Do Not Publish
---------------------------------------------------------------------------------------------------- */

.awp-publish-status {
	border: 4px solid #000;
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	color: #fff;
        width: 50%;
}
.publish-yes {
	background-color: #1DA35E;
}
.publish-no {
	background-color: #96281B;
}
.publish-yes div, .publish-no div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.publish-yes, .publish-no{
	padding: 10px 0;
}
.publish-help {
	background-color: #000;
	font-size: 16px;
	padding: 5px;
}
#awp-dnp-variable {
	text-align: left;
	margin-left: 50px;
}

.awp-publish-status i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## awp
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.form-item {
	clear: left;
}
	.form-item-label {
		display: inline-block;
		margin-right: 7px;
	}
	.form-item-value {
		display: inline-block;
	}

.form-item-code {
	margin-bottom: 15px;
}
.addtocart-form {
	margin-top: 15px;
}
input.addtocart-submit[type="submit"] {
	color: #ffffff;
	font-weight: bold;
}
.form-item-availability {}
	
.form-item-option {
	margin-bottom: 10px;
}
	.form-item-option .form-item-label {
		min-width: 90px;
	}
	.form-item-charge {
		margin-left: 7px;
	}

.form-item-monogram {}
.form-item-inscription {}
.form-item-checkbox {}
.form-item-select {}

.form-item-textarea {}
	.form-item-textarea .form-item-label,
	.form-item-textarea .form-item-charge {
		vertical-align: top;
	}

.form-item-radio {}
	.form-item-radio .form-item-label {
		vertical-align: top;
	}

.radio-options {
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #ddd;
}
	.radio-option {
		display: block;
	}
	.radio-option.first {}
	.radio-option.last {}
	.radio-option.not-last {}
		.radio-option-label {
			margin-left: 5px;
		}
	
.quantity-total-submit {
	margin-top: 10px;
}

	.quantity-total {
		display: inline-block;
	}
	
		.quantity {
			display: inline-block;
			vertical-align: middle;
		}
			.quantity-label {
				margin-right: 5px;
				vertical-align: middle;
			}
			.quantity-input {
				width: 3em;
				margin: 0 10px 0 5px;
				text-align: center;
				vertical-align: middle;
			}
.total-price {
display: inline-block;
vertical-align: middle;
}

.total-price .label {
margin-right: 7px;
text-transform: uppercase;
}

.total-price .value {
text-transform: uppercase;
}

.addtocart-submit {}

.total-count-message {
display: none;
margin: 10px 0 0;
padding: 3px 6px;
border: 1px solid #959200;
border-radius: 3px;
color: #000;
background-color: #fffecd;
text-align: center;
font-style: italic;
}

.total-count-message.error {
display: block;
}

.aprice {
	font-size: 15px;
}
.regular-price span {
	text-decoration: line-through;
	font-weight: normal;
	text-transform: uppercase;
	color: #878787;
}
.sale-price span {
	text-transform: uppercase;
	font-weight: 400;
}
	
/* ## Search Form
--------------------------------------------- */

#top-search {
	float: right;
	clear: right;
}

#top-search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}
#searcharea {
	text-align: right;
}
#searcharea fieldset {border: 0; margin: 0; padding: 0;}
#searcharea select {
	display: none;
}
#searcharea input {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

#searcharea input::placeholder {
font-size: 14px;
color: #403E59;
font-weight: 700;
}
#searcharea #searchsubmit {
	margin: 0;
	background-color: transparent;
	padding: 0;
	z-index: 2;
	width: 44px;
	height: 39px;
	background-image: url(/lib/yhst-24186491447461/header-search-bar-button.png);
	text-transform: uppercase;
	text-indent: 1000px;
}
#searcharea #query {
	width: 499px;
	height: 39px;
	background-image: url(/lib/yhst-24186491447461/header-search-bar.png);
	border: 0;
	margin: 0;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 14px;
	color: #403E59;
	font-weight: 700;
}


/* ## Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
}

.site-header .wrap {
	padding: 0;
}

.utility-bar {
	padding: 5px 0;
	background-image: url(/lib/yhst-24186491447461/bg-glasses-pattern.jpg);
	font-size: 15px;
}

#slogan {
	float: right;
	color: #403e3e;
	margin: 30px 0 15px;
}
#slogan i, #slogan div {
	display: inline-block;
	vertical-align: middle;
}
#slogan i {
	margin-left: 40px;
}
#slogan div {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin-left: 10px;
}
#slogan span {
	display: block;
	font-family: Roboto Slab;
	font-size: 27px;
	color: #002366;
	line-height: 30px;
}

#ys_superbar {
	width: auto !important;
	float: left;
	padding-top: 3px;
}
 
#my-acct {
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding: 18px 12px 0 0;
  vertical-align: middle;
}
#pd_pdOneBanner {
	float: left;
	margin: 16px 0 0 0;
}
.smb-mc .mini_msg, .mini_item_count, .mini_subtotal {
	font-family: Montserrat !important;
	color: #403e3e !important;
        font-weight: normal !important;
}

.yscp_link {
  display: inline-block;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px !important;
  text-decoration: none;
  text-transform: uppercase;
}

#slogan input {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #535353;
	padding: 4px;
}
#slogan input.signup-submit[type="submit"] {
	width: auto;
	background-color: #040639;
	padding: 0px 16px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
#news {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#top-nav-promotion {
	background-image: url(/lib/yhst-24186491447461/header-yellow-coupon-bar.png);
	text-align: center;
	font-family: Roboto Slab;
	font-size: 26px;
	height: 72px;
	line-height: 68px;
	color: #012267;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 25px 0 10px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a, .site-title a:hover, .site-title a:focus {
	color: #000000;
	font-family: ;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 42px;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 108px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-header {
        float: right;
}

.awp-nav-menu {
	clear: both;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.awp-nav-menu li:hover a {
	color: #040639;
}

.nav-primary .awp-nav-menu li:hover a {
	background-color: #eeeeee;
        color: #000000;
}

.menu-item i {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}

.awp-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
        position: relative;
}

.awp-nav-menu a {
	color: #403e3e;
        text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 20px 24px;
}

.nav-header .awp-nav-menu a {
	padding: 20px 0 20px 24px;
	font-size: 13px;
	font-weight: 400;
}

.nav-header span {
	display: inline-block;
	vertical-align: middle;
}

.awp-nav-menu a:hover {
	color: #b93e29;
}

.awp-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.awp-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.awp-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.awp-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.awp-nav-menu > .first > a {
	padding-left: 0;
}

.awp-nav-menu > .last > a {
	padding-right: 0;
}

.awp-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.awp-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.awp-nav-menu > .rss > a {
	margin-left: 48px;
}

.awp-nav-menu > .search {
	padding: 10px 0 0;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .awp-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #b93e29;
        position: relative;
}

.nav-primary .awp-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .awp-nav-menu a:hover,
.nav-primary .awp-nav-menu a:focus,
.nav-primary .awp-nav-menu .current-menu-item > a {
	color: #403e3e;
        background-color: #eeeeee;
}

.nav-primary .awp-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .awp-nav-menu .sub-menu a:hover,
.nav-primary .awp-nav-menu .sub-menu a:focus,
.nav-primary .awp-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

.nav-primary .awp-nav-menu ul {
	background-color: #eeeeee;
	left: 2px;
	position: absolute;
	top: 56px;
	visibility: hidden;
	padding: 20px 30px;
	min-width: 300px;
}

.nav-primary .awp-nav-menu ul li {
	display: block;
	float: none;
	white-space: nowrap;
}

.nav-primary .awp-nav-menu ul li a {
	border-left: 0 none;
	font-weight: normal;
	height: auto;
	max-width: 100%;
	padding: 6px 10px;
	text-align: left;
	text-transform: none;
	display: inline-block;
	color: #000000;
	font-size: 13px;
        vertical-align: middle;
}

.nav-primary .awp-nav-menu li:hover ul {
visibility: visible;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

#homearea.right .caption-image {
	margin: 0 0 25px 0;
}

#messagearea {
	margin: 75px 0 50px;
        clear: both;
}

#messagearea-caption {
	line-height: 29px;
}

#messagearea-caption div {
	border: 1px solid #ece5d2;
	display: block;
	margin: 15px 0;
	padding: 18px 49px;
	line-height: 27px;
}

#messagearea-caption div h3 {
	color: #403e3e;
	font-family: Montserrat;
	text-align: left;
}
#messagetitle {
	margin: 0 0 25px;
}
#home-promo-banner {
	background-image: url(/lib/yhst-24186491447461/banner-free-shipping-bg.png);
	height: 110px;
	text-align: center;
	line-height: 110px;
	color: #ffffff;
	font-family: Roboto Slab;
	font-size: 34px;
	text-transform: uppercase;
	margin: 50px 0;
}

#specialstitle {
	margin: 40px 0;
}
#home-banners {
	margin: 0 0 50px;
	display: block;
	overflow: hidden;
}
#home-banner-1 {
	margin: 0 0 18px;
	display: block;
	width: 100%;
}
#home-banner-2 {
	float: left;
}
#home-banner-3 {
	float: right;
}



/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.page-nav-column .wrap .sidebar {
  float: left;
  width: 243px;
}
.page-nav-column .wrap .content {
  float: right;
  width: 925px;
}
.page-advanced-search.page-nav-column .wrap .sidebar {
  float: none;
  width: auto;
}
.page-advanced-search.page-nav-column .wrap .content {
  float: none;
  width: auto;
}
.sidebar {
	font-size: 14px;
	float: left;
	padding: 0;
	font-weight: 400;
	width: 243px;
}

.sidebar ul.left-nav > li {
	background-image: url(/lib/yhst-24186491447461/left-nav-tab.png);
	width: 243px;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	background-repeat: no-repeat;
}
.sidebar ul.left-nav > li > a {
	color: #002366;
	display: block;
	font-size: 21px;
	font-family: Roboto Slab;
}
.sidebar ul.left-nav li ul {
	margin: 15px 0 10px;
}

.sidebar ul.left-nav li ul li a {
	margin: 0;
	padding: 8px 0;
	line-height: 17px;
	display: block;
}
.sidebar ul.left-nav > li.nav-item-closeouts1 {
	background-image: none;
	background-color: #b83e29;
	height: 40px;
	margin-bottom: 2px;
}
.sidebar ul.left-nav > li.nav-item-closeouts1 a {
	color: #ffffff;
}

.sidebar .left-nav li a {
	color: #403e3e;
	text-decoration: none;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-image: url(/lib/yhst-24186491447461/bg-glasses-pattern.jpg);
	clear: both;
	padding: 30px 0 25px;
}

.footer-widgets, .footer-widgets a {
	text-decoration: none;
	font-size: 13px;
	color: #403e3e;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #040639;
}

.footer-widgets li {
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	display: inline-block;
	vertical-align: top;
}

.footer-widgets-1, .footer-widgets-2 {
	margin-right: 4%;
}
.footer-widgets-1 {
	width: 33%;
}
.footer-widgets-2 {
	width: 20%;
}
.footer-widgets-3 {
	width: 38%;
}
.footer-nav {
	display: inline-block;
}
.footer-nav:first-child {
	margin-right: 100px;
}
#footer-contact {
	margin-bottom: 25px;
}
.footer-widget-title {
	font-family: 'Roboto Slab';
	margin-bottom: 2px;
	font-size: 21px;
	color: #002366;
	text-transform: uppercase;
}

#footer-badges {
	margin-bottom: 25px;
	font-size: 12px;
}
#footer-badges i {
	font-size: 20px;
}
#footer-badges .footer-widget-title {
	margin: 0 0 15px;
}
#footer-badges i, #footer-badges span {
	display: inline-block;
        vertical-align: middle;
}

#footer-newsletter {
	margin-bottom: 25px;
	font-size: 12px;
}
#footer-newsletter i {
	font-size: 20px;
}
#footer-newsletter .footer-widget-title {
	margin: 0 0 15px;
}
#footer-newsletter i,
#footer-newsletter span {
	display: inline-block;
        vertical-align: middle;
}

#footer-payments {
	font-size: 30px;
}
#footer-social a {
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
#footer-social .footer-widget-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#footer-badges form {
	text-align: right;
}
.footer-widgets input.signup-submit[type="submit"] {
	background-image: url(/lib/yhst-24186491447461/footer-submit-button.png);
	width: 109px;
	height: 39px;
	background-color: transparent;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.footer-widgets input.input-news {
	background-image: url(/lib/yhst-24186491447461/footer-email-bar.png);
	width: 340px;
	height: 39px;
	background-color: transparent;
	border: 0;
	padding: 0 25px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-image: url(/lib/yhst-24186491447461/bg-glasses-pattern.jpg);
        width: 100%;
        position: relative;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	text-decoration: none;
}
#copyright {
	text-align: center;
}
#copyright a {
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 11px;
}
#copyright i {
	margin: 15px auto;
}


/* # Section Page
---------------------------------------------------------------------------------------------------- */

.breadcrumbs {
	font-size: 12px;
}
.breadcrumbs .separator {
	padding: 0 5px;
}
.left .caption-image {
	float: left;
	margin: 0 25px 25px 0;
}
.right .caption-image {
	float: right;
	margin: 0 0 25px 25px;
}
#contentarea-wrapper {
	margin: 15px 0;
	overflow: hidden;
}

.contents-name a {
display: block;
margin: 10px 0;
color: #403e3e;
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
font-weight: 400;
line-height: 18px;
}

.contents-prices {
	font-size: 14px;
}
.sale-price, .sale-price-bold {
	color: #c00c00;
	font-weight: bold;
}
.price {
	text-decoration: line-through;
}
.sectiontype .addtocart-submit {
	display: block;
	margin: 10px auto;
}
.view-details {
	margin: 15px 0;
}
.view-details a {
	background-color: #e2dfa2;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	white-space: pre;
	text-align: center;
	width: auto;
}
.view-details a:hover {
	background-color: #b93e29;
}



/* # Item Page
---------------------------------------------------------------------------------------------------- */

#item-contenttitle {
margin-bottom: 25px;
}

#item-wrapper1{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#item-wrapper2 {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
}

#item-caption {
	margin: 40px 0 0;
}

#item-insets {
	margin: 0 -1.166%;
}

.item-inset {
	display: inline-block;
	width: 31%;
	margin: 1.166%;
	vertical-align: top;
}

.item-inset img {
	vertical-align: top;
	display: block;
}

#item-captiontitle {
	text-align: left;
	font-size: 20px;
}

#accessorytitle {
	margin: 50px 0 10px 0;
}

#item-social {
	margin: 20px 0 0 0;
	font-size: 25px;
}

#item-social i {
	padding: 0 5px;
}
.fa.fa-facebook {
	color: #365b96;
}
.fa.fa-twitter {
	color: #00a7dc;
}
.fa.fa-pinterest {
	color: #da2d2f;
}
.fa.fa-google-plus {
	color: #F34A38;
}

/* INFO */

.info-text {
margin: 10px 0 25px;
}

/* SITE MAP */

#sitemap {font-weight: bold;}

#sitemap,
#sitemap a {color: #000000; font-size: 17px;}

.sitemap-section {margin: 15px 0;}

#sitemap ul {list-style: none; margin-left: 15px;}
#sitemap li {margin: 0;}
#sitemap ul a {text-decoration: none;}

.sitemap-section ul					{margin-left: 10px;}
.sitemap-section ul ul					{margin-bottom: 10px;}
.sitemap-section li a					{}
.sitemap-section ul li a				{ font-size: 10pt; font-weight: bold; }
.sitemap-section ul ul li a				{ font-size: 9pt; font-weight: normal; text-decoration: underline; }
.sitemap-section ul ul ul li a			{font-size: 8pt; font-weight: normal; text-decoration: none; }
.sitemap-section ul ul ul li a:hover,
ul ul ul ul li a:active					{text-decoration: underline; }

.sitemap-section.info {}
.sitemap-section.info > ul > li > a {text-transform: capitalize;}

.sitemap-section.items {}
.sitemap-section.items > ul > li > a {display: block; margin-bottom: 5px;}


#ys_searchiframe #doc {
	width: 1000px !important;
	margin: 10px auto 0;
}

#ys_searchiframe .side #main {
	width: 740px !important;
}

#ys_searchiframe #sidebar div.rf {
	width: 240px !important;
}

#ys_searchiframe, #ys_searchiframe a {
	font-family: Montserrat;
}

#ys_searchiframe a {
	font: 14px Montserrat;
	color: #215ECB;
	text-decoration: none;
}


/*.......... VENOBOX ..........*/

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after{
 -webkit-backface-visibility: hidden;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
 -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
 height: auto;
 left: 0;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 top: 0;
 transition: opacity 0.25s ease-in-out 0s;
 width: 100%;
 z-index: 999;
 bottom: 0;
}
.relativo{
 float: left;
 width: 100%;
 height: 100%;
 display: block;
 position: relative;
}

/* circle preloader */
.vbox-preloader{
 position:fixed; 
 width:32px; 
 height:32px;
 left:50%; 
 top:50%; 
 margin-left:-16px; 
 margin-top:-16px;
 background-image: url(/lib/yhst-24186491447461/viewer-preload-circle.png);
 text-indent: -100px;
 overflow: hidden;
 -webkit-animation: playload 1.4s steps(18) infinite;
 -moz-animation: playload 1.4s steps(18) infinite;
 -ms-animation: playload 1.4s steps(18) infinite;
 -o-animation: playload 1.4s steps(18) infinite;
 animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-moz-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-ms-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-o-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}

/* ----- navigation ----- */
.vbox-close{
 cursor: pointer;
 position: fixed;
 top: -1px;
 right: 0;
 width: 46px;
 height: 40px;
 padding: 10px 20px 10px 0;
 display: block;
 background: url(/lib/yhst-24186491447461/viewer-close.gif) no-repeat #161617;
 background-position:10px center;
 color: #fff;
 text-indent: -100px;
 overflow: hidden;
}
.vbox-next, .vbox-prev{
 cursor: pointer;
 position: fixed;
 top: 50%;
 color: #fff;
 width: 30px;
 height: 30px;
 margin-top: -15px;
 text-indent: -100px;
 overflow: hidden;
}
.vbox-prev{
 left: 10px;
 background: url(/lib/yhst-24186491447461/viewer-prev.gif) center center no-repeat;
}
.vbox-next{
 right: 10px;
 background: url(/lib/yhst-24186491447461/viewer-next.gif) center center no-repeat;
}

.vbox-title{
 width: 100%;
 height: 40px;
 float: left;
 text-align: center;
 line-height: 28px;
 font-size: 12px;
 color: #fff;
 padding: 6px 40px;
 overflow: hidden;
 background: #161617;
 position: fixed;
 display: none;
 top: -1px;
 left: 0;

}
.vbox-num{
 cursor: pointer;
 position: fixed;
 top: -1px;
 left: 0;
 height: 40px;
 display: block;
 color: #fff;
 overflow: hidden;
 line-height: 28px;
 font-size: 12px;
 padding: 6px 10px;
 background: #161617;
 display: none;
}
/* ------- inline window ------ */
.vbox-inline{
 width: 420px;
 height: 315px;
 padding: 10px;
 background: #fff;
 text-align: left;
 margin: 0 auto;
 overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
 border: none;
 width: 960px;
 height: 720px;
}
@media (max-width: 992px) {
 .venoframe{
 width: 640px;
 height: 480px;
 }
}
@media (max-width: 767px) {
 .venoframe{
 width: 420px;
 height: 315px;
 }
}
@media (max-width: 460px) {
 .vbox-inline{
 width: 100%;
 }

 .venoframe{
 width: 100%;
 height: 260px;
 }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
 position: relative;
 background: #000;
 width: 98%;
 max-width: 1024px;
 margin: 0 auto;
}
.vbox-content{
 text-align: center;
 float: left;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.vbox-container img{
 max-width: 100%;
 height: auto;
 max-height: 1250px;
}
.vwrap{
 opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
 width: 100%;
 height: auto;
 float: left;
 position: relative;
 margin: 0;
 padding: 0;
 left: 0;
 overflow: hidden;
 z-index: 1;
}

/*.......... VENOBOX end ..........*/


