.products-page {
    padding-top: 18px;
    padding-bottom: 12px;
}

.products-page .grid {
    display: grid;
    height: auto;
    grid-template-areas:
      'title'
      'menu'
      'top'
      'main'
      'footer';
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    z-index: 2;
}

.products-page .grid .toptitle {
    grid-area: title;

}

.products-page .grid .side-nav {
    grid-area: menu;
    position: relative;
    align-self: flex-start;
    width: 100%;
}

.products-page .grid .filters {
    grid-area: top;
    width: 100%;
}

.products-page .grid .products {
    display: flex;
}

.products-page .pagination {
    grid-area: footer;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
} 

.products-page .products {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    padding-left: 9px;
    padding-right: 9px;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: -9px;
    margin-bottom: -9px;
}

.products-page.thre-columns .products .product  {
    width: calc(25% - 18px);
    display: flex;
    flex-direction: column;
    margin: 9px;
}

.products-page.two-columns .products .product  {
    width: calc(33.333% - 18px);
    display: flex;
    flex-direction: column;
    margin: 9px;
}

.products-page.one-columns .products .product  {
    width: calc(33.333% - 18px);
    display: flex;
    flex-direction: column;
    margin: 9px;
}

.products-page .products .product .product-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-page.one-columns .products .product .product-wrapper {
    flex-direction: row;
}


.products-page .grid .filters .filter-wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}

.products-page .grid .filters ul, .products-page .grid .filters ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-page .grid .filters ul {
    display: flex;
    float: left;
    margin-left: 18px;
}

.products-page .grid .filters ul li a, .category-filter-button {
    display: block;
    width: 56px;
    width: 66px;
    height: 56px;
    background-color: white;
    line-height: 56px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-left: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}

.products-page .grid .filters .category-filter-button {
    float: left;
    margin-left: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -6px;
    display: none;
}

.products-page .grid .filters .category-filter-button i {
    float: right;
    margin-left: 12px;
    height: 36px;
    line-height: 36px;
}

.products-page .grid .filters ul li:first-child a {
    border-left: 1px solid #e6e6e6;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    color: rgba(0,0,0, 0.5);
}

.products-page .grid .filters ul li:first-child a i:last-child {
    display: none;
}

.products-page .grid .filters ul li:last-child a {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.products-page.thre-columns .grid .filters ul li.thre-columns a, .products-page.two-columns .grid .filters ul li.two-columns a, .products-page.one-columns .grid .filters ul li.one-columns a {
    color: white;
    background: linear-gradient(0deg, #9d7e39 0%, #bca04d 100%) !important;
    color: white !important;
    border-color: #ad8f43;
    box-shadow: inset 1px 1px 12px rgba(0, 0, 0, 0.25);
}

.products-page .grid .filters .select {
    float: left;
    margin-left: 12px;
    width: 440px;
    position: relative;
}

.products-page .grid .filters .select i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 18px;
    z-index: 0;
    text-align: center;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.products-page .grid .filters .select select {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 56px;
    border-radius: 35px;
    padding-left: 24px;
    padding-right: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    z-index: 1;
}

.products-page .grid .filters span.right, .products-page .grid .filters span.left {
    float: right;
    margin-right: 18px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
}

.products-page .grid .toptitle  {
    text-align: center;
    margin-top: 36px;
}

.products-page .grid .toptitle span.right {
    font-family: "Cinzel", serif;
    font-weight: 600;
    width: 100%;
    font-size: 36px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 12px;
    visibility: visible;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 -1px 0 #53514b;
    text-align: center;
}

.products-page .grid .filters span.left {
    float: left;
    margin-left: 18px;
    margin-right: -3px;
    color: rgba(0, 0, 0, 0.5);
}



.products-page .grid .side-nav .nav {
    padding: 0px;
    float: left;
    width: 100%;
    clear: both;
}

.products-page .grid .side-nav ul {
    display: flex;
}

.products-page .grid .side-nav ul, .products-page .grid .side-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-page .grid .side-nav ul {
    width: calc(100% + 18px);
    margin-left: -9px;
}

.products-page .grid .side-nav ul li {
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    margin: 9px;
}

.products-page .grid .side-nav ul li:last-child {
    border-bottom: none;
}

.products-page .grid .side-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    color: grey;
    text-decoration: none;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 120px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
}

.products-page .grid .side-nav ul li a i.left-icon {
    display: inline-block;
    margin-left: -18px;
    margin-right: 9px;
    color: #ff850f;
    opacity: 0.7;
    font-size: 50%;
    margin-top: -3px;
    transform: translateY(-3px);
}

.products-page .grid .side-nav ul li.active > a {
    background-color: black !important;
    background: linear-gradient(0deg, #9d7e39 0%, #bca04d 100%) !important;
    color: white !important;
    border-color: #ad8f43;
}

.products-page .grid .side-nav ul li.active2 > a {
    color: white;
}

.products-page .grid .side-nav ul li ul {
    display: none1;
}

.products-page .grid .side-nav ul li.active ul {
    display: block1;
}

.products-page .grid .side-nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.products-page .grid .side-nav ul li:last-child.sub a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.products-page .grid .side-nav ul li ul.sub li a  {
    border-radius: 0;
    padding-left: 36px;
    background-color: #0c2a35;
    border-color: #001f2b;
    font-size: 14px;
}

.products-page .grid .side-nav ul li ul.sub li.active a, .products-page .grid .side-nav ul li ul.sub li.active a i.left-icon {
    background-color: #f37e0f;
    opacity: 1;
    color: white;
} 

.products-page .grid .side-nav ul li ul.sub li:last-child a {
    border-bottom: none;
}


.products-page .product .product-wrapper {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

.products-page .product .col {
    padding: 0;
}

.products-page .product .col-text {
    padding: 24px;
    display: block;
}

.products-page.two-columns .product .col-text, .products-page.thre-columns .product .col-text   {
    text-align: center;
}

.products-page .product .col-img {
    width: 100%;
    height: auto;
    position: relative;
}

.products-page .product .col-img .status {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #f37e0f;
    z-index: 5;
    padding: 6px;
    font-size: 13px;
    color: white;
    border-radius: 5px;
    font-weight: 400;
}

.products-page.one-columns .grid .products .product {
    display: flex;
    width: 100%;
}

.products-page.one-columns .grid .products .product .col-img  {
    width: 320px;
}

.products-page.one-columns .grid .products .product .col-text  {
    width: calc(100% - 320px);
    padding-left: 48px;
}

.products-page .product .img-container, .products-page .product .img-container a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.products-page.one-columns .grid .products .product .img-container, .products-page.one-columns .grid .products .product .img-container a {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.075);
}

.products-page .img-container {
    aspect-ratio: 4/3;
}

.products-page .img-container a::before {
    opacity: 0;
}

.products-page .img-container img {
    z-index: 2;
}

.products-page .img-container img.png {
    object-fit: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.products-page .img-container a:hover img {
    transform: scale(1);
}

.products-page .product .product-wrapper .title {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    margin-bottom: -18px;
}

.products-page .product .product-wrapper .h4 {
margin: 0;
margin-bottom: 0px;
font-weight: 600;
font-size: 16px;
line-height: 130%;
margin-bottom: 12px;
visibility: visible;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 0;
background: rgba(255, 255, 255, 0.95);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 -1px 0 #53514b;
  text-transform: uppercase;
  font-weight: 600;
}

.products-page .product .text  {
padding: 0;
visibility: visible;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 0;
margin-bottom: 12px;
}

.products-page .product .text p {
margin: 0;
color: #56595e;
line-height: 160%;
font-weight: 300;
font-size: 14px;
}

.products-page .product .button {
    font-size: 14px;
}


.section.products-page .section.pagination .row {
    width: 100%;
    align-items: center;
}


.products-page .section.pagination ul {
    margin-left: 0;
    margin-right: 0;
}

.section.products-page .section.pagination .col.info {
    display: none;
}

.section.product {
    min-height: 100px;
}

.products-page .pagination .row, .products-page .pagination .col {
    padding-top: 0;
    padding-bottom: 0;
}

.products-page .product .img-container {
    aspect-ratio: 4/3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.products-page .product .img-container img {
    object-fit: cover;
}

.products-page.one-columns .product .img-container {
    border-bottom: none;
}

.products-page  .button {
    margin-bottom: 0;
    margin-top: 6px;
}

.side-nav-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #271d3b;
    z-index: 9;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
}

.nav-category-open .side-nav-shade {
    visibility: visible;
    opacity: 0.85;
}

.close-side-nav {
    position: fixed;
    font-size: 22px;
    color: white;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 9px;
    top: 100px;
    background-color: #7476bd;
    border-radius: 3px;
    z-index: 11;
    border: none;
    right: 18px;
    visibility: hidden;
}

.nav-category-open .close-side-nav {
    visibility: visible;
    opacity: 1;
}

.products-page .col.info {
   text-align: center;
   font-size: 16px;
   margin-top: 24px;  
  font-weight: 400;
  line-height: 36px;
  color: #46453f;
}

@media screen and (max-width: 1200px) {
    
    .products-page.thre-columns .products .product {
        width: calc(33.333% - 18px);
    }

    .products-page.two-columns .products .product {
        width: calc(50% - 18px);
    }

    .products-page .grid .side-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

   
    .products-page .grid .side-nav ul li {
        margin-left: 6px;
        margin-right: 6px;
        width: auto;
    }

    .products-page .grid .side-nav ul li a {
        white-space: nowrap;
    }

    .products-page.one-columns .grid .products .product .col-img {
    width: 33.333%;
    }

    .products-page.one-columns .grid .products .product .col-text {
    width: 66.666%;    
    }

    .products-page.one-columns .grid .products .product .img-container a {
        border-radius: 0 !important;
    }

    .products-page.one-columns .grid .products .product .img-container {
        border-radius: 0 !important;
    }

    .products-page.one-columns .grid .products .product .img-container {
        border-right: none;
    }

}

@media screen and (max-width: 890px) {

    .products-page .grid .toptitle span.right {
        font-size: 24px;
    }

    .products-page .product .product-wrapper .h4 {
        font-size: 15px;
    }

    .products-page .grid .side-nav ul li {
        margin: 6px;
    }

    .products-page .grid .side-nav ul li a {
        font-size: 14px;
        padding: 9px;
        min-height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .products-page .grid .filters .select {
        width: 100%;
        margin-left: 0;
    }

    .products-page .grid .filters .select select {
        height: 48px;
        font-size: 14px;
    }

    .products-page .grid .filters .select i {
    }

    .products-page .grid .filters ul {
        margin-left: 12px;
    }

    .products-page .grid .filters ul li a {
        height: 48px;
        line-height: 48px;
        font-size: 17px;
    }

    .products-page.one-columns .grid .products .product .col-img {
    width: 24%;
    padding-left: 9px;
    padding-right: 9px;
    }

    .products-page.one-columns .grid .products .product .col-text {
    width: 76%;
    padding-left: 9px;
    padding-right: 9px;    
    }
   

}

@media screen and (max-width: 820px) {

    


}
  


@media screen and (max-width: 640px) {

    .products-page .grid .filters ul li.thre-columns {
        display: none !important;
    }

    .products-page .grid .filters ul li.two-columns a {
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

   .products-page.thre-columns .grid .filters ul li.two-columns a {
    background: linear-gradient(0deg, #9d7e39 0%, #bca04d 100%) !important;
    color: white !important;
    border-color: #ad8f43;
    box-shadow: inset 1px 1px 12px rgba(0, 0, 0, 0.25);
   }

    .products-page.thre-columns .products .product {
        width: calc(50% - 18px);
    }

}   

@media screen and (max-width: 540px) {

    .products-page.thre-columns .products .product {
        width: calc(50% - 18px);
    }

    


}    

@media screen and (max-width: 440px) {
    .products-page.thre-columns .products .product {
        width: calc(100% - 18px);
    }

    .products-page.two-columns .products .product {
        width: calc(100% - 18px);
    }


}