main.body .container {
  padding: 0 var(--padding-x-responsive); }

main.body {
  margin-top: 50px; }

h1.page-heading {
  margin-bottom: 0;
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 28px;
  text-align: left; }
  @media (max-width: 550px) {
    h1.page-heading {
      text-align: center;
      margin-bottom: 30px; } }

.container-subcategories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px; }
  @media (max-width: 800px) {
    .container-subcategories {
      row-gap: 20px; } }
  @media (max-width: 550px) {
    .container-subcategories {
      justify-content: center; } }
  .container-subcategories .container-categ {
    width: 175px;
    min-height: 175px;
    text-align: center;
    text-decoration: none;
    color: #222222;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 16px; }
    .container-subcategories .container-categ .container-thumbnail {
      min-height: 175px;
      width: 100%;
      border: 1px solid #cccccc;
      border-radius: 6px;
      overflow: hidden; }
      .container-subcategories .container-categ .container-thumbnail img {
        width: 100%;
        max-height: 177px; }
    .container-subcategories .container-categ span.subcat-url {
      margin-top: 10px;
      display: block; }

/*sort by */
[data-sort-by="product"] {
  background-color: #D5D5D5;
  padding: 10px 15px;
  /*refine label*/ }
  [data-sort-by="product"] .form-field {
    margin-bottom: 0;
    background-color: transparent;
    border: none; }
  [data-sort-by="product"] .actionBar-section .form-select {
    height: 3rem; }
  [data-sort-by="product"] label.form-label[for="sort"] {
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #222222; }
  [data-sort-by="product"] select.form-select {
    padding: 0.7rem 1.9rem !important;
    background-position: right 0.5rem top 0.9rem !important;
    color: #888888;
    font-family: 'Oswald';
    font-size: 15px; }
  [data-sort-by="product"] [data-compare-nav] {
    float: right;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: 'Oswald'; }
    [data-sort-by="product"] [data-compare-nav] .countPill {
      background-color: #285E2E;
      color: white; }

/* end sort by */
/*sidebar*/
aside.page-sidebar .facetedSearch-refineFilters.sidebarBlock h2.sidebarBlock-heading {
  color: #285E2E;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Oswald';
  text-transform: uppercase; }

aside.page-sidebar .facetedSearch-refineFilters.sidebarBlock p {
  color: #666666;
  font-size: 16px;
  font-family: 'Oswald'; }

aside.page-sidebar button[type="button"].toggleLink:focus {
  outline: none !important; }

aside.page-sidebar button[type="button"].toggleLink svg {
  fill: white;
  background-color: #285E2E;
  border-radius: 100%;
  height: 18px;
  width: 18px; }

aside.page-sidebar span.accordion-title {
  color: #222222;
  font-size: 18px;
  font-family: 'Oswald';
  font-weight: bold; }

aside.page-sidebar input[name="min_price"], aside.page-sidebar input[name="max_price"], aside.page-sidebar button[type="submit"] {
  font-family: 'Oswald'; }

aside.page-sidebar button[type="submit"] {
  text-transform: uppercase; }

/*end sidebar*/
/*productGrid, productList */
#product-listing-container {
  padding-left: 2rem;
  padding-right: 0; }
  @media (max-width: 800px) {
    #product-listing-container {
      padding-left: 0; } }

ul.productGrid {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    ul.productGrid li.product {
      width: calc(100% / 2 - 16px) !important; } }
  @media (min-width: 900px) {
    ul.productGrid li.product {
      width: calc(100% / 3 - 16px) !important; } }

li.product {
  max-width: 308px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  margin: 8px;
  padding: 0 !important; }
  @media (max-width: 800px) {
    li.product {
      max-width: 100%;
      width: calc(100% / 3 - 16px) !important; } }
  @media (max-width: 600px) {
    li.product {
      width: calc(100% / 2 - 16px) !important; } }
  @media (max-width: 440px) {
    li.product {
      width: calc(100% - 16px) !important; } }
  li.product article.card {
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    li.product article.card .card-figcaption-body button.quickview, li.product article.card .card-figcaption-body label.card-figcaption-button, li.product article.card .card-figcaption-body a[data-event-type="product-click"] {
      border: 1px solid #285E2E;
      font-family: 'Oswald';
      font-weight: 600;
      font-size: 14px;
      color: #285E2E;
      border-radius: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 180px; }
    li.product article.card .card-figcaption-body label.card-figcaption-button {
      line-height: 1.2; }
      li.product article.card .card-figcaption-body label.card-figcaption-button input[type="checkbox"] {
        margin-right: 8px; }
    li.product article.card .card-body {
      padding: 15px; }
      li.product article.card .card-body [data-test-info-type="brandName"] {
        font-family: 'Oswald';
        font-weight: 500;
        color: #222222;
        font-size: 14px; }
      li.product article.card .card-body h3.card-title {
        font-family: 'Oswald';
        font-size: 16px;
        color: #222222; }
      li.product article.card .card-body [data-test-info-type="price"] {
        color: black;
        font-weight: 600;
        font-family: 'Oswald';
        font-size: 18px; }
      li.product article.card .card-body a[choose_option] {
        text-decoration: none;
        border-radius: 40px;
        border: 1px solid #285E2E;
        display: block;
        text-align: center;
        height: 45px;
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
        font-family: 'Oswald';
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px;
        color: #285E2E; }
        li.product article.card .card-body a[choose_option]:hover {
          background-color: #285E2E;
          color: white; }

/*end of productGrid, productList */
.pagination-item.pagination-item--next, .pagination-item.pagination-item--previous {
  float: none !important; }

[data-product-option-change] {
  /*COLOR */ }
  @media (max-width: 550px) {
    [data-product-option-change] div.form-field {
      text-align: left; } }
  [data-product-option-change] [data-product-attribute="swatch"] label.form-option-swatch {
    width: 40px;
    height: 40px;
    border-radius: 100%; }
    [data-product-option-change] [data-product-attribute="swatch"] label.form-option-swatch span {
      height: 100%;
      width: 100%;
      border-radius: 100%;
      display: none; }
  [data-product-option-change] label.form-label.form-label--alternate.form-label--inlineSmall {
    color: #222222;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 16px; }
  [data-product-option-change] [data-product-attribute="set-rectangle"] {
    /*Size*/ }
    [data-product-option-change] [data-product-attribute="set-rectangle"] [data-product-attribute-value] {
      border: 1px solid #CCCCCC;
      border-radius: 40px;
      padding-left: 10px;
      padding-right: 10px;
      width: auto;
      height: 42px;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      color: #222222;
      font-family: 'Oswald'; }
      [data-product-option-change] [data-product-attribute="set-rectangle"] [data-product-attribute-value]::after {
        height: 35px;
        width: 118px;
        background: transparent;
        border: 2px solid  black; }
