
.header-page-title-top {
    text-align: center;
    position: relative;
    padding: 29px 0 40px;
    max-width: 1690px;
    margin: 0 auto;
}
.header-page-title-top:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 60%;
    height: 1px;
    top: 0;
    background: #8DB054;
}
.header-page-title-top h1 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 12px;
    padding: 0;
    color: #000;
    text-transform: lowercase;
}
.header-page-title-top h1:first-letter {
    text-transform: capitalize;
}
section#wrapper .container {
    max-width: 1410px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
section#wrapper {
    overflow-x: hidden;
}
/******/
#subcategories {
    padding: 52px 0 64px;
    border: none;
    margin: 0;
}
#subcategories h2.subcategory-heading, #category #wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
#category #subcategories h2.subcategory-heading {
    margin: 0 0 50px;
}
#subcategories ul {
    display: block;
    margin: 0;
    padding: 0 20px;
}
#subcategories ul li {
    width: auto;
    min-width: 177px;
    margin: 0;
    text-align: center;
}
#subcategories ul li .subcategory-image {
    margin: 0 0 17px;
    padding: 0;
    overflow: hidden;
    width: 177px;
    height: 177px;
    border-radius: 50%;
}
#subcategories ul li .subcategory-image img {
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background: #eee;
    transition: all .3s linear;
}
#subcategories ul li .h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-transform: lowercase;
    height: 64px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
#subcategories ul li .h2:first-letter {
    text-transform: capitalize !important;
}
.subcategory-item .subcategory-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 9px;
    text-decoration: none;
}
.subcategory-item .subcategory-link:hover .subcategory-image img {
    transform: scale(1.05);
}
#subcategories ul li .subcategory-item .subcategory-link:hover .h2 {
    color: #8DB054;
}
/** category-banner **/
.section-category-banner {
    background: #E1F0D1;
    position: relative;
}
.section-category-banner .d-flex-row {
    display: flex;
    flex-direction: row;
}
.section-category-banner .wrap-content {
    background: #E1F0D1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    max-width: 824px;
    margin: 0 auto;
    padding: 56px 15px 60px;
}
.section-category-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-category-banner .image {
    display: flex;
    flex-direction: column;
    border-radius: 279px 0 0 0;
    overflow: hidden;
}
#category #wrapper .wrap-content h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
}
.section-category-banner .wrap-content h2 em {
    font-size: 60px;
    font-style: normal;
}
.section-category-banner .wrap-content p {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    margin: 0;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
/***** accordion ***/

.accordion .accordion-content {
    display: none;
    overflow: hidden;
    padding: 12px 18px;
}
.accordion .title-accordion i {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    transition: transform 0.3s ease-in-out;
    background: #8DB054;
    border-radius: 20px;
    color: #fff;
    line-height: 24px;
    top: 11px;
}
.accordion .title-accordion i:after {
    content: "\e145";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.accordion .title-accordion.active i:after {
    content: "\e15b" !important;
}
#category .accordion {
    border: none !important;
    background: transparent !important;
    border: 1px solid #DFE0E1 !important;
    margin: 0 0 15px !important;
    border-radius: 6px;
    padding: 0;
}
.accordion .title-accordion {
    cursor: pointer;
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 45px 10px 19px;
}
.accordion .title-accordion .h3 {
    font-size: 20px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 32px;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    text-transform: none;
    display: block;
}
.accordion .title-accordion.active:after {
    content: "";
    border-bottom: 1px solid #DFE0E1 !important;
    left: 18px;
    right: 18px;
    bottom: 0;
    position: absolute;
}
.accordion .accordion-content, .accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}
/**** call-to-action ****/
.call-to-action {
    background: #E1F0D1;
    border: 1px solid #8DB054;
    padding: 26px 36px 26px 28px;
    border-radius: 10px;
    position: relative;
    margin: 40px 0 30px;
}
.call-to-action .d-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#category #wrapper .call-to-action h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 20px 0 0;
    font-weight: 700;
    color: #000;
}
#category #wrapper .call-to-action a.link-call-to-action {
    background: #8DB054;
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 37px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 10px 20px 13px;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    outline: 0 !important;
}
#category #wrapper .call-to-action a.link-call-to-action:hover {
    background: #6f8c40;
}
/*** category-header ***/
.banner-bottom-category .accordions > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.banner-bottom-category .accordions > .row > .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.everhook-hookDisplayHeaderCategory .accordion .title-accordion .h3 {
    font-size: 17px !important;
    line-height: 28px;
}
@media (max-width: 992px) {
    .everhook-hookDisplayHeaderCategory .banner-bottom-category .accordions > .row > .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}
/**** block-category-description ****/
.block-category-description.bottom-section {
    margin: 12px 0 48px;
}
#category #wrapper #category-description h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 12px;
}
#category #wrapper #category-description h3 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
#category #wrapper #category-description h4 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
#category #wrapper #category-description, #category #wrapper #category-description p, #category #wrapper #category-description p span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
#category #wrapper #category-description p {
    margin: 0 0 8px;
}
#category #wrapper #category-description:not(.open), #category #wrapper #category-description:not(.open) p {
    display: inline;
}
.block-category-description #category-description, .block-category-description .btn-container {
    display: inline !important;
}
.block-category-description .btn-container a {
    background: transparent!important;
    color: #000;
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-left: 0;
    outline: 0 !important;
    border: none !important;
    box-shadow: none;
}
.block-category-description .btn-container a:hover {
    color: #8DB054;
}
#category #wrapper #category-description:not(.open) p:last-child {
    margin-right: 10px;
}

/*** featured-products ***/
.featured-products-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px;
}
#category #wrapper .featured-products-title h2 {
    text-transform: lowercase !important;
    position: relative;
    padding-left: 48px;
    margin: 0;
}
#category #wrapper .featured-products-title h2:first-letter {
    text-transform: capitalize !important;
}
.featured-products-title .products-section-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background-image: url(/themes/espace-therapeute/assets/img/category/best.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.specials-category .featured-products-title .products-section-title:after {
    background-image: url(/themes/espace-therapeute/assets/img/category/on-sale.svg);
}
.populars-category .featured-products-title .products-section-title:after {
    background-image: url(/themes/espace-therapeute/assets/img/category/popular.svg);
}
#products .all-product-link, .featured-products .all-product-link {
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-size: 20px;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    transition: all .3s linear;
    font-weight: 400;
}
#products .all-product-link:hover, .featured-products .all-product-link:hover {
    color: #8DB054;
}
/*** featured-products ***/
section.featured-products {
    padding: 0;
    margin: 40px 0;
}
section.featured-products.populars-category {
    margin: 64px 0 32px;
}
section.featured-products.specials-category {
    margin: 40px 0 64px;
}
section.featured-products.bestsellers-category {
    margin: 0 0 60px;
}
.banner-bottom-category {
    margin: 40px 0 20px;
}
/*** page subcategory ***/
.content-row {
    padding: 64px 0 42px;
}
.content-row .PM_ASBlockOutputVertical .card {
    border: 1px solid #DFE0E1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.content-row .PM_ASBlockOutputVertical .card .card-header {
    background: transparent;
    border: none;
    padding: 24px 24px 12px;
}
.content-row .PM_ASBlockOutputVertical .card .card-block {
    padding: 0 24px 20px;
}
.content-row .PM_ASBlockOutputVertical .card .card-header span.PM_ASBlockTitle {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 24px;
}
.content-row .PM_ASBlockOutputVertical .card .card-header span.PM_ASBlockTitle small.PM_ASBlockNbProductValue {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    opacity: 1;
    font-weight: 400;
    margin-left: 4px;
    line-height: 24px;
    display: none;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    margin-bottom: 10px;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    border-bottom: none;
    padding-bottom: 12px;
    padding-top: 12px;
    margin: 0;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle span.PM_ASCriterionsGroupName {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}
.content-row .PM_ASBlockOutputVertical label.PM_ASLabelCheckbox {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: left;
    margin-bottom: 6px;
    position: relative;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionNbProduct {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: left;
    opacity: 1;
}
.content-row .PM_ASBlockOutputVertical .PM_ASResetSearch {
    border: none;
    box-shadow: none;
    display: none !important;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink, .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
    font-weight: 600;
}
.PM_ASearchTitle, .PM_ASBlockOutputHorizontal a, .content-row .PM_ASBlockOutputVertical a {
    color: #000;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionCheckbox {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 1px solid #D9D9D9 !important;
    margin-right: 4px;
    top: -2px;
    position: relative;
    border-radius: 10px !important;
}
.content-row .PM_ASBlockOutputVertical a.PM_ASResetGroup {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100%;
    padding: 4px;
    position: relative;
    display: block;
}
.content-row .PM_ASBlockOutputVertical .PM_ASResetGroup:before {
    padding-right: 5px;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    content: "\2716" !important;
}
.content-row .PM_ASBlockOutputVertical a.PM_ASResetGroup:hover {
    color: #80AD4A;
}
.content-row .PM_ASBlockOutputVertical .PM_ASResetGroup:hover:before {
    color: #80AD4A !important;
}

/******/
.content-row .PM_ASBlockOutputVertical label.PM_ASLabelCheckbox {
    padding-left: 30px;
}
.content-row .PM_ASBlockOutputVertical .PM_ASCriterionCheckbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.content-row .PM_ASBlockOutputVertical .checkbox {
    position: relative;
}
.content-row .PM_ASBlockOutputVertical div.radio {
    position: relative;
}
.content-row .PM_ASBlockOutputVertical label.PM_ASLabelCheckbox:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 2px;
    width: 19px;
    height: 19px;
    left: 0;
    border: 1px solid #DFE0E1;
    background: white;
    cursor: pointer;
}
.content-row .PM_ASBlockOutputVertical input[type="radio"]:checked + .PM_ASLabelCheckbox::after,
.content-row .PM_ASBlockOutputVertical input[type="checkbox"]:checked + .PM_ASLabelCheckbox::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.lleft-column .block-categories {
    padding: 24px 24px 16px;
    margin: 18px 0;
    background: #fff;
    border: 1px solid #DFE0E1;
    border-radius: 10px;
}
.lleft-column .block-categories .h6 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    margin: 0;
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase !important;
}
.lleft-column .block-categories .h6:first-letter {
    text-transform: capitalize;
}
.lleft-column .block-categories .category-sub-menu li>a {
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin: 6px 0 0;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
}
.lleft-column .block-categories .category-sub-menu li>a:first-letter {
    text-transform: capitalize;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
}
.block-categories li.collapse-li .collapse-icons i {
    font-size: 20px;
    line-height: 30px;
}
.block-categories li.collapse-li .collapse-icons {
    text-align: right;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
    color: #000;
}
.products-selection .total-products p, .products-selection .sort-by-row .sort-by {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.products-selection .sort-by-row .select-title {
    min-width: 177px;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #DFE0E1;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px 8px 16px;
    width: auto;
}
.products-selection .sort-by-row .sort-by {
    margin-right: .75rem;
}
.products-selection .sort-by-row {
    justify-content: flex-end;
}
.products-sort-order .dropdown-menu, .brands-sort .dropdown-menu, .suppliers-sort .dropdown-menu {
    left: inherit;
    right: 0;
    width: 15rem;
    background: #F3F9ED;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}
.products-sort-order .select-list, .brands-sort .select-list, .suppliers-sort .select-list {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.products-sort-order .select-list:not(:last-child), .brands-sort .select-list:not(:last-child), .suppliers-sort .select-list:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover {
    color: #000;
    background: #cde6b2;
}
@media (min-width: 1200px) {
    #module-pm_advancedsearch4-searchresults #js-product-list > .products > .col-xl-4 {
        width: 25%;
    }
}
@media (min-width: 992px) {
    #module-pm_advancedsearch4-searchresults #js-product-list > .products > .col-xl-4 {
        width: 33.33333%;
    }
}
.pagination-summary {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.pagination .page-list {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    margin: 4px 0;
    align-items: center;
    justify-content: end;
}
.pagination .page-list li {
    margin-left: 10px;
}
.pagination .page-list li a {
    border: 1px solid #DFE0E1;
    min-width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
}
.pagination .page-list li.current a {
    background: #8DB054;
    color: #fff;
    font-weight: 700;
    border-color: #8DB054;
}
.pagination .page-list li a:hover {
    border-color: #8DB054;
    color: #8DB054;
}
.pagination .page-list li a i {
    font-size: 24px;
    position: relative;
    top: -2px;
}
.pagination .page-list li span.spacer {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
section#wrapper > .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}
/*** responsive ***/
@media(max-width: 1420px){
    .header-page-title-top h1 {
        font-size: 36px;
    }
    #subcategories {
        padding: 42px 0 54px;
        border: none;
        margin: 0;
    }
    #category #subcategories h2.subcategory-heading {
        margin: 0 0 36px;
    }
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 25px;
        line-height: 36px;
    }
    #subcategories ul li .h2 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
    .featured-products-title .products-section-title:after {
        top: -5px;
    }
    section.featured-products.specials-category {
        margin: 30px 0 44px;
    }
    section.featured-products.bestsellers-category {
        margin: 0 0 40px;
    }
    #category #wrapper .wrap-content h2 {
        font-size: 28px;
        line-height: 48px;
        margin: 0 0 12px;
    }
    .section-category-banner .wrap-content h2 em {
        font-size: 50px;
    }
    .section-category-banner .wrap-content p {
        font-size: 18px;
        line-height: 32px;
    }
    .section-category-banner .wrap-content {
        padding: 42px 15px 48px;
    }
    section.featured-products.populars-category {
        margin: 40px 0 22px;
    }
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .accordion .title-accordion .h3 {
        font-size: 18px !important;
        line-height: 30px;
    }
    .accordion .title-accordion i:after {
        font-size: 18px;
        line-height: 20px;
    }
    #category #wrapper .call-to-action h2 {
        font-size: 24px;
        line-height: 40px;
    }
    
    #category #wrapper .call-to-action a.link-call-to-action {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        padding: 9px 20px 11px;
    }
    .featured-products .products .product.col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media(max-width: 1200px){
.product-miniature, .product-miniature .thumbnail-container {
    width: 100%;
}
#subcategories {
    padding: 32px 0 30px;
    border: none;
    margin: 0;
}
.content-row {
    padding: 40px 0 40px;
}
.content-row .PM_ASBlockOutputVertical .card .card-header span.PM_ASBlockTitle {
    font-size: 18px;
}
.content-row .PM_ASBlockOutputVertical .card .card-header {
    padding: 20px 16px 12px;
}
.content-row .PM_ASBlockOutputVertical .card .card-block {
    padding: 0 16px 16px;
}
#subcategories ul li .subcategory-image, #subcategories ul li .subcategory-image img {
    width: 150px;
    height: 150px;
}
#subcategories ul li .h2 {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    width: 100%;
}
#subcategories ul li .subcategory-image {
    margin: 0 0 12px;
}
#category #subcategories h2.subcategory-heading {
    margin: 0 0 28px;
}
.pagination-summary {
    font-size: 15px;
}
}
@media(max-width: 992px){
    #subcategories ul li .subcategory-image, #subcategories ul li .subcategory-image img {
        width: 96px;
        height: 96px;
    }
    #subcategories ul li .h2 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .featured-products-title .products-section-title:after {
        top: -3px;
        background-size: 30px;
        width: 30px;
    }
    #category #wrapper .featured-products-title h2 {
        padding-left: 40px;
    }
    #products .all-product-link, .featured-products .all-product-link {
        font-size: 18px;
    }
    section.featured-products.specials-category {
        margin: 20px 0 30px;
    }
    section.featured-products.bestsellers-category {
        margin: 0 0 30px;
    }
    #subcategories {
        padding: 32px 0 30px;
    }
    .section-category-banner .image {
        max-width: 50%;
    }
    #category #wrapper .wrap-content h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .section-category-banner .wrap-content h2 em {
        font-size: 40px;
        font-style: normal;
    }
    .section-category-banner .wrap-content p {
        font-size: 17px;
        line-height: 30px;
    }
    #category #wrapper section.featured-products.populars-category .products-section-title {
        font-size: 20px;
    }
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .accordion .title-accordion .h3 {
        font-size: 17px !important;
        line-height: 30px;
    }
    .call-to-action {
        padding: 24px 24px 24px 24px;
    }
    #category #wrapper .call-to-action h2 {
        font-size: 20px;
        line-height: 32px;
        max-width: calc(100% - 220px);
    }
    #category #wrapper .call-to-action a.link-call-to-action {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        padding: 10px 18px 11px;
        width: 196px;
    }
    #category #wrapper #category-description h2 {
        font-weight: 400;
    }
    .block-category-description .btn-container a {
        font-size: 16px;
        line-height: 24px;
    }
    .content-row .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle span.PM_ASCriterionsGroupName {
        font-size: 16px;
    }
    .content-row .PM_ASBlockOutputVertical label.PM_ASLabelCheckbox {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 8px;
    }
    .content-row .PM_ASBlockOutputVertical .PM_ASCriterionNbProduct {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }
    .lleft-column .block-categories {
        padding: 20px 16px 12px;
    }
    .lleft-column .block-categories .h6 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    .block-categories .category-sub-menu {
        margin-top: 0;
    }
    .lleft-column .block-categories .category-sub-menu li>a {
        padding-bottom: 6px;
        margin: 4px 0 0;
        font-size: 16px;
        line-height: 26px;
    }
    .row.products-selection {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .products-selection .col-md-6:nth-child(1) {
        width: 40%;
    }
    .products-selection .col-md-6:nth-child(2) {
        width: 60%;
    }
    .products-selection .total-products p, .products-selection .sort-by-row .sort-by {
        font-size: 16px;
    }
    .content-row .PM_ASBlockOutputVertical .card .card-header span.PM_ASBlockTitle {
        font-size: 17px;
    }
    .pagination-summary {
        display: none;
    }
    #products .hidden-md-up.up {
        display: none;
    }
    #subcategories ul li {
        width: auto;
        min-width: auto;
    }
}
@media(max-width: 768px){
    .header-page-title-top:before {
        display: none;
    }
    #category #wrapper .featured-products-title h2 {
        padding-left: 40px;
        text-align: left;
        max-width: calc(100% - 195px);
    }
    .section-category-banner .d-flex-row {
        flex-wrap: wrap;
    }
    .section-category-banner .wrap-content {
        width: 100%;
        padding: 36px 15px 38px;
        text-align: center;
        max-width: 600px;
    }
    .section-category-banner .image {
        max-width: 100%;
        margin: 0 0 0 auto;
        display: none;
    }
    #category #wrapper section.featured-products.populars-category .products-section-title {
        font-size: 18px;
    }
    #products .all-product-link, .featured-products .all-product-link {
        font-size: 16px;
        width: 175px;
        text-align: right;
        display: block;
    }
    .header-page-title-top h1 {        
        font-size: 30px;
        line-height: 40px;
    }
    .js-product.product.col-xs-12.col-sm-6 {
        width: 33.3333%;
        padding-left: 8px;
        padding-right: 8px;
    }
    #js-product-list .row.products {
        margin-left: -8px;
        margin-right: -8px;
        justify-content: flex-start;
    }
    .pagination .page-list {
        justify-content: center;
    }
    .banner-bottom-category {
        margin: 20px 0 20px;
    }
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .accordion .title-accordion .h3 {
        font-size: 15px !important;
        line-height: 24px;
    }
    .call-to-action {
        padding: 18px;
        margin: 30px 0 16px;
    }
    .call-to-action .d-flex {
        flex-wrap: wrap;
    }
    #category #wrapper .call-to-action h2 {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        text-align: left;
        width: calc(100% - 200px);
        max-width: 420px;
    }
    #category #wrapper .call-to-action a.link-call-to-action {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding: 8px 22px 9px;
        width: auto;
        display: table;
        margin: 0 0 0 auto;
    }
    #category .py-2.clearfix {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
    }
    .lleft-column .block-categories .h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        margin: 0 0 8px;
        display: block;
    }
    .lleft-column .block-categories {
        padding: 12px 16px 12px 16px;
    }
    .block-categories .toggle-categories-btn {
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 24px;
        position: relative;
    }
    .block-categories #categoryCollapse {
        display: none;
    }
    .block-categories #categoryCollapse.open {
        display: block;
    }
    .block-categories #categoryCollapse > ul.category-top-menu {
        margin: 16px 0 8px;
    }
    .block-categories .toggle-categories-btn:after {
        content: "";
        font-family: "Material Icons";
        padding-right: 0;
        font-size: 21px;
        font-weight: 400;
        position: absolute;
        right: -5px;
    }
    .block-categories .toggle-categories-btn.open:after {
        content: "";
    }
    .lleft-column .block-categories ul.category-top-menu {
        margin: 0 0 10px;
    }
    .lleft-column .block-categories .collapse ul.category-sub-menu {
        margin: 0;
    }
    .lleft-column .block-categories .category-sub-menu li>a {
        font-size: 15px;
        line-height: 24px;
    }
    .block-categories .category-sub-menu li.collapse-li[data-depth="0"] > a {
        font-weight: 400;
    }
    .block-categories li.collapse-li .collapse-icons i {
        font-size: 20px;
        line-height: 24px;
    }
    .content-row .PM_ASBlockOutputVertical .card .card-header {
        padding: 12px 16px 12px 16px;
    }
    .content-row .PM_ASBlockOutputVertical .card .card-header span.PM_ASBlockTitle {
        font-size: 16px;
    }
    .PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after, .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {
        font-size: 21px;
        right: 6px;
    }
    .content-row .PM_ASBlockOutputVertical .card .card-block {
        padding: 0 16px 10px;
    }
    #subcategories {
        padding: 20px 0 0;
    }
    .content-row {
        padding: 20px 0 20px;
    }
    section.featured-products.bestsellers-category {
        margin: 30px 0 20px;
    }
    .featured-products-title {
        margin: 0 0 16px;
    }
    section.featured-products.specials-category {
        margin: 20px 0;
    }
    section.featured-products.populars-category {
        margin: 20px 0;
    }
    #category #wrapper section.featured-products.populars-category .products-section-title {
        font-size: 16px;
        line-height: 26px;
    }
    #category #wrapper #category-description h2 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 10px;
    }
    #category #wrapper #category-description h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .bestsellers-category .featured-products-title .products-section-title:after {
        background-size: 24px;
        width: 24px;
        left: 5px;
    }
}
@media(max-width: 620px){
    .js-product.product.col-xs-12.col-sm-6 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .populars-category .featured-products-title {
        flex-wrap: wrap;
    }
    #category #wrapper section.featured-products.populars-category .products-section-title {
        font-size: 16px;
        line-height: 26px;
    }
}
@media(max-width: 576px){
    .row.products-selection {
        flex-wrap: wrap;
    }
    .products-selection .col-md-6:nth-child(1), .products-selection .col-md-6:nth-child(2) {
        width: 100% !important;
    }
    .products-selection .col-md-6.total-products {
        display: none;
    }
    .header-page-title-top h1 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 6px;
    }
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 17px;
        line-height: 28px;
    }
    .featured-products-title .products-section-title:after {
        top: -3px;
        background-size: 26px;
        width: 26px;
    }
    #category #wrapper .featured-products-title h2 {
        padding-left: 36px;
    }
    .bestsellers-category .featured-products-title .products-section-title:after {
        background-size: 22px;
        top: 0;
        left: 1px;
    }
    #products .all-product-link, .featured-products .all-product-link {
        font-size: 16px;
        width: 155px;
    }
    #category #wrapper .featured-products-title h2 {
        max-width: calc(100% - 175px);
    }
    .section-category-banner .wrap-content {
        width: 100%;
        padding: 28px 15px 30px;
    }
    #category #wrapper .wrap-content h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .section-category-banner .wrap-content h2 em {
        font-size: 28px;
    }
    .section-category-banner .wrap-content p {
        font-size: 15px;
        line-height: 26px;
    }
    .call-to-action .d-flex {
        justify-content: center;
    }
    #category #wrapper .call-to-action h2 {
        font-size: 17px;
        line-height: 26px;
        margin: 0px 0 14px;
        width: 100%;
        text-align: center;
    }
    #category #wrapper #category-description h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700 !important;
        margin: 0 0 10px;
    }
    #category #wrapper #category-description h3 {
        font-size: 15px;
        line-height: 26px;
    }
    #category #wrapper #category-description, #category #wrapper #category-description p, #category #wrapper #category-description p span {
        font-size: 15px;
        line-height: 24px;
    }
    .block-category-description .btn-container a {
        font-size: 15px;
        line-height: 24px;
    }
    .accordion .title-accordion {
        padding: 8px 36px 10px 16px;
    }
    .accordion .title-accordion i:after {
        font-size: 16px;
        line-height: 20px;
    }
    .accordion .title-accordion i {
        width: 21px;
        height: 21px;
        right: 10px;
        line-height: 21px;
        top: 11px;
    }
    #category #wrapper .call-to-action a.link-call-to-action {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        padding: 7px 20px 8px;
        margin: 0 auto;
    }
}
@media(max-width: 480px){
    .featured-products-title {
        flex-wrap: wrap;
    }
    #category #wrapper .featured-products.populars-category .featured-products-title h2 {
        max-width: 100% !important;
        text-align: left;
        margin: 0 0 8px;
        width: 100%;
    }
    #products .all-product-link, .featured-products .all-product-link {
        font-size: 16px;
        width: auto;
        display: table;
        margin: 0px 0 0 auto;
        text-align: right;
    }
}
@media(max-width: 420px){
    #subcategories h2.subcategory-heading, #category #wrapper h2 {
        font-size: 16px;
        line-height: 28px;
    }
    #products .all-product-link, .featured-products .all-product-link {
        font-size: 15px;
    }
    #category #wrapper .featured-products-title h2 {
        padding-left: 30px;
    }
    .header-page-title-top h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin: 0 0 4px;
    }
}
@media(max-width: 360px){
    #category #wrapper .featured-products-title h2 {
        max-width: 100% !important;
        text-align: left;
        margin: 0 0 8px;
        width: 100%;
    }
}