/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*///// DISPLAY NONE /////*/
#rightbar {
    display: none !important;
}


/*///// TYPO /////*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 900 !important;
    color: black;
}

h1 {
    font-size: 42px;
    line-height: 50px;
}

h2, .title_align_0 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900 !important;
}

h3 {
    font-size: 24px;
    line-height: 35px;
}

h4, .title_block_inner {
    font-size: 20px !important;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 19px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}

p, label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 100;
}

/* [ECOMMERCE-1065] Affichage du bloc de connexion défaillant */
input, select {
    height: 41px !important;
    border: solid 1.5px black !important;
}

/*button.btn-default {width: 360px!important;}*/
#contact .group-span-filestyle .btn span {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

#contact label.btn.btn-default {
    line-height: 30px;
}

#contact .btn-primary {
    border: none !important;
}

.hover_fly {
    position: static;
}

.pro_first_box .hover_fly span {
    font-size: 14px;
    font-weight: 900;
}

b, strong {
    font-weight: 700;
    font-size: 14px;
}

/*/////COLOR-font/////*/
.title_block, .title_block_inner {
    color: black !important;
}

/*TABLE*/
.heading_color, .page_heading, .table-bordered thead th {
    color: white !important;
}

/* [ECOMMERCE-1337] historique détails commande - couleur */
#order-history .table-bordered thead th, #order-products .table-bordered thead th, #delivery-address .heading_color,
.box .table-bordered thead th {
    color: black !important;
}

.page_heading {
    color: black !important;
}

#order-infos .heading_color {
    color: black !important;
}

/*/////LIST/////*/
ul li, ol li {
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.list-th li, .list-th li::marker {
    padding-left: 30px;
}

.st_mega_menu li, .footer_block_content li {
    padding-left: 0;
}

ol {
    margin-block-start: 0 !important;
    margin-block-end: 1.5em !important;
    padding-inline-start: 44px !important;
}

/*/////ICON/////*/
.icon_text {
    font-size: 14px;
}

/*/////slider categories/////*/
.featured_categories_item .s_title_block a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}

div#shippingdate-message-top p, aside#easycontent_121 span {
    font-size: 14px;
}

.cart-content-btn .btn_to_checkout {
    /*padding-top: 4px;*/
    padding: 20px;
    line-height: normal !important;
    display: flex;
    align-items: center;
}


/*///// BUTTON /////*/
.btn-tertiary {
    background-color: #CACACA;
    color: white;
}

.btn-tertiary:hover {
    background-color: rgba(202, 202, 202, 0.7);
}

.btn, #SubmitCreate, #SubmitValidateAccountInfo {
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    line-height: 39px;
}

.btn-second {
    background-color: #CACACA;
    color: white;
}

.btn-second:hover {
    background-color: rgba(202, 202, 202, 0.7);
}

#cart .btn-default {
    display: flex;
    place-items: center;
    width: max-content;
}

a.btn.btn-default.steco_btn.steco_btn_more_padding.steco_confirmation_btn {
    text-transform: none;
}


.btn-link:focus, .btn-link:hover {
    text-decoration: unset;
}

.show_password {
    height: 0 !important;
}

.title_login {
    margin-bottom: 14px;
}

#header_primary .header_v_align_m, .v_align_m {
    font-size: 14px;
}

/* TOP BAR */
#shippingdate-message-top {
    display: none
}

/* On cache pout tout */
.lang-fr #shippingdate-message-top {
    display: block
}

/* On affiche que pour FR */
div#shippingdate-message-top {
    margin-top: auto;
}

div#shippingdate-message-top p {
    margin-bottom: 5%;
}

div#shippingdate-message-top {
    align-self: flex-end !important;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

#nav_right p {
    margin-bottom: 0;
}

div#center_column a.dropdown_tri.dropdown_tri_in.header_item {
    display: none;
}

.userinfo_mod_top.dropdown_wrap.top_bar_item {
    display: flex;
}

a.dropdown_tri.dropdown_tri_in.header_item {
    text-align: center;
}

.userinfo_mod_top.dropdown_wrap.top_bar_item a {
    display: flex;
    flex-wrap: wrap;
}

.userinfo_mod_top.dropdown_wrap.top_bar_item {
    margin-right: 3%;
}

/*index*/
#index .s_title_block {
    line-height: 1.5em !important;
}


#top_bar_row {
    display: flex;
    align-content: center; /*padding: 5px 0px*/;
}

/* span.header_v_align_m { width: max-content; /* display: flex; } */

/* TOP BAR LEFT placement compteur export*/
.flex_float_left {
    display: flex;
    align-items: baseline;
    height: 40px;
}

#shippingdate-message-top > p {
    color: white !important;
}

/*TOP BAR right*/
.nav_bar.horizontal-s-fullheight .top_bar_item:before {
    height: 15px;
    vertical-align: top;
    background-color: white !important;
    margin-top: 15px;
}

#header_right_top .quick_login h5 {
    display: none;
}

#header_right_top .fs_lg {
    font-size: 1.8rem;
    margin-top: -5px;
}

/*////// categorie ////// */
#category .category-cover {
    display: none;
}

#easycontent_121 p {
    font-weight: bold !important;
}

#easycontent_121 a {
    text-decoration: underline !important;
}


/* HEADER */
div#header_right_top {
    height: 83px;
    place-items: flex-end;
}

svg.svg.replaced-svg {
    margin: auto;
    width: 30px;
    margin-bottom: 5px;
    margin-top: 0;
    height: 33px;
}

/* slider catégory */
.product_img_link img.front-image.swiper-lazy.swiper-lazy-loaded {
    margin: auto !important;
}

/*///// SEARCH /////*/
#st_header .search_widget_btn:hover {
    color: white !important;
}

#top_bar .top_bar_item .header_item {
    color: #ffffff !important;
}

input.form-control.search_widget_text.js-child-focus, input.form-control.search_widget_text.js-child-focus {
    height: 50px !important;
    border: none !important;
    color: black;
    font-size: 12pt;
    line-height: 24pt;
    font-family: 'Nunito', Arial, sans-serif;
}

.search_widget_text::placeholder {
    color: black;
    opacity: 1;
}

.search_widget_block.search_widget_0 {
    border: solid 1px black;
}

button.btn.btn-search.btn-spin.search_widget_btn.link_color.icon_btn {
    border: none;
    border-radius: 0;
    width: 50px;
}

#st_header .search_widget_block {
    position: inherit;
}

/*///// PANIER /////*/
.amount_circle {
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.delivery-option-200 .img-fluid {
    max-width: 100px;
    height: 60px;
}


#module-steasycheckout-default input.form-control, select.form-control.form-control-select.steco-country {
    width: 100% !important;
}

#module-steasycheckout-default .row.steco_grid_view {
    display: flex !important;
}

#module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(10), #module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(8), #module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(2), #module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(3) {
    flex: 0 50%;
}

#module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(5) {
    display: none;
}

#module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(8), #module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(10), #module-steasycheckout-default .js-address-form .steco_grid_view div:nth-child(11) {
    order: 6;
}

.eco_af_item {
    margin-bottom: 1%;
}

button.close-modal {
    position: absolute;
    top: 4.2rem;
    right: 33rem;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
}

.js-address-form .col-lg-6 {
    flex: 0 100%;
    max-width: 100%;
}

#module-steasycheckout-default .steco_addresses_form {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-steasycheckout-default header#st_header {
    z-index: 1;
}

#module-steasycheckout-default .delivery-option > label {
    margin-left: 5%;
}

#st-checkout-payment-step > div#payment-confirmation {
    display: none;
}

.steco-delivery-option .carrier-name {
    display: none;
}

.delivery-option > label {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    font-weight: 200;
    font-size: 1rem;
}

.th-cart-step-indicator {
    margin-left: -15px !important;
}

.steco-cancel-address {
    font-size: 2rem;
    top: 20px;
    line-height: .6;
    padding: 0;
    right: 20px;
    color: black;
    position: absolute;
}

.checkout-summary-block {
    display: flex;
    flex-direction: column;
}

#module-steasycheckout-default .row.steco_grid_view {
    display: block;
}

.input-group .bootstrap-touchspin img {
    height: 40px;
}

#module-steasycheckout-default .form-group > label, .form-group.row > .col-md-9 > label {
    font-size: 0.8rem;
    margin-bottom: 1%;
}

#module-steasycheckout-default footer.form-footer {
    margin-top: 5%;
}

.js-address-form .form-group {
    text-align: left;
    margin-bottom: 7px;
}

#th-cart-modal-delete .th-cart-modal-div > form {
    display: flex;
    padding-top: 5%;
    grid-column-gap: 5%;
}

#module-steasycheckout-default .form-fields > .form-group.row {
    display: none;
}

#module-steasycheckout-default li.line_item {
    display: flex;
    flex-direction: column;
}

/*slider blog accueil*/
.category_blogs_container .pro_second_box {
    border-bottom: solid 1px #979797;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
    background-color: #fafafa;
    height: 11vh;
}

.category_blogs_container .title_block_inner {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.category_blogs_container .pro_second_box .s_title_block {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}


/*Page blog*/
#blog_primary_block .table-bordered, #blog_primary_block .table-bordered td, #blog_primary_block .table-bordered th {
    border: none !important;
}

#blog_primary_block .table-bordered th {
    color: white;
}

#module-stblog-article .search_widget_btn.btn {
    border-left: none;
}

#module-stblog-article input {
    border: none !important;
}

#module-stblog-article .input-group-with-border {
    border: 1px solid black;
}


/*Page CMS*/
#cms #body_wrapper > .quick_login > .dropdown_list > .dropdown_box {
    display: none;
}

.cms-id-14 #body_wrapper > .quick_login > .dropdown_list > .dropdown_box {
    display: block !important;
}

#cms .quick_login > .dropdown_list {
    display: none !important;
}

#cms #edithermconnect .dropdown_list {
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    margin-top: -30px;
    bottom: 490px;
    opacity: 1;
    width: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-control-prev {
    left: 97%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #cccccc;
}


/*Page BLOG*/
.elementor-button.elementor-size-sm {
    border-radius: 0 !important;
}

/*Page produit*/
.product_description_container.style_content.truncate_block.truncate_cate_desc_0 p {
    font-size: 14px;
    font-weight: 400;
}

#product .st_read_more_box, #product .block_content {
    font-size: 14px;
}

.additional-information a.link_color, .close, .link_color, a {
    color: black;
}

#product .product-attachments:before {
    content: ' ';
    background-image: url(/img/cms/PDF.png);
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

#product .attachment a {
    margin-top: -40px;
    margin-left: 50px;
    font-weight: 100;
}

#product .product-information, #product .strelatedproducts_container {
    font-size: 14px !important;
}

#product .add_to_wishlit, #product .add_to_wishlit span {
    font-size: 14px;
    text-transform: inherit;
}

#product .eo_public_price, #product .pro_extra_info_content, #product .pro_extra_info_label {
    font-size: 14px !important;
}

#idTabEoDevices h5 {
    font-weight: 100 !important;
}

#product #idTabEoDevices .std {
    width: 100%;
    text-align: center;
}

/* #product #idTabEoDevices table.std {border: 1px solid #ffffff;}
#product #idTabEoDevices table {    border-collapse: collapse;} */


#product #idTabEoDevices table.std th {
    text-align: center !important;
}

#product #idTabEoDevices table td {
    padding: 10px 60px;
    font-size: 14px;
}

#product .additional-information a.link_color, #product .close, #product .link_color, .product-description-short p {
    font-size: 14px !important;
}

#idTabEoDevices > table.std th {
    padding: 15px 0;
    font-size: 14px;
}


/* Equivalent-DIFF */
#pm_mc3_lpa_keep_shopping_btn {
    padding-right: 0 !important;
    text-align: center !important;
    height: 44px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 15px;
    width: 48% !important;
}

a#pm_mc3_lpa_produitEquivalantnbtn {
    padding: 13px 15px !important;
}

#module-steasycheckout-default .cart_quantity, #module-steasycheckout-default .qty_wrap .input-group-btn {
    z-index: 1;
}

#module-steasycheckout-default table#eo_fastcart_container {
    width: 100%;
    text-align: end;
    color: black;
    font-weight: 700;
    text-decoration: underline;
}

#module-steasycheckout-default .steco_cart_summay_box.steco_mb_20 {
    order: 100000;
}

#module-steasycheckout-default input.cart_quantity.cart_quantity_25978 {
    width: 20px !important;
    padding: 0;
}

table#cart_summary td {
    text-align: center;
    border-right: none !important;
}

table#cart_summary .cart_quantity {
    width: 20% !important;
    padding-right: 0;
}

#module-steasycheckout-default .qty_wrap {
    display: flex;
    width: auto;

}

element.style {
    /* padding-bottom: 0px; */
}

table#cart_summary td {
    text-align: center;
    border-right: none !important;
}

table#cart_summary td {
    /* vertical-align: middle !important; */
    /* padding: 12px; */
    border-right: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    /* font-weight: 400; */
    /* font-size: 13px; */
    /* width: 40%; */
}

table.std td {
    vertical-align: inherit;
}

#cart_summary tr th {
    text-align: center;
}

#cart_summary {
    width: 100%;
}

.small_cart_product_image {
    margin-right: 10px;
    margin-top: 4px;
    width: 70px;
    border: none;
}

th.cart_description.first_item, th.cart_quantity.item, th.cart_diff_equivalant.item, th.cart_commentaire.item {
    width: 20% !important;
}

th.cart_total.item.last_item, th.cart_unit.item {
    width: 10% !important;
}

.payment-options.steco-payment-option {
    display: flex;
    column-gap: 2rem;
}

#module-steasycheckout-default div#delivery-addresses {
    width: 100% !important;
    max-width: 100%;
}

div#pay-with-payment-option-2-form {
    display: none;
}

a.btn.btn-default.steco_btn.steco_btn_more_padding.steco_confirmation_btn {
    height: 38px;
    width: 100%;
}

.easycontent_633 {
    display: flex;
    flex-direction: row-reverse;
}

#module-steasycheckout-default .payment-option > label {
    display: none;
}

#module-steasycheckout-default .payment-option {
    flex: auto;
}

#module-steasycheckout-default a.btn.btn-default.steco_btn.steco_btn_more_padding.steco_confirmation_btn {
    height: 38px;
}

/* #module-steasycheckout-default .payment-options.steco-payment-option div:first-child a { color: #108ABF; background-color: white;}*/

a.ajax_add_to_cart_button.hover_fly_btn.btn-spin.active i {
    background-image: none !important;
}

input.cart_quantity {
    width: 10px !important;
    border: solid 1px #CACACA !important;
}

.steco_step_number {
    border-radius: 0;
    color: #37536F !important;
    border: solid 2px #37536F !important;
}

.steco_step_number.steco_mr_r6.th-cart-anchor-1 {
    border-radius: 0;
    color: #37536F !important;
    border: solid 2px #37536F !important;
}

.steco_flex_child {
    color: #37536F !important;
}

/*CONNEXION*/

.quick_login a {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: none;
}

a.dropdown_tri.dropdown_tri_in.header_item {
    height: 60px;
    max-height: 60px;
    width: 90px;
}

.dropdown_tri {
    color: black;
}

.header_v_align_m { /*width: 90px;*/
    display: block;
    text-align: center;
}

#header_primary_row .top_bar_item {
    text-align: center;
}

/*///// EDITHERM /////*/

/*pop up ajout de panier*/
div#pm_mc3_lpa_footer_actions_container {
    display: none;
}

#pm_mc3_lpa_footer_actions_container .lpa_keep_shoppin {
    text-align: center;
    border: 1px solid #108ABF !important;
}


/*///// DECO /////*/
/* #header_primary .header_v_align_m {width: 90px;} */


#body > .quick_login > .dropdown_list {
    display: block;
    position: absolute;
    margin-left: 64%;
    margin-top: 14%;
    z-index: 88;
}

#body_wrapper > .quick_login > a {
    display: none;
}

#cms h5.title_login {
    display: none;
}

#body_wrapper > .quick_login > .dropdown_list:before {
    content: " ";
    position: absolute;
    top: 4px;
    border: none;
    border-top: none;
    border-bottom-color: #eee;
    left: 20px;
}

#body_wrapper > .quick_login > .dropdown_list > .dropdown_box > form > .form-footer > button, #th-cart-modal-delete .th-cart-modal-div > form input {
    color: #ffffff;
    border-color: #00A160;
    background-color: #00A160;
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3%;
    height: 43px;
}

#body_wrapper > .quick_login > .dropdown_list > .dropdown_box {
    width: 500px;
    padding: 10px;
    border: none;
}

#body_wrapper > .quick_login > .dropdown_list > .dropdown_box > form > .form_content > .form-group-small > div > .form-control, #body_wrapper > .quick_login > .dropdown_list > .dropdown_box > form > .form_content > .form-group-small > div > .input-group, #body_wrapper > .quick_login > .dropdown_list > .dropdown_box > form > .form_content > .form-group-small > div > .input-group > .form-control {
    max-width: 480px !important;
}

/*///// CO /////*/
.eo-search-form ul.eo-select.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    border: none;
    display: none;
}

div#eo_editherm_search_container {
    border: none;
    background-color: white;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    display: none;
}

li#eo_select_devices_li label {
    display: none;
}

/*.onoffswitch_container {*/
/*display: none;*/
/*}*/
.chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(/img/cms/arrow_down.png) !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.eo-search-submit.col-md-4.col-sm-4.col-xs-4 {
    display: flex;
    margin: 0 !important;
    max-width: -webkit-fill-available;
}

/* [ECOMMERCE-1345] Vues éclatées - liste recherche absente */
.chosen-container-single .chosen-single {
    color: black;
    border: solid 1px black !important;
}

.chosen-search input {
    width: 289px !important;
}

ul.chosen-results {
    display: block !important;
}

#cms .flex_child.title_flex_right {
    display: none;
}


#eo-search {
    background: #108ABF;
    float: right;
    height: 40px;
    margin-left: 2px;
    padding-top: 2px;
    width: 128px;
    margin-top: 8px;
}

#eo_editherm_mad ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3%;
}

div#edithermcms {
    text-align: -webkit-center;
}

h5.eo-title {
    display: none;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    margin-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: initial;
}

.manufact_list {
    border: solid 1px black;
}

.chosen-container-single .chosen-single {
    height: 40px;
    border: none;
    background: white !important;
    box-shadow: none;
    border-radius: 0;
}

.chosen-container-single .chosen-default {
    color: black;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 35px;
    height: 100%;
}

.eo-search-wrapper {
    padding-right: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background-image: url('/img/cms/angle_up@2x.png') !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

/*Footer*/

#footer .title_block_inner {
    font-size: 18px !important;
}

#multilink_35 ul.footer_block_content.bullet.custom_links_list, #multilink_111 ul.footer_block_content.bullet.custom_links_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

/* ul.footer_block_content.bullet.custom_links_list li { margin-right: 10px; }*/

#footer .block {
    margin-bottom: 0;
}

#footer-bottom #footer_bottom_right {
    float: right;
    width: 70%;
    text-align: center;
}

ul.li_fl.clearfix.custom_links_list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1FR;
}

#footer_bottom_right li {
    border-right: solid 1px white;
}

#footer-bottom a, #footer_bottom_left {
    color: white !important;
    font-size: 14px;
}

/*///// PageMarques /////*/
#brand_suggestions_list {
    border-left: solid 1px #f2f2f2 !important;
    border-bottom: solid 1px #f2f2f2 !important;
    border-right: solid 1px #f2f2f2 !important;
    background-color: #ffffff;
}

#brand_suggestions #brand_suggestions_list .brand_suggestions_item {
    padding: 0.938rem 0 0.938rem 0.938rem;
}

/*//////PAGE WISHLIST///////*/
#module-stwishlist-mywishlist .qty_wrap {
    display: block !important;
    margin-bottom: 10px;
}

#module-stwishlist-mywishlist .btn-default {
    text-transform: inherit !important;
    padding-top: 4px;
}

#module-stwishlist-mywishlist .btn_send {
    font-size: 14px;
    font-family: 'Nunito',Arial, sans-serif;
    font-weight: 600;
    padding-top: 3px;
}

/* [ECOMMERCE-1335] Favoris - bouton envoyer */
#module-stwishlist-mywishlist input {
    border: solid 1.5px #d9d9d9 !important;
    width: 360px;
}

/*///// Breadcrumb /////*/
#page_banner_container_3 .breadcrumb_nav a {
    font-size: 12px;
    color: #bbbbbb !important;
}

div#page_banner_container_3 {
    padding-left: 1%;
}

/*///// ajout de panier /////*/
#pm_mc3_lpa_footer_actions_container .pm_mc3_button_left {
    padding-left: 0 !important;
}

/* [ECOMMERCE-1355] Ajustement graphique de la page panier */
#product .eo_diff_price {
    font-weight: 600;
    color: #D21E25;
}


/* .checkout-summary-block > ul {display: none; } */

/*///// manufacturer /////*/
body#manufacturer:not([class*=" manufacturer-id-"]) .block-categories.block.column_block {
    display: none;
}

.brand-img.mr-3 img {
    border: none;
}

.brand-infos .s_title_block a {
    padding-top: 0 !important;
    display: block;
    font-weight: 700;
}

.brand-infos p {
    font-weight: 100;
}

ul.base_list_line.large_list {
    margin-top: 5%;
}

#manufacturer h1.page_heading {
    font-weight: bolder;
    color: black;
    font-size: 1.2rem;
}

div#manufacturer-description p {
    font-weight: 100 !important;
    font-size: 1rem;
}

.brand-img.mr-3.mb-3 img.general_border {
    border: none;
}

#manufacturer h1.page_heading {
    font-weight: bolder;
    color: black;
    font-size: 1.2rem;
}

#searchBrands form {
    display: flex;
}

#searchBrands input {
    height: auto !important;
}

#searchBrands button {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

[class*=" manufacturer-id-"] .brand-img {
    display: none;
}

.dcw-pagination-div {
    text-align: right;
    font-weight: 900;
}

/* .dcw-pagination-div a {margin-left: 10px; margin-right: 10px;} */


/*/////Identification /////*/
#authentication h3.page_heading.text-1, form#th_create-account_form h3 {
    text-align: center;
    color: black !important;
    text-transform: initial;
    font-size: 22px;
    margin-bottom: 5%;
    padding: 20px 20px 20px;
}

#authentication section#login_form_block label {
    display: none;
}

#authentication .p-b-1 {
    text-align: end;
    width: 95%;
}

#authentication section#login_form_block input, #authentication section#login_form_block .input-group {
    width: 90% !important;
    max-width: 100% !important;
    margin: auto;
}

a.forgot-password {
    font-size: 14px;
    color: black;
}

/* [ECOMMERCE-1410] Page de connexion "intelligente" */
#authentication section#login_form_block footer.form-footer {
    width: 230px;
    margin: auto;
    margin-bottom: 3%;
}


#login_form_block .form_content {
    min-height: 150px;
}

#authentication h1, #module-th_quick_registration-register h1 {
    font-size: 30pt;
    line-height: 50pt;
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3%;
}

input#customer_yes, input#customer_no {
    width: auto !important;
    height: auto !important;
}

#create_account_block p.title_block {
    font-weight: 300;
    font-size: 16px;
}


h3.page_heading.login_form_heading.text-1 {
    display: none;
}

div.AskWebAccess p input {
    width: 100% !important;
    max-width: 100%;
    background-color: white !important;
}

/*/////Crée un compte /////*/

body#module-th_quick_registration-register .columns-container {
    padding-top: 38px !important;
}

#module-th_quick_registration-register div#eo_blockConnect span input {
    width: 100% !important;
    background-color: white !important;
    border: 1px solid black;
    height: 40px;
}

div.AskWebAccess p input {
    border: 1px solid black !important;
}

/*/////Crée un compte OUI/////*/

label.newsletter_data_label input {
    width: 50px !important;
    height: 15px !important;
    margin-top: 1%;
}

.newsletter_data_label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

div#country_ask_combo {
    width: 571px;
}

#country_ask_combo > div:hover {
    background: #efefef !important;
}

/*/////CART MODAL/////*/
#blockcart-modal {
    padding: 0 !important;
}

#blockcart-modal .modal-dialog {
    width: 100% !important;
    max-width: 100vw;
}

#blockcart-modal .modal-content {
    background-color: #fefefe;
    margin: 23% auto;
    padding: 20px;
    border: none;
    width: 100%;
}

#blockcart-modal .general_border {
    border: none;
}

#blockcart-modal .st_modal_close {
    width: 30px;
    /*height: 100%;*/
    line-height: 30px;
    top: 0;
    /*right: -30px;*/
    text-align: center;
    text-shadow: none;
    opacity: 1;
    color: black;
    font-size: 1.75rem;
    /*position: absolute;*/
    position: static;
    cursor: pointer;
    background: #fff;
    display: block;
    padding: 0;
    border: none;
    font-family: Arial, Sans-serif;
}

#blockcart-modal .modal-content a.close.st_modal_close span {
    font-size: 32px;
    font-weight: 300;
    margin: 3%;
}

#blockcart-modal button.btn-default {
    width: 100% !important;
}

#blockcart-modal .product_infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.5rem;
}

#blockcart-modal .product_name_wrap .product_name {
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: initial;
    color: black;
    margin-bottom: 0;
}

#blockcart-modal ul.list_detail_item > li {
    font-weight: 800;
}

#blockcart-modal .produit_equivalant {
    background-color: #f8f8f8;
    margin: 5% 2%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.title_produit_equivalant {
    font-size: 1.25rem;
    font-weight: 800;
    color: #d21e25;
    margin-bottom: 0;
}

#blockcart-modal .produit_equivalant_prix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#blockcart-modal .produit_equivalant_prix_net {
    font-weight: 600;
    font-size: 1rem;
}

#blockcart-modal div.vertical-line {
    width: 1px;
    background-color: black;
    height: 100%;
}

#blockcart-modal img.img-cart-modal {
    max-width: 80px;
}

#blockcart-modal .continue-shopping {
    font-size: 14px;
}

#blockcart-modal .row {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.product_name_wrap .pro_name_right {
    display: none;
}

a#pm_mc3_lpa_produitEquivalantnbtn {
    line-height: 1 !important;
}

/* Responsive Modale panier */
@media screen and (min-width: 480px) and (max-width: 779px) {
    #pm_mc3_lpa_produitEquivalant {
        margin: 0 10%;
    }
    #blockcart-modal .produit_equivalant_prix {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 779px) {

    #blockcart-modal .modal-content {
        background-color: #fefefe;
        padding: 0;
        border: none;
        width: auto !important;
    }

    #blockcart-modal .modal_cart {
        padding: 15px 5px !important;
    }

    #blockcart-modal .title_produit_equivalant {
        font-size: 1.05rem;
    }

    #blockcart-modal .produit_equivalant {
        margin: 5% 0;
        padding: 1rem 0 !important;
    }

    #blockcart-modal .produit_equivalant_prix {
        align-items: flex-start;
    }

    #blockcart-modal .produit_equivalant_prix_net {
        font-size: .8rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 779px) {
    #blockcart-modal .produit_equivalant {
        margin: 3%;
    }
}

@media screen and (min-width: 767px) {
    #blockcart-modal .produit_equivalant_infos {
        border-right: 1px solid #4a4a4a;
    }
    #blockcart-modal .produit_equivalant_prix {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
    /*/////MODAL CART////*/
    #blockcart-modal .modal-dialog {
        margin: 2% 0 !important;
    }

    #blockcart-modal .modal-content {
        background-color: #fefefe;
        /*margin: 5%;*/
        padding: 20px;
        border: none;
        width: 95vw;
        margin: 0 auto !important;
    }
}

@media (min-width: 1200px) {
    #blockcart-modal .modal-dialog {
        max-width: 930px;
    }
    #blockcart-modal .produit_equivalant {
        margin: 4% 10%;
    }
}

/*/////Menu/////*/
.ma_level_0 {
    color: black;
}


.mu_level_2 > li:hover > .mu_level_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.col-md-4 .mu_level_1 {
    height: auto;
}

div#st_menu_block_105 .row {
    border-bottom: solid 1px #f9f9f9;
}

div#st_menu_block_105 .row .col-md-4 a:before {
    content: "\F105";
    font-family: 'fontello';
    padding-right: 2%;
}

div#st_menu_block_105 .row .col-md-4 a {
    font-weight: 600 !important;
    font-size: 14px;
}

.mu_level_5, .mu_level_4, .mu_level_3, .mu_level_2, .mu_level_1, .stmenu_multi_level {
    height: 600px;
}

#st_mega_menu_wrap #st_ma_66:hover, #st_mega_menu_wrap #st_menu_66.current .ma_level_0, #st_mega_menu_column_block #st_ma_66:hover, #st_mega_menu_column_block #st_menu_66.current .ma_level_0, #st_mega_menu_wrap #st_menu_block_66 a:hover, #st_mega_menu_column_block #st_menu_block_66 a:hover {
    color: #ffffff !important;
}

.stmenu_multi_level .ma_item:hover {
    color: white !important;
}

.stmenu_multi_level li {
    position: initial;
    display: block;
    width: 250px;
}

span.is_parent_icon {
    display: none;
}

ul.stmenu_multi_level li:last-child, ul.mu_level_2.p_granditem_1 li:last-child {
    height: inherit;
}

/*/////Home/////*/


.featured_categories_item .s_title_block {
    margin-bottom: 0;
    padding-bottom: 20px;
    height: auto;
}

/*/////Brand slider/////*/

.brands_slider_item {
    display: block;
    border: none;
}

#submitWishlist {
    height: auto;
    border: black solid 1px;
}


/*///// PAGE MON PARC /////*/
#module-eo_monparc-default .btn-editherm {
    width: 100%;
    /* border-radius: 90px; height: 35px; font-weight: 500; */
    margin-top: 10px;
    text-transform: none;
}

#module-eo_monparc-default .btn_closed_editherm {
    width: 100%;
    text-align: right;
}

/* #module-eo_monparc-default .device_container {background-color:#cacaca;} */
#module-eo_monparc-default .media {
    margin-bottom: 40px;
    font-size: 14px !important;
}

#module-eo_monparc-default .device_container {
    min-height: 275px;
    padding: 15px 0;
}

#module-eo_monparc-default .device_container_style {
    margin: 0 15px;
}


/*///// PAGE fichiers perso /////*/
/*//col_left//*/
#module-eo_monparc-default .myacount_dashbord_list .list-group-item,
#module-eccustomerfiles-documents .myacount_dashbord_list .list-group-item {
    padding: .75rem 1.25rem;
    display: inline-block;
    width: 90% !important;
    text-align: left !important;
    margin: 0 !important;
}

#module-eccustomerfiles-documents table thead th, #module-eccustomerfiles-documents .table-bordered > tbody > tr > td {
    font-size: 14px;
}

#module-eccustomerfiles-documents .fto-file-pdf:before {
    content: "";
    background: url(/img/Fichperso.png);
    display: block;
    height: 43px;
    width: 39px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

/*/////Flybtn/////*/
.ajax_block_product .hover_fly {
    bottom: 0;
}

.hover_fly_0 .hover_fly_btn:first-child, .hover_fly_0:hover .hover_fly_btn:first-child:hover {
    background-color: #ccc;
}

a.ajax_add_to_cart_button.hover_fly_btn.btn-spin {
    order: 2;
}

.hover_fly_0 .hover_fly_btn:first-child {
    -webkit-box-flex: 3;
    flex: 0.5;
    background-color: #888;
    color: #fff;
}

.hover_fly_0:hover .hover_fly_btn:first-child:hover {
    -webkit-box-flex: 0.5;
    box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 0.5;
    background-color: #888;
    color: #fff;
}

.hover_fly .hover_fly_btn:hover {
    background-color: unset !important;
}

.hover_fly_0 .hover_fly_btn:hover {
    -webkit-box-flex: 3 !important;
    box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 1 !important;
}

.hover_fly_0 .hover_fly_btn, .hover_fly_btn_inner {
    transition: all .4s ease-in-out
}

.hover_fly_0 .hover_fly_btn:hover {
    background-size: 30%;
}

.hover_fly_0 .hover_fly_btn:hover .hover_fly_btn_inner {
    padding: 0 15px 0 15px;
}

.btn-spin.active i:before a.ajax_add_to_cart_button.hover_fly_btn.btn-spin .fto-glyph.icon_btn {
    background-image: initial;
}


.hover_fly_0 .hover_fly_btn .hover_fly_btn_inner span {
    display: block;
}

.hover_fly_0:hover .hover_fly_btn:first-child {
    /* -webkit-box-flex: 1; */
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 0.5;
    background-color: #ccc;
    text-align: center;
}

.hover_fly .hover_fly_btn {
    padding: 0;
    border-right: 0;
}

.hover_fly .hover_fly_btn:hover {
    background-color: #00a161 !important;
    color: white !important;
}

a.ajax_add_to_cart_button.hover_fly_btn.btn-spin, a.hover_fly_btn.btn-spin {
    height: 2.5rem;
    text-transform: inherit;
}

.hover_fly_btn_inner {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
}

a.view_button.hover_fly_btn.btn-spin span:hover {
    color: white !important;
}

a.ajax_add_to_cart_button.hover_fly_btn.btn-spin .fto-glyph.icon_btn {
    display: block !important;
    font-size: 1.5rem;
    background-image: url(../../../../img/cms/caddie.png);
    background-repeat: no-repeat;
    background-position: center;
    fill: white !important;
    background-size: 41%;
    margin: 3px 0 0 1px;
}

a.ajax_add_to_cart_button.hover_fly_btn.btn-spin:hover .fto-glyph.icon_btn {
    background-size: 38%;
    margin: 0 0 0 1px;
}


#login_form_block, #create_account_block {
    height: 100%;
    margin: auto;
    padding: 20px;
}

.fto-glyph:before {
    content: unset !important;
}

.swiper-wrapper .pro_first_box {
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
    border-top: solid 1px #979797;
}

/*/////CATEGORY/////*/

.page-link {
    padding: 1px 9px;
}

.pagination .page-item {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 900;
}

.bottom_pagination .pagination:nth-of-type(2) {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.bottom_pagination .pagination:nth-of-type(2) a {
    padding: 0 4px 0 2px;
    font-size: 10px;
}

.bottom_pagination .pagination:nth-of-type(2) .page-item:first-child .page-link {
    margin: 0 30px 0 0;
}

.bottom_pagination .previous {
    margin: -17px 15px 10px 0;
}

.bottom_pagination .next {
    margin: -18px 0 10px 15px;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0rem;
    border-top-right-radius: 0rem;
}

.fto-right-open-3:before {
    content: "\F105";
    font-size: 20px;
    position: absolute;
    margin: 1px 0 0 -9px
}

.fto-left-open-3:before {
    content: "\F104";
    font-size: 20px;
    position: absolute;
    margin: 1px 0 0 -10px;
}

/*/////Pagination marque/////*/
.dcw-pagination-div .nav_pagination_numbers {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 900;
    padding: 12px 10px 10px 10px;
}


/* #manufacturer .nav_pagination_right {margin: -5px 11px;}
#manufacturer .nav_pagination_Left {margin: -5px -7px} */

/*.dcw-pagination-div .nav_pagination_Left, .dcw-pagination-div .nav_pagination_right{
  border-bottom-left-radius: 0rem; border-top-left-radius: 0rem; border: 1px #00a161 solid;}*/

/* .dcw-pagination-div .nav_pagination_right{content:"\F105"; font-size: 40px;}
.dcw-pagination-div .nav_pagination_Left{content: "\F104"; font-size: 40px;} */


/*.pagination .page-item {margin-left: 15px; font-size: 15px; font-weight: 900;}
.bottom_pagination .pagination:nth-of-type(2) {display: flex; justify-content: center;}
.bottom_pagination .pagination:nth-of-type(2) a {padding: 0 4px 0 2px; font-size: 10px;}
.bottom_pagination .pagination:nth-of-type(2) .page-item:first-child .page-link {margin: 0 30px 0 0;}
.bottom_pagination .previous {margin: 10px 15px 10px 0;}
.bottom_pagination .next {margin: 10px 0 10px 15px;}
.page-item:last-child .page-link {border-bottom-right-radius: 0rem;border-top-right-radius: 0rem;}
.fto-right-open-3:before {content:"\F105"; font-size: 20px;}
.fto-left-open-3:before {content: "\F104"; font-size: 20px;} */

#th_create-account_form #SubmitCreate {
    margin-top: 65px;
    line-height: 0;
    font-weight: 600;
}

.pagination .next:hover, .pagination .previous:hover {
    background-color: inherit;
}

#category-description .st_read_more_box p {
    font-weight: 100 !important;
    line-height: 14pt !important;
}

.category-id-parent-2 #left_column {
    display: none;
}

.subcat_desc {
    display: block !important;
}

#category .page_heading {
    font-weight: bolder !important;
    color: black !important;
    font-size: 1.2rem !important;
}

#category .page-link:focus, #category .page-link:hover {
    background-color: #ffffff;
}

#subcategories .subcat_desc p {
    font-size: 10pt;
    line-height: 16pt;
    font-weight: 100;
    text-align: left;
}

.subcategory-name {
    font-size: 14pt;
    font-weight: 600;
    text-align: left;
}

#subcategories .w-100 {
    text-align: left;
}

@media (min-width: 1290px) {
    .js-address-form.st_address_form_delivery {
        padding: 60px 84px;
    }
}

@media (min-width: 1440px) {
    .category-id-parent-2 .col-xxl-9 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {
    #module-steasycheckout-default table#cart_summary.std th {
        padding: 12px 60px !important;
    }
}

nav.paginaton_sample {
    display: none;
}

h3.s_title_block.flex_child.nohidden a {
    font-size: 14px;
    color: black;
    line-height: 1.5em !important;
}

#category .flex_child.title_flex_right {
    display: none;
}

.general_bottom_border {
    border-bottom: none;
    border-bottom-width: initial;
    border-bottom-style: none;
    border-bottom-color: initial;
}

.general_top_border {
    border-top: none;
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}

#search_filters_wrapper .title_block {
    display: none !important;
}

.facet-title.hidden-md-down {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5%;
    text-transform: uppercase;
}

span.magnitude {
    display: none;
}

.facet_filter_item_li .search-link {
    font-weight: 100;
    text-transform: lowercase;
    font-size: 1rem;
}

/*/////Product test2////*/
#product input #quantity_wanted {
    width: 0 !important;
}

#product .product-manufacturer .pro_extra_info_label {
    display: none;
}

#product .product_right_column.col-lg-2.mb-3 img {
    border: none !important;
}

#product .product_middle_column .product-manufacturer img {
    border: none !important;
}

#product .steasy_divider_item {
    border-bottom: 1px solid #ffffff !important;
}

#product .pro_price_right, .pro_cart_right, #product #gsr {
    display: none;
}

#product .product-additional-info {
    display: none;
}

#product .pro_gallery_top_container {
    border: 1px solid #E5E5E5
}

#product .clicked_thumb .pro_gallery_thumb_box {
    border: 1px solid #E5E5E5
}

#product #quantity_wanted {
    border: solid 1px #CACACA !important;
    width: 0 !important;
}

#product .pro_extra_info_content {
    font-size: 12pt;
}

.product_info_tabs.sttab_block.mobile_tab.sttab_2.sttab_2_2 a {
    text-transform: uppercase !important;
}

.images-container.pro_number_1, .images-container.pro_number_1 .pro_gallery_thumbs_horizontal {
    max-width: 100% !important;
}

#product #style_tabs {
    font-size: .875rem !important;
    line-height: 1 !important;
    padding: 0.5rem 1.25rem !important;
    font-family: Nunito, Tahoma, sans-serif, Arial !important;
    font-weight: 400 !important;
}

#product .sttab_block .nav-tabs.tab_lg .nav-link {
    padding: 0.2rem 1.25rem;
}

#product .eo_product_public_price_wrapper {
    font-size: 14px;
}

#product .eo_product_reducedprice_percent {
    font-weight: 900;
}

#product .product-prices {
    display: none;
}

#product-availability, .product-availability {
    color: black !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.pro_second_box .fs_md {
    font-size: .75em !important;
}

/*Produit remplacement*/
.eo_list_replacement_text_notlogged {
    font-size: 14px;
    color: #D21E25;
    font-weight: 700;
}


/*maniature produit*/
.pro_second_box .st_sticker_block {
    display: none;
}

.hover_fly_0 .hover_fly_btn .hover_fly_btn_inner span {
    font-size: 14px;
}

.act_box_inner span {
    display: none;
}


/*/////Account////*/
h3.page_heading {
    /* font-weight: 600; */
    color: black;
    /* font-size: 24px;
    padding-top: 1%;
    padding-bottom: 1%; */
}

.list-group-item a {
    display: flex;
}

.list-group-item img {
    margin: auto 5px;
}

.clearfix.my_account_page_footer.mt-3.mb-3 {
    display: none;
}

#identity .com_grid_view .col-lg-6:first-child, #identity .com_grid_view .col-lg-6:nth-child(4), #identity .com_grid_view .col-lg-6:nth-child(5) {
    display: none !important;
}

#identity #content .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 100%;
    max-width: 100%;
}

#identity #content .btn-default {
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 43px;
    padding-top: 0;
    width: 360px;
}

#identity #content .input-group.js-parent-focus.input-group-with-border {
    border: solid 1.5px black;
}

#identity #content input.form-control.js-child-focus.js-visible-password {
    border: none !important;
    background: none;
}

#identity #content .show_password {
    opacity: 1 !important;
    border: none !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
    opacity: 1;
}

#identity #content input.form-control {
    content: "\f023";
    background-image: url(https://www.poc17.ovh/diff/img/cms/lock-png-icon-2_1.jpg);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position-x: 97%;
    background-position-y: center;
}

.my_account_left_column {
    font-size: 0.875rem;
}

.my-account-left-column__link {
    align-items: center;
    display: flex;
}

/*/////ADRESSE////*/
#address .form-fields .form-group {
    margin-top: 30px;
}

#address .com_grid_view .col-lg-6:nth-child(7) {
    display: none;
}

#address .row.com_grid_view {
    display: grid !important;
}

.row.com_grid_view div:first-child .inline_block {
    display: none;
}

.row.com_grid_view div:first-child .address-footer p {
    display: block !important;
}

.address-footer p {
    display: none;
}

.row.com_grid_view > div:first-child article {
    background-color: #fafafa;
}

#address .form-footer .btn {
    margin-top: 20px;
    width: 360px;
}

.row.com_grid_view div:first-child .address-footer {
    border-top: none !important;
}

/*/////Modification adress////*/

#addresses .address {
    height: 290px;
}

#addresses .col-lg-9 .com_grid_view, #addresses .col-lg-3 .list-group, #addresses .addresses-footer {
    font-size: 14px !important;
}

/*/////Panier////*/
#cart_summary #product .cart_product {
    border-right: none !important;
}

table.std th {
    color: black;
    font-weight: bold;
    text-transform: unset;
    text-shadow: none !important;
    background: white;
}

#module-steasycheckout-default #th-nkptc {
    display: none;
}

#module-steasycheckout-default .th-cart-modal-content .form_content.clearfix > div > label:nth-child(4) {
    display: none;
}

#module-steasycheckout-default input#th-ref {
    width: 20px !important;
    height: 20px !important;
    margin-right: 2%;
}

#module-steasycheckout-default #th-quantity-minus {
    height: 36px !important;
    background-color: #fff;
    padding: 7px;
    width: 25px !important;
    margin-right: -5px;
    outline: none;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

/* [ECOMMERCE-1355] Ajustement graphique de la page panier */
#module-steasycheckout-default input[type="text"]#eo_fc_qty {
    border: 1px solid #ccc;
    font-weight: 400;
    margin: 0 !important;
    max-width: 100%;
    width: 40px !important;
    padding: 5px;
    height: 36px !important;
    color: #000;
}

#module-steasycheckout-default input#eo_fc_btn {
    height: 36px !important;
    padding: 5px !important;
    width: 40% !important;
    border: none !important;
    font-weight: bold;
}

#module-steasycheckout-default #th-quantity-plus {
    height: 36px !important;
    background-color: #fff;
    border: 1px solid lightgray;
    padding: 7px;
    width: 25px !important;
    margin-left: -5px;
    outline: none;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}


.delivery-option.steco_selected {
    border: solid 1px black;
    padding-top: 2%;
}

.steco-delivery-option > .steco-custom-input-box {
    position: absolute;
    left: 12px;
    top: 40%;
}

#js-delivery .eco-ok:before {
    content: '\e807';
    background-color: black;
}

#module-steasycheckout-default .steco_address_label .address-alias, #module-steasycheckout-default .address {
    font-weight: 100;
}

#module-steasycheckout-default .steco_flex_child {
    color: #37536F !important;
    margin-left: 1%;
    font-size: 1.2rem;
}

input#id_address_delivery_th {
    width: 100% !important;
}

#module-steasycheckout-default .steco-address-item {
    border-color: black;
    border-radius: 0;
    margin-top: -0.5%;
}

#module-steasycheckout-default .steco_address_actions {
    bottom: 0;
    top: 80%;
}

#module-steasycheckout-default input {
    width: 100% !important;
}

/*#js-checkout-summary fieldset.col-4{
  flex: 0 20%;
  max-width: 20%;
  PADDING-LEFT: 0;
  margin-right: 2%;
}*/
#module-steasycheckout-default .eo-shipping-message {
    background: #D9D9D9;
    padding: 0.5rem;
    margin-bottom: 2%;
    width: 100%;
}

div#th-cart-delete {
    width: 100%;
    flex: 0 100%;
    padding-right: 0;
}

#module-steasycheckout-default .cart-summary-line.clearfix.cart-total .eo-shipping-message {
    width: 75% !important;
    margin-bottom: 0% !important;

}

#module-steasycheckout-default .cart-summary-totals .cart-summary-line.clearfix.cart-total {
    background: #D9D9D9;
}

#module-steasycheckout-default .row.steco_row.steco_divider.steco_flex_center {
    width: 100%;
}

#module-steasycheckout-default input#ref_customer::placeholder {
    color: black;
}

#module-steasycheckout-default .eo-shipping-message p {
    margin-bottom: 0 !important;
    margin-left: 2%;
    color: #b63232;
    font-size: 1rem;
}

#module-steasycheckout-default a.btn.btn-default.steco_btn.steco_btn_more_padding.steco_confirmation_btn {
    height: 45px;
    place-items: center;
    place-content: center;
    display: flex;
}

#module-steasycheckout-default .steco_heading.steco_flex_container {
    margin-bottom: 2%;
}

#steco-conditions-to-approve label.js-terms.steco_flex_child {
    font-weight: 100;
    font-size: 1rem !important;
}

input#th-cart-comment-input::placeholder {
    color: black;
}

#module-steasycheckout-default .cart-summary-totals .label {
    font-weight: 700;
}

#module-steasycheckout-default .steco_cart_summay_item.steco_cart_summay_big > div > span {
    font-weight: 700;
}

/* #module-steasycheckout-default #ref_order-edit input.form-control {width: 300px!important;} */
#invoice-addresses .steco-address-item.steco_selected {
    background-color: #D9D9D9;
}

#module-steasycheckout-default form.steco_addresses_from {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#module-steasycheckout-default div#delivery-addresses {
    width: 100% !important;
    max-width: 100%;
}

#pm_mc3_lpa_produitEquivalant {
    /*width: 75%;*/
    /*margin: auto;*/
}


#module-steasycheckout-default input#eo_fc_imported_file_btn {
    width: 50% !important;
    border: none !important;
}

img.logoDiff {
    width: auto;
    height: 50px;
    /*top: 20px !important;*/
    /*background-size: cover !important*/
}


/*/////FORM ERROR////*/

.form-group.has-error .help-block {
    background-color: white !important;
    border-color: white !important;
    color: red !important;
    padding-left: 0 !important;
    font-weight: 800 !important;
}

.input-group.js-parent-focus.input-group-with-border.error, .form-control.error {
    border: solid 2px red !important;
    box-shadow: 0 0 3px red;
}

/*/////MOBILE////*/

@media only screen and (max-width: 991px) {
    #module-steasycheckout-default table#eo_fastcart_container {
        text-align: center !important;
        margin-bottom: 30px
    }

    #body_wrapper {
        padding-bottom: 50px;
    }

    /*[ECOMMERCE-1402] Refonte page marque*/
    #top_bar {
        display: block !important;
    }

    #product .product_right_column {
        margin-top: 50px;
    }

    #module-eo_monparc-default .device_container_style {
        margin: 0 0;
    }

    /*.category-id-parent-2 div#center_column {flex: 0 0 100%!important; max-width: 100%;}*/
    .th-cart-line {
        width: 50px;
    }

    #module-steasycheckout-default form.steco_addresses_from, .payment-options.steco-payment-option {
        display: block;
    }

    table#cart_summary td, table#cart_summary th {
        float: left;
        width: 100% !important;
    }

    table#cart_summary td {
        text-align: center !important;
        border-left: 1px solid lightgray;
    }

    table#cart_summary th, table#cart_summary .cart_description, table#cart_summary .cart_quantity {
        width: 100% !important;
        border: 1px solid lightgray;
        border-right: 1px solid lightgray !important;
    }

    .steco_cart td.cart_product {
        border-top: 2px solid black;
        margin: 10px 0;
    }

    #module-steasycheckout-default .input-group.bootstrap-touchspin {
        width: 80% !important;
    }

    #cart_summary #product .cart_product {
        border-right: 1px solid lightgray !important;
    }

    .th-cart-modal-content {
        width: auto;
    }

    .ac_results, #steco-conditions-to-approve .steco_flex_container, .delivery-option > label {
        display: block;
    }

    .js-address-form .form-fields {
        margin-top: 15px;
    }

    /*#steco-conditions-to-approve .steco_flex_container, .delivery-option > label {display: block;}*/
    .steco-delivery-option > .steco-custom-input-box {
        top: unset;
    }

}

/*}*/
@media (max-width: 768px) {
    .manufacturer-description-content {
        flex-direction: column;
    }
    .manufacturer-description-content .st_read_more_box {
        margin-right: 0;
    }
    .manufacturer-image {
        max-width: 100%;
        margin-top: 1rem;
    }
    .module_ts_banner_module_editherm h3{
        font-size: 16px;
        line-height: 24px;
    }
    h2.module_ts_banner_module_editherm{
        font-size: 20px;
        line-height: 38px;
    }
    .module_ts_banner_module_editherm img{
        width: 45%;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-summary-block #th-cart-delete {
        text-align: center;
    }
}


@media screen and (max-width: 640px) {

    .module_ts_banner_module_editherm h3{
        font-size: 14px;
        line-height: 13px;
    }
    h2.module_ts_banner_module_editherm{
        font-size: 15px;
        line-height: 10px;
    }
    .module_ts_banner_module_editherm img{
        width: 40%;
    }
    .module_ts_banner_module_editherm button a{
        font-size: 14px !important;
    }
    .module_ts_banner_module_editherm button{
        height: auto;
        line-height: normal;
        padding: 4px 10px;
    }
    .module_ts_banner_module_editherm{
        align-items: center;
    }
    .module_ts_banner_module_editherm p{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    /* [ECOMMERCE-1402] Refonte page marque */
    #brand_search {
        padding: 0.938rem 0 0.938rem 0.5rem;
    }

    #brands-index a {
        letter-spacing: normal;
        padding: 0 0.5rem 0 0.5rem;
    }

    /*/////HPMOBILE////*/
    .swiper-wrapper a.ajax_add_to_cart_button.hover_fly_btn.btn.btn-default.btn-spin {
        display: none;
    }

    .block {
        margin-bottom: 1rem;
    }


    /*/////QUICKLOGINMOBILE////*/
    #content .quick_login .dropdown_list {
        display: block;
        padding: 0;
        margin-left: 0% !important;
        position: inherit;
        z-index: 1;
        margin-bottom: 1rem;
    }

    #content .quick_login .dropdown_box {
        width: 100% !important;
        padding: 10px !important;
        margin: auto !important;
    }

    .quick_login.dropdown_wrap.top_bar_item {
        margin-right: 0 !important;
    }

    /*/////SLIDERMOBILE////*/
    .swiper_images_slider h6 {
        color: #ffffff;
        margin-bottom: 4% !important;
        text-transform: uppercase;
    }

    nav#nav_right {
        display: none;
    }

    /*/////TOPBARMOBILE////*/
    #top_bar {
        display: block !important;
        margin-bottom: 5%;
    }

    .flex_float_left {
        display: flex;
        align-items: baseline;
        height: 40px;
        text-align: center;
        margin: auto;
        width: 100% !important;
    }

    /* #top_bar_row { display: block!important; align-content: center; } */
    /*/////HEADERMOBILE////*/
    .st-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
        visibility: hidden;
        width: 320px;
        background: #fff;
        border-left: none;
        border-right: none;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    a#st_mo_ma_50 {
        color: #00A160;
    }

    input.form-control.search_widget_text.js-child-focus {
        width: 270px !important;
        max-width: 100%;
    }

    div#mobile_bar_bottom {
        margin-bottom: 0%;
    }

    #st_header .search_widget_block {
        position: relative;
        margin-top: 5%;
    }

    #st_mobile_menu_ul li div a {
        font-weight: 600 !important;
    }

    svg.svg.replaced-svg {
        margin: auto;
        width: 25px;
        margin-top: 0;
    }

    #nav_right .steasy_element_item.text-3, .text-3, .text-right {
        text-align: center;
    }

    nav#nav_right {
        display: block;
    }

    .st_image_layered_description.container.text-center.flex_middle.flex_center img {
        margin-left: 0 !important;
    }

    .easycontent tr {
        display: grid;
        margin-left: 0 !important;
    }

    .easycontent tr {
        text-align: center;
    }

    /*/////FOOTERMOBILE////*/
    /* .footer_block_content {
        display:none!important;
    } */
    #easycontent_644 .steasy_element_item {
        margin: auto;
    }

    #footer #easycontent_661 .footer_block_content {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    #footer .st_open .footer_block_content {
        display: block !important;
        border-bottom: 1px solid #f2f2f2;
    }

    select#monselect {
        border: none !important;
    }


    ul.li_fl.clearfix.custom_links_list {
        display: block !important;
    }

    #footer-bottom #footer_bottom_right {
        float: right;
        width: 100% !important;
        text-align: center;
    }

    /*/////CONNEXION////*/
    #authentication h1, #module-th_quick_registration-register h1 {
        font-size: 24pt;
        line-height: 50pt;
        font-family: 'Nunito', Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 3%;
    }


    #authentication section#login_form_block footer.form-footer {
        width: 90% !important;
        margin: auto;
        margin-bottom: 3%;
    }
}

@media screen and (min-width: 641px) and (max-width: 940px) {

    /*/////HOMEPAGEMOBILE////*/
    /*/////HPMOBILE////*/
    .swiper-wrapper a.ajax_add_to_cart_button.hover_fly_btn.btn.btn-default.btn-spin {
        display: none;
    }

    .block {
        margin-bottom: 1rem;
    }

    #footer-bottom #footer_bottom_right {
        float: right;
        width: 100% !important;
        text-align: left;
    }


    /*/////QUICKLOGINMOBILE////*/
    #content .quick_login .dropdown_list {
        display: block;
        padding: 0;
        margin-left: 0% !important;
        position: inherit;
        z-index: 1;
        margin-bottom: 1rem;
    }

    #content .quick_login .dropdown_box {
        width: 100% !important;
        padding: 10px !important;
        margin: auto !important;
    }

    .quick_login.dropdown_wrap.top_bar_item {
        margin-right: 0 !important;
    }

    /*/////SLIDERMOBILE////*/
    .swiper_images_slider h6 {
        color: #ffffff;
        margin-bottom: 4% !important;
        text-transform: uppercase;
    }

    nav#nav_right {
        display: none;
    }

    /*/////TOPBARMOBILE////*/
    #top_bar {
        display: block !important;
        margin-bottom: 5%;
    }

    .flex_float_left {
        display: flex;
        align-items: baseline;
        height: 40px;
        text-align: center;
        margin: auto;
        width: 100% !important;
    }

    /* #top_bar_row { display: block!important; align-content: center; } */
    /*/////HEADERMOBILE////*/
    .st-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
        visibility: hidden;
        width: 320px;
        background: #fff;
        border-left: none;
        border-right: none;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    a#st_mo_ma_50 {
        color: #00A160;
    }

    input.form-control.search_widget_text.js-child-focus {
        width: 270px !important;
        max-width: 100%;
    }

    div#mobile_bar_bottom {
        margin-bottom: 0%;
    }

    #st_header .search_widget_block {
        position: relative;
        margin-top: 5%;
    }

    #st_mobile_menu_ul li div a {
        font-weight: 600 !important;
    }

    /* svg.svg.replaced-svg {
        margin: auto;
        width: 25px;
        margin-bottom: 5px;
        margin-top: 0;
    }*/
    #nav_right .steasy_element_item.text-3, .text-3, .text-right {
        text-align: center;
    }

    nav#nav_right {
        display: block;
    }

    .st_image_layered_description.container.text-center.flex_middle.flex_center img {
        margin-left: 0 !important;
    }

    .easycontent tr {
        display: block;
        margin-left: 0 !important;
    }

    .easycontent tr {
        text-align: center;
    }

    /*/////FOOTERMOBILE////*/
    /*.footer_block_content { display:none!important;} */
    #footer .st_open .footer_block_content {
        display: block !important;
        border-bottom: 1px solid #f2f2f2;
    }


    ul.li_fl.clearfix.custom_links_list {
        display: block !important;
    }

    #footer-bottom #footer_bottom_right {
        float: right;
        width: 100% !important;
        text-align: center;
    }

    .steasy_element_item.text-0.text-md-0.clearfix span {
        font-size: 16px !important;
    }

    /*/////CONNEXION////*/
    #authentication h1, #module-th_quick_registration-register h1 {
        font-size: 24pt;
        line-height: 50pt;
        font-family: 'Nunito', Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 3%;
    }


    #authentication section#login_form_block footer.form-footer {
        width: 30% !important;
        margin: auto;
        margin-bottom: 3%;
    }


    #shippingdate-message-top {
        text-align: left !important;
    }
}

@media screen and (max-width: 480px) {
    .module_ts_banner_module_editherm h3{
        font-size: 14px;
        line-height: 30px;
    }
    h2.module_ts_banner_module_editherm{
        font-size: 16px;
        line-height: 60px;
    }
    .module_ts_banner_module_editherm img{
        width: 70%;
    }
    .module_ts_banner_module_editherm button a{
        font-size: 14px !important;
    }
    .module_ts_banner_module_editherm button{
        padding: 6px 10px;
    }
    .module_ts_banner_module_editherm{
        align-items: center;
    }
    .module_ts_banner_module_editherm p{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}


@media screen and (max-width: 350px) {
    .module_ts_banner_module_editherm h3{
        font-size: 12px;
        line-height: 20px;
    }
    h2.module_ts_banner_module_editherm{
        font-size: 14px;
        line-height: 45px;
    }

    .module_ts_banner_module_editherm button a{
        font-size: 12px !important;
    }
}

/*AXEPTA*/
.logo_axepta {
    max-width: 62px;
    max-height: 39px;
}

/* [ECOMMERCE-1339] Favoris - ajout produit */
#side_wishlist .flex-outer li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

#side_wishlist .flex-outer > li > input {
    flex: 1 0 197px;
    max-width: 197px;
}

#side_wishlist .flex-outer > li > a {
    flex: 1 0 294px;
    display: block;
    max-width: 294px;
    text-align: center;
    padding: 13px;
}

#side_wishlist .flex-outer > li > button {
    flex: 1 0 89px;
    max-width: 89px;
}

#side_wishlist .flex-outer li {
    height: 44px;
}

#side_wishlist .st-menu-title {
    padding: 12px 12px;
    line-height: 35px;
    font-family: 'Nunito', serif;
    font-weight: 900 !important;
    display: block;
}

#side_wishlist_block .page_heading {
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-family: 'Nunito', serif;
    font-weight: 900 !important;
    margin-bottom: 0.5rem;
    margin-top: 0;
    display: block;
}

#side_wishlist_block input {
    padding: 11px 0 11px 14px;
    font-size: 16px;
    height: 100% !important;
}

#side_wishlist_block input::placeholder {
    color: #ccc;
}

#side_wishlist_block button {
    padding: 0;
    font-size: 13px;
    line-height: 1.85;
    background-color: white;
    border-width: 1px;
    font-weight: normal;
    height: 100%;
}

#side_wishlist_block button i {
    margin-left: 0;
    font-size: 13px;
}

.mt-46 {
    margin-top: 46px;
}

#side_wishlist_block .flex-outer .centered {
    justify-content: center;
}

#side_wishlist_block .flex-outer li a, #side_wishlist_block .flex-outer li a:hover {
    color: white !important;
}

/* [ECOMMERCE-1355] Ajustement graphique de la page panier */
.flex-centered {
    display: flex;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.col-gap-37 {
    column-gap: 37px;
}

.h-align {
    justify-content: center;
}

/* [ECOMMERCE-1372] Optimisation taille image */
.svg.white-fill path {
    fill: white;
}

.svg.white-fill.no-hover:hover path {
    fill: white !important;
}

.th-badge {
    position: absolute;
    top: 0;
    margin: 5px;
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 9px;
    color: white;
    font-weight: bold;
}

.th-badge.top-sales {
    background-color: #fdd940;
}

/* [ECOMMERCE-1402] Refonte page marque */
#manufacturer:not(.elementor-page) .col-lg-9, #manufacturer:not(.elementor-page) .col-xl-9, #manufacturer:not(.elementor-page) .col-xxl-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

#searchBrands {
    margin: 1.05rem 0 3.838rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#brand_search {
    font-size: 0.875rem;
    width: 100%;
    border-right: none !important;
}

#brand_search::placeholder {
    color: black;
}

#manufacturer button {
    background-color: white;
}

#manufacturer .search_widget_btn.btn i {
    font-size: 1.25rem;
}

#searchBrands form {
    width: 60%;
}

#manufacturer h2.title_block_inner {
    font-size: 1.125rem !important;
}

#brands-index {
    font-size: 1.5rem;
    letter-spacing: 2.25rem;
    font-weight: bold;
    margin: 2.625rem 0 3.313rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.822rem;
}

.brand-logo {
    width: 150px;
    height: 82px;
    border: none;
}

.brand-name h2 {
    font-size: 0.875rem;
    line-height: normal;
}

.brand-link a {
    font-weight: bold;
    font-size: 0.875rem;
    text-decoration: underline;
}

.brand-index-row h3 {
    line-height: normal;
}

.brand-index-row {
    margin-bottom: 4.375rem;
}

.mt-12 {
    margin-top: 0.75rem;
}

.brand {
    max-width: 150px;
}

#brand_suggestions {
    width: 60%;
    position: absolute;
    top: 100%;
    z-index: 2;
}

@media all and (min-width: 640px) {
    #brand_search {
        padding: 0.938rem 0 0.938rem 0.938rem;
    }
}

#manufacturer:not(.elementor-page) #sidebar_box {
    display: none;
}

#cart_title {
    font-size: 1.375rem; /* 22px */
    font-weight: bold;
}

#cart_wrapper {
    padding-top: 77px;
}

#order-summary, #order-summary-mobile {
    border: solid 1px black;
    padding: 30px;
    width: 100%;
    max-width: 400px;
}

#order-summary_title {
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
}

#cart-page {
    font-size: 1rem; /* 16px */
}

#order-summary_tax_incl_total {
    font-weight: bold;
    font-size: 1.063rem; /* 17px */
}

#order-summary_shipping-message {
    margin-top: 30px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    color: #d21e25
}

#order-summary_outstanding {
    background-color: #e6f6f0;
    padding: 6px 13px;
    margin-top: 30px;
    font-size: 0.938rem; /* 15px */
}

.step {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
    font-size: 1.375rem; /* 22px */
    border: solid 2px;
}

.step-line {
    font-weight: bold;
    font-size: 1.188rem; /* 19px */
    margin-bottom: 34px;
}

.step-line .col {
    max-width: 46px;
}

#hook-fo-shopping-cart {
    font-size: 0.813rem; /* 13px */
    margin-bottom: 81px;
}

#hook-fo-shopping-cart input::placeholder {
    color: black;
}

.flex-1 {
    flex: 1;
}

#cart-page .table {
    width: 100%;
    border: solid 1px #cacaca;
}

#cart-page .table .thead {
    background-color: #f5f5f5;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
}

#cart-page .table .tbody .tr:not(.equivalent-line) .td {
    padding: 13px;
}

#cart-page .table .tbody .tr:has(+ .equivalent-line) .td {
    padding-bottom: 0;
}

#cart-page .table .tbody .tr.equivalent-line .td {
    padding-bottom: 13px;
}

#cart-page .table .thead .th {
    padding: 13px 0 13px 0;
    text-align: center;
}

#cart-page .table .tbody .tr .td:first-child {
    font-size: 0.813rem; /* 13px */
}

#cart-page .table .tbody .tr .td:not(:first-child) {
    text-align: center;
    font-size: 0.875rem; /* 14px */
}

#cart-page .table .tbody .tr .td:first-child .img-full {
    width: 100px;
    height: 100px;
}

#cart-page .table .tbody .tr .td .input-group.bootstrap-touchspin {
    max-width: 158px;
    margin-left: 0;
    margin-right: 20px;
}

#cart-page .table .tbody .tr .td .qty_wrap {
    margin-right: 0;
    justify-content: center;
}

.bold {
    font-weight: bold;
}

#cart-page .table .tbody .tr .td .diff-replace {
    background-color: #d21e25;
    padding: 0 2px;
    color: white;
    margin-left: 10px;
}

#cart-page .table .tbody .tr:not(.equivalent-line) {
    border-top: solid 1px #cacaca;
}

#cart-page .table .tbody .tr.equivalent-line .td .replaced-product {
    margin-left: 40px;
}

.cart_btn {
    padding: 8px 17px;
}

#empty-cart-row {
    font-size: 0.875rem; /* 14px */
    margin: 0 15px 35px 0
}

.table-title-row {
    background-color: #f5f5f5;
    font-size: 1rem; /* 16px */
    border: solid 1px #cacaca;
    padding: 16px 22px;
}

#empty-cart-row a {
    cursor: pointer;
}

#fast-cart {
    border: solid 1px #cacaca;
    padding: 22px;
    font-size: 0.875rem; /* 14px */
    line-height: 2.5;
}

#fast-cart a {
    cursor: pointer;
    text-decoration: underline;
}

.cart-card_body {
    border: solid 1px #cacaca;
    border-top: none;
    display: flex;
    padding: 25px;
    font-size: 0.875rem; /* 14px */
}

#hook-fo-shopping-cart input {
    padding-left: 2%;
}

.cart-card {
    margin-bottom: 55px;
}

#cart-page .cart-card .cart-card_body input[type="radio"] {
    width: 14px !important;
}

.cart-card_body label {
    margin-left: 22px;
}

.underline {
    text-decoration: underline;
}

#cart-page .cart-card .cart-card_body .full-btn {
    color: white;
    font-size: 0.938rem; /* 15px */
    padding: 11px 38px;
    cursor: pointer;
}

#cart-page .cart-card .cart-card_body .full-btn:hover {
    color: white !important;
}

.sticky {
    position: fixed;
    top: 0;
}

.js-address-form .modal-title {
    font-weight: bold;
    font-size: 0.875rem;
}

.js-address-form {
    background-color: white;
    max-width: 736px;
    position: relative;
    width: 100%;
}

.js-address-form .steco_btn {
    max-width: 240px;
}

.w-45 {
    width: 45%;
}

.steco-btn-spin img {
    display: none;
}

.steco-btn-spin.active img {
    display: initial;
}

.black-square-radio {
    width: 10px;
    height: 10px;
    background-color: black;
}

.steco_column {
    margin: 55px 0;
}

.steco_column_section #step-3-invoice-address {
    margin-bottom: 28px;
}

.payment-option-row {
    max-width: 872px;
    border: solid 1px #cacaca;
    padding: 5px 22px;
    width: 100%;
}

.payment-option-row label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.payment-option-row input[type="radio"] {
    margin-right: 20px;
}

.steco_payment fieldset {
    width: 100%;
}

fieldset .payment-option-row:not(:last-child) {
    margin-bottom: 25px;
}

.mt-md-0 {
    margin-top: 0 !important;
}

fieldset .payment-option-row {
    margin-right: 0;
    margin-left: 0;
}

.payment-option-row:has([data-disabled]) {
    background-color: #f3f3f3;
    color: #a7a7a7;
}

.payment-option-row #axepta-paygates-list .axepta-section {
    padding-bottom: 0;
}

#axepta-additional {
    margin-left: 22px;
}

#wkrestrictpayoutstanding-additional {
    margin-top: 9px;
    margin-left: 22px;
    padding-bottom: 24px;
}

#secure-payment-notice {
    margin-top: 10px;
    margin-left: 17px;
}

#d-secure-notice {
    font-size: 0.813rem; /* 13px */
    margin: 25px 0;
}

.payment-btn {
    margin-top: 20px;
}

.order-2 {
    order: 2;
}

.ml-22 {
    margin-left: 22px;
}

#secure-payment-notice img {
    width: 13px;
    height: 15px;
    margin-right: 6px;
}

#hook-fo-shopping-cart .col-5 {
    padding: 0;
}

#hook-fo-shopping-cart .col-7 {
    padding: 0 0 0 25px;
}

#cart-products .product-details a {
    font-weight: bold;
}

.diff-replace + img {
    width: 15px;
}

.tr .d-flex .td {
    justify-content: center;
}

.diff-product-details {
    justify-content: space-between;
}

.mt-md-5 {
    margin-top: 3rem !important;
}

#order-summary_outstanding.outstanding {
    background-color: #f6e6e6;
}
#payment-options-card .disabled {
    background-color: #f3f3f3;
    color: #a7a7a7;
    cursor: not-allowed;
}

.payment-option-row.disabled label {
    cursor: not-allowed;
}

form#addresses-form .underline a {
    cursor: pointer;
}

.administrative-fees_hint {
    filter: brightness(0);
    width: 11px;
    position: absolute;
    top: 0;
}

.product_third_section {
    margin-top: 3rem;
}

/* Mobile Display */
@media (max-width: 767px) {
    .payment-option-row {
        padding: 5px 22px 5px 0;
    }
    .js-address-form {
        padding: 51px 11px;
    }
    .steco-cancel-address {
        top: 13px;
        right: 13px;
    }
    #module-steasycheckout-default .steco_addresses_form {
        padding-top: 13px;
        align-items: start;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .diff-product-details {
        flex-direction: column;
    }

    .diff-line-price, .diff-line-discount {
        justify-self: left;
    }

    #cart_wrapper {
        padding-top: 19px;
    }

    .steco_column:first-child {
        margin-top: 18px;
    }

    #hook-fo-shopping-cart {
        order: 3;
        margin-top: 22px;
        margin-bottom: 0;
    }

    .steco_column {
        margin: 37px 0;
    }

    .cart-card {
        margin-bottom: 31px;
    }

    #quick-order-row {
        margin-bottom: 22px;
    }

    .desktop-only {
        display: none !important;
    }

    #fast-cart {
        line-height: 1.6;
    }

    #cart-products thead {
        display: none;
    }

    .tr.d-flex {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    #cart-page .table .tbody .tr:not(.equivalent-line) .td {
        padding: 0;
        margin-top: 10px;
    }

    #cart-page .table .tbody .tr .td .diff-replace {
        margin-left: 0;
    }

    #cart-page .table .tbody .tr.equivalent-line .td .replaced-product {
        margin: 0;
    }

    #cart-page .table .tbody .tr:not(.equivalent-line) .td.product-price {
        justify-content: end;
    }

    .diff-replace {
        margin-bottom: 10px;
    }

    .equivalent-line .td {
        padding: 0;
    }

    .mobile-only.equivalent-line {
        display: grid;
        grid-template-columns: 50px auto 108px;
        margin-bottom: 12px;
    }

    .equivalent-line .grid-box:nth-child(1) {
        grid-row: 1;
        grid-column: 1/4;
    }

    .equivalent-line .grid-box:nth-child(2) {
        grid-row: 2;
        grid-column: 1;
    }

    .equivalent-line .grid-box:nth-child(3) {
        grid-row: 2;
        grid-column: 2/4;
        font-size: 0.813rem; /* 13px */
    }

    .equivalent-line .grid-box:nth-child(4) {
        grid-row: 3;
        grid-column: 2;
    }

    .equivalent-line .grid-box:nth-child(4) strong {
        font-size: 1rem; /* 16px */
    }

    .equivalent-line .grid-box:nth-child(5) {
        grid-row: 4;
        grid-column: 2;
    }

    .equivalent-line .grid-box:nth-child(6) {
        grid-row: 3/5;
        grid-column: 3;
    }

    .equivalent-line .grid-box:nth-child(6) .cart_btn {
        height: 40px;
        padding: 10px 17px;
        width: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hook-fo-shopping-cart label {
        font-weight: bold;
        font-size: 0.875rem; /* 14px */
    }

    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .gc-1 {
        grid-column: 1 !important;
    }
    .mt-sm-1 {
        margin-top: 5px;
    }
    #show-delivery .cart_btn {
        height: 40px;
        padding: 10px 17px;
        width: 134px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tablet-only {
        display: none !important;
    }
    #order-summary-mobile {
        order: 2;
        margin-top: 15px;
    }
    .desktop-and-tablet-only {
        display: none !important;
    }
    #axepta-paygates-list {
        margin-left: 20px;
    }
    .logo_axepta {
        max-width: 35px;
    }
    .ml-sm-4 {
        margin-left: 54px;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .payment-option-row input {
        height: 28px !important;
    }
    #order-summary-mobile a.full-btn {
        color: white;
        padding: 11px 18px;
        cursor: pointer;
    }
    #order-summary-mobile p {
        font-size: 1rem;
    }
}

/* Desktop Display */
@media (min-width: 1200px) {
    #order-summary a.full-btn {
        color: white;
        padding: 11px 38px;
        cursor: pointer;
    }
    #order-summary p {
        font-size: 1rem;
    }
    .w-lg-50 {
        width: 50%;
    }
    .mobile-only {
        display: none !important;
    }

    .diff-availability-message {
        justify-content: end;
    }

    .diff-line-price, .diff-line-discount {
        justify-content: center;
    }

    .replaced-product, .diff-label-line {
        display: flex;
    }

    .justify-content-center-lg {
        justify-content: center;
    }

    .text-center-lg {
        text-align: center;
    }

    #st-checkout-payment-step {
        margin-bottom: 150px;
    }

    .mobile-and-tablet-only {
        display: none;
    }
    .tablet-only {
        display: none !important;
    }
}

/* Tablet Display */
@media (min-width: 768px) and (max-width: 1200px) {
    #order-summary-tablet p {
        font-size: 1rem;
    }
    #order-summary-tablet a.full-btn {
        color: white;
        padding: 11px 18px;
        cursor: pointer;
    }
    .ml-md-6 {
        margin-left: 56px !important;
    }
    .payment-option-row {
        padding: 9px 17px;
    }
    #module-steasycheckout-default .steco_addresses_form {
        padding-top: 36px;
        align-items: start;
    }
    .js-address-form {
        padding: 51px 63px;
    }
    .steco-cancel-address {
        top: 14px;
        right: 14px;
    }
    #cart-page .table .tbody .tr:last-child.equivalent-line {
        border-bottom: solid 1px #cacaca;
    }
    .table-title-row {
        padding: 15px 29px;
    }
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
        display: none !important;
    }
    #cart_wrapper {
        padding-top: 29px;
    }
    .steco_column:first-child {
        margin-top: 22px;
    }
    #quick-order-row {
        margin-bottom: 27px;
    }
    #fast-cart {
        line-height: 1.4;
    }
    #cart-page .table .tbody .tr .td .diff-replace {
        margin-left: 0;
    }
    #cart-page .table .tbody .tr.equivalent-line .td .replaced-product {
        margin-left: 0;
    }
    #cart-page .table .tbody .tr.equivalent-line .td:first-child .img-full {
        width: 50px;
        height: 50px;
        margin-right: 3px;
    }
    .replaced-product {
        display: flex;
        margin-top: 11px;
    }
    .module_ts_banner_module_editherm h3{
        font-size: 20px;
        line-height: 24px;
    }
    h2.module_ts_banner_module_editherm{
        font-size: 26px;
        line-height: 38px;
    }
    .module_ts_banner_module_editherm img{
        width: 45%;
    }
    .equivalent-line .cart_btn {
        height: 40px;
        padding: 10px 17px;
        width: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #order-summary-tablet {
        border: solid 1px black;
        padding: 23px 74px;
        width: 100%;
        max-width: 541px;
        order: 2;
    }
    #hook-fo-shopping-cart {
        margin-bottom: 0;
    }
    .logo_axepta {
        width: 56px;
    }
}

/* Mobile And Tablet Display */
@media (max-width: 1200px) {
    .js-address-form.st_address_form_delivery {
        height: 767px;
        overflow-y: auto;
        max-height: calc(100vh - 80px);
    }
    #cart-page .cart-card .cart-card_body .payment-option-row .full-btn {
        padding: 11px 18px;
    }
    .w-md-100 {
        width: 100% !important;
    }
    #cart-products {
        order: 1;
    }

    #hook-fo-shopping-cart {
        order: 3;
    }

    #empty-cart-row {
        display: none;
    }

    #cart-page .table {
        border: none;
    }

    #show-delivery {
        flex-wrap: wrap;
        gap: 21px;
    }

    #show-delivery div {
        padding: 0;
        justify-content: normal !important;
    }

    #step-3-invoice-address .cart-card_body {
        flex-wrap: wrap;
        gap: 20px;
    }
}


/* ECOMMERCE-1893 Page CMS Editherm non-connecté */
.editherm-connexion {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
}
ul.test-editherm {
    list-style: none;
}
ul.test-editherm li {
    font-size: 16px;
}
.full-width-div {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border: solid 1px #e6e6e6;
}
.contact-link {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    /*text-align: center;*/
    text-decoration: underline;
}
.editherm-bleu {
    background-color: #232c56;
}
.editherm-gris {
    background-color: #f8f8f8;
}
.rounded-circle.shadow {
    box-shadow: rgba(6, 6, 6, 0.2) 0 0 10px;
}

/* Boutons */
.btn.btn-editherm {
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
    font-weight: 800;
    font-size: 1rem;
}
.btn.btn-editherm:hover {
    opacity: 0.9;
    border: none;
}
.btn.btn-editherm.bleu {
    background-color: #232c56;
    font-weight: 300;
}
.btn.btn-editherm.orange {
    background-color: #f18f1b;
    border-radius: .25rem;
    text-transform: uppercase;
    white-space: normal;
    line-height: normal;
    min-height: 40px;
    height: auto;
    box-sizing: border-box;
    padding: 10px 15px;
}

/* Tableau */
.tableau-editherm {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 150px;
}
.tableau-editherm-border {
    border-top: solid 1px #e6e6e6;
}
.tableau-editherm-top-titre {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.tableau-editherm-top-colonne {
    background-color: #f1f1fb;
    right: 0;
}
.tableau-editherm-bottom-colonne {
    background-color: #f1f1fb;
}
.tableau-editherm-bottom-colonne > .btn-editherm.orange {
    margin-top: 10px;
}
.tableau-editherm-bottom-colonne p {
    line-height: 15px;
}
.editherm-prop {
    background-color: #f1f1fb;
}
.client {
    display: none;
}
.abonne {
    display: block;
    background-color: #f1f1fb;
}
.cross-or-check {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog {
    max-width: 75vw;
}
.modal-content.editherm-bleu {
    width: 75vw;
    border: none;
}
ol.depannage {
    list-style: none;
    padding: 0;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
}
ol.depannage li {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 3rem;
    display: flex;
    align-items: center;
}

/* Responsive */
@media (min-width: 768px) {
    .client {
        display: block;
    }
    .tableau-editherm-top-colonne {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
        position: absolute;
        right: 0;
        top: -18px;
    }
    .tableau-editherm-bottom-colonne {
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
        position: absolute;
        right: 0;
        height: 215px;
    }
    .tableau-editherm-bottom-colonne p:first-child {
        line-height: 25px;
    }
    .tableau-editherm-bottom-colonne p:last-child {
        position: relative;
        bottom: -20px;
    }
    .editherm-prop {
        background-color: #FFFFFF;
    }
    ol.depannage li {
        font-size: 1.7em;
    }
}
@media  (min-width: 992px) {

    .row.custom-gutter {
        margin-right: -15px; /* Valeur négative pour annuler le margin des colonnes */
        margin-left: -15px;
    }
    .row.custom-gutter > [class^="col-"] {
        padding-right: 45px; /* Nouvelle valeur de gutter */
        padding-left: 45px;
    }
    .row.custom-gutter h3 {
        margin-bottom: 2rem;
    }
    .tableau-editherm-bottom-colonne {
        height: auto;
    }
    .tableau-editherm-bottom-colonne p:last-child {
        bottom: -35px;
    }
}
@media  (min-width: 1200px) {
    .pb-xl-2 {
        padding-bottom:.5rem !important;
    }
    .tableau-editherm-top-colonne {
        top: -32px;
    }
}
/* Fin ECOMMERCE-1893 Page CMS Editherm non-connecté */

.space-btw-header-footer {
    margin-top: 4rem;
}
.st_read_more {
    display: block!important;
    text-decoration: underline!important;
}
.st_read_more_box {
    padding-bottom: 2rem;
}
/* Styles pour le conteneur de description de la marque */
.manufacturer-description-container {
    display: flex;
    flex-direction: column;
}
.manufacturer-description-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.manufacturer-description-content .st_read_more_box {
    flex: 1;
    margin-left: 1rem; /* Espace entre le texte et l'image */
}
.manufacturer-image {
    max-width: 200px; /* Ajustez la largeur selon vos besoins */
    height: auto;
}
/* Responsive : Empiler l'image sous le texte sur les petits écrans */


.st_read_more {
    display: block!important;
    text-decoration: underline!important;
}
.st_read_more_box {
    padding-bottom: 2rem;
}
.manufacturer-image {
    border: none;
}

/* Main Menu */
.top-menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', Arial, sans-serif;
}
.top-menu > li {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem !important;
}
.menu-link,
.menu-link:link,
.menu-link:visited,
.menu-link:hover,
.menu-link:active {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 500;
    transition: background 0.3s;
}
.top-menu a[data-depth="0"] {
    padding-right: 0.9rem;
}
.top-menu .sub-menu a {
    /*padding: 10px 20px;*/
}
.menu-link:hover {
    background: #f0f0f0;
}
.top-menu .sub-menu {
    -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    border: none;
    margin-left: 0;
    width: auto;
    min-width: 270px;
    z-index: 18;
    display: none;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}
.top-menu .sub-menu .category a {
    font-size: 14px;
}
.top-menu .sub-menu .category a .text-cat-hover:hover {
    color: #fff !important;
}
.sub-menu li {
    display: block;
    border-bottom: 1px solid #dadada;  /* Séparateur horizontal */
}
.sub-menu li:last-child {
    border-bottom: none;
}
.top-menu > li.category:hover > .sub-menu,
.sub-menu li.category:hover > .sub-menu {
    display: block;
}
.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    padding: 0;
}
.top-menu .menu-link {
    font-size: 1.33em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: unset;
}
.sub-menu .menu-link {
    font-size: 14px;
    text-transform: none;
    font-weight: 500!important;
    font-synthesis: none;
}

@media (min-width: 992px) {
    .menu-link.is_parent[data-depth="0"] .text-cat-hover:after {
        font-family: fontello, serif;
        content: "\F107"; /* Code du chevron bas */
        opacity: 0.7;
        display: inline-block;
        margin-left: 5px;
        transition: transform 0.3s ease;
    }
}
.menu-link:not([data-depth="0"]) .text-cat-hover:before {
    font-family: fontello, serif;
    content: "\F105";       /* Code du chevron droit */
    opacity: 0.7;
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s ease;
    font-weight: 500!important;
}
.menu-link.is_parent[data-depth="0"] .text-cat-hover:after {
    transition: transform 0.3s ease;
}
.menu-link:not([data-depth="0"]) .text-cat-hover:hover:before {
    transform: translateX(5px);
}
.menu-link.is_parent[data-depth="0"] .text-cat-hover:hover:after {
    transform: translateY(5px);
}




.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.mobile-menu-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-link-wrapper a.menu-link {
    flex-grow: 1;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: inline-block;
}
.toggle-submenu {
    background: none;
    border: none;
    font-size: 1.45rem;
    cursor: pointer;
    margin-left: 10px;
}
.mobile-submenu {
    padding-left: 10px;
    height: auto!important;
}
.mobile-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.mobile-menu li:last-child {
    border-bottom: none;
}
.mobile-menu-link-wrapper .menu-link[data-depth="0"],
.mobile-menu-link-wrapper .menu-link:not([data-depth="0"]){
    flex: 0 auto;
    white-space: nowrap;
}
.mobile-menu-link-wrapper .toggle-submenu {
    flex: 1;
    padding-right: 10px;
    text-align: right;
}
.mobile-menu-link-wrapper .menu-link[data-depth="0"], .mobile-menu .menu-link[data-depth="0"] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 10px!important;
}
.mobile-menu-link-wrapper .menu-link {
    padding: 6px 3px!important;
}
.custom_sidebar_box {
    padding: 0!important;
}
.mobile-menu-link-wrapper .menu-link:after {
    display: none!important;
}
/* Fin Main Menu */