.archive-categories {
    margin-top: 30px;
}
.tgs-grid{
	margin-left: -4px;
	margin-right: -4px;
}
.jdd-filter-col {
  margin-bottom: 20px;
}
.wc-product-item {
    margin-bottom: 30px;
}
.product-item.merchant {
    padding-top: 150%;
}
.wc-product-item .wc-item-content {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px;
    height: 100%;
}
.wc-product-item .wc-item-content > a {
    display: flex;
    text-decoration: none;
    text-align: center;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}
.wc-product-item .wc-item-img-holder {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wc-product-item .wc-item-title{
    /*font-size: 22px;*/
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--white-light);
}
@media screen and (max-width: 991px) {
    .wc-product-item .wc-item-img-holder {
        min-height: 250px;
    }
}
.product-filter-col > a{
    text-align: right;
    display: block;
    font-family: var(--secondary-font);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}
.product-filter-col > a > .jdd-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.jdd-filter-row {
  display: none;
  margin-bottom: 20px;
  background-color: rgba(196, 196, 196, 0.2);
  padding: 15px;
}
.main-wrapper {
  padding-bottom: 60px;
}
.main-wrapper.main-product-archive {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
.main-wrapper.has-children {
    padding-bottom: 0;
}
.jdd-filter-row .tgs-product-filters {
    display: flex;
    margin-bottom: 0;
}
.jdd-filter-row .before-shop-loop {
    margin-top: 0;
}
.jdd-filter-row .before-shop-loop .tgs-product-filters {
    margin-bottom: 0;
}
.loop-add-to-cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}
.loop-add-to-cart-wrapper .quantity-field-wrap {
    justify-content: center;
}
.loop-add-to-cart-wrapper .quantity-modifier,.loop-add-to-cart-wrapper .quantity {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}
.loop-add-to-cart-wrapper .quantity > label{
    padding-top: 2px;
}
.loop-add-to-cart-wrapper .quantity-modifier,.loop-add-to-cart-wrapper .quantity .qty {
    font-size: 15px;
}
.loop-add-to-cart-wrapper .quantity-modifier a {
    font-size: 20px;
    margin-top: 3px;
}
.loop-add-to-cart-wrapper .button.add_to_cart_button {
    margin-bottom: 0;
    font-size: 80%;
    padding: 10px 8px 7px;
}
.loop-add-to-cart-wrapper .added_to_cart.wc-forward {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .product-item.merchant {
        padding-top: 180%
    }
    .product-item.merchant .product-item-flex .woocommerce-LoopProduct-link {
        max-height: 55%;
    }
    .product-item.merchant .product-item-flex .product-data {
        flex: 45%;
    }
    .loop-add-to-cart-wrapper {
        flex-direction: column;
    }
    .loop-add-to-cart-wrapper .quantity-field-wrap {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-item.merchant {
        padding-top: 180%
    }
    .product-item.merchant .product-item-flex .woocommerce-LoopProduct-link {
        max-height: 55%;
    }
    .product-item.merchant .product-item-flex .product-data {
        flex: 55%;
    }
    .loop-add-to-cart-wrapper {
        flex-direction: column;
    }
    .loop-add-to-cart-wrapper .quantity-field-wrap {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .product-item.merchant {
        padding-top: 150%
    }
    .product-item.merchant .product-item-flex .woocommerce-LoopProduct-link {
        max-height: 55%;
    }
    .product-item.merchant .product-item-flex .product-data {
        flex: 45%;
    }
    .loop-add-to-cart-wrapper {
        flex-direction: column;
    }
    .loop-add-to-cart-wrapper .quantity-field-wrap {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .jdd-filter-row {
        padding-bottom: 0;
    }
    .jdd-filter-row .col-12 {
        padding-bottom: 1px;
    }
    .jdd-filter-row .tgs-product-filters {
        flex-direction: column;
    }
    .product-filter-col > a {
        font-size: 16px;
        padding-left: 0;
    }
    .product-filter-col > a span {
        width: 10px;
        height: 10px;
    }
}
.fullpage-wrapper .fp-section .sub-category-link {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: bold;
}
.fullpage-wrapper .fp-section .sub-category-link .jdd-asset {
    padding-left: 10px;
    margin-top: -3px;
}
.tax-product_cat.hero-text-light .header .toggle-menu-btn > span
{
    background-color: var(--white-light);
}
.tax-product_cat.hero-text-light .breadcrumb > a, .tax-product_cat.hero-text-light .breadcrumb > span {
    color: var(--white-light);
}
.tax-product_cat.hero-text-light .product-item .product-data, .tax-product_cat.hero-text-light .product-filter-col > a {
    color: var(--white-light);
}
.tax-product_cat.hero-text-light .product-filter-col .tgs-icon.tgs-angle-down {
    background-image: url(../img/angle-down.svg);
}

.tax-product_cat.hero-text-dark .header .toggle-menu-btn > span
{
    background-color: var(--dark-light);
}
.tax-product_cat.hero-text-dark .breadcrumb > a, .tax-product_cat.hero-text-dark .breadcrumb > span {
    color: var(--dark-light);
}
.tax-product_cat.hero-text-dark .product-item .product-data, .tax-product_cat.hero-text-dark .product-filter-col > a {
    color: var(--dark-light);
}
.tax-product_cat.hero-text-dark .product-filter-col .tgs-icon.tgs-angle-down {
    background-image: url(../img/angle-down-dark.svg);
}
.tax-product_cat.hero-text-dark .wc-item-content .pack_size {
    color: var(--white-light);
}
