@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,400i,600');
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
a {
	color: #005fc9;
}
header, main, footer {
	display: block;
}
header {
	background-color: #005fc9;
}
.inner {
	width: calc( 1200px - 20px );
	max-width: 100%;
	margin: auto;
}
main {
	background-color: #ffffff;
	margin-top: 10px;
}
#scrollToTop {
  cursor: pointer;
  display: none;
  right: 10px;
  position: fixed;
  text-align: center;
  bottom: 70px;
  z-index: 9999;
}
.mobile-only {display:none !important;}
#scrollToTop  img {
	max-width: 60px;
	height: auto;
}
.merv-rating,
.exact-size,
.brand,
.price-per-unit,
.replaces {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #dddede;
    background: #f4f4f4;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
/* Header */
#logo {
  float: left;
}
.cartBar {
	float: right;
	padding: 6px 0;
	font-size: 13px;
	text-transform: uppercase;
}
#ys_superbar {
  width: 100% !important;
  font-size: 12px;
  padding: 6px 0;
  width: 100% !important;
  height: inherit !important;
}
#ys_cpers {
	float: right;
	margin-right: 1em;
}

.smb-mc .mini_msg, .mini_item_count, .mini_subtotal, #ys_cpers, #ys_cpers a {
	color: #ffffff !important;
	text-decoration: none;
}

.cartBar a {
	text-decoration: none;
	color: #ffffff;
}
.cartBar a:hover, #ys_superbar a:hover {
}
.ys_clear {
  clear: both;
}
#logo-search {
	padding: 20px 0;
}
#topSearch {
  float: left;
  position: relative;
  width: 100%;
  height: ;
  margin-left: 10%;
  z-index: 0;
}
#topSearch .labelfield > span {
	display: none;
}
#topSearch form {
	background-color: #005fc9;
	background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247060.png);
	background-repeat: no-repeat;
	background-position: center left;
	box-sizing: border-box;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
	-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;
  border: 1px solid #afafaf;
}
#topSearch fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
#topSearch #query {
  width: 100%;
  border: 0px none;
  padding-left: 10px;
  height: 32px;
  background-color: transparent;
  font-size: 16px;
}
#topSearch #searchsubmit {
	background-image: url('https://s.turbifycdn.com/aah/yhst-136016716051944/img-247061.png');
	background-color: #000000;
	background-repeat: no-repeat;
    background-size: cover;
	box-sizing: border-box;
	padding: 0 1em;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 100%;
	color: #000000;
	border: 0px none;
	-webkit-appearance: none;
}
#searchsubmit{background-size: contain }
#topSearch select {
  border: 0 none;
  display: inline-block;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 0 0 1em;
  background-color: #f7f7f7;
}

#navRibbon {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
	border-bottom: 1px solid #d0d0d0;
}
/* End of Header */

/* Top navigation */
@media screen and (min-width:780px){
	header nav {
		text-align: center;
	}
	#topNav {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	#topNav li{list-style:none;}
	.mainNav {
	  display: inline-block;
	  position: relative;
	  border-bottom: 2px solid transparent;
	}
	.mainNav a.top {
	  color: #000000;
	  display: block;
	  padding: 15px;
	  text-decoration: none;
	  font-weight: bold;
	}
	.mainNav:hover {
		border-bottom: 2px solid #005fc9;
	}
	.mainNav:hover a {
		color: #005fc9;
	}
	.mainNav .sub {
		display: none;
		position: absolute;
		white-space: nowrap;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		box-sizing: border-box;
		background-color: #ffffff;
		padding: 20px 10px 0 0;
		margin-top: 2px;
		z-index:1000;
	}
	.mainNav .sub .viewall {
	  background-color: #ebebeb;
	  margin: 0 0 10px 10px;
	  font-weight: 400;
	}
	.mainNav .sub ul {
	  margin: 0;
	  padding: 0 40px 0 20px;
	}
	.mainNav .sub a {
		display: block;
		text-align: left;
		padding: 5px;
		text-decoration: none;
                text-overflow: ellipsis;
                overflow:hidden;
                max-width:300px;
		color: #121212;
	}
	.mainNav .sub a:hover {
		color: #005fc9;
		text-decoration: underline;
	}
	.mainNav:hover .sub {
		display: inline-block;
	}
	.mainNav .sub .image > img {
	  border: 1px solid #ebebeb;
	}
}

ul.topNav {
    padding: 0;
    margin: 0;
}

ul.topNav li {
    list-style: none;
}
/* 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: 40%; 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-dots { list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 11px; width: 11px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 11px; width: 11px; 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: 11px; height: 11px; 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://s.turbifycdn.com/aah/yhst-136016716051944/img-247062.png);
	background-repeat: no-repeat;
	background-position: center middle;
}

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


.slick-prev {
  background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247063.png);
  left: 0;
  height: 36px;
  width: 36px;
  color: transparent !important;
}

.slick-next {
  background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247064.png);
  right: 0;
  height: 36px;
  width: 36px;
  color: transparent !important;
}
.slick-next:hover {
	background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247065.png);
}
.slick-prev:hover {
	background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247066.png);
}
.slick-active button {
  background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-247067.png) !important;
}
/* End of Slider */

/* Home page */
.ys_promo_banner img {
  height: auto;
  max-width: 100%;
}
#mainPage section {
  margin-bottom: 70px;
}
#mainPage .fcol {
	border-color: transparent;
}
.homeFavorites .inside {
  text-align: center;
}
.homeFavorites .txt {
	margin-top: 1em;
}
.homeFavorites .txt a {
  color: #000000;
  text-decoration: none;
}
.homeFavorites .txt a:hover {
	color: #005fc9;
}
.homeFavorites .txt > a:after {
  content: " >";
}
.bestsellers .slide {
  text-align: center;
}
.bestsellers .inside {
  border-bottom: 2px solid #005fc9;
  display: inline-block;
  padding-bottom: 24px;
}
.bestsellers .slide .txt {
	margin-top: 15px;
}
.bestsellers .slide .txt, .bestsellers .slide .txt a {
  color: #000000;
}
.bestsellers .slide .txt a {
	text-decoration: none;
}
.bestsellers .slide .txt a:hover {
	color: #005fc9;
}
.bestsellers .slide img {
	border: 1px solid #ffffff;
}
.bestsellers .slide img:hover {
	border: 1px solid #005fc9;
}
#mainPage .fcol {
	width: auto;
	margin: 10px;
}
.homeHero .slick-slide {
  text-align: center;
}
.homeHero .slick-prev {
	left: 10px;
}
.homeHero .slick-next {
	right: 10px;
}
.homeHeroContainer {
  float: left;
  width: 66%;
}
.kickerContainer {
  float: left;
  margin-left: 20px;
  width: calc(33% - 20px);
}
.introText, .message, .finaltext {
  padding: 1em 0 1em;
}

.kickers a:first-of-type {
  margin-right: 20px;
}
.kickers img {
	max-width: 100%;
	height: auto;
}

.featuredCategories .kicker {
	margin-right: 10px;
}
.featuredCategories .inside {
  border: 1px solid #005fc9;
  margin-right: 10px;
  text-align: center;
}
.featuredCategories .txt {
  box-sizing: border-box;
  background-color: #005fc9;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
}
.featuredCategories .txt span:first-child {
  float: left;
}
.featuredCategories .txt span:last-of-type {
	float: right;
	color: #ffffff;
}
.featuredCategories a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.featuredCategories a:hover {
	color: #005fc9;
}

.featuredCategories .inside:hover {
	border-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt {
	background-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt a {
	color: #005fc9;
}
.featuredCategories .slick-next {
  right: 0;
  top: -50px;
}
.featuredCategories .slick-prev {
  right: 36px;
  left: auto;
  top: -50px;
}
.featuredBrands .slick-prev, .featuredBrands .slick-next {
	top: 50%;
	transform: translateY(-50%);
}
.featuredBrands .inside {
  text-align: center;
}

#mainPage h2 {
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  color: #005fc9;
}
.sale {
	color: #005fc9;
	font-weight: bold;
}
.reg {
	color: #7e7e7e;
	font-style: italic;
	text-decoration: line-through;
}

.testimonials {
	background-color: #f7f7f7;
	color: #000000;
	text-align: center;
}
#mainPage .testimonials h2 {
	background-color: #005fc9;
	color: #ffffff;
	margin: 0 0 1em 0;
	padding: 12px 50px;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
}
/* End of Home page */

/* Category */
.section-wrap {padding-bottom: 30px;}
.section-wrap img{ max-width:100%; height:auto;}
.fcontainer{ max-width:1200px; margin:0 auto; width:100%;border-top:3px solid #005fc9;margin-top:10px;padding-top:10px}
.fsection-caption{ padding:0 0 35px;}
.fsection-name {text-align: left; margin-bottom: 7px;}
.fsection-image {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
}
    .fsection-name h1{ color: #000000; font-size:26px; margin:30px 0 25px 0;line-height:30px}
    .frow{ clear: both;}
    .frow:after,
    .frow:before,
    .fcontainer:after,
    .fcontainer:before{
        display: table;
        clear: both;
        content: " ";
    }
        .fcol{width:calc(20% - 20px); margin:10px; float: left; position: relative; min-height: 333px;padding-bottom: 3px;border:1px solid #dedfdf;}
		.fcol .name {
		  padding: 0 20px;
		}
		.fcol:hover {border-color:#005fc9}
        .frow *{box-sizing: border-box;}
        .finner{ color: Arial, Helvetica, sans-serif; text-align: center;}
            .finner a, .finner input{ display: block; text-decoration: none; color: #000000;}
            .finner .name a{font-size:15px; margin:0 0 8px 0;}
            .finner img.fim{ max-width:100%; height:auto;border: 2px solid transparent}
            .price-row > .strike-price,
            .price-row > .price{ display: inline;margin-right:1em;}
            .price-row > .price{ font-weight:700;color:#005fc9;}
            .price-row > .strike-price{font-weight:400 !important; text-decoration: line-through; color: #7e7e7e; padding-right:10px;font-size:smaller}
            .finner a.fshop-now, .finner input.fshop-now{font-weight:400; padding: 0 1em; font-size:14px; border:1px solid #dedfdf ; 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: #005fc9; border-color: #005fc9;}
.section-wrap .finner {
  text-align: center;
}			
.section-wrap .price-row {
	margin-left: 20px;
}
@media screen and (max-width: 1035px){
    .section-wrap{padding:0 1%;}
}
@media screen and (max-width: 850px){
    .section-wrap .fcol, .item-wrap .fcol {width:calc(50% - 20px);}
    .section-wrap .fcol:nth-of-type(2n+1), .item-wrap .fcol:nth-of-type(2n+1){ clear: left;}
}
@media screen and (max-width: 500px){
    .fcol{min-height:1%;}
}
@media screen and (max-width: 360px) {
    .fcol {width:100%}
}
/* End of Category */

@media screen and (max-width:767px)
{
#contact-text {display:block; width:95% !important; margin:0 auto !important; float:none !important;}
#contact-form {display:block; width:95% !important; margin:20px auto !important; float:none !important}
#customFrm {border:0;margin-top:10px !important;}
}

/* footer */
footer {
	background-color: #005fc9;
	color: #f0f0f0;
	font-size: 11px;
}
footer a {
	color: #f0f0f0;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size: 11px;
	color: #f0f0f0;
}
.newsletterSocial {
	background-color: #005fc9;
	color: #ffffff;
	padding: 10px 0;
}
.newsletter > form {
  display: inline-block;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.newsletter .prompt {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsletter input[type="email"] {
  box-sizing: border-box;
  border: 0 none;
  background-color: transparent;
  color: #424242;
  height: 30px;
  padding: 0 1em;
  width: calc(100% - 60px);
}

.newsletter input[type="submit"] {
  background-color: #000000;
  background-image: url();
  background-size: cover;
  width: 60px;
  height: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 1em;
}

.footerBoxes .box {
	float: left;
	margin-right: 30px;
}

.footerBoxes .col1 {
	width: calc(100% - 30px);
}
.footerBoxes .col11 {
	width: calc(50% - 30px);
}
.footerBoxes .col111 {
	width: calc(33.33% - 30px);
}
.footerBoxes .col1111 {
	width: calc(25% - 30px);
}
.footerBoxes .col11111 {
	width: calc(20% - 30px);
}
.footerAdditionalContent {
  margin: 2em 0;
}

/* End of footer */

/* responsive rules */
@media screen and (max-width: 780px) {
	#logo-search {
		padding-bottom: 0;
	}
	#topSearch {
		float: none;
		width: 100%;
		height: auto !important;
		clear: both;
		margin: 0;
		padding: 20px 20px 0;
		box-sizing: border-box;
	}
	.mainNav .sub {
		display: none !important; /* no megamenu on small screens */
	}
}	

@media screen and (max-width: 580px) {
	.kickerContainer, .homeHeroContainer {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		margin-left:0;
	}
	.kickers a:first-of-type {
		margin-right: 0;
	}
	.footerBoxes .box {
		width: 100% !important;
	}
	.newsletter > form {
		display: block;
	}
}
@media screen and (max-width: 400px) {

}
/* End of responsive rules */


.breadcrumbs{
    padding-top:15px;
	color: #8c8c8c;
    clear: both;
}
.breadcrumbs a {
	color: #000000;
}
/*Promo Header*/
ul#ys_promo_banner_list{ padding:0;}
li.ys_promo_banner {margin: 0;text-align:center}
#hamburger{display:none;}

@media screen and (max-width: 780px){
    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: 30px;
        left:15px;
    }
    #logo {
        float: none;
        text-align: center;
        display: block;
    }
    #logo img{max-height: 90px !important;max-width:40%;}
    a.cartLink {
        position: absolute;
        right: 15px;
        top: 30px;
    }
    a.cartLink img{
        max-width:90px;
        max-height:90px;
    }
    /*menu*/
    li.greymob{
        background: #f7f7f7;
    }
    #mm-topNav > li:first-child,
    .mm-menu .mm-list>li>a.mm-subclose{ background: #005fc9; 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: #005fc9;}
	
	#topSearch form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

#custRegDiv, #errorMsg {
    width: 100% !important;
}
.yscp_page{
    display:none;
}
#custRegDiv_c{
    top: 60px !important;
}
#iframe_id {
    width: 100% !important;
}
@media(max-width:780px){
    #iframe_id iframe{
        width:280px !important;
        height: 293px !important
    }
	
	#ys_searchiframe #doc {
		width: 100% !important;
	}
	#ys_searchiframe #sidebar {
		float: none;
	}
	#ys_searchiframe .side #sidebar div.wrp {
	  width: 100%;
	}
	#ys_searchiframe .side #main {
		float: none;
		width: 100%;
	}
}
#custRegDiv .yui-skin-sam .yui-panel .bd {
    padding: 0;
}
/* auto suggest */
#topSearch form { z-index: 2000; }


.link-btn {display: inline-block; background: #005fc9; padding: 10px 15px;color: #fff;text-decoration: none;border-radius: 20px;
}
.link-btn:hover {background: #f38f2c;}
.custom-size {
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 1.3rem;
	font-weight: 600;
}
.text-center {text-align:center;}
.btn-custom-text {
    text-align: center;
    margin: 0 auto 15px 0;
    display: inline-block;
    border: 2px solid #005fc9;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 500;
}
.btn-custom-text:hover {
    background: #005fc9;
    color: #fff;
}
.ysa-header {
  background: linear-gradient(to right, #f0f4f8, #ffffff);
  padding: 0px 20px 20px;
}

.ysa-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: cemter;
}

/* Left Section */
.header-left {
  flex: 1 1 600px;
  padding-right: 20px;
}

.header-left h1 {
  margin-bottom: 10px;
}

.header-left p {
  font-size: 1.2em;
  color: #333;
}

.header-left a {
  color: #0077cc;
  text-decoration: underline;
}

/* Buttons */
.ysa-header .cta-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ysa-header .cta-buttons a {text-decoration:none; color:#fff;}

.ysa-header .btn {
  display: inline-block;
  width: 150px;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.ysa-header .btn.blue {
  background-color: #0a5fc7;
}
.ysa-header .btn.blue:hover {
  background-color: #3399ff;
}

.ysa-header .btn.green {
  background-color: #38b448;
}
.ysa-header .btn.green:hover {
  background-color: #4ddf60;
}

.ysa-header .btn.yellow {
  background-color: #ffaa00;
}
.ysa-header .btn.yellow:hover {
  background-color: #ffcc66;
}

/* Right Section */
.header-right {
  flex: 1 1 400px;
  padding-left: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ysa-header .testimonial {
  display: flex;
  align-items: center;
  background-color: #fffbe6;
  border-left: 4px solid #ffaa00;
  padding: 20px;
  border-radius: 0;
}

.ysa-header .testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.ysa-header .quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ysa-header .quote .text {
  font-style: italic;
  font-size: 1.1em;
  color: #444;
  margin-bottom: 8px;
}

.ysa-header .quote .author {
  font-weight: bold;
  color: #333;
}
.ysa-header .icon-row {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.ysa-header .icon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 250px;
  text-align: left;
}

.ysa-header .icon-item img {
  max-height: 30px;
  width: auto;
}

.ysa-header .icon-item span {
  font-size: 1em;
  color: #333;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
  .desktop-only {display:none !important;}
  .ysa-container {
    flex-direction: row;
  }
  .ysa-header {padding:10px 20px;}
  .header-left h1 {font-size:2rem; text-align:center;}
  .header-left p {text-align:center; font-size:1rem;}
  .header-left, .header-right {
    padding: 0;
    flex: 1 1 100%;
  }

  .ysa-header .cta-buttons {
    justify-content: center;
  }
  .ysa-header .btn {width:100%;}

  .ysa-header .testimonial {
    flex-direction: column;
    text-align: center;border:none;
  }

  .ysa-header .testimonial img {
    margin-bottom: 15px;
  }
  .ysa-header .icon-row {
		flex-direction: row;
		justify-content: space-between;
		gap: 0px;
		align-items: flex-start;
	}
	
	.ysa-header .icon-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		flex: 1;
		min-width: 0;
	}
	
	.ysa-header .icon-item img {
		margin-bottom: 8px;
	}
	
	.ysa-header.icon-item span {
		font-size: 0.85em;
		line-height: 1.2;
	}

}

.single-article {
        .article-list-wrapper {  display: flex;}
        .fsection-name img {max-width:100%; width:100%; height:inherit;}
	.article-list {
		width: 70%;
		padding:0 30px;
		border-right:1px solid #ccc
	}
	
	.recent-article {
		width: 30%;
		padding:0 30px;
	}
	
	.recent-article a {
		text-decoration: none;
		margin-bottom: 15px;
		display: block;
		font-size: 14px;
	}
	.recent-article a.current {
		color:#000;
	}
}

@media only screen and (max-width: 767px) {
	.single-article {
		.article-list-wrapper {
		  display: block;
		}
		.article-list {
		  width: 96%;
		  padding: 0 10px;
		  border-right: 0;
		}
		.recent-article {
		  width: 96%;
		  padding: 0 10px;
		}
	}
  }

/* ================= By Type Listing ===== */
.ysa-listing-sec
{
	.ac-shop-by-size-section {
	  max-width: 1200px;
	  margin: auto;
	  width: 100%;
	}
	
	.ac-shop-by-container {
	  margin: 36px 0px;
	}
	.ac-shop-by-container-wrapper {
	  margin-bottom: 36px;
	}
	
	.ac-shop-by-card-container {
	  margin-top: 30px;
	}
	
	.ac-shop-by-title {
	  font-family: "Prompt", sans-serif;
	  font-size: 22px;
	  font-weight: 600;
	  line-height: 1.4;
	  color: #005fc9;
	  padding-bottom: 16px;
	  text-align: center;
	}
	
	.ac-shop-by-text {
	  font-family: "Prompt", sans-serif;
	  font-size: 15px;
	  font-weight: 300;
	  line-height: 1.3;
	  text-align: center;
	  color: #000000cc;
	  width: 70%;
	  margin: auto;
	}
	
	.ac-shop-by-card-container {
	  display: flex;
	  /* justify-content: space-between; */
	  align-items: center;
	  flex-wrap: wrap;
	}
	 .ac-shop-by-card {
		width: calc(33.33% - 20px);
	  margin: 10px;
	  min-height: auto;
	}
	
	.ac-shop-by-card-wrapper a {
	  text-decoration: none;
	}
	.ac-shop-by-card-image {
	  width: 100%;
	  height: auto;
	  /* height: 216px; */
	}
	.ac-shop-by-card-image img {
	  width: 100%;
	  height: auto;
	  border: 2px solid transparent;
	}
	
	.ac-shop-by-card-name {
	  font-family: "Prompt", sans-serif;
	  font-size: 15px;
	  font-weight: 300;
	  line-height: 1.3;
	  text-align: center;
	  color: #000000;
	  padding: 0 10px;
	}
	.ac-shop-by-card-container {
	  margin-top: 30px;
	}
	.ac-shop-by-card-type {
	  width: calc(33.33% - 20px);
	}
	.ac-shop-by-card-type-wrapper {
	  min-height: 260px !important;
	  background: transparent !important;
	}
	.ac-shop-by-card-type-wrapper a {
	  text-decoration: none;
	}
	.ac-shop-by-card-type-container {
	  display: flex;
	  align-items: center;
	  justify-content: space-around;
	  flex-wrap: wrap;
	  margin-top: 30px;
	}

}

@media (max-width: 1024px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card {
		width: calc(33.33% - 20px);
	  }
	}
}

@media (max-width: 992px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card {
		width: calc(33.33% - 20px);
	  }
	  .ac-shop-by-text {
		width: 80%;
	  }
	 }
}

@media (max-width: 767px) {
  .ysa-listing-sec
	{
	  .ac-shop-by-card {
		width: calc(50% - 20px);
	  }
	  .ac-shop-by-text {
		width: 85%;
	  }
  }
}

@media (max-width: 480px) {
	.ysa-listing-sec
	{
	 .ac-shop-by-card {
		width: calc(50% - 20px);
	  }
	}
}

@media (max-width: 1024px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card-type {
		height: 285px !important;
	  }
	 }
}
@media (max-width: 992px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card-type {
		width: calc(33.33% - 20px);
	  }
	 }
}
@media (max-width: 768px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card-type {
		width: calc(50% - 20px);
	  }
	 }
}
@media (max-width: 480px) {
	.ysa-listing-sec
	{
	  .ac-shop-by-card-type {
		width: calc(50% - 20px);
	  }
	 }
}
/* =================================== */
