@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Teko:wght@300;400;700&display=swap");
/*-----top-navigation------*/
:root {
  --padding-x-responsive:60px; }
  @media (max-width: 1007px) {
    :root {
      --padding-x-responsive:30px; } }
  @media (max-width: 550px) {
    :root {
      --padding-x-responsive:15px !important; } }

@media (min-width: 800px) {
  header.header {
    position: sticky;
    inset: 0; } }

@media (min-width: 801px) {
  #menu > nav {
    /*
        background-image:url("https://cdn11.bigcommerce.com/s-c17l16jioo/images/stencil/original/image-manager/goa-nav-bg.png?t=1699932464");
        
*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #285e2e; } }

@media (min-width: 801px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    z-index: 999;
    top: 4.6rem !important;
    right: -47%; }
  .quickSearchResults ul.productGrid {
    position: absolute;
    height: 393px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: white;
    z-index: 99;
    padding: 31px;
    width: 65vw;
    left: -25%; }
    .quickSearchResults ul.productGrid li.product {
      width: 50%; } }

@media (min-width: 900px) {
  .quickSearchResults ul.productGrid li.product {
    width: 33%; }
    .quickSearchResults ul.productGrid li.product button.quickview {
      width: 132px; }
    .quickSearchResults ul.productGrid li.product a.button {
      width: 132px; } }

@media (min-width: 1113px) {
  .quickSearchResults ul.productGrid li.product {
    width: 25%; } }

@media (min-width: 900px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    top: 5.5rem !important; } }

@media (min-width: 949px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -11% !important; } }

@media (min-width: 1007px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -20% !important; } }

@media (min-width: 1113px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -19% !important; } }

@media (min-width: 1235px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -18% !important; } }

@media (min-width: 1315px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -17% !important; } }

@media (min-width: 1400px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -16% !important; } }

@media (min-width: 1500px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -14.8% !important; } }

@media (min-width: 1800px) {
  .container-navigation-search .container-nav-search section.quickSearchResults button.modal-close {
    right: -13% !important; } }

nav.navUser {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: var(--padding-x-responsive);
  padding-right: var(--padding-x-responsive);
  background-color: #285E2E; }
  @media (max-width: 800px) {
    nav.navUser {
      padding-bottom: 0;
      padding-top: 0;
      background-color: white;
      border-bottom: 3px solid #285E2E;
      width: 100%;
      padding-right: 10px !important; } }
  nav.navUser .d-none {
    display: none; }
  nav.navUser .my-account {
    color: #B5EF3D;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 500;
    position: relative; }
    nav.navUser .my-account:hover {
      cursor: pointer; }
    nav.navUser .my-account svg {
      max-width: 10px;
      max-height: 13px;
      stroke: #B5EF3D;
      fill: #B5EF3D; }
  nav.navUser .container-nav-title {
    float: left; }
    @media (max-width: 800px) {
      nav.navUser .container-nav-title {
        width: 100%; } }
    nav.navUser .container-nav-title span {
      color: #B5EF3D;
      font-weight: 500;
      font-family: 'Oswald';
      font-size: 16px; }
  nav.navUser .container-content-account {
    background-color: black;
    position: absolute;
    width: 150px;
    left: -75px; }
    nav.navUser .container-content-account * {
      color: #B5EF3D; }
  @media (max-width: 800px) {
    nav.navUser .desktop-blurb {
      display: none; } }
  nav.navUser .container-nav-logo-mobile {
    display: none; }
    nav.navUser .container-nav-logo-mobile h1 {
      margin-left: 0;
      margin-right: 0; }
    nav.navUser .container-nav-logo-mobile img {
      background-color: white;
      max-height: 100%; }
    @media (max-width: 800px) {
      nav.navUser .container-nav-logo-mobile {
        display: block; } }

@media (max-width: 800px) {
  [search_submit] svg#search-icon {
    display: none; } }

/*-----end of top-navigation------*/
/*---- 2nd block row navigation ----*/
.container-navigation-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--padding-x-responsive);
  padding-right: var(--padding-x-responsive);
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 800px) {
    .container-navigation-search {
      display: none; } }
  .container-navigation-search .container-nav-logo {
    padding-right: 20px; }
    .container-navigation-search .container-nav-logo .header-logo {
      margin: 0;
      text-align: left; }
      .container-navigation-search .container-nav-logo .header-logo .header-logo-image-container {
        min-height: 60px;
        display: block;
        text-align: center; }
    @media (max-width: 946px) {
      .container-navigation-search .container-nav-logo {
        width: 20% !important; } }
  .container-navigation-search .container-nav-logo, .container-navigation-search .container-nav-cart {
    width: 25%; }
  .container-navigation-search .container-nav-search {
    width: 50%; }
    @media (max-width: 946px) {
      .container-navigation-search .container-nav-search {
        width: 40%; } }
    .container-navigation-search .container-nav-search .container {
      padding: 0;
      padding-right: 10px; }
    .container-navigation-search .container-nav-search form {
      margin: 0; }
      .container-navigation-search .container-nav-search form .form-field {
        margin: 0;
        position: relative; }
        .container-navigation-search .container-nav-search form .form-field input[data-search-quick] {
          height: 50px;
          border: 1px solid #D5D5D5;
          background-color: #F0F0F0;
          border-radius: 25px;
          padding-left: 25px; }
        .container-navigation-search .container-nav-search form .form-field #search-icon {
          background-color: #285E2E;
          max-width: 50px;
          max-height: 50px;
          padding: 15px;
          border-radius: 100%;
          position: absolute;
          right: 0;
          top: 0; }
  .container-navigation-search .container-nav-cart {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 946px) {
      .container-navigation-search .container-nav-cart {
        width: 30%; } }
    .container-navigation-search .container-nav-cart .cart-svg {
      max-width: 49px;
      max-height: 40px;
      fill: #285E2E; }
    .container-navigation-search .container-nav-cart a.navUser-action {
      position: relative;
      right: -30px; }
    .container-navigation-search .container-nav-cart .countPill {
      position: relative;
      top: -28px;
      background-color: red;
      left: -22px;
      font-size: 14px;
      padding: 2px 2px;
      text-align: center;
      height: 22px;
      width: 25px; }
  .container-navigation-search .container-cart-icon #cart-preview-dropdown {
    left: unset !important;
    right: 58px !important;
    max-width: 298px !important; }
  .container-navigation-search .container-call-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px; }
    @media (max-width: 1663px) {
      .container-navigation-search .container-call-us {
        margin-right: 15px; } }
    @media (max-width: 1063px) {
      .container-navigation-search .container-call-us {
        margin-right: 0; } }
    .container-navigation-search .container-call-us #cus {
      color: #285E2E;
      font-family: 'Oswald';
      font-size: 16px;
      font-weight: 400;
      text-align: center; }
    .container-navigation-search .container-call-us a {
      font-family: "Oswald";
      font-weight: bold;
      font-size: 16px;
      color: #285E2E;
      text-decoration: none; }

/*---- end of 2nd block row navigation ----*/
/*main navigation links*/
@media (min-width: 801px) {
  ul.navPages-list:not(.navPages-list--user) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px; } }

@media (max-width: 800px) {
  nav.navPages ul.navPages-list li.navPages-item {
    width: 100% !important; } }

#menu[data-menu]:not(.is-open) nav.navPages {
  max-width: 100%; }

#menu[data-menu]:not(.is-open) ul.navPage-subMenu-list {
  display: flex; }
  #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item {
    position: relative;
    max-width: 280px;
    width: 280px;
    min-height: 65px; }
    #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item img {
      width: 100%; }
    #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item a.navPages-action.with-image {
      border-bottom: none;
      position: absolute;
      top: 50%;
      right: 29px;
      margin-bottom: 0;
      text-align: right;
      color: black;
      font-size: 18px;
      font-family: 'Oswald';
      text-transform: uppercase;
      font-weight: bold;
      max-width: 172px;
      transform: translateY(-50%); }
  #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item.with-li-image {
    padding: 0 !important; }
    @media (min-width: 801px) {
      #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item.with-li-image .container-with-image-subcat {
        position: relative; }
        #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item.with-li-image .container-with-image-subcat a.with-image-subcat {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px;
          width: max-content;
          color: black; }
        #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item.with-li-image .container-with-image-subcat .category_img.lazyload {
          max-width: 125px !important; }
      #menu[data-menu]:not(.is-open) ul.navPage-subMenu-list li.navPage-subMenu-item.with-li-image .navPage-childList {
        padding-left: 11px; } }

#menu[data-menu]:not(.is-open) .navPage-subMenu.is-open {
  max-width: calc(100% - 123px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #F0F0F0; }
  @media (min-width: 800px) {
    #menu[data-menu]:not(.is-open) .navPage-subMenu.is-open {
      overflow-y: unset; } }

#menu[data-menu]:not(.is-open) .navCustom_link {
  color: white;
  font-family: 'Oswald';
  display: flex;
  position: relative;
  justify-content: center; }
  #menu[data-menu]:not(.is-open) .navCustom_link i svg {
    stroke: white; }
  #menu[data-menu]:not(.is-open) .navCustom_link.is-open {
    background-color: #265d2e; }

@media (max-width: 800px) {
  #menu[data-menu].is-open .container-with-image-subcat img {
    display: none !important; } }

/*end of main navigation links */
/* heroCarousel */
.heroCarousel {
  margin-bottom: 0 !important;
  max-height: 100% !important;
  padding-top: 40px !important; }
  .heroCarousel .heroCarousel-image-wrapper {
    max-height: 100% !important;
    padding: 0 var(--padding-x-responsive); }
    .heroCarousel .heroCarousel-image-wrapper img {
      object-position: unset !important;
      width: 100%;
      max-width: 1440px; }

/* end of heroCarousel */
main.body .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
  padding: 0 var(--padding-x-responsive); }

/* main body container */
/* end of main body container */
/*product promotion homepage */
.container-main-product {
  background-color: white;
  padding-bottom: 20px;
  border: 1px solid #CCCCCC;
  margin: 0px auto;
  max-width: 1440px; }
  .container-main-product #smba_cn_fx {
    max-width: 100%; }
    @media (max-width: 500px) {
      .container-main-product #smba_cn_fx {
        height: 215px; } }

.container-single-product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  padding: 0 var(--padding-x-responsive); }
  @media (max-width: 800px) {
    .container-single-product {
      flex-direction: column; }
      .container-single-product .container-thumbnail, .container-single-product .container-main-product-image, .container-single-product .container-product-description {
        width: 100% !important;
        max-width: 100% !important; }
      .container-single-product .container-thumbnail {
        order: 1;
        margin-top: 30px; }
        .container-single-product .container-thumbnail img {
          width: 100%; }
      .container-single-product .container-main-product-image {
        order: 0; }
      .container-single-product .container-product-description {
        order: 2; } }
  @media (max-width: 550px) {
    .container-single-product {
      padding-left: 20px;
      padding-right: 20px; }
      .container-single-product .container-main-product-image {
        margin: 0 !important; }
      .container-single-product button.slick-next {
        left: 89% !important; }
      .container-single-product .container-thumbnail .productView-thumbnails {
        height: 110px; }
        .container-single-product .container-thumbnail .productView-thumbnails .slick-prev {
          left: 10px; } }
  .container-single-product .container-thumbnail {
    width: 100%;
    max-width: 100px; }
    @media (min-width: 800px) {
      .container-single-product .container-thumbnail {
        position: sticky;
        inset: 0;
        top: 289px;
        margin-top: 40px; } }
    @media (max-width: 548px) {
      .container-single-product .container-thumbnail {
        max-width: 100% !important; } }
    .container-single-product .container-thumbnail .slick-list.draggable {
      margin: 0; }
      .container-single-product .container-thumbnail .slick-list.draggable a.productView-thumbnail-link {
        margin: 0 auto; }
    .container-single-product .container-thumbnail button.slick-next {
      left: 37px;
      bottom: 0px;
      position: relative;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: 0; }
      @media (max-width: 800px) {
        .container-single-product .container-thumbnail button.slick-next {
          margin: unset !important;
          transform: unset;
          left: 95%;
          top: -70px; } }
      @media (max-width: 450px) {
        .container-single-product .container-thumbnail button.slick-next {
          left: 92%; } }
    .container-single-product .container-thumbnail button.slick-prev {
      top: -40px;
      left: 37px;
      transform: rotate(90deg); }
      @media (max-width: 800px) {
        .container-single-product .container-thumbnail button.slick-prev {
          transform: unset !important;
          top: 30px;
          left: 0; } }
  .container-single-product .container-main-product-image {
    max-width: 530px;
    width: 100%;
    margin-left: 10px;
    margin-right: 30px;
    position: relative;
    border: 1px solid #cccccc; }
    @media (min-width: 800px) {
      .container-single-product .container-main-product-image {
        position: sticky;
        top: 236px;
        inset: 0; } }
    @media (max-width: 1111px) {
      .container-single-product .container-main-product-image {
        max-width: 395px; } }
    @media (max-width: 950px) {
      .container-single-product .container-main-product-image {
        max-width: 300px; } }
    .container-single-product .container-main-product-image img {
      width: 100%; }
  .container-single-product .container-product-description {
    display: none; }
    @media (max-width: 1366px) {
      .container-single-product .container-product-description {
        width: 45%; } }
    .container-single-product .container-product-description .you-save-tag-container {
      background-color: #CE001B;
      text-align: center;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-wdidth: 440px) {
        .container-single-product .container-product-description .you-save-tag-container {
          font-size: 14px; } }
      .container-single-product .container-product-description .you-save-tag-container #saving_price br {
        display: none !important; }
      .container-single-product .container-product-description .you-save-tag-container span {
        font-family: 'Oswald';
        font-weight: 600;
        font-size: 24px;
        color: white; }
        .container-single-product .container-product-description .you-save-tag-container span svg {
          max-width: 22px;
          max-height: 22px;
          fill: white;
          margin-right: 5px; }
    .container-single-product .container-product-description .container-product-title {
      display: block;
      margin-top: 20px; }
      .container-single-product .container-product-description .container-product-title span {
        color: #222222;
        font-size: 28px;
        font-family: 'Oswald';
        font-weight: bold; }
    .container-single-product .container-product-description .container-product-star-review {
      margin-top: 15px;
      margin-bottom: 15px; }
    .container-single-product .container-product-description .container--price {
      display: flex;
      column-gap: 24px;
      align-items: flex-end; }
      .container-single-product .container-product-description .container--price .deal-price-container span#deal_price {
        font-family: 'Oswald';
        font-size: 14px;
        color: #222222;
        font-weight: bold;
        display: block; }
      .container-single-product .container-product-description .container--price .deal-price-container span#deal_price_money {
        font-weight: bold;
        font-size: 50px;
        color: #EA1616;
        height: auto;
        display: block;
        font-family: 'Oswald'; }
        @media (max-width: 550px) {
          .container-single-product .container-product-description .container--price .deal-price-container span#deal_price_money {
            font-size: 34px; } }
      .container-single-product .container-product-description .container--price .rrp-was-container span#rrp, .container-single-product .container-product-description .container--price .rrp-was-container #was {
        display: block;
        font-size: 20px;
        font-family: 'Oswald';
        color: #222222;
        font-weight: bold; }
        .container-single-product .container-product-description .container--price .rrp-was-container span#rrp #rrp-label, .container-single-product .container-product-description .container--price .rrp-was-container span#rrp #was-label, .container-single-product .container-product-description .container--price .rrp-was-container #was #rrp-label, .container-single-product .container-product-description .container--price .rrp-was-container #was #was-label {
          font-size: 20px;
          font-family: 'Oswald';
          color: #222222;
          font-weight: 400;
          text-decoration: none !important; }
        .container-single-product .container-product-description .container--price .rrp-was-container span#rrp #was_price, .container-single-product .container-product-description .container--price .rrp-was-container #was #was_price {
          margin-left: 4px;
          text-decoration: line-through; }
        .container-single-product .container-product-description .container--price .rrp-was-container span#rrp #rrp_price br, .container-single-product .container-product-description .container--price .rrp-was-container span#rrp #was_price br, .container-single-product .container-product-description .container--price .rrp-was-container #was #rrp_price br, .container-single-product .container-product-description .container--price .rrp-was-container #was #was_price br {
          display: none; }
    .container-single-product .container-product-description .cta {
      height: 60px;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #EA1616;
      margin-top: 15px; }
      .container-single-product .container-product-description .cta [cta-purchase] {
        display: block;
        width: 100%;
        text-align: center;
        height: 100%;
        line-height: 60px;
        font-size: 20px;
        font-weight: bold;
        color: white;
        font-family: 'Oswald';
        text-decoration: none; }
    .container-single-product .container-product-description .quick-specs-container {
      margin-top: 23px; }
      .container-single-product .container-product-description .quick-specs-container .quick-specs-heading {
        color: #222222;
        background-color: #CCCCCC;
        padding: 11px 24px;
        display: flex;
        font-family: 'Oswald';
        font-size: 16px;
        font-weight: bold;
        justify-content: space-between; }
        .container-single-product .container-product-description .quick-specs-container .quick-specs-heading svg {
          height: 20px;
          width: 20px;
          fill: black;
          stroke: black;
          position: relative;
          top: 4px;
          cursor: pointer;
          transition: 0.4s all; }
          .container-single-product .container-product-description .quick-specs-container .quick-specs-heading svg:hover {
            fill: #29650f;
            stroke: #126d2d; }
      .container-single-product .container-product-description .quick-specs-container .description-contents * {
        font-family: 'Oswald'; }
      .container-single-product .container-product-description .quick-specs-container .description-contents {
        padding: 0px 24px;
        display: -webkit-box;
        height: 67px;
        overflow: hidden;
        transition: 0.4s all; }
      .container-single-product .container-product-description .quick-specs-container .rm {
        color: #285E2E;
        font-size: 16px;
        font-family: 'Oswald';
        padding-left: 24px;
        cursor: pointer; }
        .container-single-product .container-product-description .quick-specs-container .rm:hover {
          color: #8CC418; }
      .container-single-product .container-product-description .quick-specs-container .show-block {
        display: block !important;
        height: auto !important; }
      .container-single-product .container-product-description .quick-specs-container .rotate-up {
        transform: rotate(180deg) !important; }

/* LOADER */
.container-loader {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 601px; }
  @media (max-width: 800px) {
    .container-loader {
      flex-direction: column;
      height: 1200px !important; }
      .container-loader .container-thumbnail-loader {
        width: 100% !important;
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        order: 1; } }
  .container-loader .container-thumbnail-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%; }
    .container-loader .container-thumbnail-loader .col-container-thumbnail {
      height: 100px;
      width: 100%;
      display: block;
      max-width: 200px;
      background-color: #e6e6e6;
      margin-bottom: 20px;
      border-radius: 16px;
      transition: 0.4s all;
      position: relative;
      overflow: hidden; }
      .container-loader .container-thumbnail-loader .col-container-thumbnail::before {
        content: '';
        background-color: #f0f0f0;
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        animation: pulse 0.8s infinite; }
  .container-loader .container-main-image-loader {
    height: 504px;
    width: 45%;
    display: block;
    max-width: 100%;
    background-color: #e6e6e6;
    margin-bottom: 20px;
    border-radius: 16px;
    transition: 0.4s all;
    position: relative;
    overflow: hidden; }
    @media (max-width: 800px) {
      .container-loader .container-main-image-loader {
        order: 0;
        width: 100%; } }
    .container-loader .container-main-image-loader::before {
      content: '';
      background-color: #f0f0f0;
      position: absolute;
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      animation: pulse 0.8s infinite; }
  .container-loader .container-description-loader {
    width: 35%;
    display: flex;
    flex-direction: column;
    transition: 0.4s all;
    position: relative;
    padding-left: 3%; }
    @media (max-width: 800px) {
      .container-loader .container-description-loader {
        order: 3;
        width: 100%;
        padding-left: 0 !important; } }
    .container-loader .container-description-loader .col-desc-loader {
      overflow: hidden;
      border-radius: 16px;
      background-color: #e6e6e6;
      margin-bottom: 40px;
      position: relative; }
      .container-loader .container-description-loader .col-desc-loader::before {
        content: '';
        background-color: #f0f0f0;
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        animation: pulse 0.8s infinite; }
      .container-loader .container-description-loader .col-desc-loader._1 {
        height: 80px;
        width: 100%; }
      .container-loader .container-description-loader .col-desc-loader._2 {
        height: 40px;
        width: 70%; }
      .container-loader .container-description-loader .col-desc-loader._3 {
        height: 100px;
        width: 60%; }
      .container-loader .container-description-loader .col-desc-loader._4 {
        height: 120px;
        width: 100%; }

@keyframes pulse {
  0% {
    width: 0%; }
  70% {
    width: 70%; }
  100% {
    width: 100%; } }

/* LOADER */
/*product promotion homepage */
.container-promoted-category {
  margin-top: 80px;
  display: flex;
  column-gap: 16px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media (max-width: 668px) {
    .container-promoted-category {
      flex-direction: column; }
      .container-promoted-category .col-categ {
        margin: 20px 0px;
        width: 100% !important; } }
  @media (max-width: 550px) {
    .container-promoted-category {
      padding-left: 0;
      padding-right: 0; } }
  .container-promoted-category .col-categ {
    position: relative;
    width: calc(100% / 3); }
    .container-promoted-category .col-categ::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: all 0.4s; }
    .container-promoted-category .col-categ:hover::before {
      background-color: rgba(0, 0, 0, 0.3); }
    .container-promoted-category .col-categ:hover .container-cta {
      bottom: 45%; }
    .container-promoted-category .col-categ:hover .container-cta a {
      opacity: 1; }
    .container-promoted-category .col-categ div.on-sale-badge {
      position: absolute;
      background-color: transparent;
      width: 127px;
      height: 0;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 30px solid transparent;
      border-top: 30px solid #EA1616;
      border-bottom: 0 solid #EA1616; }
      .container-promoted-category .col-categ div.on-sale-badge span {
        color: white;
        font-size: 16px;
        font-family: 'Oswald';
        position: relative;
        top: -15px; }
        .container-promoted-category .col-categ div.on-sale-badge span svg {
          max-width: 13.2px;
          max-height: 13.2px; }
    .container-promoted-category .col-categ img {
      width: 100%; }
    .container-promoted-category .col-categ .no_sale {
      display: none !important; }
    .container-promoted-category .col-categ .container-cta {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      transition: all 0.4s; }
      .container-promoted-category .col-categ .container-cta .category-title {
        color: white;
        font-size: 32px;
        font-weight: bold;
        font-family: 'Oswald';
        text-align: center; }
      .container-promoted-category .col-categ .container-cta a {
        max-width: 160px;
        width: 160px;
        height: 45px;
        text-align: center;
        background-color: #8CC418;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
        text-decoration: none;
        font-family: 'Oswald';
        font-size: 16px;
        font-weight: bold;
        border-radius: 40px;
        opacity: 0;
        transition: all 0.4s; }

/* end of product promotion homepage */
/* PRODUCT CAROUSEL CARD */
.product-carousel-card, [role="tabpanel"] {
  max-width: 1460px;
  margin: 0 auto;
  margin-top: 40px; }
  @media (max-width: 800px) {
    .product-carousel-card, [role="tabpanel"] {
      max-width: calc(100% - 35px); } }
  .product-carousel-card h2, [role="tabpanel"] h2 {
    font-family: 'Oswald';
    color: #222222;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px; }

.productCarousel, .productGrid {
  margin: 0; }
  .productCarousel article.card, .productGrid article.card {
    background-color: white;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    padding: 0;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-end; }
    .productCarousel article.card img, .productGrid article.card img {
      border-bottom: 1px solid #D5D5D5; }
    .productCarousel article.card figure.card-figure, .productGrid article.card figure.card-figure {
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: auto; }
      .productCarousel article.card figure.card-figure:hover .container-hover-image, .productGrid article.card figure.card-figure:hover .container-hover-image {
        opacity: 1; }
      .productCarousel article.card figure.card-figure .container-hover-image, .productGrid article.card figure.card-figure .container-hover-image {
        opacity: 0;
        transition: 0.4s all; }
        @media (max-width: 800px) {
          .productCarousel article.card figure.card-figure .container-hover-image, .productGrid article.card figure.card-figure .container-hover-image {
            display: none !important; } }
    .productCarousel article.card .card-figure, .productGrid article.card .card-figure {
      padding: 0; }
      .productCarousel article.card .card-figure .card-img-container::after, .productGrid article.card .card-figure .card-img-container::after {
        padding-bottom: 100% !important; }
      .productCarousel article.card .card-figure .card-figcaption-body button, .productCarousel article.card .card-figure .card-figcaption-body a, .productGrid article.card .card-figure .card-figcaption-body button, .productGrid article.card .card-figure .card-figcaption-body a {
        border-radius: 40px;
        border: 1px solid #285E2E;
        display: block;
        padding: 8px 0px;
        text-align: center;
        text-decoration: none;
        margin-top: 10px;
        color: #285E2E;
        font-weight: bold;
        font-family: 'Oswald';
        width: 200px;
        max-width: 100%;
        display: block; }
        .productCarousel article.card .card-figure .card-figcaption-body button:hover, .productCarousel article.card .card-figure .card-figcaption-body a:hover, .productGrid article.card .card-figure .card-figcaption-body button:hover, .productGrid article.card .card-figure .card-figcaption-body a:hover {
          background-color: #285E2E;
          color: white; }
  .productCarousel button.slick-next, .productGrid button.slick-next {
    right: 0; }
  .productCarousel button.slick-prev, .productGrid button.slick-prev {
    left: 0; }
  .productCarousel .slick-track, .productGrid .slick-track {
    display: flex !important; }
  .productCarousel .slick-slide, .productGrid .slick-slide {
    height: inherit !important; }
  .productCarousel .card-body, .productGrid .card-body {
    padding: 13px 16px 13px 20px; }
    .productCarousel .card-body [data-test-info-type="brandName"], .productGrid .card-body [data-test-info-type="brandName"] {
      font-family: 'Oswald';
      font-size: 14px;
      font-weight: 500;
      color: #222222; }
    .productCarousel .card-body h3.card-title a, .productGrid .card-body h3.card-title a {
      font-size: 16px;
      font-family: 'Oswald';
      color: #222222; }
      @media (max-width: 550px) {
        .productCarousel .card-body h3.card-title a, .productGrid .card-body h3.card-title a {
          text-align: left !important; } }
    .productCarousel .card-body .card-text, .productGrid .card-body .card-text {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .productCarousel .card-body .card-text .price-section.price-section--withoutTax.rrp-price--withoutTax, .productGrid .card-body .card-text .price-section.price-section--withoutTax.rrp-price--withoutTax {
        display: none; }
      .productCarousel .card-body .card-text [data-product-price-without-tax], .productGrid .card-body .card-text [data-product-price-without-tax] {
        color: #EA1616;
        font-size: 18px;
        font-family: 'Oswald';
        font-weight: 600; }
      .productCarousel .card-body .card-text .price-now-label, .productGrid .card-body .card-text .price-now-label {
        display: none; }
      .productCarousel .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax span:first-child, .productGrid .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax span:first-child {
        display: none; }
      .productCarousel .card-body .card-text [data-product-non-sale-price-without-tax], .productGrid .card-body .card-text [data-product-non-sale-price-without-tax] {
        color: #666666;
        font-size: 14px;
        font-family: 'Oswald';
        font-weight: 300;
        margin-left: 4px; }
      .productCarousel .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax, .productGrid .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
        order: 2;
        margin-right: auto; }
      .productCarousel .card-body .card-text .container-msrp, .productGrid .card-body .card-text .container-msrp {
        order: 3;
        font-size: 14px;
        background-color: #CE001B;
        color: white;
        font-family: 'Oswald';
        font-weight: 500;
        padding: 3px 8px;
        border-radius: 18px; }
    .productCarousel .card-body [choose_option], .productGrid .card-body [choose_option] {
      border-radius: 40px;
      border: 1px solid #285E2E;
      display: block;
      padding: 8px 0px;
      text-align: center;
      text-decoration: none;
      margin-top: 10px;
      color: #285E2E;
      font-weight: bold;
      font-family: 'Oswald'; }
      .productCarousel .card-body [choose_option]:hover, .productGrid .card-body [choose_option]:hover {
        background-color: #285E2E;
        color: white; }
  .productCarousel ul.slick-dots, .productGrid ul.slick-dots {
    bottom: -46px; }
    @media (max-width: 480px) {
      .productCarousel ul.slick-dots, .productGrid ul.slick-dots {
        bottom: -70px !important; } }
    .productCarousel ul.slick-dots li, .productGrid ul.slick-dots li {
      margin: 0 10px; }
      .productCarousel ul.slick-dots li button[data-carousel-dot], .productGrid ul.slick-dots li button[data-carousel-dot] {
        width: 40px;
        height: 13px;
        border-radius: 10px;
        background-color: #D5D5D5;
        border: none; }
        .productCarousel ul.slick-dots li button[data-carousel-dot]::before, .productGrid ul.slick-dots li button[data-carousel-dot]::before {
          display: none; }
    .productCarousel ul.slick-dots li.slick-active button[data-carousel-dot], .productGrid ul.slick-dots li.slick-active button[data-carousel-dot] {
      background-color: #8CC418; }
  @media (max-width: 550px) {
    .productCarousel .slick-list, .productGrid .slick-list {
      width: 100% !important;
      margin: 0 auto; } }

.discount-badge-circle {
  background-color: #EA1616;
  border-radius: 100%;
  color: white;
  font-family: 'Oswald';
  font-size: 14px;
  padding: 16px 5px;
  position: absolute;
  height: max-content;
  width: max-content;
  z-index: 1;
  top: 15px;
  left: 15px;
  display: none; }

/* END OF PRODUCT CAROUSEL CARD */
/*==========FOOTER *==============*/
footer.footer {
  background-color: #111111; }
  footer.footer .container {
    max-width: calc(100% - var(--padding-x-responsive));
    padding: 0 30px; }
    footer.footer .container section.footer-info {
      display: flex; }
      @media (max-width: 800px) {
        footer.footer .container section.footer-info {
          flex-wrap: wrap; }
          footer.footer .container section.footer-info [data-section-type="footer-categories"], footer.footer .container section.footer-info [data-section-type="footer-webPages"] {
            width: 25%; } }
      @media (max-width: 550px) {
        footer.footer .container section.footer-info article {
          width: 100% !important;
          max-width: 100%;
          text-align: center; }
          footer.footer .container section.footer-info article .email-footer span {
            justify-content: center; } }
    footer.footer .container h3.footer-info-heading {
      color: #8CC418;
      font-weight: bold;
      font-size: 20px;
      text-transform: uppercase;
      font-family: 'Oswald'; }
    footer.footer .container ul.footer-info-list li {
      margin-bottom: 8px; }
    footer.footer .container ul.footer-info-list li a {
      font-size: 15px;
      font-weight: 400;
      font-family: 'Oswald';
      text-transform: uppercase;
      color: white; }
    footer.footer .container li.phone-number-footer {
      color: white;
      font-size: 15px;
      font-family: 'Oswald';
      font-weight: 100;
      letter-spacing: 1px; }
    footer.footer .container li.email-footer {
      color: white;
      font-size: 15px;
      font-family: "Oswald"; }
      footer.footer .container li.email-footer a {
        text-transform: none !important; }
    footer.footer .container li.email-footer span {
      display: flex;
      font-weight: 100;
      letter-spacing: 1px; }
      footer.footer .container li.email-footer span a {
        margin-left: 5px;
        text-decoration: underline; }
  footer.footer [data-section-type="footer-brands"] {
    width: 30%; }
  @media (max-width: 1260px) {
    footer.footer [data-section-type="newsletterSubscription"] {
      width: 38.33334%; } }
  @media (max-width: 800px) {
    footer.footer [data-section-type="newsletterSubscription"] {
      width: 100%; } }
  footer.footer [data-section-type="newsletterSubscription"] p {
    font-size: 15px;
    color: white;
    font-family: 'Oswald';
    font-weight: 400; }
  footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    position: relative; }
    @media (max-width: 800px) {
      footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
        max-width: 524px !important; } }
    @media (max-width: 440px) {
      footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
        flex-direction: column; } }
  footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
    max-width: 524px !important;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 25px; }
  footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 25px;
    font-size: 16px;
    color: #111111;
    background-color: #8CC418;
    font-weight: bold;
    font-family: 'Oswald';
    max-width: 160px;
    border: 0;
    width: 100%; }
    @media (max-width: 1260px) {
      footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
        margin-top: 0; } }
    @media (max-width: 440px) {
      footer.footer [data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
        position: relative;
        display: block;
        top: 0;
        transform: unset;
        width: 100%;
        max-width: 100%;
        margin-top: 14px; } }
  footer.footer .footer-payment-icons {
    margin-top: 0 !important;
    display: flex;
    column-gap: 14px;
    row-gap: 14px;
    flex-wrap: wrap; }
    footer.footer .footer-payment-icons svg {
      height: 3rem;
      width: 4rem; }
  footer.footer form.form {
    margin-bottom: 0; }

/*=====END OF FOOTER===============*/
@media (max-width: 800px) {
  .container-nav-logo-mobile {
    justify-content: center;
    display: flex !important; }
    .container-nav-logo-mobile .header-logo.header-logo--center {
      margin-left: auto;
      margin-right: 0; }
    .container-nav-logo-mobile .container-cart-icon-mobile {
      margin-left: auto;
      position: relative; } }

a.navUser-actionz {
  color: white;
  display: flex;
  margin-top: 7px;
  position: relative; }
  a.navUser-actionz .navUser-item-cartLabelz svg {
    max-width: 40px;
    max-height: 40px;
    fill: #3e5809; }
  a.navUser-actionz .countPill {
    background-color: red;
    color: white !important;
    position: relative;
    right: 10px; }

.std * {
  font-family: 'Oswald' !important; }

#cart-preview-dropdown {
  padding-top: 8px;
  z-index: 11; }
  #cart-preview-dropdown [data-primary-checkout-now-action] {
    border-radius: 26px; }
  #cart-preview-dropdown .previewCartAction-viewCart a {
    border-radius: 26px; }
  #cart-preview-dropdown .previewCartItem-price * {
    font-weight: bold;
    color: black; }
  #cart-preview-dropdown .previewCartItem-name a, #cart-preview-dropdown .previewCartItem-brand {
    color: black; }

#smba_cn_fx {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important; }
  #smba_cn_fx .smab-flip-inner {
    width: 42px !important;
    font-size: 28px !important; }
  #smba_cn_fx .smab_label.smab_lbl {
    margin-top: 14px  !important;
    font-size: 16px !important; }

.pages-home main.body {
  background-color: #F5F5F5; }

section.heroCarousel {
  margin-bottom: 40px !important; }

@media (max-width: 550px) {
  .smba_it.smba_item_msg.smba_item_msg2.smba_f_1 {
    margin: 0 !important; } }

/****** ABOUT US CUSTOM PAGE *****/
:root {
  --about-us-padding:80px;
  --about-us-max-width:1300px; }
  @media (max-width: 800px) {
    :root {
      --about-us-padding:40px;
      --about-us-max-width:1400px; } }

.page_about-us {
  padding: 0 !important; }
  @media (max-width: 800px) {
    .page_about-us {
      margin-top: 6rem !important; } }
  .page_about-us .container-about-us {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Oswald'; }
    .page_about-us .container-about-us .container-our-story {
      max-width: var(--about-us-max-width);
      padding: 0 var(--about-us-padding);
      margin: 0 auto; }
    .page_about-us .container-about-us .container-choose-us {
      background-color: #efefef;
      padding-bottom: 40px; }
      .page_about-us .container-about-us .container-choose-us .cc {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        max-width: var(--about-us-max-width);
        margin: 0 auto;
        padding: 0 var(--about-us-padding); }
        @media (max-width: 678px) {
          .page_about-us .container-about-us .container-choose-us .cc {
            justify-content: space-between; } }
        @media (max-width: 550px) {
          .page_about-us .container-about-us .container-choose-us .cc {
            row-gap: 20px; } }
        .page_about-us .container-about-us .container-choose-us .cc h2 {
          display: block;
          width: 100%;
          font-family: 'Oswald';
          margin-left: 20px; }
          @media (max-width: 678px) {
            .page_about-us .container-about-us .container-choose-us .cc h2 {
              margin-left: 0; } }
        .page_about-us .container-about-us .container-choose-us .cc .col-cc {
          background-color: white;
          margin: 20px;
          padding: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: calc(100% / 3 - 40px);
          font-family: 'Oswald';
          min-height: 225px; }
          @media (max-width: 800px) {
            .page_about-us .container-about-us .container-choose-us .cc .col-cc {
              min-height: 267px; } }
          @media (max-width: 678px) {
            .page_about-us .container-about-us .container-choose-us .cc .col-cc {
              margin: 0;
              padding: 10px;
              width: calc(100% / 3 - 10px); } }
          @media (max-width: 550px) {
            .page_about-us .container-about-us .container-choose-us .cc .col-cc {
              width: 100%; } }
          .page_about-us .container-about-us .container-choose-us .cc .col-cc svg {
            width: 60px;
            height: 60px;
            fill: #17511E; }
          .page_about-us .container-about-us .container-choose-us .cc .col-cc .icon-blurb {
            font-weight: bold;
            margin-top: 10px; }
          .page_about-us .container-about-us .container-choose-us .cc .col-cc p.desc {
            max-width: 80%;
            text-align: center;
            margin-top: 10px; }
        .page_about-us .container-about-us .container-choose-us .cc .container-numbers {
          display: block;
          width: 100%;
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap; }
          @media (max-width: 500px) {
            .page_about-us .container-about-us .container-choose-us .cc .container-numbers {
              column-gap: 20px;
              row-gap: 30px;
              justify-content: center; } }
          .page_about-us .container-about-us .container-choose-us .cc .container-numbers .col-num {
            margin: 20px;
            width: calc(100% / 5 - 40px); }
            @media (max-width: 500px) {
              .page_about-us .container-about-us .container-choose-us .cc .container-numbers .col-num {
                width: 100%;
                margin: 0px;
                text-align: center; } }
            .page_about-us .container-about-us .container-choose-us .cc .container-numbers .col-num .num {
              display: block;
              width: 100%;
              font-size: 24px;
              font-weight: bold;
              font-family: 'Oswald';
              color: #17511E; }
              .page_about-us .container-about-us .container-choose-us .cc .container-numbers .col-num .num small {
                font-weight: bold;
                font-size: 16px;
                color: #17511E; }
            .page_about-us .container-about-us .container-choose-us .cc .container-numbers .col-num .num-blurb {
              display: block;
              color: #7b858a;
              font-weight: 500; }

/****** END OF ABOUT US PAGE *****/
/*** FOR QUICK VIEW   ***/
html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .badge-instock {
  display: none !important; }

@media (min-width: 801px) {
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .mobile-product-title .productView-title {
    display: none; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView h1.productView-title {
    font-family: 'Oswald';
    font-weight: bold;
    color: black;
    margin-top: 0; } }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .container-save-price {
  display: none; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .productView-img-container {
  border: 1px solid #cccccc; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images figure.productView-image {
    min-width: 70%;
    margin: 0; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails {
    width: 30%;
    height: max-content; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails .slick-list.draggable {
      margin: 0; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails img {
      width: 70px; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails li.productView-thumbnail {
      display: flex;
      align-items: center;
      justify-content: center; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails button.slick-prev {
      position: absolute;
      top: -36px;
      left: 40%;
      transform: rotate(90deg); }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView section.productView-images ul.productView-thumbnails button.slick-next {
      position: absolute;
      left: 40%;
      transform: rotate(90deg);
      top: 100%; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView h2.productView-brand a {
  text-decoration: none; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView h2.productView-brand a span {
    font-family: 'Oswald';
    text-decoration: none;
    color: #222;
    font-weight: bold; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView h2.productView-brand {
  border-bottom: 1px solid #ccc;
  margin: 10px 0px;
  padding-bottom: 5px; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .price-section.price-section--withoutTax.rrp-price--withoutTax {
  margin-bottom: 4px; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .price-section.price-section--withoutTax.rrp-price--withoutTax span:first-child {
    font-size: 0; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .price-section.price-section--withoutTax.rrp-price--withoutTax span:first-child::before {
      content: 'RRP: ';
      font-size: 16px;
      color: #222;
      font-family: 'Oswald'; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-rrp-price-without-tax] {
  font-size: 16px;
  color: #222;
  font-family: 'Oswald'; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView div.productView-price {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView div.productView-price .price-now-label {
    display: none !important; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView div.productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    display: none !important; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .price-section.price-section--saving.price {
  display: none !important; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .price-section.price-section--withoutTax [data-product-price-without-tax] {
  color: #ea1616;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Oswald';
  margin-right: 8px; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .form-label.form-label--alternate.form-label--inlineSmall {
  font-weight: bold;
  font-family: 'Oswald';
  color: #222;
  display: block;
  width: 100%; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-option-change] [data-product-attribute] {
  margin-bottom: 1rem; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-option-change] [data-product-attribute] input:focus {
    outline: none !important; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-option-change] [data-product-attribute] input:focus + label {
      outline: none !important; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-attribute="set-radio"] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-attribute="set-radio"] [data-product-attribute-value] {
    width: 140px;
    padding: 9px 0px;
    text-align: center; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-attribute="set-radio"] [data-product-attribute-value]::before {
      width: 140px;
      height: 37px;
      border-radius: 16px;
      z-index: -1; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView [data-product-attribute="set-radio"] [data-product-attribute-value]::after {
      top: 3px;
      width: 140px;
      height: 37px;
      background-color: transparent;
      border: 2px solid #222; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons {
  display: grid;
  padding: 0;
  width: 100%;
  grid-template-columns: 92px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "quantity add-to-cart" "payment-options payment-options"; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .add-to-cart-wallet-buttons {
    width: 100%;
    grid-area: payment-options; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .form-field.form-field--increments {
    display: flex;
    grid-area: quantity; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .form-increment {
    display: flex; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons label[for="qty[]"] {
    display: none !important; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .form-field.form-field--increments {
    margin: 0;
    margin-right: 15px; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons [data-quantity-change] {
    border: 1px solid #c2c2c2;
    border-radius: 8px; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons [data-quantity-change] button[data-action="dec"], html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons [data-quantity-change] button[data-action="inc"] {
      border: none; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .form-action {
    width: 100%;
    grid-area: add-to-cart; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .add-to-cart-buttons .form-action #form-action-addToCart {
      background-color: #ce001b;
      width: 100%;
      font-family: 'Oswald';
      font-weight: bold;
      border: none;
      padding: 17px 0px;
      font-size: 18px; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .socialLinks {
  display: none !important; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .productView-details.product-options {
  padding-bottom: 0; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .container-product-options {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .container-product-options .productView-details.product-data, html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .container-product-options .productView-details.product-options {
    width: 100% !important; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .productView-options {
  margin-bottom: 0; }

html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification {
  padding: 0px 14px; }
  html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification {
    display: flex;
    flex-direction: column; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-header-specs {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ccc;
      padding: 11px 8px; }
      html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-header-specs .title-specs {
        font-weight: bold;
        font-size: 16px;
        font-family: 'Oswald'; }
      html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-header-specs i {
        height: 22px;
        cursor: pointer; }
        html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-header-specs i:hover svg {
          stroke: #474747;
          fill: #474747; }
        html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-header-specs i svg {
          width: 22px;
          height: 22px;
          stroke: black;
          fill: black; }
    html:not(.pages-product) .modal-body.quickView .productView.productView--quickView .parent-container-specification .container-specification .row-specs.r-sku {
      padding: 4px 14px;
      height: 0;
      overflow: hidden; }

html:not(.pages-product) .modal-body.quickView [not_slick] .productView-thumbnail {
  width: 100%; }

html:not(.pages-product) #modal-content .container-description {
  display: none; }
  html:not(.pages-product) #modal-content .container-description li.tab.is-active {
    background-color: #285E2E;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald'; }
    html:not(.pages-product) #modal-content .container-description li.tab.is-active a {
      color: white; }
    html:not(.pages-product) #modal-content .container-description li.tab.is-active::before {
      content: '';
      position: absolute;
      height: 0;
      width: 0;
      border-top: 20px solid #285E2E;
      border-left: 20px solid #285E2E; }
  html:not(.pages-product) #modal-content .container-description li.tab {
    padding: 0 80px; }

.rotate-up {
  transition: all 0.6s;
  transform: rotate(180deg); }

.expand-height {
  height: auto !important;
  transition: all 0.6s; }

/*** END OF QUICK VIEW***/
/**product slick homepage and productpage **/
@media (min-width: 1300px) {
  [data-product-slide] button.quickview {
    width: 130px !important; } }

@media (min-width: 1300px) {
  [data-product-slide] a.card-figcaption-button {
    width: 130px !important; } }

/**category first level**/
[category_first_level] {
  min-height: auto !important;
  width: 252px !important;
  position: relative; }
  [category_first_level] .container-thumbnail {
    position: relative;
    border: none !important;
    min-height: auto !important; }
  [category_first_level] .subcat-url {
    position: absolute;
    right: 25px;
    top: 25px; }

/**end of category first level**/
[search_submit]:focus {
  outline: none !important; }

h1.modal-header-title, .previewCart * {
  font-family: 'Oswald'; }

.pages-cart * {
  font-family: 'Oswald'; }

.category_img {
  cursor: pointer; }

@media (max-width: 466px) {
  div.container-main-product-image {
    min-height: 386px; } }

@media (max-width: 500px) {
  #smba_cn_fx {
    height: 215px; } }

#cfvalue {
  font-size: 0px; }

.lab-Flex small, .lab-Grips small, .lab-Length small, .lab-Lie small {
  display: none; }

.special-class .change-item-option {
  display: none; }

.inc-group {
  display: inline;
  margin-right: 10px; }

#addbundleproduct {
  margin-bottom: 0px; }

.inc-group {
  width: 100px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px; }
  .inc-group button, .inc-group .ttp {
    width: 33% !important;
    height: 35px;
    background: transparent; }

#mytable, #mytable_grip {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-top: 25px; }
  #mytable tr, #mytable_grip tr {
    border-bottom: 1px solid #ddd; }

.img-flex-choice img {
  padding: 10px; }

.ppo {
  display: block;
  font-weight: bold;
  color: green; }

.ppst {
  display: none;
  color: #000;
  font-weight: normal;
  height: 0px;
  font-size: 0px; }

.ppsu {
  display: none;
  font-weight: normal;
  color: #aaa;
  height: 0px;
  font-size: 0px; }

.or-use-label {
  text-align: center !important; }

.cart-actions .button[data-primary-checkout-now-action] {
  width: 250px; }

@media screen and (max-width: 550px) {
  .cart-actions .button[data-primary-checkout-now-action] {
    width: 100%; } }
