/* region main */
* {
    font-family: Poppins, 'sans-serif';

    --color-dark-grey: #323C46FF;
    --color-grey: #646E78;
    --color-light-grey: #9098A1;
    --color-blue: #3284C8;
    --color-blue-highlight: #3c94dd;
    --color-yellow: #F4B700;
    --color-green: #13A438;
    --color-light-green: #41b05f;
    --color-red: #F23E55;
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: white;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(180, 184, 188);
    border-radius: 4px;
}

body {
    color: var(--color-grey) !important;
    background-color: white;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    font-size: 14px;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.material-icons {
    font-size: 14px;
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 2vw;
}

#header .logo {
    width: auto;
    max-width: initial;
    height: 50px;
}

#footer {
    display: none !important;
}

#wrapper {
    margin-top: 70px;
    padding-top: 20px;
    height: 100vh;
}

#custom-text {
    background: transparent;
}

#shop-info-container {
    display: none;
}

.page-home #custom-text {
    padding: 0;
    margin-bottom: 0;
}

#cms #content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#cms #content ul .brand {
    position: relative;
    width: calc(20% - 10px);
    min-width: 210px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    background: #fff;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#cms #content .brand-img {
    position: relative;
    width: 200px;
    margin: auto;
}

#cms #content ul .brand-products {
    display: none;
}

.contact-form {
    background: transparent;
}

#cms #content {
    border-radius: 10px;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.product-comment-list-item, #product-comments-list-header {
    display: none;
}

.custom-block {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
}


#manufacturer #main ul .brand, #cms #content ul .brand {
    background: rgba(247, 247, 247, 0.7);
}

.block-social ul li {
    background-color: transparent;
    border-radius: 10px;
}

.block-contact, .footer-container li a, .page-content.page-cms ul, #products, .comments-nb, .featured-products > h2, #product-description-short-10 > p {
    color: #b5d5d3;
}

.page-content.page-not-found > p, .facet p, .product-description > p {
    color: #7a7a7a;
}

#wrapper .breadcrumb li:last-child {
    color: #b5b3b3;
}

.brand-infos, .block-category, .block-categories, #search_filters_brands, #search_filters_suppliers,
#pq_top_block, .container nav:not(.header-nav, .pagination), .product-flags, .products article .wishlist-button-add {
    display: none;
}

#products {
    padding: 0 30px;
}

.container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.row-flex-end {
    display: flex;
    justify-content: flex-end;
}

.row-flex-end div {
    display: flex;
    width: fit-content;
}

#js-product-list {
    margin-top: 10px;
}

#content-wrapper.content-wrapper-products {
    width: calc(100% - 300px);
}

#content-wrapper.content-wrapper-products, #content-wrapper.content-wrapper-brands {
    margin-left: auto;
    margin-right: 30px;
}

#left-column {
    max-width: fit-content;
}

.btn {
    max-height: 36px;
    display: flex;
    align-items: center;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    transition: 0.15s ease;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    gap: 8px;
    line-height: normal;
}

.radio-button input, .checkbox input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.radio-button-container, .checkbox-container {
    display: flex;
    /*align-items: center;*/
    /*margin-right: 20px;*/
    box-sizing: border-box;
    cursor: pointer;
}

.radio-button-container:hover .radio-button > div, .checkbox-container:hover .checkbox > div {
    border-color: rgb(150, 160, 170);
}

.radio-button-container label, .checkbox-container label {
    padding-left: 8px;
    font-size: 13px;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    color: rgb(50, 60, 70);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
}

.radio-button, .checkbox {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-shrink: 0;
}

.checkbox {
    border-radius: 4px;
}

.radio-button input, .checkbox input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 3;
    cursor: pointer;

}

.radio-button-container .radio-button input:checked + div, .checkbox-container .checkbox input:checked + div {
    border-color: black;
}

.radio-button-container .radio-button input:checked + div > div, .checkbox-container .checkbox input:checked + div > div {
    background-color: black;
    transform: scale(1);
}

.radio-button-container .radio-button input:checked + div svg, .checkbox-container .checkbox input:checked + div svg {
    opacity: 1;
}

.radio-button > div, .checkbox > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid rgb(160, 170, 180);
    border-radius: 50%;
    transition: 0.15s ease;
}

.radio-button > div > div, .checkbox > div > div {
    transition: 0.15s ease;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0.6);
}

.checkbox > div > div {
    border-radius: 3px;
}

.checkbox > div {
    border-radius: 5px;
}

.products-selection .sort-by-row .select-title {
    border-radius: 10px;
    border-color: transparent;
    background-color: #f0f3f6;
}

.products-selection .sort-by-row .sort-by {
    color: #7a7a7a;
    width: 30%;
}

.fa-pts-filter:before {
    content: none;
}

#icon-searchers-mobile .fa-pts-filter:before {
    content: "\f0b0";
}

#_desktop_top_menu .top-menu .shops .navbar-toggler {
    display: none;
}

.hidden-md-up.text-xs-right.up {
    display: none;
}

#mobile_top_menu_wrapper {
    margin: -80px -22px 0 -22px;
}

#products-page-title-2 span {
    display: none;
}

a.js-search-link {
    color: var(--color-dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev .material-icons, .next .material-icons {
    font-size: 24px;
}

#search_filter_controls {
    display: none;
}

#web-navbar-right-links {
    display: flex;
    align-items: center;
    gap: 50px;
}

.navbar-toggler {
    width: fit-content;
}

.css-chevron-down {
    transform: rotate(90deg);
}


/* endregion */

/* --- */
/* --- */
/* --- */

/* region header */

#header {
    display: flex;
    width: 100vw;
    background-color: white;
    height: 70px;
    box-shadow: 0 2px 8px rgba(0, 10, 20, 0.08);
    position: fixed;
    z-index: 100;
}

.custom-header-row {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    height: -webkit-fill-available;
}

.header-top .search-widgets {
    max-width: none;
}

.shops-dropdown {
    text-transform: capitalize;
    color: rgb(100, 110, 120);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 3px;
    padding: .625rem;
}

.shops-dropdown:hover {
    color: var(--color-blue);
    text-decoration: none;
}

.custom-sub-menu {
    padding: 0 20px;
}

.header-top-right {
    width: auto;
    height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4px;
}

#header .header-top a[data-depth="0"] {
    color: var(--color-grey);
}


.custom-sub-menu .dropdown-item {
    color: var(--color-grey) !important;
}

.custom-sub-menu .dropdown-item:hover {
    color: #24b9d7 !important;
}

#header .header-nav .user-info, #header .header-nav #_desktop_contact_link, #header .header-nav .blockcart {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}

#contact-link, .logout {
    border-radius: 10px;
    padding: 5px 10px;
}

#header .header-nav .blockcart {
    border-radius: 10px;
    background-color: var(--color-yellow);
    color: #ffffff;
    padding: 0;
    margin-left: 8px;
    height: fit-content;
    text-align: center;
    white-space: nowrap;
}

#header .header-nav .cart-preview.active {
    background-color: var(--color-yellow);
}

#header .header-nav .blockcart:hover {
    background-color: #ffc415;
}

.btn-primary {
    background-color: var(--color-blue);
}

.btn-primary:hover {
    background-color: var(--color-blue-highlight);
}

#header .header-nav .cart-preview .shopping-cart, #header .user-info > a {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.logout, .user-info {
    background-color: var(--color-blue);
}

.logout:hover, .user-info:hover {
    opacity: 0.8;
}

#contact-link {
    border: 1px solid #E9EDEF;
    height: -webkit-fill-available;
}

#contact-link:hover {
    background-color: rgb(245, 247, 249);
    color: var(--color-dark-grey) !important;
    cursor: pointer;
}

#header .header-nav {
    border-bottom: none;
    margin-bottom: auto;
    margin-left: auto;
}

#header a.logout {
    display: none;
}

#header .header-nav .user-info .account {
    display: flex;
    align-items: center;
    margin-left: 0;
}

#header .header-nav .user-info {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0;
}

#header .user-info > a:hover {
    background-color: #3c94dd;
    opacity: 1;
}

.header-top .container {
    width: -webkit-fill-available;
    margin-bottom: 10px;
}

#header .header-top {
    width: 100%;
    padding: 10px;
}

#search_widget {
    width: auto;
    display: flex;
    height: 37px;
    border-radius: 10px;
    background-color: #F0F3F6;
    align-items: center;
}

#mobile-menu-logo {
    display: none;
    width: 380px;
}

#_mobile_top_menu {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgb(220, 225, 230);
    border-bottom: 1px solid rgb(220, 225, 230);
    padding: 10px 0;
    gap: 2px;
    font-weight: 500;
}

#search_widget > form > i.material-icons.search {
    display: none;
}

#search_widget input::placeholder {
    font-family: Poppins, 'sans-serif';
    font-weight: 300;
    color: rgb(120, 130, 140);
}

#header-top-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 5px;
    width: 92%;
}

/*#header-top-container .header-nav, #header-top-container .header-top-right {*/
/*    width: 100%;*/
/*}*/

.js-top-menu-bottom {
    display: none;
}

#header .header-top a[data-depth="0"] {
    text-transform: capitalize;
    color: rgb(100, 110, 120);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 3px;
}

#header .header-top a[data-depth="0"]:hover {
    color: rgb(50, 60, 70);
}

#search_widget form input {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px 6px 16px;
    background-color: #F0F3F6;
    color: var(--color-dark-grey);
}

#search_widget form input::placeholder {
    font-family: Poppins, 'sans-serif';
    font-weight: 300;
    color: rgb(120, 130, 140);
}

#search_widget form .material-icons,
#_desktop_user_info .material-icons,
#_desktop_cart .material-icons {
    font-size: 20px;
}

#_desktop_top_menu {
    width: auto;
}

#top-menu {
    display: flex;
    width: auto;
    justify-content: space-evenly;
    gap: 12px;
}

#header .header-top li.current a {
    color: var(--color-dark-grey);
}

li.current:after {
    content: "";
    position: relative;
    bottom: -14px;
    display: flex;
    width: 30px;
    border-bottom: 4px solid var(--color-dark-grey);
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

#contact-link {
    background-color: white;
    border: 1px solid rgb(220, 225, 230);
    border-radius: 10px;
    height: 36px;
    padding: 0 15px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    color: var(--color-dark-grey);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.25s ease;
}

#web-navbar-login-btn {
    background-color: #3284c8;
    height: 36px;
    text-decoration: none;
    box-sizing: border-box;
}

#web-navbar-cart-btn {
    height: 36px;
    background-color: #f4b700;
    text-decoration: none;
    box-sizing: border-box;
}

.mobile-menu-section-title {
    font-size: 13px;
    font-weight: 300;
    color: rgb(100, 110, 120);
    padding-bottom: 10px;
    margin-left: 30px;
}

#menu-icon {
    display: none;
    position: fixed;
    top: 30px;
    right: 20px;
    width: 44px;
    height: 44px;
    z-index: 30;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    flex-direction: column;
    gap: 5px;
}

#menu-icon .menu-bar {
    background-color: #004173;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    transition: 0.15s ease;
}

#menu-icon.open > .menu-bar:nth-child(1) {
    transform: rotate(45deg) translateX(2px) translateY(-3px);
    transform-origin: top left;
    width: 23px;
}

#menu-icon.open > .menu-bar:nth-child(2) {
    transform: translateX(8px);
    opacity: 0;
}

#menu-icon.open > .menu-bar:nth-child(3) {
    transform: rotate(-45deg) translateX(2px) translateY(3px);
    transform-origin: bottom left;
    width: 23px;
}

#menu-icon.open .menu-bar {
    background-color: rgb(50, 60, 70) !important;
}

#menu-icon.under-first-slide .menu-bar {
    background-color: white;
}

#mobile-menu-links-1 {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    gap: 10px;
}

#mobile_top_menu_wrapper .top-menu a, #mobile_top_menu_wrapper .top-menu a[data-depth="0"], #mobile_top_menu_wrapper .top-menu #custom-shop-btn {
    padding: 5px 20px;
    font-weight: 500;
    color: var(--color-dark-grey);
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    border-bottom: none;
    height: 100%;
    display: flex;
    align-items: center;
}

#mobile_top_menu_wrapper .top-menu #custom-shop-btn .collapse-icons .material-icons {
    font-size: 24px;
}

#mobile_top_menu_wrapper .top-menu #custom-shop-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
}

#_mobile_top_menu .top-menu li {
    height: 31px;
}

#js-product-list-top {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

#js-product-list-top .sort-container {
    min-width: 50%;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
    content: none;
}

.product-miniature .highlighted-informations {
    display: none;
}

#mobile_top_menu_wrapper {
    display: none;
    padding: 10px 0;
}

.fpp_popup #header {
    position: fixed;
}

.input-group.focus, .form-control:focus {
    outline: none;
}

#blockcart-modal .product-image {
    height: auto;
}

/* endregion */

/* ---- */
/* ---- */
/* ---- */

/* region Filtre latéral */

#products-filters {
    background-color: white;
    width: 299px;
    flex-shrink: 0;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
    position: fixed;
    overflow-y: auto;
    z-index: 10;
}

#options_selected_1, #mobile_selected_option {
    display: none;
}

.fpp_searchers {
    margin-top: -20px;
}

.fpp_searchers .searcher-header {
    display: none;
    /*display: flex;*/
    justify-content: center;
    background: #fff;
    color: #324552;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: Capitalize;
    border-bottom: none;
}

.fpp_searchers .searcher-content {
    height: 100vh;
    border: none;
    box-shadow: none;
}

#products-page-title-2 {
    color: rgb(50, 60, 70);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    height: 40px;
}

#content-searchers-mobile .searcher-body, .fpp_searchers .searcher-body {
    padding: 10px 0;
    height: 100%;
}

.r1, .r2, .r3 {
    height: 36px;
    background-color: black;
    transform: skewX(-20deg);
    position: absolute;
    z-index: 1;
}

.r1 {
    width: 100%;
    right: 50px;
}

.r2 {
    width: 3px;
    right: 43px;
}

.r3 {
    width: 3px;
    right: 36px;
}

.products-filters:nth-child(1) .filter-title .r1,
.products-filters:nth-child(1) .filter-title .r2,
.products-filters:nth-child(1) .filter-title .r3,
.products-filters:nth-child(6) .filter-title .r1,
.products-filters:nth-child(6) .filter-title .r2,
.products-filters:nth-child(6) .filter-title .r3 {
    background-color: var(--color-blue);
}

.products-filters:nth-child(2) .filter-title .r1,
.products-filters:nth-child(2) .filter-title .r2,
.products-filters:nth-child(2) .filter-title .r3,
.products-filters:nth-child(7) .filter-title .r1,
.products-filters:nth-child(7) .filter-title .r2,
.products-filters:nth-child(7) .filter-title .r3 {
    background-color: var(--color-yellow);
}

.products-filters:nth-child(3) .filter-title .r1,
.products-filters:nth-child(3) .filter-title .r2,
.products-filters:nth-child(3) .filter-title .r3,
.products-filters:nth-child(8) .filter-title .r1,
.products-filters:nth-child(8) .filter-title .r2,
.products-filters:nth-child(8) .filter-title .r3 {
    background-color: var(--color-dark-grey);
}

.products-filters:nth-child(4) .filter-title .r1,
.products-filters:nth-child(4) .filter-title .r2,
.products-filters:nth-child(4) .filter-title .r3,
.products-filters:nth-child(9) .filter-title .r1,
.products-filters:nth-child(9) .filter-title .r2,
.products-filters:nth-child(9) .filter-title .r3 {
    background-color: var(--color-green);
}

.products-filters:nth-child(5) .filter-title .r1,
.products-filters:nth-child(5) .filter-title .r2,
.products-filters:nth-child(5) .filter-title .r3,
.products-filters:nth-child(10) .filter-title .r1,
.products-filters:nth-child(10) .filter-title .r2,
.products-filters:nth-child(10) .filter-title .r3 {
    background-color: var(--color-red);
}

.filter-name {
    color: white;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    height: 36px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 400 !important;
}

.fpp_searchers .searcher-content .filter-options-content:not(.price) {
    overflow-y: auto;
}

.fpp_searchers .searcher-footer {
    display: none;
}

.filter-list {
    padding: 10px 0 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-height: 135px;
    overflow-y: auto;
    direction: rtl;
    width: calc(100% - 30px);
    box-sizing: border-box;
}

.filter-list > * {
    direction: ltr;
}

.filter-list::-webkit-scrollbar {
    width: 5px;
}

.filter-list::-webkit-scrollbar-track {
    background-color: white
}

.filter-list::-webkit-scrollbar-thumb {
    background-color: rgb(180, 184, 188);
    border-radius: 4px;
}

.filter-list.blue .radio-button-container .radio-button input:checked + div, .filter-list.blue .checkbox-container .checkbox input:checked + div {
    border-color: #3284c8;
}

.filter-list.blue .radio-button-container .radio-button input:checked + div > div, .filter-list.blue .checkbox-container .checkbox input:checked + div > div {
    background-color: #3284c8;
}

.filter-list.green .radio-button-container .radio-button input:checked + div, .filter-list.green .checkbox-container .checkbox input:checked + div {
    border-color: #13a438;
}

.filter-list.green .radio-button-container .radio-button input:checked + div, .filter-list.green .checkbox-container .checkbox input:checked + div > div {
    background-color: #13a438;
}

.filter-list.yellow .radio-button-container .radio-button input:checked + div, .filter-list.yellow .checkbox-container .checkbox input:checked + div {
    border-color: #f4b700;
}

.filter-list.yellow .radio-button-container .radio-button input:checked + div > div, .filter-list.yellow .checkbox-container .checkbox input:checked + div > div {
    background-color: #f4b700;
}

.filter-list.red .radio-button-container .radio-button input:checked + div, .filter-list.red .checkbox-container .checkbox input:checked + div {
    border-color: #f23e55;
}

.filter-list.red .radio-button-container .radio-button input:checked + div > div, .filter-list.red .checkbox-container .checkbox input:checked + div > div {
    background-color: #f23e55;
}

#icon-searchers-mobile {
    display: none;
    align-items: baseline;
    padding: 10px 12px;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid rgb(220, 225, 230);
    background-color: white;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    color: rgb(50, 60, 70);
    font-size: 14px;
}

#icon-searchers-mobile span {
    margin-left: 10px;
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region liste des produits */
#paper {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    left: 0;
    object-fit: cover;
    opacity: 0.3;
    z-index: -3;
}

#blue-background-mobile {
    display: none;
    position: fixed;
    z-index: -1;
    top: 12vh;
    left: 0;
    width: 110vw;
    height: 100vh;
    object-fit: fill;
}

#mobile-logo {
    display: none;
    margin: 30px auto;
    position: relative;
    z-index: 2;
    width: 380px;
}

#fmm_quote_button {
    display: none;
}

#products-part {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 3;
}

#products .products, .featured-products .products, .product-accessories .products {
    display: grid;
}

.products {
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0px 50px 30px;
    position: relative;

}

.products::-webkit-scrollbar {
    width: 5px;
}

.products::-webkit-scrollbar-track {
    background-color: white;
}

.products::-webkit-scrollbar-thumb {
    background-color: rgb(180, 184, 188);
    border-radius: 4px;
}

.product {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

.product-image {
    display: flex;
    width: 100%;
    position: relative;
    background-color: white;
}

.product-image.alternative-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.15s ease-out;
}

.product:hover .product-image.alternative-image {
    opacity: 1;
}

.product-image img {
    display: block;
    width: 100%;
}

.product-name {
    font-weight: 300;
    margin-top: 10px;
    color: rgb(50, 60, 70);
    font-size: 13px;
    line-height: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

.product-price {
    font-weight: 600;
    color: rgb(50, 60, 70);
    margin-top: 3px;
    line-height: 16px;
}

.product-miniature .thumbnail-container {
    background: transparent;
    margin-bottom: 0;
    width: 100%;
}

.product-miniature .thumbnail-top {
    background: #ffffff;
    padding: 20px;
}

.product-miniature .product-description {
    background: transparent;
}

.pagination {
    /*display: none;*/
    margin-left: 20px;
}

.pagination .page-list {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    background: transparent;
}

.dropdown-item svg {
    display: none;
}

.header-top-right {
    margin-left: 50px;
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region layout//responsive */
@media screen and (max-width: 1750px) {
    #search_widget, #contact-link, #web-navbar-login-btn, #web-navbar-cart-btn .btn {
        height: 28px;
        font-size: 12px;
        border-radius: 8px;
    }

    #web-navbar-login-btn .btn span {
        font-size: 12px;
    }

    #search_widget form input {
        width: 450px;
        padding: 4px 20px 4px 16px;
    }

    #search_widget form .material-icons, #_desktop_user_info .material-icons, #_desktop_cart .material-icons {
        font-size: 12px;
    }

    #header .header-nav {
        margin-bottom: 26px;
    }

    #header .header-nav .blockcart .header {
        margin-top: 0;
    }

    #header {
        height: 90px;
    }

    #web-navbar-right-links {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 0px;
    }

    #products-page {
        height: calc(100vh - 90px);
    }

    #content-wrapper.content-wrapper-products, #content-wrapper.content-wrapper-brands {
        padding-top: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1500px) {
    #search_widget form input {
        width: 400px;
    }

    #products .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1400px) {
    #top-menu > *, #header .header-top a[data-depth="0"]:not(.dropdown-item) {
        font-size: 13px;
    }

    #web-navbar-left-links > *.selected {
        font-weight: 500;
    }

}

@media screen and (max-width: 1350px) {

    #search_widget form input {
        width: 325px;
    }

    .header-top-right {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1250px) {

    .top-menu a[data-depth="0"], .shops-dropdown {
        padding: 4px;
    }
}

@media screen and (max-width: 1200px) {
    .product-name {
        font-size: 12px;
        line-height: 15px;
    }

    #top-menu > *, #header .header-top a[data-depth="0"]:not(.dropdown-item) {
        font-size: 12px;
    }
}

@media screen and (max-width: 1150px) {
    #web-navbar-logo {
        height: 48px;
    }

    #web-navbar-contact-us {
        padding: 0 10px;
    }

    #search_widget form input {
        width: 310px;
    }

    #web-navbar-right-links > div {
        gap: 2px;
    }

    .header-top-right {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1101px) {
    #mobile-menu {
        display: none !important;
    }

    .products-filters {
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
    }

    #black-background {
        display: none !important;
    }

    #mobile_top_menu_wrapper {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    body {
        overflow-y: auto;
        height: auto;
    }

    body::-webkit-scrollbar, .products-filters::-webkit-scrollbar {
        display: none;
    }

    .container-products {
        display: flex;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }

    #_desktop_contact_link {
        display: none;
    }

    #web-navbar-right-links {
        display: none;
    }

    #products-page {
        height: auto;
    }

    .container-products {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }

    #content-wrapper, #content-wrapper.content-wrapper-products {
        width: auto;
    }

    #header a {
        color: white;
    }

    .searcher-content {
        width: 300px;
        right: -130px;
        overflow-x: hidden;
    }

    .products-filters {
        /*display: none;*/
        /*position: fixed;*/
        right: 0;
        top: 0;
        height: 100%;
        z-index: 32;
        box-shadow: none;
    }

    .fpp_searchers .searcher-content {
        right: 0;
        position: absolute;
    }

    #js-product-list-top {
        padding-left: 0;
    }

    #js-product-list-top .sort-container, .products-sort-order {
        width: 100%;
    }

    #icon-searchers-mobile {
        display: flex;
    }

    #products {
        background-color: white;
        padding: 100px 30px 30px 30px;
        border-radius: 30px;
        box-shadow: 0 2px 8px rgba(0, 10, 20, 0.08);
    }

    #products .products {
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }

    #products-part {
        padding: 0 50px 50px 50px;
    }

    #paper {
        position: fixed;
        width: 120vw;
        height: 120vh;
        z-index: -2;
    }

    #content-wrapper.content-wrapper-products, #content-wrapper.content-wrapper-brands {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .fpp_searchers .content-permanent-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 6000;
        bottom: 0;
        margin-bottom: 0;
        transform: translateX(200%);
        transition: opacity .3s;
        background-color: rgba(0, 10, 20, 0.5);
        height: 100vh;
    }

    .fpp_searchers .searcher-header .close-mobile-searcher {
        display: block;
    }

    .fpp_searchers .searcher-header a.close-mobile-searcher {
        float: right;
        font-size: 18px;
        padding-right: 5px;
        padding-left: 10px;
        color: #333333;
        margin-top: -2px;
    }

    .fpp_searchers .searcher-header a.refresh-mobile-searcher {
        display: none;
    }

    #blue-background-mobile {
        display: block;
    }

    #header, #header .header-top {
        background-color: transparent;
        box-shadow: none;
    }

    #header-top-right, #search_widget, #footer, .row.custom-header-row, .header-top-right {
        display: none;
    }

    #products-mobile-title-1, #products-mobile-title-2, #close-products-filters-btn, #mobile-logo {
        display: block;
    }

    #products-filters {
        background-color: transparent !important;
    }

    #filter-btn {
        display: flex;
    }

    #web-navbar {
        display: none;
    }

    .page {
        margin-top: 0;
    }

    #menu-icon {
        display: flex;
    }

    #_mobile_top_menu #top-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    li.current:after {
        content: none;
    }

    #_mobile_cart.float-xs-right, #_mobile_user_info.float-xs-right {
        display: none;
    }

    .hidden-sm-down {
        display: none;
    }

    #wrapper {
        margin-top: 0;
    }

    .fpp_searchers .searcher-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #products-page-title-2 {
        display: flex;
        align-items: center;
    }

    #mobile-menu-logo {
        display: block;
        margin: 20px auto;
    }

    #search_widget, #contact-link, #web-navbar-login-btn, #web-navbar-cart-btn .btn {
        height: fit-content;
        font-size: 14px;
        border-radius: 10px;
    }

    #search_widget form .material-icons, #_desktop_user_info .material-icons, #_desktop_cart .material-icons {
        font-size: 14px;
    }

    #web-navbar-login-btn .btn span {
        font-size: 14px;
    }

    #top-menu {
        gap: 0;
    }

    #mobile_top_menu_wrapper .top-menu a, #mobile_top_menu_wrapper .top-menu a[data-depth="0"],
    #mobile_top_menu_wrapper .top-menu #custom-shop-btn {
        padding: 5px 40px 5px 30px;
    }

    #mobile_top_menu_wrapper .top-menu a {
        display: flex;
        justify-content: space-between;
    }

    .dropdown-item svg {
        display: block;
        width: 14px;
        height: 14px;
    }

    #menu-icon {
        right: 14px;
    }

    #_desktop_top_menu .top-menu .shops .navbar-toggler {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .fpp_searchers .searcher-content .searcher-header {
        justify-content: flex-end;
        padding-right: 10px;
    }

    .fpp_searchers .content-permanent-mobile .searcher-content .searcher-body {
        height: fit-content;
        overflow-y: hidden;
        background-color: white;
    }

    .hidden-md-up {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    #products .products {
        grid-template-columns: repeat(3, 1fr);
    }

    #mobile-logo, #mobile-menu-logo {
        width: 350px;
    }

    #products-mobile-title-1 {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 700px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }

    #mobile-logo, #mobile-menu-logo {
        width: 320px;
    }

    #wrapper {
        margin-top: 30px;
        padding: 20px 10px 0 10px;
    }

    .pagination .page-list li {
        width: max-content;
    }
}

@media screen and (max-width: 600px) {
    #products-part {
        padding: 0 30px 50px 30px;
    }

    #mobile-logo, #mobile-menu-logo {
        width: 300px;
    }

    #products-mobile-title-2 {
        font-size: 22px;
        line-height: 28px;
    }

    #menu-icon {
        top: 20px;
        right: 4px;
    }

    #mobile-menu-links-1 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .mobile-menu-link-1 {
        flex: 1;
        justify-content: center;
    }

}

@media screen and (max-width: 550px) {
    #mobile-logo, #mobile-menu-logo {
        width: 280px;
    }
}

@media screen and (max-width: 500px) {

    #mobile-logo, #mobile-menu-logo {
        width: 260px;
    }

    #products {
        padding: 100px 20px 20px 20px;
    }
}

@media screen and (max-width: 450px) {
    #products-part {
        padding: 0 20px 50px 20px;
    }

    #mobile-logo {
        margin-top: 20px;
    }

    #mobile-logo, #mobile-menu-logo {
        width: 250px;
    }

    #menu-icon {
        right: 10px;
    }

    #products-mobile-title-2 {
        font-size: 20px;
        line-height: 26px;
    }

    #products .products {
        grid-template-columns: repeat(2, 1fr);
    }

    #mobile-menu-logo {
        margin: 10px auto;
    }
}

@media screen and (max-width: 420px) {

    #mobile-logo, #mobile-menu-logo {
        width: 230px;
    }

    #paper {
        width: 130vw;
        height: 130vh;
    }

}

@media screen and (max-width: 400px) {
    #mobile-logo, #mobile-menu-logo {
        width: 220px;
    }


    #products {
        padding: 100px 15px 20px 15px;
    }

    #products .products {
        grid-template-columns: repeat(2, 1fr);
    }

    #products-part {
        padding: 0 15px 50px 15px;
    }

    #mobile-menu-links-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.mobile-menu-section-title {*/
    /*    padding-left: 20px;*/
    /*}*/
    .mobile-menu-link-2 {
        padding: 5px 20px;
    }
}

@media screen and (max-width: 380px) {

    #mobile-menu-logo {
        width: 210px;
    }

}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region contact us */

#content.container-contact-us {
    display: flex;
}

.card {
    background-color: transparent;
}

.contact-form {
    background: transparent;
    padding-right: 50px;

    .form-control {
        padding: .5rem 1rem;
        color: #7a7a7a;
        background: #f6f6f6;
        border: 1px solid rgba(0, 0, 0, .25);
        border-radius: 10px;
    }

    .form-group.row {
        display: flex;
        align-items: center;
    }

    .input-group {
        display: flex;
        align-items: center;
    }

    .input-group .input-group-btn > .btn {
        height: 40px;
        padding: 10px 16px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    form .form-control-label {
        width: 16%;
    }

    .form-footer {
        width: calc(50vw + 20px);
        display: flex;
        justify-content: flex-end;
    }

    .form-control-comment {
        display: none;
        padding-top: 0;
    }
}

.contact-rich {
    margin: 38px 0 50px 50px;
}


/* endregion */

/* --- */
/* --- */
/* --- */

/* region login */

.page-header {
    display: none;
}

.page-authentication #content, .page-registration #content {
    background-color: transparent;
}

#content.container-connexion {
    .form-control {
        padding: .5rem 1rem;
        color: #7a7a7a;
        background: #f6f6f6;
        border: 1px solid rgba(0, 0, 0, .25);
        border-radius: 10px;
    }

    #field-password {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-group.row {
        display: flex;
        align-items: center;
    }

    .input-group {
        display: flex;
        align-items: center;
    }

    .input-group .input-group-btn > .btn {
        height: 40px;
        padding: 10px 16px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-footer {
        display: flex;
        justify-content: center;
    }
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region misc */

#blockcart-modal .modal-product-image {
    display: block;
    width: 100%;
    max-width: 9.375rem;
    margin: 0 auto;
    height: auto;
}

#blockcart-modal .cart-content p:nth-child(3) {
    display: none;
}

#module-psgdpr-gdpr #content {
    background-color: transparent;
}

#module-psgdpr-gdpr #content .page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.psgdprinfo17 {
    max-width: 70vw;
    background-color: white;
    color: var(--color-dark-grey);
    box-shadow: 0 2px 4px rgba(0, 10, 20, 0.2);
    border-radius: 10px;
    padding: 30px;
}

.psgdprinfo17 h2 {
    color: var(--color-blue);
}

#identity #content {
    max-width: 70vw;
    margin: 30px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 10, 20, 0.2);
}

#identity #content .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-light-grey);
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region account-links */

.account-links {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.account-links .btn {
    margin: 0 10px;
    background-color: var(--color-blue);
    color: white;
}

.account-links .btn:last-child {
    background-color: var(--color-green);
}

.account-links .btn:hover {
    background-color: var(--color-blue-highlight);
    color: white;
}

.account-links .btn:last-child:hover {
    background-color: var(--color-light-green);
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region account-links */

.addresses-container {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px;
    gap: 50px;
}

.addresses-footer .btn {
    margin: 0 auto;
}

.address {
    max-width: 24vw;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 10, 20, 0.2);
    color: var(--color-dark-grey);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    flex-direction: column;
}

.address-body {

}

.page-addresses .address .address-footer, .addresses-footer {
    padding: 20px 40px;
    border-top: none;
    display: flex;
}

.page-addresses .address .address-footer a, .page-addresses .address .address-footer a:hover, .page-addresses .addresses-footer a, .page-addresses .addresses-footer a:hover {
    color: white;
}

.address-footer .btn, .addresses-footer .btn {
    background-color: var(--color-blue);
}

.address-footer .btn:hover, .addresses-footer .btn:hover {
    background-color: var(--color-blue-highlight);
}

.page-addresses .addresses-footer a span {
    margin-top: 0;
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region wishlist */

.wishlist-container {
    padding: 20px 40px;
}

.wishlist-container-header h1 {
    margin-left: 45%;
}

.wishlist-add-to-new {
    max-height: 36px;
    display: flex;
    align-items: center;
    color: white !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    transition: 0.15s ease;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    gap: 8px;
    line-height: normal;
    background-color: var(--color-yellow);
}

.wishlist-add-to-new:hover {
    color: white !important;
    opacity: 0.7;
}

.wishlist-list-item-default {
    border-bottom: none !important;
}

.wishlist-list-item-link {
    display: flex;
    justify-content: flex-start !important;
}

.wishlist-list-item-link .wishlist-list-item-right {
    margin-left: 30px;
}

.wishlist-footer-links {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.wishlist-footer-links > a {
    max-height: 36px;
    display: flex;
    align-items: center;
    color: white !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    transition: 0.15s ease;
    font-family: Poppins, 'sans-serif';
    font-weight: 400;
    gap: 8px;
    line-height: normal;
    margin: 0 10px;
    background-color: var(--color-blue);
}

.wishlist-footer-links > a:hover {
    background-color: var(--color-blue-highlight);
    color: white;
}

.wishlist-footer-links > a:last-child {
    background-color: var(--color-green);
}

.wishlist-footer-links > a:last-child:hover {
    background-color: var(--color-light-green);
}

.wishlist-container + .wishlist-share .modal-footer {
    display: flex;
    justify-content: center;
}

.wishlist-container + .wishlist-share .modal-footer .modal-cancel {
    border: 1px solid var(--color-light-grey);
    background-color: transparent;
    color: var(--color-dark-grey);
    font-weight: 400;
}

.wishlist-container + .wishlist-share .modal-footer .modal-cancel:hover {
    opacity: 1;
    background-color: #F0F3F6;
    color: var(--color-dark-grey) !important;
}

/* endregion */

/* --- */
/* --- */
/* --- */

/* region liste devis compte */
#module-productquotation-quotations #content {
    .page-heading {
        color: var(--color-blue);
        width: fit-content;
        margin: 0 auto;
    }

    table {
        max-width: 80vw;
        margin: 30px auto;
        background-color: white;
        border-radius: 10px;
    }

    table thead {
        color: var(--color-dark-grey);
    }

    table tbody td:nth-child(4) {
        display: flex;
        align-items: center;
    }

    table .material-icons {
        font-size: 20px;
        color: var(--color-blue);
    }

    .footer_links {
        display: flex;
        justify-content: flex-end;
    }

    .footer_links li {
        display: flex;
        margin-left: 20px;
        gap: 20px;
    }

    .footer_links a {
        margin-left: auto;
        background-color: var(--color-blue);
        width: fit-content;
    }

    .footer_links a:hover {
        background-color: var(--color-blue-highlight);
        color: white;
    }
}

/* endregion */
