@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;
}

html {
  font-size: 9.5px;
}

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

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

.clear:after, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods:after, footer .footer-bottom .footer-badges ul.badges:after, footer .footer-bottom .mid-cols ul.contact-info li:after, footer .footer-bottom .mid-cols ul.contact-info:after, footer .footer-bottom .mid-cols .col.col-4 .content-block-outer:after, footer .footer-bottom .mid-cols:after, footer .footer-mid .social-container ul.social-btns:after, footer .footer-mid .social-container:after, footer .footer-mid .newsletter-container .newsletter-form-container:after, footer .footer-mid .newsletter-container .newsletter-text:after, footer .footer-mid .newsletter-container:after, footer .footer-mid:after, footer .why-buy-from-us ul.benefits:after, main.blog #contentarea-wrapper article.cat-post:after, main.section.level-1 .category-boxes-wrapper ul.cat-boxes:after, main.section .featured-items .kicker-items ul.kickers > li .item-details:after, main.section .featured-items .kicker-items ul.kickers > li:after, main.section .featured-items .main-item .product-info .cta-buttons:after, main.section .featured-items .main-item:after, main.section .featured-items:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options .option:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab:after, main.product .product-bottom .product-tabs-container .product-tabs .tab-titles:after, main.product .product-top .product-right .promo-zone .pz-inner-wrap:after, main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li:after, main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap:after, main.product .product-top .product-right .free-shipping-promo:after, main.product .product-top .product-right .cash-back-rewards:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .bis-form:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap:after, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap:after, main.product .product-top .product-left .left-bottom-elements .trust-wish-outer:after, main.product .product-top .product-left .left-bottom-elements:after, main.product .product-top:after, main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details:after, main.home .home-top-wrapper .home-kickers ul.kickers > li:after, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid:after, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal:after, main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons:after, main.home .home-top-wrapper .featured-deals-outer .featured-deals-top:after, main.home .home-top-wrapper:after, header .header-bottom .search-container:after, header .header-bottom nav ul.desktop-nav:after, header .header-bottom:after, header .header-mid .header-right .contact-info:after, header .header-mid .header-right .shipping-promo:after, header .header-mid .header-right .top-links-wrap ul.top-links:after, header .header-mid .header-right:after, header .header-mid:after, header .top-promo-container .promo:after, .slider-outer .heading-wrap:after, .content-container:after {
  display: block;
  clear: both;
  content: "";
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

p {
  padding-bottom: 2rem;
  font-size: 1.6rem;
}

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

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

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;
}

.button-gradient-green, main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart button, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .add-to-cart button, header .header-bottom .search-container button[type=submit] {
  color: #0b1926;
  background: #c0ff7d;
  background: -moz-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
  background: -webkit-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
  background: linear-gradient(to bottom, #c0ff7d 0, #90cf4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0ff7d",endColorstr="#90cf4d",GradientType=0);
  border: 1px solid #83ac58;
}
.button-gradient-green:hover, main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart button:hover, main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button:hover, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button:hover, main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button:hover, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .add-to-cart button:hover, header .header-bottom .search-container button[type=submit]:hover {
  background: #a6e563;
}

.button-gradient-gray, main.blog #leave-comment button[type=submit], main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons .more-info a, main.section .featured-items .main-item .product-info .cta-buttons .more-info a, main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons .more-info a, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .more-info a, main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn {
  color: #1b3d5d;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0, #bbbbbb 100%);
  background: -webkit-linear-gradient(top, #e7e7e7 0, #bbbbbb 100%);
  background: linear-gradient(to bottom, #e7e7e7 0, #bbbbbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7",endColorstr="#bbbbbb",GradientType=0);
  border: 1px solid #c3c3c3;
}
.button-gradient-gray:hover, main.blog #leave-comment button[type=submit]:hover, main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons .more-info a:hover, main.section .featured-items .main-item .product-info .cta-buttons .more-info a:hover, main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons .more-info a:hover, main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .more-info a:hover, main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn:hover {
  background: #d1d1d1;
}

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

#mobile-menu,
#mobile-menu-close-btn {
  display: none;
}

.slider-outer {
  margin-bottom: 5rem;
  min-height: 20rem;
}
.slider-outer .heading-wrap {
  padding-bottom: 2rem;
}
.slider-outer .heading-wrap h2 {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1b3d5d;
}
.slider-outer .heading-wrap h2 a {
  text-decoration: none;
  color: #1b3d5d;
}
.slider-outer .heading-wrap h2 a:hover {
  color: #45a1c9;
}
.slider-outer .heading-wrap .view-all {
  float: right;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.slider-outer .heading-wrap .view-all a {
  text-decoration: none;
  color: #1b3d5d;
}
.slider-outer .heading-wrap .view-all a i {
  padding-left: 0.5rem;
}
.slider-outer .heading-wrap .view-all a:hover {
  color: #45a1c9;
}
.slider-outer .slick-list,
.slider-outer .heading-wrap {
  width: 92%;
  margin: 0 auto;
}
.slider-outer .slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: auto;
  margin-top: 0;
  width: 3%;
}
.slider-outer .slick-arrow:before {
  color: #1b3d5d;
  font-size: 5rem;
  line-height: 1;
  height: auto;
  width: auto;
}
.slider-outer .slick-arrow:hover:before {
  color: #45a1c9;
}
.slider-outer .slick-next, .slider-outer .slick-prev {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: 0;
}
.slider-outer .slick-next.slick-disabled, .slider-outer .slick-prev.slick-disabled {
  cursor: not-allowed;
}
.slider-outer .slick-next {
  right: 0;
}
.slider-outer .slick-prev {
  left: 0;
}
.slider-outer .slick-prev:hover::before {
  background-image: none;
}
.slider-outer .slick-next:hover::before {
  background-image: none;
}
.slider-outer .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
  background-image: none;
}
.slider-outer .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
  background-image: none;
}

.ymal-product-slider,
.product-slider-recently-viewed,
.related-items-slider {
  display: none;
}

.product-slider.slick-initialized,
.ymal-product-slider.slick-initialized,
.product-slider-recently-viewed.slick-initialized,
.related-items-slider.slick-initialized {
  display: block;
}
.product-slider:not(.slick-initialized),
.ymal-product-slider:not(.slick-initialized),
.product-slider-recently-viewed:not(.slick-initialized),
.related-items-slider:not(.slick-initialized) {
  width: 92%;
  margin: 0 auto;
}
.product-slider:not(.slick-initialized) .item-box-slide-outer,
.ymal-product-slider:not(.slick-initialized) .item-box-slide-outer,
.product-slider-recently-viewed:not(.slick-initialized) .item-box-slide-outer,
.related-items-slider:not(.slick-initialized) .item-box-slide-outer {
  width: 20%;
  float: left;
}
.product-slider .item-box,
.ymal-product-slider .item-box,
.product-slider-recently-viewed .item-box,
.related-items-slider .item-box {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
  border-bottom-width: 2px;
}

.item-box {
  padding: 1rem;
}
.item-box .image {
  height: 18rem;
  position: relative;
  margin-bottom: 1rem;
}
.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-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.item-box h3.name a {
  color: #1b3d5d;
  text-decoration: none;
  text-transform: none;
}
.item-box h3.name a:hover {
  color: #45a1c9;
}
.item-box .pricing .sale-price {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.item-box .pricing .sale-price span {
  font-size: 1.8rem;
  color: #fe0000;
  padding-left: 0.3rem;
}
.item-box .pricing .reg-price {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
  color: #737373;
}
.item-box .reviews-wrap {
  height: 1.8rem;
  margin-bottom: 1.5rem;
}
.item-box .reviews-wrap .review-stars .fa, .item-box .reviews-wrap .review-stars .far {
  color: #eb9701;
  font-size: 1.8rem;
  line-height: 1;
}
.item-box .reviews-wrap .count {
  padding-left: 1rem;
  color: #868686;
}
.item-box .free-shipping {
  color: #45a1c8;
  font-size: 1.6rem;
  height: 1.6rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
}

/**
---------------------------------------------------------------
 * 2.0 - Header
---------------------------------------------------------------
**/
#mobile-menu-btn {
  display: none;
}

body.home-nav header .header-bottom nav ul.desktop-nav > li.all-products > a {
  background-color: #0078ab;
}
body:not(.home-nav) header .header-bottom nav ul.desktop-nav > li.all-products > a {
  cursor: pointer;
}

header {
  background-color: #0b1926;
}
header .top-promo-container {
  background-color: #c3c3c3;
  position: relative;
}
header .top-promo-container .two-line-text {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
header .top-promo-container .one-line-text {
  font-size: 1.6rem;
  padding: 0.9rem 0;
  line-height: 2rem;
}
header .top-promo-container .promo {
  text-align: center;
  text-transform: uppercase;
}
header .top-promo-container .promo.tablet, header .top-promo-container .promo.mobile {
  display: none;
}
header .top-promo-container .promo.two-line-height {
  height: 3.8rem;
}
header .top-promo-container .promo .left {
  width: 50%;
  float: left;
  height: 100%;
}
header .top-promo-container .promo .right {
  width: 50%;
  float: right;
  height: 100%;
}
header .top-promo-container .close {
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  cursor: pointer;
}
header .header-mid {
  color: #ffffff;
}
header .header-mid .mobile-menu-btn,
header .header-mid .mobile-cart-btn {
  display: none;
}
header .header-mid .header-left {
  float: left;
}
header .header-mid .header-left .logo {
  float: left;
}
header .header-mid .header-left .logo a {
  width: 27rem;
  height: 12.8rem;
  display: block;
}
header .header-mid .header-left .logo .tag-line {
  text-align: center;
  padding-bottom: 1rem;
  font-family: "Michroma", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #c3c3c3;
}
header .header-mid .shipping-promo-small {
  display: none;
}
header .header-mid .header-right {
  float: right;
}
header .header-mid .header-right .top-links-wrap {
  padding-top: 0.7rem;
  float: right;
}
header .header-mid .header-right .top-links-wrap ul.top-links {
  list-style-type: none;
}
header .header-mid .header-right .top-links-wrap ul.top-links li {
  float: left;
}
header .header-mid .header-right .top-links-wrap ul.top-links li .circle {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-right: 0.5rem;
  text-align: center;
  color: #0b1926;
  background-color: #c0ff7d;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
header .header-mid .header-right .top-links-wrap ul.top-links li .circle .fa {
  line-height: 2rem;
}
header .header-mid .header-right .top-links-wrap ul.top-links li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
header .header-mid .header-right .top-links-wrap ul.top-links li a .fa {
  vertical-align: middle;
}
header .header-mid .header-right .top-links-wrap ul.top-links li a:hover {
  color: #c0ff7d;
}
header .header-mid .header-right .top-links-wrap ul.top-links li:after {
  content: "|";
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  vertical-align: top;
  font-size: 1.6rem;
}
header .header-mid .header-right .top-links-wrap ul.top-links li:last-child:after {
  display: none;
}
header .header-mid .header-right .top-links-wrap ul.top-links li.hightlight a {
  color: #2bd9ff;
}
header .header-mid .header-right .top-links-wrap ul.top-links li.hightlight a:hover {
  color: #c0ff7d;
}
header .header-mid .header-right .top-links-wrap ul.top-links li.cart a {
  font-size: 1.8rem;
  color: #c0ff7d;
}
header .header-mid .header-right .top-links-wrap ul.top-links li.cart a .fa {
  padding-left: 0.5rem;
  font-size: 2.1rem;
  margin-top: -0.5rem;
}
header .header-mid .header-right .top-links-wrap ul.top-links li.cart a:hover {
  opacity: 0.9;
}
header .header-mid .header-right .shipping-promo {
  float: left;
  clear: right;
  padding-top: 3.4rem;
}
header .header-mid .header-right .shipping-promo .icon {
  float: left;
  color: #c0ff7d;
  padding-top: 0.3rem;
}
header .header-mid .header-right .shipping-promo .icon .fa {
  font-size: 3.4rem;
  /* -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; */
}
header .header-mid .header-right .shipping-promo .fs-text {
  float: left;
  line-height: 1;
  padding-left: 1rem;
}
header .header-mid .header-right .shipping-promo .fs-text .non-seo-heading {
  color: #c0ff7d;
  font-size: 2.4rem;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
header .header-mid .header-right .shipping-promo .fs-text .non-seo-heading span {
  padding-top: 0.5rem;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
}
header .header-mid .header-right .contact-info {
  padding-top: 3.4rem;
  float: right;
}
header .header-mid .header-right .contact-info .icon {
  float: left;
  padding-top: 0.5rem;
  color: #2cd9ff;
}
header .header-mid .header-right .contact-info .icon .fa {
  font-size: 3.6rem;
}
header .header-mid .header-right .contact-info .fs-text {
  float: left;
  line-height: 1;
  padding-left: 1rem;
}
header .header-mid .header-right .contact-info .fs-text .phone {
  color: #2cd9ff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
header .header-mid .header-right .contact-info .fs-text .phone a {
  text-decoration: none;
  color: #2cd9ff;
}
header .header-mid .header-right .contact-info .fs-text .hours {
  font-size: 1.7rem;
  line-height: 1;
  text-align: right;
}
header .header-bottom nav {
  width: 50%;
  float: left;
}
header .header-bottom nav ul.desktop-nav {
  list-style-type: none;
  padding-bottom: 0.5rem;
}
header .header-bottom nav ul.desktop-nav > li {
  float: left;
  width: 33.33%;
  padding-right: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
header .header-bottom nav ul.desktop-nav > li > a {
  display: block;
  background-color: #07add1;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  line-height: 3.8rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
header .header-bottom nav ul.desktop-nav > li > a:hover {
  background-color: #0078ab;
}
header .header-bottom nav ul.desktop-nav > li > a:after {
  font-family: "Font Awesome 5 Pro";
  padding-left: 1.5rem;
}
header .header-bottom nav ul.desktop-nav > li.all-products {
  position: relative;
}
header .header-bottom nav ul.desktop-nav > li.all-products.show .dropdown-menu {
  display: block;
}
header .header-bottom nav ul.desktop-nav > li.all-products.show > a {
  background-color: #0078ab;
}
header .header-bottom nav ul.desktop-nav > li.all-products > a:after {
  content: "";
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu {
  display: none;
  width: 33.5rem;
  padding-top: 0.5rem;
  position: absolute;
  top: 3.9rem;
  z-index: 3;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories {
  background-color: #e1e1e1;
  list-style-type: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories > li {
  text-transform: none;
  border-bottom: 1px solid #eeeeee;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories > li:last-child {
  border-bottom: 0;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories > li > a {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #1b3d5d;
  text-decoration: none;
  padding: 1.9rem 4rem 1.9rem 1.9rem;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories > li > a:after {
  color: #45a1c8;
  position: absolute;
  top: 1.9rem;
  right: 1.9rem;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
}
header .header-bottom nav ul.desktop-nav > li.all-products .dropdown-menu ul.categories > li > a:hover {
  color: #45a1c8;
}
header .header-bottom nav ul.desktop-nav > li:not(.all-products) > a:after {
  content: "";
}
header .header-bottom .mobile-phone {
  display: none;
}
header .header-bottom .search-container {
  width: 50%;
  float: right;
  padding-bottom: 0.5rem;
}
header .header-bottom .search-container input[type=search] {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  height: 3.8rem;
  width: 85%;
  padding: 0 1rem;
  border: 0;
  border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -moz-border-top-left-radius: 0.2rem;
  -ms-border-top-left-radius: 0.2rem;
  -o-border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -moz-border-bottom-left-radius: 0.2rem;
  -ms-border-bottom-left-radius: 0.2rem;
  -o-border-bottom-left-radius: 0.2rem;
}
header .header-bottom .search-container button[type=submit] {
  float: right;
  font-family: "Open Sans", sans-serif;
  height: 3.8rem;
  width: 15%;
  text-align: center;
  border: 0;
  border-left: 1px solid #000000;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  border-top-right-radius: 0.2rem;
  -webkit-border-top-right-radius: 0.2rem;
  -moz-border-top-right-radius: 0.2rem;
  -ms-border-top-right-radius: 0.2rem;
  -o-border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  -moz-border-bottom-right-radius: 0.2rem;
  -ms-border-bottom-right-radius: 0.2rem;
  -o-border-bottom-right-radius: 0.2rem;
}
header .header-bottom .search-container button[type=submit] .fa {
  display: none;
}

/**
---------------------------------------------------------------
 * 3.0 - Main Content
---------------------------------------------------------------
**/
#ysw-search-loading-spinner {
  display: none !important;
}

#ysw-search-vertical-container:after {
  content: "";
  clear: both;
  display: block;
}
#ysw-search-vertical-container #ysw-search-left-column {
  width: 22%;
  float: left;
  background-color: #f0f0f0;
  padding: 1.5rem;
}
#ysw-search-vertical-container #ysw-search-right-column {
  width: 76%;
  float: right;
  min-height: 1000px;
}

main {
  min-height: 20rem;
}
main .breadcrumbs {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 2rem 0;
}
main .breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
main .breadcrumbs .fa {
  padding: 0 1rem;
}
main.home .home-top-wrapper {
  margin-bottom: 4rem;
}
main.home .home-top-wrapper .side-nav {
  float: left;
  width: 33.5rem;
  background-color: #e1e1e1;
}
main.home .home-top-wrapper .side-nav ul.categories {
  list-style-type: none;
}
main.home .home-top-wrapper .side-nav ul.categories > li {
  border-bottom: 1px solid #eeeeee;
}
main.home .home-top-wrapper .side-nav ul.categories > li:last-child {
  border-bottom: 0;
}
main.home .home-top-wrapper .side-nav ul.categories > li > a {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #1b3d5d;
  text-decoration: none;
  padding: 1.9rem 4rem 1.9rem 1.9rem;
}
main.home .home-top-wrapper .side-nav ul.categories > li > a:after {
  color: #45a1c8;
  position: absolute;
  top: 1.9rem;
  right: 1.9rem;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
}
main.home .home-top-wrapper .side-nav ul.categories > li > a:hover {
  color: #45a1c8;
}
main.home .home-top-wrapper .featured-deals-outer {
  width: 70rem;
  float: left;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top {
  margin-bottom: 2rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons {
  float: right;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn {
  float: left;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: #1b3d5d;
  line-height: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn.slick-disabled {
  cursor: not-allowed;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .pause-deal {
  margin: 0 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .next-deal .fa {
  padding-left: 0.5rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .prev-deal .fa {
  padding-right: 0.5rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .non-seo-heading {
  float: left;
  color: #1b3d5d;
  font-family: "Michroma", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals {
  border-bottom: 1px solid #c3c3c3;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals.slick-initialized {
  display: block;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals:not(.slick-initialized) .deal:nth-child(n+2) {
  display: none;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .item-name {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  height: 4.8rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .item-name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .item-name a:hover {
  color: #45a1c9;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid {
  padding-bottom: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .image {
  float: left;
  width: 65%;
  height: 32.5rem;
  position: relative;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info {
  float: right;
  width: 35%;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .product-info-inner {
  margin-top: 5rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .pricing {
  padding-bottom: 2rem;
  line-height: 1;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .pricing .reg-price {
  color: #5f5f5f;
  font-size: 1.6rem;
  text-decoration: line-through;
  padding-bottom: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .pricing .sale-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .pricing .sale-price span {
  color: #fe0000;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .add-to-cart {
  padding-bottom: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .add-to-cart button {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .add-to-cart button .fa {
  padding-right: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .more-info a {
  display: inline-block;
  color: #1b3d5d;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .cta-buttons .more-info a .fa {
  padding-left: 1rem;
}
main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-bottom {
  font-size: 1.5rem;
  line-height: 2rem;
  height: 6rem;
  overflow: hidden;
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
}
main.home .home-top-wrapper .home-kickers {
  float: right;
  width: 46.4rem;
  padding-top: 2rem;
}
main.home .home-top-wrapper .home-kickers ul.kickers {
  list-style-type: none;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li {
  width: 100%;
  border: 1px solid #c3c3c3;
  height: 16.4rem;
  margin-bottom: 1.5rem;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li:last-child {
  margin-bottom: 0;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .image {
  height: 100%;
  width: 30%;
  float: left;
  position: relative;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details {
  width: 70%;
  padding: 0 1rem;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .item-name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .item-name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .item-name a:hover {
  color: #45a1c9;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .pricing {
  float: left;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .pricing .sale-price {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.3rem;
  color: #000000;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .pricing .sale-price span {
  color: #fe0000;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons {
  float: right;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons .more-info a {
  display: inline-block;
  color: #1b3d5d;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8rem 1.2rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons .more-info a .fa {
  padding-left: 0.5rem;
}
main.home .home-seo {
  margin-bottom: 2rem;
}
main.home .home-seo h1 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #1b3d5d;
}
main.product .product-top {
  padding-bottom: 5rem;
}
main.product .product-top .product-left {
  float: left;
  width: 47%;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper {
  margin-bottom: 2.2rem;
  border: 1px solid #c3c3c3;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image {
  height: 65rem;
  overflow: hidden;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image.slick-initialized .slick-slide:not(.slick-active) img,
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image.slick-initialized .slick-slide:not(.slick-active) iframe {
  display: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image:not(.slick-initialized) .image:nth-child(n+2) {
  display: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: auto;
  margin-top: 0;
  width: 5%;
  z-index: 2;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-arrow:before {
  color: #737373;
  font-size: 4rem;
  line-height: 1;
  height: auto;
  width: auto;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-next, main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-prev {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: 0;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-next.slick-disabled, main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-prev.slick-disabled {
  display: none !important;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-next {
  right: 0;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-prev {
  left: 0;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-prev:hover::before {
  background-image: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-next:hover::before {
  background-image: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
  background-image: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
  background-image: none;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
  width: 100%;
  height: 65rem;
  position: relative;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 95%;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image .iframe-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  padding-bottom: 56.25%;
  height: 0;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta {
  text-align: center;
  padding-bottom: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #1b3d5d;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta a {
  display: inline-block;
  cursor: pointer;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta a .fa {
  padding-right: 0.5rem;
  font-size: 2rem;
  vertical-align: middle;
  margin-top: -0.3rem;
}
main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta a span {
  font-size: 1.5rem;
  line-height: 1;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions {
  height: 8.7rem;
  overflow: hidden;
  position: relative;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn {
  width: 5%;
  position: absolute;
  top: 0;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a {
  display: block;
  height: 8.7rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a.slick-hidden {
  display: none;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a .fa {
  font-size: 4rem;
  line-height: 8.7rem;
  color: #737373;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn.prev-thumb-btn {
  left: 0;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn.next-thumb-btn {
  right: 0;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails {
  width: 90%;
  margin: 0 auto;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails.slick-initialized {
  display: block;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails:not(.slick-initialized) .item-thumb {
  width: 16.66%;
  float: left;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .slick-current .item-thumb .item-thumb-img,
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .slick-current .item-thumb .item-thumb-video {
  border-width: 2px;
  border-color: #08add2;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img,
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-video {
  width: 8.7rem;
  height: 8.7rem;
  border: 1px solid #c3c3c3;
  border-bottom-width: 2px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img:hover,
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-video:hover {
  border-width: 2px;
  border-color: #08add2;
}
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
main.product .product-top .product-left .left-bottom-elements {
  padding-top: 3rem;
}
main.product .product-top .product-left .left-bottom-elements .social-share-icons,
main.product .product-top .product-left .left-bottom-elements .trust-badge,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
  float: left;
  padding: 0;
  text-align: center;
  font-weight: 600;
}
main.product .product-top .product-left .left-bottom-elements .social-share-icons {
  width: 30.33%;
  color: #1b3d5d;
  height: 26px;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
  line-height: 26px;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge a,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist a {
  color: #1b3d5d;
  text-decoration: none;
  line-height: 1;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge a .fa,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist a .fa {
  font-size: 2rem;
  vertical-align: middle;
  margin-top: -0.3rem;
  padding-right: 0.3rem;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge a span,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist a span {
  font-size: 1.5rem;
  line-height: 1;
}
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
  width: 33.33%;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge {
  width: 36.33%;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge a span img {
  vertical-align: middle;
  margin-top: -0.3rem;
  padding-right: 0.3rem;
}
main.product .product-top .product-left .left-bottom-elements .trust-badge a span em {
  font-style: normal;
  font-weight: bold;
}
main.product .product-top .product-right {
  float: right;
  width: 50%;
}
main.product .product-top .product-right .buy-box-container {
  padding-bottom: 3rem;
}
main.product .product-top .product-right .buy-box-container .badge {
  float: left;
  position: relative;
  background-color: #026f98;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 34px;
  height: 34px;
  padding: 0 1.5rem;
}
main.product .product-top .product-right .buy-box-container .badge .fa {
  padding-right: 1rem;
}
main.product .product-top .product-right .buy-box-container .badge:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 34px solid #026f98;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
main.product .product-top .product-right .buy-box-container .badge.pre-order {
  background-color: #720061;
}
main.product .product-top .product-right .buy-box-container .badge.pre-order:after {
  border-bottom-color: #720061;
}
main.product .product-top .product-right .buy-box-container .badge.oos {
  background-color: #b60000;
}
main.product .product-top .product-right .buy-box-container .badge.oos:after {
  border-bottom-color: #b60000;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap {
  clear: left;
  border: 1px solid #c3c3c3;
  padding: 0 2rem 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock-availability-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap h1.item-name {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1b3d5d;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap {
  padding-bottom: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap .reviews {
  float: left;
  /* .prItemRatingLinksFirst {
      font-size: 1.4rem;
  }

  .prItemRatingLinksFirst a {
      color:#07add1;
  } */
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap .qa {
  float: right;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .item-code,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .ship-weight {
  font-size: 1.8rem;
  line-height: 1;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .item-code span,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .ship-weight span {
  font-weight: bold;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .ship-weight {
  padding-top: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .slashed-price {
  color: #5f5f5f;
  text-decoration: line-through;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .sale-price {
  float: left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .sale-price span {
  padding-left: 0.5rem;
  color: #ff0000;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .you-save {
  float: left;
  font-weight: 600;
  padding-left: 3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #62a918;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .non-seo-heading {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images {
  height: 14.2rem;
  overflow: hidden;
  position: relative;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn {
  width: 5%;
  position: absolute;
  top: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a {
  display: block;
  height: 8.7rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a .fa {
  font-size: 4rem;
  line-height: 8.7rem;
  color: #737373;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a.slick-hidden {
  display: none;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn.prev-thumb-btn {
  left: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn.next-thumb-btn {
  right: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images {
  display: none;
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images .slick-track {
  margin-left: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images.slick-initialized {
  display: block;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images .slick-current li {
  border-width: 2px;
  border-color: #08add2;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li a {
  display: block;
  width: 8.7rem;
  height: 8.7rem;
  border: 1px solid #c3c3c3;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li a:hover {
  border-width: 2px;
  border-color: #08add2;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li.selected a {
  border-width: 2px;
  border-color: #08add2;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li .name {
  text-align: center;
  height: 4.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options {
  background-color: #f0f0f0;
  padding: 2rem;
  margin-bottom: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option {
  margin-bottom: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option:last-child {
  margin-bottom: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option label {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option select {
  min-width: 20rem;
  height: 3.5rem;
  border: 1px solid #c3c3c3;
  font-size: 1.5rem;
  padding: 0 1rem;
  background-color: #ffffff;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area {
  margin-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap {
  float: left;
  padding-top: 1.2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap label {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap input[type=number]::-webkit-inner-spin-button,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap input {
  width: 5.5rem;
  height: 3.5rem;
  border: 1px solid #c3c3c3;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn {
  margin-left: 3.5rem;
  float: left;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button {
  cursor: pointer;
  font-size: 2.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1.5rem 3rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button .fa {
  padding-right: 1rem;
  font-size: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pre-order-horizontal-line-text {
  width: 80%;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 3rem auto 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pre-order-horizontal-line-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #c3c3c3;
  position: absolute;
  top: 50%;
  z-index: 1;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pre-order-horizontal-line-text span {
  background-color: #ffffff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock {
  width: 100%;
  max-width: 49rem;
  margin-bottom: 1rem;
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
  padding: 2rem 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap {
  width: 90%;
  margin: 0 auto;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .non-seo-heading-1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1b3d5d;
  line-height: 1;
  padding-bottom: 1.5rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .non-seo-heading-2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .bis-form input {
  float: left;
  display: block;
  width: 75%;
  height: 3.5rem;
  border: 1px solid #e2e2e2;
  font-size: 1.5rem;
  padding: 0 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .bis-form button {
  float: left;
  display: block;
  width: 25%;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #07add1;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .horizontal-line-text {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 4rem 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .horizontal-line-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #c3c3c3;
  position: absolute;
  top: 50%;
  z-index: 1;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .horizontal-line-text span {
  background-color: #ffffff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save {
  background-color: #f0f0f0;
  padding: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .non-seo-heading-1 {
  color: #026f98;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .non-seo-heading-2 {
  color: #62a918;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .plus-sign {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0;
  text-align: center;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block {
  background-color: #ffffff;
  position: relative;
  border: 1px solid #bfbfbf;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block.no-options .product-info .name {
  margin-top: 2rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .banner {
  background-color: #026f98;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .image {
  height: 14rem;
  width: 30%;
  float: left;
  position: relative;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info {
  width: 70%;
  padding: 2rem 1rem;
  float: right;
  position: relative;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  height: 6rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .name a:hover {
  color: #45a1c9;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options {
  background-color: #f0f0f0;
  padding: 0.5rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option:last-child {
  margin-bottom: 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option label {
  float: left;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding: 0.7rem 1rem 0.7rem 0;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option select {
  float: left;
  display: block;
  min-width: 20rem;
  background-color: #ffffff;
  height: 3rem;
  border: 1px solid #c3c3c3;
  font-size: 1.5rem;
  padding: 0 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing {
  float: left;
  padding-top: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing .slashed-price {
  color: #5f5f5f;
  text-decoration: line-through;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing .sale-price {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 1rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing .sale-price span {
  padding-left: 0.5rem;
  color: #ff0000;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing .you-save {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #62a918;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn {
  float: right;
  padding-top: 3rem;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button {
  cursor: pointer;
  font-size: 2.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1.5rem 2.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button .fa {
  padding-right: 1rem;
  font-size: 3rem;
}
main.product .product-top .product-right .pdRewardsPromoMessage {
  min-height: 5.5rem;
}
main.product .product-top .product-right .cash-back-rewards {
  padding-bottom: 3rem;
}
main.product .product-top .product-right .cash-back-rewards .circle {
  display: block;
  float: left;
  width: 2.8rem;
  height: 2.8rem;
  vertical-align: middle;
  margin-top: -0.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #026f98;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
main.product .product-top .product-right .cash-back-rewards .circle .fa {
  line-height: 2.8rem;
}
main.product .product-top .product-right .cash-back-rewards .cta {
  display: block;
  float: right;
  width: calc(100% - 5rem);
  font-style: italic;
  font-size: 1.6rem;
}
main.product .product-top .product-right .cash-back-rewards .cta a {
  color: #07add1;
  text-decoration: underline;
}
main.product .product-top .product-right .free-shipping-promo {
  padding-bottom: 3rem;
}
main.product .product-top .product-right .free-shipping-promo .icon {
  display: block;
  float: left;
}
main.product .product-top .product-right .free-shipping-promo .message {
  display: block;
  float: right;
  width: calc(100% - 5rem);
}
main.product .product-top .product-right .free-shipping-promo .fa {
  font-size: 2.8rem;
  padding-right: 1rem;
}
main.product .product-top .product-right .free-shipping-promo .non-seo-heading-1 {
  color: #026f98;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
}
main.product .product-top .product-right .free-shipping-promo .non-seo-heading-2 {
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 1rem 0 0.5rem;
}
main.product .product-top .product-right .free-shipping-promo .non-seo-heading-3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator {
  width: 100%;
  max-width: 60rem;
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
  margin-bottom: 3rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .non-seo-heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #1b3d5d;
  border-bottom: 0.1rem solid #c3c3c3;
  padding: 1rem 0;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap {
  padding: 2rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap {
  display: inline-block;
  text-align: left;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap label {
  display: block;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3.5rem;
  padding-right: 1rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap input {
  float: left;
  display: block;
  width: 16rem;
  height: 3.5rem;
  border: 1px solid #e2e2e2;
  font-size: 1.5rem;
  padding: 0 1rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap button {
  float: left;
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #07add1;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 1.5rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results {
  list-style-type: none;
  width: 100%;
  padding-bottom: 3rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li {
  display: block;
  width: 100%;
  border-bottom: 0.1rem solid #c3c3c3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-col {
  float: left;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-col:nth-child(1) {
  width: 25%;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-col:nth-child(2) {
  width: 75%;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-rate {
  line-height: 1;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-rate.highlight {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #62a918;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-method {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.5rem;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-method span {
  color: #62a918;
}
main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
main.product .product-top .product-right .promo-zone {
  width: 100%;
  max-width: 60rem;
  background-color: #b3f271;
  border: 1px solid #c3c3c3;
  margin-bottom: 3rem;
}
main.product .product-top .product-right .promo-zone .non-seo-heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #0b1926;
  border-bottom: 0.1rem solid #c3c3c3;
  padding: 1rem 0;
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap {
  height: 14rem;
  padding: 2rem;
  background-color: #f0f0f0;
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-image {
  float: left;
  background-color: #ffffff;
  height: 10rem;
  width: 25%;
  border: 1px solid #e1e1e1;
  position: relative;
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-info {
  float: right;
  width: 70%;
  position: relative;
  top: 50%;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-info a {
  color: #ff0000;
}
main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-info span {
  display: block;
  color: #ff0000;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
main.product .product-bottom #ysw-recently-viewed-items-container .slider-outer {
  margin-top: 5rem;
}
main.product .product-bottom .product-tabs-container {
  padding-bottom: 5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs {
  border-bottom: 2px solid #07add1;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles {
  border-bottom: 2px solid #07add1;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab {
  float: left;
  margin-right: 5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab a {
  display: block;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 4.5rem;
  padding: 0 2rem;
  color: #07add1;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab a:hover {
  background-color: #07add1;
  color: #ffffff;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab.selected a {
  background-color: #07add1;
  color: #ffffff;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab:last-child {
  margin-right: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab.green-gradient a {
  color: #0b1926;
  background: #c0ff7d;
  background: -moz-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
  background: -webkit-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
  background: linear-gradient(to bottom, #c0ff7d 0, #90cf4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0ff7d",endColorstr="#90cf4d",GradientType=0);
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab.green-gradient a .fa {
  padding-right: 1rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab.green-gradient a:hover {
  background: #a6e563;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-titles .tab.green-gradient.selected a {
  background: #a6e563;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content {
  padding: 3rem 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading {
  display: none;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab {
  display: none;
  font-size: 1.8rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab p {
  font-size: 1.8rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.selected {
  display: block;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab table td {
  font-weight: normal;
  padding: 0.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab ul {
  padding: 0 0 2rem 2rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab ul li {
  padding-bottom: 1rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab:not(.related-items) {
  padding-right: 4rem;
  padding-left: 4rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab:not(.related-items) a:link {
  color: #026f98;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .non-seo-heading {
  text-align: center;
  padding-bottom: 2rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .slider-outer {
  margin-bottom: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box-slide-outer:not(.current-item) {
  padding-top: 2.6rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box-slide-outer.current-item .current-item-banner {
  background-color: #026f98;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box-slide-outer.current-item .item-box {
  border-width: 2px;
  border-color: #026f98;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box {
  padding: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-ib-inner-wrap {
  padding: 1rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box {
  background-color: #f0f0f0;
  padding: 1.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap label {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 1rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap input[type=number]::-webkit-inner-spin-button,
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap input {
  width: 5rem;
  height: 3rem;
  border: 1px solid #c3c3c3;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options {
  background-color: #f0f0f0;
  padding-top: 1.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options .option {
  margin-bottom: 0.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options .option:last-child {
  margin-bottom: 0;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options .option label {
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .options .option select {
  display: block;
  width: 100%;
  background-color: #ffffff;
  height: 3rem;
  border: 1px solid #c3c3c3;
  font-size: 1.5rem;
  padding: 0 1rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .not-available {
  padding-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap {
  padding-top: 1.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a {
  display: block;
  cursor: pointer;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a .checkbox {
  display: block;
  background-color: #ffffff;
  width: 3.5rem;
  height: 3rem;
  float: left;
  border: 2px solid #62a918;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a .cta {
  display: block;
  padding-left: 1.3rem;
  float: left;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a.selected .checkbox {
  border-color: #62a918;
  background-color: #62a918;
  text-align: center;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a.selected .checkbox:before {
  color: #ffffff;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 3rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button {
  cursor: pointer;
  font-size: 2.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1.5rem 2.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button .fa {
  display: block;
  float: left;
  padding-right: 1.5rem;
  font-size: 3rem;
  line-height: 2.6rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span {
  display: block;
  float: left;
  line-height: 2.6rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.main-txt {
  padding-right: 1.5rem;
}
main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.secondary-txt {
  font-size: 1.8rem;
}
main.product .product-bottom .big-placeholder {
  background-color: #e1e1e1;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  padding: 10rem 0;
  margin-bottom: 5rem;
}
main.section h1.name {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1b3d5d;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
main.section .show-featured-items-btn {
  display: none;
}
main.section .featured-items {
  margin-bottom: 3rem;
}
main.section .featured-items .main-item {
  width: 65%;
  float: left;
  border: 2px solid #e1e1e1;
  padding: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
main.section .featured-items .main-item.without-kickers {
  width: 100%;
}
main.section .featured-items .main-item.without-kickers .item-name {
  float: right;
  width: 66%;
}
main.section .featured-items .main-item.without-kickers .image {
  height: 27rem;
}
main.section .featured-items .main-item .non-seo-heading {
  color: #07add1;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
main.section .featured-items .main-item .item-name {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  height: 4.4rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
main.section .featured-items .main-item .item-name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.section .featured-items .main-item .item-name a:hover {
  color: #45a1c9;
}
main.section .featured-items .main-item .image {
  float: left;
  width: 32%;
  height: 23rem;
  position: relative;
}
main.section .featured-items .main-item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
main.section .featured-items .main-item .product-info {
  float: right;
  width: 66%;
}
main.section .featured-items .main-item .product-info .pricing {
  padding-bottom: 2rem;
  line-height: 1;
}
main.section .featured-items .main-item .product-info .pricing .reg-price {
  color: #5f5f5f;
  font-size: 1.6rem;
  text-decoration: line-through;
  padding-bottom: 1rem;
}
main.section .featured-items .main-item .product-info .pricing .sale-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}
main.section .featured-items .main-item .product-info .pricing .sale-price span {
  color: #fe0000;
}
main.section .featured-items .main-item .product-info .cta-buttons {
  padding-bottom: 2rem;
}
main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart {
  float: left;
  padding-right: 2rem;
}
main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart button {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart button .fa {
  padding-right: 1rem;
}
main.section .featured-items .main-item .product-info .cta-buttons .more-info {
  float: left;
}
main.section .featured-items .main-item .product-info .cta-buttons .more-info a {
  display: inline-block;
  color: #1b3d5d;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.section .featured-items .main-item .product-info .cta-buttons .more-info a .fa {
  padding-left: 1rem;
}
main.section .featured-items .main-item .product-info .product-description {
  font-size: 1.5rem;
  line-height: 2rem;
  height: 10rem;
  overflow: hidden;
}
main.section .featured-items .kicker-items {
  float: right;
  width: 33%;
}
main.section .featured-items .kicker-items ul.kickers {
  list-style-type: none;
}
main.section .featured-items .kicker-items ul.kickers > li {
  width: 100%;
  border: 2px solid #e1e1e1;
  height: 17rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
main.section .featured-items .kicker-items ul.kickers > li:last-child {
  margin-bottom: 0;
}
main.section .featured-items .kicker-items ul.kickers > li .image {
  height: 100%;
  width: 30%;
  float: left;
  position: relative;
}
main.section .featured-items .kicker-items ul.kickers > li .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details {
  width: 70%;
  padding: 0 1rem;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .item-name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .item-name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .item-name a:hover {
  color: #45a1c9;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing {
  float: left;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing .sale-price {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.3rem;
  color: #000000;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing .sale-price span {
  color: #fe0000;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons {
  float: right;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons .more-info a {
  display: inline-block;
  color: #1b3d5d;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8rem 1.2rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons .more-info a .fa {
  padding-left: 0.5rem;
}
main.section .section-top-text {
  padding-bottom: 3rem;
  line-height: 2.2rem;
}
main.section .section-top-text a {
  text-decoration: underline;
  cursor: pointer;
}
main.section .section-top-text .read-more-mobile {
  display: none;
}
main.section .section-bottom-text {
  padding-bottom: 3rem;
}
main.section.level-1 .category-boxes-wrapper {
  padding-bottom: 1rem;
}
main.section.level-1 .category-boxes-wrapper .non-seo-heading {
  color: #07add1;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes {
  list-style-type: none;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (min-width: 1251px) {
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) and (max-width: 1250px) {
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li:nth-child(2n+2) {
    margin-right: 0;
  }
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .image {
  height: 26rem;
  position: relative;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info {
  background-color: #f0f0f0;
  padding: 1rem;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.3rem;
  height: 4.6rem;
  overflow: hidden;
  margin-bottom: 1rem;
  color: #1b3d5d;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name a {
  color: #1b3d5d;
  text-decoration: none;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name a:hover {
  color: #45a1c9;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info .view-all-btn {
  text-align: center;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info .view-all-btn a {
  width: 75%;
  background-color: #e1e1e1;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #67c008;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info .view-all-btn a .fa {
  padding-left: 0.5rem;
}
main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info .view-all-btn a:hover {
  color: #6fd206;
}
main.section.level-2 .category-nav {
  margin-bottom: 2.5rem;
}
main.section.level-2 .category-nav > .title {
  font-size: 2rem;
  font-weight: 700;
  color: #1b3d5d;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1250px) {
  main.section.level-2 .category-nav > .title {
    font-size: 1.7rem;
  }
}
main.section.level-2 .category-nav .category {
  display: none;
  position: relative;
  padding-bottom: 1.5rem;
}
main.section.level-2 .category-nav .category .show-hide-arrow {
  display: block;
  float: right;
  font-size: 2rem;
  color: #1b3d5d;
  width: 1.7rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2rem;
  cursor: pointer;
}
main.section.level-2 .category-nav .category .show-hide-arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
main.section.level-2 .category-nav .category .expand-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.7rem;
  cursor: pointer;
}
main.section.level-2 .category-nav .category .expand-icon:before {
  content: "+";
}
main.section.level-2 .category-nav .category .cat-name {
  display: inline-block;
  padding-right: 1.7rem;
  line-height: 2rem;
  vertical-align: top;
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 1250px) {
  main.section.level-2 .category-nav .category .cat-name {
    font-size: 1.5rem;
  }
}
main.section.level-2 .category-nav .category .cat-name a {
  color: #000000;
  text-decoration: none;
}
main.section.level-2 .category-nav .category .cat-name a:hover {
  color: #07add1;
}
main.section.level-2 .category-nav .category.current {
  display: block;
  padding-bottom: 0;
}
main.section.level-2 .category-nav .category.current.highlight-no-child .show-hide-arrow {
  display: none;
}
main.section.level-2 .category-nav .category.current.highlight-no-child .cat-name a {
  color: #07add1;
}
main.section.level-2 .category-nav .category.current.open {
  padding-bottom: 1.5rem;
}
main.section.level-2 .category-nav .category.current.open .show-hide-arrow:after {
  content: "";
}
main.section.level-2 .category-nav .cat-level-3 {
  font-size: 1.4rem;
  background-color: #f0f0f0;
  margin: 0 0 1rem 1rem;
  padding: 1rem;
}
main.section.level-2 .category-nav .cat-level-3 .cat-level-3-link {
  padding-bottom: 1rem;
}
main.section.level-2 .category-nav .cat-level-3 .cat-level-3-link.current-page {
  font-weight: 600;
}
main.section.level-2 .category-nav .cat-level-3 .cat-level-3-link.current-page a {
  color: #07add1;
}
main.section.level-2 .category-nav .cat-level-3 .cat-level-3-link:last-child {
  padding-bottom: 0;
}
main.section.level-2 .category-nav .sub-section-nav {
  display: none;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background-color: #fdfdfd;
}
main.section.level-2 .category-nav .sub-section-nav.expanded {
  display: block;
}
main.section.level-2 .category-nav .sub-section-nav a {
  color: #000000;
  text-decoration: none;
}
main.section.level-2 .category-nav .sub-section-nav a:hover {
  color: #07add1;
}
main.section.level-2 .category-nav .sub-section-nav .sub-cat {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
main.section.level-2 .category-nav .sub-section-nav .sub-cat.current-page a {
  font-weight: 600;
  color: #07add1;
}
main.section.level-2 .category-nav .sub-section-nav:not(.show-all) .sub-cat:nth-child(n+2) {
  display: none;
}
main.section.level-2 .category-nav .sub-section-nav:not(.show-all) .show-more a:before {
  content: "Show More +";
}
main.section.level-2 .category-nav .sub-section-nav.show-all .show-more a:before {
  content: "Show Less -";
}
main.section.level-2 .category-nav .sub-section-nav .show-more {
  font-size: 1.4rem;
}
main.section.level-2 .category-nav .sub-section-nav .show-more a {
  font-weight: 600;
}
main.section.level-2 .ysw-search-on-page-contents h3 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 1rem;
}
main.section.level-2 .ysw-search-on-page-contents h3 a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #bfbfbf;
}
main.section.level-2 ul.non-sm-contents {
  list-style-type: none;
  text-align: center;
}
main.section.level-2 ul.non-sm-contents li {
  display: inline-block;
  width: 250px;
  padding: 20px;
}
main.section.level-2 ul.non-sm-contents li a {
  text-decoration: none;
  color: #0b1926;
}
main.info .contact-left {
  width: 48%;
  float: left;
}
main.info .contact-left table {
  width: 100%;
}
main.info .contact-left label {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
main.info .contact-left input[type=text],
main.info .contact-left input[type=email],
main.info .contact-left select,
main.info .contact-left textarea {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  font-size: 1.5rem;
}
main.info .contact-left input[type=text],
main.info .contact-left input[type=email],
main.info .contact-left select {
  height: 3rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
main.info .contact-left textarea {
  padding: 1rem;
  height: 10rem;
  resize: none;
}
main.info .contact-left button[type=submit] {
  width: 100%;
  max-width: 20rem;
  float: right;
  background-color: #07add2;
  border: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
main.info .contact-left button[type=submit]:hover {
  background-color: #0078ab;
}
main.info .contact-right {
  width: 48%;
  float: right;
}
main.info .eci-img {
  padding-right: 2rem;
}
main.info .eci-img strong {
  display: block;
}
main.info .info-image {
  float: left;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
main.info h1.name {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
main.info h1,
main.info h2,
main.info h3 {
  line-height: 1.4;
  font-weight: 600;
  color: #1b3d5d;
  margin-bottom: 2rem;
}
main.info h1 {
  font-size: 2.4rem;
}
main.info h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
main.info h3 {
  color: #07add1;
  font-size: 1.8rem;
  margin-top: 2rem;
}
main.info p {
  padding-bottom: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
main.info ul {
  padding: 0 0 2rem 2rem;
}
main.info a {
  color: #026f98;
}
main.blog {
  padding-bottom: 2rem;
}
main.blog a {
  color: #1b3d5d;
  text-decoration: none;
}
main.blog a:hover {
  color: #45a1c9;
}
main.blog h1.name {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1b3d5d;
  margin-bottom: 2rem;
  margin-top: 2rem;
  background-color: #f0f0f0;
  padding: 1rem;
}
main.blog #contentarea-wrapper,
main.blog #post {
  width: 74%;
  float: left;
}
main.blog #contentarea-wrapper .cat-post-data,
main.blog #post .cat-post-data {
  font-size: 1.5rem;
}
main.blog #contentarea-wrapper .cat-post-data a,
main.blog #post .cat-post-data a {
  color: #45a1c9;
}
main.blog #post .cat-post-data {
  margin-bottom: 2rem;
}
main.blog #post .caption img {
  float: none !important;
  margin: 2rem 0;
}
main.blog #post .caption h2 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
main.blog #leave-comment {
  margin-top: 30px;
  border: 2px solid #e1e1e1;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
main.blog #leave-comment span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1b3d5d;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
  padding: 1rem;
}
main.blog #leave-comment label {
  display: block;
  padding-bottom: 1rem;
}
main.blog #leave-comment input[type=text] {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 35rem;
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #9a9a9a;
}
main.blog #leave-comment textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #9a9a9a;
}
main.blog #leave-comment button[type=submit] {
  color: #1b3d5d;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 1.5rem;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
main.blog #leave-comment button[type=submit] .fa {
  padding-left: 1rem;
}
main.blog #contentarea-wrapper article.cat-post {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
main.blog #contentarea-wrapper article.cat-post .entry-header {
  padding-bottom: 1.5rem;
}
main.blog #contentarea-wrapper article.cat-post .entry-header h1.entry-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
main.blog #contentarea-wrapper article.cat-post .cat-post-img {
  width: 25rem;
  padding-right: 2rem;
  display: inline-block;
  vertical-align: middle;
}
main.blog #contentarea-wrapper article.cat-post .cat-post-content {
  width: calc(100% - 25rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
main.blog #blog-nav {
  width: 23%;
  float: right;
  background-color: #f0f0f0;
  padding: 2rem;
}
main.blog #blog-nav span.blog-nav-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
main.blog #blog-nav ul {
  padding: 0 0 2rem 2rem;
}
main.blog #blog-nav ul li {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

/**
---------------------------------------------------------------
 * 4.0 - Footer
---------------------------------------------------------------
**/
#back-to-top-btn {
  display: none;
}

footer .why-buy-from-us {
  padding: 4rem 0 2rem;
  background-color: #e1e1e1;
}
footer .why-buy-from-us .non-seo-heading {
  text-align: center;
  font-family: "Michroma", sans-serif;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 3.5rem;
  color: #1b3d5d;
}
footer .why-buy-from-us .non-seo-heading span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  padding-left: 1rem;
  text-transform: none;
}
footer .why-buy-from-us .non-seo-heading span a {
  color: #45a1c8;
  text-decoration: none;
}
footer .why-buy-from-us .non-seo-heading span a:hover {
  color: #1b3d5d;
}
footer .why-buy-from-us .non-seo-heading span a .fa {
  padding-left: 0.5rem;
}
footer .why-buy-from-us ul.benefits {
  list-style-type: none;
  padding: 0 5%;
}
footer .why-buy-from-us ul.benefits li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  width: 25%;
  float: left;
  padding-bottom: 2rem;
}
footer .why-buy-from-us ul.benefits li:before {
  padding-right: 1.5rem;
  font-size: 2.2rem;
  color: #80d12a;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
footer .footer-mid {
  background-color: #1b3d5d;
  color: #ffffff;
  padding: 2rem 0;
}
footer .footer-mid .newsletter-container {
  float: right;
}
footer .footer-mid .newsletter-container .icon {
  float: left;
  margin-top: -0.3rem;
  margin-right: 1.5rem;
}
footer .footer-mid .newsletter-container .icon .fa {
  font-size: 4.8rem;
}
footer .footer-mid .newsletter-container .newsletter-text {
  float: left;
}
footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading {
  float: left;
  font-size: 2rem;
  line-height: 1;
  padding-right: 3rem;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading span {
  display: block;
  padding-top: 0.4rem;
  font-style: italic;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: none;
  color: #c0ff7d;
}
footer .footer-mid .newsletter-container .newsletter-form-container {
  float: left;
  width: 36rem;
  border: 1px solid transparent;
}
footer .footer-mid .newsletter-container .newsletter-form-container input[type=email] {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  height: 4rem;
  width: 68%;
  padding: 0 1rem;
  border: 0;
  border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -moz-border-top-left-radius: 0.2rem;
  -ms-border-top-left-radius: 0.2rem;
  -o-border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -moz-border-bottom-left-radius: 0.2rem;
  -ms-border-bottom-left-radius: 0.2rem;
  -o-border-bottom-left-radius: 0.2rem;
}
footer .footer-mid .newsletter-container .newsletter-form-container button[type=submit] {
  float: right;
  height: 4rem;
  width: 32%;
  text-align: center;
  border: 0;
  border-left: 1px solid #000000;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-top-right-radius: 0.2rem;
  -webkit-border-top-right-radius: 0.2rem;
  -moz-border-top-right-radius: 0.2rem;
  -ms-border-top-right-radius: 0.2rem;
  -o-border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  -moz-border-bottom-right-radius: 0.2rem;
  -ms-border-bottom-right-radius: 0.2rem;
  -o-border-bottom-right-radius: 0.2rem;
}
footer .footer-mid .social-container {
  float: left;
}
footer .footer-mid .social-container .heading {
  float: left;
  padding-right: 1rem;
  font-size: 2rem;
  line-height: 4rem;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-mid .social-container ul.social-btns {
  float: left;
  list-style-type: none;
}
footer .footer-mid .social-container ul.social-btns li {
  float: left;
  padding: 0 0.8rem;
  line-height: 0;
}
footer .footer-mid .social-container ul.social-btns li a {
  display: block;
  height: 4rem;
  width: 4rem;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  color: #1b3d5d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
footer .footer-mid .social-container ul.social-btns li a .fab {
  font-size: 2.6rem;
  line-height: 4rem;
}
footer .footer-mid .social-container ul.social-btns li a:hover {
  background-color: #c0ff7d;
}
footer .footer-bottom {
  color: #ffffff;
  background-color: #0b1926;
}
footer .footer-bottom .mid-cols > .content-container {
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #7d7d7d;
}
footer .footer-bottom .mid-cols .col {
  float: left;
}
footer .footer-bottom .mid-cols .col.col-1 {
  width: 30%;
}
footer .footer-bottom .mid-cols .col.col-2 {
  width: 25%;
}
footer .footer-bottom .mid-cols .col.col-3 {
  width: 25%;
}
footer .footer-bottom .mid-cols .col.col-4 {
  width: 20%;
}
footer .footer-bottom .mid-cols .heading {
  color: #2bd9ff;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
footer .footer-bottom .mid-cols ul.contact-info {
  list-style-type: none;
  color: #ffffff;
  font-size: 1.8rem;
}
footer .footer-bottom .mid-cols ul.contact-info li {
  padding-bottom: 2.5rem;
}
footer .footer-bottom .mid-cols ul.contact-info li.phone .info .contact-heading a {
  font-size: 1.8rem;
}
footer .footer-bottom .mid-cols ul.contact-info li .icon {
  float: left;
  width: 16%;
  padding-top: 1rem;
}
footer .footer-bottom .mid-cols ul.contact-info li .icon .fa {
  font-size: 4rem;
  color: #ffffff;
  line-height: 1;
}
footer .footer-bottom .mid-cols ul.contact-info li .info {
  float: left;
  width: 84%;
}
footer .footer-bottom .mid-cols ul.contact-info li .info .contact-heading {
  font-weight: 600;
  line-height: 1.4;
}
footer .footer-bottom .mid-cols ul.contact-info li .info .sub-heading {
  line-height: 1.4;
}
footer .footer-bottom .mid-cols ul.contact-info li .info a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-bottom .mid-cols ul.contact-info li .info a:hover {
  color: #c0ff7d;
}
footer .footer-bottom .mid-cols ul.links {
  list-style-type: none;
}
footer .footer-bottom .mid-cols ul.links li {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
footer .footer-bottom .mid-cols ul.links li a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-bottom .mid-cols ul.links li a:hover {
  color: #c0ff7d;
}
footer .footer-bottom .footer-badges {
  padding: 4rem 0 2rem;
  text-align: center;
}
footer .footer-bottom .footer-badges ul.badges {
  display: inline-block;
  list-style-type: none;
}
footer .footer-bottom .footer-badges ul.badges > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
footer .footer-bottom .footer-badges ul.badges > li a {
  display: block;
}
footer .footer-bottom .footer-badges ul.badges > li a.shopperlink img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
footer .footer-bottom .footer-badges ul.badges > li img {
  max-height: 100%;
  max-width: 100%;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(1) img {
  width: 16.5rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(2), footer .footer-bottom .footer-badges ul.badges > li:nth-child(4) {
  display: none;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment {
  line-height: 0;
  float: left;
  padding-bottom: 0.7rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(5) {
  clear: left;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) img {
  width: 5.1rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) {
  padding-right: 0.7rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:last-child {
  padding-bottom: 0;
  width: 10.8rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(5) img {
  width: 17.4rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(6) img {
  width: 17.2rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(7) img {
  width: 13.6rem;
}
footer .footer-bottom .footer-badges ul.badges > li:nth-child(8) img {
  width: 12rem;
}
footer .footer-bottom .copyright {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  color: #747474;
  text-align: center;
}
footer .footer-bottom .copyright a {
  color: #747474;
}
footer .footer-bottom .copyright span {
  display: block;
}

/**

---------------------------------------------------------------
 * 5.0 - Media Queries
---------------------------------------------------------------
**/
@media screen and (max-width: 1475px) {
  html {
    font-size: 8.75px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1250px) {
  #ysw-search-vertical-container #ysw-search-left-column {
    display: block;
    width: 37rem;
    height: 100%;
    border-right: 1rem solid #07add1;
    left: -44rem;
    top: 0;
    background-color: #f0eff0;
    z-index: 10;
    position: fixed;
    overflow-y: scroll;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
  }
  #ysw-search-vertical-container #ysw-search-right-column {
    width: 100%;
  }

  #ysw-search-vertical-container #ysw-search-left-column {
    padding-bottom: 100px;
  }

  html {
    font-size: 10px;
  }

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

  #mobile-menu-btn {
    display: block;
  }

  #mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
    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-close-btn {
    display: block;
    width: 5rem;
    height: 5rem;
    background-color: #07add1;
    position: fixed;
    top: 0;
    left: -7rem;
    cursor: pointer;
    z-index: 10;
    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-close-btn .fa {
    display: block;
    font-size: 2.8rem;
    line-height: 5rem;
    text-align: center;
    color: #ffffff;
  }

  #mobile-menu {
    display: block;
    width: 37rem;
    height: 100%;
    border-right: 1rem solid #07add1;
    left: -44rem;
    top: 0;
    background-color: #0b1926;
    color: #ffffff;
    z-index: 10;
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 65px;
    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 .tag-line {
    line-height: 5rem;
    font-size: 1.5rem;
    color: #c3c3c3;
    font-family: "Michroma", sans-serif;
    padding-left: 1.9rem;
  }
  #mobile-menu .side-nav {
    background-color: #e1e1e1;
  }
  #mobile-menu .side-nav ul.categories {
    list-style-type: none;
  }
  #mobile-menu .side-nav ul.categories > li {
    border-bottom: 1px solid #eeeeee;
  }
  #mobile-menu .side-nav ul.categories > li > a {
    display: block;
    position: relative;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #1b3d5d;
    text-decoration: none;
    padding: 1.9rem 4rem 1.9rem 1.9rem;
  }
  #mobile-menu .side-nav ul.categories > li > a:after {
    color: #45a1c8;
    position: absolute;
    top: 2.2rem;
    right: 1.9rem;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
  }
  #mobile-menu .side-nav ul.categories > li.with-icon {
    border-color: #5f5f5f;
  }
  #mobile-menu .side-nav ul.categories > li.with-icon .circle {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 2rem;
    text-align: center;
    color: #0b1926;
    background-color: #c0ff7d;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #mobile-menu .side-nav ul.categories > li.with-icon .circle .fa {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  #mobile-menu .side-nav ul.categories > li.with-icon > a {
    background-color: #0b1926;
    color: #06bde5;
  }
  #mobile-menu .side-nav ul.categories > li.with-icon > a:after {
    color: #06bde5;
  }
  #mobile-menu .shipping-promo {
    padding-top: 3.4rem;
    padding-left: 2rem;
  }
  #mobile-menu .shipping-promo:after {
    content: "";
    display: block;
    clear: both;
  }
  #mobile-menu .shipping-promo .icon {
    float: left;
    color: #c0ff7d;
    padding-top: 0.3rem;
  }
  #mobile-menu .shipping-promo .icon .fa {
    font-size: 2.8rem;
    /* -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
  }
  #mobile-menu .shipping-promo .fs-text {
    float: left;
    line-height: 1;
    padding-left: 1rem;
  }
  #mobile-menu .shipping-promo .fs-text .non-seo-heading {
    color: #c0ff7d;
    font-size: 2.2rem;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
  }
  #mobile-menu .shipping-promo .fs-text .non-seo-heading span {
    padding-top: 0.5rem;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 1.2rem;
  }
  #mobile-menu .contact-info {
    padding-top: 3.4rem;
    padding-left: 2rem;
  }
  #mobile-menu .contact-info:after {
    content: "";
    display: block;
    clear: both;
  }
  #mobile-menu .contact-info .icon {
    float: left;
    padding-top: 0.5rem;
    color: #06bde5;
  }
  #mobile-menu .contact-info .icon .fa {
    font-size: 3rem;
  }
  #mobile-menu .contact-info .fs-text {
    float: left;
    line-height: 1;
    padding-left: 1rem;
  }
  #mobile-menu .contact-info .fs-text .phone {
    color: #06bde5;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 0.5rem;
  }
  #mobile-menu .contact-info .fs-text .phone a {
    text-decoration: none;
    color: #06bde5;
  }
  #mobile-menu .contact-info .fs-text .hours {
    font-size: 1.5rem;
    line-height: 1;
    text-align: left;
  }
  #mobile-menu ul.info-links {
    list-style-type: none;
    padding-left: 6rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #mobile-menu ul.info-links li {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 2rem;
  }
  #mobile-menu ul.info-links li a {
    color: #ffffff;
    text-decoration: none;
  }

  .content-container {
    max-width: 104rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .product-slider:not(.slick-initialized) .item-box-slide-outer {
    width: 33.33%;
  }
  header .top-promo-container .promo.tablet {
    display: block;
  }
  header .top-promo-container .promo.desktop {
    display: none;
  }
  header .header-mid > .content-container {
    text-align: center;
  }
  header .header-mid .mobile-menu-btn,
header .header-mid .mobile-cart-btn {
    display: block;
    cursor: pointer;
    margin-top: 3rem;
  }
  header .header-mid .mobile-menu-btn a,
header .header-mid .mobile-cart-btn a {
    text-decoration: none;
    color: #ffffff;
  }
  header .header-mid .mobile-menu-btn .fa,
header .header-mid .mobile-cart-btn .fa {
    font-size: 4.4rem;
    line-height: 1;
  }
  header .header-mid .mobile-menu-btn span,
header .header-mid .mobile-cart-btn span {
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
  }
  header .header-mid .mobile-menu-btn {
    float: left;
  }
  header .header-mid .mobile-menu-btn .fa {
    color: #06bde5;
  }
  header .header-mid .mobile-menu-btn span {
    text-align: center;
    padding-top: 0.2rem;
  }
  header .header-mid .mobile-cart-btn {
    float: right;
  }
  header .header-mid .mobile-cart-btn .fa {
    color: #bffd7b;
  }
  header .header-mid .mobile-cart-btn span {
    text-align: right;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }
  header .header-mid .header-left {
    float: none;
    display: inline-block;
  }
  header .header-mid .header-left .logo {
    float: none;
  }
  header .header-mid .header-left .logo a {
    width: 23rem;
    height: 10.9rem;
    margin: 0 auto;
  }
  header .header-mid .header-left .logo .tag-line {
    display: none;
  }
  header .header-mid .shipping-promo-small {
    clear: both;
    display: block;
    color: #06bde5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 0.5rem;
  }
  header .header-mid .shipping-promo-small span {
    text-transform: none;
    font-weight: normal;
    font-size: 1.4rem;
    color: #ffffff;
  }
  header .header-mid .header-right {
    display: none;
  }
  header .header-bottom nav {
    display: none;
  }
  header .header-bottom .mobile-phone {
    display: block;
    width: 65px;
    float: left;
  }
  header .header-bottom .mobile-phone a {
    display: block;
    width: 100%;
    background-color: #06bde5;
    height: 3.8rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.8rem;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
  }
  header .header-bottom .search-container {
    float: right;
    width: calc(99% - 65px);
  }
  header .header-bottom .search-container input[type=search] {
    width: calc(100% - 65px);
  }
  header .header-bottom .search-container button[type=submit] {
    width: 65px;
    font-size: 1.8rem;
  }
  header .header-bottom .search-container button[type=submit] span {
    display: none;
  }
  header .header-bottom .search-container button[type=submit] .fa {
    display: inline-block;
  }

  main.home .home-top-wrapper .side-nav {
    display: none;
  }
  main.home .home-top-wrapper .featured-deals-outer {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid {
    width: 75%;
    float: left;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .image {
    width: 55%;
    height: 26rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info {
    width: 42%;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-bottom {
    margin-top: 3rem;
    width: 25%;
    float: right;
    margin-bottom: 3rem;
    height: 20rem;
  }
  main.home .home-top-wrapper .home-kickers {
    width: 100%;
    padding-top: 0;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers:after {
    content: "";
    display: block;
    clear: both;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    height: 15rem;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .image {
    width: 20%;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details {
    width: 80%;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .item-name {
    height: 4rem;
  }
  main.product .product-top {
    padding-bottom: 3rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions {
    height: 7.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a {
    height: 7.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a .fa {
    font-size: 3rem;
    line-height: 7.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails:not(.slick-initialized) .item-thumb {
    width: 25%;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img {
    height: 7.7rem;
    width: 7.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image {
    height: 40rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 40rem;
  }
  main.product .product-top .product-left .left-bottom-elements .social-share-icons,
main.product .product-top .product-left .left-bottom-elements .trust-badge,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .item-code,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .ship-weight {
    font-size: 1.6rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap h1.item-name {
    font-size: 1.8rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .sale-price {
    font-size: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .you-save {
    float: right;
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap {
    width: 5.5rem;
    padding-top: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap label {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    padding-right: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .qty-wrap input {
    width: 100%;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn {
    float: right;
    width: calc(100% - 9rem);
    margin-left: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button {
    width: 100%;
    max-width: 26rem;
    padding-right: 0;
    padding-left: 0;
    font-size: 2.2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button .fa {
    font-size: 2.6rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing {
    float: none;
    text-align: center;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn {
    float: none;
    text-align: center;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images {
    height: 12.2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a {
    height: 6.7rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a .fa {
    font-size: 3rem;
    line-height: 6.7rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li a {
    height: 6.7rem;
    width: 6.7rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-titles {
    display: none;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content {
    padding-top: 0;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab {
    padding-bottom: 2.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items {
    padding-top: 1.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading {
    display: block;
    background-color: #07add1;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 4.6rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading.green-gradient {
    color: #0b1926;
    background: #c0ff7d;
    background: -moz-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
    background: -webkit-linear-gradient(top, #c0ff7d 0, #90cf4d 100%);
    background: linear-gradient(to bottom, #c0ff7d 0, #90cf4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0ff7d",endColorstr="#90cf4d",GradientType=0);
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading.green-gradient .fa {
    padding-right: 1rem;
  }
  main.section .section-top-text {
    padding-bottom: 2rem;
  }
  main.section .show-featured-items-btn {
    display: block;
    margin-bottom: 2rem;
  }
  main.section .show-featured-items-btn.hide a:before {
    content: "";
  }
  main.section .show-featured-items-btn.hide a span:before {
    content: "Hide";
  }
  main.section .show-featured-items-btn a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #07add1;
    text-transform: uppercase;
    cursor: pointer;
  }
  main.section .show-featured-items-btn a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #0b1926;
    padding-right: 1rem;
  }
  main.section .show-featured-items-btn a span:before {
    content: "Show";
  }
  main.section .featured-items {
    display: none;
    margin-bottom: 2%;
  }
  main.section .featured-items.show {
    display: block;
  }
  main.section .featured-items .main-item {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  main.section .featured-items .kicker-items {
    float: none;
    width: 100%;
  }
  main.section .featured-items .kicker-items ul.kickers > li {
    width: 49%;
    margin-bottom: 0;
  }
  main.section .featured-items .kicker-items ul.kickers > li:nth-child(1) {
    float: left;
  }
  main.section .featured-items .kicker-items ul.kickers > li:nth-child(2) {
    float: right;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li {
    width: 31.33%;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .image {
    height: 20rem;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name {
    font-size: 1.6rem;
  }
  main.blog #contentarea-wrapper,
main.blog #post {
    width: 60%;
  }
  main.blog #blog-nav {
    width: 37%;
  }

  footer .why-buy-from-us {
    display: none;
  }
  footer .footer-mid .social-container .heading {
    float: none;
    padding-right: 0;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  footer .footer-mid .newsletter-container .newsletter-text {
    float: none;
    padding-bottom: 1rem;
  }
  footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading {
    padding-right: 0;
  }
  footer .footer-mid .newsletter-container .newsletter-form-container {
    float: none;
    width: 40rem;
  }
  footer .footer-bottom .mid-cols .col.col-1, footer .footer-bottom .mid-cols .col.col-2, footer .footer-bottom .mid-cols .col.col-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  footer .footer-bottom .mid-cols .col.col-1 {
    width: 33.33%;
  }
  footer .footer-bottom .mid-cols .col.col-2 {
    width: 33.33%;
  }
  footer .footer-bottom .mid-cols .col.col-3 {
    width: 33.33%;
  }
  footer .footer-bottom .mid-cols .col.col-4 {
    width: 100%;
    float: none;
    clear: both;
  }
  footer .footer-bottom .mid-cols .col.col-4 .heading {
    float: left;
    width: 25%;
    padding-top: 3rem;
  }
  footer .footer-bottom .mid-cols .col.col-4 .content-block-inner {
    float: left;
    width: 75%;
  }
  footer .footer-bottom .mid-cols .col.col-4 ul.contact-info li {
    float: left;
    width: 50%;
  }
  footer .footer-bottom .mid-cols .col.col-4 ul.contact-info li .info {
    float: right;
    width: 82%;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(1) img {
    width: 13.2rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) img {
    width: 4.1rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:last-child {
    width: 8.6rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(5) img {
    width: 13.9rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(6) img {
    width: 13.8rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(7) img {
    width: 10.9rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(8) img {
    width: 9.6rem;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 8.5px;
  }

  main.blog #contentarea-wrapper article.cat-post .cat-post-img {
    width: auto;
    padding-right: 0;
  }
  main.blog #contentarea-wrapper article.cat-post .cat-post-content {
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs .final-breadcrumb-wrap.product {
    display: inline;
  }
  main.product .product-top .product-left {
    width: 100%;
    float: none;
    padding-bottom: 3rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions {
    height: 8.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a {
    height: 8.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a .fa {
    line-height: 8.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails:not(.slick-initialized) .item-thumb {
    width: 16.66%;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img {
    height: 8.7rem;
    width: 8.7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image {
    height: 44rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 44rem;
  }
  main.product .product-top .product-left .left-bottom-elements .social-share-icons,
main.product .product-top .product-left .left-bottom-elements .trust-badge,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
    float: left;
    width: 33%;
    margin-bottom: 0;
  }
  main.product .product-top .product-right {
    width: 100%;
    float: none;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap h1.item-name {
    font-size: 2.2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .sale-price {
    float: none;
    font-size: 2.2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .you-save {
    float: none;
    padding-left: 0;
    padding-top: 1rem;
    line-height: 1;
  }
  main.section .featured-items .kicker-items ul.kickers > li {
    height: 20rem;
  }
  main.section .featured-items .kicker-items ul.kickers > li .image {
    width: 40%;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details {
    width: 60%;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing {
    float: none;
    margin-bottom: 2rem;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing .sale-price {
    line-height: 1;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons {
    float: none;
  }
  footer .footer-bottom .footer-badges ul.badges {
    max-width: 52rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li {
    width: 30%;
    margin: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3), footer .footer-bottom .footer-badges ul.badges > li:nth-child(4) {
    padding-bottom: 2rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) {
    text-align: center;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods {
    display: inline-block;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(5) {
    clear: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    padding-right: 0.7rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) {
    padding-right: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    clear: left;
    padding-bottom: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:last-child {
    width: 9rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(4) {
    display: inline-block;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-slider .item-box {
    width: 98%;
  }
  .product-slider:not(.slick-initialized) .item-box-slide-outer {
    width: 50%;
  }

  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .image {
    width: 44%;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info {
    width: 50%;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box {
    width: 98%;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li {
    width: 49%;
  }
  main.info .contact-left,
main.info .contact-right {
    float: none;
    width: 100%;
  }
  main.info .contact-left {
    padding-bottom: 5rem;
  }
  main.blog #contentarea-wrapper,
main.blog #post {
    width: 100%;
    float: none;
    padding-bottom: 1rem;
  }
  main.blog #blog-nav {
    width: 100%;
    float: none;
    max-width: 50rem;
  }
}
@media screen and (max-width: 600px) {
  .product-slider:not(.slick-initialized) {
    width: 100%;
  }

  #ysw-search-vertical-container #ysw-search-left-column {
    width: 27rem;
  }

  #___ratingbadge_0,
#universal_badge {
    display: none !important;
  }

  html {
    font-size: 10px;
  }

  body,
p {
    font-size: 1.5rem;
  }

  .content-container {
    min-width: 30rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  body.nav-active #mobile-menu-close-btn {
    left: 27rem;
  }
  body.nav-active #mobile-menu {
    width: 27rem;
  }

  #mobile-menu-close-btn {
    width: 3rem;
    height: 3rem;
    left: -5rem;
  }
  #mobile-menu-close-btn .fa {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #mobile-menu {
    width: 30rem;
    left: -35rem;
    border-right-width: 0.5rem;
  }
  #mobile-menu .tag-line {
    line-height: 3rem;
    font-size: 1.3rem;
    padding-left: 1.5rem;
  }
  #mobile-menu .side-nav ul.categories > li > a {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
  #mobile-menu .side-nav ul.categories > li > a:after {
    font-size: 1.5rem;
    top: 1.9rem;
  }
  #mobile-menu .shipping-promo {
    padding-left: 1.5rem;
  }
  #mobile-menu .shipping-promo .fs-text .non-seo-heading {
    font-size: 2rem;
  }
  #mobile-menu .contact-info {
    padding-left: 1.5rem;
  }
  #mobile-menu .contact-info .fs-text .phone {
    font-size: 2rem;
  }
  #mobile-menu .contact-info .fs-text .hours {
    font-size: 1.4rem;
  }
  #mobile-menu ul.info-links li {
    font-size: 1.5rem;
  }
  .item-box .image {
    height: 11rem;
  }
  .item-box h3.name {
    font-size: 1.4rem;
  }
  .item-box .pricing .sale-price {
    font-size: 1.5rem;
  }
  .item-box .pricing .sale-price span {
    font-size: 1.5rem;
  }
  .item-box .reviews-wrap .review-stars .fa,
.item-box .reviews-wrap .review-stars .far {
    font-size: 1.5rem;
  }
  .item-box .reviews-wrap .count {
    font-size: 1.3rem;
  }

  .slider-outer .slick-list {
    width: 100%;
  }
  .slider-outer .slick-arrow {
    width: 10%;
  }
  .slider-outer .slick-arrow:before {
    font-size: 3.5rem;
  }
  .slider-outer .slick-next,
.slider-outer .slick-prev {
    transform: none;
    -webkit-transform: none;
    top: -4.5rem;
  }
  .slider-outer .heading-wrap {
    width: 80%;
    text-align: center;
  }
  .slider-outer .heading-wrap h2 {
    float: none;
    font-size: 1.8rem;
  }
  .slider-outer .heading-wrap .view-all {
    display: none;
  }

  header .top-promo-container .close {
    display: none;
  }
  header .top-promo-container .one-line-text {
    font-size: 1.3rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  header .top-promo-container .promo.mobile {
    display: block;
  }
  header .top-promo-container .promo.tablet {
    display: none;
  }
  header .header-mid .header-left .logo a {
    width: 19rem;
    height: auto;
  }
  header .header-mid .shipping-promo-small {
    font-size: 1.2rem;
  }
  header .header-mid .shipping-promo-small span {
    font-size: 1.2rem;
  }
  header .header-mid .mobile-menu-btn,
header .header-mid .mobile-cart-btn {
    margin-top: 3rem;
  }
  header .header-mid .mobile-menu-btn .fa,
header .header-mid .mobile-cart-btn .fa {
    font-size: 3rem;
  }
  header .header-mid .mobile-menu-btn span,
header .header-mid .mobile-cart-btn span {
    font-size: 1rem;
  }
  header .header-bottom .mobile-phone {
    width: 45px;
  }
  header .header-bottom .mobile-phone a {
    height: 2.9rem;
    line-height: 2.9rem;
  }
  header .header-bottom .search-container {
    width: calc(99% - 45px);
  }
  header .header-bottom .search-container input[type=search] {
    width: calc(100% - 45px);
    height: 2.9rem;
    font-size: 1.3rem;
  }
  header .header-bottom .search-container button[type=submit] {
    width: 45px;
    height: 2.9rem;
  }

  main .breadcrumbs {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  main.home .home-top-wrapper .featured-deals-outer {
    padding-top: 1.5rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .non-seo-heading {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn span {
    display: none;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn.pause-deal .fa {
    font-size: 1.2rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .item-name {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 6rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .image {
    height: 17rem;
    float: none;
    width: 100%;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info {
    float: none;
    width: 100%;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .product-info-inner {
    margin-top: 1rem;
    text-align: center;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .product-info-inner .cta-buttons .more-info {
    display: none;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .product-info-inner .cta-buttons .add-to-cart {
    padding-bottom: 0;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-mid .product-info .product-info-inner .cta-buttons .add-to-cart button {
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  main.home .home-top-wrapper .featured-deals-outer .featured-deals .deal .deal-bottom {
    float: none;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    height: 6rem;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .image {
    width: 35%;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details {
    width: 65%;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .item-name {
    font-size: 1.4rem;
    height: 8rem;
  }
  main.home .home-top-wrapper .home-kickers ul.kickers > li .item-details .cta-buttons .more-info {
    display: none;
  }
  main.home .home-seo h1 {
    font-size: 1.8rem;
  }
  main.product .product-top {
    padding-bottom: 0;
  }
  main.product .product-top .product-left {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper {
    margin-bottom: 1rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image {
    height: 30rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-arrow {
    width: 8%;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .slick-arrow:before {
    font-size: 3.5rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 30rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image img {
    max-width: 84%;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta {
    display: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta a .fa {
    margin-top: 0;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .zoom-cta a span {
    font-size: 1.3rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions {
    height: 7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a {
    height: 7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a .fa {
    font-size: 3.4rem;
    line-height: 7rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails:not(.slick-initialized) .item-thumb {
    width: 20%;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img,
main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-video {
    width: 7rem;
    height: 7rem;
  }
  main.product .product-top .product-left .left-bottom-elements {
    display: none;
  }
  main.product .product-top .product-left .left-bottom-elements .social-share-icons,
main.product .product-top .product-left .left-bottom-elements .trust-badge,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
    padding-right: 0;
    padding-left: 0;
  }
  main.product .product-top .product-left .left-bottom-elements .trust-badge a span,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist a span {
    font-size: 1.3rem;
  }
  main.product .product-top .product-left .left-bottom-elements .trust-badge a .fa,
main.product .product-top .product-left .left-bottom-elements .add-to-wishlist a .fa {
    font-size: 1.6rem;
  }
  main.product .product-top .product-left .left-bottom-elements .social-share-icons {
    font-size: 1.3rem;
    float: none;
    width: 100%;
    padding-bottom: 2rem;
  }
  main.product .product-top .product-left .left-bottom-elements .trust-wish-outer {
    text-align: center;
  }
  main.product .product-top .product-left .left-bottom-elements .trust-badge {
    width: auto;
    float: none;
    padding-right: 10px;
    display: none;
  }
  main.product .product-top .product-left .left-bottom-elements .add-to-wishlist {
    width: auto;
    float: none;
    display: none;
  }
  main.product .product-top .product-right .buy-box-container {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap {
    padding: 0 1rem 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap h1.item-name {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pd-reviews-qa-wrap {
    margin-bottom: 10px;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pd-reviews-qa-wrap .pd-reviews-wrap {
    display: block;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pd-reviews-qa-wrap .pd-qa-wrap {
    display: block;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap .reviews {
    float: none;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .review-qa-wrap .qa {
    float: none;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .item-code,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .ship-weight {
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing {
    clear: both;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .slashed-price {
    font-size: 1.6rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap {
    /* .you-save {
    	float:none;
    	padding-left:0;
    	padding-top:1rem;
    	line-height:1;
    } */
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .pricing .sale-you-save-wrap .sale-price {
    font-size: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .non-seo-heading {
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option label {
    font-size: 1.5rem;
    display: block;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .product-options .option select {
    width: 100%;
    max-width: 30rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn {
    width: calc(100% - 7rem);
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .atc-area .atc-btn button {
    max-width: none;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap {
    width: 96%;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .bis-form button {
    width: 12rem;
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .back-in-stock .bis-inner-wrap .bis-form input {
    width: calc(100% - 12rem);
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .horizontal-line-text {
    font-size: 2rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save {
    padding: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .non-seo-heading-1,
main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .non-seo-heading-2 {
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .image {
    float: none;
    width: 100%;
    height: 12rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info {
    float: none;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .name {
    height: auto;
    overflow: visible;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option {
    padding-right: 0;
    padding-left: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option label {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0.5rem;
    float: none;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block .product-info .options .option select {
    float: none;
    width: 100%;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .item-block.no-options .product-info .name {
    margin-top: 0;
    margin-bottom: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .plus-sign {
    font-size: 3rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-pricing {
    float: none;
    text-align: center;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn {
    float: none;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button {
    width: 100%;
    font-size: 2.2rem;
    padding-right: 0;
    padding-left: 0;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .buy-together-and-save .bundled-atc-btn button .fa {
    font-size: 2.6rem;
  }
  main.product .product-top .product-right .cash-back-rewards {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .cash-back-rewards .cta {
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .free-shipping-promo {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .free-shipping-promo .non-seo-heading-1 {
    font-size: 1.6rem;
  }
  main.product .product-top .product-right .free-shipping-promo .non-seo-heading-2 {
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .free-shipping-promo .non-seo-heading-3 {
    font-size: 1.2rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator {
    margin-bottom: 2rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap {
    padding: 0.5rem 1rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap {
    display: block;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap label {
    float: none;
    padding-right: 0;
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap input {
    width: calc(100% - 12rem);
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .zip-code .zc-inner-wrap button {
    width: 12rem;
    font-size: 1.5rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results {
    padding-bottom: 2rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-col:nth-child(1) {
    width: 9rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap ul.ship-results li .ship-col:nth-child(2) {
    width: calc(100% - 9rem);
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .scde-inner-wrap .next-day-air {
    font-size: 1.4rem;
  }
  main.product .product-top .product-right .shipping-cost-delivery-estimator .non-seo-heading {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  main.product .product-top .product-right .promo-zone .non-seo-heading {
    font-size: 1.8rem;
  }
  main.product .product-top .product-right .promo-zone .pz-inner-wrap {
    padding: 1rem;
    height: auto;
  }
  main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-image {
    width: 11rem;
  }
  main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-info {
    width: calc(100% - 13rem);
    font-size: 1.6rem;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }
  main.product .product-top .product-right .promo-zone .pz-inner-wrap .product-info span {
    font-size: 1.6rem;
  }
  main.product .product-bottom .social-share-icons {
    padding-bottom: 5rem;
    text-align: center;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .mobile-heading {
    font-size: 1.8rem;
    line-height: 4.3rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab {
    font-size: 1.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab p {
    font-size: 1.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab:not(.related-items) {
    padding-right: 0;
    padding-left: 0;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .non-seo-heading {
    padding-bottom: 1rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .slider-outer {
    padding-top: 5.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box {
    padding: 1rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap label {
    font-size: 1.4rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .qty-wrap input {
    font-size: 1.4rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a .checkbox {
    width: 3rem;
    height: 2.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a .cta {
    width: calc(100% - 4rem);
    padding-left: 0;
    float: right;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .item-box .related-item-buy-box .checkbox-outer-wrap .checkbox-inner-wrap a.selected .checkbox:before {
    line-height: 2.3rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn {
    padding-bottom: 0;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button {
    width: 100%;
    max-width: 40rem;
    font-size: 2.2rem;
    padding-right: 0;
    padding-left: 0;
    line-height: 0;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button .fa {
    font-size: 2.4rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.inner-btn-wrap {
    float: none;
    display: inline-block;
  }
  main.section h1.name {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
  main.section .show-featured-items-btn {
    margin-bottom: 1rem;
  }
  main.section .show-featured-items-btn a {
    font-size: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  main.section .section-top-text .section-top-inner-container {
    max-height: 6.6rem;
    overflow: hidden;
  }
  main.section .section-top-text .read-more-mobile {
    display: block;
  }
  main.section .section-top-text .read-more-mobile a:before {
    content: "Read More";
  }
  main.section .section-top-text.show-all .section-top-inner-container {
    max-height: none;
  }
  main.section .section-top-text.show-all .read-more-mobile {
    display: none;
  }
  main.section .featured-items {
    margin-bottom: 2rem;
  }
  main.section .featured-items .main-item {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    margin-bottom: 2rem;
  }
  main.section .featured-items .main-item.without-kickers {
    border-bottom: 2px solid #e1e2e1;
    padding-bottom: 2rem;
  }
  main.section .featured-items .main-item.without-kickers .item-name {
    float: none;
    width: 100%;
  }
  main.section .featured-items .main-item.without-kickers .image {
    height: 17rem;
  }
  main.section .featured-items .main-item .non-seo-heading {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  main.section .featured-items .main-item h3.item-name {
    font-size: 1.5rem;
  }
  main.section .featured-items .main-item .image {
    width: 100%;
    float: none;
    height: 17rem;
  }
  main.section .featured-items .main-item .product-info {
    float: none;
    width: 100%;
    text-align: center;
  }
  main.section .featured-items .main-item .product-info .pricing {
    margin-top: 1rem;
  }
  main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart {
    padding-right: 0;
    float: none;
    width: 100%;
  }
  main.section .featured-items .main-item .product-info .cta-buttons .add-to-cart button {
    width: 100%;
  }
  main.section .featured-items .main-item .product-info .cta-buttons .more-info {
    display: none;
  }
  main.section .featured-items .main-item .product-info .product-description {
    text-align: left;
  }
  main.section .featured-items .kicker-items {
    border-top: 1px solid #c3c3c3;
  }
  main.section .featured-items .kicker-items ul.kickers > li {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    height: 15rem;
  }
  main.section .featured-items .kicker-items ul.kickers > li:nth-child(1), main.section .featured-items .kicker-items ul.kickers > li:nth-child(2) {
    float: none;
  }
  main.section .featured-items .kicker-items ul.kickers > li .image {
    width: 35%;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details {
    width: 65%;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .item-name {
    font-size: 1.4rem;
    height: 8rem;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .pricing {
    margin-bottom: 0;
  }
  main.section .featured-items .kicker-items ul.kickers > li .item-details .cta-buttons .more-info {
    display: none;
  }
  main.section.level-1 .category-boxes-wrapper .non-seo-heading {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .image {
    height: 17rem;
    margin-bottom: 0;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name {
    font-size: 1.4rem;
    line-height: 2rem;
    height: 6rem;
  }
  main.section.level-2 .ysw-search-on-page-contents h3 a {
    font-size: 1.4rem;
  }
  main.info .eci-img {
    padding-right: 0;
    float: none !important;
    padding-bottom: 2rem;
  }
  main.info .info-image {
    float: none;
    padding-right: 0;
  }
  main.info h1.name,
main.info h1,
main.info h2,
main.info h3 {
    font-size: 1.8rem;
  }
  main.blog h1.name {
    font-size: 1.8rem;
  }
  main.blog #contentarea-wrapper article.cat-post .entry-header h1.entry-title {
    font-size: 1.8rem;
  }
  main.blog #contentarea-wrapper article.cat-post .cat-post-content {
    font-size: 1.5rem;
  }

  footer .footer-mid .newsletter-container {
    float: none;
    padding-bottom: 1.5rem;
  }
  footer .footer-mid .newsletter-container .newsletter-form-container {
    width: 100%;
  }
  footer .footer-mid .newsletter-container .newsletter-form-container button[type=submit] {
    font-size: 1.4rem;
    height: 3.5rem;
  }
  footer .footer-mid .newsletter-container .newsletter-form-container input[type=email] {
    height: 3.5rem;
    font-size: 1.3rem;
  }
  footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading {
    font-size: 1.7rem;
  }
  footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading span {
    font-size: 1.6rem;
    padding-top: 0.7rem;
  }
  footer .footer-mid .social-container {
    float: none;
  }
  footer .footer-mid .social-container .heading {
    font-size: 1.7rem;
    float: left;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }
  footer .footer-bottom {
    padding-bottom: 8.4rem;
  }
  footer .footer-bottom .mid-cols > .content-container {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer .footer-bottom .mid-cols ul.contact-info {
    font-size: 1.6rem;
  }
  footer .footer-bottom .mid-cols ul.contact-info li.phone .info .contact-heading a {
    font-size: 1.6rem;
  }
  footer .footer-bottom .mid-cols ul.links li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  footer .footer-bottom .mid-cols ul.links li a {
    display: block;
    padding: 0.5rem;
  }
  footer .footer-bottom .mid-cols .heading {
    background-color: #07add1;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 4.3rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
  }
  footer .footer-bottom .mid-cols .heading:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
  }
  footer .footer-bottom .mid-cols .content-block-inner {
    display: none;
    margin: 1rem 0 2rem 0;
  }
  footer .footer-bottom .mid-cols .content-block-outer.open .content-block-inner {
    display: block;
  }
  footer .footer-bottom .mid-cols .col.col-1, footer .footer-bottom .mid-cols .col.col-2, footer .footer-bottom .mid-cols .col.col-3, footer .footer-bottom .mid-cols .col.col-4 {
    width: 100%;
    float: none;
  }
  footer .footer-bottom .mid-cols .col.col-1, footer .footer-bottom .mid-cols .col.col-2, footer .footer-bottom .mid-cols .col.col-3 {
    padding-right: 0;
    padding-left: 0;
  }
  footer .footer-bottom .mid-cols .col.col-4 .heading {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  footer .footer-bottom .mid-cols .col.col-4 .content-block-inner {
    float: none;
    width: 100%;
  }
  footer .footer-bottom .mid-cols .col.col-4 ul.contact-info li {
    width: 100%;
    float: none;
  }
  footer .footer-bottom .mid-cols .col.col-4 ul.contact-info li:last-child {
    padding-bottom: 0;
  }
  footer .footer-bottom .footer-badges {
    padding: 2rem 0;
    border-bottom: 1px solid #7d7d7d;
  }
  footer .footer-bottom .footer-badges ul.badges {
    max-width: 40rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li {
    margin-right: 0;
    margin-left: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(1) {
    width: 48%;
    text-align: right;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(1) img {
    width: 14rem;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(2) {
    text-align: left;
    float: right;
    display: list-item;
    width: 48%;
    padding-top: 2rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(2) img {
    width: auto;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods {
    display: inline-block;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment {
    padding-bottom: 0;
    margin: 0 1%;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    width: 14%;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) img, footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) img {
    width: auto;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    clear: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    clear: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3) {
    padding-bottom: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(1), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(2), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(4) {
    padding-right: 0;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(3), footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:nth-child(5) {
    clear: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:last-child {
    width: 32%;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(3) .payment-methods .payment:last-child img {
    max-height: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(4) {
    display: none;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(5) {
    width: 48%;
    text-align: right;
    padding-top: 2rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(5) img {
    width: 85%;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(6) {
    width: 48%;
    float: right;
    text-align: left;
    padding-top: 2rem;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(6) img {
    width: 85%;
    height: auto;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(7) {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 1.5rem;
    clear: both;
  }
  footer .footer-bottom .footer-badges ul.badges > li:nth-child(7) img {
    width: auto;
    height: auto;
  }
  footer .footer-bottom .copyright {
    padding-bottom: 0;
    font-size: 1.3rem;
    padding-top: 2rem;
  }
  footer .footer-bottom .copyright span {
    display: inline;
  }

  #back-to-top-btn {
    width: 4.4rem;
    height: 4.4rem;
    padding-top: 0.4rem;
    background-color: #026f98;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
  }
  #back-to-top-btn.show {
    display: block;
  }
  #back-to-top-btn .fa {
    font-size: 2rem;
    line-height: 1;
  }
  #back-to-top-btn span {
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .item-box .pricing .reg-price span {
    display: none;
  }
  .item-box .pricing .sale-price {
    min-height: 3.6rem;
  }

  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image {
    height: 25rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .ysw-main-image-wrapper .main-item-image .image {
    height: 25rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails:not(.slick-initialized) .item-thumb {
    width: 25%;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button {
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.main-txt {
    padding-right: 1rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.secondary-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .image {
    height: 14rem;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info {
    padding: 0.5rem;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info h3.name {
    font-size: 1.3rem;
    line-height: 1.6rem;
    height: 4.8rem;
  }
  main.section.level-1 .category-boxes-wrapper ul.cat-boxes li .cat-box-info .view-all-btn a {
    font-size: 1.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions {
    height: 6rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a {
    height: 6rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .thumb-btn a .fa {
    line-height: 6rem;
  }
  main.product .product-top .product-left #ysw-image-rotator .image-nav-actions .item-thumbnails .item-thumb .item-thumb-img {
    width: 6rem;
    height: 6rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images {
    height: 11.5rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images .thumb-btn a {
    height: 6rem;
  }
  main.product .product-top .product-right .buy-box-container .buy-box-inner-wrap .options-container .option-images ul.images li a {
    width: 6rem;
    height: 6rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button {
    font-size: 1.8rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button .fa {
    font-size: 1.8rem;
  }
  main.product .product-bottom .product-tabs-container .product-tabs .tab-content .tab.related-items .related-items-atc-btn button span.secondary-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1250px) {
  #ysw-search-vertical-container #ysw-search-left-column {
    min-height: 1000px;
  }
}
@media screen and (max-width: 370px) {
  main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .pause-deal {
    display: none;
  }

  main.home .home-top-wrapper .featured-deals-outer .featured-deals-top .deal-nav-buttons .deal-btn {
    margin: 0 0.2rem;
  }

  footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading {
    font-size: 1.5rem;
    padding-top: 0.2rem;
  }
  footer .footer-mid .newsletter-container .newsletter-text .non-seo-heading span {
    font-size: 1.5rem;
  }
  footer .footer-mid .social-container .heading {
    font-size: 1.5rem;
  }
}

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