img {
  width: auto;
  height: auto;
}
body, html {
  font-size: 15px;
  line-height: normal
}
.header-top .value-prop-bar, nav ul, nav ul li {
  list-style: none;
  margin: 0;
  padding: 0
}
.header-top {
  background: #eee
}
.header-top .value-prop-bar {
  float: left;
  width: 100%;
  text-align: center
}
@media (min-width:768px) {
  .header-top .value-prop-bar {
    height: 45px;
    overflow: hidden;
  }
}
/*
.header-top .value-prop-bar > li {
  display: inline-block;
  float: none;
  width: auto;
  text-align: center;
  font-size: 16px;
  padding: 0 32px
}
.header-top .value-prop-bar > li:nth-child(1) {
  text-align: center;
  padding-left: 0
}
.header-top .value-prop-bar > li:nth-child(4) {
  text-align: center;
  padding-right: 0
}
*/

@media (min-width: 992px) {
.header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
	letter-spacing: .1em;
}
.header-top .value-prop-bar {
	float: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
}
.header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
  font-weight: 600;
  color: #565c5d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: .16em;
  white-space: nowrap;
  display: block
}
.header-mid .talk-to-us .talk-number > a, .header-top .value-prop-bar > li > a:hover, .navbar-nav > li > a {
  text-decoration: none;
  color: #64c2cf
}
.header-mid {
  background: #f9f9f9
}
.header-mid .navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  clear: both;
}
.header-logo {
  max-width: 275px
}
.header-logo > a {
  display: block
}
.header-logo img {
  max-width: 100%;
  padding: 5px 0
}
.navbar-nav > li > a {
  color: #565c5d;
  font-weight: 600;
  padding: 0 0 0 30px;
  font-size: 16px
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #64c2cf;
  background-color: transparent
}
.header-bottom .main-menu-button:before, .navbar-nav > li > a:before {
  content: "\f0da";
  color: #64c2cf;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px
}
.header-mid .talk-to-us {
  padding: 15px 0 20px
}
.header-mid .talk-to-us .talk-message {
  color: #a7aaab;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  float: right;
  text-align: right;
  letter-spacing: .05em;
  line-height: 20px;
  padding: 2px 12px 0 0
}
.header-mid .talk-to-us .talk-message > strong {
  color: #eb685e;
  font-weight: 700;
  font-size: 1.1em
}
.header-mid .talk-to-us .talk-number {
  color: #64c2cf;
  font-size: 2.1em;
  letter-spacing: .1em;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: block;
  float: right;
  line-height: 40px
}
.header-bottom {
  background: #565c5d
}
.header-bottom .main-menu-button {
  line-height: 61px;
  font-size: 1.15em;
  font-weight: 600;
  color: #e8e9e9;
  text-align: center;
  display: block;
  border-left: 1px solid #65696a;
  border-right: 1px solid #65696a;
  cursor: pointer
}
.header-bottom .main-menu-button:before {
  content: "\f0c9";
  font-size: 1.15em;
  color: #eb685e;
  transition: color ease .3s
}
.header-bottom .main-menu-wrap.menu-open, .header-bottom .main-menu-wrap:hover {
  background-color: #373b3c
}
.header-bottom .main-menu-wrap ul li:hover, .header-bottom .main-menu-wrap.menu-open .main-menu-button, .header-bottom .main-menu-wrap.menu-open .main-menu-button:before, .header-bottom .main-menu-wrap:hover .main-menu-button, .header-bottom .main-menu-wrap:hover .main-menu-button:before {
  color: #fff
}
.header-bottom .main-menu-wrap {
  position: relative;
  color: #fff;
  z-index: 10;
  max-width: 262px;
  transition: background-color ease .3s
}
.header-bottom .main-menu-wrap ul {
  list-style: none;
  margin: 0
}
.header-bottom .main-menu-wrap ul li {
  color: rgba(255, 255, 255, .8)
}
.header-bottom .main-menu-wrap .menu-level-1 {
  min-height: 150px;
  width: 260px;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 61px;
  background: #373b3c;
  padding: 0;
  opacity: 0;
  transition: opacity ease .3s;
  visibility: hidden
}
@media (min-width:768px) {
  .header-bottom .main-menu-wrap.menu-open .menu-level-1, .header-bottom .main-menu-wrap:hover .menu-level-1 {
    opacity: 1;
    visibility: visible
  }
}
.header-bottom .main-menu-wrap .menu-level-1 > li {
  cursor: pointer;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-weight: 400
}
.header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
  display: block;
  padding-left: 30px;
  font-size: 15px;
  line-height: 50px;
  white-space: nowrap;
  position: relative
}
.header-bottom .main-menu-wrap .menu-level-1 > li .menu-title:after {
  content: "\f0da";
  font-weight: 400;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 1px;
  line-height: 50px
}
.header-bottom .menu-level-1 > li.menu-open, .header-bottom .menu-level-1 > li:hover {
  color: #fff;
  background: #53595a
}
.header-bottom .menu-level-1 > li.menu-open .menu-title:after, .header-bottom .menu-level-1 > li:hover .menu-title:after {
  color: #64c2cf
}
.header-bottom .main-menu-wrap .menu-level-2 {
  border-left: 1px solid #65696a;
  border-top: 1px solid #65696a;
  position: absolute;
  left: 260px;
  top: 0;
  background: #53595a;
  background: rgba(83, 89, 90, .93);
  padding: 10px 10px 15px;
  transition: opacity ease .3s;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  cursor: auto;
  display: block
}
@media (min-width:768px) {
  .header-bottom .menu-level-1 > li.menu-open > .menu-level-2, .header-bottom .menu-level-1 > li:hover > .menu-level-2 {
    opacity: 1;
    visibility: visible
  }
}
.header-bottom .main-menu-wrap .menu-level-2 > li {
  display: inline-block
}
.header-bottom .main-menu-wrap .menu-level-2 > li > a {
  padding: 5px 15px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  width: 275px;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  text-transform: none
}
.header-bottom .main-menu-wrap .menu-level-2 > li > a:hover {
  color: #fff;
  text-decoration: underline
}
.header-bottom .main-menu-wrap .ShopBrand .menu-level-2 {
  width: 725px
}
.header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
  width: 230px
}
.header-bottom .search-wrap {
  padding: 10px 0;
  height: 61px;
  position: relative
}
.header-bottom .search-box {
  border: 0;
  border-radius: 4px;
  line-height: 41px;
  height: 41px;
  width: 100%;
  background: #f9f9f9;
  font-size: 1.25em;
  padding: 0 55px 0 15px
}
.header-bottom .search-box:focus {
  outline: 0;
  background: #fff
}
.header-bottom .search-button {
  width: 50px;
  height: 37px;
  line-height: 37px;
  background: 0 0;
  border: 0;
  font-size: 1.3em;
  color: #64c2cf;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 12px;
  display: block
}
.header-bottom .search-button:focus, .header-bottom .search-button:hover {
  outline: 0;
  color: #565c5d
}
.header-bottom .shopping-cart-button {
  line-height: 61px;
  font-size: 1.15em;
  font-weight: 600;
  color: #e8e9e9;
  text-decoration: none;
  text-align: center;
  display: block;
  border-left: 1px solid #65696a;
  border-right: 1px solid #65696a
}
.btn, .category-content .pagination li a:hover, .footer-lower .copyright a, .header-bottom .shopping-cart-button:hover, a.btn {
  text-decoration: none
}
.header-bottom .shopping-cart-button:before {
  content: "\f07a";
  font-size: 1.15em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px;
  transition: color ease .3s
}
.header-bottom .cart-wrap {
  position: relative;
  z-index: 9;
  transition: color ease .3s, background-color ease .3s
}
.header-bottom .cart-wrap .cart-item-total {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  background: #64c2cf;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  margin-left: 5px
}
.header-bottom .cart-wrap .cart-details {
  position: absolute;
  left: 1px;
  right: 1px;
  background: #373b3c;
  padding: 5px 15px 15px;
  opacity: 0;
  transition: opacity ease .3s;
  visibility: hidden;
  text-align: center
}
.header-bottom .cart-wrap:hover {
  background-color: #373b3c
}
.header-bottom .cart-wrap:hover .cart-details {
  opacity: 1;
  visibility: visible
}
.header-bottom .cart-wrap:hover .shopping-cart-button, .header-bottom .cart-wrap:hover .shopping-cart-button:before, .product-details-page .pdp-product-description-col #prodBoxes > li > a.active span.fa, .product-details-page .pdp-product-description-col #prodBoxes > li > a:hover span.fa {
  color: #fff
}
.header-bottom .cart-wrap .cart-details > span {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  display: inline-block;
  padding: 5px
}
.header-bottom .cart-wrap .cart-details > span > strong {
  font-weight: 600;
  color: #64c2cf
}
.header-bottom .cart-wrap .cart-details .btn.cart-hover-checkout-button {
  display: block;
  margin-top: 15px;
  height: 40px;
  line-height: 38px
}
.btn.primary1 {
  background-color: #64c2cf;
  color: #fff
}
.btn.primary2 {
  background-color: #eb685e;
  color: #fff
}
.btn.primary3, .product-details-page .pdp-product-description-col #prodBoxes > li > a.active, .product-details-page .pdp-product-description-col #prodBoxes > li > a:hover {
  background-color: #565c5d;
  color: #fff
}
.btn, a.btn {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  line-height: 48px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  transition: background-color ease .3s, color ease .3s;
  border: 0;
  border-radius: 3px;
  letter-spacing: 1px
}
.home-categories .category-item .item-title, .home-hero .hero-text-wrap .hero-title {
  font-family: Oswald, sans-serif;
  letter-spacing: .075em;
  text-transform: uppercase
}
.btn:active, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
  outline: 0
}
.form-control:focus {
  border-color: #64c2cf;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 194, 207, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 194, 207, .6)
}
.of2goForm .form-horizontal .control-label {
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;
  text-align: left
}
.of2goForm .form-group {
  margin-bottom: 12px
}
.of2goForm.contact-form {
  padding: 15px 0;
  max-width: 600px;
  line-height: normal
}
textarea.form-control {
  max-width: 100%;
  min-height: 150px;
  max-height: 300px
}
.of2goForm .form-button {
  text-align: right;
  padding: 15px 0
}
.of2goForm .form-button .btn {
  min-width: 275px
}
.section-title {
  text-align: center
}
.section-title .title {
  font-size: 3em;
  font-weight: 400;
  color: #565c5d;
  margin: 30px 0
}
.section-content {
  line-height: 1.5
}
.section-content p {
  margin: 15px 0
}
.category-header-block .category-header.search strong, .page-body.order-thank-you-page section.order-status p strong, .page-body.static-content-page .page-content strong, .section-content p strong {
  font-weight: 600
}
.home-hero {
  position: relative;
  overflow: hidden
}
.home-hero .hero-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 448px;
  position: relative
}
.home-hero .hero-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .32);
  transition: background-color ease .5s
}
.home-hero:hover .hero-image:before {
  background-color: rgba(0, 0, 0, .12)
}
.home-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px
}
.home-hero .hero-text-wrap .hero-title {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  font-size: 3.25em
}
.home-hero .hero-text-wrap .hero-sub-text {
  max-width: 750px;
  margin: auto
}
.home-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  margin: 15px 0
}
.home-hero .hero-text-wrap .hero-buttons .btn {
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  margin: 15px;
  height: 46px;
  font-size: 1.2em;
  line-height: 43px;
  border: 1px solid #565c5d
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary1 {
  background-color: rgba(100, 194, 207, .8)
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary2 {
  background-color: rgba(235, 104, 94, .8)
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary1:hover {
  background-color: #64c2cf
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary2:hover {
  background-color: #eb685e
}
.home-categories {
  background: #f9f9f9;
  padding-bottom: 30px
}
.home-categories .category-item {
  border: 2px solid #eee;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  transition: border-color .3s ease
}
.home-categories .category-item:hover {
  border-color: #ccc
}
.home-categories .category-item img {
  min-width: 100%;
  width: 100%;
  display: block;
  padding: 15px 5px
}
.home-categories .category-item .item-title {
  font-size: 1.65em;
  font-weight: 400;
  color: #64c2cf;
  margin: 15px 0
}
.home-about {
  padding-bottom: 30px;
  background: #eee
}
.footer-upper {
  background: #565c5d
}
.footer-upper .newsletter-wrap {
  float: left;
  width: 100%;
  padding: 10px 15px 10px 0
}
.newsletter-wrap .newsletter-box, .newsletter-wrap .subscribe-button {
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  float: left;
  font-size: 1.1em
}
.footer-upper .newsletter-wrap .newsletter-mobile-title {
  display: none
}
.newsletter-wrap .newsletter-box {
  border: 0;
  border-radius: 4px 0 0 4px;
  width: 70%;
  background: #f9f9f9;
  display: block
}
.newsletter-wrap .newsletter-box:focus {
  outline: 0;
  background: #fff
}
.newsletter-wrap .subscribe-button {
  border: 0;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  width: 30%;
  margin-left: -1px
}
.newsletter-wrap .subscribe-button:focus, .newsletter-wrap .subscribe-button:hover {
  outline: 0
}
.footer-upper .catalog-wrap {
  text-align: left;
  padding-left: 15px
}
.footer-upper .catalog-wrap .catalog-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none
}
.footer-lower .copyright a:hover, .footer-upper .catalog-wrap .catalog-button:hover {
  text-decoration: underline
}
.footer-upper .catalog-wrap .catalog-button:before {
  content: "\f14b";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom
}
.footer-lower {
  background: #fff;
  padding: 40px 0;
  text-align: center
}
.footer-lower .footer-badges ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: auto
}
.footer-lower .footer-badges ul > li {
  padding: 0 12px;
  display: table-cell;
  vertical-align: middle
}
.footer-lower .copyright {
  margin: 40px 0;
  font-size: 15px
}
#navFilterPanel {
  position: relative;
  padding: 1px;
  margin-bottom: 30px
}
#navFilterPanel .filter-header-wrap {
  height: 50px;
  line-height: 50px;
  margin-top: 20px
}
#navFilterPanel .panel-header {
  color: #565c5d;
  font-weight: 600;
  font-size: 16px
}
#navFilterPanel #clearFilters {
  float: right
}
#navFilterPanel #clearFilters > a {
  white-space: nowrap;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  background: #eb685e;
  border-radius: 3px;
  border: 0;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  margin-top: 12px
}
#navFilterPanel #clearFilters > a:hover {
  background: #aaa
}
#navFilterPanel .filtersPanel {
  border-top: 1px solid #565c5d;
  clear: both
}
#navFilterPanel .filter-block {
  border-bottom: 1px solid #565c5d
}
#navFilterPanel .filter-block .title {
  display: block;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
  line-height: 50px;
  height: 50px
}
#navFilterPanel .filter-block .title:before, #navFilterPanel .filter > ul > li a:before {
  display: inline-block;
  position: absolute;
  left: -25px;
  content: "\f138";
  font-size: 16px;
  color: #565c5d;
  font-family: FontAwesome
}
#navFilterPanel .filter-block .title.filter-menu-open:before {
  content: "\f13a"
}
#navFilterPanel .filter-block .toggleControl {
  display: block;
  color: #565c5d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none
}
#navFilterPanel .filter-block .title.filter-menu-open .toggleControl, #navFilterPanel .filter-block .title.filter-menu-open:before, #navFilterPanel .filter-block .title:hover:before, #navFilterPanel .filter-block .toggleControl:hover {
  color: #222;
  text-decoration: none
}
#navFilterPanel .filtersGroupPanel {
  position: relative;
  overflow: hidden;
  display: none
}
#navFilterPanel .filter {
  padding-bottom: 20px
}
#navFilterPanel .filter > ul > li a {
  cursor: pointer;
  display: block;
  color: #565c5d;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  padding: 2px 0 2px 30px
}
#navFilterPanel .filter > ul > li a:before {
  left: 0;
  content: "\f10c";
  color: #000;
  opacity: .35;
  line-height: 22px
}
#navFilterPanel .filter > ul > li a.active:before {
  content: "\f058"
}
.page-body.category-page .product-grid {
  margin-top: 30px;
  margin-bottom: 20px
}
.product-grid .item-box {
  height: auto;
  padding-bottom: 40px
}
.product-grid .item-box .product-item .picture {
  padding-bottom: 10px
}
.product-grid .item-box .product-item .picture img, .related-products .product-grid .item-box .picture img {
  width: auto;
  max-width: 100%
}
.category-description h2, .item-box .details .product-options {
  color: #999;
  font-weight: 400;
  font-size: 14px
}
.item-box .details .product-brand, .item-box .details .product-title {
  margin: 0
}
.item-box .details .product-title > a {
  color: #222;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  font-size: 15px;
  margin: 5px 0
}
.item-box .details .product-title > a > span {
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.item-box .details .product-price .price {
  color: #eb685e;
  font-weight: 600;
  font-size: 1em
}
.item-box .details .product-price .free-ship {
  margin-left: 5px;
  font-weight: 400;
  color: #64c2cf
}
.item-box .details .product-brand > a, .item-box .details .product-number > a {
  color: #999;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  font-size: 15px;
  margin: 5px 0
}
.item-box .details .product-number > a {
  font-size: 11px
}
.category-content {
  padding-bottom: 30px
}
.category-header-block .category-header {
  font-weight: 400;
  font-size: 1.5em;
  text-transform: capitalize;
  color: #565c5d;
  display: block;
  height: auto;
  min-height: 52px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #565c5d
}
.category-header-block .category-header.search {
  text-transform: none
}
.category-header-block .category-header.search .search-term {
  color: #64c2cf;
  font-weight: 600
}
.category-description {
  border-top: 1px solid #999;
  margin-top: 30px
}
.category-description h2 {
  font-size: 1.2em;
  margin: 15px 0
}
.category-description, .category-description p, .category-description span {
  font-size: .92em;
  color: #999;
  line-height: 1.5
}
.category-description p {
  margin: 15px 0
}
.category-content .sort-options label {
  color: #565c5d;
  font-weight: 400;
  font-size: 1em;
  margin-right: 5px
}
.pagination a:active, .pagination a:focus {
  text-decoration: none
}
.category-content .pagination {
  float: right;
  display: block;
  font-size: .95em
}
.category-content .pagination li {
  float: left;
  display: block
}
.category-content .pagination li a, .category-content .pagination li span {
  display: block;
  padding: 0;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #565c5d;
  border: 2px solid transparent;
  border-radius: 4px;
  margin: 0;
  box-sizing: content-box;
  font-weight: 600
}
.category-content .pagination li.prev a {
  width: auto;
  padding: 0 8px 0 0
}
.category-content .pagination li.next a {
  width: auto;
  padding: 0 0 0 8px
}
.category-content .pagination li:hover a {
  color: #222
}
.category-content .pagination li.active a {
  border-color: #565c5d;
  color: #222
}
.category-content .pagination li span {
  color: #999
}
.page-title {
  margin: 30px 0 20px
}
.page-title h1.title {
  font-size: 2rem;
  font-weight: 400;
  color: #565c5d;
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase
}
.cart-summary .cart-table {
  width: 100%
}
.cart-summary .cart-table th {
  background-color: #565c5d;
  font-size: .85rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  padding: 0 10px
}
.cart-summary .cart-table td {
  padding: 15px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #565c5d;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: top
}
.cart-summary .cart-table tr td:last-child, .cart-summary .cart-table tr th:last-child {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px
}
.cart-summary .cart-table td.cart-total-title {
  text-align: right;
  white-space: nowrap
}
.cart-summary .cart-table td.cart-total-value {
  text-align: left
}
.cart-summary .cart-table td.cart-total-title > span, .cart-summary .cart-table td.cart-total-value > span {
  display: block;
  line-height: 1.6;
  white-space: nowrap
}
.cart-summary .cart-table td.cart-total-title > span.total-title, .cart-summary .cart-table td.cart-total-value > span.total-value {
  color: #64c2cf;
  font-weight: 700
}
.cart-summary .cart-table td.item-savings {
  color: #eb685e
}
.cart-summary .cart-table td img.item-picture {
  display: block;
  float: left;
  border: 1px solid #eee
}
.cart-summary .cart-table td .item-details {
  margin-left: 95px;
  display: block;
  text-align: left;
  color: #565c5d;
  font-size: 1rem
}
.cart-summary .cart-table td .item-details > span {
  display: block
}
.cart-summary .cart-table td .item-details.ship-est {
  font-weight: 700;
  color: #64c2cf;
  padding-top: 5px
}
.cart-summary .cart-table td .item-qty {
  max-width: 85px;
  width: 85px;
  margin: auto auto 8px;
  text-align: center;
  font-size: 1.15rem
}
.cart-summary .cart-table td .remove-item, .cart-summary .cart-table td .update-qty {
  line-height: 19px;
  height: 21px;
  font-size: 10px;
  padding: 0;
  width: 85px;
  letter-spacing: normal;
  margin: auto auto 6px;
  background-color: #aaa;
  display: block
}
.cart-summary .cart-buttons > div > .btn, .opc-step .btn.continue-checkout, .product-details-page .gallery .picture img {
  width: 100%
}
.cart-summary .cart-table td .remove-item:hover, .cart-summary .cart-table td .update-qty:hover {
  background-color: #777
}
.cart-summary .cart-buttons {
  padding: 30px 0 0
}
.cart-buttons .checkout-now-button {
  text-align: right
}
.cart-buttons .continue-shopping-button {
  padding-bottom: 10px;
  text-align: left
}
.cart-buttons .no-money-down {
  padding-bottom: 20px;
  text-align: center
}
.cart-buttons .no-money-down img, .product-details-page .picture-thumbs > div {
  display: inline-block
}
.page-body .right-aside {
  padding-bottom: 30px
}
.page-body .right-aside h2.title {
  font-size: 2rem;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: 400;
  color: #565c5d;
  display: block
}
.page-body .right-aside .cart-call-info {
  margin: 0 0 30px
}
.page-body .right-aside .cart-call-info h3 {
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 1.6rem;
  display: block;
  font-weight: 400
}
.page-body .right-aside .cart-call-info h4 {
  line-height: 1.3;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #eb685e;
  margin: -10px 0 10px
}
.page-body .right-aside .cart-call-info h3 strong {
  display: block;
  color: #64c2cf
}
.page-body .right-aside .cart-call-info h3 strong a {
  color: #64c2cf;
  text-decoration: none
}
.page-body .right-aside .cart-call-info p {
  font-size: .9rem;
  font-weight: 400;
  margin: 0 0 2px
}
.cart-value-prop, .page-body .right-aside .cart-call-info {
  padding: 20px 15px;
  background: #f1f1f1;
  color: #565c5d
}
.cart-value-prop h3 {
  margin: 0 0 15px;
  color: #565c5d;
  font-size: 1.2rem;
  display: block
}
.cart-value-prop ul, .cart-value-prop ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 15px
}
.cart-value-prop ul li {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin: 0 0 5px;
  color: #eb685e
}
.cart-value-prop p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 2px
}
.cart-value-prop h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #64c2cf
}
.opc-step .form-horizontal .control-label {
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;
  text-align: left
}
.blue-badge, .opc-step-title > h2, .product-details-page .picture-thumbs, .red-badge, .slide-menu > h3:after {
  text-align: center
}
.opc-step .form-group {
  margin-bottom: 12px
}
.opc-step-title {
  background: #eee;
  text-transform: uppercase;
  color: #aaa;
  height: 57px;
  line-height: 55px;
  position: relative;
  padding: 0 15px;
  border-bottom: 3px solid #fff;
  transition: .2s background linear
}
.opc-step-title > h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2px
}
.opc-step-title.active-step {
  background: #565c5d;
  color: #fff
}
.opc-step-title:hover {
  background: #ddd;
  cursor: pointer
}
.opc-step-title.active-step:hover {
  background: #565c5d;
  cursor: auto
}
.opc-step-content .opc-inner {
  padding-top: 25px;
  padding-bottom: 25px
}
.opc-step-content h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #565c5d
}
.payment-details .fa {
  margin-left: 6px;
  color: #999;
  font-size: 1.7rem;
  line-height: 24px;
  vertical-align: middle
}
.payment-details .delivery-instructions label {
  font-weight: 400;
  font-size: .9em;
  margin-bottom: 12px
}
.opc-step.confirm-order .confirm-order-info p {
  color: #565c5d;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600
}
.opc-step .continue-checkout-button {
  clear: both;
  padding-top: 15px;
  padding-bottom: 5px
}
.opc-step .submit-order-button {
  clear: both;
  padding-top: 35px
}
.opc-step .submit-order-button > p {
  margin: 18px 0 0;
  font-size: 13px;
  color: #999
}
.opc-step .btn.submit-order {
  font-size: 20px;
  line-height: 60px;
  height: 62px;
  width: 100%
}
.page-body.order-thank-you-page section {
  border-top: 5px solid #eee;
  padding: 30px 0
}
.page-body.order-thank-you-page section.order-status {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}
.page-body.order-thank-you-page section.order-details {
  margin-bottom: 60px
}
.page-body.order-thank-you-page section p {
  font-size: 1rem;
  color: #565c5d
}
.page-body.order-thank-you-page section p:last-child {
  margin-bottom: 0
}
.page-body.order-thank-you-page section h2 {
  font-size: 1.2rem;
  color: #565c5d;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400
}
.page-body.order-thank-you-page section.order-status .btn {
  min-width: 260px;
  margin-bottom: 15px
}
.page-body.order-thank-you-page section.order-status p {
  font-size: 1.2rem
}
.breadcrumb ul, .page-body.order-thank-you-page section.order-personal-info .info-box {
  list-style: none;
  margin: 0;
  padding: 0 0 30px
}
.page-body.order-thank-you-page section.order-personal-info .info-box.payment {
  padding-bottom: 0
}
.page-body.order-thank-you-page section.order-personal-info .info-box li {
  list-style: none;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: 600
}
.page-body.static-content-page {
  padding-bottom: 30px
}
.page-body.static-content-page .page-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #565c5d
}
.page-body.static-content-page .page-content {
  color: #565c5d;
  font-size: 1rem;
  line-height: 1.7
}
.page-body.static-content-page .page-content li, .page-body.static-content-page .page-content ol, .page-body.static-content-page .page-content p, .page-body.static-content-page .page-content span, .page-body.static-content-page .page-content ul {
  font-size: 1rem;
  font-weight: 400
}
.page-body.static-content-page .page-content ul {
  padding-left: 30px;
  margin: 12px 0;
  list-style: disc
}
.page-body.static-content-page .page-content ul li {
  padding-bottom: 5px;
  padding-left: 10px
}
.page-body.static-content-page .page-content p {
  margin: 0 0 12px
}
.page-body.static-content-page .page-content h2, .page-body.static-content-page .page-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding-top: 10px;
  line-height: 1.2
}
.page-body.static-content-page .page-content h3 {
  font-size: 1rem
}
.static-content-nav-col h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 5px;
  color: #565c5d;
  line-height: 81px;
  height: 81px;
  border-bottom: 1px solid #565c5d
}
.static-content-nav-col h2:before {
  display: inline;
  margin-right: 6px;
  content: "\f059";
  font-family: FontAwesome
}
.static-content-nav-col nav ul li a {
  cursor: pointer;
  display: block;
  color: #565c5d;
  font-weight: 400;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.5;
  padding-bottom: 10px
}
.slide-menu {
  margin: 20px 0
}
.page-body.static-content-page .page-content .slide-menu > h3 {
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  background: #f1f1f1;
  padding: 15px 60px 15px 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5
}
.slide-menu > h3:after {
  display: block;
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 54px;
  cursor: pointer;
  height: 54px;
  width: 54px;
  top: 0;
  color: #cacaca
}
.slide-menu > h3.active-menu:after {
  content: "\f077"
}
.menu-content {
  display: none
}
.menu-content .inner {
  padding: 0 15px 15px;
  background: #f1f1f1
}
.breadcrumb {
  padding: 15px 0
}
.breadcrumb ul {
  padding: 0
}
.breadcrumb ul li {
  display: inline
}
.breadcrumb ul li, .breadcrumb ul li a {
  font-size: 1rem;
  color: #888
}
.breadcrumb .delimiter {
  margin-left: 3px;
  margin-right: 3px
}
.blue-badge, .red-badge {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}
.blue-badge {
  background-color: #64c2cf
}
.red-badge {
  background-color: #eb685e
}
.product-details-page .gallery .picture {
  text-align: center;
  padding: 0 0 30px;
  cursor: pointer
}
.product-details-page .picture-thumbs a {
  display: inline-block;
  padding: 6px
}
.product-details-page .picture-thumbs a img {
  width: 100%;
  display: block;
  max-width: 100px
}
.product-details-page .picture-thumbs a.cloudzoom-gallery-active {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50)
}
.product-details-page .overview .product-name h1 {
  display: block;
  padding: 0;
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 400;
  color: #555;
  line-height: 1.25
}
.product-details-page .pdp-product-buy-col .product-price {
  font-size: 3.2rem;
  color: #eb685e;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px
}
.product-details-page .pdp-product-buy-col {
  color: #565c5d
}
.product-details-page .pdp-product-buy-col .free-ship {
  color: #64c2cf;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px
}
.product-details-page .pdp-product-buy-col .compare-price {
  color: #aaa;
  font-size: 1.2rem;
  padding-bottom: 5px
}
.product-details-page .pdp-product-buy-col .savings {
  color: #eb685e;
  font-size: 1.2rem
}
.product-details-page .pdp-product-buy-col .sku {
  font-size: 1.2rem;
  padding: 15px 0 5px
}
.product-details-page .pdp-product-buy-col .sku .value, .product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox strong {
  font-weight: 600
}
.product-details-page .pdp-product-buy-col .phone {
  color: #64c2cf;
  font-size: 1rem;
  font-weight: 600
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box {
  padding: 25px 0 10px
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box .attribute-label {
  line-height: 40px;
  margin: 0 10px 0 0;
  display: block;
  float: left
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box input.qty {
  float: left;
  max-width: 70px;
  font-size: 1.25rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
  padding: 10px 0 0
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box .option-dropdown {
  font-size: 1.1rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px
}
.product-details-page .pdp-product-buy-col .add-to-cart .attribute-label {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}
.product-details-page .pdp-product-buy-col .buttons {
  padding: 15px 0;
  margin-bottom: 15px
}
.product-details-page .pdp-product-buy-col .buttons .add-to-cart-button {
  width: 100%;
  max-width: none;
  font-size: 1.2rem
}
.product-details-page .pdp-product-buy-col .buttons .low-price {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 1.05rem;
  height: auto;
  min-height: 50px;
  border: 2px solid #999;
  color: #555;
  margin-top: 40px;
  letter-spacing: normal;
  padding: 0
}
.product-details-page .pdp-product-description-col #prodBoxes {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 15px
}
.product-details-page .pdp-product-description-col #prodBoxes > li {
  border-bottom: 1px solid #fff
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a {
  color: #565c5d;
  font-size: 14px;
  text-align: left;
  display: block;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  background: #eee;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
  border-radius: 3px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a span.fa {
  color: #aaa;
  font-size: 14px;
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 16px;
  top: 50%;
  margin-top: -8px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a.active span.fa.fa-minus {
  visibility: hidden
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox {
  display: none;
  padding: 0
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox .toggleWrap {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  background: #f9f9f9
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox h2 {
  margin: 0 0 2px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox p {
  margin: 0 0 8px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 3px 20px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox ul li {
  padding-bottom: 5px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list {
  margin: 0 -5px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item img {
  width: 100%;
  max-width: 150px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item label {
  font-size: .85rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-overflow: ellipsis
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item {
  padding: 0 5px 10px;
  text-align: center
}
.product-details-page .product-share-button {
  text-align: center;
  padding: 30px 0;
  height: 86px;
  overflow: hidden;
}
.product-share-button .share-title, .product-share-button span {
  color: #565c5d;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding-right: 10px;
  padding-top: 4px;
  text-transform: uppercase;
  vertical-align: middle
}
.product-share-button .share-title {
  font-weight: 600;
  padding-top: 0;
  line-height: 26px
}
.product-share-button a {
  background: #565c5d;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin: 0 2px;
  text-decoration: none
}
.product-share-button a:hover {
  color: #fff;
  background: #eb685e;
  text-decoration: none
}
.product-share-button a .fa {
  display: block;
  line-height: 26px
}
.product-details-page .product-essential {
  margin-bottom: 30px
}
.related-products .page-title {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0 30px
}
.related-products {
  margin-bottom: 60px
}
.related-products .page-title h2 {
  font-size: 26px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 26px;
  color: #565c5d;
  margin: 0;
  letter-spacing: 1px
}
.related-products .page-title h2 small {
  display: block;
  text-transform: none;
  opacity: .6;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: normal
}
.related-products .product-grid .item-box .picture {
  padding-bottom: 10px;
  padding-top: 0
}
.RelatedItemsResponsive .product-item {
  margin: 10px;
  padding: 2%;
  position: relative
}
.RelatedItemsResponsive.product-grid .item-box {
  max-width: none !important;
  padding-bottom: 0
}
.RelatedItemsResponsive {
  margin-left: 25px;
  margin-right: 25px
}
.slick-slider *, .slick-slider a {
  outline: 0 !important
}
.pdp-product-info + div.row {
  margin: 0;
  clear: both
}
@media (min-width:992px) {
  .header-bottom#navMod .main-menu-wrap .ShopBrand .menu-level-2 {
    width: 750px
  }
  .header-bottom#navMod .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: 230px
  }
}
@media (min-width:768px) {
  .header-bottom#navMod .main-menu-wrap .main-menu-button {
    display: none !important
  }
  .header-bottom#navMod .main-menu-wrap {
    height: 61px;
    float: left;
    width: 100%;
    display: block;
    border-left: none;
    border-right: none;
    cursor: pointer;
    max-width: none
  }
  .header-bottom#navMod .main-menu-wrap.menu-open, .header-bottom#navMod .main-menu-wrap:hover {
    background: 0 0
  }
  .header-bottom#navMod .main-menu-wrap ul {
    list-style: none;
    margin: 0
  }
  .header-bottom#navMod .main-menu-wrap ul li {
    color: rgba(255, 255, 255, .8)
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open .menu-title:before, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover .menu-title:before, .header-bottom#navMod .main-menu-wrap ul li:hover {
    color: #fff
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 {
    position: static;
    opacity: 1;
    visibility: visible;
    float: left;
    width: 100%;
    min-height: 0;
    background: 0 0
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li {
    cursor: pointer;
    color: #e8e9e9;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    width: 50%;
    border-left: 1px solid #65696a;
    border-right: 1px solid #65696a;
    position: relative;
    height: 61px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:nth-child(3) {
    border-left: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    line-height: 61px;
    height: 61px;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    padding-left: 0;
    text-align: center;
    transition: all ease .3s
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover {
    color: #fff;
    background: #373b3c
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:after {
    display: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    content: "\f078";
    font-weight: 400;
    font-family: FontAwesome;
    display: inline-block;
    line-height: 61px;
    height: 61px;
    margin-right: 6px;
    margin-left: -3px;
    color: #eb685e;
    transition: all ease .3s
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 {
    border-left: 0 solid #65696a;
    border-top: 1px solid rgba(101, 105, 106, .7);
    position: absolute;
    left: 0;
    top: 61px;
    background: #373b3c;
    background: rgba(55, 59, 60, .95);
    padding: 15px 10px;
    transition: all ease .3s;
    width: 600px;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    display: block
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open > .menu-level-2, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover > .menu-level-2 {
    opacity: 1;
    visibility: visible
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li {
    display: inline-block
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li > a {
    font-size: 15px !important;
    padding: 5px 0 5px 15px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    width: 275px;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    text-transform: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li > a:hover {
    color: #fff;
    text-decoration: underline
  }
  .header-bottom#navMod .search-wrap {
    padding: 10px 0;
    height: 61px;
    position: relative
  }
  .header-bottom#navMod .search-box {
    border: 0;
    border-radius: 4px;
    line-height: 41px;
    height: 41px;
    width: 100%;
    background: #f9f9f9;
    font-size: 17px;
    padding: 0 55px 0 15px
  }
  .header-bottom#navMod .shopping-cart-button {
    font-size: 16px
  }
  .header-bottom#navMod .cart-wrap .cart-details > span {
    font-size: 14px
  }
  .hide-lg {
    display: none !important
  }
  .cart-buttons .checkout-now-button {
    float: right;
    width: 50%;
    max-width: 300px;
    padding-left: 15px
  }
  .cart-buttons .no-money-down {
    clear: both;
    padding-left: 15px;
    padding-top: 15px
  }
  .cart-buttons .continue-shopping-button {
    float: left;
    width: 50%;
    max-width: 300px;
    paddin-right: 15px
  }
  .cart-buttons .cart-value-prop {
    float: left;
    width: 33%
  }
  .op-checkout-steps {
    padding-bottom: 60px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title, .header-bottom#navMod .shopping-cart-button {
    font-size: 14px;
    font-weight: 300
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    font-size: 12px;
    margin-right: 5px;
    margin-left: 0
  }
}
@media (min-width:992px) {
  .page-body.shopping-cart .cart-buttons {
    padding: 30px 0 60px
  }
}
@media (max-width:1199px) {
  .header-bottom .main-menu-wrap {
    max-width: 212px
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    width: 210px
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    left: 210px
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    padding-left: 20px
  }
  .category-header-block .category-header {
    border: 0;
    line-height: normal;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-top .value-prop-bar > li {
    padding: 0px
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    letter-spacing: .08em
  }
}
@media (max-width:1199px) and (min-width:768px) {
  #navFilterPanel .filter-header-wrap {
    height: auto;
    line-height: normal
  }
  #navFilterPanel #clearFilters {
    display: block;
    float: none;
    max-width: 100px
  }
  #navFilterPanel #clearFilters > a {
    margin-top: 5px;
    margin-bottom: 10px
  }
  .static-content-nav-col h2 {
    line-height: 1.3;
    height: auto;
    padding: 20px 0
  }
  .page-body.static-content-page .page-title {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 0
  }
}
@media (max-width:991px) {
  .navbar-nav > li > a {
    padding-left: 18px;
    font-size: 13px
  }
  .header-mid .talk-to-us {
    padding-bottom: 10px
  }
  .header-bottom .search-box::-webkit-input-placeholder, .newsletter-wrap .newsletter-box::-webkit-input-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-moz-placeholder, .header-bottom .search-box::-moz-placeholder, .newsletter-wrap .newsletter-box:-moz-placeholder, .newsletter-wrap .newsletter-box::-moz-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-ms-input-placeholder, .newsletter-wrap .newsletter-box:-ms-input-placeholder {
    color: transparent
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 14px;
    letter-spacing: .05em
  }
  .header-top .value-prop-bar > li:nth-child(4) {
    display: none
  }
  .header-top .value-prop-bar > li {
    padding: 0 10px
  }
  .header-bottom .main-menu-wrap {
    max-width: 220px
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    width: 218px
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    left: 218px;
    width: 500px
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    padding-left: 20px
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li > a {
    font-size: 13px;
    width: 225px;
    padding: 4px 12px
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: 225px
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 {
    width: 500px
  }
  .home-categories .category-item .item-title {
    font-size: 1.35em
  }
  .section-title .title {
    font-size: 2em;
    margin: 20px 0
  }
  .footer-upper .newsletter-wrap {
    padding-right: 0
  }
  .footer-upper .newsletter-wrap .newsletter-mobile-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    padding: 5px 0 10px;
    text-align: center;
    display: block;
    line-height: normal
  }
  .footer-upper .catalog-wrap {
    text-align: center;
    padding-left: 0
  }
  .footer-lower .copyright {
    font-size: 12px;
    margin: 20px 0
  }
  .category-content .pagination {
    float: left;
    margin-top: 15px
  }
  #navFilterPanel .filter-block .title {
    line-height: 40px;
    height: 40px
  }
  #navFilterPanel .filter-block .toggleControl {
    font-size: 14px
  }
  .product-grid .item-box {
    max-width: 580px;
    margin: auto
  }
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
}
@media (max-width:767px) {
  .cart-summary .cart-table {
    border-top: 3px solid #eee
  }
  .cart-summary .cart-table th, .cart-summary .cart-table thead {
    display: none
  }
  .cart-summary .cart-table, .cart-summary .cart-table tbody, .cart-summary .cart-table td, .cart-summary .cart-table tr {
    display: block;
    float: left;
    width: 100%
  }
  .cart-summary .cart-table td {
    padding: 4px 0;
    border: 0;
    text-align: left
  }
  .cart-summary .cart-table tr > td:first-child {
    padding-top: 20px
  }
  .cart-summary .cart-table tr > td:last-child {
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0
  }
  .cart-summary .cart-table td .item-qty {
    float: left;
    margin-bottom: 0
  }
  .cart-summary .cart-table td .mobile-title {
    font-size: .85rem;
    text-transform: uppercase
  }
  .cart-summary .cart-table td .remove-item, .cart-summary .cart-table td .update-qty {
    float: left;
    margin-left: 5px;
    height: 34px;
    line-height: 32px;
    margin-bottom: 0
  }
  .cart-summary .cart-table td.cart-total-title, .cart-summary .cart-table td.cart-total-value {
    float: left;
    width: auto;
    padding-top: 20px;
    text-align: left
  }
  .cart-summary .cart-table td.cart-total-value {
    border-bottom: none !important;
    padding-left: 30px !important
  }
  .cart-summary .cart-table td img.item-picture {
    float: none;
    margin-bottom: 5px
  }
  .cart-summary .cart-table td .item-details {
    margin-left: 0
  }
  .btn, a.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px
  }
  .header-bottom .main-menu-button:before, .header-bottom .shopping-cart-button:before {
    margin: 0
  }
  .home-hero .hero-text-wrap .hero-title {
    font-size: 2.5em
  }
  .home-hero .hero-text-wrap .hero-buttons .btn {
    padding: 12px 10px;
    display: block;
    margin: 15px 0;
    height: auto;
    font-size: 1em;
    line-height: normal
  }
  .header-bottom .cart-wrap .cart-details {
    left: auto;
    right: 0;
    width: 320px
  }
  .hide-sm {
    display: none !important
  }
  .header-top .value-prop-bar {
    height: 35px;
    overflow: hidden;
  }
  .header-top .value-prop-bar > li {
    height: 35px;
    line-height: normal
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 11px;
    line-height: 35px;
    display: block;
    letter-spacing: normal
  }
  .header-mid .talk-to-us {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 18px
  }
  .header-mid .talk-to-us .talk-number {
    float: none;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
  }
  .header-mid .talk-to-us .talk-message {
    padding-right: 0;
    text-align: center;
    float: none
  }
  .header-bottom .main-menu-button, .header-bottom .shopping-cart-button {
    line-height: 46px;
    border: 0
  }
  .header-bottom .search-wrap {
    height: 46px;
    padding: 8px 0
  }
  .header-bottom .search-box {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding-right: 35px
  }
  .header-bottom .search-button {
    line-height: 20px;
    height: 20px;
    width: 30px
  }
  .header-bottom .container .row > div.col-xs-2, .header-bottom .container .row > div.col-xs-8 {
    padding: 0 !important
  }
  .header-bottom .cart-wrap:hover, .header-bottom .main-menu-wrap.menu-open, .header-bottom .main-menu-wrap:hover {
    background-color: transparent
  }
  body.menu-open {
    overflow: hidden
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    padding-left: 0;
    background: rgba(0, 0, 0, .9);
    display: none
  }
  .header-bottom .main-menu-wrap.menu-open .menu-level-1 {
    display: block;
    opacity: 1;
    visibility: visible
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    position: static;
    display: none;
    width: auto
  }
  .header-bottom .menu-level-1 > li.menu-open > .menu-level-2 {
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 15px 20px
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li {
    display: block
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li > a {
    font-size: 14px;
    width: auto;
    padding: 5px 0
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2, .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: auto
  }
  .footer-lower .footer-badges ul > li {
    padding: 0 5px
  }
  .footer-lower .footer-badges ul > li img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li {
    border-bottom: 1px solid #53595a
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.mobile-menu-header {
    background: #000;
    padding: 20px;
    position: relative;
    cursor: auto
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    font-weight: 600;
    font-size: 16px
  }
  .header-bottom .main-menu-wrap ul li.mobile-menu-header:hover {
    background: inherit
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.mobile-menu-header .mobile-title {
    font-size: 1.85em;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, .65)
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .mobile-close {
    position: absolute;
    cursor: pointer;
    right: 20px;
    font-size: 26px;
    height: 26px;
    width: 26px;
    top: 50%;
    margin-top: -13px;
    color: #eb685e
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title:after {
    right: 30px;
    content: "\f0d7";
    font-size: 1.25em
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.menu-open .menu-title:after {
    right: 30px;
    content: "\f0d8";
    font-size: 1.25em
  }
  .category-content .pagination {
    float: left
  }
  .item-box .details {
    text-align: center
  }
  #navFilterPanel {
    margin-bottom: 0
  }
  .product-grid .item-box {
    max-width: 580px;
    margin: auto;
    height: auto
  }
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
  #navFilterPanel .filter-header-wrap {
    margin-top: 5px
  }
  .product-details-page .gallery .picture {
    padding-bottom: 20px
  }
  .product-details-page .product-share-button {
    text-align: left;
    padding: 20px 0
  }
  .product-details-page .picture-thumbs {
    text-align: left
  }
}
@media (max-width:480px) {
  .header-top .value-prop-bar > li:nth-child(1), .header-top .value-prop-bar > li:nth-child(3), .header-top .value-prop-bar > li:nth-child(4) {
    display: none
  }
  .header-top .value-prop-bar > li {
    line-height: normal;
    height: 25px
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 12px;
    line-height: 25px;
    display: block;
    letter-spacing: 1px
  }
  .header-mid .talk-to-us {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 18px
  }
  .header-mid .talk-to-us .talk-number {
    font-size: 17px;
    font-weight: 400;
    float: none;
    line-height: 16px;
    text-align: center
  }
  .header-mid .talk-to-us .talk-message {
    font-size: 10px;
    line-height: normal;
    float: none;
    padding-right: 0;
    text-align: center;
    letter-spacing: normal
  }
  .newsletter-wrap .newsletter-box {
    width: 60%
  }
  .newsletter-wrap .subscribe-button {
    width: 40%
  }
}
@media (min-width:1200px) {
  .page-body.category-page .product-grid .item-box {
    height: 370px;
    padding-bottom: 0
  }
  .container {
    max-width: 1405px;
    width: auto
  }
}
@media (max-width:1199px) {
  .page-body.category-page .product-grid .item-box {
    height: 320px;
    padding-bottom: 0
  }
}
@media (max-width:991px) {
  .page-body.category-page .product-grid .item-box {
    height: 340px;
    padding-bottom: 0
  }
}
@media (max-width:767px) {
  .page-body.category-page .product-grid .item-box {
    height: auto;
    padding-bottom: 40px
  }
}
#navFilterPanel .mobile-panel-header:before {
  content: "\f0b0";
  display: inline;
  color: #eb685e;
  font-family: FontAwesome;
  margin-right: 5px
}
#navFilterPanel .mobile-panel-header {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  color: #565c5d;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  border: 1px solid #565c5d;
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  margin-top: 12px;
  letter-spacing: 1px
}
#navFilterPanel .mobile-panel-header.active {
  background: #565c5d;
  color: #e8e9e9
}
@media (max-width:767px) {
  #navFilterPanel .panel-header {
    display: none
  }
  #navFilterPanel .mobile-panel-header {
    display: inline-block
  }
  #navFilterPanel .filtersPanel {
    display: none;
    border-top: none
  }
  #navFilterPanel #clearFilters > a {
    height: 34px;
    line-height: 34px;
    font-size: 14px
  }
  .sort-options .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .product-details-page .overview .product-name h1 {
    margin-bottom: 15px;
    font-size: 30px
  }
}
@media (min-width:1405px) {
  .header-top .value-prop-bar > li {
    padding: 0;
  }
}
.product-details-page #prodBoxes .full-description p:empty {
  display: none
}
@media (min-width:992px) {
  .header-mid .talk-to-us {
    padding: 25px 0;
    height: 92px;
    overflow: hidden;
  }
  .header-mid .navbar > ul.nav {
    height: 21px;
    overflow: hidden;
  }
}
@media (min-width:768px) {
  .product-details-page .pdp-product-description-col {
    padding-top: 10px
  }
}
.item-box .product-item .blue-badge, .item-box .product-item .red-badge {
  font-size: 13px;
  padding: 3px 12px
}
.category-title-block {
  position: relative
}
@media (max-width:767px) {
  .category-title-block .addthis_toolbox {
    height: 26px;
    margin: -5px 0 10px
  }
}
@media (min-width:768px) {
  .category-header-block .category-header {
    padding-right: 155px
  }
  .category-title-block .addthis_toolbox {
    position: absolute;
    top: 50%;
    height: 26px;
    margin-top: -10px;
    right: 0
  }
}
.product-details-page .picture-thumbs a span {
  font-size: .8rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-decoration: none;
  max-width: 100px;
  text-overflow: ellipsis;
  text-align: center
}
.product-details-page .picture-thumbs a:focus, .product-details-page .picture-thumbs a:hover {
  text-decoration: none
}
.footer-connect {
  background: #FFF;
  border-bottom: 0 solid #AAA
}
.footer-connect .social-wrap {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.footer-connect .social-wrap .social-heading {
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
  text-align: center;
  display: block;
  line-height: normal
}
.footer-connect .social-wrap a {
  font-size: 3em;
  display: inline-block;
  padding: 8px 8px 0;
  color: #565c5d
}
.footer-connect .social-wrap a:hover {
  color: #eb685e
}
#selectedCaption {
  font-size: .9rem;
  font-weight: 600;
  display: block;
  padding-top: 5px;
  line-height: normal;
  min-height: 23px;
}
.tooltip {
  position: relative;
  display: inline-block;
  font-size: .85rem;
  padding: 4px 0;
}
.tooltip .fa {
  margin-right: 5px;
  margin-left: 0;
  font-size: 1.1rem;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 18px 12px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.phonehint {
  font-size: .65rem;
  float: right;
}
/* added for email shopping cart on 9-11-19 */
.btn.btn-outline {
  background-color: #FFF;
  color: #565c5d;
  border: 2px solid #CCC;
}
.cart-summary .email-cart-button {
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width:767px) {
  .cart-summary .email-cart-button {
    position: static;
  }
}
.email-cart-button .btn.btn-outline {
  line-height: 1;
  padding: 12px 15px;
  height: auto;
}
.btn.btn-outline::before {
  content: "\f0e0";
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
  color: #64c2cf;
  transition: all ease .3s;
}
.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: 99991;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.modal-bg.active-bg {
  visibility: visible;
  opacity: .7;
}
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.modal.active-modal {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-container {
  max-width: 600px;
  margin: 1.75rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
  min-height: calc(100% - (1.75rem * 2));
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
.active-modal .modal-container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  background: #FFF;
}
.modal-content .container {
  width: 100%;
}
.modal-content .modal-close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  color: #FFF;
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  outline: none;
}
.modal-content .modal-header {
  width: 100%;
  background-color: #565c5d;
}
.modal-content .modal-header .modal-title {
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  padding-right: 40px;
  font-size: 22px;
}
@media (max-width:767px) {
  .modal-content .modal-header .modal-title {
    letter-spacing: 1px;
  }
}
.modal-content .modal-header .fa {
  color: #64c2cf;
  margin-right: 6px;
}
.container-fluid {
  width: 100%;
}
.submit-form-button {
  padding: 0;
}
.submit-form-button .btn {
  width: 100%;
}
.submit-form-button .btn .fa {
  margin-right: 5px;
}
.email-cart-form {
  padding: 15px;
  padding-bottom: 30px;
  padding-top: 0;
}
.email-cart-form h3 {
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.email-cart-form textarea {
  width: 100%;
  min-width: 100%;
  height: 260px;
  max-height: 260px;
  min-height: 260px;
}
/* 2020 UX updates */
.low-price-wrap {
  background-color: #f9f9f9;
  display: flex;
  flex-flow: row nowrap;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 30px;
}
.low-price-wrap .low-price-img {}
.low-price-wrap .low-price-inner {
  padding: 10px 10px 15px 10px;
}
.low-price-wrap .low-price-title {
  text-transform: uppercase;
  color: #64c2cf;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 5px 0;
}
.low-price-wrap .low-price-copy {
  font-size: 14px;
  margin: 0;
}
.low-price-wrap .low-price-copy a {
  color: inherit;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width:991px) {
  .low-price-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .low-price-wrap .low-price-copy {
    font-size: 13px;
  }
}
.extra-header-message {
  font-family: Oswald, sans-serif;
  position: absolute;
  top: 45%;
  left: 0;
  color: #eb685e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.extra-header-message .fa {
  margin-right: 6px;
}
@media (max-width:1199px) {
  .extra-header-message {
    font-size: .85rem;
    right: 20px;
    top: 8px;
    text-align: right;
  }
}
@media (max-width:991px) {
  .extra-header-message {
    right: 15px;
    top: auto;
    bottom: -10px;
    text-align: right;
    position: static;
    clear: both;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .extra-header-message {
    text-align: center;
    position: static;
    clear: both;
    padding: 5px;
    max-width: 177px;
    float: right;
    font-size: .9rem;
  }
}
@media (max-width: 480px) {
  .extra-header-message {
    max-width: 125px;
    font-size: .8rem;
  }
}
.footer-upper .footer-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-upper .footer-buttons .footer-button-wrap {
  flex-grow: 1;
  text-align: center;
}
@media (max-width:991px) {
  .footer-upper .footer-buttons .footer-button-wrap {
    font-size: 14px;
  }
}
.footer-upper .footer-buttons .footer-button-wrap .catalog-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none;
}
.footer-upper .footer-buttons .footer-button-wrap .newsletter-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none;
}
.footer-upper .footer-buttons .footer-button-wrap .newsletter-button::before {
  content: "\f0e0";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.footer-upper .footer-buttons .footer-button-wrap .catalog-button::before {
  content: "\f14b";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.form-inline.cart-note {
  text-align: left;
  padding-top: 10px;
}
.form-inline.cart-note .form-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline.cart-note label {
  font-size: 13px;
  margin-right: 5px;
  flex-grow: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
input.form-control {
  font-size: 13px;
  padding: 4px 6px;
  height: auto;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .form-inline.cart-note {
    padding-left: 95px;
  }
}
.cart-summary .cart-table td .save-note {
  line-height: 19px;
  height: 21px;
  font-size: 10px;
  padding: 0;
  width: 85px;
  letter-spacing: normal;
  margin: 0px 5px;
  background-color: #aaa;
  display: block
}
/* Sept 2021 ux update */
.product-details-page .pdp-product-image-col #moreImages {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-details-page .pdp-product-image-col #moreImages {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .product-details-page .picture-thumbs {
    text-align: center;
  }
}
.product-details-page .pdp-product-image-col #moreImages > li {
  border-bottom: 1px solid #fff;
}
.product-details-page .pdp-product-image-col #moreImages > li > a {
  color: #565c5d;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background: #eee;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
  border-radius: 3px;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active, .product-details-page .pdp-product-image-col #moreImages > li > a:hover {
  background-color: #565c5d;
  color: #fff;
}
.product-details-page .pdp-product-image-col #moreImages > li > a span.fa {
  color: #aaa;
  font-size: 14px;
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 16px;
  top: 50%;
  margin-top: -8px;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active span.fa.fa-minus {
  visibility: visible;
}
.product-details-page .pdp-product-image-col #moreImages > li > a:not(.active) span.fa.fa-minus {
  visibility: hidden;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active span.fa.fa-plus {
  visibility: hidden;
}
.product-details-page .pdp-product-image-col #moreImages > li > a:not(.active) span.fa.fa-plus {
  visibility: visible;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox {
  display: none;
  padding: 0;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox .toggleWrap {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  background: #f9f9f9;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox h2 {
  margin: 0 0 2px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox p {
  margin: 0 0 8px;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 3px 20px;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox ul li {
  padding-bottom: 5px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list {
  margin: 0 -5px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item img {
  width: 100%;
  max-width: 150px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item label {
  font-size: .85rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-overflow: ellipsis;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item {
  padding: 0 5px 10px;
  text-align: center;
}
.newsletter-wrap .klaviyo-form input[type="email"] {
  border: 0 !important;
  border-radius: 4px 0 0 4px !important;
  width: 100% !important;
  background: #f9f9f9 !important;
  display: block;
  padding: 0 15px !important;
}
.newsletter-wrap .klaviyo-form button[type="button"] {
  border: 0 !important;
  border-radius: 0 4px 4px 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0 25px !important;
  letter-spacing: 1px !important;
}
.newsletter-wrap .klaviyo-form p {
  color: #FFF !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}
.newsletter-wrap .klaviyo-form input[type="email"], .newsletter-wrap .klaviyo-form button[type="button"] {
  height: 41px !important;
  line-height: 41px;
  float: none;
  font-size: 1.1em !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 100%;
  border: 0 !important;
}
.newsletter-wrap .klaviyo-form, .newsletter-wrap .klaviyo-form div {
  background-color: transparent !important;
  font-size: 15px !important;
}
.newsletter-wrap .klaviyo-form input::-webkit-input-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input::-webkit-input-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input::-moz-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input:-ms-input-placeholder {
  color: #333 !important;
}
.klaviyo-catalog-form {
  max-width: 700px;
  margin: auto;
  padding: 25px 0 80px 0;
}
.klaviyo-catalog-form .klaviyo-form p, .klaviyo-catalog-form .klaviyo-form p span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.klaviyo-catalog-form .klaviyo-form button[type="button"] {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
}