@charset "UTF-8";
body {
  position: relative;
  background-color: #ffffff;
  color: #424242;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
a {
	color: #0093bd;
}
a:visited {
	color: #0093bd;
}
header, main, footer {
}
.inner {
	max-width: 1000px;
	margin: auto;
}
main {
	background-color: #ffffff;
}
#scrollToTop {
  cursor: pointer;
  display: none;
  right: 0;
  position: fixed;
  text-align: center;
  bottom: 0;
  z-index: 9999;
}

#scrollToTop  img {
	max-width: 60px;
	height: auto;
}

/* Header */
#logo {
  float: left;
}
#ys_cpers {
  float: left;
}
.cartBar {
	float: right;
	padding: 6px 0;
	font-size: 13px;
	text-transform: uppercase;
}
#superbarContainer {
	height: 26px;
	width: 100% !important;
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	padding: 6px 0;
	text-transform: uppercase;
}
#ys_superbar {
	width: 100% !important;
}
.cartBar a, #superbarContainer a {
	text-decoration: none;
	color: #424242;
}
.cartBar a:hover, #superbarContainer a:hover {
	color: #0093bd;
}
.ys_clear {
  clear: both;
}
#logo-search {
	border-bottom: 1px solid #dedede;
	margin-bottom: 3px;
}
#topSearch {
  float: right;
  position: relative;
  width: 600px;
  height: 112px;
}
#topSearch .labelfield > span {
	display: none;
}
#topSearch form {
  border: 1px solid #0093bd;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#topSearch fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#topSearch #query {
  width: 60%;
  border: 0px none;
  padding-left: 10px;
  line-height: 28px;
}
#topSearch select {
  border: 0 none;
  display: inline-block;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 0 0 1em;
  background-color: #f6f6f6;
}
#topSearch #searchsubmit {
	float: right;
	background-image: url('https://s.turbifycdn.com/aah/yhst-134946240048083/img-5962.jpg');
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	width: 38px;
	height: 28px;
	color: transparent;
}
/* End of Header */

/* Top navigation */
@media screen and (min-width:641px){
header nav {
	text-align: center;
	border-top: 1px solid #dedede;
}
#topNav {
	display: inline-block;
padding: 0;
    margin: 0;
}
#topNav li{list-style:none;}
.mainNav {
  display: inline-block;
  position: relative;
}
.mainNav a.top {
  border-bottom: 2px solid #ffffff;
  color: #424242;
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.mainNav a.top:hover {
	border-bottom: 2px solid #0093bd;
}
.mainNav .sub {
	display: none;
	position: absolute;
	white-space: nowrap;
}
.mainNav .sub a {
	display: block;
	text-align: left;
	padding: 5px;
	text-decoration: none;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px;
}
.mainNav .sub a:hover {
	background-color: #0093bd;
	color: #ffffff;
}
.mainNav:hover .sub {
	display: inline-block;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 5px;
	left: 0;
z-index:1000;
}
}
/* End of Top Navigation */

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("https://sep.turbifycdn.com/ay/mobile/i/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 30%; margin-top: -10px; padding: 0; border: none; outline: none; opacity: .5}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; color: transparent; opacity: 1 }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { opacity: 1; }
.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.25; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "&lt;"; }
[dir="rtl"] .slick-prev:before { content: "&gt;"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
[dir="rtl"] .slick-next:before { content: "&lt;"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: " "; width: 20px; height: 20px; font-family: "slick"; font-size: 15px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.slick-slide img { display: inline }
.slick-slide img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.slick-dots li button {
	background-image: url("https://sep.turbifycdn.com/ay/mobile/i/mobile-scroller-bullet_1.png");
	background-repeat: no-repeat;
	background-position: center middle;
	opacity: 0.2;
}

.slick-active button {
	opacity: 1 !important;
}


.slick-prev {
  background-image: url("https://sep.turbifycdn.com/ay/mobile/i/mobile-scroll-left_2.png");
  left: 0;
  height: 38px;
  width: 39px;
  color: transparent !important;
  background-size: 39px 38px;
}

.slick-next {
  background-image: url("https://sep.turbifycdn.com/ay/mobile/i/mobile-scroll-right_2.png");
  right: 0;
  height: 38px;
  width: 39px;
  background-size: 39px 38px;
  color: transparent !important;
}
/* End of Slider */

/* Home page */
.ys_promo_banner img {
  height: auto;
  max-width: 100%;
}

.bestsellers .slide {
  text-align: center;
}
.bestsellers .inside {
  border-bottom: 2px solid #0093bd;
  display: inline-block;
  padding-bottom: 24px;
}
.bestsellers .slide .txt {
	margin-top: 15px;
}
.bestsellers .slide .txt, .bestsellers .slide .txt a {
  color: #424242;
  word-break:no-break;
}
.bestsellers .slide .txt a {
	text-decoration: none;
}
.bestsellers .slide .txt a:hover {
	color: #0093bd;
}
.bestsellers .slide img {
	border: 1px solid #ffffff;
}
.bestsellers .slide img:hover {
	border: 1px solid #0093bd;
}
.homeHero .slick-slide {
  text-align: center;
}
.introText, .message, .finaltext {
  padding: 1em 0 1em;
}
#mainPage h2 {
  border-bottom: 1px solid #dedede;
  font-weight: normal;
  font-size: 24px;
  padding: 27px 0;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
}
.sale {
	color: #7e7e7e;
	font-weight: bold;
}
.reg {
	color: #7e7e7e;
	font-style: italic;
	text-decoration: line-through;
}
/* End of Home page */

/* footer */
#footerPaymentOptions {
	text-align: center;
	margin: 20px 0 20px 0;
}
#copyright {
	text-align: center;
	font-size: 11px;
}
/* Newsletter */
.newsletter .prompt {
	margin-bottom: 10px;
}
.newsletter input[type='email'] {
  color: #424242;
  border: 1px solid #dedede;
  line-height: 35px;
  height: 35px;
  padding: 0 2em;
  box-sizing: border-box;
}
.newsletter input[type='submit'] {
  line-height: 35px;
  padding: 0 1em;
  border: 0;
  text-transform: uppercase;
  background-color: #0093bd;
  color: #ffffff;
}
.footerBoxes .box {
	float: left;
}
.footerBoxes .col1 {
	width: 100%;
}
.footerBoxes .col11 {
	width: 50%;
}
.footerBoxes .col111 {
	width: 33.33%;
}
/* End of footer */

/* responsive rules */
@media screen and (max-width: 750px) {
	#topSearch #query {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.footerBoxes .box {
		width: 100% !important;
	}
}

/* End of responsive rules */


.breadcrumbs{
    padding-top:15px;
}
/*Promo Header*/
ul#ys_promo_banner_list{ padding:0;}
li.ys_promo_banner {margin: 0;}
#hamburger{display:none;}

@media screen and (max-width: 640px){
    nav#mmenu{ display: none;}
    .cartLink span {
        display: none;
    }
    #yfc_mini {
        display: none;
    }
    #ys_superbar {
        display: none;
    }
    .oneMobRow {
        position: relative;
        float: left;
        width: 100%;
    }
    #hamburger {
        display: block;
        position: absolute;
        top: 50%;
        left:15px;
    }
    #logo {
        float: none;
        text-align: center;
        display: block;
    }
    #logo img{max-height: 90px !important;}
    .cartbar{position:relative;top:35px}
    a.cartLink {
        position: absolute;
        right: 15px;
        top: 50%;
    }
    a.cartLink img{
        max-width:20px !important;
        max-height:20px !important;
    }
    /*menu*/
    li.greymob{
        background: #f7f7f7;
    }
    #mm-topNav > li:first-child,
    .mm-menu .mm-list>li>a.mm-subclose{ background: #0093bd; color: #ffffff;}
    #mm-topNav > li:first-child a{color: #fff;}
    .mm-menu .mm-list>li>a.mm-subclose:before{border-color: #ffffff;}
    .mm-list a{ color: #585b61;}
    .mm-menu .mm-list>li>a.mm-subopen:after{ color: #0093bd;}
}
@media screen and (max-width: 641px){
    /*#hamburger,
    .cartLink{ margin-top:inherit !important;}*/
}

#custRegDiv, #errorMsg {
    width: 100% !important;
}
.yscp_page{
    display:none;
}
#custRegDiv_c{
    top: 60px !important;
}
#iframe_id {
    width: 100% !important;
}
@media(max-width:679px){
    #iframe_id iframe{
        width:280px !important;
        height: 293px !important
    }
}
#custRegDiv .yui-skin-sam .yui-panel .bd {
    padding: 0;
}
h1 {
  line-height: 1.2;

}
#searchsubmit{background-size: contain }
.finner .name a {overflow-wrap: break-word;}
             .finner a.fshop-now, .finner input.fshop-now{font-weight:400; padding: 0 1em; font-size:14px; border:1px solid  ; display: inline-block; height:30px; text-align: center; margin-left:auto; margin-right:auto; margin-bottom: 10px; line-height:26px; margin-top: 10px; text-transform: uppercase;}
            .finner:hover a.fshop-now, .finner:hover input.fshop-now{ color: #fff; background: #0093bd; border-color: #0093bd;}

.loneHero {margin-bottom: 30px;}
.mainNav .sub { min-width: 100%; max-width:2000px }
.image-left{background: transparent url('https://s.turbifycdn.com/aah/yhst-134946240048083/img-5963.jpg') no-repeat bottom left; padding-bottom: 20px;}
    .fitem-left .image-zoom-parent{position: relative; }
@media screen and (max-width: 640px) {.cartBar {z-index: 1;}}
@media screen and (min-width:768px){
    .image-zoom-parent{min-height:500px;}
    .image-zoom-parent .image-zoom{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
    }
    div#zoom-gallery {margin-top:0;}
    .image-zoom {padding-bottom: 0;}
}
@media screen and (max-width: 768px){
    .fitem-left .image-zoom-parent{ padding-top: 15px; }
}
/* auto suggest */
#topSearch form { z-index: 2000; }
