/* ----------------------------------------------------------------------------------------------
****** FONTS ******
****** GLOBAL ******
****** HEADER ******
****** FOOTER ******
****** HOMEPAGE ******
****** CATEGORY ******
****** PRODUCT ******
****** BRANDS ******
****** BLOG ******
****** CONTACT ******
****** CONNEXION ******
****** MY ACCOUNT ******
****** CART ******
****** CHECKOUT ******
****** CMS ******
****** DEVIS ******

****** Advanced Cookie Banner ******
------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** FONTS ******
------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Expressa-Serial';
  src: url('/themes/elementflow/assets/fonts/Expressa-Serial-Light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Expressa-Serial';
  src: url('/themes/elementflow/assets/fonts/Expressa-Serial-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Expressa-Serial';
  src: url('/themes/elementflow/assets/fonts/Expressa-Serial-Heavy.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
}

h1 {
    font-family: "Expressa-Serial";
    font-weight: 400;
}
.title-expressa {
   font-family: "Expressa-Serial"; 
}

body#index h1, body#index h2, body#index h3{
    font-family: "Expressa-Serial";
}
body#product h1 {
    font-family: "Expressa-Serial";
}
body#product .slider-product .stsb_heading {
    font-family: "Expressa-Serial";
}

#module-stsitebuilder-post #wrapper .elementor-widget-sb-blog-content a {
    text-decoration: underline;
}
/* --------------------------------------- FIN - FONTS ------------------------------------------ */
/* ----------------------------------------------------------------------------------------------
****** GLOBAL ******
------------------------------------------------------------------------------------------------- */
a:focus {
    outline: 0;
}
.btn-primary {
    fill: var(--e-global-color-primary);
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    padding: 15px 20px 15px 20px;
    font-size: 1rem;
    transition: .2s;
    border-radius: 5px 5px 5px 5px;
    text-transform: initial;
    font-weight: 500;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #FFFFFF;
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    transition: .2s;
    outline: 0!important;
}

.custom-radio input[type=radio]:checked+span {
    background-color: var(--e-global-color-primary);
}

.btn-primary.disabled, .btn-primary:disabled:hover {
    background-color: var(--e-global-color-ad2c8b0)!important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    background-color: var(--e-global-color-ad2c8b0)!important;
}

.stsb_form_errors {
    color: #f46262;
}

.ui-autocomplete {
    position: fixed;
}

.stsb-show-password {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.js-product-miniature {
    height: auto;
    display: flex;
    border-radius: 10px;
}
.js-product-miniature:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}
.product-miniature {
    height: 100%;
}
.product-miniature .product-miniature-infos {
    height: 100%;
    display: flex;
}
.product-miniature .product-miniature-infos .product-miniature-bottom {
    margin-top: auto;
    flex: 0 0 auto;
}

.ui-jolisearch.ui-autocomplete {
  display: none!important;
}
.ui-jolisearch.ui-autocomplete.is-open {
  display: block!important;
}
/* --------------------------------------- FIN - GLOBAL ----------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** HEADER ******
------------------------------------------------------------------------------------------------- */
.stsb_search_result_wrapper {
    padding: 0;
}
.ui-jolisearch {
    display: block!important;
}

.ui-jolisearch .jolisearch-filter__content li:hover {
    background-color: transparent!important;
    border-width: 0!important;
}

.ui-jolisearch .jolisearch-content .product {
    border: 0!important;
}
.ui-jolisearch .jolisearch-content .product:hover {
    border: 0!important;
    background-color: transparent!important;
}
.ui-jolisearch .jolisearch-content .product a {
    border: 1px solid #3C3D3F2B!important;
    border-radius: 10px;
    padding: 20px;
}
.ui-jolisearch .jolisearch-content .product a:hover {
    border: 1px solid #B8B8B8!important;

}
.product-name {
    text-align: left;
}
.ui-jolisearch .jolisearch-content .product .product-price {
    color: #111111;
    font-weight: 700!important;
    text-align: left;
}

.ui-jolisearch .more-results a:hover {
    background-color: transparent!important;
    border: 0!important;
    text-decoration: underline;
}
/* --------------------------------------- FIN - HEADER ----------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** FOOTER ******
------------------------------------------------------------------------------------------------- */
#footer .reinsurance .elementor-image-box-title {
    font-family: "Expressa-Serial";
}
/* --------------------------------------- FIN - FOOTER ----------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** HOMEPAGE ******
------------------------------------------------------------------------------------------------- */
.home-slider-product .placeholder-swiper-scrollbar {
    margin-left: 0;
    margin-right: 0;
}
.home-slider-product .swiper-scrollbar {
    width: 100%;
    left: 0;
    right: 0;
}

.home-slider-product .swiper-slide {
    height: auto;
}
.home-slider-product .swiper-slide .js-product-miniature {
    height: 100%;
}

.blog-miniature {
    height: 100%;
}
.blog-miniature .blog-miniature-infos {
    height: 100%;
    display: flex;
}
.blog-miniature .blog-miniature-infos .blog-miniature-bottom {
    margin-top: auto;
    flex: 0 0 auto;
}
/* --------------------------------------- FIN - HOMEPAGE --------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** CATEGORY ******
------------------------------------------------------------------------------------------------- */
.category-subcategories .swiper-slide {
    height: auto;
    margin-right: 15px!important;
    border: 1px solid #F5F6F2!important;
    transition: .2s;
}
.category-subcategories .swiper-slide:hover {
    margin-right: 15px!important;
    border: 1px solid #B8B8B8!important;
    transition: .2s;
}
.category-subcategories .swiper-slide .e-con-inner {
    line-height: normal;   
} 
.category-subcategories .stsb_grid_wrapper {
    display: flex;
    justify-content: center;
}

#search_filters {
    background: transparent;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 30px 0;
}
#search_filters .text-uppercase.h6 {
    width: 100%;
    text-transform: initial!important;
}
#search_filters #_desktop_search_filters_clear_all {
    width: 100%; 
}
#search_filters #_desktop_search_filters_clear_all .btn-tertiary {
    text-align: left;
    background-color: transparent;
    border: 0;
}
#search_filters #_desktop_search_filters_clear_all .btn-tertiary:hover {
    background-color: transparent;
    text-decoration: underline;
    border: 0;
}
#search_filters .facet.clearfix {
    padding-top: 0;
}
#search_filters .facet-dropdown {
    background-color: #ffffff;
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 0 0 0;
    border: 1px solid #3C3D3F2B;
}
#search_filters .facet-dropdown.open>.select-title {
    border: 0;
}
#search_filters .facet-dropdown .select-title {
    background-color: #ffffff;
}
#search_filters .dropdown-menu {
    max-height: 200px;
    overflow: auto; 
}
#search_filters .dropdown-menu a {
    color: #7a7a7a;
    font-size: 0.875rem;
}
#search_filters .dropdown-menu a:hover {
    background-color: #6FA09C;
    color: #ffffff;
}
.btn-add-to-cart .stsb_pm_action_button_add_to_cart_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-add-to-cart .stsb_ajax_add_to_cart {
    max-width: 42px;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #6FA09C;
}
.category-description h2 {
    font-family: 'Montserrat';
}

.category-pagination .elementor-widget-container nav {
    padding: 0 20px;
    margin-bottom: 30px;
}

.stsb_category_description {
    padding: 80px 0 80px 0;
}

body#new-products h1, body#best-sales h1, body#best-sales h1, body#prices-drop h1 {
    text-align: center;
    font-size: 3rem;
}


.title-search-jolisearch {
    display: none;
}
body#module-ambjolisearch-jolisearch .title-search-jolisearch {
    display: block;
}
.title-search-jolisearch .elementor-heading-title {
    font-family: "Expressa-Serial";
}

/* --------------------------------------- FIN - CATEGORY --------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** BRANDS ******
------------------------------------------------------------------------------------------------- */
body#manufacturer #wrapper {
    background: #f6f6f6;
}
[class*=" manufacturer-id-"] #wrapper, 
[class^="manufacturer-id-"] #wrapper{
    background: #ffffff!important;
}
body#manufacturer h1 {
    text-align: center;
    font-size: 2.5rem;
    padding: 40px 0 20px 0;
}
body#manufacturer .container {
    width: 1960px;
}
body#manufacturer #main ul {
    align-items: initial!important;
}
body#manufacturer #main .brand {
    border: 1px solid #3C3D3F2B;
    border-radius: 10px;
    height: auto;
    margin: 10px;
    width: calc(20% - 20px);
}
body#manufacturer #main .brand .brand-infos a {
    font-weight: 700;
}

[class*=" manufacturer-id-"] h1,
[class^="manufacturer-id-"] h1 {
  padding: 0!important;
}
/* ---------------------------------------- FIN - BRANDS ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** PRODUCT ******
------------------------------------------------------------------------------------------------- */

.product-first .e-con-inner {
    align-items: stretch !important;
}

body#product .elementor-widget-st-product-discounts .stsb_pro_discounts_wrapper {
    padding: 20px 0;
}

.slider-product .swiper-slide {
    height: auto;
}
.slider-product .swiper-slide .js-product-miniature {
    height: 100%;
}

.slider-product .placeholder-swiper-scrollbar {
    margin-left: 0;
    margin-right: 0;
}
.slider-product .swiper-scrollbar {
    width: 100%;
    left: 0;
    right: 0;
}

body#product  .sb_tab_extra_tab_content {
    padding: 40px;
    width: 100%;
}

body#product .swiper-zoom-container img {
    background-color: #ffffff;
}

body#product .elementor-widget-container:has(.js-mailalert.text-center) .tabs {
    margin-top: 0!important;
}
body#product .elementor-widget-container:has(.js-mailalert.text-center) .form-control {
    border-color: var(--e-global-color-fb03e74);
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
}
body#product .elementor-widget-container:has(.js-mailalert.text-center) .btn-primary {
    white-space: normal;
}


/* ---------------------------------------- FIN - PRODUCT --------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** BLOG ******
------------------------------------------------------------------------------------------------- */
body#module-stsitebuilder-postcategory .stsb_grid_wrapper:has(.blog-miniature) > div {
    height: 100%;
    flex-grow: 1;
}
.blog-miniature .blog-miniature-infos {
    height: 100%;
    display: flex;
}
.blog-miniature .blog-miniature-infos .blog-miniature-bottom {
    margin-top: auto;
    flex: 0 0 auto;
}
.blog-miniature:hover .elementor-widget-bm-image .stsb_bm_image {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

/* ----------------------------------------- FIN - BLOG ----------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** CONTACT ******
------------------------------------------------------------------------------------------------- */
body#contact h2 {
   font-family: "Expressa-Serial"; 
}

/* ---------------------------------------- FIN - CONTACT --------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** CONNEXION ******
------------------------------------------------------------------------------------------------- */
body#authentication #lpsproaccount .lpsproaccount-title {
    text-align: left;
}
body#authentication #lpsproaccount .lpsproaccount-button {
    justify-content: flex-start;
}

body#password #wrapper {
    background-color: var(--e-global-color-5ad3330);
}
body#password #content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
body#password .page-header h1 {
    text-align: center;
    font-size: 2.5rem;
}
body#password  .forgotten-password .form-fields .center-email-fields button, body#password  .forgotten-password .form-fields .email input {
    height: 40px;
}
body#password .forgotten-password .send-renew-password-link {
    text-align: center;
}
body#password .forgotten-password .btn-primary {
    padding: 5px 30px;
}

body#password .forgotten-password .form-group label {
    width: 140px;
}
body#password .forgotten-password .form-group input {
    border-radius: 10px;
}


body#registration .form-check-label {
    padding-left: 0;
}

body#registration #wrapper {
    background-color: #f9f9f9;
}
body#registration .js-content-wrapper {
    padding: 80px 40px;
}
body#registration .js-content-wrapper #main {
    background-color: #ffffff;
    border: 1px solid var(--e-global-color-adff238);
    border-radius: 5px 5px 5px 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}
body#registration #content.page-content {
    padding: 0 15px;
    margin: 0;
    max-width: 100%;
}
body#registration .page-header h1 {
    font-size: 2.5rem;
    text-align: center;
}
body#registration .register-form {
    padding: 0;
    border: 0;
}
body#registration .register-form p {
    text-align: center;
}
body#registration .register-form  .form-control {
    border-color: var(--e-global-color-fb03e74);
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
}
body#registration .register-form .form-footer {
    display: flex;
    justify-content: center;
}
/* --------------------------------------- FIN - CONNEXION -------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** MY ACCOUNT ******
------------------------------------------------------------------------------------------------- */
.stsb_my_account_page_nav .stsb-icon-list-item {
    border-bottom: 1px solid var(--e-global-color-fb03e74);
    padding: 10px 0 !important;
}
body#my-account .container, body#identity .container, body.page-addresses .container, body#address .container, body#history .container, body#order-detail .container, body#order-slip .container, body#module-psgdpr-gdpr .container, body#module-ps_emailalerts-account .container, body#module-opartdevis-listquotation .container {
    width: 1260px;
    border-bottom: 1px solid #ffffff;
}
body#my-account #wrapper, body#identity #wrapper, body.page-addresses #wrapper, body#address #wrapper, body#history #wrapper, body#order-detail #wrapper, body#order-slip #wrapper, body#module-psgdpr-gdpr #wrapper, body#module-ps_emailalerts-account #wrapper, body#module-opartdevis-listquotation #wrapper  {
    background: #f6f6f6;
}
.page-customer-account #content {
    padding: 30px;
    overflow: auto;
}
body#my-account #wrapper h1, body#identity #wrapper h1, body.page-addresses #wrapper h1, body#address #wrapper h1, body#history #wrapper h1, body#order-detail #wrapper h1, body#order-slip #wrapper h1, body#module-psgdpr-gdpr #wrapper h1, body#module-ps_emailalerts-account #wrapper h1, body#module-opartdevis-listquotation #wrapper h1 {
    font-size: 2rem;
}
body#identity .stsb_my_account_page_content input, body#address .stsb_my_account_page_content input, body#address .stsb_my_account_page_content select {
    border-color: var(--e-global-color-fb03e74);
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
}
body#identity .stsb_my_account_page_content input#field-password, body#identity .stsb_my_account_page_content input#field-new_password {
    border-radius: 10px 0 0 10px;
}
body#addresses .stsb_my_account_page_content .col-lg-4 {
    border: 1px solid var(--e-global-color-fb03e74);
    border-radius: 10px;
    background-color: #ffffff;
}

#exportDataToCsv, #exportDataToPdf {
    font-size: 0.875rem;
    white-space: inherit;
    margin-bottom: 10px;
}

body#module-opartdevis-listquotation .page-content {
    background-color: #fff;
    padding: 30px;
}
body#module-opartdevis-listquotation .table-striped tbody tr {
    background-color: transparent;
}
body#module-opartdevis-listquotation .table thead th, body#module-opartdevis-listquotation .table tbody td {
    border: 1px solid #3C3D3F2B;
}
body#module-opartdevis-listquotation .table tbody td:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
body#module-opartdevis-listquotation .table tbody td:last-child a {
    color: #3C3D3F;
    border: 0;
    text-decoration: underline;
    text-align: left;
    padding: 0;
    background-color: transparent;
    font-size: .875rem;
}
body#module-opartdevis-listquotation .table tbody td:last-child a:active {
    background-color: transparent!important;
}
body#module-opartdevis-listquotation .table tbody td:last-child a:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
}
/* --------------------------------------- FIN - MY ACCOUNT ------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** CART ******
------------------------------------------------------------------------------------------------- */
.sidebar-cart .stsb_small_cart_products_section .stsb_list_item {
    padding: 10px 0;
}
.sidebar-cart .stsb_small_cart_products_section .stsb_list_item .stsb_flex_wrapper {
    grid-area: 20px;
}
.sidebar-cart .stsb_small_cart_products_section .stsb_list_item .stsb_small_cart_info .stsb_fw_middle {
    display: flex;
    flex-direction: column;
}
.sidebar-cart .stsb_small_cart_products_section .stsb_list_item .stsb_small_cart_info .stsb_fw_middle .stsb_price {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
}

/* ------------------------------------------ FIN - CART ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------
****** CHECKOUT ******
------------------------------------------------------------------------------------------------- */
body#checkout #wrapper {
    background-color: var(--e-global-color-5ad3330);
}
body#checkout .stsb_checkout_wrapper {
    gap : 40px;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #3C3D3F2B;
    color: #111111;
    border: 1px solid #3C3D3F2B;
    font-size: 1rem;
    font-weight: 700;
}
body#checkout section.checkout-step .step-number {
    background-color: transparent;
    border: 1px solid #3C3D3F2B;
    font-weight: 700;
}
body#checkout section.checkout-step .stsb-step-heading {
    font-size: 1.5rem;
    font-family: 'Expressa-Serial';
    text-transform: initial;
}

body#checkout #checkout-personal-information-step a:hover {
    text-decoration: underline;
}
body#checkout #checkout-personal-information-step .nav-inline {
    border-bottom: 1px solid var( --e-global-color-38384a8 );
    padding-bottom: 10px;
}
body#checkout #checkout-personal-information-step .nav-inline .nav-link {
    font-size: 1rem;
    text-transform: uppercase;
}
body#checkout #checkout-personal-information-step .lpsproaccount-button .btn-primary {
    fill: var(--e-global-color-tertiary);
    color: var(--e-global-color-tertiary);
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-tertiary);
}
body#checkout #checkout-personal-information-step .lpsproaccount-button .btn-primary:hover {
    background-color: var(--e-global-color-7beb665);
    border-color: var(--e-global-color-7beb665);
}

body#checkout #checkout-addresses-step .address-item.selected {
    border-color: var(--e-global-color-primary);
}
body#checkout #checkout-addresses-step .address-item a:hover {
    text-decoration: underline;
}

body#checkout #checkout-payment-step .payment-options .custom-radio {
    margin-top: 0;
}

.stsb_checkout_wrapper .btn, .stsb_checkout_wrapper .promo-code .btn {
    font-size: 1rem;
}
.stsb_checkout_wrapper .block-promo {
    padding-top: 2rem;
}
.stsb_checkout_wrapper .block-promo .promo-code .btn {
    padding: 5px 20px;
    border: 0;
}
.stsb_checkout_wrapper .block-promo .promo-code-button.cancel-promo {
    color: var( --e-global-color-9d6a368);
}

body#checkout .container .stsb_checkout_wrapper .cart-grid-right {
    width: 40%;
    border: 0;
    border-left: 1px solid var( --e-global-color-38384a8);
    padding: 0 0 0 40px;
}
body#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total .label, body#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1.5rem;
    font-weight: 700;
}
body#checkout .container .stsb_checkout_wrapper .cart-grid-right #js-checkout-summary {
    background-color: #ffffff;
    padding: 20px;
}

body#checkout #order-summary-content .order-confirmation-table {
    border: 1px solid #e5e5e5;
}
body#checkout #order-summary-content .card-block.dpdfrance-shipping {
    padding-left: 0;
    padding-right: 0;
}

body#order-confirmation #wrapper {
    background-color: var(--e-global-color-5ad3330);
}
body#order-confirmation #wrapper #content-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}
body#order-confirmation .order-confirmation-table .total-value span, body#order-confirmation .order-confirmation-table .total-value td {
    font-size: 1rem;
    font-weight: 700;
}
/* ---------------------------------------- FIN - CHECKOUT -------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** CMS ******
------------------------------------------------------------------------------------------------- */
body#sitemap h1 {
    font-size: 2.5rem;
    padding: 40px 0 20px 0;
}
/* ------------------------------------------ FIN - CMS ----------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** DEVIS ******
------------------------------------------------------------------------------------------------- */
body#module-opartdevis-createquotation h1 {
    font-size: 2.5rem;
    padding: 40px 0 20px 0;
}
/* ------------------------------------------- FIN - DEVIS -------------------------------------- */

/* ----------------------------------------------------------------------------------------------
****** Advanced Cookie Banner ******
------------------------------------------------------------------------------------------------- */

/* ------------------------------ FIN - Advanced Cookie Banner ---------------------------------- */

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Responsive ------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

@media (max-height: 800px) {
    .maintenance-page .image-bottom {
        display: none;
    }
}
@media (min-width: 1440px) {
    body#checkout .container {
        max-width: 1440px;
        width: 1420px;
    }
}
@media (min-width: 992px) {
    .stsb_side_panel_content {
        --side-panel-width: 460px !important;
    }
}
@media (max-width: 1440px) {
    .stsb-menu .e-n-tab-title-text a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .stsb_category_description {
        padding: 30px 0;
    }
    .sidebar-filtre section {
        width: 100%;
    }
    .btn-filter .stsb_bar_item {
        flex-direction: row-reverse;
    }
    body#new-products h1, body#best-sales h1, body#best-sales h1, body#prices-drop h1 {
        font-size: 2rem;
    }
    body#manufacturer h1 {
        font-size: 2rem;
    }
    .pagination-top .stsb_cate_pagination_info {
        font-size: 0.875rem;
    }

    .etrusted-widget {
        transform-origin: top left;
        transform: scale(0.7);
        display: block;
    }

    .stsb_qty_wrap button {
        color: #111111;
    }

    body#manufacturer .container {
        width: 100%;
    } 
    body#manufacturer #main .brand {
        width: calc(100% - 20px);
        min-width: auto;
    }
    #manufacturer #main ul .brand-img {
        width: 150px;
    }

    body#sitemap h1 {
        font-size: 2rem;
        padding-top: 30px;
        text-align: center;
    }
    .sitemap h2 {
        margin-left: 0;
    }
    body#sitemap .sitemap .col-md-3 {
        text-align: center;
    }
    body#sitemap .sitemap .col-md-3 ul {
        margin-left: 0;
    }
    .stsb_breadcrumb .stsb_breadcrumb_ul {
        justify-content: center;
    }

    body#product .stsb_breadcrumb .stsb_breadcrumb_ul {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    body#product .stsb_breadcrumb .stsb_breadcrumb_ul > li {
        flex-shrink: 0;
    }
    
    body#product .product-tab .e-n-tab-title {
       pointer-events: none;
       margin: 0;
       padding-top: 30px;
       padding-bottom: 20px;
    }
    body#product .product-tab .e-n-tab-title a {
        font-size: 1.25rem;
        color: #6FA09C;
    }
    body#product .product-tab .e-n-tabs-content .e-con-full, body#product .product-tab .e-n-tabs-content .sb_tab_extra_tab_content {
        display: flex;
    }

    body#registration .elementor-field-group-ps_dataprivacy_customer_privacy,
    body#registration .elementor-field-group-psgdpr_psgdpr {
        margin-left: 15px;
    }

    body#registration .js-content-wrapper {
        padding: 10px;
    }
    body#registration .js-content-wrapper #main {
        padding: 20px;
    }
    body#registration .page-header h1 {
        font-size: 2rem;
    }

    body#password .page-header h1 {
        font-size: 2rem;
    }
    .forgotten-password .form-fields label.required {
        width: 100%;
        text-align: left;
    }

    body#checkout .stsb_checkout_wrapper {
        margin: 30px 0;
    }
    body#checkout .js-address-form .form-fields .form-group:last-child > div {
        display: flex;
    }
    body#checkout .js-address-form .form-fields .form-group:last-child > div label {
        text-align: left;
        padding-left: 10px;
        align-items: center;
    }
    body#checkout .js-address-form .form-footer {
        display: flex;
        flex-direction: column;
    }
    body#checkout section.checkout-step .content {
        padding-left: 0;
        padding-right: 0;
    }

    body#checkout #checkout-payment-step .payment-options label{
        text-align: left;
    }
    body#checkout .container .stsb_checkout_wrapper .cart-grid-right {
        width: 100%;
        padding: 0;
        border: 0;
    }

    body#my-account .container, body#identity .container, body.page-addresses .container, body#address .container, body#history .container, body#order-detail .container, body#order-slip .container, body#module-psgdpr-gdpr .container, body#module-ps_emailalerts-account .container {
        width: 100%;
    }
    body#my-account #wrapper h1, body#identity #wrapper h1, body.page-addresses #wrapper h1, body#address #wrapper h1, body#history #wrapper h1, body#order-detail #wrapper h1, body#order-slip #wrapper h1, body#module-psgdpr-gdpr #wrapper h1, body#module-ps_emailalerts-account #wrapper h1 {
        font-size: 1.7rem;
        padding: 0 15px;
        text-align: center;
    }
    .page-customer-account #content {
        padding: 20px;
    }
    body.page-identity #customer-form .form-group, body.page-address form .form-group {
        margin-bottom: 5px;
    }
    body.page-identity #customer-form .form-group label, body.page-address form .form-group label {
        margin-bottom: 0;
    }
    body#module-psgdpr-gdpr.page-customer-account #content {
        padding: 5px;
    }
}
