

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
    position: absolute;
    width: 42px;
    top: -50px;
    right: 20px;
    direction: ltr !important;
}
.customNavigation a {
	font-size: 0px;
    position: absolute;
    font-weight: 300;
    height: 30px;
    width: 30px;
    line-height: 26px;
    padding:2px 12px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    background: #f7f7f7;
}
.customNavigation a:before{
	font-family: "FontAwesome";
    font-size: 17px;
    line-height: 28px;
    color: #000000;
}
.customNavigation a.prev:before{
	content: '\f104';
}
.customNavigation a.next:before{
	content: '\f105';
}
.customNavigation a:hover{
	border-color: #2b85f4;
    background-color: #2b85f4;
}
.customNavigation a:hover:before{ color: #ffffff; }

.customNavigation a.prev {
  left: -10px;
  background-position: 0px -6px;
}

.customNavigation a.next {
  right: -10px;
  background-position: -128px -6px;
}

.customNavigation a.prev:hover{
	background-position:0px -63px;
}

.customNavigation a.next:hover{
	 background-position: -128px -63px;
}

@media (max-width: 991px) {
	.brands .customNavigation a.prev{
		left: -0px;
	}
	.brands .customNavigation a.next {
		right: -0px;
	}
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}
#czleftbanner li, #czrightbanner li {
    display: inline-block;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#czleftbanner li a:before, #czrightbanner li a:before {
    background:rgba(170, 167, 41, 0.55) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
	border:3px solid #2b85f4;
    background: #fdd000;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    border-radius: 4px;
}
.top_button:hover {
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.top_button:before {
   font-family: "FontAwesome";
    content: "\f176";
    color:#2b85f4;
    font-size: 18px;
    left: 14px;
    position: absolute;
    top: 5px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
/* Flexslider */
.products .all-product-link{
  background-color:#f05e31;
  border-color:#f05e31;
  color:#302a6b;
}

.products .all-product-link:hover{
  color:#f05e31;
  background: #302a6b;
  border-color: #302a6b;
}


#index .spinner {
    background: url(../../../Stanley/assets/img/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}

/******************/
/* SARTH TEXTILE  */
/******************/

@media (min-width: 1200px){
  .col-lg-20prc{
      width:20% !important;
  }
}

.btn-primary,
.product-quantity .add .add-to-cart{
    color:#302a6b;
    background: #f05e31;
    border-color: #f05e31;
}

.btn-primary:hover,
.product-quantity .add .add-to-cart:hover{
    color:#f05e31;
    background: #302a6b;
    border-color: #302a6b;
}

.header-top-inner .menu{
    width:100%;
    clear: both;
}

.breadcrumb li a:hover{
  color:#302a6b;
}

#header .header-nav{
  background-color: #000000;
}
#header .header-nav #contact-link {
    float: left;
}
#header .header-nav #customLink {
    float: left;
    margin-right: 10px;
    padding: 15px 0 15px 0;
    font-weight: bold;
}
#header .header-nav #customLink i {
    font-size: 16px;
    color:#f05e31;
}
#header .header-nav #customLink a:hover {
    color:#f05e31;
}
#header .header-nav #customLink::after {
    margin-left: 10px;
    content: '|';
    color: white;
}

#header .logo{
    max-height: 100%;
}

.header_logo{
    height: 145px;
    padding:15px 0 !important;
}
.fixed .header_logo {
    height: 85px;
}

#header .user-info.open .user-info-title,
#header .user-info .user-info-title:hover,
#header ul.dropdown-menu li a:hover{
  color:#f05e31;
}


@media (min-width: 992px) {
  .top-menu a[data-depth="0"]:hover {
    color: #302a6b;
  }
  .header-top-inner a[data-depth="0"]:before{
    background: #e3572c;
  }
}

.top-menu .sub-menu li > a.dropdown-submenu{
  color: #302a6b;
}

.top-menu .sub-menu li > a.dropdown-submenu:hover{
  color: #201c48;
}

#header .blockcart {
  margin-top: 0;  
}

#header .blockcart .blockcart-header>a.shopping-cart .cart-products-count,
#header .blockcart .blockcart-header>a.shopping-cart{
  color:#302a6b;
}
#header .blockcart .blockcart-header>a.shopping-cart:hover .cart-products-count,
#header .blockcart .blockcart-header>a.shopping-cart:hover{
  color: #201c48;
}

ul.product-flags li {
  background-color:#302a6b;
}

.products .product_list li:hover .product-title a,
.products .product_list li:hover .product-title {
	color: #302a6b;
}

.products .product_list li .quick-view{
  background-color:#f05e31;
}
.products .product_list li .quick-view:hover{
    background-color:#b24624;
}

.products .product_list li .btn.add-to-cart{
  background-color:#f05e31;
}

.products .product_list li .btn.add-to-cart:hover{
  background-color:#f05e31;
}

.block_newsletter .title{
  color:#302a6b;
}

.block_newsletter form input.btn{
  background:#302a6b;
}

.block_newsletter form input.btn:hover{
  background:#201c48;
}

#footer .footer-before {
  background:#f05e31;
}

#footer{
  background:#000000;
}

.footer-container{
    border-bottom-color:#f05e31;
    font-size: 12px;
}

.block-contact li i{
  color:#e3572c;
}

.footer-container li a:hover{
  color:#f05e31;
}

.top_button{
  background: #f05e31;
  border-color:#302a6b;
  color:#302a6b;
}

a:focus, a:hover{
  color:#302a6b;
}

.products-selection .display li#list:hover, .products-selection .display li#list.selected{
  border-color:#302a6b;
}

#left-column .products-block .view_more a,
#right-column .products-block .view_more a,
#left-column .block-categories .block_title a,
#left-column .block-categories .block_title .collapse-icons i{
  color:#302a6b;
}
#left-column .block-categories .block_title:before, #right-column .block-categories .block_title:before{
  border-color:#302a6b;
}

.products-selection .display li#grid a{
  background:url(../img/codezeel/sprite.png) no-repeat scroll -6px -33px transparent
}
.products-selection .display li#list a{
  background: url(../img/codezeel/sprite.png) no-repeat scroll -43px -33px transparent;
}


.products .product_list.list li .btn.add-to-cart{
  color:#302a6b;
  background: #f05e31;
  border-color: #f05e31;
}

.products .product_list.list li:hover .btn.add-to-cart,
.products .product_list.list li .btn.add-to-cart:hover{
  color:#f05e31;
  background: #302a6b;
  border-color: #302a6b;
}

.pagination a{
  background-color: #302a6b;
  border-color:#302a6b;
}

.pagination .current a,
.pagination a:hover{
  border-color: #f05e31;
  background-color: #f05e31;
}

.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link.active{
  color:#302a6b;
}

.product-cover .layer .zoom-in{
  background-color:#f05e31;
}

.input-group .input-group-btn > .btn:hover{
  background: #f05e31;
  border-color:#f05e31;
}

.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover span.link-item,
.product-line-grid .cart-line-product-actions a:hover i,
.page-my-account #content .links a:hover i{
  border-color:#f05e31;
  color:#f05e31;
}

.checkout.cart-detailed-actions a.btn.btn-primary,
#blockcart-modal .cart-content button{
  color:#302a6b;
  background: #f05e31;
  border-color: #f05e31;
}

.checkout.cart-detailed-actions a.btn.btn-primary:hover,
#blockcart-modal .cart-content button:hover{
  color:#f05e31;
  background: #302a6b;
  border-color: #302a6b;
}

#blockcart-modal .cart-content .btn-primary{
  color:#f05e31;
  background: #302a6b;
  border-color: #302a6b;
}
#blockcart-modal .cart-content .btn-primary:hover{
  color:#302a6b;
  background: #f05e31;
  border-color: #f05e31;
}

#custom-text .custom-details{
    margin-top: 40px;
  background-color:#f05e31;
}

#custom-text .custom-details .cms-right:before{
  border-left-color:#302a6b;
}

#custom-text .custom-details .cms-right{
  background-color:#302a6b;
}

#custom-text .custom-details .custom.custom-title,
#custom-text .custom-details .custom.custom-desc{
  color:#FFF;
}
#custom-text a {
    color:#f05e31;
}
#custom-text a:hover {
    text-decoration: underline;
}
#custom-text p, .homeContent {
    font-size: 1.1em;
    color: #262626;
}

#homePictos {
    margin: 3em auto;
}
#homePictos .col {
    float: left;
    width: 50%;
    padding: 0 0.5em;
    text-align: center;
    line-height: 1;
}
@media (min-width: 768px) {
    #homePictos .col {
        width: 20%;
    }
}

#czbannercmsblock .cmsbanners {
    margin: 0 -15px;
}

#czbannercmsblock .cmsbanners .cmsbanners-inner-block {
    overflow: hidden;
}

#czbannercmsblock .cmsbanners .cmsbanner {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    max-height: 340px;
    margin-bottom: 1em;
}
@media (max-width: 575px) {
    #czbannercmsblock .cmsbanners .cmsbanner {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #czbannercmsblock .cmsbanners .cmsbanner {
        max-height: 370px;
    }
}

#czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor {
    display: inline-block;
    position: relative;
}

#czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    transform: scale(1.55);
    -webkit-transform: scale(1.55);
    -moz-transform: scale(1.55);
    -o-transform: scale(1.55);
    -ms-transform: scale(1.55);
}

@media (min-width: 576px) {
    #czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor img {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
    }

    #czbannercmsblock .cmsbanners .cmsbanner,
    #czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor,
    #czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor img {
        width: 100%;
    }

}

#czbannercmsblock .cmsbanners .cmsbanner:hover a.banner-anchor img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#czbannercmsblock .cmsbanners .cmsbanner-text {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    text-align: center;
}

#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .main-title {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 22px;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#czbannercmsblock .cmsbanners .cmsbanner:hover .cmsbanner-text .main-title {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #2b85f4;
}

#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .sub-title {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 8px;
    line-height: 28px;
}
#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .sub-details {
    padding: 1em;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.03em;
    color: #ffffff;
    font-weight: 500;
}

#czbannercmsblock .cmsbanners .cmsbanner-text .shop-button {
    display: inline-block;
    margin: .5em 0;
}

#czbannercmsblock .cmsbanners .cmsbanner-text .shop-button a {
    font-size: 11px;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background: #FFF;
    padding: 11px 26px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

@media (min-width: 992px){
  #czbannercmsblock .cmsbanners .cmsbanner-text .shop-button {
  }
}

@media (min-width: 1200px){
  #czbannercmsblock .cmsbanners .cmsbanner-text .shop-button {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

.top-menu a[data-depth="0"]{
    margin: 21px 11px;
}

@media (max-width: 1199px) {
    .top-menu a[data-depth="0"] {
        margin-left: 3px;
        margin-right: 3px;
        font-size:12px;
    }
}


div[id^=product-description-short-] ul {
    list-style: disc !important;
    margin-left:20px;
}


/***
 * Display color name
**/
.color-name {
  vertical-align: top;
  margin-left: 5px;
  line-height: 20px;
}


.header-nav > .container{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.header-nav .left-nav,
#header .header-nav .right-nav {
    display: flex;
    align-items: center;
    flex: 1;
}

#header .header-nav .right-nav{
  float: none;
  justify-content: flex-end;
  align-items: stretch;
}

#header .user-info{
  float: none;
  margin-top: 0;
  display: flex;
  align-items: center;
}

#header .user-info .dropdown-menu{
  top: 100%;
}

/************************************/
/* TRIGGER MENU DANS HEADER     */
/************************************/
.header-top > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav .container .left-nav{
  display: flex;
  align-items: center;
  flex: 1;
}

#header .search-widget{
    margin: 0;
    order: 3;
    float: none;
    overflow: visible;
    min-width: unset;
}

#header .search-widget .search_toggle {
    top: 50%;
    right: 25px;    
    transform: translate(0%, -50%);
    transition: none;
}

/* Surcharge style module uiorderhistorypro */
.ohp_actions_product_search {
    width: 22em;
}

.ohp_actions_product_search_result_name {
  line-height: 1.2;
}

.ohp_order_detail_box_title.two_items{
  align-items: center;
}

.ohp_order_detail_reorder{
  line-height: normal;
  height: auto;
}

#header #desktop_cart {
  order: 4;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.navbar--trigger {
  cursor: pointer;
  font-size: 1.3em;
  color: #302a6b;
  padding: 10px 15px;
  transition: color 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar--trigger span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000000;
  transition: color 0.3s;
}

.navbar--trigger:hover,
.navbar--trigger:hover span {
  color: #f05e31;
}

/************************************/
/* MEGA MENU DROPDOWN (style Lego)  */
/************************************/

/* Container principal - panneau fixe a gauche */
.mega-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  z-index: 1001;
  /* overflow: hidden; */
  transition: transform 0.4s ease;
  transform: translateX(-100%);
  display: flex;
  flex-direction: row;
}

.mega-dropdown.active {
  transform: translateX(0);
}

/* Panneau principal (niveau 0) */
.mega-dropdown-inner {
  position: relative;
  width: 350px;
  padding: 40px 0 20px;
  overflow-y: auto;
  flex-shrink: 0;
}

/* Bouton fermer */
.mega-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  transition: color 0.2s;
  z-index: 10;
}

.mega-close:hover {
  color: #f05e31;
}

.mega-dropdown-title {
  font-size: 16px;
  font-weight: 700;
  color: #302a6b;
  text-transform: uppercase;
  padding: 0 15px 10px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #f05e31;
  margin-bottom: 10px;
  text-align: left;
  box-sizing: content-box;
}

/* Sous-panneaux - flyout a droite, pleine hauteur */
.mega-subpanel {
  position: fixed;
  top: 0;
  left: 350px;
  width: 350px;
  height: 100vh;
  background: #f9f9f9;
  padding: 40px 0 20px;
  overflow-y: auto;
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
  z-index: 1002;
}

.mega-subpanel.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Sous-sous-panneaux (niveau 2+) */
.mega-subpanel .mega-subpanel {
  left: 700px;
  background: #f3f3f3;
}

/* Slider - on n'en a plus besoin en tant que tel */
.mega-slider {
  position: relative;
}

.mega-panel {
  position: relative;
}

/* Liste de liens */
.mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-item {
  border-bottom: 1px solid #eee;
  position: relative;
}

.mega-item:last-child {
  border-bottom: none;
}

.mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s, background-color 0.15s;
}

.mega-link:hover {
  color: #f05e31;
}

.mega-item.is-active > .mega-link {
  color: #302a6b;
  background-color: rgba(48, 42, 107, 0.05);
}

.mega-link i {
  color: #ccc;
  font-size: 11px;
  transition: transform 0.2s, color 0.2s;
}

.mega-link:hover i,
.mega-item.is-active > .mega-link i {
  color: #302a6b;
  transform: translateX(3px);
}

.mega-item.current > .mega-link {
  color: #f05e31;
}

/* Titre cliquable dans le sous-panneau */
.mega-panel-title {
  display: flex;
  align-items: flex-end;
  padding: 0 15px 10px;
  height: 50px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  color: #302a6b;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #f05e31;
  margin-bottom: 10px;
  box-sizing: content-box;
}

.mega-panel-title:hover {
  color: #f05e31;
}

/* Overlay */
.mega-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mega-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header top position */
.header-top {
  position: relative;
}

.header-top.mega-is-open {
  z-index: 1000;
}

/************************/
/* CMS MENU BAR         */
/************************/
/* .hastone-custommenu {
  width: 100%;
} */

.hastone-custommenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hastone-custommenu-item {
  margin: 0;
}

.hastone-custommenu-item a {
  display: block;
  padding: 15px 14px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}

.hastone-custommenu-item a:hover {
  color: #f05e31;
}

#header .search-widget .search_button {
  vertical-align: middle;
}

#header .search-widget .search_button:before{
  display: none;
}
#header #desktop_cart + .search-widget .search_button:before{
  display: inline-block;
}

.product-customization-line .value img,
.product-customization-line .media-img img{
  max-width: 25%;
  max-height: 90px;
  margin-right: 2rem;
}

.customization_img img {
  max-width: 150px;
  max-height: 150px;
  margin-top: 1rem;  
}

.customization_img + .modal .modal-header{
  border: none;
}
    
@media (max-width: 1199px) {
  .hastone-custommenu-item a {
    padding: 12px 8px;
    font-size: 14px;
  }
  
  .navbar--trigger span {
    font-size: 14px;
  }
  
  .navbar--trigger{
    font-size: 1.2em;
  }
}

@media (max-width: 991px) {
  .header-top > .container {
    flex-wrap: wrap;
  }
  
  .header-top > .container::after {
    display: none;
  }

  .header-top-inner {
    order: -1;
    flex-grow: 0;
  }
  
  #header .header_logo {
      float: none;
      flex-grow: 1;
      order: 0;
  }

  #header .search-widget {
    order: 1;
  }

  #page.active:before {
    opacity: 0;
  }
  
  #page.active .mobile-menu-inner{
    background-color: #fff;
    border: none;
  }
  
  #page.active .mobile-menu-inner:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
  #page.active .mobile-menu-inner:after{
    content: "";
    background-color: #000000;
    opacity: 0.7;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .mega-dropdown-inner {
    padding: 20px;
  }

  .hastone-custommenu-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Harmonisation couleur liens mobile en orange */
  #mobile_top_menu_wrapper a:hover,
  .mobile-menu .top-menu a:hover,
  .top-menu .sub-menu a:hover,
  #header .mobile-menu-inner .top-menu a.dropdown-item:hover,
  #header .mobile-menu-inner .top-menu a.dropdown-submenu:hover {
    color: #f05e31;
  }

  .header-top-inner .menu-icon.active .cat-title:after {
    color: #f05e31;
  }
}

@media (max-width: 991px) {
  #header .header-top-inner .menu-icon .cat-title {
    font-size: 18px;
  }

  .header-top-inner .menu-icon .cat-title:after {
    font-size: 22px;
  }
}

/* Hastone Custom Menu - Catalogues Dropdown */
.hastone-custommenu-dropdown {
  position: relative;
}

.hastone-custommenu-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.hastone-custommenu-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hastone-custommenu-dropdown:hover > .hastone-custommenu-submenu {
  display: block;
}

.hastone-custommenu-subitem {
  margin: 0;
  padding: 0;
}

.hastone-custommenu-subitem a {
  display: block;
  padding: 10px 12px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.hastone-custommenu-subitem:last-child a {
  border-bottom: none;
}

.hastone-custommenu-subitem a:hover {
  background-color: #f5f5f5;
}

@media (max-width: 991px) {
  /* Mobile slide panels */
  .mobile-slide-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .mobile-slide-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    visibility: hidden;
    background: #fff;
  }

  .mobile-slide-panel.active {
    position: relative;
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-slide-panel.slide-out-left {
    position: absolute;
    transform: translateX(-100%);
    visibility: hidden;
  }

  .mobile-slide-trigger {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    line-height: 1.8;
  }

  .mobile-slide-trigger:hover {
    color: #f05e31;
  }

  .mobile-slide-trigger i {
    font-size: 12px;
    color: #999;
  }

  .mobile-menu-inner > .menu-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-slide-back {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 15px;
    cursor: pointer;
    color: #f05e31;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
  }

  .mobile-slide-back:hover {
    color: #f05e31;
  }

  .mobile-slide-back i {
    font-size: 11px;
  }

  .mobile-slide-title {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #302a6b;
    text-decoration: none;
    border-bottom: 2px solid #f05e31;
    line-height: 1.4;
  }

  .mobile-slide-title:hover {
    color: #f05e31;
  }

  #mobile_top_menu_wrapper .mobile-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-slide-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-slide-item {
    border-bottom: 1px solid #eee;
  }

  .mobile-slide-link {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }

  .mobile-slide-link:hover {
    color: #f05e31;
  }

  .mobile-slide-item.current > .mobile-slide-link {
    color: #f05e31;
  }

}