/* Fonts Universpara*/
/* Poppins 400 - Regular */
@font-face {
  font-family: 'Poppins';
  src: url('/themes/child_organichouse/assets/css/fonts/Poppins-normal-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Poppins 500 - Medium */
@font-face {
  font-family: 'Poppins';
  src: url('/themes/child_organichouse/assets/css/fonts/Poppins-normal-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Poppins 700 - Bold */
@font-face {
  font-family: 'Poppins';
  src: url('/themes/child_organichouse/assets/css/fonts/Poppins-normal-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* FontAwesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('/themes/child_organichouse/assets/css/fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  src: url('/themes/child_organichouse/assets/css/fonts/material-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*Menu plus large BF*/
 .ets_mm_megamenu_content .container {
    width:1200px;
}
  /*Fin Menu plus large BF*/
/* Début CSS Page Produit*/
li::marker {
    color: #ff6f61;
    line-height: 3.5rem;
    font-size: 18px;
}

.product-text-flags{
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-left: 0px;
 }
 .product-text-flag{
    background: #ff6f61;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 8px 8px 0;
    font-weight: 500;
}
h3.product-text-promo-title.Promo_text_title {
    font-size: 16px;
    color: #ff9e00;
}

p.product-text-promo-text.Promo_text_conditions {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 0px;
}

.product-text-promo {
    border-left: solid 3px #ffc361;
    padding: 10px;
    position:relative;
    margin: 10px 0 10px 0;
}



li.product-text-flag.Promo_text_short, li.product-flag.Promo_text_short {
    background: #ffc361;
}
.product-text-flag.discount {
    /* background-color:#d50032; */
    background-color:#ff6f61;
   }
   
   .product-text-flag.new {
    /* background-color:#D83860; */
    background-color:#ffc361;
   }

.product-actions .quantity_availability .add-to-cart {
    background-color: #ff6f61!important;
    border: 2px solid #ff6f61;
    color: #fff!important;
    transition: 0.5s;
}
.product-actions .quantity_availability .add-to-cart:hover {
    background-color: #fff!important; 
    color: #ff6f61!important; 
    border: 2px solid #ff6f61;
}

.product-actions .quantity_availability .add-to-cart:disabled  {
    background-color: #0d0d0d!important;
    border-color: #0d0d0d;
    color: #fff!important;
    transition: 0s;
    animation: none;
}
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary:disabled {
    background-color: #0d0d0d;
  }
  
button.btn.an_productattributes-add-to-cart-btn.js-an_productattributes-add-to-cart:disabled {
    background-color: #0d0d0d;
}
.btn-primary:hover:disabled::before, .btn-comment:hover:disabled::before, .an_productattributes-add-to-cart-btn:hover:disabled::before {
    -webkit-animation: none;
    animation: none;
}

.product-flags{

}
.product-flag{
    
}
.marque_name{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    padding: 8px 0;
    letter-spacing: 1px;
    cursor:pointer;   
}
.product-information{
    padding-top: 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
        background: #ff6f61;
}
    
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff6f61;
}    
.owl-carousel .owl-stage-outer {
        padding: 15px 15px 75px;
        margin: -15px -15px -15px;
}
.grelated_products .owl_slider .owl-item div {
        max-width: none !important;
}    
.grelated_products .owl_slider {
        overflow: inherit;
}
.owl_slider .owl-nav {
        display: none;
}
.grelated_products.g_style_ps8 .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    top: 0;
}
/* Fin Page produit*/
/* Début bloc de réassurance*/

.an-bi-block{
    background: none;
}
.an_trust_badges-container {
    background: none;
}
.an-bi-item {
    width: 50%;
}
.an-bi-item {
    padding: 11px 11px 5px 11px;
}
/* Fin bloc de réassurance*/
.loyalty-block-product .alert-loyalty {
        margin: 5px 0 10px 0;
        padding: 0;
    }
i.material-icons.mi-loyalty {
        margin: 0px 5px 0px 0px;
    }
    
.product-prices {
        margin: 0 0 0;
    }
.owl-stage .thumbnail-container  .h2.product-title {
        height: calc(3*1.25em);
    }
/* Fin CSS Page Produit*/
/* Début CSS Page Marque*/
/* .brand_main{
    display: flex;
    flex-direction: column;
}
.brand_row{
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
            ul.letter-select.clearifx {
                margin-right: auto;
                margin-left: auto;
                width: fit-content;
            }

    .letter-select li {
                float: left;
            }

.letter-select a {
                padding: 11px;
                font-weight: bold;
                font-size: 14px;
                display: block;
            }

.box-title {
                width: 100%;
                display: block;
                font-weight: bold;
                line-height: 100px;
                padding-left: 10px;
                font-size: 70px;
                color: #ff6f61;
            }

.letter-content {
                line-height: 32px;
                padding-left: 10px
            }

.box-letter p {
                margin-bottom: 7px;
                float: left;
                width: 25%;
            }

            @media (max-width: 991px) {
                .all-brands .box-letter p {
                    width: 50%;
                }
            }

 */
.letter-select {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.letter-select a{
    padding: 6px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
    cursor: pointer;

}
.letter-select a:hover{
    color: #ff6f61;

}
ul.letter-select {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
.letter-content {

display: flex;
flex-direction: row;
flex-wrap: wrap;
line-height: 32px;
padding-left: 10px;
text-align: left;
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: 1px;
cursor: pointer;
}
.box-letter a:hover {
color: #ff6f61;
}
.box-letter li {
margin-bottom: 2px;
float: left;
width: 25%;



}
a.marque_gras{
    font-weight: bold;
}
.box-title {
    font-weight: bold;
    line-height: 100px;
    padding-left: 10px;
    font-size: 70px;
    color: #ff6f61;
}

.brandcolumn-left.col-md-4:hover img, .brandcolumn-mid.col-md-4:hover img, .brandcolumn-right.col-md-4:hover img {
    transform: scale(1.1);
}
   /* Fin CSS Page Marque*/

   /* Début tableau page produit*/

   .data-sheet tr th {
    display: table-cell;
    width: 30%;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.data-sheet tr td {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
table.data-sheet {
    width:100%;
}
.tabs .tab-pane#caracteristiques  {
    padding :0px!important;
}

   /* Fin tableau page produit*/

   /* Début Moteur de recherche*/
   .search-widget form input[type=text] {
    border:none;
    color: #2d2d2d;
    border-bottom: 2px solid #ff6f61;
    border-radius:0px
}

.search-widget form input[type=text]:focus {
    border:2px solid #ff6f61;
    border-radius:10px;
}

   /* Fin Moteur de recherche*/
  /* Début Couleur Pictos*/

   .account-login path, .blockcart-icon path, #search_widget path, .user-info path {
    fill: #0d0d0d;
}

  /* Fin Couleur Pictos*/

/* Début bannière header Livraison*/
.up_banner_header p {
    text-align: center;
    margin-bottom:0px;
    color:#fff;
     background-color:#ff6f61;
    font-weight:600;
}
/* Fin bannière header Livraison*/

/* Début tableau Livraison*/
.tableau_livraison td {
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    border:none;
}

tr.entete {
    font-weight: 500;
    border: 2px solid #1d1d1d;
}
td.entete {
    border-right:2px solid #1d1d1d;
    width:30%;
    text-align: center;
    
}

table.tableau_livraison {
    border:2px solid #1d1d1d
}
.entete td:nth-child(n+2) {
    left: -30px;
    position: relative;
}
td.entete {
    font-weight: 500;
 }
 td {
    padding: 15px;
    border: solid 1px;
 }

@media (max-width:570px) {
.tableau_livraison td {
        padding: 3px;
        font-size: 14px;
    
    }
td {
        padding: 3px;
    }
    
.h1, h1 {
    font-size: 24px;
    }
    
.h2, h2 {
    font-size: 18px;
    }
body{
    font-size:12px;
    }
 }
 @media (max-width:300px) {
    body{
        font-size:9px;
        }
 }
/* Fin Tableau livraison*/
/* Début Footer*/
.footer-legal {
    display: inline-flex;
    font-size: 12px;
    padding: 0 calc(12px / 2);
    line-height: 2.6;
}
.link_style{
 cursor: pointer;

}
.link_style:hover, link_style:focus {
       color: #949494;
   }
   i.material-icons.star80 {
    background:-moz-linear-gradient(left, orange 70%, #2d2d2d 30%); 
    background: -webkit-linear-gradient(left, orange 70%,#2d2d2d 30%); 
     background: linear-gradient(to right, orange 70%,#2d2d2d 30%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    }
    i.material-icons.full {
        background:orange;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color:transparent;
        }

        .ekomi_notation{
            display: flex;
            padding: 25px 0;
        }

        .txtfooterekomi {
            padding: 5px;
        }
        a.txtfooterekomi {
            font-size: 12px;
        }
        .footerekomi {
            padding: 5px;
            margin-top: auto;
            margin-bottom: auto;
        }


    /* début liste footer     */
   @media(min-width: 768px){
            .hidden-sd-up .float-xs-right {
            display: none;
            }
            .title.clearfix.hidden-sd-up{
            margin: 0 0 8px 0;
            
                 }
            }
        /* fin liste footer     */        
/* Fin Footer*/
/* Début Sous-catégories*/
#js-product-list-top {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.category-description-banner-on {
    position: absolute;
    padding: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media (max-width: 767px){
.block-category img {
    height: 15vh;
    object-fit: cover;

}
.block-category h1 {

    margin: auto;
}
}
.block-category img{
    margin:auto;
}
ul.subcategories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.subcategory-name a{
    color: #000;
    background: linear-gradient(to bottom,transparent 50%,#000 50%) no-repeat center top transparent;
    background-size: 100% 200% !important;
    outline-color: #000;
    transition: all .3s;
    overflow: hidden;
    padding: 10px;
    border: 0;
    border: 2px solid #000;
}

.subcategory-name a span {
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subcategory-name {
    margin: 0 0 5px 5px;
    padding-bottom: 15px;
}

.subcategory-name a:hover {
    background-position: center bottom !important;
    color: #fff;
    outline-color: #fff;
}
/* Fin Sous-catégories*/
/* Début catégories*/
div#search_filters_wrapper {
    padding-left: 15px;
    width: 85%;
}

.search_filters_mobile-btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.block-category p {
    overflow: hidden;
    /* text-overflow: clip; */
    /* white-space: wrap; */
    /* height: 80px; */
    /* word-break: keep-all; */
    /* text-overflow: ellipsis; */
    max-height: 80%;
}

#category-description {
    background-color: #ffffffbd;
    margin: 20px;
    padding: 10px!important;
}

@media (min-width: 769px){
#category-description {
    width: 40%;
}
}
@media (max-width: 768px){
 .block-category img {
        height: 50vh;
    }

}
@media (min-width: 992px){
.product-miniature.product-height:not(.col-lg-12) {
    display: flex;
    flex-direction: column;
}}
.product-price-and-shipping {
    padding-top: 15px;
}

  .Produit-config-icon {
    position: absolute;
    top: -32px;
    margin: 0;
    height: 36px;
    width: 36px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: #fff;
    overflow: hidden;
    transition-duration: 0.2s;
    transition-property: width;
    box-shadow: 0px 0px 15px -10px #000;
    margin-bottom: -24px;
    border-radius: 100%;
    transition: width 0.2s, border-radius ease-out 0s 0.2s;
  }
  
  .Produit-config-icon span {
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
  }
  
  .Produit-config-icon span:nth-child(1) {
    top: 12px;
    left: 16px;
    background: #ff6f61 ; /* Orange vif */
  }
  .Produit-config-icon span:nth-child(2) {
    top: 12px;
    left: 4px;
    background: #ff6f6140 ; /* Or */
  }
  .Produit-config-icon span:nth-child(3) {
    top: 3px;
    left: 9px;
    background: #ff9e00;
} 
  
  .Produit-config-icon > p {
    font-size: 12px;
    line-height: 32px;
    left: 32px;
    padding-left: 36px;
    padding-right: 8px;
    color: #ff6f61; /* Orange vif */
  }
  
  .thumbnail-container:hover .Produit-config-icon{
    width: 80%;
    border-radius:0%;
    transition: width 0.2s, border-radius ease-out 0s 0s;
  }
  
  
  section#products .product-flags .product-flag{
    font-size:.8rem
  }
  
/* Fin catégories*/
/* Début Menu*/
#header .layout_layout5 .mm_columns_ul .ets_mm_block > .h4 a:hover {
    color: #ff6f61;
    font-size:16px;
}
#header .layout_layout5 .mm_columns_ul .ets_mm_block > .h4 a:hover {
    font-size:15px;
    font-weight: 600;
}
span.mm_menu_content_title {
    line-height: 2;
}
@media (min-width:1199px) {
    span.mm_menu_content_title {
        max-width: 175px;
        text-align: center;
        line-height: 1.2;
    }
}

.ets_mm_block_content ul li {
    display: inline-flex;
    width:100%;
    height:100%;

}
.ets_mm_block_content ul li a {

    width:100%;
    height:100%;

}

a.ets_mm_url {
    padding: 5px;
}

.ets_mm_block_content ul li a:hover {
    border-left: 3px solid #ff6f61;
    font-size: 17px;
}


#header .layout_layout5 .univertmenu  .mm_tabs_li:hover .mm_tab_toggle_title a {
    color: #4B7448;
    font-size:17px;
    
}

#header .layout_layout5 .univertmenu  .mm_tabs_li:hover {
   border-left: 3px solid #4B7448;
    
}
@media (min-width: 769px) {
li.mm_menus_li.mm_menus_li_tab.univertmenu.mm_sub_align_full.mm_has_sub.hover {
    position: relative;
}
}
#header .dropdown-menu {
    z-index: 10000;
    min-width: 115px;
    width: 100%;
    left: 0;
    font-size: 14px;
}

.h4, h4 {
    padding-left: 0;
}

.blockcart-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#_desktop_user_info {
    margin: 0 0 0 22px;
}
#_desktop_user_info span.hidden-md-down {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.blockcart-icon svg {
    margin: 0px 0 6px;
}

/* Fin Menu*/

/* Début main Menu*/
/* main{
overflow-x: hidden;
} */
/* Fin main Menu*/
/* début newsletter*/
.block_newsletter{
    background:none;
}
@media (min-width: 769px) {
.block_newsletter .row {
    flex-direction: row;
}
p.newsletter-title.h3 {
    width: 30%;
}

.block_newsletter .row .col-md-12.col-xs-12 {
    width: 70%;
}

}
.block_newsletter form p {
    font-size:12px;
}

p.newsletter-title.h3 {
    font-weight: 500;
}


/* fin newsletter*/

#header .mobile-header {
    display: flex;
    align-items: center;
}
#header .mobile-header #_desktop_user_info {
    order: 2;
    margin-right: 20px;
}
#header .mobile-header #_mobile_cart {
    order: 3;
}
#header .mobile-header #_desktop_user_info .account-login span, #header .mobile-header #_desktop_user_info .account span {
    display: none;
}
@media (max-width:991px) {
    #header .header-top > div.ets_mm_megamenu {
        /* display: none; */
    }
    .ets_mm_megamenu.hook-default {
        width: auto;
    }
}


.slider-eco-1 {
    max-width: 600px;
    margin: 100px auto;
    overflow: hidden;
    border: 1px solid #f1f1f1;
  
  }
  .slider-eco-1 .slider-eco {
    animation: slider-eco-1 12s infinite ease-in-out;
    display: flex;
  
    /* Si on veut faire glisser vers la droite */
    /* Il faut aussi changer l'animation(transform) en valeurs positives */
    /* flex-direction: row-reverse; */
  }
  .slider-eco-1 p {
    background: #000;
    flex-shrink: 0;
    padding: 72px 0;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #f1f1f1;
  }
  .slider-eco-1 img {
    flex-shrink: 0;
    width: 100%;
    height: auto;


  }
  
  
  /* 
     5% par transition, nombre choisi arbitrairement.
  
     reste divisé par nb de pauses
     80(%) / 4 = 20(%) par pause
  */
  
  @keyframes slider-eco-1 {
    5%,
   10% {
      transform: translateX(0);
    }
    15%,
    20% {
      transform: translateX(-100%);
    }
    25%,
    30% {
      transform: translateX(-200%);
    }
    35%,
    40% {
      transform: translateX(-300%);
    }
    45%,
    50% {
      transform: translateX(-400%);
    }
    55%,
    60% {
      transform: translateX(-500%);
    }
    65%,
    70% {
      transform: translateX(-600%);
    }
    75%,
    80% {
      transform: translateX(-700%);
    }
    85%,
    90% {
      transform: translateX(-800%);
    }
    95%,
    100% {
      transform: translateX(-900%);
    }
    105%,
    110% {
      transform: translateX(-1000%);
    }
    115%,
    120% {
      transform: translateX(-1100%);
    }
  } 

  /*début header menu*/
  @media (min-width:991px) and (max-width:1199px) {
    .header-universpara-left.col-md-2.col-xl-2 {
        width:23%;
    }
    }
    @media (min-width:768px) and (max-width:990px) {
    .header-universpara-left.col-md-2.col-xl-2 {
        width:25%;
    }
    }
  .ybc-menu-toggle {
    padding: 0;
}
  .header-universpara {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    min-height: 75px;
    
}

.header-universpara-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:flex-end;
    padding: 10px;
}

#_desktop_logo.hidden-sm-down {
    display: block!important;
}
#_desktop_cart.hidden-md-down {
    display: block!important;
}   


.search-widget form input[type=text] {
    border: none;
    color: #2d2d2d;
    border-bottom: 2px solid #ff6f61;
    border-radius: 0px;
    width: 100%;
}

@media (max-width:767px) {
.header-universpara-left{
    order:0;
    }

.header-universpara-mid{
    order:2;
    width: 100%;
    }

.header-universpara-right{
    order:1;
    }

img.logo.img-responsive {
        height: 30px;
        width: auto;
    }    
#header nav .container {
        padding:0px;
    }
.header-universpara-left.col-md-2.col-xl-2 {
        width: 40%;
}
}
@media (max-width:1199px) {
    .mm_columns_li{
        padding-top: 30px;
    } 
}
@media (min-width:1200px) {
    .universpara_toggle{
    display: none;
}
.header-universpara-left.col-md-2.col-xl-2 {
    padding: 0;
    width: 17.5%;
}
}

@media (max-width:991px) {
    .account-login span {
        display: none;
    }
    
    span.blockcart-link-price {
        display: none;
    }
    .user-info .hidden-md-down {
        display: none!important;
    }
}

@media (max-width:324px) {
img.logo.img-responsive {
    height: 20px;
    width: auto;
} }
#header{
    position: sticky;
    z-index:100;
    transition: top .3s;
}

.header-banner .row {
    margin: 0;
}
/*Début Panier*/
@media (max-width: 767px){
    .cart-item .qty-wrap {
        flex-direction: row;
    }}  
/*Fin Panier*/
  /* fin header menu*/

  /*Début Accueil*/
  .up_h1_home h1 {
    font-size: 23px;
}

.up_h1_home {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
  @media (max-width: 575px){
  .an_banner.an_banner-type1.an_banner-white.col-xs-12.col-sm-4.col-md-12 {
    width: 33%; 
}}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-image img {
    width: 100%;
}

.an_advantages .an_advantages-item .an_advantages-item-title {
    padding-left: 0;
}

.an_homeproducts-block .products-section-title {
    display: block;
}
.an_homeproducts-banner img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.an_homeproducts-banner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.an_banner img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.an_banner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.an_homeslider .owl-prev:hover, .an_homeslider .owl-next:hover {
    background: none;
}
.an_homeslider .owl-prev, .an_homeslider .owl-next {
    background: none;
}

body {
    line-height: normal;
}

@media(min-width:769px){
    section.featured-products.an_homeproducts-products.clearfix.mt-3.js-an_homeproducts-products .owl-item.active {
        width: 33.33%!important;
        margin-right: 0px!important;
    }
    
    section.featured-products.an_homeproducts-products.clearfix.mt-3.js-an_homeproducts-products .owl-stage{
        width:100%!important;
    display:flex;   
    }
    
    section.featured-products.an_homeproducts-products.clearfix.mt-3.js-an_homeproducts-products .thumbnail-container-image {
        height: 250px!important;
    
    }
    section.featured-products.an_homeproducts-products.clearfix.mt-3.js-an_homeproducts-products a.thumbnail.product-thumbnail {
        height:auto!important;
    }
    .an_homeproducts-products .owl-carousel .product-miniature {
        max-width: none !important;
        width: 270px!important;
    }
    
    }
.js-an_homeproducts-block.an_homeproducts-block {
    margin-bottom: 50px;
}
    
.an_homeproducts-content.js-an_homeproducts-content .row {
    margin-top: 40px;
}
    .homecolumn-left.col-md-3 .row {
    margin-top: 68px;
}    
/*Fin Accueil*/
/*Début Promotions*/
.facet ul {
    max-height: 450px;
    overflow: overlay;
    scroll-behavior: smooth;
}
/*Fin Promotions*/
/*Début Panier*/
.order-confirmation-table td {
    border:none;
    padding:0px;
}
.card.cart-summary, .card.js-cart {
    padding: 10px 0 15px 0;
}
.carrier-extra-content {
    overflow: hidden;
    /*max-height: 0; 
    transition: all 0.5s ease-in-out; */
    height: 0px;
  }

.carrier_visible{
    display: block;
    /*max-height: 50px;*/
    height: 100%;
    min-height: fit-content;
}

.sendcloud-spp__selection {
    justify-content: flex-end;
}

.sendcloud-spp__pick-button.btn.btn-default.button.button-small {
    background-color: #ff6f61;
    color: #fff;
    font-weight: 500;
}
#checkout .checkout-step .iti__flag-container + .form-control {
    padding-left: 52px;
}
/*Fin Panier*/

/*Début 404*/
#pagenotfound .page-not-found h1{
    background: -webkit-linear-gradient(top, #ff8f61 30%, #ff6f61 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/*Fin 404*/
/*Début paiement*/
.paypal-mark {
    padding: 0 0 0 5px!important;
    border: none!important;
    margin: 0!important;
}

.payment-options div {
    line-height: 2.5;
}
#ifrRelais {
    height: 100%;
    width: 100%;
}  
/*Fin paiement*/

/*Début Global*/
.product-description h2 {
    font-size: 22px;
}
.product-description h3 {
    font-size: 20px;
    font-weight:500;
}
.product-price-and-shipping .price {
    font-weight: 500;
}
.h3, h3 {
    font-weight: 500;
    text-transform: none;
}

#cms h3 {
    text-transform: none;
}
/*Fin Global*/
/*Maj panier login + menu coloré avec balise*/
body#checkout .nav-item .nav-link {
    color:#0d0d0d;
}
body#checkout .nav-item .nav-link.active {
    color:#ff6f61;
}

li.menu-couleur span.mm_menu_content_title {
    color: #ff6f61;
}
/*Maj panier iframe cb intégrée */
iframe#braintree-hosted-field-number {
    max-height: 20px;
}

iframe#braintree-hosted-field-expirationDate {
    max-height: 20px;
}

iframe#braintree-hosted-field-cvv {
    max-height: 20px;
}

#pay-with-payment-option-3-form .form-group.col-xs-6.col-6 {
    padding-left: 0;
}

.dutiko-sensor {
    display: none!important;
}