@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.shop.breadcrumb, .unit2 {
display: none;
}

.category .description {
    margin-bottom: 24px;
    float: left;
    width: 100%;
    clear: both;
}

.category .description h1, .category .description h2, .category .description h3, .category .description h4, .category .description h5, .category .description h6 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 120%;
    color: #363636;
}

.category .description p {
    margin-bottom: 10px;
    font-size: 14px;
    color: gray;
    line-height: 130%;
}

.category .description *:last-child {
    margin-bottom: 0 !important;
}

.section.shop.category .col.side {
    width: 320px;
}

.section.shop.category .col.side .border {
    border-radius: 0;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 6px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.section.shop.category .col.side .h3 {
    color: #2b2b2b;  
    font-size: 18px;
    line-height: 120%;
    margin: 0;
    background-color: white;
    display: block;
    float: left;
    border: 1px solid #d8c9ba;
    padding: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    margin-bottom: -1px;
}

.side-nav {
    border: 1px solid #d8c9ba;
}

.side-nav, .side-nav li, .side-nav li a {
    float: left;
    display: block;
    width: 100%;
}

.side-nav li a, .dropdown-container a, .view-button, .sort .label,  .text-info, .section.shop.category .pagination ul a {
    font-size: 15px;
    padding: 14px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: white;
    text-decoration: none;
    position: relative;
    color: #2b2b2b;
    font-weight: 300;
    border-top: 1px solid #d8c9ba;
    margin-top: -1px;
    line-height: 120%;
    width: 100%;
    float: left;
    clear: both;
    height: auto;
    min-height: 0;
    min-width: 0;
}

.side-nav > li:first-child a {
   border-top-right-radius: 0; 
   border-top-left-radius: 0;
}

.side-nav > li:last-child a {
    border-bottom-right-radius: 0; 
    border-bottom-left-radius: 0;
 }

.side-nav > li:first-child  ul li a, .side-nav > li:last-child  ul li a {
    border-radius: 0;
}

.side-nav ul a {
    padding-left: 24px;
}

.side-nav li a span, .dropdown-container a span {
    float: right;
    font-size: 8px;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    line-height: 12px;
    text-align: center;
}

.side-nav li a.active {
    background-color: #eb3b00;
    border-color: #eb3b00;
    color: white;
    margin-left: -1px;
    width: calc(100% + 2px);
    z-index: 2;
}

.side-nav li ul {
    display: none;
}

.open .open {
    display: block !important;
}

.section.shop.category .filter, .section.shop.category .pagination {
    width: calc(100% - 24px);
    padding: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #d8c9ba;   
    border-radius: 5px;
    background-color: #f7f7f7;
    margin-left: 12px;
}

.section.shop.category .filter {
    display: none;
}

.section.shop.category .pagination {
    width: 100%;
    margin: 0;
    margin-top: 12px;
}

.section.shop.category .pagination #pagination {
float: left;
}

.section.shop.category .pagination #pagination ul {
    margin: 0;
}

.section.shop.category .pagination ul a {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-width: 48px;
}

.section.shop.category .pagination ul li.active a {
    background-color: #eb3d00;
    border-color: #eb3d00;
    color: white;
} 

.dropdown-container {
    background-color: white;  
    width: 100%; 
    float: left;
    max-width: 360px;
}

.dropdown-container a, .view-button {
    border: none;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.view-button {
    width: auto;
    float: left;
    clear: none;
    margin-left: 6px;
    display: none;
}

.view-button.grid, .list .view-button.list {
    color: white;
    border-color: #0089e1;
    background-color: #0089e0;
    opacity: 1;
    display: none;
}

 .text-info {
    float: right;
}

.sort .label {
    float: left;
 }

.sort .label,  .text-info {
    border: none;
    width: auto;
    clear: none;
    border: 1px solid transparent;
    background-color: transparent;
}

.dropdown-container .dropdown {
    display: none;
}

.section.shop.category {
float: left;
width: 100%;
clear: both;
}

.section.shop.category .row {
    justify-content: flex-start;
    align-items: flex-start;
}

.section.shop.category .col.content{
width: calc(100% - 320px);
}

.fliter .sort {
float: left;
} 

.row.category-row {
    width: calc(100% + 24px);
    margin-left: -12px;
}

.category-product {
    width: calc(50% - 24px);
    margin: 12px;
    text-align: center;
}

.category-product .product-container {
   width: 100%;  
   overflow: hidden;
}

.category-product .img-container {
    aspect-ratio: 4/3;
    margin-bottom: 12px;
    overflow: hidden;
}



.category-product .img-container a img {

}

.category-product .name-price {
    font-size: 16px;
    color: black;
}

.category-product .name-price a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    color: #2b2b2b;
    font-weight: 500;
}

.category-product .name-price .price {
    padding-bottom: 12px;
    display: inline-block;
    display: none;
}

.category-product .button-container {
    margin-bottom: 24px;
}

.category-product .button {
    background-color: #eb3d00;
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

.add-cart-wrapper, .price .small, .price small, .action-add-to-cart, .ask-for-price, .img-container .label {
    display: none;
}


.section.futured {
    background-color: #f4f4f4;
    padding-bottom: 40px;
    padding-top: 40px;
    clear: both;
}

.section.futured .h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2b2b2b;
}

.section.futured .category-row {
    margin-left: 0;
    width: calc(100% + 12px);
}

.section.futured .category-product {
    width: calc(33.333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
}

