/*** CHECKOUT - CARRIER ***/
/* warehouse block */
.warehouse_carriers_wrapper {
    margin-bottom: 30px;
}
.warehouse_title {
	margin:25px 0;
	text-align: center;
}
.warehouse_title .carrier-seller-title {font-size:15px; text-align:center; border-bottom:3px solid #343D44; position:relative; }
.warehouse_title .carrier-seller-title span { background-color: white; position: relative; top: 10px; padding: 0 15px; font-weight: bold; color: #343D44;}
.warehouse_title .carrier-shipped-by {
    font-size: 13px;
    margin-bottom: -5px;
}

/* delivery option */
body#checkout section.checkout-step .delivery-option {
    cursor: pointer;
    display: block !important;
    padding-left: 10px !important;
    border-left: 2px solid #f6f6f6;
}

body#checkout section.checkout-step .delivery-options .delivery-option.selected, .checkout-step .delivery-option:hover {
    border-color: #333333 !important;
    background: #e2f6f9;
}
body#checkout section.checkout-step .delivery-options .delivery-option:not(.selected):hover {
    background: #ebebeb;
}
body#checkout section.checkout-step .delivery-option label  {
    cursor: pointer;
}

.ori-carrier-extra-content {
    margin-top: 20px;
}

/* warehouse products summary */
.summary-product-item {
	display: flex;
	align-items: flex-start;
	border: 1px dotted #ccc;
    	margin-bottom: 15px;
    	padding: 5px;
}

.summary-product-item .product-image {
	max-width: 40px;
	margin-right: 1rem;
	align-self: center!important;
}

.summary-product-item .product-infos {
	align-self: center!important;
}

/*** END CHECKOUT - CARRIER ***/

/*** CUSTOM EVERWINDS ***/
#left-column .block-categories {
  display: none;
}

.ew-project-actions {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 35px;
    font-weight: bold;
  
}

#content-hook-order-confirmation-footer {
  display: none;
  }
  
  
/*** CUSTOM SOGETREL ***/
.btn-primary,
#header .header-nav .cart-preview.active,
.product-flags li.product-flag {
    background: #44257D;
}

a {
    color: #000000;
}
#header a:hover,
a:hover {
    color: red;
}

#header .top-menu a[data-depth="0"]:hover{
    color: #44257D;
}
/* Ajustement du conteneur principal */
.header-top {
    padding-bottom: 15px;
    position: relative; /* Ajouté pour le positionnement du menu */
}

/* Style du logo */
#_desktop_logo {
    text-align: center;
    margin-bottom: 15px;
}

/* Style de la barre de recherche */
#search_widget {
    margin-bottom: 20px;
}

/* Ajustement du conteneur principal */
.header-top {
    padding-bottom: 15px;
    position: relative;
}

/* Style du logo */
#_desktop_logo {
    text-align: center;
    margin-bottom: 15px;
}

/* Style de la barre de recherche */
#search_widget {
    margin-bottom: 20px;
}

.header-top {
    padding-bottom: 15px;
}

/* Style du logo */
#_desktop_logo {
    text-align: center;
    margin-bottom: 15px;
}

/* Style de la barre de recherche */
#search_widget {
    margin-bottom: 20px;
}

/* Style du menu */
#_desktop_top_menu {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.top-menu {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left : 5px;
}

.top-menu > li {
    position: relative;
    display: inline-block;
}

.top-menu > li > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.top-menu > li > a:hover {
    background-color: none;
    color:#44257D;
}

h2.products-section-title {
    color:#44257D;
    font-weight: bold !important;
}

.carousel-item h2 {
    color : orange !important;

}

    /* Style pour les sous-menus */
.top-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 200px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-menu .sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-menu .sub-menu li {
    padding: 0;
}

.top-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
}

.top-menu .sub-menu a:hover {
    background-color: #f8f8f8;
    color: #000;
}

/* Affichage des sous-menus au survol */
.top-menu > li:hover .sub-menu {
    display: block;
}

#header .header-top {
    padding: 2.25rem 0px !important;
}

.top-menu a[data-depth="0"]{
    font-size: 0.9rem;
}

/* Style des sous-menus */
.top-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 10px 0;
}

.top-menu .sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-menu .sub-menu li {
    padding: 0;
}

.top-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
}

.top-menu .sub-menu a:hover {
    background-color: #f8f8f8;
    color: #000;
}

/* Affichage des sous-menus au survol */
.top-menu > li:hover .sub-menu {
    display: block;
}

/* Forcer l'affichage des sous-menus (pour le débogage) */
.top-menu .popover.sub-menu {
    display: block !important;
    height : 100px;
    width : 400px;
}

body {
    font-family: "Open Sans", sans-serif;
}

.addtocompare {
    margin-top: 10px !important;
    margin-bottom: 5px;
    background-color: #009cd5 !important;
}

.top-menu .top-menu {
    top : 5px;
    left : 2px;
}

.top-menu .sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.top-menu .sub-menu li {
    width: 100%;
}

.top-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.top-menu .sub-menu a:hover {
    background-color: #f8f8f8;
    color: #000;
}

.current-price {
    color : orange !important;;
}


#header .header-nav {
    background-color: #44257D;
}

#header a {
    color : white;
}

#header .dropdown {
    color : white;
}

#_desktop_top_menu {
    border : none;
}

#wrapper {
    background-color: rgba(215, 235, 235, 0.2);
}

#header .header-top a[data-depth="0"] {
    color : #44257D;
}

#header a.dropdown-submenu {
    color : #44257D;
}

.block-category h1 {
    color : #44257D;
}

.block-category h2 {
    color : #44257D;
}

.product-accessories {
    margin-top: 20px;
}

a.banner { display: none !important; }