body {
  font-family: 'Open Sans', sans-serif;
}

.logo {
  font-family: 'Satisfy', cursive;
  font-size: 45px;
  display: block;
  margin: 40px 0px 15px 10px;
}

.logo a {
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
}

.header-call-us {
  text-align: center;
  margin: 55px 0px 0px 0px;
  line-height: 14px;
  font-size: 16px;
  color: #333;
}

.header-call-us span {
  font-size: 11px;
}

.header-buttons {
  color: #777777;
  text-align: right;
  margin: 50px 15px 0px 0px;
  font-size: 27px;
}

.header-buttons a {
  margin: 0px 5px;
  color: #777777;
  text-decoration: none;
}

.header-buttons a:hover, .header-buttons a:focus, .header-buttons a:active {
  text-decoration: none;
}

#main-nav {
  position: relative;
  background: #FFF;
  margin: 0px 0px;
}

#main-menu {
  clear: both;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none;
  }
}

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  z-index: 500;
  min-height: 250px;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
#main-menu .mega-menu h3 {
  padding-left: 20px;
  text-transform: uppercase;
}

#main-menu .mega-menu h3 a {
  text-transform: uppercase;
}

#main-menu .mega-menu > li {
  overflow: auto;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0 0 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
  margin: 5px 0px;
  padding-left: 0px;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 0px;
}

#main-menu .mega-menu a:hover {
  text-decoration: underline;
}

/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}

/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/* Mobile menu top separator */
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #4b4a73;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

#main-menu li {
  font-size: 18px;
  padding: 0px 15px;
}

.all-brands li {
  margin: 25px 0px 0px 0px !important;
  color: #E5644E;
}

.all-brands li a {
  font-weight: 600 !important;
}

.search-bar {
  display: block;
  border-top: 1px solid #D8D8D8;
  width: 100%;
  left: 0;
  background: #F1F1F1;
  z-index: 1;
  text-align: left;
  margin: 4px 0px 15px 0px;
}

.header-free-shipping {
  margin: 13px 0px 0px 0px;
  text-align: center;
}

.header-free-shipping p {
  font-size: 16px;
  font-weight: 600;
  color: #E5644E;
}

.header-free-shipping p a {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}

.footer-background {
  background: #F1F1F1;
  overflow: hidden;
  border-top: 1px solid #eee;
  color: #555555;
}

footer a {
  color: #555555;
}

.footerLinks {
  text-align: center;
  padding: 0;
  list-style-type: none;
  margin: 0px 0px 20px 0px;
}

.footerLinks li:last-child {
  border: none;
}

.footerLinks li {
  display: inline-block;
  border-right: 1px solid #ccc;
}

.footerLinks li a {
  padding: 10px;
}

.home-page-banner-list .home-page-banner {
  display: inline-block;
  margin: 30px 15px;
}

.home-page-banner-list .home-page-banner:first-child {
  margin-left: 0px;
}

.home-page-banner-list .home-page-banner:last-child {
  margin-right: 0px;
}

.home-page-banner img {
  max-height: 330px;
}

h1.home-page-clearance {
  margin: 45px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #E5644E;
}

.home-page-clearance::before {
  background: #7e7e7e;
  background: linear-gradient(right, #7e7e7e 0%, white 100%);
  left: 0;
}

.home-page-clearance::after {
  background: #7e7e7e;
  background: linear-gradient(left, #7e7e7e 0%, white 100%);
  right: 0;
}

.home-page-clearance::before, .home-page-clearance::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 65px;
  width: 40%;
}

.home-page-featureBrands-list {
  text-align: center;
}

.home-page-featureBrands-list .home-page-brand {
  display: inline-block;
  margin: 30px 30px;
}

.home-page-featureBrands-list .home-page-brand:first-child {
  margin-left: 0px;
}

.home-page-featureBrands-list .home-page-brand:last-child {
  margin-right: 0px;
}

.home-page-brand img {
  max-height: 70px;
  filter: none;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  cursor: pointer;
}

h1.home-page-featureBrands {
  margin: 45px 0px 15px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #E5644E;
}

.home-page-featureBrands::before {
  background: #7e7e7e;
  background: linear-gradient(right, #7e7e7e 0%, white 100%);
  left: 0;
}

.home-page-featureBrands::after {
  background: #7e7e7e;
  background: linear-gradient(left, #7e7e7e 0%, white 100%);
  right: 0;
}

.home-page-featureBrands::before, .home-page-featureBrands::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 65px;
  width: 35%;
}

.home-page-shopAllBrands {
  display: block;
  margin: 25px 0px;
}

.home-page-shopAllBrands a {
  font-weight: 600;
  color: #FFF;
  background-color: #333;
  padding: 7px 20px;
}

.product {
  display: inline-block;
  margin: 20px;
  width: 270px;
  min-height: 450px;
}

.product__image {
  height: 250px;
  width: 250px;
  margin: 0 auto;
}

.product__title, .product__colors, .product__price {
  width: 100%;
  text-align: center;
  margin: 8px 0px;
}

.product__colors, .product__price {
  margin: 0px;
}

.product__price-was {
  color: #c0c0c0;
  text-decoration: line-through;
}

.product__price-is {
  color: orange;
}

.product__price {
  font-size: 16px;
}

.product__title a {
  color: #333;
  font-weight: 600;
}

.owl-carousel-nav .owl-item {
  cursor: pointer;
  opacity: .5;
  transition: all ease-out .4s;
}

.owl-carousel-nav .owl-item.center {
  opacity: 1;
}

.owl-nav {
  width: 213px;
  position: absolute;
  top: 20px;
  left: -30px;
}

.owl-carousel {
  width: 200px;
  height: 50px;
}

.owl-stage {
  height: 50px;
}

.owl-item {
  max-height: 50px;
}

.owl-prev, .owl-next {
  background-color: #eeeeee;
}

.owl-prev {
  top: -5px;
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  border: 2px solid #BBBBBB;
  border-radius: 50px;
}

.owl-next {
  right: -30px;
  position: absolute;
  top: -5px;
  width: 25px;
  height: 25px;
  border: 2px solid #BBBBBB;
  border-radius: 50px;
}

.disabled .fa-chevron-left, .disabled .fa-chevron-right {
  color: #BBBBBB;
}

.fa-chevron-left {
  color: #3c3c3c;
  margin: 4px 0px 0px 5px;
}

.fa-chevron-right {
  color: #3c3c3c;
  margin: 4px 0px 0px 7px;
}

.nav-block {
  margin: 0px 0px 0px 50px;
  width: 180px;
  display: inline-block;
}

.nav-block__item {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  margin: 10px 2px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.nav-block__item.active {
  border: 2px solid orange;
}

.product__sku {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 8px 0px 0px 0px;
}

.pp__brand img {
  margin: 0 auto;
}

.pp__image {
  margin: 0 auto;
  width: 400px;
  height: 400px;
}

.pp__skus-sku {
  float: left;
  margin: 5px;
  text-align: center;
}

.pp__skus-sku img {
  box-sizing: border-box;
  padding: 2px;
  border: 2px solid #BBBBBB;
  opacity: 0.5;
}

.pp__skus-sku img:hover {
  opacity: 1;
}

.pp__skus-sku a {
  color: #707070;
}

.pp__skus-sku span {
  font-size: 12px;
}

.active-sku img {
  opacity: 1;
  border: 2px solid orange;
}

.pp__price {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.pp_price-was {
  color: #ccc;
  font-size: 18px;
  text-decoration: line-through;
}

.pp_price-off {
  font-weight: 600;
  color: orange;
  font-size: 18px;
}

.pp__addToCart {
  text-align: center;
}

.pp__addToCart-button {
  font-size: 18px;
  font-weight: 600;
}

.pp__attributes-selectA, .pp__skus-selectA {
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}

li[class^='pp__attributes-'] {
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 3px;
  min-width: 40px;
  text-align: center;
  margin: 7px !important;
}

.pp__attributes-Width {
  width: 125px;
}

.pp__attributes-Size input, .pp__attributes-Width input {
  display: none;
}

.active-size, .active-width {
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}

.disabled-width {
  background-color: #eee;
  border: 1px solid #eee;
  color: #ccc;
}

.account_icons {
  font-size: 20px;
  margin: 0px 20px 0px 0px;
  border-right: 1px solid #bbb;
  width: 40px;
  text-align: center;
  padding-right: 15px;
}

.subcategories {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#searchForm .input-group {
  display: block;
}


/*# sourceMappingURL=styles.min.css.map */
