@charset "UTF-8";
/**
---------------------------------------------------------------
 *
 * Table of Contents
 * 
 * 1.0 - Reset & General
 * 2.0 - Header
 * 3.0 - Main Content
 *		3.1 - Home
 * 4.0 - Footer
 * 5.0 - Media Queries
 *
---------------------------------------------------------------
**/
/**
---------------------------------------------------------------
 * 1.0 - Reset & General
---------------------------------------------------------------
**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:focus {
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  max-width: 100%;
}

.clear:after, footer .bottom-footer .mid-cols ul.contact-info li:after, footer .bottom-footer .mid-cols ul.contact-info:after, footer .bottom-footer .mid-cols .col.col-4 .content-block-outer:after, footer .bottom-footer .mid-cols:after, footer .top-footer .social-container ul.social-btns:after, footer .top-footer .social-container:after, footer .top-footer .newsletter-container .newsletter-form-container:after, footer .top-footer .newsletter-container:after, main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes:after, main.item .item-bottom .item-tabs ul.tab-titles:after, main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row:after, main.item .item-top .item-right .buy-box .atc-box .atc-button button:after, main.item .item-top .item-right .buy-box .atc-box .qty:after, main.item .item-top .item-right .buy-box .atc-box:after, main.item .item-top .item-right .buy-box .pricing:after, main.item .item-top:after, main.section .sort-bar:after, main.section .categories-wrapper ul.categories:after, main.section .products-wrapper ul.item-boxes:after, main.info.email-us .email-left .contact-form-container:after, main.info.faq .questions-container .question-box:after, main.info .contact-info-outer ul.contact-info:after, main.home .what-we-offer ul.benefits:after, main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes:after, main.home .kickers-container ul.kickers:after, header nav ul.main-nav > li .mega-menu:after, header .mid-header .floating-cart-container:after, header .mid-header .search-container:after, header .top-header ul.top-links:after, header .top-header .contact-info:after, .contact-popup#refer-friend-popup .friend-fields:after, .contact-popup .contact-form-container:after, .content-container:after {
  display: block;
  clear: both;
  content: "";
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #2e2e2e;
}

p {
  padding-bottom: 20px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.content-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #1669bd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
  color: #2e2e2e;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}

.line-heading {
  margin: 0 auto;
  color: #1669bd;
  text-align: center;
  line-height: 1;
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.line-heading:before, .line-heading:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 2px;
  width: 35px;
  background-color: #1669bd;
}
.line-heading:before {
  margin-right: 15px;
}
.line-heading:after {
  margin-left: 15px;
}

.breadcrumbs {
  padding: 15px 0 30px;
  font-size: 15px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .fa {
  padding: 0 10px;
}

.item-box {
  border: 1px solid #c2c2c2;
  padding: 15px;
}
.item-box .image {
  width: 100%;
  height: 175px;
  position: relative;
  margin-bottom: 10px;
}
.item-box .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-box h3.name {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-align: center;
}
.item-box h3.name a {
  color: #2e2e2e;
  text-decoration: none;
}
.item-box h3.name a:hover {
  color: #1669bd;
}
.item-box .reviews {
  text-align: center;
  height: 36px;
  margin-bottom: 15px;
}
.item-box .reviews .group-stars .ind_cnt {
  font-size: 12px;
  line-height: 12px;
}
.item-box .pricing {
  text-align: center;
  text-transform: uppercase;
}
.item-box .pricing .reg-price {
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
  line-height: 1;
  margin-bottom: 10px;
  height: 15px;
}
.item-box .pricing .sale-price {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  height: 40px;
  color: #ef1d10;
}
.item-box .atc form.show-options .options-container {
  display: block;
}
.item-box .atc {
  text-align: center;
}
.item-box .atc .options-container {
  display: none;
  margin-bottom: 10px;
}
.item-box .atc .options-container select {
  height: 30px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #c2c2c2;
}
.item-box .atc .qty-container {
  margin-bottom: 10px;
}
.item-box .atc .qty-container label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  margin-right: 10px;
}
.item-box .atc .qty-container input {
  display: inline-block;
  border: 1px solid #c2c2c2;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 14px;
}
.item-box .atc .btn-container button {
  color: #000000;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ac8800;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe17e+0,f1b70b+100 */
  background: #ffe17e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe17e 0%, #f1b70b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffe17e 0%, #f1b70b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffe17e 0%, #f1b70b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe17e", endColorstr="#f1b70b",GradientType=0 );
  /* IE6-9 */
}
.item-box .atc.out-of-stock {
  line-height: 75px;
  font-weight: 600;
}

#mobile-menu-overlay,
#filter-menu-overlay {
  display: none;
  cursor: pointer;
}

#mobile-menu {
  display: none;
}

.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}

.contact-popup {
  width: 100%;
  max-width: 600px;
}
.contact-popup#ask-expert-popup .contact-form-container .fi-wrap.security-code input[type=text] {
  float: right;
}
.contact-popup#product-question-popup .contact-form-container .fi-wrap.security-code iframe {
  margin-right: 10px;
}
.contact-popup .contact-info {
  padding: 20px;
}
.contact-popup .contact-info p:last-child {
  padding-bottom: 0;
}
.contact-popup .contact-form-container {
  background-color: #f3f3f3;
  padding: 25px;
}
.contact-popup .contact-form-container h1 {
  color: #1669bd;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
.contact-popup .contact-form-container .fi-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contact-popup .contact-form-container .fi-wrap.half-width {
  width: 48%;
}
.contact-popup .contact-form-container .fi-wrap.right {
  float: right;
}
.contact-popup .contact-form-container .fi-wrap.security-code input[type=text] {
  width: 150px;
}
.contact-popup .contact-form-container .fi-wrap label {
  display: block;
  line-height: 1;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}
.contact-popup .contact-form-container .fi-wrap input[type=text],
.contact-popup .contact-form-container .fi-wrap textarea,
.contact-popup .contact-form-container .fi-wrap select {
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.contact-popup .contact-form-container .fi-wrap textarea {
  resize: none;
  padding: 10px;
  height: 100px;
}
.contact-popup .contact-form-container .fi-wrap input[type=text] {
  height: 35px;
  padding: 0 10px;
}
.contact-popup .contact-form-container .fi-wrap select {
  height: 35px;
  padding: 0 0 0 10px;
}
.contact-popup .contact-form-container .submit-button-wrapper {
  clear: both;
  padding-bottom: 10px;
}
.contact-popup .contact-form-container .submit-button-wrapper button {
  background-color: #1669bd;
  border: 0;
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 240px;
  height: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-popup#refer-friend-popup .friend-fields {
  float: left;
  width: 100%;
}
.contact-popup#refer-friend-popup .friend-links {
  padding-bottom: 25px;
  font-size: 15px;
}
.contact-popup#refer-friend-popup .friend-links span {
  display: inline-block;
}
.contact-popup#refer-friend-popup .friend-links span#addonelink {
  padding-right: 10px;
}
.contact-popup#refer-friend-popup .friend-links span#delonelink {
  display: none;
}

#ysw-2018-popup-free-shipping,
#ysw-2018-popup-custom-1,
#ysw-2018-popup-custom-2,
#ysw-2018-popup-custom-3,
#nfib-popup,
#coc-popup {
  display: none;
  max-width: 600px;
}

.thank-you-popup {
  padding: 30px 50px 100px;
  text-align: center;
}
.thank-you-popup h1 {
  color: #1669bd;
  font-size: 20px;
}
.thank-you-popup p {
  padding-bottom: 0;
}
.thank-you-popup#thank-you-friend-popup h1 {
  margin-bottom: 40px;
}

#ysw-save-for-later-popup {
  display: none;
  max-width: 600px;
  text-align: center;
}
#ysw-save-for-later-popup .email-option button,
#ysw-save-for-later-popup .print-pdf-option button {
  background-color: #1669bd;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  width: 240px;
  height: 44px;
  cursor: pointer;
}
#ysw-save-for-later-popup .email-option {
  margin-bottom: 20px;
}
#ysw-save-for-later-popup .email-option .email-input {
  margin-bottom: 20px;
}
#ysw-save-for-later-popup .email-option .email-input input {
  width: 250px;
  border: 1px solid #757575;
  height: 30px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding: 0 10px;
}
#ysw-save-for-later-popup .email-option .success {
  display: none;
  color: #008000;
  font-size: 20px;
  padding-bottom: 10px;
}
#ysw-save-for-later-popup .email-option .success.show {
  display: block;
}

/**
---------------------------------------------------------------
 * 2.0 - Header
---------------------------------------------------------------
**/
header .top-header {
  background-color: #ebebeb;
  padding: 5px 0;
}
header .top-header .contact-info {
  float: left;
}
header .top-header .contact-info .icon {
  float: left;
  padding-right: 10px;
}
header .top-header .contact-info .icon .fa {
  font-size: 18px;
  line-height: 24px;
}
header .top-header .contact-info .phone {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
header .top-header .contact-info .phone span {
  padding-right: 3px;
}
header .top-header .contact-info .phone a {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 600;
}
header .top-header ul.top-links {
  float: right;
  list-style-type: none;
  font-size: 15px;
  color: #565656;
}
header .top-header ul.top-links li {
  float: left;
  line-height: 24px;
}
header .top-header ul.top-links li #ys_cpers {
  display: inline-block;
}
header .top-header ul.top-links li:after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
header .top-header ul.top-links li:last-child:after {
  display: none;
}
header .top-header ul.top-links li a {
  color: #2e2e2e;
  text-decoration: none;
}
header .top-header ul.top-links li a:hover {
  text-decoration: underline;
  color: #1669bd;
}
header .top-header #yscp_signin_link {
  display: inline-block;
}
header .top-header #yscp_myaccount_link {
  padding: 0 10px;
}
header .mid-header {
  padding: 20px 0;
}
header .mid-header .col {
  float: left;
}
header .mid-header .col.col-1 {
  float: right;
  padding-top: 20px;
}
header .mid-header .col.col-2 {
  display: none;
}
header .mid-header .col.col-3 {
  width: 430px;
}
header .mid-header .col.col-4 {
  width: 470px;
  padding-top: 20px;
}
header .mid-header .logo {
  line-height: 0;
}
header .mid-header .search-container {
  border: 1px solid #2e2e2e;
}
header .mid-header .search-container input[type=search] {
  float: left;
  font-size: 15px;
  height: 38px;
  width: 88%;
  padding: 0 10px;
  border: 0;
}
header .mid-header .search-container button[type=submit] {
  float: right;
  height: 38px;
  width: 12%;
  background-color: #1669bd;
  color: #fff6aa;
  text-align: center;
  border: 0;
  cursor: pointer;
}
header .mid-header .search-container button[type=submit] .fa {
  font-size: 24px;
}
header .mid-header .floating-cart-container {
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .mid-header .floating-cart-container a {
  text-decoration: none;
}
header .mid-header .floating-cart-container .mini-title {
  float: left;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 10px;
  padding-left: 10px;
  line-height: 42px;
  color: #2e2e2e;
}
header .mid-header .floating-cart-container .mini-title:hover {
  color: #1669bd;
}
header .mid-header .floating-cart-container .icon {
  float: left;
  cursor: pointer;
  background-color: #1669bd;
  height: 42px;
  width: 42px;
  text-align: center;
  color: #fff6aa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
header .mid-header .floating-cart-container .icon .fa {
  font-size: 22px;
  line-height: 42px;
}
header .mid-header .floating-cart-container .icon a {
  color: #fff6aa;
  text-decoration: none;
}
header .mid-header .floating-cart-container .mini-item-count {
  float: left;
  font-weight: 600;
  line-height: 42px;
  font-size: 22px;
}
header .mid-header .floating-cart-container .mini-item-total {
  float: left;
  font-size: 22px;
  line-height: 42px;
  margin-left: 10px;
}
header nav ul.main-nav {
  list-style-type: none;
  text-align: center;
  position: relative;
}
header nav ul.main-nav > li {
  display: inline-block;
  margin: 0 20px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
header nav ul.main-nav > li:first-child {
  margin-left: 0;
}
header nav ul.main-nav > li:last-child {
  margin-right: 0;
}
header nav ul.main-nav > li > a {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  color: #2e2e2e;
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
header nav ul.main-nav > li > a.no-link {
  cursor: default;
}
header nav ul.main-nav > li > a:hover {
  color: #1669bd;
  text-decoration: underline;
}
header nav ul.main-nav > li .mega-menu {
  display: none;
  background-color: #f5f5f5;
  position: absolute;
  width: 100%;
  top: 44px;
  left: -1px;
  text-align: left;
  padding: 10px 30px;
  border: 1px solid #1669bd;
  z-index: 2;
}
header nav ul.main-nav > li .mega-menu.three-columns .column {
  width: 28.33%;
  margin-right: 5%;
}
header nav ul.main-nav > li .mega-menu.four-columns .column {
  width: 20%;
  margin-right: 5%;
}
header nav ul.main-nav > li .mega-menu.five-columns .column {
  width: 15%;
  margin-right: 5%;
}
header nav ul.main-nav > li .mega-menu.six-columns .column {
  width: 11.66%;
  margin-right: 5%;
}
header nav ul.main-nav > li .mega-menu .column {
  float: left;
  width: 20%;
  margin-right: 5%;
}
header nav ul.main-nav > li .mega-menu .column:last-child {
  margin-right: 0;
}
header nav ul.main-nav > li .mega-menu .column .category-block {
  padding-top: 15px;
  padding-bottom: 5px;
}
header nav ul.main-nav > li .mega-menu .column .category-block:last-child {
  border-bottom: 0;
}
header nav ul.main-nav > li .mega-menu .column .category-block h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1669bd;
  line-height: 1.2;
}
header nav ul.main-nav > li .mega-menu .column .category-block h2 a {
  text-decoration: none;
}
header nav ul.main-nav > li .mega-menu .column .category-block h2 a:hover {
  text-decoration: underline;
}
header nav ul.main-nav > li .mega-menu .column .category-block ul {
  list-style-type: none;
}
header nav ul.main-nav > li .mega-menu .column .category-block ul li {
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 8px;
}
header nav ul.main-nav > li .mega-menu .column .category-block ul li a {
  color: #2e2e2e;
  text-decoration: none;
}
header nav ul.main-nav > li .mega-menu .column .category-block ul li a:hover {
  text-decoration: underline;
  color: #1669bd;
}
header nav ul.main-nav > li.show {
  border-color: #1669bd;
  background-color: #f5f5f5;
}
header nav ul.main-nav > li.show > a {
  position: relative;
}
header nav ul.main-nav > li.show > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  z-index: 3;
}
header nav ul.main-nav > li.show .mega-menu {
  display: block;
}
header .sitewide-banner {
  background-color: #1669bd;
  color: #fff6aa;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 15px 0;
}
header .sitewide-banner span {
  text-transform: uppercase;
}
header .sitewide-banner a {
  color: #ffffff;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}
header .sitewide-banner .col {
  display: inline-block;
}
header .sitewide-banner .col:first-child {
  padding-right: 60px;
}

/**
---------------------------------------------------------------
 * 3.0 - Main Content
---------------------------------------------------------------
**/
main {
  min-height: 200px;
}
main.home .main-banner {
  line-height: 0;
  margin-bottom: 3.125%;
}
main.home .main-banner img.tablet, main.home .main-banner img.mobile {
  display: none;
}
main.home .kickers-container {
  padding-bottom: 20px;
}
main.home .kickers-container ul.kickers {
  list-style-type: none;
}
main.home .kickers-container ul.kickers li {
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
}
main.home .kickers-container ul.kickers li a {
  color: #ffffff;
  text-decoration: none;
}
main.home .kickers-container ul.kickers li a:hover {
  color: #fff6aa;
}
main.home .kickers-container ul.kickers li span.image {
  display: block;
  line-height: 0;
}
main.home .kickers-container ul.kickers li span.name {
  display: table;
  height: 75px;
  width: 100%;
  background-color: #1669bd;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 0 10px;
}
main.home .kickers-container ul.kickers li span.name span {
  display: table-cell;
  vertical-align: middle;
}
main.home .featured-items {
  margin-bottom: 60px;
}
main.home .featured-items .line-heading {
  margin-bottom: 40px;
}
main.home .featured-items .featured-carousel-container {
  position: relative;
}
main.home .featured-items .featured-carousel-container .prev-arrow,
main.home .featured-items .featured-carousel-container .next-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
  height: 516px;
  color: #959595;
}
main.home .featured-items .featured-carousel-container .prev-arrow.hide,
main.home .featured-items .featured-carousel-container .next-arrow.hide {
  display: none;
}
main.home .featured-items .featured-carousel-container .prev-arrow .fa,
main.home .featured-items .featured-carousel-container .next-arrow .fa {
  font-size: 48px;
  line-height: 516px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main.home .featured-items .featured-carousel-container .prev-arrow:hover .fa,
main.home .featured-items .featured-carousel-container .next-arrow:hover .fa {
  color: #1669bd;
}
main.home .featured-items .featured-carousel-container .prev-arrow {
  left: 0;
}
main.home .featured-items .featured-carousel-container .next-arrow {
  right: 0;
}
main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap {
  width: 1180px;
  margin: 0 auto;
}
main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes {
  list-style-type: none;
}
main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes li {
  width: 220px;
  margin: 0 auto;
}
main.home .what-we-offer {
  padding-bottom: 60px;
}
main.home .what-we-offer .line-heading {
  margin-bottom: 40px;
}
main.home .what-we-offer ul.benefits {
  list-style-type: none;
}
main.home .what-we-offer ul.benefits li {
  float: left;
  width: 19%;
  margin-right: 3%;
  margin-left: 3%;
  text-align: center;
}
main.home .what-we-offer ul.benefits li .icon {
  background-color: #ebebeb;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 30px;
  color: #1669bd;
  margin-bottom: 20px;
}
main.home .what-we-offer ul.benefits li .icon .fa {
  font-size: 60px;
  line-height: 1;
}
main.home .what-we-offer ul.benefits li .heading {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
main.info {
  padding-bottom: 60px;
}
main.info .contact-info-outer {
  clear: both;
  padding-top: 60px;
}
main.info .contact-info-outer ul.contact-info {
  list-style-type: none;
}
main.info .contact-info-outer ul.contact-info > li {
  float: left;
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  text-align: center;
}
main.info .contact-info-outer ul.contact-info > li .icon {
  background-color: #ebebeb;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 30px;
  color: #1669bd;
  margin-bottom: 20px;
}
main.info .contact-info-outer ul.contact-info > li .icon .fa {
  font-size: 60px;
  line-height: 1;
}
main.info .contact-info-outer ul.contact-info > li ul {
  list-style-type: none;
  text-align: center;
  font-size: 17px;
}
main.info .contact-info-outer ul.contact-info > li ul li {
  line-height: 1;
  margin-bottom: 5px;
}
main.info .map-outer {
  padding-top: 60px;
}
main.info .map-outer .map-top {
  height: 87px;
  line-height: 0;
  text-align: center;
  position: relative;
}
main.info .map-outer .map-top img {
  position: relative;
  z-index: 2;
}
main.info .map-outer .map-top:after {
  content: "";
  width: 100%;
  border-top: 1px solid #afb2f9;
  height: 27px;
  background-color: #000094;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
main.info.standard .line-heading {
  padding-bottom: 20px;
}
main.info.standard ul,
main.info.standard ol {
  padding: 20px 0 20px 20px;
  margin: 0;
}
main.info.faq .line-heading {
  margin-bottom: 25px;
}
main.info.faq .questions-container .question-box {
  border-bottom: 1px solid #959595;
}
main.info.faq .questions-container .question-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
main.info.faq .questions-container .question-box.selected .right .question {
  color: #1669bd;
}
main.info.faq .questions-container .question-box.selected .right .answer {
  display: block;
}
main.info.faq .questions-container .question-box .left {
  float: left;
  width: 5%;
}
main.info.faq .questions-container .question-box .left .fa {
  font-size: 34px;
  line-height: 34px;
  color: #1669bd;
  margin: 15px 0;
}
main.info.faq .questions-container .question-box .right {
  float: right;
  width: 95%;
}
main.info.faq .questions-container .question-box .right .question {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  padding: 22px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main.info.faq .questions-container .question-box .right .question:hover {
  color: #1669bd;
}
main.info.faq .questions-container .question-box .right .answer {
  display: none;
  padding-bottom: 30px;
}
main.info.about-us p span {
  color: #1669bd;
  font-weight: 600;
}
main.info.about-us .line-heading {
  margin-bottom: 55px;
}
main.info.about-us .bbb-logo {
  float: right;
  padding-bottom: 20px;
  padding-left: 20px;
}
main.info.about-us .shopper-approved {
  float: right;
  clear: right;
  padding-bottom: 20px;
  padding-left: 20px;
}
main.info.email-us .line-heading {
  margin-bottom: 55px;
}
main.info.email-us .email-left {
  float: left;
  width: 50%;
}
main.info.email-us .email-left .contact-form-container {
  background-color: #f3f3f3;
  padding: 25px;
}
main.info.email-us .email-left .contact-form-container .fi-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.info.email-us .email-left .contact-form-container .fi-wrap.half-width {
  width: 48%;
}
main.info.email-us .email-left .contact-form-container .fi-wrap.right {
  float: right;
}
main.info.email-us .email-left .contact-form-container .fi-wrap.security-code input[type=text] {
  width: 160px;
  float: right;
}
main.info.email-us .email-left .contact-form-container .fi-wrap label {
  display: block;
  line-height: 1;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}
main.info.email-us .email-left .contact-form-container .fi-wrap input[type=text],
main.info.email-us .email-left .contact-form-container .fi-wrap textarea,
main.info.email-us .email-left .contact-form-container .fi-wrap select {
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}
main.info.email-us .email-left .contact-form-container .fi-wrap textarea {
  resize: none;
  padding: 10px;
  height: 100px;
}
main.info.email-us .email-left .contact-form-container .fi-wrap input[type=text] {
  height: 35px;
  padding: 0 10px;
}
main.info.email-us .email-left .contact-form-container .fi-wrap select {
  height: 35px;
  padding: 0 0 0 10px;
}
main.info.email-us .email-left .contact-form-container .submit-button-wrapper {
  clear: both;
  padding-bottom: 10px;
}
main.info.email-us .email-left .contact-form-container .submit-button-wrapper button {
  background-color: #1669bd;
  border: 0;
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 240px;
  height: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
main.info.email-us .email-right {
  float: right;
  width: 50%;
  padding-left: 5%;
  padding-top: 20px;
}
main.info.email-us .email-right p {
  font-size: 16px;
}
main.info.email-us .email-right p em {
  font-weight: bold;
  font-style: normal;
}
main.info.email-us .email-right span {
  color: #1669bd;
}
main.info.email-us .email-right a {
  text-decoration: none;
}
main.section {
  padding-bottom: 20px;
}
main.section .line-heading {
  margin-bottom: 35px;
}
main.section .read-more-outer-container .read-more-inner {
  display: none;
  padding-top: 20px;
}
main.section .read-more-outer-container .read-more {
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 -15px 30px 5px #fff;
  -webkit-box-shadow: 0 -15px 30px 5px #fff;
  -moz-box-shadow: 0 -15px 30px 5px #fff;
  -ms-box-shadow: 0 -15px 30px 5px #fff;
  -o-box-shadow: 0 -15px 30px 5px #fff;
}
main.section .read-more-outer-container .read-more a {
  font-size: 16px;
  cursor: pointer;
}
main.section .read-more-outer-container .read-more a:before {
  content: "Read More ";
}
main.section .read-more-outer-container .read-more a:after {
  content: "+";
  padding-left: 5px;
}
main.section .read-more-outer-container.show-all .read-more-inner {
  display: block;
}
main.section .read-more-outer-container.show-all .read-more {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
main.section .read-more-outer-container.show-all .read-more a:before {
  content: "Read Less ";
}
main.section .read-more-outer-container.show-all .read-more a:after {
  content: "-";
}
main.section .section-description {
  font-size: 15px;
  padding-bottom: 30px;
}
main.section .products-wrapper {
  padding-bottom: 40px;
}
main.section .products-wrapper ul.item-boxes {
  list-style-type: none;
}
main.section .products-wrapper ul.item-boxes li {
  float: left;
  width: 20%;
  padding: 0 10px 20px;
}
main.section .categories-wrapper ul.categories {
  list-style-type: none;
}
main.section .categories-wrapper ul.categories li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  text-align: center;
}
main.section .categories-wrapper ul.categories li .image {
  line-height: 0;
  height: 250px;
  position: relative;
  border: 1px solid #c2c2c2;
}
main.section .categories-wrapper ul.categories li .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
main.section .categories-wrapper ul.categories li h3.name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 0;
}
main.section .categories-wrapper ul.categories li h3.name a {
  text-decoration: none;
}
main.section .sort-bar {
  background-color: #ebebeb;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  padding: 10px 0;
  margin-bottom: 40px;
}
main.section .sort-bar .heading {
  text-align: center;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #1669bd;
  font-size: 26px;
  line-height: 1;
}
main.section .sort-bar .num-of-items {
  float: left;
}
main.section .sort-bar .sort-by {
  float: right;
}
main.section .sort-bar .sort-by label {
  padding-right: 10px;
}
main.section .sort-bar .sort-by select {
  height: 30px;
  border: 1px solid #363636;
  padding-left: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
main.item {
  padding-bottom: 60px;
}
main.item .item-top {
  padding-bottom: 55px;
}
main.item .item-top .item-name-container {
  width: 580px;
  float: right;
}
main.item .item-top .item-name-container h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #1669bd;
}
main.item .item-top .item-name-container .sku {
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
}
main.item .item-top .item-name-container .sku span {
  font-weight: normal;
  text-transform: uppercase;
}
main.item .item-top .item-name-container .reviews {
  margin-top: 15px;
}
main.item .item-top .item-name-container .reviews .group-stars .ind_cnt {
  display: inline-block;
  margin: 0;
  width: auto;
  line-height: 19px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
}
main.item .item-top .item-left {
  width: 640px;
  float: left;
}
main.item .item-top .item-left #ysw-image-rotator .owl-carousel .owl-item {
  padding: 0;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper {
  height: 500px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper a.prev-thumb-btn, main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper a.next-thumb-btn {
  display: none;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
  height: 500px;
  position: relative;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image a {
  display: block;
  height: 100%;
  position: relative;
}
main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn,
main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn {
  position: absolute;
  top: 22px;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn .fa,
main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn .fa {
  line-height: 50px;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn,
main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn {
  display: block;
  color: #737373;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn.hide,
main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn.hide {
  display: none;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn:hover, main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn:hover {
  color: #1669bd;
}
main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn {
  /*margin-right: 15px;*/
  left: 0;
}
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn {
  /*margin-left: 15px;*/
  right: 0;
}
main.item .item-top .item-left #ysw-image-rotator .zoom {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions {
  height: 95px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions:after {
  clear: both;
  display: block;
  content: "";
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
  /*float: left;*/
  width: 540px;
  margin: 0 auto;
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails .owl-item.synced .item-thumb,
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb:hover {
  border-color: #1669bd;
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #d7d7d7;
}
main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
main.item .item-top .item-right {
  float: right;
  width: 580px;
}
main.item .item-top .item-right .buy-box {
  padding: 20px 0 30px;
}
main.item .item-top .item-right .buy-box .pricing {
  margin-bottom: 30px;
}
main.item .item-top .item-right .buy-box .pricing .reg-price {
  font-size: 18px;
  margin-bottom: 5px;
}
main.item .item-top .item-right .buy-box .pricing .reg-price span {
  text-decoration: line-through;
}
main.item .item-top .item-right .buy-box .pricing .sale-price {
  float: left;
  font-size: 28px;
  color: #f0440f;
  font-weight: 600;
  padding-right: 25px;
  line-height: 30px;
}
main.item .item-top .item-right .buy-box .pricing .sale-price span {
  display: inline-block;
}
main.item .item-top .item-right .buy-box .pricing .you-save {
  float: left;
  font-size: 20px;
  line-height: 30px;
}
main.item .item-top .item-right .buy-box .standard-options-container {
  margin-bottom: 30px;
}
main.item .item-top .item-right .buy-box .standard-options-container .option {
  margin-bottom: 10px;
}
main.item .item-top .item-right .buy-box .standard-options-container .option:last-child {
  margin-bottom: 0;
}
main.item .item-top .item-right .buy-box .standard-options-container .option label {
  font-size: 17px;
  line-height: 25px;
  padding-right: 10px;
}
main.item .item-top .item-right .buy-box .standard-options-container .option select {
  height: 25px;
  width: 200px;
  font-size: 15px;
  border: 1px solid #959595;
}
main.item .item-top .item-right .buy-box .atc-box {
  margin-bottom: 20px;
}
main.item .item-top .item-right .buy-box .atc-box.hide {
  display: none;
}
main.item .item-top .item-right .buy-box .atc-box .qty {
  float: left;
  padding-top: 17px;
}
main.item .item-top .item-right .buy-box .atc-box .qty label {
  font-size: 17px;
  line-height: 1;
  padding-right: 10px;
}
main.item .item-top .item-right .buy-box .atc-box .qty input[type=number]::-webkit-inner-spin-button,
main.item .item-top .item-right .buy-box .atc-box .qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main.item .item-top .item-right .buy-box .atc-box .qty input {
  width: 55px;
  height: 35px;
  border: 1px solid #959595;
  font-size: 16px;
  text-align: center;
}
main.item .item-top .item-right .buy-box .atc-box .atc-button {
  margin-left: 30px;
  float: left;
}
main.item .item-top .item-right .buy-box .atc-box .atc-button .atc-message {
  font-size: 14px;
  padding-top: 5px;
}
main.item .item-top .item-right .buy-box .atc-box .atc-button button {
  height: 70px;
  border: 0;
  cursor: pointer;
  border: 1px solid #ac8800;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe17e+0,f1b70b+100 */
  background: #ffe17e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe17e 0%, #f1b70b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffe17e 0%, #f1b70b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffe17e 0%, #f1b70b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe17e", endColorstr="#f1b70b",GradientType=0 );
  /* IE6-9 */
}
main.item .item-top .item-right .buy-box .atc-box .atc-button button .fa {
  float: left;
  display: block;
  line-height: 70px;
  font-size: 40px;
  padding: 0 20px 0 40px;
}
main.item .item-top .item-right .buy-box .atc-box .atc-button button span {
  float: left;
  display: block;
  line-height: 70px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding-right: 40px;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap {
  width: 420px;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap {
  background-color: #f2f2f2;
  border: 1px solid #c2c2c2;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap > .heading {
  color: #1669bd;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0;
  text-align: center;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows table td table td {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row {
  border-bottom: 1px solid #c2c2c2;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row:last-child {
  border-bottom: 0;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row .col {
  float: left;
  line-height: 1;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
}
main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row .col.heading {
  text-transform: uppercase;
}
main.item .item-top .item-right .social-share {
  margin-bottom: 15px;
}
main.item .item-top .item-right .additional-actions ul.actions {
  list-style-type: none;
}
main.item .item-top .item-right .additional-actions ul.actions li {
  display: inline-block;
  margin-right: 20px;
}
main.item .item-top .item-right .additional-actions ul.actions li a {
  color: #2e2e2e;
  cursor: pointer;
  text-decoration: none;
}
main.item .item-top .item-right .additional-actions ul.actions li a:hover {
  color: #1669bd;
}
main.item .item-top .item-right .additional-actions ul.actions li span {
  font-size: 15px;
  line-height: 20px;
}
main.item .item-top .item-right .additional-actions ul.actions li .fa {
  font-size: 20px;
  line-height: 1;
  padding-right: 5px;
}
main.item .item-top .item-right .additional-actions ul.actions li:last-child {
  margin-right: 0;
}
main.item .item-bottom .item-tabs {
  border-bottom: 2px solid #1669bd;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
main.item .item-bottom .item-tabs ul.tab-titles, main.item .item-bottom .item-tabs ul.tab-content {
  list-style-type: none;
}
main.item .item-bottom .item-tabs ul.tab-titles {
  border-bottom: 2px solid #1669bd;
  margin-bottom: 25px;
}
main.item .item-bottom .item-tabs ul.tab-titles li {
  float: left;
  text-transform: uppercase;
  color: #1669bd;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  margin: 0 20px;
}
main.item .item-bottom .item-tabs ul.tab-titles li.current, main.item .item-bottom .item-tabs ul.tab-titles li:hover {
  background-color: #1669bd;
  color: #ffffff;
}
main.item .item-bottom .item-tabs ul.tab-content > li {
  display: none;
  font-size: 16px;
}
main.item .item-bottom .item-tabs ul.tab-content > li.mobile-tab-heading {
  display: none;
}
main.item .item-bottom .item-tabs ul.tab-content > li:not(.mobile-tab-heading).current {
  display: block;
}
main.item .item-bottom .item-tabs ul.tab-content > li ul {
  padding-left: 20px;
  margin: 20px 0;
}
main.item .item-bottom .product-reviews {
  margin-bottom: 50px;
  font-size: 15px;
}
main.item .item-bottom .product-reviews .line-heading {
  margin-bottom: 40px;
}
main.item .item-bottom .ymal .line-heading {
  margin-bottom: 40px;
}
main.item .item-bottom .ymal .featured-carousel-container {
  position: relative;
}
main.item .item-bottom .ymal .featured-carousel-container .prev-arrow,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
  height: 516px;
  color: #959595;
}
main.item .item-bottom .ymal .featured-carousel-container .prev-arrow.hide,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow.hide {
  display: none;
}
main.item .item-bottom .ymal .featured-carousel-container .prev-arrow .fa,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow .fa {
  font-size: 48px;
  line-height: 516px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main.item .item-bottom .ymal .featured-carousel-container .prev-arrow:hover .fa,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow:hover .fa {
  color: #1669bd;
}
main.item .item-bottom .ymal .featured-carousel-container .prev-arrow {
  left: 0;
}
main.item .item-bottom .ymal .featured-carousel-container .next-arrow {
  right: 0;
}
main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap {
  width: 1180px;
  margin: 0 auto;
}
main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes {
  list-style-type: none;
}
main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap ul.item-boxes li {
  width: 220px;
  margin: 0 auto;
}

#prop-65-warning{
	text-align: center;
	margin-bottom: 40px;	
}
#prop-65-warning *{
	vertical-align: middle;
}
#ysw-item-page-popup{
	display: none;
	max-width: 600px;
}
#ysw-item-page-popup-link{
	margin-top: 25px;
}
#ysw-item-page-popup-link a{
	color: #2e2e2e;
    cursor: pointer;
    text-decoration: none;
}

#testimonial-images {
	position: relative;
	margin-bottom: 50px;
}
#testimonial-images .owl-wrapper-outer{
	/*max-width: 1180px;
    margin: 0 auto;*/
}
#testimonial-images .owl-controls .owl-buttons div{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 50px;
	text-align: center;
	color: #959595;
}
#testimonial-images .owl-controls .owl-buttons div.owl-prev{
	left: 0;
}
#testimonial-images .owl-controls .owl-buttons div.owl-next{
	right: 0;
}
#testimonial-images .owl-controls .owl-buttons div .fa{
	font-size: 48px;
    line-height: 516px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#testimonial-images .owl-controls .owl-buttons div:hover .fa, 
#testimonial-images .owl-controls .owl-buttons div:hover .fa {
    color: #1669bd;
}
.testimonial-image{
	text-align: center;
}
.testimonial-image img{
	max-width: 95%;
	height: auto;
}

/**
---------------------------------------------------------------
 * 4.0 - Footer
---------------------------------------------------------------
**/
footer .top-footer {
  background-color: #1669bd;
  padding: 15px 0;
}
footer .top-footer .newsletter-container {
  float: right;
}
footer .top-footer .newsletter-container .heading {
  float: left;
  font-size: 20px;
  font-family: "Merriweather", serif;
  line-height: 1;
  padding-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
footer .top-footer .newsletter-container .heading span {
  display: block;
  padding-top: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #fff6aa;
}
footer .top-footer .newsletter-container .newsletter-form-container {
  float: left;
  width: 320px;
  border: 1px solid transparent;
}
footer .top-footer .newsletter-container .newsletter-form-container input[type=email] {
  float: left;
  font-size: 15px;
  height: 38px;
  width: 88%;
  padding: 0 10px;
  border: 0;
}
footer .top-footer .newsletter-container .newsletter-form-container button[type=submit] {
  float: right;
  height: 38px;
  width: 12%;
  background-color: #ffffff;
  color: #1669bd;
  text-align: center;
  border: 0;
  cursor: pointer;
}
footer .top-footer .newsletter-container .newsletter-form-container button[type=submit] .fa {
  font-size: 30px;
}
footer .top-footer .social-container {
  float: left;
}
footer .top-footer .social-container .heading {
  float: left;
  padding-right: 10px;
  font-family: "Merriweather", serif;
  font-size: 20px;
  line-height: 38px;
  color: #fff6aa;
  text-transform: uppercase;
}
footer .top-footer .social-container ul.social-btns {
  float: left;
  list-style-type: none;
}
footer .top-footer .social-container ul.social-btns li {
  float: left;
  padding: 0 8px;
  line-height: 0;
}
footer .bottom-footer {
  background-color: #2e2e2e;
}
footer .bottom-footer .mid-cols > .content-container {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7d7d7d;
}
footer .bottom-footer .mid-cols .col {
  float: left;
}
footer .bottom-footer .mid-cols .col.col-1 {
  width: 330px;
}
footer .bottom-footer .mid-cols .col.col-2 {
  width: 330px;
}
footer .bottom-footer .mid-cols .col.col-3 {
  width: 330px;
}
footer .bottom-footer .mid-cols .col.col-4 {
  width: 290px;
}
footer .bottom-footer .mid-cols .heading {
  color: #fff6aa;
  font-size: 20px;
  font-family: "Merriweather", serif;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .bottom-footer .mid-cols ul.contact-info {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
}
footer .bottom-footer .mid-cols ul.contact-info li {
  padding-bottom: 25px;
}
footer .bottom-footer .mid-cols ul.contact-info li.phone .info .contact-heading a {
  font-size: 18px;
}
footer .bottom-footer .mid-cols ul.contact-info li .icon {
  float: left;
  width: 16%;
}
footer .bottom-footer .mid-cols ul.contact-info li .icon .fa {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
footer .bottom-footer .mid-cols ul.contact-info li .info {
  float: left;
  width: 84%;
}
footer .bottom-footer .mid-cols ul.contact-info li .info .contact-heading {
  font-weight: 600;
  line-height: 1.4;
}
footer .bottom-footer .mid-cols ul.contact-info li .info .sub-heading {
  line-height: 1.4;
}
footer .bottom-footer .mid-cols ul.contact-info li .info a {
  color: #ffffff;
  text-decoration: none;
}
footer .bottom-footer .mid-cols ul.contact-info li .info a:hover {
  text-decoration: underline;
}
footer .bottom-footer .mid-cols ul.links {
  list-style-type: none;
}
footer .bottom-footer .mid-cols ul.links li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
footer .bottom-footer .mid-cols ul.links li a {
  color: #ffffff;
  text-decoration: none;
}
footer .bottom-footer .mid-cols ul.links li a:hover {
  text-decoration: underline;
}
footer .bottom-footer .badges-copyright ul.badges {
  list-style-type: none;
  text-align: center;
  padding: 25px 0 15px;
}
footer .bottom-footer .badges-copyright ul.badges li {
  display: inline-block;
  padding: 0 10px;
}
footer .bottom-footer .badges-copyright ul.badges li.bbb-badge img {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
footer .bottom-footer .badges-copyright .copyright {
  color: #747474;
  text-align: center;
}
footer .bottom-footer .badges-copyright .copyright p {
  font-size: 13px;
}
footer .bottom-footer .badges-copyright .copyright a {
  color: #747474;
}

/**

---------------------------------------------------------------
 * 5.0 - Media Queries
 *
 * 1300 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 1300px) {
  .content-container {
    max-width: 1000px;
  }

  header .mid-header .col.col-3 {
    width: 240px;
    margin-right: 40px;
  }
  header nav ul.main-nav > li {
    margin: 0 5px;
  }
  header nav ul.main-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }

  footer .top-footer .social-container .heading {
    float: none;
    padding: 10px 0 15px 0;
    line-height: 1;
  }
  footer .top-footer .social-container ul.social-btns {
    float: none;
  }
  footer .top-footer .social-container ul.social-btns li:first-child {
    padding-left: 0;
  }
  footer .top-footer .social-container ul.social-btns li:last-child {
    padding-right: 0;
  }
  footer .top-footer .newsletter-container .heading {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer .top-footer .newsletter-container .newsletter-form-container {
    float: none;
  }
  footer .bottom-footer .mid-cols .col.col-1, footer .bottom-footer .mid-cols .col.col-2, footer .bottom-footer .mid-cols .col.col-3 {
    width: 240px;
  }
  footer .bottom-footer .mid-cols .col.col-4 {
    width: 280px;
  }

  main.home .kickers-container ul.kickers li span.name {
    font-size: 20px;
    line-height: 24px;
  }
  main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap {
    width: 900px;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap.security-code iframe {
    float: right;
    margin-bottom: 5px;
  }
  main.section .products-wrapper ul.item-boxes li {
    width: 25%;
  }
  main.section .categories-wrapper ul.categories li .image {
    height: 200px;
  }
  main.item .item-top {
    padding-bottom: 25px;
  }
  main.item .item-top .item-name-container {
    width: 420px;
  }
  main.item .item-top .item-right {
    width: 420px;
  }
  main.item .item-top .item-right .additional-actions ul.actions li {
    margin-bottom: 10px;
  }
  main.item .item-top .item-right .buy-box .pricing .sale-price {
    margin-bottom: 5px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button button .fa {
    padding-left: 15px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button button span {
    padding-right: 15px;
  }
  main.item .item-top .item-left {
    width: 560px;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
    width: 480px;
  }
  main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper {
    height: 438px;
  }
  main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 438px;
  }
  main.item .item-bottom .item-tabs ul.tab-titles li {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap {
    width: 900px;
  }
}
/**
---------------------------------------------------------------
 * 1020 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 1020px) {
  .line-heading {
    font-size: 24px;
  }

  .breadcrumbs {
    padding-bottom: 20px;
  }

  body.nav-active #mobile-menu-overlay {
    display: block;
  }
  body.nav-active #mobile-menu {
    left: 0;
  }
  body.nav-active #mobile-menu .close-btn {
    left: 360px;
  }

  #mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }

  #mobile-menu {
    display: block;
    width: 360px;
    height: 100%;
    border-right: 10px solid #1669bd;
    left: -430px;
    top: 0;
    background-color: #ffffff;
    z-index: 10;
    padding: 20px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: visible;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
  }
  #mobile-menu .close-btn {
    width: 70px;
    position: fixed;
    top: 0;
    left: -90px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
  }
  #mobile-menu .close-btn .fa {
    display: block;
    font-size: 32px;
    margin-bottom: 7px;
  }
  #mobile-menu .search-container {
    border: 1px solid #2e2e2e;
    margin-bottom: 35px;
  }
  #mobile-menu .search-container:after {
    display: block;
    content: "";
    clear: both;
  }
  #mobile-menu .search-container input[type=search] {
    float: left;
    font-size: 15px;
    height: 35px;
    width: 85%;
    padding: 0 10px;
    border: 0;
  }
  #mobile-menu .search-container button[type=submit] {
    float: right;
    height: 35px;
    width: 15%;
    background-color: #1669bd;
    color: #ffffff;
    text-align: center;
    border: 0;
    cursor: pointer;
  }
  #mobile-menu .search-container button[type=submit] .fa {
    font-size: 18px;
  }
  #mobile-menu ul.contact-info {
    list-style-type: none;
  }
  #mobile-menu ul.contact-info:after {
    display: block;
    content: "";
    clear: both;
  }
  #mobile-menu ul.contact-info li {
    float: left;
    width: 50%;
    margin-bottom: 35px;
  }
  #mobile-menu ul.contact-info li:after {
    display: block;
    content: "";
    clear: both;
  }
  #mobile-menu ul.contact-info li:first-child {
    width: 100%;
  }
  #mobile-menu ul.contact-info li:first-child .text a span {
    font-weight: 600;
  }
  #mobile-menu ul.contact-info li .icon {
    float: left;
    padding-right: 10px;
    color: #1669bd;
  }
  #mobile-menu ul.contact-info li .icon .fa {
    font-size: 24px;
    line-height: 24px;
  }
  #mobile-menu ul.contact-info li .text {
    float: left;
    font-size: 18px;
    line-height: 24px;
  }
  #mobile-menu ul.contact-info li .text span {
    padding-right: 10px;
  }
  #mobile-menu ul.contact-info li .text a {
    color: #2e2e2e;
    text-decoration: none;
  }
  #mobile-menu ul.mobile-menu-nav {
    list-style-type: none;
    padding-bottom: 35px;
  }
  #mobile-menu ul.mobile-menu-nav > li span.cat-level-1-name {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    font-family: "Merriweather", serif;
    line-height: 1;
    color: #1669bd;
    padding: 25px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #b4b4b4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #mobile-menu ul.mobile-menu-nav > li span.cat-level-1-name:after {
    position: absolute;
    top: 22px;
    right: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
  }
  #mobile-menu ul.mobile-menu-nav > li ul.level-2-menu {
    display: none;
    list-style-type: none;
    padding: 15px 0;
  }
  #mobile-menu ul.mobile-menu-nav > li ul.level-2-menu li a {
    display: block;
    font-size: 17px;
    color: #444444;
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 20px;
  }
  #mobile-menu ul.mobile-menu-nav > li ul.level-2-menu li a span {
    color: #1669bd;
  }
  #mobile-menu ul.mobile-menu-nav > li.show-level-2 span.cat-level-1-name:after {
    content: "";
  }
  #mobile-menu ul.mobile-menu-nav > li.show-level-2 ul.level-2-menu {
    display: block;
  }

  .content-container {
    max-width: 780px;
  }

  header .mid-header > .content-container {
    text-align: center;
  }
  header .mid-header .col {
    text-align: left;
  }
  header .mid-header .col.col-1 {
    padding-top: 15px;
  }
  header .mid-header .col.col-2 {
    display: block;
    padding-top: 15px;
  }
  header .mid-header .col.col-2 .mobile-menu-btn {
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .mid-header .col.col-2 .mobile-menu-btn:after {
    clear: both;
    content: "";
    display: block;
  }
  header .mid-header .col.col-2 .mobile-menu-btn .fa {
    display: block;
    float: left;
    color: #1669bd;
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
  }
  header .mid-header .col.col-2 .mobile-menu-btn span {
    display: block;
    float: left;
    line-height: 40px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
  }
  header .mid-header .col.col-3 {
    float: none;
    margin: 0;
    display: inline-block;
  }
  header .mid-header .col.col-4 {
    float: none;
    clear: both;
    width: 100%;
  }
  header .mid-header .search-container input[type=search] {
    width: 90%;
  }
  header .mid-header .search-container button[type=submit] {
    width: 10%;
  }
  header .mid-header .floating-cart-container .mini-item-total {
    display: none;
  }
  header nav {
    display: none;
  }
  header .sitewide-banner {
    padding: 5px 0;
    font-size: 16px;
  }
  header .sitewide-banner .col {
    display: block;
    padding: 5px 0;
  }
  header .sitewide-banner .col:first-child {
    padding-right: 0;
  }

  footer .bottom-footer .badges-copyright ul.badges li {
    padding: 0 5px;
  }
  footer .bottom-footer .mid-cols .col.col-1, footer .bottom-footer .mid-cols .col.col-2, footer .bottom-footer .mid-cols .col.col-3 {
    width: 33.33%;
  }
  footer .bottom-footer .mid-cols .col.col-4 {
    float: none;
    width: 100%;
    clear: both;
  }
  footer .bottom-footer .mid-cols .col.col-4 .heading {
    width: 25%;
    float: left;
  }
  footer .bottom-footer .mid-cols .col.col-4 .content-block-outer {
    padding-top: 20px;
  }
  footer .bottom-footer .mid-cols .col.col-4 .content-block-inner {
    width: 75%;
    float: right;
  }
  footer .bottom-footer ul.contact-info li {
    width: 50%;
  }
  footer .bottom-footer ul.contact-info li:nth-child(even) {
    float: right;
  }
  footer .bottom-footer ul.contact-info li:nth-child(odd) {
    float: left;
  }

  main.home .main-banner img.desktop {
    display: none;
  }
  main.home .main-banner img.tablet {
    display: inline;
  }
  main.home .kickers-container {
    padding-bottom: 10px;
  }
  main.home .kickers-container ul.kickers li {
    width: 48.5%;
    margin-right: 3%;
  }
  main.home .featured-items {
    margin-bottom: 40px;
  }
  main.home .featured-items .line-heading {
    margin-bottom: 25px;
  }
  main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap {
    width: 680px;
  }
  main.home .what-we-offer .line-heading {
    margin-bottom: 25px;
  }
  main.home .what-we-offer ul.benefits li .icon {
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }
  main.home .what-we-offer ul.benefits li .icon .fa {
    font-size: 40px;
  }
  main.home .what-we-offer ul.benefits li .heading {
    font-size: 20px;
  }
  main.home .what-we-offer ul.benefits li .sub-heading {
    font-size: 15px;
  }
  main.info .contact-info-outer ul.contact-info > li .icon {
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }
  main.info .contact-info-outer ul.contact-info > li .icon .fa {
    font-size: 40px;
  }
  main.info .contact-info-outer ul.contact-info > li ul {
    font-size: 15px;
  }
  main.info.faq .line-heading {
    margin-bottom: 0;
  }
  main.info.faq .questions-container .question-box .left {
    width: 7%;
  }
  main.info.faq .questions-container .question-box .right {
    width: 93%;
  }
  main.info.about-us .line-heading {
    margin-bottom: 35px;
  }
  main.info.email-us .line-heading {
    margin-bottom: 35px;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap {
    float: none;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap.half-width {
    width: 100%;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap.right {
    float: none;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap.security-code iframe {
    margin-right: 10px;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap.security-code iframe,
main.info.email-us .email-left .contact-form-container .fi-wrap.security-code input[type=text] {
    float: none;
  }
  main.info.email-us .email-left .contact-form-container .fi-wrap input[type=text],
main.info.email-us .email-left .contact-form-container .fi-wrap textarea,
main.info.email-us .email-left .contact-form-container .fi-wrap select {
    font-size: 14px;
  }
  main.info.email-us .email-right {
    padding-top: 0;
    font-size: 15px;
  }
  main.info.email-us .email-right p {
    font-size: 15px;
  }
  main.section .categories-wrapper ul.categories li {
    width: 32%;
  }
  main.section .categories-wrapper ul.categories li h3.name {
    font-size: 18px;
  }
  main.section .products-wrapper ul.item-boxes li {
    width: 33.33%;
  }
  main.item .breadcrumbs {
    padding-bottom: 30px;
  }
  main.item .item-top .item-name-container {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  main.item .item-top .item-name-container .sku,
main.item .item-top .item-name-container .reviews {
    margin-top: 10px;
  }
  main.item .item-top .item-left {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
    width: 700px;
  }
  main.item .item-top .item-right {
    float: none;
    width: 100%;
  }
  main.item .item-top .item-right .additional-actions ul.actions {
    text-align: center;
  }
  main.item .item-top .item-right .social-share {
    text-align: center;
  }
  main.item .item-top .item-right .social-share > .addthis_toolbox {
    display: inline-block;
  }
  main.item .item-top .item-right .buy-box .bulk-order-outer-wrap {
    margin: 0 auto;
  }
  main.item .item-top .item-right .buy-box .atc-box {
    width: 420px;
    margin: 0 auto 20px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button {
    float: right;
    margin-left: 0;
  }
  main.item .item-top .item-right .buy-box .standard-options-container {
    text-align: center;
  }
  main.item .item-top .item-right .buy-box .pricing {
    text-align: center;
  }
  main.item .item-top .item-right .buy-box .pricing .sale-price {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  main.item .item-top .item-right .buy-box .pricing .you-save {
    float: none;
    display: inline-block;
  }
  main.item .item-bottom .item-tabs ul.tab-titles li {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
  }
  main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap {
    width: 680px;
  }
}
/**
---------------------------------------------------------------
 * 800 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 800px) {
  .breadcrumbs {
    font-size: 14px;
    padding-top: 10px;
  }

  .line-heading:before, .line-heading:after {
    display: none;
  }

  .content-container {
    max-width: 550px;
  }

  header .top-header ul.top-links {
    display: none;
  }
  header .mid-header .col.col-3 {
    width: 200px;
  }
  header .mid-header .col.col-1, header .mid-header .col.col-2 {
    padding-top: 8px;
  }

  footer .top-footer .social-container {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .top-footer .social-container ul.social-btns li {
    float: none;
    display: inline-block;
  }
  footer .top-footer .newsletter-container {
    float: none;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  footer .top-footer .newsletter-container .heading {
    text-align: center;
    padding-bottom: 15px;
  }
  footer .top-footer .newsletter-container .newsletter-form-container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  footer .bottom-footer .mid-cols ul.links {
    padding-bottom: 7px;
  }
  footer .bottom-footer .mid-cols ul.links li {
    margin-bottom: 0;
  }
  footer .bottom-footer .mid-cols ul.links li a {
    display: block;
    padding: 8px 0;
  }
  footer .bottom-footer .mid-cols > .content-container {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer .bottom-footer .mid-cols .col {
    float: none;
  }
  footer .bottom-footer .mid-cols .col.col-1 {
    width: 100%;
  }
  footer .bottom-footer .mid-cols .col.col-2 {
    width: 100%;
  }
  footer .bottom-footer .mid-cols .col.col-3 {
    width: 100%;
  }
  footer .bottom-footer .mid-cols .col.col-4 {
    width: 100%;
  }
  footer .bottom-footer .mid-cols .col.col-4 .heading {
    width: 100%;
    float: none;
  }
  footer .bottom-footer .mid-cols .col.col-4 .content-block-outer {
    padding-top: 0;
  }
  footer .bottom-footer .mid-cols .col.col-4 .content-block-inner {
    width: 100%;
    float: none;
  }
  footer .bottom-footer .mid-cols .heading {
    border-bottom: 1px solid #959595;
    margin-bottom: 0;
    padding: 20px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #ffffff;
  }
  footer .bottom-footer .mid-cols .heading:after {
    position: absolute;
    top: 15px;
    right: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
  }
  footer .bottom-footer .mid-cols .content-block-outer .content-block-inner {
    display: none;
    padding-top: 20px;
  }
  footer .bottom-footer .mid-cols .content-block-outer.current .content-block-inner {
    display: block;
  }
  footer .bottom-footer .mid-cols .content-block-outer.current .heading:after {
    content: "";
  }
  footer .bottom-footer .mid-cols ul.contact-info li {
    width: 100%;
  }
  footer .bottom-footer .mid-cols ul.contact-info li:last-child {
    padding-bottom: 0;
  }
  footer .bottom-footer .mid-cols ul.contact-info li .icon {
    width: 12%;
  }
  footer .bottom-footer .mid-cols ul.contact-info li .icon .fa {
    color: #fff6aa;
  }
  footer .bottom-footer .mid-cols ul.contact-info li .info {
    width: 88%;
  }
  footer .bottom-footer .mid-cols ul.contact-info li:nth-child(even), footer .bottom-footer .mid-cols ul.contact-info li:nth-child(odd) {
    float: none;
  }

  main.home .kickers-container ul.kickers li span.name {
    font-size: 18px;
    line-height: 20px;
    height: 60px;
  }
  main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap {
    width: 450px;
  }
  main.home .what-we-offer ul.benefits li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 30px;
  }
  main.home .what-we-offer ul.benefits li:nth-child(2n+1) {
    clear: left;
  }
  main.info .map-outer {
    padding-top: 40px;
  }
  main.info .contact-info-outer {
    padding-top: 30px;
  }
  main.info .contact-info-outer ul.contact-info > li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  main.info.faq .questions-container .question-box .left {
    width: 10%;
  }
  main.info.faq .questions-container .question-box .right {
    width: 90%;
  }
  main.info.about-us .line-heading {
    margin-bottom: 20px;
  }
  main.info.about-us .bbb-logo {
    float: none;
    padding-left: 0;
    text-align: center;
  }
  main.info.about-us .shopper-approved {
    float: none;
    padding-left: 0;
    text-align: center;
  }
  main.info.email-us .email-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  main.info.email-us .email-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  main.section .categories-wrapper ul.categories li {
    width: 49%;
  }
  main.section .categories-wrapper ul.categories li:nth-child(2n+2) {
    margin-right: 0;
  }
  main.section .categories-wrapper ul.categories li:nth-child(2n+1) {
    clear: left;
  }
  main.section .products-wrapper ul.item-boxes li {
    width: 50%;
  }
  main.section .products-wrapper ul.item-boxes li:nth-child(2n+1) {
    clear: left;
  }
  main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper {
    height: 281px;
  }
  main.item .item-top .item-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 281px;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
    width: 470px;
  }
  main.item .item-bottom .product-reviews {
    margin-bottom: 30px;
  }
  main.item .item-bottom .product-reviews .line-heading,
main.item .item-bottom .ymal .line-heading {
    margin-bottom: 20px;
  }
  main.item .item-bottom .item-tabs {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  main.item .item-bottom .item-tabs ul.tab-titles {
    display: none;
  }
  main.item .item-bottom .item-tabs ul.tab-content > li:not(.mobile-tab-heading) {
    padding-top: 10px;
    font-size: 15px;
  }
  main.item .item-bottom .item-tabs ul.tab-content > li.mobile-tab-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    background-color: #1669bd;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px 0 0;
    position: relative;
    cursor: pointer;
  }
  main.item .item-bottom .item-tabs ul.tab-content > li.mobile-tab-heading:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
  }
  main.item .item-bottom .item-tabs ul.tab-content > li.mobile-tab-heading.current:after {
    content: "";
  }
  main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap {
    width: 450px;
  }
  #prop-65-warning{
	margin-bottom: 20px;
  }
}

/**
---------------------------------------------------------------
 * 767 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 767px) {
	#testimonial-images {
		display: none !important;
	}
}

/**
---------------------------------------------------------------
 * 570 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 570px) {
  .item-box h3.name {
    font-size: 14px;
    height: auto;
    min-height: 72px;
  }
  .item-box .pricing .sale-price {
    height: auto;
    min-height: 40px;
    font-size: 15px;
  }
  .item-box .reviews {
    height: auto;
    min-height: 39px;
  }

  body.nav-active #mobile-menu .close-btn {
    left: 260px;
  }

  #mobile-menu {
    width: 260px;
    padding: 10px;
  }
  #mobile-menu .close-btn {
    width: 50px;
    font-size: 14px;
    padding: 10px 0;
  }
  #mobile-menu .search-container {
    margin-bottom: 25px;
  }
  #mobile-menu .search-container input[type=search] {
    width: 80%;
  }
  #mobile-menu .search-container button[type=submit] {
    width: 20%;
  }
  #mobile-menu ul.mobile-menu-nav {
    padding-bottom: 25px;
  }
  #mobile-menu ul.mobile-menu-nav > li span.cat-level-1-name {
    padding: 15px 0;
    font-size: 18px;
  }
  #mobile-menu ul.mobile-menu-nav > li span.cat-level-1-name:after {
    font-size: 24px;
    top: 11px;
  }
  #mobile-menu ul.mobile-menu-nav > li ul.level-2-menu {
    padding: 5px 0;
  }
  #mobile-menu ul.mobile-menu-nav > li ul.level-2-menu li a {
    font-size: 14px;
    padding: 10px;
  }
  #mobile-menu ul.contact-info li {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  #mobile-menu ul.contact-info li .icon {
    padding-right: 15px;
  }
  #mobile-menu ul.contact-info li:first-child .text > span {
    display: none;
  }

  .content-container {
    max-width: 360px;
  }

  header .top-header .contact-info {
    float: none;
    width: 100%;
    text-align: center;
  }
  header .top-header .contact-info .icon,
header .top-header .contact-info .phone {
    display: inline-block;
    float: none;
  }
  header .top-header .contact-info .icon .fa {
    font-size: 16px;
  }
  header .top-header .contact-info .phone {
    font-size: 16px;
  }
  header .top-header .contact-info .phone a {
    font-weight: normal;
  }
  header .top-header .contact-info .phone span {
    display: none;
  }
  header .mid-header {
    padding: 13px 0;
  }
  header .mid-header .search-container button[type=submit] {
    width: 18%;
  }
  header .mid-header .search-container input[type=search] {
    width: 82%;
  }
  header .mid-header .floating-cart-container {
    text-align: center;
  }
  header .mid-header .floating-cart-container .icon {
    float: none;
  }
  header .mid-header .floating-cart-container .mini-title {
    float: none;
    font-size: 13px;
    line-height: 1;
    padding-top: 5px;
    padding-left: 0;
    margin-right: 0;
  }
  header .mid-header .floating-cart-container .mini-item-count {
    display: none;
  }
  header .mid-header .col.col-1, header .mid-header .col.col-2 {
    padding-top: 0;
  }
  header .mid-header .col.col-3 {
    width: 180px;
    padding-top: 3px;
  }
  header .mid-header .col.col-2 .mobile-menu-btn {
    text-align: center;
  }
  header .mid-header .col.col-2 .mobile-menu-btn .fa {
    float: none;
    margin-right: 0;
  }
  header .mid-header .col.col-2 .mobile-menu-btn span {
    float: none;
    font-size: 13px;
    line-height: 1;
    padding-top: 3px;
  }
  header .mid-header .col.col-4 {
    padding-top: 13px;
  }

  footer .top-footer .social-container ul.social-btns li {
    padding: 0 5px;
  }
  footer .bottom-footer .mid-cols .heading {
    font-size: 18px;
  }
  footer .bottom-footer .mid-cols .heading:after {
    font-size: 24px;
  }

  main.home .main-banner img.tablet {
    display: none;
  }
  main.home .main-banner img.mobile {
    display: inline;
  }
  main.home .kickers-container {
    padding-bottom: 20px;
  }
  main.home .kickers-container ul.kickers li {
    width: 100%;
    margin-right: 0;
  }
  main.home .featured-items .featured-carousel-container .prev-arrow,
main.home .featured-items .featured-carousel-container .next-arrow {
    width: 40px;
  }
  main.home .featured-items .featured-carousel-container .prev-arrow .fa,
main.home .featured-items .featured-carousel-container .next-arrow .fa {
    font-size: 40px;
  }
  main.home .featured-items .featured-carousel-container .featured-carousel-inner-wrap {
    width: 220px;
  }
  main.info .map-outer {
    padding-top: 20px;
  }
  main.info .map-outer .map-top {
    display: none;
  }
  main.info .contact-info-outer {
    padding-top: 30px;
  }
  main.info .contact-info-outer ul.contact-info > li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  main.info.faq .questions-container .question-box .left {
    width: 16%;
  }
  main.info.faq .questions-container .question-box .right {
    width: 84%;
  }
  main.info.faq .questions-container .question-box .right .question {
    padding: 15px 0;
  }
  main.info.email-us .line-heading {
    margin-bottom: 20px;
  }
  main.info.email-us .email-left {
    margin-bottom: 20px;
  }
  main.info.email-us .email-left .contact-form-container {
    padding: 10px;
  }
  main.info.email-us .email-left .contact-form-container .submit-button-wrapper button {
    width: 100%;
  }
  main.info.email-us .email-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  main.section .sort-bar {
    text-align: center;
  }
  main.section .sort-bar .num-of-items {
    float: none;
    padding-bottom: 7px;
  }
  main.section .sort-bar .sort-by {
    float: none;
  }
  main.section .line-heading {
    margin-bottom: 20px;
  }
  main.section .categories-wrapper ul.categories li {
    margin-bottom: 10px;
  }
  main.section .categories-wrapper ul.categories li .image {
    height: 150px;
  }
  main.section .categories-wrapper ul.categories li h3.name {
    font-size: 15px;
  }
  main.section .products-wrapper ul.item-boxes li {
    padding-left: 2px;
    padding-right: 2px;
  }
  main.section .products-wrapper ul.item-boxes li .item-box {
    padding: 10px 5px;
  }
  main.item .breadcrumbs {
    padding-bottom: 20px;
  }
  main.item .item-top .item-name-container {
    padding-bottom: 10px;
  }
  main.item .item-top .item-name-container h1 {
    font-size: 22px;
  }
  main.item .item-top .item-name-container .sku {
    font-size: 16px;
  }
  main.item .item-top .item-left {
    padding-bottom: 0;
  }
  main.item .item-top .item-left #ysw-image-rotator a.prev-thumb-btn,
main.item .item-top .item-left #ysw-image-rotator a.next-thumb-btn {
    top: 15px;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions {
    height: 80px;
    margin-top: 10px;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
    width: 78%;
  }
  main.item .item-top .item-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb {
    width: 80px;
    height: 80px;
  }
  main.item .item-top .item-right .additional-actions ul.actions li {
    display: block;
    margin-right: 0;
  }
  main.item .item-top .item-right .buy-box .bulk-order-outer-wrap {
    width: 280px;
  }
  main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap > .heading {
    font-size: 16px;
  }
  main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows table td table td {
    font-size: 14px;
  }
  main.item .item-top .item-right .buy-box .bulk-order-outer-wrap .bulk-order-inner-wrap .rows .row .col {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  main.item .item-top .item-right .buy-box .standard-options-container {
    margin-bottom: 20px;
  }
  main.item .item-top .item-right .buy-box .standard-options-container .option label {
    font-size: 16px;
  }
  main.item .item-top .item-right .buy-box .atc-box {
    width: 100%;
    text-align: center;
  }
  main.item .item-top .item-right .buy-box .atc-box .qty {
    float: none;
    padding-top: 0;
    padding-bottom: 20px;
  }
  main.item .item-top .item-right .buy-box .atc-box .qty label {
    font-size: 16px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button {
    float: none;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button button {
    width: 100%;
    text-align: center;
    height: 60px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button button span {
    font-size: 24px;
    float: none;
    display: inline-block;
    padding-right: 0;
    line-height: 60px;
  }
  main.item .item-top .item-right .buy-box .atc-box .atc-button button .fa {
    font-size: 26px;
    float: none;
    display: inline-block;
    padding-left: 0;
    line-height: 60px;
  }
  main.item .item-top .item-right .buy-box .pricing {
    margin-bottom: 20px;
  }
  main.item .item-top .item-right .buy-box .pricing .reg-price {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
  main.item .item-top .item-right .buy-box .pricing .sale-price {
    display: block;
    font-size: 22px;
    padding-right: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  main.item .item-top .item-right .buy-box .pricing .you-save {
    display: block;
    font-size: 16px;
    line-height: 1;
  }
  main.item .item-bottom .ymal .featured-carousel-container .prev-arrow,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow {
    width: 40px;
  }
  main.item .item-bottom .ymal .featured-carousel-container .prev-arrow .fa,
main.item .item-bottom .ymal .featured-carousel-container .next-arrow .fa {
    font-size: 40px;
  }
  main.item .item-bottom .ymal .featured-carousel-container .featured-carousel-inner-wrap {
    width: 220px;
  }
}
/**
---------------------------------------------------------------
 * 380 pixels (max)
---------------------------------------------------------------
**/
@media screen and (max-width: 380px) {
  .content-container {
    min-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/**
---------------------------------------------------------------
 * Queries Other
---------------------------------------------------------------
**/
@media screen and (min-width: 1301px) {
  main.section .products-wrapper ul.item-boxes li:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1300px) {
  main.section .products-wrapper ul.item-boxes li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1021px) {
  #___ratingbadge_0 {
    right: auto !important;
    left: 185px !important;
    bottom: 10px !important;
  }

  main.home .kickers-container ul.kickers li:nth-child(3n+3) {
    margin-right: 0;
  }
  main.home .kickers-container ul.kickers li:nth-child(3n+1) {
    clear: left;
  }
  main.section .categories-wrapper ul.categories li:nth-child(4n+4) {
    margin-right: 0;
  }
  main.section .categories-wrapper ul.categories li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 801px) and (max-width: 1020px) {
  main.section .categories-wrapper ul.categories li:nth-child(3n+3) {
    margin-right: 0;
  }
  main.section .categories-wrapper ul.categories li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 571px) and (max-width: 1020px) {
  main.home .kickers-container ul.kickers li:nth-child(2n+2) {
    margin-right: 0;
  }
  main.home .kickers-container ul.kickers li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 599px) {
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap.security-code iframe {
    float: right;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 499px) {
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap, .contact-popup#product-question-popup .contact-form-container .fi-wrap {
    float: none;
  }
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap.half-width, .contact-popup#product-question-popup .contact-form-container .fi-wrap.half-width {
    width: 100%;
  }
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap.right, .contact-popup#product-question-popup .contact-form-container .fi-wrap.right {
    float: none;
  }
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap.security-code iframe, .contact-popup#product-question-popup .contact-form-container .fi-wrap.security-code iframe {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap.security-code iframe,
.contact-popup#ask-expert-popup .contact-form-container .fi-wrap.security-code input[type=text], .contact-popup#product-question-popup .contact-form-container .fi-wrap.security-code iframe,
.contact-popup#product-question-popup .contact-form-container .fi-wrap.security-code input[type=text] {
    float: none;
  }
  .contact-popup#ask-expert-popup .contact-form-container .fi-wrap input[type=text],
.contact-popup#ask-expert-popup .contact-form-container .fi-wrap textarea,
.contact-popup#ask-expert-popup .contact-form-container .fi-wrap select, .contact-popup#product-question-popup .contact-form-container .fi-wrap input[type=text],
.contact-popup#product-question-popup .contact-form-container .fi-wrap textarea,
.contact-popup#product-question-popup .contact-form-container .fi-wrap select {
    font-size: 14px;
  }
}

/*# sourceMappingURL=lib/xxxx/core.css.map */
