@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(../fonts/Oswald-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(../fonts/Oswald-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(../fonts/Oswald-Bold.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    line-height: 16px;
    margin: 0 0 10px 0;
    text-transform: none; }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    content: '';
    border: 1px solid #ddd;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 13px;
    background: #fff; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    background: #fafafa;
    box-shadow: 1px 1px 3px #ccc; }

.col-main .cart-empty {
  max-width: 100%;
  width: 100%;
  border: 3px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }

.icon-top {
  display: none !important; }

input[type="checkbox"] + label:before {
  font-size: 12px; }
input[type="checkbox"]:checked + label:before {
  font-weight: 900;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  border-color: #000; }

input[type="radio"] + label:before {
  font-size: 16px;
  border-radius: 50%; }
input[type="radio"]:checked + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #000;
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  margin: -10px 0 0 -10px;
  border-radius: 50%; }

input[type="text"],
input[type="password"],
textarea {
  margin: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  height: 46px;
  line-height: 20px;
  padding: 13px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: #888; }

label {
  font-weight: 200; }
  label a {
    text-decoration: underline; }

select {
  border: 1px solid #ddd;
  margin: 0;
  height: 46px;
  -moz-appearance: none;
  background-color: #fff;
  background-size: 30px; }

.floating-labels .input-box {
  position: relative; }
.floating-labels input[type="text"] ~ label,
.floating-labels input[type="password"] ~ label,
.floating-labels textarea ~ label,
.floating-labels select ~ label {
  left: 13px;
  opacity: 1;
  position: absolute;
  top: 13px;
  line-height: 20px;
  transition: all 0.1s ease;
  color: #a4a4a4;
  font-size: 13px; }
.floating-labels .show,
.floating-labels select {
  padding-top: 20px;
  padding-bottom: 5px; }
  .floating-labels .show.validation-failed ~ label,
  .floating-labels select.validation-failed ~ label {
    color: #ff0000; }
  .floating-labels .show ~ label,
  .floating-labels select ~ label {
    opacity: 1 !important;
    top: 3px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 !important; }

.ajax-cart-modal .overlay {
  background: black;
  display: block;
  left: 0;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.ajax-cart-modal .block {
  position: fixed;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  z-index: 1001;
  padding: 15px;
  background: #fff; }
  .ajax-cart-modal .block .block-title {
    display: none; }
  .ajax-cart-modal .block .actions {
    padding: 0;
    border: 0; }
    .ajax-cart-modal .block .actions button {
      background: #fff;
      border: 2px solid #000;
      color: #000;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
  .ajax-cart-modal .block .block-subtitle {
    color: #000; }

.ajax-cart-modal .block .close-btn {
  margin-top: 3px;
  float: right;
  width: 11px;
  height: 11px;
  background: url("../images/ajax_cart/btn_remove.gif"); }

.ajax-cart-loading-mask .overlay {
  background: black;
  display: block;
  left: 0;
  opacity: 0.50;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.ajax-cart-loading-mask .loader {
  position: fixed;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  background: url("../images/ajax_cart/ajax-loader.gif");
  z-index: 1001;
  background-size: 80px; }

.header {
  text-align: left; }

.header #algolia-searchbox {
  margin: 0; }

.header #algolia-searchbox .algolia-search-input:focus {
  outline: 0;
  box-shadow: none;
  border: none; }

.header #algolia-searchbox .algolia-search-input {
  width: 100%;
  float: right;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: solid 1px #000;
  padding: 0 10px; }

.header #algolia-autocomplete-container .aa-dropdown-menu {
  position: absolute;
  margin-top: -1px;
  right: 0px;
  width: 100%;
  z-index: 1000 !important;
  border: 1px solid #f1f1f1;
  border-top: 3px solid #000;
  border-radius: 1px;
  background: white; }

.algoliasearch-autocomplete-price {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold; }

.algoliasearch-autocomplete-hit .thumb img {
  width: 120px !important; }

.header-top {
  background: #000; }
  .header-top .spacer {
    height: 60px; }
  .header-top .row {
    max-width: 1400px; }
  .header-top .shipping-message {
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px; }
    .header-top .shipping-message img {
      width: 30px;
      margin-right: 10px;
      margin-top: -2px; }
  .header-top #select-store {
    color: #fff;
    background-color: #000; }
  .header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: #000; }
  .header-top .store-switcher {
    float: right;
    max-width: 170px;
    width: 100%;
    position: relative;
    padding: 0 0 0 110px; }
    .header-top .store-switcher label {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-align: left;
      line-height: 50px;
      color: #fff; }
    .header-top .store-switcher .select2-container {
      float: right;
      width: 100px;
      font-family: 'Open Sans', sans-serif;
      outline: none; }
      .header-top .store-switcher .select2-container .select2-selection--single {
        height: 50px;
        outline: none; }
    .header-top .store-switcher .select2-container--default .select2-selection--single {
      border: none; }
      .header-top .store-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        font-size: 14px;
        font-weight: 600;
        outline: none; }
      .header-top .store-switcher .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px; }
        .header-top .store-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
          display: none; }
    .header-top .store-switcher .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
      background: #f1f1f1;
      color: #000; }
    .header-top .store-switcher .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
      display: block; }

body .select2-results__options {
  background: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  border-top: 1px solid #ddd; }
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000; }
body .select2-results__option {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px; }

.search-box {
  line-height: 70px;
  color: #fff;
  display: none; }

.header-links {
  list-style: none;
  margin: 0;
  display: inline-block; }
  .header-links li {
    display: inline-block;
    margin: 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase; }
  .header-links li + li:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #000; }
  .header-links a {
    font-size: 12px;
    padding: 0 5px; }
    html.no-touch .header-links a:hover {
      text-decoration: underline; }

.right-links {
  text-align: right;
  float: right; }

.menu-bar .row {
  max-width: 1400px; }

.logo-wrapper {
  text-align: left;
  padding-top: 8px; }
  .logo-wrapper a {
    margin-top: 5px;
    position: relative; }

.nearest-store {
  line-height: 1; }
  .nearest-store i {
    float: left;
    font-size: 50px;
    margin-right: 15px; }
  .nearest-store strong {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin: 3px 0 8px;
    display: block; }
  .nearest-store p {
    font-size: 12px;
    margin: 0; }
  html.no-touch .nearest-store a:hover {
    text-decoration: underline; }

.shipping-countdown {
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif; }
  .shipping-countdown p {
    margin: 0; }
    .shipping-countdown p > span:last-child {
      display: none; }
  .shipping-countdown .iconextra-truck {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    vertical-align: bottom;
    margin-right: 5px;
    display: inline-block; }
  .shipping-countdown .countdown {
    float: left; }
  .shipping-countdown .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 0;
    white-space: nowrap;
    color: #fff; }

.shipping-timer {
  display: inline-block; }
  .shipping-timer span {
    background: #000;
    color: #fff;
    width: 20px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center; }

.menu-bar {
  background: #fff;
  height: 70px; }
  .menu-bar ul {
    margin: 0; }
  .menu-bar .extra-links li {
    list-style: none;
    float: right; }
  .menu-bar .extra-links a {
    display: block;
    padding: 13px 5px;
    text-align: center; }
  .menu-bar .extra-links .mobile-menu-toggle {
    color: #000;
    font-size: 12px;
    padding: 13px 10px; }
    html.no-touch .menu-bar .extra-links .mobile-menu-toggle:hover {
      background: #fff;
      color: #000;
      text-decoration: none; }
    .menu-bar .extra-links .mobile-menu-toggle.active {
      background: #fff;
      color: #000;
      text-decoration: none; }
  .menu-bar .extra-links .fa {
    display: block;
    font-size: 20px; }
  .menu-bar .extra-links i {
    background-repeat: no-repeat; }
  .menu-bar .extra-links .toggle-account {
    margin-right: 5px; }
  .menu-bar .extra-links .bag-icon,
  .menu-bar .extra-links .search-icon,
  .menu-bar .extra-links .user-icon,
  .menu-bar .extra-links .logout-icon {
    height: 22px;
    width: 22px;
    background-size: 22px 22px;
    display: block; }
  .menu-bar .extra-links .user-icon {
    background-image: url("../images/icon-user-updated.png"); }
  .menu-bar .extra-links .bag-icon {
    background-image: url("../images/shopping-bag-updated.png"); }
  .menu-bar .extra-links .search-icon {
    background-image: url("../images/search-icon-updated.png");
    background-position: 0 1px; }
  .menu-bar .extra-links .logout-icon {
    background-image: url("../images/logout-icon-updated.png"); }
  .menu-bar .extra-links .active {
    background: #fff; }
    .menu-bar .extra-links .active .search-icon {
      background-image: url("../images/search-icon-black.png"); }
    .menu-bar .extra-links .active .bag-icon {
      background-image: url("../images/shopping-bag-black.png"); }
  .menu-bar .extra-links span {
    display: block;
    line-height: 22px;
    text-transform: uppercase; }
  .menu-bar .extra-links.menu-link li {
    float: left; }
  .menu-bar .extra-links .toggle-cart {
    position: relative; }
  .menu-bar .extra-links .cart-qty {
    position: absolute;
    left: 45%;
    top: 15%;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 13px; }
  .menu-bar .mobile-menu-toggle i {
    width: 20px;
    height: 22px;
    position: relative; }
  .menu-bar .mobile-menu-toggle b,
  .menu-bar .mobile-menu-toggle b:before,
  .menu-bar .mobile-menu-toggle b:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 26px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .menu-bar .mobile-menu-toggle b {
    top: 10px;
    left: -3px; }
  .menu-bar .mobile-menu-toggle b:before {
    top: -8px; }
  .menu-bar .mobile-menu-toggle b:after {
    bottom: -8px; }
  html.no-touch .menu-bar .mobile-menu-toggle:hover b,
  html.no-touch .menu-bar .mobile-menu-toggle:hover b:before,
  html.no-touch .menu-bar .mobile-menu-toggle:hover b:after {
    background: #000; }
  .menu-bar .mobile-menu-toggle.active b,
  .menu-bar .mobile-menu-toggle.active b:before,
  .menu-bar .mobile-menu-toggle.active b:after {
    background: #000; }
  html.no-touch .menu-bar .mobile-menu-toggle.active b {
    background-color: transparent; }
  .menu-bar .mobile-menu-toggle.active b:before,
  .menu-bar .mobile-menu-toggle.active b:after {
    top: 0; }
  .menu-bar .mobile-menu-toggle.active b:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-bar .mobile-menu-toggle.active b:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu-container {
  display: none;
  /*
  a.level0.menulink-category-kids {
      font-family: 'Shadows Into Light', cursive;
      font-weight: 700;
      font-size: 22px;
  }
  */ }
  .menu-container li {
    list-style: none; }
  .menu-container li.level0 {
    display: inline-block;
    position: relative; }
  .menu-container a.level0 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize !important;
    font-size: 18px;
    line-height: 70px;
    padding: 0 8px; }
  .menu-container a {
    color: #000;
    display: block; }
    html.no-touch .menu-container a:hover {
      color: #000;
      background: #fff;
      text-decoration: none; }
    .menu-container a.active {
      color: #000;
      background: #fff;
      text-decoration: none; }

.menu-subcategories {
  background: #fff; }
  .menu-subcategories ul {
    margin: 0; }
  .menu-subcategories li {
    list-style: none; }
  .menu-subcategories .dropdown-container {
    display: none;
    width: 100%; }
  .menu-subcategories .dropdown-container:last-child {
    border-bottom: 3px solid #000; }
  .menu-subcategories .category-dropdown {
    padding: 3px 0 0;
    position: relative;
    max-width: 100%; }
  .menu-subcategories .dropdown-title {
    text-decoration: none; }
    .menu-subcategories .dropdown-title span {
      font-family: 'Oswald', sans-serif; }
    html.no-touch .menu-subcategories .dropdown-title:hover .viewall {
      background: #000;
      color: #fff; }
    .menu-subcategories .dropdown-title .suptitle {
      display: block;
      font-size: 26px;
      font-weight: 100;
      line-height: 30px; }
    .menu-subcategories .dropdown-title .catname {
      display: block;
      line-height: 50px;
      font-weight: normal;
      position: relative;
      color: #fff;
      background: #000;
      font-size: 18px;
      padding: 0 15px; }
    .menu-subcategories .dropdown-title .viewall {
      font-size: 15px;
      line-height: 30px;
      text-transform: uppercase;
      border: 2px solid #000;
      padding: 0 10px;
      display: inline-block; }
    .menu-subcategories .dropdown-title .toggle-icon {
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      width: 50px;
      display: block;
      text-align: center;
      background: #222; }
  .menu-subcategories .close-menu {
    position: absolute;
    top: 20px;
    right: 15px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer; }
    .menu-subcategories .close-menu i {
      margin-right: 5px; }
  .menu-subcategories .sub-menu .subcategories-wrapper {
    display: none; }
  .menu-subcategories .sub-menu ul {
    padding: 15px 0;
    column-gap: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%; }
  .menu-subcategories .sub-menu.single-column ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .menu-subcategories .sub-menu li {
    padding: 5px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: table; }
  .menu-subcategories .sub-menu a {
    font-size: 16px;
    line-height: 1.2; }
  .menu-subcategories .menu-category-account {
    display: none; }
    .menu-subcategories .menu-category-account .dropdown-title .catname {
      background: #555;
      text-transform: uppercase;
      font-weight: 200;
      line-height: 40px;
      font-size: 16px; }
    .menu-subcategories .menu-category-account .column:last-child .catname {
      border-left: 3px solid #fff; }

.header-search-wrapper {
  display: none; }

.header-search {
  width: 100%;
  padding-top: 18px; }
  .header-search .form-search {
    padding-left: 20px; }
  .header-search label {
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 50px;
    width: 120px;
    color: #FFF;
    font-weight: 100; }
    .header-search label span,
    .header-search label .fa {
      display: block;
      color: #fff;
      line-height: 40px; }
  .header-search .input-text {
    height: 40px;
    line-height: 40px;
    margin: 0;
    box-shadow: none;
    border: 0;
    font-size: 16px;
    background-color: #fff;
    color: #000; }
    .header-search .input-text:active, .header-search .input-text:focus {
      box-shadow: none;
      background: transparent; }

.header-cart-wrapper {
  display: none; }

.header-cart {
  padding: 30px 0 0;
  border-bottom: 3px solid #000;
  font-family: 'Oswald', sans-serif; }
  .header-cart .dropdown-title {
    text-transform: uppercase;
    margin: 0; }
    .header-cart .dropdown-title .suptitle {
      font-size: 18px;
      line-height: 30px; }
    .header-cart .dropdown-title .title {
      line-height: 50px;
      font-weight: normal;
      font-size: 18px; }
  .header-cart .block-subtitle {
    color: #555;
    font-weight: 300; }
  .header-cart .empty {
    padding: 0 15px; }
  .header-cart ol {
    list-style: none;
    margin: 0; }
  .header-cart .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0; }
  .header-cart .item-options dt,
  .header-cart .item-options dd {
    display: inline;
    font-weight: normal;
    text-transform: uppercase;
    color: #555;
    font-size: 12px; }
  .header-cart .actions {
    padding: 15px; }
    .header-cart .actions a {
      margin: 0;
      float: right;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      border: 2px solid #000;
      background: #fff;
      color: #000;
      padding: 10px 15px;
      margin-left: 15px;
      font-size: 16px; }
  .header-cart .product-name,
  .header-cart .qty-price {
    text-transform: uppercase;
    margin: 0; }
  .header-cart .qty-price {
    font-size: 13px; }
  .header-cart .item-actions {
    text-align: right; }
  .header-cart .remove-item {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px; }

.header-promo {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%; }
  .header-promo ul {
    margin: 0;
    display: table;
    width: 100%; }
  .header-promo li {
    display: table-cell;
    list-style: none;
    cursor: pointer; }
  .header-promo a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none; }
  .header-promo h5 {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 16px;
    padding: 10px 15px; }
  .header-promo .fa {
    margin: -7px 5px 0 0;
    vertical-align: middle;
    font-size: 20px; }
  .header-promo .dropdown-content {
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    top: 45px;
    padding: 15px;
    max-width: 300px;
    z-index: 5; }
    .header-promo .dropdown-content p {
      font-size: 14px;
      line-height: 1.2; }
    .header-promo .dropdown-content strong {
      text-transform: uppercase; }
  .header-promo .more {
    display: inline-block;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }
    html.no-touch .header-promo .more:hover {
      color: #000;
      background: #fff; }
  .header-promo li:last-child .dropdown-content {
    right: 15px; }
  html.no-touch .header-promo li:hover .dropdown-content {
    display: block; }
  html.no-touch .header-promo li:hover {
    background: #000; }
  html.no-touch .header-promo li:hover a {
    color: #fff; }

.cms-index-index .header-promo {
  position: absolute;
  z-index: 10;
  left: 0; }

.breadcrumbs {
  border: none;
  background: none;
  border-radius: 0;
  margin: 0 0 1.25rem;
  padding: 0.875rem;
  margin-top: 15px; }
  .breadcrumbs a, .breadcrumbs > *, .breadcrumbs > *:before {
    color: #000; }
  .breadcrumbs > *:before {
    margin: 0 0.45em;
    top: 0; }

.promo-header {
  text-align: center; }
  .cms-index-index .promo-header {
    display: none; }
  .promo-header a {
    display: inline-block; }

.stores-list {
  text-align: center; }
  .stores-list h3 {
    font-family: "Open Sans";
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px; }
  .stores-list a {
    color: #000; }
    .stores-list a:hover {
      color: #000;
      text-decoration: underline; }

.signup-row {
  text-align: center; }

.footer-newsletter {
  background: #fff;
  color: #000;
  padding: 30px 0;
  border-top: 1px solid #eee; }
  .footer-newsletter .form-subscribe-header {
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    .footer-newsletter .form-subscribe-header span {
      display: block; }
  .footer-newsletter .title-1 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 30px; }
  .footer-newsletter .title-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px; }
  .footer-newsletter input {
    height: 50px;
    line-height: 20px;
    border: none;
    padding: 20px 20px 20px 70px;
    position: relative;
    margin: 0;
    width: 80%;
    float: left;
    border: solid 1px #000; }
  .footer-newsletter label {
    position: absolute;
    left: 15px;
    top: 0;
    color: #999999;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    z-index: 5; }
  .footer-newsletter button {
    background: #000;
    color: #fff;
    line-height: 50px;
    height: 50px;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 0;
    float: left;
    width: 20%;
    text-transform: uppercase; }
    html.no-touch .footer-newsletter button:hover {
      background: #efefef;
      color: #333; }
  .footer-newsletter #advice-validate-email-newsletter {
    padding: 10px 15px;
    background: transparent;
    border: none;
    color: #f00;
    font-size: 12px;
    position: absolute;
    top: 45px; }

.footer-help {
  padding: 30px 0;
  text-align: center; }
  .footer-help p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    color: #000; }

.footer {
  overflow: auto;
  background: #fff; }

.footer-links {
  overflow: auto;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align: left; }
  .footer-links a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    padding: 0 15px; }
    html.no-touch .footer-links a:hover {
      color: #000;
      text-decoration: underline; }

.afterpay-logo img {
  width: 95px; }

.american-express img {
  width: 55px; }

.social-links {
  text-align: left;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px; }
  .social-links li {
    display: inline-block; }
  .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 5px;
    font-size: 30px;
    color: #000; }

.footer-bottom {
  background: #fff;
  overflow: auto;
  color: #000;
  padding: 30px 15px 50px;
  text-align: left; }
  .footer-bottom p {
    margin: 0;
    font-size: 12px; }
  .footer-bottom a {
    color: #000;
    font-size: 12px; }
    html.no-touch .footer-bottom a:hover {
      color: #000;
      text-decoration: underline; }
  .footer-bottom .copyright {
    font-size: 12px;
    margin: 0; }

.cms-index-index .main.row {
  max-width: 100%;
  width: 100%; }
  .cms-index-index .main.row > .column {
    padding: 0; }
  .cms-index-index .main.row .row {
    max-width: 1400px;
    margin: 0 auto 0; }
.cms-index-index .main-container {
  margin: 0; }
.cms-index-index .small-promo-wrap .column {
  padding: 15px; }
.cms-index-index .home-promo {
  margin: 30px 0 0; }
  .cms-index-index .home-promo .column {
    padding: 0; }
  .cms-index-index .home-promo .large-promo-wrap .column {
    width: 49%; }
    .cms-index-index .home-promo .large-promo-wrap .column:first-child {
      margin: 0 0 2% 0; }
    .cms-index-index .home-promo .large-promo-wrap .column:last-child {
      margin: 0 0 2% 0; }
  .cms-index-index .home-promo .small-promo-wrap {
    display: flex;
    margin-bottom: 2%; }
    .cms-index-index .home-promo .small-promo-wrap .column {
      float: none; }
      .cms-index-index .home-promo .small-promo-wrap .column:nth-child(1) {
        margin: 0 1.333% 0 0; }
      .cms-index-index .home-promo .small-promo-wrap .column:nth-child(2) {
        margin: 0 0.667% 0 0.667%; }
      .cms-index-index .home-promo .small-promo-wrap .column:nth-child(3) {
        margin: 0 0 0 1.333%; }
  .cms-index-index .home-promo a {
    opacity: 1;
    position: relative;
    transition: 0.2s opacity;
    display: block; }
    .no-touch .cms-index-index .home-promo a:hover {
      opacity: 0.85; }
  .cms-index-index .home-promo img {
    position: absolute;
    top: 0;
    left: 0; }
  .cms-index-index .home-promo .large-promo {
    padding-bottom: 100%; }
  .cms-index-index .home-promo .small-promo {
    padding-bottom: 100%;
    overflow: hidden; }
  .cms-index-index .home-promo .small-promo-wide {
    padding-bottom: 66.64%;
    overflow: hidden; }

.home-shipping {
  background: #ececec;
  margin: 0 0 2% 0;
  padding: 35px 0 40px; }
  .home-shipping .delivery-lookup {
    text-align: center; }
    .home-shipping .delivery-lookup .title {
      font-weight: bold;
      margin: 0;
      font-size: 24px;
      line-height: 1.2; }
    .home-shipping .delivery-lookup ul {
      margin: 0; }
  .home-shipping .shippingestimator-form {
    margin: 0; }
    .home-shipping .shippingestimator-form .input-box {
      padding-right: 46px; }
    .home-shipping .shippingestimator-form button {
      width: 46px; }
      .home-shipping .shippingestimator-form button .fas {
        font-size: 20px; }
  .home-shipping .delivery-questions {
    text-align: center; }
    .home-shipping .delivery-questions h3 {
      font-family: 'Open Sans', sans-serif;
      text-transform: none;
      font-size: 20px;
      font-weight: bold; }
    .home-shipping .delivery-questions ul {
      margin: 0; }
    .home-shipping .delivery-questions li {
      margin-bottom: 5px; }
    .home-shipping .delivery-questions a {
      text-decoration: underline;
      font-size: 14px; }
  .home-shipping .delivery-features {
    font-size: 26px;
    font-weight: bold; }
    .home-shipping .delivery-features ul {
      margin: 10px 0 0 0; }
    .home-shipping .delivery-features li + li {
      margin-top: 10px; }
    .home-shipping .delivery-features .fas {
      text-align: center;
      font-size: 24px;
      margin-right: 10px;
      width: 40px;
      position: relative;
      top: 2px; }

.instagram-home {
  background: #ececec; }
  .instagram-home strong {
    font-weight: 600; }
  .instagram-home .title {
    line-height: 40px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    font-size: 24px; }
  .instagram-home .title span {
    position: relative;
    z-index: 10;
    padding: 0; }
  .instagram-home .send-us {
    padding: 0 26px; }
    .instagram-home .send-us p {
      display: block;
      line-height: 30px;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 100;
      font-size: 16px; }
  .instagram-home .slick-prev,
  .instagram-home .slick-next {
    width: 26px;
    height: 100px;
    margin-top: -50px; }
  .instagram-home .slick-prev {
    left: 0; }
  .instagram-home .slick-next {
    right: 0; }

.instagram-view {
  padding: 0 26px;
  margin-bottom: 10px; }
  .instagram-view .insta-img {
    float: left; }
  .instagram-view img {
    margin: 0 auto; }

.banner-group {
  max-width: 1920px;
  margin: 0 auto; }
  .banner-group .slick-slider {
    margin-bottom: 0; }
  .banner-group .banner-list-item {
    display: none;
    width: 100%;
    text-align: center; }
  .banner-group .banner-list-item.first {
    display: block; }
  .banner-group .slick-prev {
    left: 0;
    width: 60px; }
  .banner-group .slick-next {
    right: 0;
    width: 60px; }
  .banner-group .slick-prev,
  .banner-group .slick-next {
    height: 100%;
    margin: 0;
    top: 0; }
  .banner-group .slick-prev:before {
    left: 10px; }
  .banner-group .slick-next:before {
    right: 10px; }
  .banner-group .slick-prev:before,
  .banner-group .slick-next:before {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%; }

.banners-list-container img {
  max-width: 100%;
  margin: 0 auto; }

.home-category-choice {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  position: relative; }
  .home-category-choice:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    border-right: 1px solid #eee;
    top: 0; }
  .home-category-choice .choice {
    padding: 40px 0; }
  .home-category-choice .line1 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.1; }
  .home-category-choice .catname {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.1; }
  .home-category-choice a {
    border: 2px solid #000;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px; }
    .home-category-choice a:hover {
      background: #000;
      color: #fff; }

.category-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }
  .category-title .suptitle {
    font-weight: 300;
    font-size: 26px;
    line-height: 30px; }
  .category-title h1 {
    line-height: 50px;
    font-weight: 400;
    font-size: 40px;
    margin: 0 0 20px; }

.category-description p {
  line-height: 1.2; }

.ratio-container {
  display: block;
  position: relative; }
  .ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 149.93%; }
  .ratio-container .ratio-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s opacity; }

.products-grid {
  position: relative;
  z-index: 1; }
  .products-grid .image-wrap {
    margin-bottom: 20px;
    position: relative; }
    .products-grid .image-wrap > .ratio-container {
      display: none; }
      .products-grid .image-wrap > .ratio-container:first-child {
        display: block; }
  .products-grid .product-image img.loaded {
    opacity: 1; }
  .products-grid .product-image .default {
    z-index: 5; }
  .products-grid .gallery-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 5;
    cursor: pointer; }
  .products-grid .has-alt:hover .default {
    opacity: 0; }
  .products-grid .slick-slide,
  .products-grid .slick-loading {
    background: #fff url("../images/ajax-loader.gif") no-repeat center; }
  .products-grid .slick-prev {
    left: 0; }
  .products-grid .slick-next {
    right: 0; }

.image-wrap .slick-prev:before,
.image-wrap .slick-next:before {
  opacity: 0;
  transition: 0.2s all; }
.image-wrap:hover .slick-prev:before,
.image-wrap:hover .slick-next:before {
  opacity: 1; }

.category-products {
  position: relative; }
  .category-products .item {
    margin-bottom: 25px; }
    .category-products .item:last-child {
      float: left; }
    .category-products .item:hover .avail-sizes {
      max-height: 100px;
      height: 100px; }
  .category-products li {
    list-style: none; }
  .category-products .product-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden; }
  .category-products .product-image {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .category-products .price-box {
    margin-bottom: 10px;
    height: 30px; }
    .category-products .price-box p {
      margin: 0;
      display: inline; }
    .category-products .price-box .price {
      font-size: 19px;
      font-weight: 700; }
    .category-products .price-box .price-label {
      display: none; }
    .category-products .price-box .old-price {
      text-decoration: line-through;
      color: #888; }
  .category-products .actions button.btn-add-cart {
    background: #fff;
    font-size: 16px;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500; }
    html.no-touch .category-products .actions button.btn-add-cart:hover {
      background: #000;
      color: #fff; }
  .category-products .add-to-links {
    margin: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase; }
  .category-products .out-of-stock {
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    border: 2px solid #999;
    display: block;
    font-size: 16px; }
    .category-products .out-of-stock span {
      color: #999;
      font-weight: 500; }

.avail-sizes {
  text-align: center;
  position: absolute;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow-y: hidden;
  bottom: 144px;
  font-size: 14px;
  left: 15px;
  right: 15px;
  line-height: 35px;
  z-index: 99;
  /*
  .cat-size-btn {
      font-weight: bold;
      padding: 0 5px;
      display: inline-block;
      background: #fff;
      border: 2px solid #000;
      color: #000;
      margin: 5px;
      font-size: 14px;
  }
  .cat-size-stock {
      &:hover {
          background: #000;
          color: #fff;
      }
  }
  .cat-size-oos{
      color: #cccccc;
      border-color: #ccc;
      background: transparent;
      background: url("../images/easylife_switcher/no-stock.gif") repeat scroll 50% 50% rgba(0, 0, 0, 0);
  }
  */ }
  .avail-sizes .size-buttons {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .avail-sizes .cat-size-btn {
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    margin: 5px 2px;
    font-size: 14px;
    background: transparent; }
  .avail-sizes .cat-size-stock {
    color: #fff; }
  .avail-sizes .cat-size-oos {
    color: #ccc;
    position: relative; }
    .avail-sizes .cat-size-oos:before {
      position: absolute;
      content: "";
      left: 10%;
      top: 40%;
      border-top: 2px solid;
      border-color: #ccc;
      width: 65%; }

.layered-nav {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  min-height: 1px; }

.filters-toggle {
  display: none;
  background: #000;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
  cursor: pointer; }
  .filters-toggle .fa {
    margin-left: 10px;
    line-height: 40px;
    position: relative;
    top: -2px;
    float: right; }

.filters-available {
  display: none;
  background: #fff;
  border-bottom: 3px solid #000; }

.filter-names {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }
  .filter-names ul {
    background: #f0f0f0;
    margin: 0;
    font-size: 16px;
    padding: 15px; }
  .filter-names li {
    position: relative;
    cursor: pointer; }
    .filter-names li a {
      line-height: 30px; }
    .filter-names li .active {
      font-weight: bold; }
      .filter-names li .active:after {
        content: '';
        position: absolute;
        right: -25px;
        margin-top: -10px;
        height: 20px;
        width: 20px;
        background: #fff;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .filter-names .filters-sub-toggle {
    display: block; }

.filter-options-wrapper {
  position: relative;
  background: #fff; }
  .filter-options-wrapper .filters-sub-toggle {
    background: #000;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 3px; }
    .filter-options-wrapper .filters-sub-toggle .fa {
      float: right;
      line-height: 40px; }
  .filter-options-wrapper ol {
    margin: 0;
    column-gap: 15px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding: 15px; }
  .filter-options-wrapper li {
    padding: 5px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: table;
    font-size: 14px;
    color: #aaa; }
    .filter-options-wrapper li a {
      color: #000; }

.filter-options {
  display: none; }

.filters-current {
  border-bottom: 3px solid #000;
  padding: 15px 0; }
  .filters-current .filter-current-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    margin: 0;
    line-height: 34px; }
  .filters-current ol {
    margin: 0; }
  .filters-current li {
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
    line-height: 20px; }
  .filters-current .filtername {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30%;
    display: none; }
  .filters-current .value {
    font-weight: 100;
    margin-right: 5px; }
  .filters-current .btn-remove {
    color: #000;
    border: 2px solid #000;
    padding: 5px 10px;
    border-radius: 1px;
    display: inline-block;
    font-size: 14px; }
    .filters-current .btn-remove i {
      position: relative;
      top: -1px; }
    html.no-touch .filters-current .btn-remove:hover {
      background: #000;
      color: #fff; }

.toolbar-top {
  margin-bottom: 20px; }

.toolbar-top + .layered-nav {
  margin-top: -20px; }

.toolbar .column {
  min-height: 1px; }
.toolbar .limiter {
  padding-left: 100px;
  position: relative; }
  .toolbar .limiter label {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0; }
.toolbar label {
  width: 100px;
  display: inline-block;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase; }
.toolbar .sort-by {
  position: relative;
  font-size: 14px; }
.toolbar .sort-toggle {
  display: block;
  margin-bottom: 0;
  border: 2px solid #000;
  background-color: #fff;
  line-height: 36px;
  padding: 0 15px; }
  .toolbar .sort-toggle .fa {
    float: right;
    line-height: 36px; }
  html.no-touch .toolbar .sort-toggle:hover {
    background: #eee; }
  .toolbar .sort-toggle.active {
    background: #eee; }
.toolbar .sorter-options {
  display: none;
  border: 2px solid #000;
  border-top: 0;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 5; }
  .toolbar .sorter-options ul {
    margin: 0;
    font-size: 14px; }
  .toolbar .sorter-options a {
    display: block;
    padding: 0 15px;
    line-height: 30px; }
    html.no-touch .toolbar .sorter-options a:hover {
      background: #eee; }
.toolbar .pages ol {
  margin: 0;
  text-align: center;
  padding: 5px 0; }
.toolbar .pages li {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-family: 'Oswald', sans-serif; }
.toolbar .pages li.current {
  padding: 0;
  background: #efefef; }
.toolbar .pages a {
  display: inline-block;
  width: 30px; }

.swipe-help {
  display: none;
  background: #e7e7e7;
  text-align: center;
  position: relative;
  padding: 30px 15px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .swipe-help p {
    margin: 0 0 5px;
    line-height: 1.2; }
  .swipe-help strong {
    font-size: 15px; }
  .swipe-help .helper-image {
    position: relative;
    width: 130px;
    margin: 15px auto 40px; }
    .swipe-help .helper-image .slides img {
      display: none; }
      .swipe-help .helper-image .slides img:first-child {
        display: block; }
    .swipe-help .helper-image .slides.slick-initialized img {
      display: block; }
    .swipe-help .helper-image .icon {
      position: absolute;
      right: -15px;
      bottom: -15px; }
  .swipe-help .close-swipe-help {
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
    cursor: pointer; }

.product-options-modal {
  max-width: 400px;
  text-align: center;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  position: relative; }
  .product-options-modal .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .product-options-modal .subtitle {
    font-size: 16px;
    font-weight: bold; }
  .product-options-modal .product-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .product-options-modal .product-options button {
      border: 2px solid #000;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0 10px;
      line-height: 36px;
      height: 40px;
      margin: 5px;
      color: #000;
      font-size: 16px;
      background: #fff; }
      .product-options-modal .product-options button:hover {
        color: #fff;
        background: #000; }
      .product-options-modal .product-options button.cat-size-oos {
        opacity: 0.3;
        text-decoration: line-through; }

.product-options-lightbox {
  background: rgba(0, 0, 0, 0.3); }
  .product-options-lightbox .mfp-close {
    bottom: auto;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 0; }
    .product-options-lightbox .mfp-close:hover {
      background-color: #eee; }

.product-view {
  /*
  .tab-menu {
      border-bottom: 2px solid #ccc;
      margin-bottom: 30px;
      ul {
          margin: 0;
          padding: 0;
      }
      li {
          float: left;
          & + li {
              margin-left: 30px;
          }
      }
      a {
          display: block;
          font-size: 16px;
          text-transform: uppercase;
          font-style: italic;
          font-weight: 700;
          line-height: 40px;
          color: #ccc;
          border-bottom: 1px solid transparent;
          &.active {
              border-color: $alt-color;
              color: #000;
          }
      }
  }*/ }
  .product-view .small-product-top {
    padding: 15px 0 0 0; }
    .product-view .small-product-top .product-stock-price {
      border-bottom: none; }
  .product-view .zip_tagline {
    display: none !important; }
  .product-view .zip_tagline_modified {
    padding-bottom: 20px; }
  .product-view .product-name h1 {
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700; }
  .product-view .product-stock-price {
    padding-bottom: 15px; }
  .product-view .small-price-wrapper .product-stock-price {
    border-bottom: 0;
    padding: 15px 0; }
  .product-view .insta-style-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-align: left; }
  .product-view .insta-style-heading .fab {
    font-size: 16px;
    margin-right: 5px; }
  .product-view .laybuy-message {
    padding-bottom: 10px; }
    .product-view .laybuy-message p {
      font-size: 12px; }
    .product-view .laybuy-message img {
      width: 20px; }
  .product-view .widget-product-calc .zip_tagline_text {
    font-size: 12px;
    font-style: italic; }
  .product-view .availability {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
    .product-view .availability .fa {
      font-size: 17px; }
  .product-view .in-stock {
    color: #00a54f; }
  .product-view .out-of-stock {
    color: #ee2e2e; }
  .product-view .price-box {
    font-family: 'Open Sans', sans-serif; }
    .product-view .price-box .price {
      font-family: 'Open Sans', sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 34px; }
  .product-view .shipping-countdown-product {
    margin-bottom: 15px; }
    .product-view .shipping-countdown-product p {
      font-size: 16px; }
    .product-view .shipping-countdown-product .countdown {
      float: none; }
  .product-view .short-description {
    margin: 15px 0;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding: 25px 0 10px 0; }
    .product-view .short-description h3 {
      font-size: 16px;
      font-weight: 500; }
  .product-view .product-options {
    padding: 20px 20px 0;
    background: #f5f5f5; }
    .product-view .product-options dl {
      margin: 0; }
      .product-view .product-options dl dd {
        margin: 0; }
    .product-view .product-options label {
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
      color: #000;
      display: none; }
    .product-view .product-options select {
      margin: 0; }
    .product-view .product-options p.required {
      display: none; }
    .product-view .product-options .switcher-field {
      text-align: center; }
      .product-view .product-options .switcher-field label {
        float: none;
        display: inline-block;
        border-width: 2px;
        border-radius: 0;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 36px !important;
        border-color: #000;
        color: #000;
        background: #fff;
        padding: 0 8px;
        min-width: 40px; }
        .product-view .product-options .switcher-field label.no-stock {
          background-color: transparent;
          color: #cccccc;
          border-color: #ccc;
          cursor: pointer; }
        .product-view .product-options .switcher-field label.selected {
          color: #00a54f;
          border-color: #00a54f; }
    .product-view .product-options .validation-advice {
      padding: 0;
      text-align: center;
      background: transparent;
      margin-bottom: 10px; }
  .product-view .product-options-bottom,
  .product-view .add-to-box {
    background: #f5f5f5;
    padding: 20px; }
  .product-view .add-buttons {
    text-align: center; }
    .product-view .add-buttons button {
      float: none;
      display: block;
      font-size: 18px;
      background: #00a54f;
      color: #fff;
      padding: 0 20px;
      height: 50px;
      line-height: 48px;
      font-family: 'Oswald', sans-serif;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      width: 100%;
      border-radius: 3px; }
      .product-view .add-buttons button .fa {
        font-size: 12px;
        position: relative;
        top: -3px; }
      html.no-touch .product-view .add-buttons button:hover {
        background: #12b99a; }
    .product-view .add-buttons .link-wishlist {
      font-size: 12px;
      text-transform: uppercase;
      margin: 15px 0 0;
      display: block;
      text-align: center; }
      .product-view .add-buttons .link-wishlist .fa {
        margin-right: 5px; }
  .product-view .add-quantity label {
    float: left;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: 44px;
    margin-right: 10px; }
  .product-view .add-quantity input {
    float: right;
    width: 50px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #efefef;
    box-shadow: none;
    display: inline-block;
    margin: 0; }
  .product-view .product-message {
    margin-top: 15px;
    line-height: 30px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center; }
    .product-view .product-message i {
      font-size: 1.5em;
      margin-right: 10px; }
  .product-view .notify-size-link-wrap {
    font-size: 12px;
    text-align: center;
    margin-top: 5px; }
    .product-view .notify-size-link-wrap a {
      text-decoration: underline; }
  .product-view .product-options-container {
    position: relative; }
  .product-view .stock-notification {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center; }
    .product-view .stock-notification.active {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999; }
    .product-view .stock-notification h5 {
      margin-bottom: 15px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      text-transform: none; }
    .product-view .stock-notification .row {
      margin-top: 10px; }
    .product-view .stock-notification .request-notice {
      width: 100%;
      line-height: 26px;
      font-size: 14px;
      padding: 10px;
      margin-top: 15px;
      font-weight: bold; }
    .product-view .stock-notification .choice-title {
      font-size: 14px;
      margin: 15px 0; }
    .product-view .stock-notification .choices {
      margin-bottom: 15px; }
    .product-view .stock-notification .or {
      display: inline-block;
      line-height: 30px;
      margin: 0 8px; }
    .product-view .stock-notification .choice {
      display: inline-block;
      line-height: 30px;
      border: 2px solid #000;
      padding: 0 15px;
      margin: 0 8px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.2s all; }
      .product-view .stock-notification .choice:hover {
        background: #ccc; }
      .product-view .stock-notification .choice.active {
        background: #000;
        color: #fff; }
    .product-view .stock-notification .success {
      font-size: 18px; }
    .product-view .stock-notification .close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 24px;
      line-height: 24px;
      text-align: center;
      font-size: 26px;
      cursor: pointer;
      font-weight: 100;
      opacity: 1; }
    .product-view .stock-notification .stock-notification-inner {
      max-width: 400px;
      background: #f5f5f5;
      padding: 30px 25px;
      position: relative; }
    .product-view .stock-notification .intl-tel-input {
      width: 100%; }
  .product-view .tier-prices-container {
    text-align: center;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-width: 0 1px 1px 1px; }
    .product-view .tier-prices-container .tier-title {
      font-weight: bold;
      margin: 0; }
    .product-view .tier-prices-container ul {
      margin: 15px 0;
      padding: 0; }
    .product-view .tier-prices-container li {
      display: inline-block;
      margin: 0 5px; }
    .product-view .tier-prices-container a {
      display: inline-block;
      border: 1px solid #000;
      font-size: 12px;
      transition: 0.3s all;
      color: #000; }
      .product-view .tier-prices-container a .tier-qty {
        background: #000;
        color: #fff;
        padding: 5px;
        display: inline-block;
        transition: 0.3s all; }
      .product-view .tier-prices-container a .tier-price {
        padding: 5px;
        display: inline-block; }
      .no-touch .product-view .tier-prices-container a:hover {
        border-color: #444;
        color: #444; }
        .no-touch .product-view .tier-prices-container a:hover .tier-qty {
          background: #444; }
  .product-view .product-img-box .product-image {
    position: relative;
    display: block; }
  .product-view .product-img-box .zoom-overlay {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff;
    text-transform: uppercase;
    white-space: nowrap; }
    .product-view .product-img-box .zoom-overlay i {
      color: #000;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 18px;
      transition: background-color 0.2s;
      float: left; }
    .product-view .product-img-box .zoom-overlay span {
      line-height: 30px;
      padding: 0 10px 0 0;
      float: right; }
    html.no-touch .product-view .product-img-box .zoom-overlay:hover {
      background: #ddd; }
  .product-view .more-views {
    position: relative; }
    .product-view .more-views .gallery {
      margin: 15px 0 0;
      overflow: hidden; }
      .product-view .more-views .gallery .gallery-image {
        float: left;
        text-align: center; }
      .product-view .more-views .gallery a {
        padding: 0 5px;
        display: block;
        text-align: center; }
    .product-view .more-views .slick-prev {
      left: 0; }
    .product-view .more-views .slick-next {
      right: 0; }
    .product-view .more-views .slick-prev,
    .product-view .more-views .slick-next {
      height: 100%;
      margin: 0;
      top: 0;
      width: 30px; }
    .product-view .more-views .slick-prev:before {
      left: 0; }
    .product-view .more-views .slick-next:before {
      right: 0; }
    .product-view .more-views .slick-prev:before,
    .product-view .more-views .slick-next:before {
      color: #000;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #fff; }
  .product-view .qty-wrapper {
    position: relative;
    margin: 0 0 20px;
    text-align: center; }
    .product-view .qty-wrapper .qty {
      max-width: 40px;
      vertical-align: middle;
      margin: 0;
      display: inline-block;
      font-size: 16px;
      text-align: center;
      line-height: 38px;
      padding: 0 10px;
      height: 40px;
      font-weight: bold; }
    .product-view .qty-wrapper button {
      margin: 0;
      background: transparent;
      color: #000;
      height: 40px;
      vertical-align: middle;
      font-size: 25px;
      line-height: 38px;
      padding: 0;
      padding: 0 15px;
      float: none; }
      .product-view .qty-wrapper button:hover {
        background: #eee; }
      .product-view .qty-wrapper button:focus {
        outline: none; }
      .product-view .qty-wrapper button span {
        display: inline-block; }
    .product-view .qty-wrapper .quantity_box_button_down span {
      position: relative;
      top: -2px; }
  .product-view .std {
    padding: 0 15px;
    font-size: 14px; }
    .product-view .std li, .product-view .std p {
      font-size: 14px; }
    .product-view .std li span {
      font-size: 14px !important; }
    .product-view .std li {
      list-style: none;
      position: relative;
      margin-bottom: 3px; }
      .product-view .std li:after {
        font-weight: 900;
        content: "\f105";
        position: absolute;
        left: -14px;
        top: 1px;
        line-height: 1;
        font-family: 'Font Awesome 5 Free';
        font-size: 16px; }
    .product-view .std a {
      text-decoration: underline; }
  .product-view .tabgroup {
    border-bottom: 1px solid #e5e5e5; }
    .product-view .tabgroup .tab {
      padding: 15px 0 15px; }
    .product-view .tabgroup .tab-select .fa-minus {
      display: none; }
    .product-view .tabgroup .tab-select.active {
      padding-bottom: 0; }
      .product-view .tabgroup .tab-select.active .fa-minus {
        display: inline-block; }
      .product-view .tabgroup .tab-select.active .fa-plus {
        display: none; }
  .product-view .tab-select {
    display: block;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 10px 15px;
    font-weight: 700; }
    .product-view .tab-select .title .fa {
      margin-right: 5px; }
    .product-view .tab-select .expand .fa {
      float: right;
      line-height: 40px; }
  .product-view .tab {
    display: none; }
    .product-view .tab.active {
      display: block; }

.tab-look .product-name {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  height: 20px;
  overflow: hidden; }
.tab-look .price-box .price {
  font-size: 19px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }
.tab-look .minimal-price-link {
  display: none; }

.shippingestimator-form {
  margin: 30px 0; }
  .shippingestimator-form .shippingestimator-title {
    font-weight: bold;
    text-transform: uppercase; }
  .shippingestimator-form .input-box {
    position: relative;
    padding-right: 100px; }
  .shippingestimator-form input {
    border-color: #000; }
  .shippingestimator-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background: #000;
    color: #fff;
    padding: 0;
    text-align: center;
    height: 46px;
    letter-spacing: 1px; }
    .shippingestimator-form button:focus {
      background: #000 !important; }

.mfp-bg.shippingestimator-result-popup {
  background: rgba(0, 0, 0, 0.3); }

.mfp-wrap.shippingestimator-result-popup .mfp-content {
  background: #fff;
  max-width: 800px;
  padding: 20px;
  text-align: center; }
.mfp-wrap.shippingestimator-result-popup .mfp-close {
  padding: 0;
  font-weight: 100;
  font-size: 38px;
  color: #000; }
  .mfp-wrap.shippingestimator-result-popup .mfp-close:hover {
    background: rgba(0, 0, 0, 0.1); }
.mfp-wrap.shippingestimator-result-popup h1,
.mfp-wrap.shippingestimator-result-popup h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: none; }
.mfp-wrap.shippingestimator-result-popup h1 {
  font-weight: 900;
  position: relative;
  margin: 0;
  font-size: 24px; }
  .mfp-wrap.shippingestimator-result-popup h1:before {
    font-weight: 900;
    content: '\f058';
    width: 25px;
    margin-right: 5px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    color: #00a54f; }
.mfp-wrap.shippingestimator-result-popup h2 {
  margin: 0 0 20px;
  font-size: 20px; }
.mfp-wrap.shippingestimator-result-popup .or {
  margin: 15px 0;
  font-weight: bold; }

.account-login .page-title {
  text-align: center; }

#login-form {
  display: block; }
  #login-form .buttons-set {
    margin: 0;
    border: 0; }
  #login-form ul {
    margin: 0; }
  #login-form h2 {
    font-size: 28px; }
  #login-form button {
    display: block;
    width: 100%;
    float: none;
    background: #fff;
    border: 2px solid #000;
    margin: 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px; }
    html.no-touch #login-form button:hover {
      background: #000;
      color: #fff; }
  #login-form input {
    border: 1px solid #000;
    box-shadow: none;
    padding-left: 45px;
    margin: 0 0 5px; }
  #login-form label {
    margin-bottom: 5px; }
  #login-form .input-box {
    position: relative;
    margin-bottom: 10px; }
    #login-form .input-box label {
      position: absolute;
      left: 0;
      top: 0;
      height: 37px;
      width: 37px;
      line-height: 37px;
      text-align: center;
      margin: 0;
      color: #999; }
      #login-form .input-box label:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        height: 20px;
        border-right: 1px solid #cccccc;
        margin-top: -10px; }
  #login-form .forgot-password {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline; }
  #login-form .or {
    margin: 10px 0;
    text-align: center; }

.contact-icons {
  padding: 30px 0; }

.contact-form {
  padding: 50px 0;
  margin-top: 30px;
  background-color: #fafafa; }
  .contact-form input {
    margin-bottom: 20px; }
  .contact-form h2 {
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0; }
  .contact-form .buttons-set {
    border: none;
    margin-top: 20px; }
  .contact-form .buttons-set button {
    background: #000;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 20px 10px; }

.contacts-index-index .main-container {
  margin-bottom: 0; }

.customer-dob > div {
  position: relative;
  float: left; }
.customer-dob:after {
  content: " ";
  display: block;
  clear: both; }
.customer-dob .dob-day {
  width: 28%; }
.customer-dob .dob-month {
  width: 28%;
  margin-left: 2%; }
.customer-dob .dob-year {
  width: 40%;
  margin-left: 2%; }

.checkout-cart-index .main {
  max-width: 100%; }
.checkout-cart-index .col-main {
  padding: 0; }
.checkout-cart-index .main-container {
  margin: 0; }

.cart-message {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  padding: 25px;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'Open Sans', sans-serif; }

.cart {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }
  .cart fieldset {
    margin: 0;
    padding: 0; }
  .cart .page-title {
    margin: 0; }
  .cart .page-title h1,
  .cart h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 40px; }
  .cart .btn-update {
    display: none; }
  .cart .btn-proceed-checkout {
    width: 100%;
    background: #00a54f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 20px; }
  .cart .items {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
  .cart .item {
    float: left;
    width: 50%;
    position: relative;
    padding-bottom: 20px; }
    .cart .item .product-info-cell {
      padding: 10px 10px 0 20px; }
    .cart .item .item-msg {
      font-size: 12px;
      line-height: 1.2; }
  .cart .subtotal {
    margin-bottom: 15px; }
  .cart .cart-price {
    font-weight: 600; }
  .cart .product-name {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 20px; }
  .cart .qty {
    box-shadow: none;
    margin: 0;
    width: 44px;
    border-color: #e6e6e6;
    float: right;
    text-align: center;
    border: none;
    text-align: left;
    height: 30px;
    padding: 5px; }
  .cart .btn-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1; }
  .cart .item-options {
    float: left; }
    .cart .item-options .option-value {
      border: 1px solid #000;
      font-weight: 700;
      line-height: 30px;
      padding: 0 8px;
      display: inline-block;
      font-size: 12px; }
  .cart .items-subtotal {
    margin-bottom: 40px;
    text-align: right; }
    .cart .items-subtotal .subtotal {
      margin-left: 40px; }
  .cart .product-options {
    float: left; }
  .cart .cart-config-options {
    margin-left: 10px; }
    .cart .cart-config-options label {
      position: relative;
      margin: 0; }
    .cart .cart-config-options span {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      color: #bbb;
      text-transform: lowercase;
      text-decoration: underline;
      font-weight: normal;
      line-height: 32px;
      font-size: 12px;
      background: #fff;
      width: 100%;
      height: 32px; }
    .cart .cart-config-options select:focus + span,
    .cart .cart-config-options select:active + span {
      display: none; }
    .cart .cart-config-options select {
      margin: 0;
      height: 32px;
      padding: 2px 4px;
      outline: none; }

.cart-columns {
  display: table;
  width: 100%; }
  .cart-columns > .column {
    float: none !important;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 30px 0; }

.cart-main {
  max-width: 820px;
  width: 100%;
  padding: 50px 30px;
  float: right; }

.cart-promo .promo {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 25px; }
.cart-promo p {
  margin: 0;
  line-height: 1.1;
  font-size: 16px; }
.cart-promo img {
  float: left; }
.cart-promo .text {
  float: right;
  padding-left: 15px;
  width: calc(100% - 45px); }

.cart-collaterals-wrap {
  background: #f9f9f9; }

.cart-collaterals {
  max-width: 480px;
  padding: 50px; }

#shopping-cart-totals-table {
  width: 100%;
  background: transparent; }
  #shopping-cart-totals-table tfoot {
    background: transparent; }
  #shopping-cart-totals-table td {
    font-size: 16px;
    background: transparent; }
    #shopping-cart-totals-table td:first-child {
      font-weight: 600;
      text-align: left !important;
      padding-left: 0; }
    #shopping-cart-totals-table td:last-child {
      padding-right: 0;
      white-space: nowrap; }
      #shopping-cart-totals-table td:last-child strong {
        font-weight: normal; }
  #shopping-cart-totals-table th {
    font-size: 16px;
    font-weight: 600;
    text-align: left !important;
    padding-left: 0; }

/*
.cart {
	ul {
		list-style: none;
		margin: 0;
	}

	fieldset {
		border: none;
		padding: 0;
		margin: 0;
	}

}

.main .cart {
    .page-title h1 {
        font-size: 30px;
        font-weight: 500;
        border-bottom: 2px solid #000;
        display: block;
        line-height: 50px;
        padding-bottom: 10px;
    }
    .cart-message-top {
        text-align: center;
        padding: 8px;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        background: #12deb8;
        margin: 10px 0;
        font-weight: bold;
    }
    .actions {
        .btn-update {
            float: right;
            display: none;
        }
    }
    li {
    	overflow: hidden;
    }
    .btn-checkout {
        background-color: #12deb8;
        transition: background-color 300ms ease-in-out;
        font-size: 18px;
        border-radius: 5px;
        padding: 15px 20px;
        font-weight: 200;
        float: right;
        margin: 0 0 10px;
        text-transform: uppercase;
        &:hover {
            background-color: #0cc7a4;
        }
    }
    .checkout-types {
    	text-align: right;
    	a {
    		font-size: 14px;
    	}
    }
}
.cart-table {
    .header-row {
        color: #000;
        font-family: "Oswald",Arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        padding: 10px 0;
    }
    .items {
        border-bottom: 4px solid #000;
    }
    .item {
        border-bottom: 1px solid #000;
        padding: 10px 0;

        .product-name {
            line-height: 20px;
            a {
                font-weight: 300;
                font-size: 14px;
            }
        }
        .cart-price {
            line-height: 35px;
        }
    }
    .item-options {
        margin: 0;
        dt,
        dd {
            display: inline;
            font-weight: normal;
            text-transform: uppercase;
            color: #555;
            font-size: 14px;
        }
    }
    .remove-cell {
        font-size: 25px;
    }
}

.cart-collaterals {
    padding: 20px 0 0;
    h2 {
        @include alternative-font();
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
        span {
            float: right;
        }
        i {
            float: right;
            margin-top: 2px;
            text-align: center;
            cursor: pointer;
            font-size: 24px;
        }
    }
    a {
        text-decoration: underline;
    }
    h3 {
        font-size: 16px;
    }
    .discount-form {
        button {
            background: #565656;
            padding: 10px 15px;
            text-transform: uppercase;
            font-size: 14px;
        }
        .buttons-set {
            margin: 0;
            padding: 0;
            border: 0;
        }
    }
}

#shopping-cart-totals-table {
    width: 100%;
    border: none;
    td {
        background: #fff;
        padding: 4px 10px;
    }
    tfoot tr:last-child td {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        color: #000;
        .price {
            font-size: 18px;
            font-weight: bold;
        }
    }
}

// Prices
#shopping-cart-table .cart-price,
.cart .totals .a-right .price {
    color: $brand-primary;
}

// Shipping quote
#shipping-zip-form ul.form-list li {
    width: 100%;
    margin-right: 0;

}

.shipping .buttons-set {
    margin-top: 10px;
}

.autocomplete-w2 {
    padding:0 !important;
}
*/
.aw-onestepcheckout-number {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 8px 0;
  text-transform: uppercase; }

.aw-onestepcheckout-number-0,
.aw-onestepcheckout-number-1,
.aw-onestepcheckout-number-2,
.aw-onestepcheckout-number-3,
.aw-onestepcheckout-number-4,
.aw-onestepcheckout-number-5,
.aw-onestepcheckout-number-6,
.aw-onestepcheckout-number-7,
.aw-onestepcheckout-number-8,
.aw-onestepcheckout-number-9,
.aw-onestepcheckout-number-v {
  padding-left: 20px;
  position: relative; }

.aw-onestepcheckout-number-0:after,
.aw-onestepcheckout-number-1:after,
.aw-onestepcheckout-number-2:after,
.aw-onestepcheckout-number-3:after,
.aw-onestepcheckout-number-4:after,
.aw-onestepcheckout-number-5:after,
.aw-onestepcheckout-number-6:after,
.aw-onestepcheckout-number-7:after,
.aw-onestepcheckout-number-8:after,
.aw-onestepcheckout-number-9:after,
.aw-onestepcheckout-number-v:after {
  position: absolute;
  left: 0; }

.aw-onestepcheckout-number-0:after {
  content: '0.'; }

.aw-onestepcheckout-number-1:after {
  content: '1.'; }

.aw-onestepcheckout-number-2:after {
  content: '2.'; }

.aw-onestepcheckout-number-3:after {
  content: '3.'; }

.aw-onestepcheckout-number-4:after {
  content: '4.'; }

.aw-onestepcheckout-number-5:after {
  content: '5.'; }

.aw-onestepcheckout-number-6:after {
  content: '6.'; }

.aw-onestepcheckout-number-7:after {
  content: '7.'; }

.aw-onestepcheckout-number-8:after {
  content: '8.'; }

.aw-onestepcheckout-number-9:after {
  content: '9.'; }

.aw-onestepcheckout-number-v:after {
  content: '10.'; }

#aw-onestepcheckout-shipping-method dt {
  display: none; }

#aw-onestepcheckout-container .checkout-logo {
  background: #000;
  text-align: center;
  padding: 10px 0; }
#aw-onestepcheckout-container .required {
  /*
  &:after {
      content: '*';
      color: #ff0000;
      margin-left: 5px;
  }
  */ }
  #aw-onestepcheckout-container .required em {
    display: none; }
#aw-onestepcheckout-container .input-box {
  margin-bottom: 15px; }
#aw-onestepcheckout-container input[type="checkbox"],
#aw-onestepcheckout-container input[type="radio"] {
  margin: 1px 6px 0 0; }
#aw-onestepcheckout-container .sp-methods dt {
  font-size: 14px;
  margin-top: 10px; }
#aw-onestepcheckout-container .sp-methods ol, #aw-onestepcheckout-container .sp-methods ul {
  list-style: none;
  margin: 0; }
#aw-onestepcheckout-container .sp-methods dd {
  margin: 0; }
#aw-onestepcheckout-container .sp-methods .price {
  margin-left: 15px;
  font-weight: bold; }
#aw-onestepcheckout-container .no-display {
  display: none; }

.aw-onestepcheckout-general-form-field-left {
  width: 50%;
  float: left;
  padding-right: 7px; }

.aw-onestepcheckout-general-form-field-right {
  width: 50%;
  float: right;
  padding-left: 7px; }

.aw-onestepcheckout-index-index .main {
  max-width: 100%; }
.aw-onestepcheckout-index-index .col-main {
  padding: 0; }
.aw-onestepcheckout-index-index .header,
.aw-onestepcheckout-index-index .footer-help {
  display: none; }
.aw-onestepcheckout-index-index .autocomplete-w1 {
  background: none; }

.aw-onestepchekocut-column {
  padding-bottom: 15px; }

.manual_address {
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  display: block;
  cursor: pointer;
  margin-top: 5px; }

#aw-onestepcheckout-title {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }
  #aw-onestepcheckout-title h1 {
    font-weight: 700;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
    font-family: 'Open Sans', sans-serif; }
    #aw-onestepcheckout-title h1 img {
      margin-left: 14px;
      position: relative;
      top: -1px; }

label[for=p_method_zipmoneypayment] img {
  width: 70px; }

#aw-onestepcheckout-authentification {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6; }
  #aw-onestepcheckout-authentification .aw-onestepcheckout-number {
    margin-bottom: 10px; }
  #aw-onestepcheckout-authentification .validation-advice {
    position: absolute;
    width: 163px; }
  #aw-onestepcheckout-authentification form {
    display: block;
    padding: 10px 0; }
  #aw-onestepcheckout-authentification .form-list {
    padding-bottom: 15px; }

#aw-onestepcheckout-authentification-container {
  position: relative;
  max-width: 820px;
  float: right;
  width: 100%;
  padding: 0 30px; }
  #aw-onestepcheckout-authentification-container .input-box {
    margin-bottom: 0; }

.aw-onestepcheckout-email-wrapper {
  border-bottom: 1px solid #e6e6e6; }

.aw-onestepcheckout-auth-form-block {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top; }

#aw-onestepcheckout-login-forgot-link {
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: underline;
  line-height: 46px;
  font-size: 14px; }

#aw-onestepcheckout-login-submit-btn,
#aw-onestepcheckout-forgot-password-submit-btn {
  margin: 0 0;
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
  background: #000;
  font-size: 14px;
  text-transform: uppercase; }

.aw-onestepcheckout-forgot-password-back {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  line-height: 46px;
  font-size: 14px; }

#aw-onestepcheckout-forgot-password-success {
  padding: 15px 0; }
  #aw-onestepcheckout-forgot-password-success p {
    margin: 0; }

#aw-onestepcheckout-general-container > .row {
  margin: 0; }
#aw-onestepcheckout-general-container .checkout-review-column {
  background: #f6f6f6; }
#aw-onestepcheckout-general-container .checkout-main-column,
#aw-onestepcheckout-general-container .checkout-review-column {
  padding: 0;
  display: table-cell;
  float: none !important;
  vertical-align: top; }
#aw-onestepcheckout-general-container .aw-onestepcheckout-email,
#aw-onestepcheckout-general-container .address-shipping-wrapper {
  max-width: 820px;
  width: 100%;
  padding: 15px 30px;
  float: right; }

#aw-onestepcheckout-general-form {
  display: table;
  width: 100%; }

.aw-onestepcheckout-createaccount {
  margin-bottom: 30px; }

.name-firstname,
.name-lastname {
  float: left;
  width: 50%; }

.name-firstname {
  padding-right: 5px; }

.name-lastname {
  padding-left: 5px; }

#aw-osc-billing-password-area .aw-onestepcheckout-general-form-field-left {
  float: left;
  width: 50%;
  padding-right: 5px; }

#aw-osc-billing-password-area .aw-onestepcheckout-general-form-field-right {
  float: right;
  width: 50%;
  padding-left: 5px; }

#ewayrapid_notsaved_cc_type_exp_div .v-fix,
#ewayrapid_notsaved_cc_type_cvv_div .v-fix,
#eway_direct_cc_type_exp_div .v-fix,
#payment_form_ewayrapid_ewayone .v-fix {
  float: left;
  width: 50%; }
  #ewayrapid_notsaved_cc_type_exp_div .v-fix:first-child,
  #ewayrapid_notsaved_cc_type_cvv_div .v-fix:first-child,
  #eway_direct_cc_type_exp_div .v-fix:first-child,
  #payment_form_ewayrapid_ewayone .v-fix:first-child {
    padding-right: 7px; }
  #ewayrapid_notsaved_cc_type_exp_div .v-fix:last-child,
  #ewayrapid_notsaved_cc_type_cvv_div .v-fix:last-child,
  #eway_direct_cc_type_exp_div .v-fix:last-child,
  #payment_form_ewayrapid_ewayone .v-fix:last-child {
    padding-left: 7px; }

.cvv-what-is-this {
  line-height: 37px; }

body .form-list .help-disabled-cc .tool-tip {
  position: static;
  width: auto; }

body .form-list .help-disabled-cc,
#ewayrapid_ewayone_cc_type_cvv_div .v-fix,
#eway_save_card .v-fix {
  width: 100%; }

#payment_form_ewayrapid_ewayone .card-number-help {
  display: none; }

#eway_save_card {
  background: #f6f6f6;
  margin-bottom: 20px;
  padding: 14px 10px 10px; }
  #eway_save_card label {
    font-weight: 600; }

#aw-onestepcheckout-shipping-method-wrapper .shipping-help-icon {
  float: right;
  cursor: pointer; }
  #aw-onestepcheckout-shipping-method-wrapper .shipping-help-icon span {
    color: #333;
    font-size: 13px;
    font-weight: 100;
    text-decoration: underline;
    text-transform: none;
    font-style: normal; }
  html.no-touch #aw-onestepcheckout-shipping-method-wrapper .shipping-help-icon:hover {
    color: #444; }

#shippinghelp {
  text-align: left;
  padding: 10px;
  color: #000; }

#shippinghelp a {
  text-decoration: underline; }

#shippinghelp h2 {
  font-weight: 500; }

#aw-giftwrap-onestep-form .fa-question-circle {
  font-weight: 600;
  float: right;
  cursor: pointer;
  font-size: 20px; }
html.no-touch #aw-giftwrap-onestep-form .fa-question-circle:hover {
  color: #444; }

.aw-onestepchekocut-column-right {
  max-width: 480px;
  padding: 15px 50px; }

#aw-onestepcheckout-order-review .edit-cart-link {
  float: right;
  line-height: 17px;
  color: #333;
  text-transform: none;
  font-weight: 100;
  text-decoration: underline;
  font-size: 13px;
  display: none; }
#aw-onestepcheckout-order-review table {
  width: 100%;
  margin: 0 auto 20px;
  border: none;
  background: transparent; }
  #aw-onestepcheckout-order-review table thead {
    display: none; }
    #aw-onestepcheckout-order-review table thead th {
      font-weight: 500;
      color: #000;
      text-transform: uppercase;
      padding: 10px; }
  #aw-onestepcheckout-order-review table td {
    font-size: 13px; }
  #aw-onestepcheckout-order-review table tr {
    background: transparent; }
  #aw-onestepcheckout-order-review table td:first-child {
    padding-left: 0; }
  #aw-onestepcheckout-order-review table td:last-child {
    width: 120px;
    padding-right: 0; }
  #aw-onestepcheckout-order-review table tfoot tr:first-child td {
    padding-top: 10px; }
  #aw-onestepcheckout-order-review table tfoot td,
  #aw-onestepcheckout-order-review table tfoot th {
    font-weight: 100;
    padding: 2px 10px; }
  #aw-onestepcheckout-order-review table tfoot td:first-child,
  #aw-onestepcheckout-order-review table tfoot th:first-child {
    text-align: left !important;
    padding-left: 0; }
  #aw-onestepcheckout-order-review table tfoot tr:last-child td {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    padding: 20px 0 20px; }
    #aw-onestepcheckout-order-review table tfoot tr:last-child td strong {
      font-weight: 600; }
  #aw-onestepcheckout-order-review table tbody td {
    line-height: 1.1; }
  #aw-onestepcheckout-order-review table .product-name {
    font-size: 13px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-transform: none; }
  #aw-onestepcheckout-order-review table .item-options {
    margin: 0;
    line-height: 1.1; }
    #aw-onestepcheckout-order-review table .item-options dt,
    #aw-onestepcheckout-order-review table .item-options dd {
      display: inline;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 13px; }
  #aw-onestepcheckout-order-review table .cart-price {
    display: block;
    text-align: right; }

#aw-onestepcheckout-review-terms ol {
  margin: 0;
  list-style: none; }

.aw-onestepcheckout-review-terms-description-container {
  display: none; }

/* UI - POPUP */
.aw-onestepcheckout-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 100;
  cursor: pointer; }

.aw-onestepcheckout-popup {
  position: fixed;
  min-height: 40%;
  width: 90%;
  background-color: #fff;
  z-index: 200;
  overflow: hidden;
  padding: 10px; }

.aw-onestepcheckout-popup-content {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 0; }

.aw-onestepcheckout-popup-accept {
  padding: 10px 10px 0px 10px;
  text-align: center; }
  .aw-onestepcheckout-popup-accept button {
    float: none; }
  .aw-onestepcheckout-popup-accept a {
    float: right;
    margin-right: 16px;
    font-size: 20px;
    margin-top: 5px; }

#aw-onestepcheckout-place-order-wrapper {
  margin-top: 20px; }

#aw-onestepcheckout-place-order {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 15px auto 0; }

#aw-onestepcheckout-place-order-button {
  background: #00a54f;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  color: #fff;
  z-index: 6;
  padding: 0 15px;
  float: none;
  height: 54px; }
  html.no-touch #aw-onestepcheckout-place-order-button:hover {
    background: #06994c; }
  #aw-onestepcheckout-place-order-button:active {
    top: 1px; }
  #aw-onestepcheckout-place-order-button span {
    display: block;
    line-height: normal; }
  #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 8px; }
  #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-process span {
    font-size: 16px;
    padding: 0 0 10px;
    display: inline-block; }
  #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-process img {
    width: 20px;
    height: 20px; }
  #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-title {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 15px; }
  #aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled {
    background-color: #cccccc !important;
    color: #f8f8ff !important; }
    #aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled span {
      background-color: transparent !important; }
    #aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled .aw-onestepcheckout-place-order-amount,
    #aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled .aw-onestepcheckout-place-order-title {
      display: none; }

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {
  float: none;
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  z-index: 8;
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  background: #fff;
  border-radius: 3px;
  line-height: 25px;
  font-weight: 300;
  padding: 10px;
  box-shadow: inset 0 0 1px #888;
  -webkit-transition: top 400ms ease-out;
  -moz-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out; }

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait > span {
  display: table;
  width: 100%;
  height: 100%; }

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait span span {
  display: table-cell;
  vertical-align: middle; }

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait img {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #fff; }

#aw-onestepcheckout-place-order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE fix */
  background-color: white;
  -moz-opacity: 0.01;
  opacity: 0.01;
  filter: alpha(opacity=1); }

/* #compatibility with Paypal Hosted Pro */
#iframe-warning {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

#hss-iframe {
  margin: auto;
  display: block; }

.aw-onestepcheckout-error-msg,
.aw-onestepcheckout-success-msg {
  padding-bottom: 15px; }
  .aw-onestepcheckout-error-msg ul,
  .aw-onestepcheckout-success-msg ul {
    padding: 0;
    margin: 0;
    font-size: 14px; }
  .aw-onestepcheckout-error-msg > ul li,
  .aw-onestepcheckout-success-msg > ul li {
    padding: 5px 0; }

.aw-onestepcheckout-error-msg ul {
  color: #ee3333; }

.aw-onestepcheckout-success-msg ul {
  color: #00a54f; }

#aw-onestepcheckout-bottom-help {
  border-top: 2px solid #000;
  padding: 20px 0 0;
  text-transform: uppercase;
  text-align: center; }
  #aw-onestepcheckout-bottom-help .line1 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 15px; }
  #aw-onestepcheckout-bottom-help .line2 {
    font-size: 14px;
    line-height: 1.2em; }
  #aw-onestepcheckout-bottom-help .line2 a {
    color: #555; }

/* Checkout page */
#checkoutSteps .form-list li.control input.radio,
#checkoutSteps .form-list li.control input.checkbox {
  float: left;
  margin-top: 0; }

#checkoutSteps .form-list li.control label {
  float: left;
  margin-bottom: 0; }

.sp-methods input[type="radio"] {
  float: left;
  margin-right: 6px;
  margin-top: 0; }

#multifees_shipping_all .fee-title {
  text-transform: uppercase;
  margin-bottom: 15px; }
#multifees_shipping_all .options {
  margin-bottom: 10px; }
  #multifees_shipping_all .options td {
    padding: 0; }
  #multifees_shipping_all .options label {
    margin: 0 0 0 8px; }

#onepage-checkout-shipping-method-shippit-authoritytoleave {
  margin-top: 15px; }

#aw-onestepcheckout-aw-giftcard-check-btn {
  display: none; }

#aw-onestepcheckout-review-aw-giftcard .input-box {
  position: relative;
  padding-right: 80px; }

#aw-onestepcheckout-aw-giftcard-apply-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 80px;
  height: 46px;
  line-height: 46px;
  display: block; }

.aw_giftcard2-btn-remove {
  float: left;
  margin-right: 5px; }
  .aw_giftcard2-btn-remove:before {
    content: '\00d7';
    background: #ee3333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    width: 20px;
    display: block;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px; }
  .aw_giftcard2-btn-remove .btn-remove {
    display: none; }

.checkout-onepage-success .col-main {
  text-align: center; }
  .checkout-onepage-success .col-main a {
    text-decoration: underline; }
  .checkout-onepage-success .col-main .sub-title {
    font-size: 20px; }

.register-after-checkout {
  background: #efefef;
  padding: 20px 20px 35px;
  margin: 40px auto 30px;
  text-align: center; }
  .register-after-checkout h2,
  .register-after-checkout h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none; }
  .register-after-checkout h2 {
    font-weight: bold;
    font-size: 26px; }
  .register-after-checkout h3 {
    font-size: 20px; }
  .register-after-checkout .floating-labels {
    max-width: 300px;
    margin: 0 auto; }
  .register-after-checkout .dob-wrapper {
    margin: 15px 0; }
    .register-after-checkout .dob-wrapper > label {
      display: none; }
  .register-after-checkout .password-wrapper {
    margin: 15px 0; }
    .register-after-checkout .password-wrapper .input-box {
      margin-bottom: 6px; }
  .register-after-checkout button {
    float: none;
    width: 100%;
    background: #01A74B;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    padding: 20px 30px; }

.accordion-widget .box-title {
  text-align: center;
  font-size: 28px;
  line-height: 90px;
  background: #fff;
  transition: 0.2s background;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  width: 100%; }
  .accordion-widget .box-title:after {
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    margin-left: 20px; }
  .no-touch .accordion-widget .box-title:hover {
    background: #f0f0f0; }
.accordion-widget .box-content {
  background: #f5f5f5;
  display: flex;
  overflow: hidden; }
  .accordion-widget .box-content:after {
    content: '';
    height: 0;
    transition: height 0.3s linear;
    max-height: 50px; }
.accordion-widget .inner {
  padding: 20px 15px;
  width: 100%;
  margin-bottom: -2000px;
  transition: margin-bottom 0.3s linear, visibility 0s 0.3s, max-height 0s 0.3s;
  visibility: hidden;
  max-height: 0; }
.accordion-widget .active .box-title {
  background: #f5f5f5; }
.accordion-widget .active .box-title:after {
  font-weight: 900;
  content: '\f106'; }
.accordion-widget .active .box-content:after {
  content: '';
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px; }
.accordion-widget .active .inner {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 100000px;
  visibility: visible; }

.cms-donations #countdown-wrap {
  width: 100%;
  height: 180px;
  font-family: arial; }
.cms-donations #goal {
  font-size: 38px;
  text-align: right;
  color: #000; }
  @media only screen and (max-width: 640px) {
    .cms-donations #goal {
      text-align: center; } }
.cms-donations #glass {
  width: 100%;
  height: 40px;
  background: #ebebeb;
  border-radius: 10px;
  float: left;
  overflow: hidden;
  border: 5px solid #ebebeb; }
.cms-donations #progress {
  float: left;
  width: 65%;
  height: 30px;
  background: #00a74b;
  z-index: 333; }
.cms-donations .goal-stat {
  width: 50%;
  padding: 10px;
  float: left;
  margin: 0;
  color: #000; }
  @media only screen and (max-width: 640px) {
    .cms-donations .goal-stat {
      width: 50%;
      text-align: center; } }
.cms-donations .goal-number, .cms-donations .goal-label {
  display: block; }
.cms-donations .goal-number {
  font-weight: bold; }
.cms-donations .col-main {
  font-family: 'Open Sans', sans-serif; }
  .cms-donations .col-main img {
    border: solid 1px #efefef;
    margin-top: 30px; }
  .cms-donations .col-main .page-title {
    text-align: center; }
  .cms-donations .col-main h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0; }
  .cms-donations .col-main h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px; }

.cms-store-locations .page-title,
.cms-delivery .page-title {
  margin-bottom: 0; }
  .cms-store-locations .page-title h1,
  .cms-delivery .page-title h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    font-size: 34px; }
.cms-store-locations .subtitle,
.cms-delivery .subtitle {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 40px; }

.store-locations {
  text-align: center;
  font-size: 14px; }
  .store-locations .column {
    padding-top: 40px;
    padding-bottom: 40px; }
    .store-locations .column:last-child {
      float: left; }
  .store-locations .region {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1; }
  .store-locations .suburb {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 15px; }
  .store-locations .street {
    margin: 0; }
  .store-locations .phone {
    margin: 0 0 15px; }
  .store-locations .opening-hours {
    font-size: 14px;
    list-style: none;
    margin: 0 0 30px; }
    .store-locations .opening-hours strong {
      text-transform: uppercase; }
  .store-locations .map {
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 0 40px; }
    .store-locations .map .fa {
      margin-right: 5px; }
  .store-locations .fa {
    font-style: normal; }

.shipping-delivery h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 15px; }
.shipping-delivery a {
  text-decoration: underline; }

.rival-faq-index-index .col-main {
  padding: 0 16px; }

#search-results,
.results-title {
  display: none; }

#search-results {
  border-bottom: 1px solid #eee; }

.quick-questions {
  display: block;
  margin: 10px 0 20px; }
  .quick-questions .cms-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px; }
    .quick-questions .cms-title p {
      margin: 0;
      display: inline-block;
      position: relative;
      line-height: 24px;
      letter-spacing: 0.5px;
      cursor: pointer; }
      .quick-questions .cms-title p:after {
        content: '>';
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 5px;
        font-weight: 200; }
    .quick-questions .cms-title.active ~ .links {
      display: block; }
  .quick-questions .links {
    display: none;
    text-align: center;
    text-transform: uppercase; }
    .quick-questions .links ul {
      margin: 0; }
    .quick-questions .links li {
      border-bottom: 1px solid #c5c5c5;
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 8px;
      display: block; }

.question-answer .std {
  font-size: 18px; }
.question-answer a {
  text-decoration: underline; }

.faq-search-wrapper .faq-search {
  margin: 15px 0; }
  .faq-search-wrapper .faq-search h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: none; }
  .faq-search-wrapper .faq-search h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: none;
    margin-bottom: none;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 16px;
    margin-bottom: 40px; }
  .faq-search-wrapper .faq-search .faq-search-box-wrapper {
    background: #efefef;
    padding: 20px;
    margin-top: 15px; }
  .faq-search-wrapper .faq-search .input-box {
    position: relative; }
  .faq-search-wrapper .faq-search input {
    margin: 0; }
  .faq-search-wrapper .faq-search .fa-search {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    color: #000; }
.faq-search-wrapper .results-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0; }

.questions-list-container {
  margin-bottom: 60px; }
  .questions-list-container .item {
    margin-bottom: 30px; }
  .questions-list-container .question-question {
    margin-bottom: 0; }
    .questions-list-container .question-question a {
      font-weight: bold;
      font-size: 19px; }

.faq-featured-categories {
  margin: 20px 0 60px; }
  .faq-featured-categories .category-list-item {
    text-align: center;
    font-size: 28px;
    line-height: 90px;
    background: #fff;
    transition: 0.2s background;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    margin-bottom: 20px; }
    .faq-featured-categories .category-list-item li {
      margin-bottom: 10px; }
      .faq-featured-categories .category-list-item li a {
        text-decoration: underline; }
    .faq-featured-categories .category-list-item .view-all {
      display: inline-block;
      margin-top: 10px; }

.rival-faq-question-view .question-title {
  margin-top: 60px; }
  .rival-faq-question-view .question-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: none;
    line-height: 1.4; }
.rival-faq-question-view .question-view {
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center; }
  .rival-faq-question-view .question-view p {
    font-size: 16px; }
.rival-faq-question-view .question-answer {
  max-width: 1000px;
  margin: 0 auto 40px; }
.rival-faq-question-view .question-back {
  text-align: center; }
  .rival-faq-question-view .question-back a {
    border: 1px solid #000;
    display: inline-block;
    line-height: 40px;
    padding: 0 50px;
    font-weight: bold;
    font-size: 18px; }

.related-questions {
  background: #efefef;
  padding: 50px;
  text-align: center; }
  .related-questions .cms-title p {
    font-size: 18px;
    font-weight: bold; }
  .related-questions ul {
    margin: 0; }
  .related-questions li {
    display: block;
    margin-bottom: 10px; }
    .related-questions li a {
      text-decoration: underline; }

@media screen and (min-width: 641px) {
  .quick-questions {
    margin: 25px 0 0 0; }
    .quick-questions .cms-title {
      text-align: left; }
      .quick-questions .cms-title p {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px; }
        .quick-questions .cms-title p:after {
          display: none; }
    .quick-questions .links {
      display: block;
      text-align: left;
      text-transform: none; }
      .quick-questions .links ul {
        margin: 0;
        padding: 0; }
      .quick-questions .links li {
        border-bottom: none;
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0; }
      .quick-questions .links .active a {
        font-weight: bold; }

  .faq-search-wrapper .faq-search {
    margin-top: 0; }
    .faq-search-wrapper .faq-search h2 {
      font-size: 36px; }
    .faq-search-wrapper .faq-search h3 {
      font-size: 24px; }
    .faq-search-wrapper .faq-search .input-box {
      max-width: 600px;
      margin: 0 auto; }
    .faq-search-wrapper .faq-search .faq-search-box-wrapper {
      padding: 60px 20px; }

  .rival-faq-question-view .question-title h1 {
    font-size: 36px; } }
@media only screen and (max-width: 375px) {
  .shipping-countdown .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 0;
    white-space: nowrap;
    font-size: 10px; } }
@media only screen and (max-width: 640px) {
  /*
  .header-top {
      & > .row > .column {
          padding: 0;
      }
      .store-switcher {
          padding: 0;
      }
  }
  */
  .cart-area {
    position: absolute;
    right: 5px;
    top: 0; }

  .menu-bar {
    height: 48px;
    padding: 0 5px; }
    .menu-bar .toggle-cart {
      margin-top: 0px; }
    .menu-bar .toggle-search {
      margin-right: 5px; }
    .menu-bar .extra-links .toggle-account,
    .menu-bar .extra-links .toggle-logout {
      display: none; }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px; }

  .contact-icons img {
    max-width: 90px;
    padding-right: 20px; }

  .contact-item {
    padding: 10px 0; }

  .logo-cell {
    position: absolute;
    top: 0;
    width: 120px;
    left: 50%;
    margin-left: -50px; }

  .header-search {
    width: 100%;
    padding-top: 0px; }
    .header-search .form-search {
      padding-left: 20px; }
    .header-search label {
      text-transform: uppercase;
      font-size: 14px;
      position: absolute;
      left: 20px;
      top: 0;
      line-height: 50px;
      width: 120px;
      color: #000;
      font-weight: 100; }
      .header-search label span,
      .header-search label .fa {
        display: block;
        color: #000;
        line-height: 50px; }
    .header-search .input-text {
      height: 50px;
      line-height: 40px;
      margin: 0;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      background-color: #fff;
      color: #000; }
      .header-search .input-text:active, .header-search .input-text:focus {
        box-shadow: none;
        background: transparent; }

  .nearest-store {
    padding: 0 0 10px; }
    .nearest-store i {
      font-size: 30px; }

  .avail-sizes {
    display: none; }

  .shipping-countdown {
    text-align: center; }
    .shipping-countdown .title {
      line-height: 26px;
      margin: 0; }
    .shipping-countdown p {
      display: inline-block; }
    .shipping-countdown .countdown {
      float: none; }
    .shipping-countdown .iconextra-truck {
      height: 25px;
      line-height: 25px;
      font-size: 20px; }
    .shipping-countdown .message {
      float: right; }

  .shipping-timer span {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px; }

  .header-search label {
    width: 60px; }
  .header-search .input-text {
    font-size: 18px; }

  .header-cart {
    padding: 3px 0 10px; }
    .header-cart .dropdown-title {
      background: #000;
      color: #fff;
      padding: 0 15px;
      line-height: 50px; }
    .header-cart .block-subtitle {
      padding: 10px 15px 0; }
    .header-cart .actions .btn-viewcart {
      float: left; }

  .stores-list {
    text-align: center; }
    .stores-list h3 {
      font-family: "Open Sans";
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 40px;
      margin-top: 20px; }

  .main-container {
    margin-top: 15px; }

  .footer-newsletter {
    padding: 20px 0; }
    .footer-newsletter .form-subscribe-header {
      margin-bottom: 20px; }
    .footer-newsletter input {
      margin-bottom: 20px;
      height: 40px;
      line-height: 20px;
      padding: 10px 20px 10px 50px;
      width: 70%;
      font-size: 12px; }
    .footer-newsletter label {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px; }
      .footer-newsletter label:after {
        top: 10px;
        height: 20px; }
    .footer-newsletter button {
      display: block;
      margin: 0 auto;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      width: 30%; }

  .footer-help {
    padding: 15px 0; }
    .footer-help p {
      font-size: 1rem; }
    .footer-help strong {
      display: block;
      margin-bottom: 5px; }

  .footer-links {
    overflow: auto;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-align: left; }
    .footer-links a {
      color: #000;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 10px;
      width: 80px;
      display: inline-block; }
      html.no-touch .footer-links a:hover {
        color: #000;
        text-decoration: underline; }

  .fs-entry-container:nth-child(6) ~ .fs-entry-container {
    display: none; }

  .footer-bottom {
    padding: 15px 0; }

  .social-links {
    text-align: left;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px; }
    .social-links li {
      display: inline-block; }
    .social-links a {
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      margin-right: 5px;
      font-size: 25px;
      color: #000; }

  .footer-bottom {
    background: #fff;
    overflow: auto;
    color: #000;
    padding: 30px 10px 50px;
    text-align: left; }
    .footer-bottom p {
      margin: 0;
      font-size: 12px; }
    .footer-bottom a {
      color: #000;
      font-size: 12px; }
      html.no-touch .footer-bottom a:hover {
        color: #000;
        text-decoration: underline; }
    .footer-bottom .copyright {
      font-size: 12px;
      margin: 0; }

  .category-products .product-name {
    height: 40px; }

  .category-title {
    text-align: center; }

  .filter-options-wrapper ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  .toolbar .pager {
    margin-bottom: 10px; }
    .toolbar .pager ol {
      padding: 0; }
  .toolbar .sorter {
    margin-bottom: 10px; }

  .product-view .product-message {
    font-size: 14px;
    padding: 5px 15px; }

  .tab-look .product-name {
    height: 40px; }
  .tab-look .item:last-child {
    display: none; }

  .cart-message {
    font-size: 16px; }

  .cart-columns {
    display: block; }
    .cart-columns > .column {
      display: block; }
    .cart-columns .cart-main-wrap {
      padding-bottom: 0; }

  .cart-main {
    float: none;
    padding: 10px 15px 0; }

  .cart .page-title h1,
  .cart h3 {
    margin-bottom: 20px;
    font-size: 20px; }
  .cart .items {
    padding: 0;
    margin: 0;
    border: none; }
  .cart .item {
    width: 100%;
    float: none; }
    .cart .item .product-info-cell {
      padding: 10px 0 20px 10px; }
  .cart .items-subtotal {
    display: none; }
  .cart .btn-remove {
    right: 0; }

  .cart-promo {
    display: none; }

  .cart-collaterals {
    padding: 40px 15px;
    max-width: 100%; }

  #aw-onestepcheckout-title .payments {
    float: none; }

  #aw-onestepcheckout-general-container .checkout-main-column,
  #aw-onestepcheckout-general-container .checkout-review-column {
    display: block;
    float: left !important; }

  #aw-onestepcheckout-general-form {
    display: block; }

  #aw-onestepcheckout-authentification-container {
    padding: 0 15px; }

  #aw-onestepcheckout-general-container .aw-onestepcheckout-email,
  #aw-onestepcheckout-general-container .address-shipping-wrapper {
    padding: 30px 15px; }

  .aw-onestepchekocut-column-right {
    padding: 30px 15px; }

  #aw-onestepcheckout-authentification-container .input-box {
    margin-bottom: 15px; }

  .aw-onestepchekocut-column-right {
    margin: 0 auto; }

  .accordion-widget .box-title {
    font-size: 20px;
    line-height: 50px; }

  .store-locations .column {
    padding-top: 0;
    padding-bottom: 40px; }
  .store-locations .opening-hours {
    margin-bottom: 15px; }

  .cms-index-index .main.row .row {
    margin: 0 auto 0; }
  .cms-index-index .home-promo {
    margin: 15px 0 0; }

  .home-shipping .column + .column {
    margin-top: 30px; } }
@media only screen and (min-width: 641px) {
  .header-cart .dropdown-title {
    margin-bottom: 20px; }
    .header-cart .dropdown-title span {
      display: block; }
    .header-cart .dropdown-title .suptitle {
      font-weight: 300;
      font-size: 26px; }
    .header-cart .dropdown-title .title {
      font-weight: 500;
      font-size: 40px; }

  .menu-bar .toggle-cart {
    margin-top: 0px; }
  .menu-bar .toggle-search {
    margin-right: 5px; }

  .menu-container a.level0 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize !important;
    font-size: 16px;
    line-height: 70px;
    padding: 0 8px; }

  .footer-links .column {
    background: none; }
  .footer-links .collapse-section .fa {
    display: none; }

  .footer-bottom {
    background: transparent; }

  .toggle-overlay {
    display: none !important; }

  .home-category-choice {
    padding: 20px 0 0; } }
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .header-top .shipping-message {
    text-align: left; }

  .cms-index-index .home-promo {
    margin: 15px 0 0; }

  .menu-bar {
    height: 48px;
    padding: 0 5px; }

  .header-search {
    width: 100%;
    padding-top: 0px; }
    .header-search .form-search {
      padding-left: 20px; }
    .header-search label {
      text-transform: uppercase;
      font-size: 14px;
      position: absolute;
      left: 20px;
      top: 0;
      line-height: 50px;
      width: 120px;
      color: #000;
      font-weight: 100; }
      .header-search label span,
      .header-search label .fa {
        display: block;
        color: #000;
        line-height: 50px; }
    .header-search .input-text {
      height: 50px;
      line-height: 40px;
      margin: 0;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      background-color: #fff;
      color: #000; }
      .header-search .input-text:active, .header-search .input-text:focus {
        box-shadow: none;
        background: transparent; }

  .logo-cell {
    position: absolute;
    top: 0;
    width: 120px;
    left: 50%;
    margin-left: -50px; }

  .cart-area {
    position: absolute;
    top: 0;
    right: 5px; }

  .menu-subcategories .sub-menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .home-category-choice .choice {
    padding: 10px 0; }

  .filter-options-wrapper ol {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .cart .item {
    width: 100%;
    float: none; }

  .cart-collaterals {
    padding: 50px 30px; }

  #aw-onestepcheckout-authentification-container {
    padding: 0 15px;
    float: left; }

  #aw-onestepcheckout-general-container .aw-onestepcheckout-email,
  #aw-onestepcheckout-general-container .address-shipping-wrapper {
    padding: 30px 15px; }

  .aw-onestepchekocut-column-right {
    padding: 30px 15px; } }
@media only screen and (min-width: 1025px) {
  .logo-cell {
    padding: 0;
    width: 140px; }

  .cart-area {
    position: absolute;
    margin-top: 20px;
    right: 5px;
    /*
    .extra-links {
        max-width: 1400px;
        margin: 0 auto;
        padding-right: 5px;
    }*/ }

  .toggle-account,
  .toggle-cart,
  .toggle-logout {
    margin-top: -8px !important; }

  .menu-subcategories .category-dropdown {
    padding: 30px 0;
    max-width: 1000px; }
  .menu-subcategories .dropdown-container {
    border-bottom: 3px solid #000; }
  .menu-subcategories .dropdown-title .catname {
    color: #000;
    background: transparent;
    font-size: 40px;
    padding: 0 0 20px 0; }
  .menu-subcategories .sub-menu .subcategories-wrapper {
    display: block; }
  .menu-subcategories .sub-menu.large-6 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .menu-subcategories .sub-menu.large-9 ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .menu-subcategories .sub-menu.single-column ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .menu-subcategories .sub-menu a {
    font-size: 16px; }

  .search-box {
    display: block; }

  .menu-container {
    display: block;
    padding-right: 35px;
    height: 70px;
    overflow: hidden; }

  .home-category-choice .catname {
    font-size: 48px; }

  .mfp-wrap.shippingestimator-result-popup .mfp-content {
    background: #fff;
    max-width: 800px;
    padding: 50px; } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1.2;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px 6px 6px 11px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #000; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c1c1c1; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 16px;
  line-height: 30px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 'Font Awesome 5 Free'; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  display: block;
  font-weight: 900;
  content: "\f106"; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ccc; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.nobr {
  white-space: nowrap; }

form {
  margin: 0; }

p {
  font-size: 14px; }

.required em {
  color: #ee2e2e;
  font-style: normal; }

label {
  color: #000;
  margin-bottom: 5px; }

ul, ol {
  margin-left: 0; }

.a-center {
  text-align: center; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.main-container {
  margin-bottom: 30px; }

.back-link {
  display: none; }

.fieldset .legend {
  font-size: 20px; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #00a54f;
  font-weight: bold; }

.error {
  color: #df280a;
  font-weight: bold; }

.notice {
  color: #e26703; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden; }

.messages li {
  margin: 0 0 20px !important; }

.messages li li {
  margin: 0 0 3px !important; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 2px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  padding: 8px 8px 8px 35px !important;
  font-size: 11px !important;
  font-weight: bold !important; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a; }

.success-msg {
  border-color: #00a54f;
  background-color: #fff;
  color: #00a54f;
  position: relative; }
  .success-msg:after {
    font-weight: 900;
    content: '\f00c';
    position: absolute;
    left: 8px;
    top: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611; }

.page-title {
  width: 100%;
  margin: 15px 0; }
  .page-title h1 {
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 10px; }

/* For menu overlay */
/*
.toggle-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    background: rgba(255,255,255,0.7);
    opacity: 0.7;
    display: none;
    z-index: 7;
}
*/
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

#toTop {
  display: none;
  border: medium none;
  border-radius: 50px;
  bottom: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  text-indent: -9999px;
  transition: opacity 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  width: 50px; }

h1, h2, h3, h4, h5, h6
 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

.sorter .view-mode .grid:hover, .sorter .view-mode strong, .sorter .view-mode a:hover, .ajax-loading, .sorter .view-mode strong, #twitter_update_list li .tweet-icon {
  background-color: #000 !important; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .products-list .btn-cart:hover, #shopping-cart-table .btn-continue:hover, #shopping-cart-table .btn-update:hover {
  background-color: #000;
  color: #fff; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .a-few-features a:hover, .header .form-search button.button, .header .shopping-cart:hover .cart_circle, .header .mini-cart .cart_circle.active, .header .mini-cart .cart_circle.active:hover, #cboxClose:hover, #toTop {
  background-color: #000; }

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

a {
  color: #000; }
  a:hover {
    color: #000; }

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

h3.product-name {
  font-family: 'Oswald', sans-serif; }
  h3.product-name a {
    text-transform: uppercase; }

.price-box .price-label,
.price-box .price {
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.regular-price .price,
.special-price .price,
.minimal-price .price {
  font-size: 18px; }

.minimal-price .price {
  color: #000; }

.block-title strong {
  text-transform: uppercase; }

.mini-cart-act a:hover i {
  color: #000; }

#default-menu #nav li a {
  font-weight: normal; }

#default-menu #nav li.over a,
#default-menu #nav li a:hover {
  color: #000; }

#default-menu #nav ul li a:hover,
#default-menu #nav ul li.active a {
  color: #000 !important; }
