/* Resaved 20/01/2022 */
html.inTax .pricing.exTax {
    display: none;
    }
html:not(.inTax) .pricing.inTax {
    display: none;
    }
#aside-category-menu ul li a {
    padding: 10px 0;
    }
.reviews {
    margin-bottom: 1rem;
    margin-top: -1rem;
    }
.reviews a {
    text-decoration: none;
    color: /*style.text_color(*/#56677F/*)*/;
    }
.reviews a:hover {
    color: /*style.primary(*/#18af37/*)*/;
    }

/* Clivk through button to product page */
.product-full-details {
    border-radius: 3px;
    }
div.filters {
    padding-top: 60px;
    padding-left: 20px;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #C7CCD1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh !important;
    }
@media (min-width: 960px) {
div.filters {
    padding-top: 1rem;
    }
}

div.filters header {
    text-align: right;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    border-bottom: 1px solid #D8DBDF;
    padding-bottom: 2rem;
    padding-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
    }
div.filters header button {
    padding: 10px;
    }
div.filters header button.close-menu {
    border: 0;
    background: transparent;
    }
div.filters header button.close-menu .icon {
    line-height: 1;
    color: /*style.header_text_color(*/#001C42/*)*/;
    }
div.filters header a#clear-filters {
    color: #0065F2 !important;
    border: 1px solid #C7CCD1;
    border-radius: 3px;
    padding: 15px !important;
    }
@media screen and (min-width: 960px) {
div.filters header button.close-menu {
    display: none;
    }
}

@media screen and (max-width: 960px) {
div.filters {
    width: 380px;
    margin: 0;
    -webkit-box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    border-radius: 0 16px 16px 0;
    }
div.filters.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
div.filters header {
    display: block;
    }
.filter-groups {
    padding: 1rem;
    }
#filters-button {
    display: block;
    width: 100%;
    border-radius: 6px;
    }
}

/**
    @section Filters
 */
aside.filters {
    width: 380px;
    padding-left: 20px;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    height: 700px;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #C7CCD1;
    }
#filters-button {
    display: none;
    }
aside.filters header {
    text-align: right;
    display: none;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    }
aside.filters header button {
    padding: 10px;
    }
aside.filters header button.close-menu {
    border: 0;
    background: transparent;
    }
aside.filters header button.close-menu .icon {
    line-height: 1;
    color: /*style.header_text_color(*/#001C42/*)*/;
    }
.filter-groups {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem;
    }
@media screen and (max-width: 960px) {
aside.filters {
    margin: 0;
    -webkit-box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
    }
aside.filters.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
aside.filters header {
    display: block;
    }
.filter-groups {
    padding: 1rem;
    }
#filters-button {
    display: block;
    width: 100%;
    border-radius: 6px;
    }
}

.filter-group {
    border-bottom: 1px solid #e8ebeb;
    padding-bottom: 16px;
    margin-bottom: 16px;
    }

/**
    @section Filter Group Headings
 */
.filter-group-heading {
    padding: 16px 0 16px;
    }

/**
    @section Filter Options
 */
.filter-group-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.filter-group-options ul li {
    padding: 8px;
    position: relative;
    }
.filter-group-options ul li a {
    text-decoration: none;
    color: inherit;
    font-size: .875em;
    }
.filter-group-options ul li a .count {
    opacity: .6;
    position: absolute;
    right: 0;
    top: .75rem;
    background-color: #F3F4F5;
    color: #6C7D93;
    font-size: 12px;
    font-weight: 600;
    padding: 1px .5rem;
    border-radius: 6px;
    }

/**
    @section Filter Option Selection
 */
.filter-group-options .label {
    vertical-align: middle;
    }
.filter-group-options .radio,
.filter-group-options .swatch,
.filter-group-options .checkbox {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    }
.filter-group-options .radio:after,
.filter-group-options .swatch:after,
.filter-group-options .checkbox:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #bac3c3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 50%;
    }
.filter-group-options .checkbox {
    border-radius: 3px;
    }
.filter-group-options .checkbox:after {
    border-radius: 5px;
    }
.filter-group-options ul li:hover .radio:after,
.filter-group-options ul li:hover .swatch:after,
.filter-group-options ul li:hover .checkbox:after,
.filter-group-options ul li.active .radio:after,
.filter-group-options ul li.active .swatch:after,
.filter-group-options ul li.active .checkbox:after {
    border-color: /*style.primary(*/#18af37/*)*/;
    }
.filter-group-options ul li.active .radio,
.filter-group-options ul li.active .checkbox {
    background: /*style.primary(*/#18af37/*)*/;
    }

/**
    @section Range Slider
 */
.filter-group-options .range-slider {
    margin: 13px 12px 24px 12px;
    }

/**
    Filter groups require accordions
 */
.accordion-header {
    cursor: pointer;
    position: relative;
    }
.accordion-header svg {
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    }
.accordion-header svg path {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }
.accordion-header.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }
.accordion-content {
    display: none;
    padding-top: 1.5rem;
    }

/**
    @section Product List
 */
section.products {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }

/* New category template product card layout */
.new-product-card {
    background-color: #FFF;
    border: 1px solid #C7CCD1;
    border-radius: 16px;
    padding: 2rem;
    }
.new-product-card .add-to-cart-button {
    color: #FFF !important;
    }
#page-body {
    background-color: #F2F2F2;
    }
#primaryContent:not(.no-products) {
    display: none;
    }
#read-more {
    display: none;
    margin-bottom: 1rem;
    }
#read-more span {
    display: inline-block;
    width: 132px;
    text-align: center;
    padding: .5rem 0;
    border: 2px solid #001C42;
    background-color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    }
#read-less {
    display: none;
    margin-bottom: 1rem;
    }
#read-less span {
    display: inline-block;
    width: 132px;
    text-align: center;
    padding: .5rem 0;
    border: 2px solid #001C42;
    background-color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    }
