@import url("https://fonts.googleapis.com/css?family=Sofia|PT+Sans+Caption|Noto+Sans+SC|Maven+Pro");
html {
  min-height: 100%;
  position: relative;
}
body {
  background: #fff;
  height: 100%;
  font-family: "Noto Sans SC";
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro";
}
.site-header .container {
  height: 100%;
}
.site-header {
  background-color: #f7f6f7;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  height: 80px;
}
.site-header .menu-main-container {
  padding-top: 0;
  display: inline-block;
}
.site-header .main-navigation a {
  font-family: "PT Sans Caption";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-branding {
  width: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrolled .site-branding {
  top: 81px;
}
.site-branding .site-logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 80px;
}
.scrolled .site-branding .site-logo {
  height: 0;
}
.main-navigation {
  width: auto;
  margin-left: auto;
}
.main-navigation ul.menu {
  display: flex;
  align-content: center;
  justify-content: center;
}
.main-navigation ul.menu li {
  display: inline-flex;
  align-items: center;
  justify-items: center;
}
.main-navigation ul.sub-menu {
  left: inherit;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  right: 0;
}
.menu-main-nav-container {
  float: left;
}
.aws-container {
  position: fixed;
  top: 137px;
  width: 100%;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.search-open .aws-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.aws-container .aws-search-field {
  padding: 15px;
}
.aws-container .aws-search-field, .aws-container .aws-search-form .aws-search-btn {
  background: #fff;
  font-size: 16px;
}
.aws-container .aws-search-form {
  width: 100%;
  max-width: 100%;
  height: 51px;
}
.aws-container .aws-search-form .aws-search-btn {
  border-radius: 0 0 0 0 !important;
  border: none;
  background: #6e9828;
}
.aws-container .aws-search-form .aws-search-btn svg {
  color: #fff;
}
.aws-container .aws-focus .aws-search-field {
  background: #fff;
}
.aws-search-result .woocommerce-Price-amount {
  font-size: 14px;
}
.mnav {
  display: none;
}
.promo-box {
  padding: 20px 15px;
}
.secondary-navigation {
  font-family: "PT Sans Caption";
  font-weight: bold;
  letter-spacing: 1.2px;
  height: 57px;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 80px;
  left: 0;
  z-index: 99;
}
.secondary-navigation .menu-category-container {
  padding-bottom: 153px;
}
.secondary-navigation .menu {
  max-width: 1200px;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.secondary-navigation li {
  border: none;
  padding: 0;
  width: auto;
  display: inline-block;
}
.secondary-navigation li:hover {
  background: #000;
}
.secondary-navigation a {
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
  font-size: 17px;
}
.secondary-navigation .menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #6e9828;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-navigation .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #6e9828;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-navigation .menu > li > a:hover:before, .secondary-navigation .menu > li > a:hover:after {
  width: 60px;
}
.secondary-navigation .menu > .current-menu-item > a:before, .secondary-navigation .menu > .current-menu-item > a:after, .secondary-navigation .menu > .current-menu-parent > a:after, .secondary-navigation .menu > .current-menu-parent > a:before {
  height: 4px;
  width: 60px;
}
.secondary-navigation ul.menu {
  white-space: nowrap;
  width: 100%;
  display: block !important;
}
.secondary-navigation ul.sub-menu li {
  display: block;
  width: auto;
}
.secondary-navigation ul li:hover > ul {
  left: 0;
  top: 57px;
}
.menu .fa-user, .menu .fa-search {
  font-size: 32px;
}
li.nav-cart {
  display: inline-block;
  float: right;
  background-color: transparent !important;
  padding: 5px 15px;
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
li.nav-cart i.fa-shopping-cart {
  color: #000;
  font-size: 32px;
}
li.nav-cart:hover i.fa-shopping-cart {
  color: #6e9828;
}
li.nav-cart:hover {
  background: #000;
}
li.nav-cart a:hover, li.nav-cart a:focus {
  text-decoration: none;
}
a.cart-contents {
  position: absolute;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2px;
  color: #6e9828;
  font-weight: bold;
  height: 52px;
  width: 42px;
}
.overlay-main {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  margin-top: 137px;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.search-open .overlay-main {
  opacity: 1;
  visibility: visible;
}
body.search-open {
  overflow: hidden;
  touch-action: none;
}
.hero-section, .site-content {
  width: 100%;
}
.header-promo {
  display: none;
}
.site-content {
  margin-top: 157px;
  margin-bottom: 60px;
  padding: 0 30px;
  display: inline-block;
}
.content-area {
  width: 100%;
  padding-right: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #6e9828;
  color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #000;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  font-family: "Tahoma", sans-serif;
}
/* HOME */
.home .site-content {
  margin-top: 60px;
}
.home .site-content .entry-footer {
  display: none;
}
.hero-section {
  max-width: 100%;
  margin-top: 137px;
  padding: 0;
}
.hero-section .header-slider {
  width: 100%;
  padding-left: 0;
}
.hero-section img.slide-item {
  width: 100%;
}
.owl-carousel {
  list-style: none;
}
.owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headline {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 48px;
  font-family: "Sofia";
  background: rgba(226, 88, 34, 0.6);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 1px #3333336b;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  display: none;
}
.headline a {
  color: #fff;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
  padding: 20px;
  border: 1px solid #6e9828;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img {
  width: 100%;
}
.pwb-all-brands .pwb-pagination-wrapper {
  display: none;
}
.home-products {
  margin: 40px 0;
}
.home-products h1.entry-title {
  margin-bottom: 30px;
}
.home ul.products {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.home ul.products li.product {
  text-align: center;
  padding: 15px !important;
  margin-right: 2.5% !important;
}
.home .woocommerce-page:not(.single) ul.products li.product, .home .woocommerce:not(.single) ul.products li.product {
  width: calc(25% - 2.5%) !important;
}
.hentry {
  margin: 0;
  padding: 0;
  border: none;
}
.hentry:first-of-type {
  padding-top: 0;
  border-top: none;
}
/* CATEGORY */
.woo-title.entry-title, .entry-header .entry-title, .home-products .entry-title, .hbrands.entry-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  font-size: 36px;
}
.woo-title.entry-title:after, .entry-header .entry-title:after, .home-products .entry-title:after, .hbrands.entry-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 25%;
  height: 2px;
  background: #6e9828;
}
.entry-header .entry-title:after, .home .entry-title:after {
  left: 0;
}
.post-type-archive-product.woocommerce .content-area {
  padding-left: 0;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #ccc;
  padding: 5px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #6e9828;
  margin: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #6e9828;
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .before-shop {
  border: none;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 18px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #6e9828;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #000;
}
.products-loop ul.products li, .woocommerce-page ul.products li.product {
  border: none;
}
.woocommerce ul.products li.product-category.product, .woocommerce-page ul.products.columns-3 li.product-category.product {
  box-shadow: none;
  margin: 10px 10px 0px 0;
  width: auto !important;
  padding: 0 !important;
  background: #f7f6f7;
  border: 1px solid #bbb;
}
.woocommerce ul.products li.product-category.product:hover, .woocommerce-page ul.products.columns-3 li.product-category.product:hover {
  background: #6e9828;
  border-color: #6e9828;
}
.woocommerce ul.products li.product-category.product a, .woocommerce-page ul.products.columns-3 li.product-category.product a {
  padding: 15px 20px;
  display: inline-block;
}
.woocommerce ul.products li.product-category.product a:hover h2, .woocommerce-page ul.products.columns-3 li.product-category.product a:hover h2 {
  color: #fff;
}
.woocommerce ul.products li.product-category.product a:hover mark, .woocommerce-page ul.products.columns-3 li.product-category.product a:hover mark {
  color: #fff;
}
.woocommerce ul.products li.product-category.product h2, .woocommerce-page ul.products.columns-3 li.product-category.product h2 {
  margin: 0;
  text-transform: inherit;
}
.woocommerce ul.products, .woocommerce-page ul.products {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.soldout {
  color: #F00;
}
.imagewrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.imagewrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.woocommerce ul.products li.product a .imagewrapper img {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* PRODUCT */
.product_title.entry-title {
  text-transform: uppercase;
}
.woocommerce-product-details__short-description {
  font-family: "Open Sans";
  font-size: 18px;
}
.product .woocommerce-Price-amount {
  font-size: 24px;
  color: #6e9828;
  font-weight: bold;
}
.woocommerce-variation-price {
  margin-bottom: 30px;
}
.product_meta span {
  display: block;
}
.pswp {
  z-index: 9999;
}
.pswp img.pswp__img {
  max-width: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.related.products h2 {
  clear: both;
  font-size: 26px;
}
.woocommerce ul.products li.product h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.woocommerce-tabs.wc-tabs-wrapper {
  clear: none !important;
  display: inline-block;
  float: right;
  width: 48%;
}
.pswp__caption {
  display: none;
}
.product_meta .sku_wrapper, .onsale {
  display: none;
}
.single-product .quantity:before {
  content: "Qty: ";
}
.variations {
  width: auto;
}
.variations input[type="radio"] {
  display: none;
}
.variations input[type="radio"]:checked + label {
  background-color: #6e9828;
  color: #fff;
}
.variations label {
  display: inline-block;
  background-color: #eee;
  padding: 8px 11px;
  font-size: 16px;
  cursor: pointer;
}
.variations label:hover {
  background-color: #6e9828;
  color: #fff;
}
.variations th.label {
  background: none;
  display: none;
}
.variations th.label label {
  background: none;
  padding-left: 0;
}
.variations th.label :after {
  content: ":";
}
.variations th.label label:hover {
  color: #000;
}
.variations .value div {
  display: inline-block;
  margin-right: 6px;
}
.woocommerce div.product form.cart .button {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  clear: both;
  background: #6e9828;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce div.product form.cart .button:hover {
  background: #000;
}
a.reset_variations {
  display: none;
}
/* CONTACT */
input[type="tel"] {
  padding: 14px;
  border: 1px solid #e0e0e0;
  color: #666;
  border-radius: 3px;
  width: 100%;
}
.wpcf7-form input[type="submit"] {
  color: #6e9828;
  background: #ededed;
  border: 1px solid #bbb;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.wpcf7-form input[type="submit"]:hover {
  background: #6e9828;
  color: #FFF;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #6e9828;
}
/* ACCOUNT */
.woocommerce table.my_account_orders {
  font-size: 16px;
}
.um a.um-button, .um input[type=submit].um-button {
  background: #6e9828;
}
.um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button:focus, .um input[type=submit].um-button:hover, .um a.um-button:hover, div.um-modal .upload:hover {
  background: #000;
}
.picker__box, .picker__nav--next:hover, .picker__nav--prev:hover, .um .um-field-group-head, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, .um-modal-header, .upload, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
  background: #6e9828;
}
/* CART & CHECKOUT */
.select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  height: auto;
  padding: 10px;
  margin: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 16px;
  font-size: 18px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  font-size: 22px;
  padding: 15px 20px 20px;
}
/* FOOTER */
.site-footer {
  z-index: 100;
  width: 100%;
  height: 53px;
  color: #000;
  background: #fff;
  letter-spacing: 0.2px;
}
.site-footer a {
  color: #6e9828;
}
.site-footer a:hover {
  text-decoration: none;
  color: #000;
}
.footer-widgets {
  background: #f7f6f7;
  border-bottom: 1px solid #bbb;
  border-top: 3px solid #6e9828;
}
.footer-widgets .container {
  max-width: 1200px;
}
.footer-widgets .widget, .footer-widgets .widget a {
  color: #000;
}
.footer-widgets .widget a:hover {
  color: #6e9828;
}
.footer-widgets .widget-title {
  padding: 0 0 10px 0;
}
.footer-widgets .widget-title::after {
  left: 0;
  height: 3px;
}
.footer-widgets .tagcloud a {
  font-size: 14px !important;
  padding-right: 15px;
}
.back-to-top {
  background: rgba(0, 0, 0, 0.9) url(../files/top-arrow.svg) no-repeat center center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 1.7em;
  display: none;
  z-index: 999;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-to-top:hover {
  background-color: #6e9828;
}
@media only screen and (min-width: 768px) {
  .scrolled .site-header, .scrolled .secondary-navigation {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-down .site-header, .nav-down .secondary-navigation {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1600px;
    width: 100%;
  }
  .site-header .container, .page-template-default .container {
    max-width: 1200px;
  }
  .home.page .site-content .container {
    max-width: 1600px;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 23% !important;
    margin-right: 2%;
    clear: none;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .secondary-navigation {
    white-space: nowrap;
  }
  .secondary-navigation a {
    padding: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-branding {
    display: inline-block;
    width: auto;
  }
  .scrolled .site-branding .site-logo {
    height: 0;
  }
  .secondary-navigation {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .secondary-navigation ul li ul.sub-menu {
    display: none !important;
  }
  .mobile-nav, .s-mobile-nav {
    display: none;
  }
  .main-navigation {
    width: auto;
  }
  .main-navigation, .secondary-navigation .menu {
    display: inline-block;
  }
  .main-navigation li {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 920px) {
  .main-navigation li {
    padding: 10px 7px;
  }
  .aws-container .aws-search-field {
    width: 150px;
  }
  .aws-container .aws-show-clear .aws-search-field {
    padding-right: 0;
  }
}
@media only screen and (max-width: 830px) {
  .main-navigation li {
    padding: 10px 5px;
  }
  .aws-container .aws-search-field {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-nav, .s-mobile-nav {
    display: block;
  }
  .main-navigation, .secondary-navigation .menu {
    display: none;
  }
  .site-header {
    height: 60px;
  }
  .site-header, .secondary-navigation {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .scrolled .site-header, .scrolled .secondary-navigation {
    -webkit-transform: translateY(-61px);
    -moz-transform: translateY(-61px);
    -ms-transform: translateY(-61px);
    transform: translateY(-61px);
  }
  .scrolled .site-branding, .site-branding {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site-branding img.site-logo, .scrolled .site-branding img.site-logo {
    height: 57px;
    position: relative;
    top: 2px;
  }
  a.mnav {
    width: 35px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  a.mnav .fa {
    font-size: 26px;
  }
  a.mnav span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    position: absolute;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    z-index: 99;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .active ~ a.mnav span {
    background: #6e9828;
  }
  a.mnav span:first-child {
    top: 0;
  }
  a.mnav span:nth-child(2) {
    top: 10px;
  }
  a.mnav span:nth-child(3) {
    top: 20px;
  }
  .main-navigation.active ~ a.mnav :first-child {
    opacity: 1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px;
  }
  .main-navigation.active ~ a.mnav span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .main-navigation.active ~ a.mnav span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .main-navigation {
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 102px;
    right: -200%;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation a {
    font-size: 24px;
  }
  .main-navigation.active {
    right: 0;
  }
  .main-navigation .menu-main-container {
    width: 100%;
    padding-top: 30px;
  }
  .main-navigation ul.menu {
    text-align: center;
    padding-top: 30px;
    display: block;
  }
  .main-navigation ul.menu li {
    display: block;
  }
  .main-navigation ul.sub-menu a {
    font-size: 14px;
  }
  .menu-main-nav-container {
    float: none;
  }
  li.nav-cart {
    top: 5px;
    right: 5px;
    position: fixed;
  }
  li.nav-cart .cart-contents {
    font-size: 14px;
    right: -12px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  li.menu-item-13288 {
    top: 5px;
    right: 85px;
    position: fixed;
  }
  li.menu-item-13283 {
    top: 5px;
    right: 45px;
    position: fixed;
  }
  .aws-container {
    width: 100%;
    display: block;
    top: 102px;
  }
  .aws-container .aws-search-field {
    width: 100%;
  }
  .overlay-main {
    margin-top: 102px;
  }
  .mobile-nav, .s-mobile-nav {
    display: none;
  }
  .secondary-navigation {
    width: 100%;
    height: 42px;
    top: 60px;
  }
  .secondary-navigation .menu-category-container {
    padding-bottom: 0;
  }
  .secondary-navigation li {
    display: inline-block;
    border-bottom: none;
    vertical-align: top;
  }
  .secondary-navigation a {
    padding: 10px 10px;
    font-size: 14px;
  }
  .secondary-navigation a:after {
    bottom: 8px;
  }
  .content-wrapper {
    padding: 15px 0;
  }
  .hero-section, .site-content, .header-promo {
    width: 100%;
    margin-left: 0;
  }
  .hero-section {
    margin-top: 102px;
  }
  .site-content {
    padding: 0 10px;
    margin-top: 102px;
  }
  .home .site-content {
    margin-top: 20px;
  }
  .page .content-wrapper {
    padding: 30px 15px;
  }
  .woo-title.entry-title, .entry-header .entry-title, .home-products .entry-title, .hbrands.entry-title {
    font-size: 28px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    float: left;
  }
  ul.brands {
    padding: 0;
  }
  ul.brands li {
    width: 50%;
  }
  .flex-control-thumbs {
    display: inline-block;
    width: 100%;
  }
  .site-footer {
    height: auto;
    font-size: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .home .woocommerce-page:not(.single) ul.products li.product, .home .woocommerce:not(.single) ul.products li.product {
    width: calc(50% - 2.5%) !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px !important;
    padding: 7px !important;
  }
  .woocommerce ul.products li.product-category.product, .woocommerce-page ul.products.columns-3 li.product-category.product {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .site-branding {
    padding: 0;
  }
  .aws-container .aws-search-field {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
  }
  ul.brands h3 {
    font-size: 20px;
  }
  .woocommerce ul.products li.product h2 {
    font-size: 18px !important;
  }
  .aws-container {
    max-width: 190px;
  }
  .main-navigation a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
  .home .woocommerce-page:not(.single) ul.products li.product, .home .woocommerce:not(.single) ul.products li.product {
    width: calc(100% - 2.5%) !important;
  }
  a.mnav {
    right: 15px;
  }
}
@media only screen and (max-height: 400px) {
  .aws-search-result ul {
    max-height: 250px;
  }
}
