:root {
    --main-bg-color: #ffffff;
    --secondary-bg-color: #ffffff;
    --footer-header-bg-color: #ededed;
    --footer-header-txt-color: #000000;
    --bs-primary: #009ad0;
    --bs-secondary: #999;
    --nav-text-color: #666666;
    --text-color: #666666;
    --text-size: .875rem;
    --footer-text-color: #666666;
    --regular-price-color: #999999;
    --bs-link-color: #2a2a2a;
    --bs-link-color-rgb: #2a2a2a;
    --bs-link-hover-color: #5ca60d;
    --bs-link-hover-color-rgb: 216, 51, 98;
}

.card {
    --bs-card-color: #5ca60d;;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5ca60d;
    --bs-btn-border-color: #5ca60d;
    --bs-btn-font-weight: 600;
    --bs-btn-hover-color: #5ca60d;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #5ca60d;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5ca60d;
    --bs-btn-active-border-color: #5ca60d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5ca60d;
    --bs-btn-disabled-border-color: #5ca60d;
  }

.btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5ca60d;
    --bs-btn-border-color: #5ca60d;
    --bs-btn-font-weight: 600;
    --bs-btn-hover-color: #5ca60d;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #5ca60d;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5ca60d;
    --bs-btn-active-border-color: #5ca60d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5ca60d;
    --bs-btn-disabled-border-color: #5ca60d;
    --bs-gradient: none;
}

.all-product-link > i.material-icons,
.all-product-link > i.material-icons:hover {
    color: #2a2a2a !important;
}

.spinner-border.text-primary {
    color: rgb(239, 52, 105) !important;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: var(--text-size);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text-color);
    line-height: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    background-color: var(--main-bg-color);
}

.badge {
    background-color: var(--bs-secondary);
}

.header {
    position: static;
}

.header .menu__link:not(.dropdown-item):not(.btn) {
    color: var(--nav-text-color);
    width: 100%;
}

.header-bottom {
    border-bottom: none;
}

.header-bottom .navbar-brand .logo {
    width: 10rem;
    max-width: unset;
    max-height: unset;
}

@layer ps-base {
    .header-bottom .navbar-brand {
        max-height: unset;
    }
}

#header .header-top > .container-md > .row {
    --bs-gutter-x: 0;
    padding: 0 1.5rem;
}

.header-bottom__row > div {
    width: fit-content;
    display: flex;
    align-items: center;
}

@layer utilities {
    .header-bottom__row .ets_mm_megamenu.layout_layout1 {
        margin: 0 auto;
    }
    .header-bottom__row .order-2 {
        order: unset !important;
    }
}
.ets_mm_megamenu::before {
    display: none !important;
}

.ets_mm_megamenu .mm_menu_content_title {
    font-weight: 500;
    padding: 0 .5rem;
}

.ets_mm_megamenu .ets_mm_megamenu_content {
    margin: 0 auto;
}

.ets_mm_megamenu .ets_mm_megamenu_content ul.mm_columns_ul {
    margin-left: -25%;
}

@media only screen and (max-width: 767px) {
    .ets_mm_megamenu .ets_mm_megamenu_content ul.mm_columns_ul {
        margin-left: 0;
    }
    .ets_mm_megamenu.hook-custom {
        margin: auto 0;
    }
}

.ets_mm_megamenu .ets_mm_megamenu_content,
.ets_mm_megamenu .ets_mm_megamenu_content li.mm_menus_li {
    border: none;
}
.ets_mm_megamenu .ets_mm_megamenu_content > .container {
    padding: 0;
}

#header .layout_layout1 .mm_columns_ul .ets_mm_block > .h4 a {
    font-weight: 700;
    font-family: "Poppins",Arial,sans-serif;
}

#header .layout_layout1 .mm_columns_ul .ets_mm_block > .h4:hover a {
    color: #5ca60d;
}

.breadcrumb__wrapper {
    background-color: #ebebeb;
}

.breadcrumb__wrapper span {
    color: #232323;
}

.main-menu__additionnals {
    padding: 0 1rem;
}

.main-menu__toggle-child {
    text-align: end;
    cursor: pointer;
}

.main-menu__mobile {
    height: auto;
}

.main-menu > div:first-child .main-menu__tree > .current > .main-menu__tree__link,
.main-menu > div:first-child .main-menu__tree > .main-menu__tree__item > .menu-container ul > li > ul > li:hover {
    color: var(--bs-primary);
}

.rich-text h1 {
    color: var(--text-color);
    font-size: 2rem;
}

.rich-text h2 {
    color: var(--text-color);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.rich-text h3, .h3 {
    color: var(--bs-gray-800);
    font-size: 1.125rem;
    margin-top: 0;
    font-weight: 600;
}

.rich-text p {
    color: var(--text-color);
    font-size: 0.9rem;
}

#custom-text {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    order: 0;
    width: 100%;
    margin-bottom: 2rem;
}

#custom-text .rich-text {
    color: #000000;
}

.footer_link_actions {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.carousel .carousel-item img {
    object-fit: fill;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 1px solid #000;
}

.product-miniature__top .product-miniature__quickview-button {
    display: none !important;
}

.ratio-homeSlider {
    min-height: 150px;
}

.banner {
    margin: 2rem 0;
}

#_desktop_search #search_widget form input {
    background-color: var(--secondary-bg-color);
}

#_desktop_ps_customersignin,
#_desktop_ps_shoppingcart {
    display: none !important;
}

#_mobile_ps_shoppingcart {
    order: 2;
}

@layer utilities {
    #_mobile_ps_customersignin,
    #_mobile_ps_shoppingcart {
        display: flex !important;
        padding: 0;
    }
}

.best-sellers-products .best-sellers-products-footer,
.new-products .new-products-footer {
    text-align: right !important;
    padding-bottom: 0;
}

.product-flags {
    flex-direction: row;
    width: 100%;
}

.product-flags li.badge {
    font-size: 12px;
}

.product-flags li.badge.new {
    order: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.product-flags li.badge.on-sale {
    background-color: #fff;
    color: #009ad0;
    border: 1px solid #009ad0;
    min-width: unset;
    padding: 2px 4px 1px 4px;
    width: fit-content;
}

.product-flags li.badge.discount {
    order: 1;
    background-color: #009ad0;
    color: #fff;
    width: 60px;
    min-width: unset;
    border-radius: 50%;
    height: 60px;
    line-height: 4.5;
    text-align: center;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.product-miniature__quickview_button,
.product-miniature__quickview_button:hover,
.product-miniature .product-miniature__title {
    color: var(--text-color);
}

.container, .container-md{
    max-width: 1140px;
    margin: 0 auto
}

#header {
    background-color: var(--main-bg-color);
}

main {
    padding: 0 1rem;
    background-color: var(--main-bg-color);
}

.product-miniature__infos__bottom > form {
    display: none !important;
}

.product-miniature__infos__bottom > a {
    display: none;
}

.product-miniature__infos__bottom .flex-md-nowrap > button.btn-primary {
    --bs-btn-hover-bg: var(--secondary-bg-color);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--secondary-bg-color);
}

.main-menu > div:first-child {
    width: 100%;
}

.main-menu > div:first-child .main-menu__tree {
    justify-content: center;
}

.main-menu > div:first-child .main-menu__tree > li {
    margin: 0 2rem;
}

.main-menu__tree > li:hover .menu-container > div {
    display: flex;
    justify-content: center;
    width: 50%;
}

#content-wrapper,
.footer .footer__main {
    max-width: 1600px;
    background-color: var(--secondary-bg-color);
    padding: 1rem 2rem 2rem 2rem;
    margin: 0 auto;
    height: fit-content;
}

#content-wrapper .page-header {
    margin-bottom: 0;
}

#content-wrapper .page-content .contact-form form section .mb-3 option {
    background-color: var(--bs-primary);
}

#content-wrapper .page-content .contact-form form section .mb-3 textarea {
    resize: none;
}

#content-wrapper > .row:nth-child(2) > .col-xl-7 {
    width: 90%;
    margin: 0 auto;
}

.store {
    width: 100%;
}

.store .card {
    border: none;
}

.store .card .card-body {
    border: none;
}

.store .card .card-body .row .store__picture {
    margin-bottom: 1rem;
}

.store .card .card-body .row .store__picture picture img {
   margin: 0;
   padding: 0;
   width: 25rem; 
}

.store .card .card-body .row .store__description:first-child {
    display: flex;
    flex-direction: row;
}

.category-tree__list > li.category-tree__item {
    border-bottom: 1px solid #e1e1e1;
}

.category-tree__list > li.category-tree__item:last-child {
    border-bottom: none;
}

.category-tree__item__header.split .category-tree__item__link {
    width: fit-content;
    flex-grow: unset;
}

.category-tree__item__header.split .accordion-button {
    margin: 0;
}

.ps_categorytree  .category-tree__item__link {
    font-weight: 400 !important;
}

.ps_categorytree .accordion-button {
    height: 20px;
    flex: 1;
    padding: 0;
    padding-bottom: 10px;
}

.ps_categorytree .accordion-button::after {
    background-image: none;
    content: "▸";
    color: #8e8e8e;
}

.accordion-button:not(.collapsed) {
    padding-bottom: 0;
}
    

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.page-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-home > * {
    order: 1;
}

.page-home .best-sellers-products, .page-home .featured-products {
    width: 75%;
    margin-top: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .page-home .best-sellers-products, .page-home .featured-products {
        width: 100%;
    }
    .left-block {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #menu-mobile .menu__list {
        margin-bottom: 2rem;
    }
}

.page-home > .cb {
    order: 0;
}

.page-home .displayHome .home-slider {
    box-shadow: none;
}

.best-sellers-products .container .section-title, .featured-products .container .section-title {
    margin: 0 0 2.5rem 0;
}

#content .module-products::before {
    content: '';
    display: block;
    position: relative;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
}

.container .section-title {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    background-color: #fff;
    text-transform: uppercase;
    width: fit-content;
    color: #000;
    font-weight: 500;
}

.ps-bestsellers .module-products__buttons > a,
.ps-featured .module-products__buttons > a,
.ps-newproducts .module-products__buttons > a {
    padding: 15px 20px;
    border-radius: 30px;
    background-color: #5ca60d;
    border-color: #5ca60d;
    color: #fff;
    font-weight: 600;
}

.ps-bestsellers .module-products__buttons > a:hover,
.ps-featured .module-products__buttons > a:hover,
.ps-newproducts .module-products__buttons > a:hover {
    background-color: #fff;
    color: #5ca60d;
}

.home-slider .sw-nav, .home-slider.n-hover:hover .sw-nav {
    top: 50%;
}

.home-slider .sw-nav.prev {
    left: 2rem;
}

.home-slider .sw-nav.next {
    right: 2rem;
}

#send_AAP_form .card-block {
    display: flex;
    flex-wrap: wrap;
}

#send_AAP_form .card-block >div:nth-child(2) {
    width: 45%;
    margin-left: 2%;
}

#send_AAP_form .card-block >div:nth-child(3) {
    width: 45%;
    margin-left: 6%;
}

#send_AAP_form .card-block >div:nth-child(2) label,
#send_AAP_form .card-block >div:nth-child(3) label {
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.eurovat > form > .clearfix:nth-child(3) {
    display: flex;
    gap: 8%;
}

.eurovat > form > .clearfix:nth-child(3) .col-lg-6 {
    width: 46%;
}

.fancybox-inner p.eurovat_vat_iso_code span {
    left: inherit;
}

.lgmessage {
    font-size: .9375rem;
    color: #232323;
    font-weight: 300;
    padding: .5rem;
    margin-top: .5rem;
}

.product__additional-info > * {
    margin: 1rem 0;
}

.product__additional-info > *:first-child {
    margin-top: 0;
}

@layer ps-pages {
    @media (min-width: 992px) {
        .page-product .product__bottom {
            display: block;
        }
    }
}

.blockreassurance .reassurance__image {
    width: fit-content !important;
    height: fit-content !important;
}

#empty-product-comment {
    display: flex;
    justify-content: center;
}

#footer_contactinfo .contact__time > p:first-child {
    margin-bottom: 0;
}

.ps_categorytree {
    background-color: var(--secondary-bg-color);
}

.ps_categorytree .left-block__title .left-block__title__link {
    border-top: #2a2a2a 3px solid;
    background-color: #f6f6f6;
    color: #2a2a2a;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    font-weight: 500;
}

#left-column .ps_categorytree ul.accordion {
    margin: 1rem;
}

#left-column > section {
    background-color: var(--secondary-bg-color);
}

#left-column > section > div {
    padding: 0;
}

#left-column > section > div > h2,
#left-column > div p.h2 {
    background-color: var(--bs-primary);
    color: var(--secondary-bg-color);
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.5rem;
}

#left-column > section > div > div {
    margin-left: calc(var(--bs-gutter-x)*.5);
    margin-right: calc(var(--bs-gutter-x)*.5);
}

#left-column section .product-miniature{
    width: 100%;
}

#left-column .sale-products .sale-products-footer a,
#left-column .sale-products .sale-products-footer a i {
    background-color: #fff;
    color: #666;
    border: none;
}

.layout-left-column #left-column {
    margin-bottom: 2rem;
}

#left-column .contact__details {
    background-color: var(--secondary-bg-color);
}

#left-column .contact__details >div {
    margin: 0 1rem;
}

#left-column .banner .img-fluid {
    border: 8px solid var(--secondary-bg-color);
}

#left-column #search_filters_wrapper > div .search-filters .search-filters-title {
    border-top: #2a2a2a 3px solid;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #2a2a2a;
    padding: 0.5rem;
    text-align: center;
}

#left-column #search_filters_wrapper > div .search-filters .accordion .accordion-item {
    border-radius: 0;
    padding: 0.5rem;
}

.product-miniature .product-miniature__regular-price {
    color: var(--regular-price-color);
}

.contact__info a {
    color: var(--bs-primary);
}

.sitemap ul ul,
.sitemap ul ul ul ul  {
    list-style-type: disc;
}

#subcategories .subcategory__wrapper a:hover {
    box-shadow: 0 0 0 .25rem rgba(216, 51, 98, 0.25);
}

.sitemap ul ul ul {
    list-style-type: circle;
}

.product-miniature .product-miniature__quickview_button,
.product-miniature .product-miniature__quickview_touch,
.subcategories {
    display: none;
}

.col-xl-4 {
    width: 25%;
}

.col-xl-3 {
    width: 20%;
}

.wishlist-button-add i {
    color: #ef3469 !important;
}

.wishlist-products-list {
    padding: 0 !important;
    margin: 0!important;
}

.wishlist-products-list .wishlist-products-item {
    margin: 1rem !important;
}

.wishlist-footer-links {
    margin-top: 2rem;
}

.footer {
    margin: 0 auto;
    width: 1600px;
    width: -moz-available;
}

footer > .btn-primary {
    background-color: #999;
    border-color: #999;
}

footer > .btn-primary:hover {
    background-color: #888;
    border-color: #888;
}

#footer .footer__main .container .footer__main__top {
    display: flex;
    flex-direction: row;
}

#footer .footer__main .container .footer__main__top > * {
    width: 25% !important;
}

#footer .footer__main .container .footer__main__top > .ps-socialfollow {
    margin-left: auto;
    margin-top: -4rem;
    padding: 0 !important;
}

#footer .footer__main .container .footer__main__top > .ps-socialfollow > .container {
    padding: 0;
    padding-left: .25rem;
}

@layer utilities {
    #footer .footer__main .container .footer__main__top > .ps-socialfollow > .container > ul {
        justify-content: start !important;
    }
}

#footer .footer__main .container .footer__main__top .email-subscription {
    margin: 0;
    padding: 0 !important;
    background-color: unset;
}

#footer .footer__main .container .footer__main__top .email-subscription .email-subscription__content {
    flex-direction: column;
    display: flex;
}

#footer .footer__main .container .footer__main__top .email-subscription .email-subscription__content > * {
    width: 100%;
    padding: 0;
}

.email-subscription .email-subscription__content__inputs .btn-primary {
    margin: 0;
    border-radius: 0 50rem 50rem 0;
    padding: .5rem 1rem;
}

.email-subscription .email-subscription__content__inputs input[type="email"] {
    border-radius: 50rem 0 0 50rem;
    margin-right: 0;
}

.email-subscription .email-subscription__content__inputs input[type="email"]::placeholder {
    color: #2a2a2a;
}

.email-subscription .email-subscription__label {
    color: #fff;
}

.email-subscription .email-subscription__content__infos p {
    display: none;
}

#footer .footer__main .container .footer__main__top .block-social {
    position: absolute;
    right: 12%;
    margin-top: 8rem;
}

#footer .footer__main .container .footer__main__top .block-social > a {
    color: #fff;
    font-size: 2.5rem !important;
}

.footer .footer__main .container .footer__main__top .footer__block {
    margin: 0;
}

.footer .footer__main .container .footer__main__top .footer__block > .footer__block__content {
    margin: 2rem 0;
}

.footer .footer__block__title {
    font-weight: 900;
    font-size: 1.2rem;
}

footer .footer__main .container .footer_payment_methods  {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

footer .footer__main .container .copyright {
    text-align: center;
    color: var(--footer-text-color);
    padding: 1rem 0;
    margin-bottom: 0;
}

footer .footer__main .container .copyright:hover {
    color: var(--bs-primary);
}

footer .footer__main .container .copyright a {
    color: var(--footer-text-color);
}

.footer {
    --footer-text-color:var(--footer-text-color);
    --footer-heading-color:var(--footer-text-color);
    --footer-hover-color: var(--bs-primary);
}

.footer__main__top > div {
    height: fit-content;
}

.footer__main__top > div:first-child {
    border: none;
}

@layer ps-base {
    .footer-block__title {
        font-size: 1.125rem;
    }
    .footer-block__title, .footer-block__title a,
    .footer-block__title, .footer-block__title a:hover {
        color: var(--footer-header-txt-color) !important;
        font-weight: 700 !important;
    }
    .footer__main,
    .footer-block a,
    .footer-block a:hover {
        color: var(--footer-header-txt-color);
        font-weight: 300;
    }
}

.footer .footer__main {
    background-color: var(--footer-header-bg-color);
    padding-bottom: 0;
    color: var(--footer-header-txt-color);
}

.footer__main__bottom {
    border-bottom: 3px solid #f7f7f7;
}

.footer .footer__block__toggle i {
    color: black;
}

.footer .footer__block__content-contact .contact__email {
    margin-bottom: 1rem;
}

.form-control:focus, .modal.product-comment-modal .form-control:focus, .modal.product-comment-modal textarea:focus, .form-select:focus {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary);
    box-shadow: unset;
    color: var(--bs-body-color);
    outline: 0;
}

.header-top {
    border-bottom: none;
}

.header-top .container-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    height: 47px;
}

.header-block__action-btn {
    color: var(--footer-header-txt-color) !important;
}

.header-top a,
.header-block__action-btn .header-block__badge {
    color: #2a2a2a;
}

.header-top .form-select:focus,
.header-top .form-select:hover {
    background-color: var(--secondary-bg-color);
    border-color: unset;
    box-shadow: none;
    color: var(--bs-primary);
}

.products > article {
    padding: 0 1rem;
}

.products > article > .card {
    border: 1px solid #f0f0f0;
    box-shadow:0 2px 0 0 #eee;
}

.page-link {
    color: var(--bs-pagination-color);
    font-size: var(--bs-pagination-font-size);
}

.btn-primary > span.visually-hidden {
    position: unset !important;
    overflow: auto !important;
    clip: auto !important;
}

.thumbnails__container .thumbnail.active img {
    border: 2px solid var(--bs-primary);
}
@media only screen and (max-width: 1599px) {
    .footer {
        width: -webkit-fill-available;
    }
}
@media only screen and (max-width: 1559px) {
    .main-menu >div:first-child .main-menu__tree > li {
        margin: 0 1rem;
    }
    .header-bottom__row {
        padding: 0 .5rem;
    }
    .header-bottom .navbar-brand .logo {
        width: 10rem;
    }
}

@media only screen and (max-width: 1399px) {
    .main-menu >div:first-child .main-menu__tree > li {
        margin: 0;
    }
}

@media only screen and (max-width: 1240px) {
    .header-bottom .navbar-brand .logo {
        width: 8rem;
    }
    .header a:not(.dropdown-item):not(.btn) {
        font-size: 0.8rem;
      }
}

@media only screen and (max-width: 1199px) {
    .header__banner .eurovat {
        margin: 1rem;
    }
    .main-menu .header-block__action-btn .material-icons.header-block__icon {
        color: #2a2a2a !important;
    }
    #footer .footer__main .container .footer__main__top .block-social {
        display: none !important;
    }
    .col-xs-6 {
        padding: 0 0.5rem;
        width: 25%;
    }
    .ms-auto {
        margin-left: 0 !important;
    }
    .header-bottom .header-bottom__container .header-bottom__row .order-xl-1 {
        margin: auto !important;
        display: block !important;
    }
    #footer .footer__main .container .footer__main__top > * {
        width: 33% !important;
    }

    #footer .footer__main .container .footer__main__top .email-subscription {
        width: 100% !important;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 1061px) {
    .header-bottom .header-bottom__container .header-bottom__row .main-menu > .d-none {
        display: none !important;
    }
    .d-xl-none {
        display: block !important;
    }
    .order-xl-1 {
        order: 2 !important;
    }
    .main-menu {
        order: 1;
    }
}

@media only screen and (max-width: 992px) {
    .header-bottom__row .ets_mm_megamenu.layout_layout1 {
        order: 3;
        width: 100%;
    }
    @layer utilities {
        .header-bottom__row .header-bottom__logo {
            margin-right: auto !important;
        }
    }
    .page-home #left-column {
        width: 100%;
    }
    .page-home .best-sellers-products, .page-home .featured-products {
        width: 100%;
        margin: 0;
    }
    .custom-text__content > div {
        width: 100%;
        margin: 0 auto;
    }
    .col-xs-6 {
        padding: 0 0.5rem;
        width: 33.33%;
    }
    .footer .footer__main .container .footer__main__top .footer__block > .footer__block__content {
        margin: 0;
    }
    .footer .footer__block__title {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 950px) {
    .header-bottom__row .ets_mm_megamenu.layout_layout1  li.mm_menus_li .mm_columns_ul {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    #footer .material-icons {
        color: #fff !important;
    }
    #footer .footer__main .container .footer__main__top {
        flex-direction: column;
    }
    #footer .footer__main .container .footer__main__top > * {
        width: 100% !important;
    }
    .ratio::before {
        content: initial;
    }
    .container #left-column {
        padding: 0;
    }
    #content-wrapper {
        padding: 1rem;
    }
    .layout-left-column #left-column {
      margin-bottom: 1rem;
    }
    .row {
        justify-content: center;
    }
    .container .products {
        justify-content: inherit;
    }
    .main-menu__selects {
        display: block;
    }
    .navbar-brand .logo {
        width: 5rem;
    }
    #content #custom-text .container .rich-text h1 {
        font-size: 1.5rem;
    }
    .footer__main__top {
        padding: 0 0.5rem;
    }
    .col-lg-9 {
        width: 100%;
    }
    .footer__main__top > div {
        border: none;
    }
    .footer__main__top > div:first-child {
        text-align: left;
    }
    .footer .footer__main .container .footer__main__top .footer__block > .footer__block__content {
        margin: 0.5rem 0;
    }
    .footer .footer__main__top .footer__block:nth-child(1) .footer__block__title {
        margin: 0 0 .5rem 0;
    }
    .footer .footer__main__top .footer__block:nth-child(2) .footer__block__title,
    .footer .footer__main__top .footer__block:nth-child(3) .footer__block__title,
    .footer .footer__main__top .footer__block:nth-child(4) .footer__block__title {
        margin: .5rem 0;
    }
    #footer .footer__main .container .footer__main__top .email-subscription {
        margin-top: .5rem;
        padding: 0 .5rem !important;
    }
    .wrapper__content > .page-home > .new-products {
        margin-top: 3rem !important;
    }
    .search__mobile {
        order: 3;
    }
    #_mobile_user_info {
        order: 4;
    }
    #_mobile_cart {
        order: 5;
    }
}

@media only screen and (max-width: 767px) {
    @layer utilities {
        .header-bottom__row .ets_mm_megamenu.layout_layout1 {
            margin: 0;
        }
    }
    .container h2.section-title {
        font-size: 1rem;
    }
    .header-bottom__logo {
        margin: 0 auto;
    }
    #contact-infos .material-icons {
        color: #fff !important;
    }
    #send_aap_button .material-icons {
        color: #fff !important;
        margin-right: .5rem;
    }
    .header-bottom__row > div {
        order: 1;
    }
    .header-bottom__row > .ets_mm_megamenu.layout_layout1 {
        width: fit-content;
        order: 0;
    }
    .ets_mm_megamenu .container {
        background: none;
    }
    #footer .footer__main .container .footer__main__top > .ps-socialfollow {
        margin-top: 0;
    }
    #footer .footer__main__top button .material-icons {
        color: #000 !important;
    }
    footer .footer__main .container .footer_payment_methods > img {
        width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .col-xs-6 {
        padding: 0 0.5rem;
        width: 50%;
    }
    .wrapper__content > .page-home > .new-products {
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width: 560px) {
    .col-xs-6 {
        padding: 0 1.5rem;
        width: 100%;
    }
    #home-slider .carousel-content {
        height: auto;
    }
    .wrapper__content > .page-home > .new-products {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .ratio-homeSlider {
        min-height: 125px;
    }
    figure {
        margin: 0;
    }
    .module-products .module-products__buttons > a,
    .products .product-miniature__actions .product-miniature__details,
    .products .product-miniature__actions .product-miniature__add .product-miniature__add-text {
        font-size: 12px;
    }
    .products .product-miniature__actions .product-miniature__add .material-icons {
        display: none;
    }
}

@media only screen and (max-width: 457px) {
    footer .footer__main .container .copyright {
        margin-bottom: 4rem;
    }
    #wrapper #center-column .products {
        grid-template-columns: auto;
    }
    .products .product-miniature__actions span {
        display: inherit;
        line-height: inherit;
    }
}

@media only screen and (max-width: 400px) {
    .wrapper__content > .page-home > .new-products {
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width: 363px)  {
    footer .footer__main .container .copyright {
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 359px)  {
    .product-miniature__actions .product-miniature__add .material-icons {
        display: inline-block;
    }
}

@media only screen and (max-width: 343px) {
    .order-xl-1 {
        order: 1 !important;
        width: 100%;
        text-align: center;
    }
    .wrapper__content > .page-home > .new-products {
        margin-top: 0 !important;
    }
}

.product__reference_top {
    font-size: 0.9rem;
}

.js-conditions-to-approve label.js-terms {
    color: rgba(var(--bs-link-hover-color-rgb),var(--bs-link-opacity,1));
}

.js-conditions-to-approve label.js-terms a{
    text-decoration: underline;
    cursor: pointer !important;
}

.main-menu__tree > li .menu-container a[data-depth="1"] {
    font-weight: normal;
}

.main-menu .row > * {
    margin-top: 0.5rem;
}

#freeshippinginfo {
    padding: 5px;
    border-radius: 0.25rem;
}