
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

/********************************************************
			Template Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%; 
  -ms-touch-action: pan-y;
  margin-top: 10px;
}
.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;
}
.owl-page.active,.owl-page:hover{
    background-color: #FFC157;
    cursor: default;
}
.owl-page {
	background-color:#666666;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}
.owl-pagination{text-align:center;}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}
 
.customNavigation,.owl-buttons {

	opacity:0;
	  background:#fff;
	  direction: ltr;
    position: absolute;
    width: auto;
    z-index: 959;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 43%;
    bottom: auto;
}
.pst-hometabcontent:hover .customNavigation{
  opacity: 1;
}

/*.product-accessories .customNavigation{
  bottom: 10px;
}*/
#pstcategorytabs .customNavigation{
 top: 35%;
}
/*.pst-hometabcontent .customNavigation{
   bottom: 25px;
}*/

.blog-container .customNavigation{
  top: 44%;
}
.customNavigation .btn, .owl-buttons div {
    background:none;  
    padding: 0;
    height: 20px;
    width: 80px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0;
  	margin:0 5px;
  	display:inline-block;
  	vertical-align:top;
}
.customNavigation a.next, .owl-buttons .owl-next {
    
    background-image: url("../img/themeimage/right-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    float: right;
    height: 40px;
    margin: 0;
    position: absolute;
    right: -40px;
    left: auto;
    width: 40px;
    background-color: #fff;
    /*top: 42%;*/
    /*width: 35px;*/
    /*font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.14px;
    line-height: 34px;
    padding-right: 20px*/;
}
.customNavigation a.next:hover, .owl-buttons .owl-next:hover{
     background-image: url("../img/themeimage/right-arrow-hover.svg");
     background-color: #CAAB74;
}
.customNavigation a.prev, .owl-buttons .owl-prev {
   
    background-image: url("../img/themeimage/left-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    float: left;
    height: 40px;
    left: -40px;
    right: auto;
    margin: 0;
    position: absolute;
    /*top: 42%;*/
    width: 40px;
     background-color: #fff;
   /* font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.14px;
    line-height: 34px;
    padding-left: 20px;*/
}
#pstcategorytabs:hover .customNavigation{
  opacity: 1;
}
.customNavigation a.prev:hover, .owl-buttons .owl-prev:hover{
   background-image: url("../img/themeimage/left-arrow-hover.svg");
    background-color: #CAAB74;
}
#pst_categorycmsblock:hover .customNavigation{
  opacity: 1;
}
#pst_categorycmsblock .customNavigation a.prev{
  left: 60px;
}
#pst_categorycmsblock .customNavigation a.next{
  right: 60px;
}
.brands .customNavigation a.prev,.brands .customNavigation a.next{
 /* width: 35px;
  background-position: center center;
  background-color: transparent;
  background-size: 20px auto;
  padding: 0;*/
}
#psttestimonialcmsblock .owl-prev,#psttestimonialcmsblock .owl-next{
  width: 35px;
  background-position: center center;
  background-color: transparent;
  background-size: 20px auto;
  padding: 0;
  font-size: 0;
  bottom: -20px;
  top: auto;
  opacity: 0;
}

.pst-hometabcontent:hover .customNavigation,
.special-products:hover .customNavigation,
.blog-container:hover .customNavigation,
.brands:hover .customNavigation,
.product-accessories:hover .customNavigation{
	opacity:1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brands .customNavigation{
	/*position:static;	*/
}
.brands .pstbrand_prev{opacity: 0; left:-85px;right:auto;position:absolute;top: 40%;z-index:9;}
.brands .pstbrand_next{opacity: 0;right:-85px;left:auto;position:absolute;top: 40%;z-index:9;}
.brands:hover .pstbrand_prev,#psttestimonialcmsblock:hover .owl-prev{
  opacity: 1;
}
.brands:hover .pstbrand_next,#psttestimonialcmsblock:hover .owl-next{
  opacity: 1;
}
.brands .customNavigation,#psttestimonialcmsblock .owl-buttons{
	position: absolute;
  top: 35%;
  bottom: auto;
  width: 100%;
}
#psttestimonialcmsblock .owl-buttons{width: 22%;/*opacity: 0;*/}
/*#psttestimonialcmsblock:hover .owl-buttons{opacity: 1;}*/
.brands .customNavigation{
  opacity: 0;
}
.brands .products .product_list:hover .brands .customNavigation{
  opacity: 1;
}

/*.brands .title-wrapper{display:none;}*/
.brands .products .product_list{padding:0 30px; margin:0;}
.brands .product-carousel{margin:0;}
@media (max-width: 1500px) {
  .customNavigation a.prev, .owl-buttons .owl-prev{
    left: 0;
  }
  .customNavigation a.next, .owl-buttons .owl-next{
    right: 0;
  }
}
@media (max-width: 1199px) {
	.customNavigation a.prev,.owl-buttons .owl-prev{
		left: 0;
	}
	.customNavigation a.next,.owl-buttons .owl-next{
		right: 0;
	}		
	/*#main .images-container .js-qv-mask { margin:0px; }*/
}
@media (max-width: 991px) {
  .brands .pstbrand_prev{
    left: 0;
  }
   .brands .pstbrand_next{
    right: 0;
  }
  .brands .customNavigation,.brands .pstbrand_prev,.brands .pstbrand_next {opacity: 1;}
}
@media (max-width: 767px) {

}
@media (max-width: 480px) {
  
}

#pstleftbanner img,
#pstrightbanner img{
	max-width: 100%;
}	

/* DEVILISH */
body {color: white;}

.top_button {
    bottom: 30px;
    right: 120px;
}
.top-menu .sub-menu {width:290px;max-width:350px;top:50px!important;}
#_desktop_top_menu .top-menu .popover {max-width:350px;}

@media (min-width: 1900px) {
.flexslider .caption-description {
    bottom: 100px;
    left: 100px;
    max-width: 900px;
    font-size: 26px;
    line-height: 40px;
}
}
@media (max-width: 1800px){
.flexslider .caption-description {
    bottom: 40px;
    left: 40px;
    max-width: 600px;
    font-size: 18px;
    line-height: 26px;
}
}
@media (max-width: 1024px) {
.flexslider .caption-description {
    bottom: 20px;
    left: 40px;
    max-width: 500px;
    font-size: 12px;
    line-height: 22px;
}
}
@media (max-width: 991px) {
	#header .header-nav .top-logo {
    top: 5px;
}
#header .header-nav .top-logo a img {
    max-height: 80px;
    max-width: 100%;
}
}

#header {
    background: url(../img/themeimage/breadcrumb.jpg) no-repeat 0 center;
	background-size:cover;
}
#header .menu {
text-shadow: 1px 1px #000000;
padding: 36px 0 0 0;
}
.breadcrumb {
    background: none;
}
.pst-hometabcontent {display:none;}
#pstleftbanner {text-align:center;}
#pst_serviceblock::after {background:none;}
.homeblog-inner .blog-author {display:none;}
.pagination li span { background:white; }
.searchtoggle {z-index:1000;top:80px;}
.ui-autocomplete {z-index:1000;}

.cart_block .block_content .checkout.card-block {text-align:center!important;}
.cart_block_list {max-height:400px;overflow-y:scroll;}
@media (max-width: 360px) { .cart_block_list {max-height:290px;overflow-y:scroll;}  }
@media (max-width: 991px) { #header .blockcart .cart-products-count { display: block!important;} }
@media (max-width: 480px) { #mobile_top_menu_wrapper { top: 100px; } }
@media (max-width: 991px) { #blockcart-modal .product-image { width: 33%;} }

/* PAGE FABRICANT */
li.brand {text-align:center;margin-left:15px;}
li.brand .brand-img {text-align:left;}
li.brand .brand-img img {
	margin-left:-20px;
	border-radius: 50%;
	border:5px solid rgb(234,234,234);
	-webkit-filter: invert(1);
	filter: invert(1);
}
li.brand .brand-infos {
	background : #333;
	margin-top: -60px;
	padding: 50px 10px 20px 10px;
}
li.brand .brand-products {
	background : #CAAB74;
	padding:10px;
	margin-bottom:30px;
	overflow:hidden;
}
li.brand .brand-products a:nth-child(odd) { float:left; }
li.brand .brand-products a:nth-child(even) { float:right; }

/* LISTES PRODUITS */
.products .product_list .regular-price {
	color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    top: -95px !important;
    padding: 0 10px;
    position: absolute;
    text-transform: capitalize;
    letter-spacing: 1.04px;
    left: 10px;
    right: auto;
    background-color: #CAAB74;
    border-radius: 20px;
}
#category .products .product_list .regular-price { top: -115px !important; }
#category .products .product_list .product-title {
    min-height: 70px !important;
}
#prices-drop .products .product_list .regular-price { top: -115px !important; }
#prices-drop .products .product_list .product-title {
    min-height: 70px !important;
}
#prices-drop #columns_inner {
    padding-top: 15px;
}
.products .product_list .product-title {min-height:45px!important;}
.products .product-miniature .quick-view{ background-image: url("../img/themeimage/add-to-cart.svg") !important; }
.products .product-miniature .quick-view:hover { background-image: url("../img/themeimage/add-to-cart-hover.svg") !important; }

/* PAGE PRODUIT */
.product-prices .dpdSecondPrice { margin-left:30px; }
.product-prices .tax-shipping-delivery-label { display:none; }
.product-variants > .product-variants-item select { width:auto; }
.product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {	background: #CAAB74; }
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name { background: #CAAB74; }
.product-description h2 {color:white!important;}
#product-availability {color:white;}
li.product-flag.new {
    text-transform: capitalize;
    background-color: #CAAB74;
    color: #fff;
    letter-spacing: 1.4px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 6px 26px 5px;
    font-size: 14px;
    border-radius: 25px;
}

/* PANIER */
body#checkout section.checkout-step .js-address-form .h4 {color:white;}
body#checkout section.checkout-step h4 {color:white;}
body#checkout section.checkout-step .add-address {margin:0 0 2.5rem 0;}
body#checkout section.checkout-step #address_delivery {color:white!important; background-color:transparent!important;}
body#checkout section.checkout-step #soflexibilite_description_address {border: 1px solid #eeeeee; padding:1rem; margin-bottom:1.25rem;}
body#checkout #delivery textarea, body#checkout #gift_message textarea {background:snow;color:black;}
body#checkout section.checkout-step .payment-options div:first-child {margin-top:2rem;}
body#checkout section.checkout-step .payment-options label img {display:none;}
#blockcart-modal .dpdSecondPrice {margin-top: 0px!important;}
body#checkout .js-modal-content p {color:black!important;}

/* COMMANDES */
.page-order-detail .box {background-color:#222!important;color:white!important;}
#invoice-address h4, #delivery-address h4 {color:white!important;}

/* BLOG */
.blog-content-wrap .title a {white-space:normal!important}
.blog-detail .blog-description {color:white;}
.blog-detail .blog-description ul {list-style: circle;padding-left:30px;}
.blog-detail .blog-description h2 {color:inherit;padding-top:10px;}

/*BLOG MODIFS*/
.blogcontannonces{
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  width:100%;
  margin-top:2.5px;
  margin-bottom:2.5px;
  border-left:2px grey solid;
  border-right:2px grey solid;
  border-top:2px grey dotted;
  border-bottom:2px grey dotted;
}

.blogannonces{
  display:flex;
  flex-direction: column;
  width:100%;
  border-right:2px grey dotted;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

@media (max-width: 612px) {  /*version telephone portable*/
  .contbutton{/*contient les boutons detail et ajouter au panier*/
    display: flex;
    flex-direction: column;
  }

.blogbutton {
  border-radius: 5px;
  padding: 6px 20px 5px;
}
  .blogimg{/*class des img du blog*/
  display: flex;
  justify-content: center;
  max-width: 107px;
  max-height: 107px;
  min-height: 107px;
  margin-bottom: 3px;
  align-self: center;
}

.contlegendblog{
height: 200px;
}
}

@media (min-width: 613px) {  /*VERSION ORDINATEUR*/
.blogbutton {
  border-radius: 25px;
  padding: 6px 26px 5px;
}

.blogimg{/*class des img du blog*/
  display: flex;
  justify-content: center;
  width:100%;
  opacity: 1;
  transform: scale(1);
  align-self: center;
}

.blogimg img:hover{
  opacity: 0.7;
  transform: scale(0.85);
  transition: .3s ease-in-out;
}
}

 .blogbutton {/* class des boutons du blog*/
    background-color: #CAAB74;
    text-transform: capitalize;
    align-content: center;
    letter-spacing: 1.4px;
    position: relative;
    opacity: 1;
  }

  .blogbutton:hover {
  background: white;
  opacity: 0.9;
  color:black;
  border-radius: 5px;
  }

.western{
  text-align:center;
}

.thblog{/*th tableau du blog*/
background-color:#959495;
}
.tdtitre{
  background-color: #959495;
  color:white;
}
.tdtext{
  background-color: white;
  color:black!important;
}

.contlocalisation{
  display: flex;
  justify-content: center;
}

.lienblog{
  color:#CAAB74;
  text-decoration: underline;
  font-weight: bold;
}

.social-wrap{
  display: flex;
  flex-direction: column;

}

 .blog-detail .blog-tags{
  margin-bottom: 30px;
 }

.blog-tags a span {
  background-color: red;
  border-radius:15px;
  padding:5px;
  opacity: 1;
}

.blog-tags a span:hover{
  opacity: 0.8;
}

.blog-detail .social-share{
  display:none;
}
/* RGPD */
.psgdprinfo17 h2, .psgdprinfo17 p, .psgdprinfo17 a {color:black !important;}


@media (max-width: 479px) {
  .products .product_list .product-title {
     min-height: 70px !important;
      overflow: hidden;
      height: 70px !important;
  } 
}

body .price-label {
  background-image: radial-gradient(circle at 0 0, rgba(204,0,0,0) 20px, #CAAB74 20px), radial-gradient(circle at 100% 0, rgba(204,0,0,0) 20px, #CAAB74 20px), radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 20px, #CAAB74 20px), radial-gradient(circle at 0 100%, rgba(204,0,0,0) 20px, #CAAB74 20px) !important;
}


#preheader {
  background:black;
  display: block;
  clear: both;
  color: #fff;
}

#preheader .container {
  padding: 10px;
}
 

#loyalty {
  display:flex;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.artifidel {
flex:1;
font-size: 12px!important;
line-height: 1.5;
}

#loyalty i 
   {
  font-size:20px;
  width:40px;
  }
  


#wrapper {
  background: none;
}


#preheader .argu {
  text-align:center;
}




#preheader .container strong {
  font-weight:700
}

.tel i, .fois3 i , .livraison i {
 color: #CAAB74;
 font-size:20px;
}

.tel i, .fois3 i , .livraison i {
  color: #CAAB74;
  font-size:20px;
  padding-right:10px;
 }

.tel a{
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 20px;
  
 }

 
 .petitdiable  {
  border-radius: 0 0 0 30px;
  background: white;
  width: 51px;
  height: 44px;
  font-size: 24px;
  padding: 8px 19px 5px 14px;
  position: absolute;
  top: -17px;
  right: -18px;
  padding-right: 34px;
  z-index: 5;
}
 .petitdiable i  {
  font-size: 24px;
}

/* sous menu 1   */

.li-niveau1 .adtm_sub {
  background: linear-gradient(rgb(0, 0, 0), rgb(119, 96, 57));
  border-radius: 0 0 60px 10px;
  box-shadow: 0 14px 10px 10px rgba(0, 0, 0, 0.47);
}


#header {
  background: none;
}

.li-niveau1 .adtm_sub {
  background: linear-gradient(rgb(255, 255, 255), rgb(219, 219, 219));
  border-radius: 0 0 10px 10px;
  box-shadow: 0 14px 10px 10px rgba(0, 0, 0, 0.47);
}

#adtm_menu .li-niveau1 {
  min-height: 43px;
  line-height: 5px;
  border-bottom: 1px dashed black;
}

#mobile_top_menu_wrapper {
  background-color: #ffffff;
  left: 0;
  margin: 0 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 82px;
  z-index: 99999;
  height: calc(100% - 82px);
  overflow-y: scroll;
  border: 1px solid #eeeeee;
  text-align: left;
  width: 80%;
}
/*  MODIF MENU MOB  */
#mobile_top_menu_wrapper {
  background-color: transparent;
  top: 62px;
  height: calc(100% - 62px);
  width: 100%;
  border: none;
}

#mobile_top_menu_wrapper #back_adtm_menu {
  background-color: rgba(0,0,0,0.6);
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  height: 100%;
}


.nav-inner .menu-close {
  font-size: 42px!important;
  padding-top: 7px;
}


#mobile_top_menu_wrapper #adtm_menu {
  width:90%;
} 



/*  MODIF MENU MOBFIN  */





.baseline {
  text-align: center;
  padding: 31px 30px;
  max-width: 500px;
  float: left;
  z-index: 5;
  position: relative; 
}


.baseline h1 {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  font-size: 27px;
    color: white;
    margin-top:20px;
    transform: rotate(-3deg);
    text-transform: initial;
}  

@media only screen and (min-width : 1200px) and (max-width : 1400px) {
#header .search-widget:hover form input[type="text"], .search-widget form input[type="text"] {
  width: 300px;
}

.baseline {
  width:36%
} 

.baseline h1 {
  font-size: 24px;
}

}


/*  FIN TYPO */







.logopt {
  display:none;
}


@media (min-width: 1550px) {
.container {
    max-width: 1500px;
}


#header .header-top > .container {
  max-width: 1510px;
}

}


@media (max-width: 991px) {
#header #mobile_top_menu_wrapper li a {
    padding:0;
    display: block;
}

}


@media (max-width: 991px) {
#header #mobile_top_menu_wrapper li a:hover {
    color: #000;
}

}

.points_container p:first-child {
  font-style:italic;
  font-size:12px;

}



.points_container a {
  background:green;
  color:white;
  padding: 11px 15px;
  border-radius: 10px;
  text-decoration: none;
  margin: 4px 0;
  display: inline-block;
  transition: 0.3s;

}
.points_container a:hover {
  background:#CAAB74;
}

.points_container a:before {
content:"> "
  
}


product-prices div {
  margin: 0 5px 6px 0;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  width: auto;
  bottom: 0;
}

.searchtoggle {
  margin: 0 auto;
  z-index: 5;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 41px;
}

.block-category h1 {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
}


.search_button {
  display: none;
}

.product-cover img {
  border-radius:20px
}

.images-container .product-images > li.thumb-container > .thumb {
  border-radius:7px
}

.products .product-thumbnail, .products img {
  border-radius: 20px;
}

.product-prices div {
  font-size: 25px;
  font-weight: 600;
}

.productpage_title, .quickview h1.h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}

#product .dpdSecondPrice {
font-size: 13.667px!important;
color: rgb(255, 255, 255)!important;
margin: 13px 26px!important;

}


#main > h1, #main h2.h2, #main .page-header h1, .block-category h1 {
  text-transform: initial;
}

.breadcrumb {
    margin: 30px 0 0;
    padding: 25px 0;
    text-align: left;
    font-size: 12px;
}

#wrapper .breadcrumb {
  margin-top: 0;
  padding: 35px 0 5px 0;
  border-bottom: 1px solid #666;
  margin-bottom: 35px;
}


#main .page-header h1 {
  margin-top: 28px;
}

.breadcrumb li::after {
  content: ">";
  color:#caab74;
}




@media (max-width: 991px) {

  
#wrapper .hidden-sm-down.breadcrumb {
    margin-top: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    display:block!important
}

.block-category.hidden-sm-down {
  display: block !important;
  margin-bottom: 7px;
}


.block-category.hidden-sm-down {
  display: block !important;
}
.block-category.hidden-sm-down #category-description,   .block-category.hidden-sm-down .category-cover {
  display: none !important;
}


.block-category.hidden-sm-down .category-cover, .filter-button {
  display: none !important;
}



}

@media (min-width: 991px) {

#pst_categorycmsblock .pst-cat-item {
  width: 33%;
}

.pst-cat-item img {
  max-width: 100%;
  height: auto;
  margin: 5px 10px;
  transition:all 0.2s linear;
  border-radius: 0;
  box-shadow: 0;
  opacity: 1;
  
  }

.pst-cat-item img:hover {
  opacity: 0.6;

}


}


@media (max-width: 991px) {

  #header .logo {
    display:none;
  }


  #header .nav-inner {
    padding: 10px 0 0 0;
    box-sizing: border-box;
    position:relative;
}


  #header .header-nav .top-logo  a img.logopt {
    max-height: 80px;
    margin: 0 auto;
  }
  

  .logopt {
    display:block!important;
    max-height: 80px;
    max-width: 160px!important;
    margin: 4px ​auto
  }

  #header .header-nav .top-logo {
    top: 10px;
}

#header .header-nav.fixed .top-logo {
  top: 10px;
}

.pst-cat-item img {
  border-bottom: 14px solid black;
}


#pst_categorycmsblock .pst-cat-item {
    padding: 0;
    margin:0!important;
}



li.advtm_menu_13 a.a-niveau1 {
  border: none !important;
}



  }
  




.supermex {
  min-height:370px;
}


#adtm_menu {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0 0px 0px 0px;
}




#adtm_menu .li-niveau1 {
  border-bottom: 1px dashed black!important;
}


#header #mobile_top_menu_wrapper li a {
  color: #131313;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 0;
}


.adtm_column_wrap span.column_wrap_title, .adtm_column_wrap span.column_wrap_title a, .adtm_column_wrap span.column_wrap_title span[data-href] {
  color: #000;
}


#adtm_menu .adtm_column {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.2;
}

#adtm_menu .adtm_column_wrap span.column_wrap_title {
  padding: 6px 0px 6px 0px;
  margin: 5px 0px 5px 0px;
  border-bottom: 1px dashed gray;
}


 .column_wrap_title:hover {

   background:#caab74;
 }

 
 .column_wrap_title:hover a,  .column_wrap_title a:hover, #adtm_menu .adtm_column span.column_wrap_title:hover, #adtm_menu .adtm_column span.column_wrap_title a, #adtm_menu .adtm_column span.column_wrap_title a:hover {

 text-decoration:none!important;
 color: #000;
}
 .column_wrap_title:hover a,  .column_wrap_title a:hover, #adtm_menu .adtm_column span.column_wrap_title a, #adtm_menu .adtm_column span.column_wrap_title a:hover {

padding-left:7px;
}



/*  fin sous menu 1   */






@media (max-width: 991px) {
#header .header-nav .container {
    padding: 0;
}
}


#header .header_logo {
  padding: 11px 0;
}


#index #header {
  border: none;
}


#index #header {
  position: static;
  border-bottom: none;
}
 
main {
  background: url("../img/themeimage/wallpapers.jpg") repeat 0 0;
}


 /*  BOOTSTRAP Visibility Classes   */

 .visible-xs,
 .visible-sm,
 .visible-md,
 .visible-lg {
   display: none !important;
 }
 .visible-xs-block,
 .visible-xs-inline,
 .visible-xs-inline-block,
 .visible-sm-block,
 .visible-sm-inline,
 .visible-sm-inline-block,
 .visible-md-block,
 .visible-md-inline,
 .visible-md-inline-block,
 .visible-lg-block,
 .visible-lg-inline,
 .visible-lg-inline-block {
   display: none !important;
 }
 @media (max-width: 767px) {
   .visible-xs {
     display: block !important;
   }
   table.visible-xs {
     display: table !important;
   }
   tr.visible-xs {
     display: table-row !important;
   }
   th.visible-xs,
   td.visible-xs {
     display: table-cell !important;
   }
 }
 @media (max-width: 767px) {
   .visible-xs-block {
     display: block !important;
   }
 }
 @media (max-width: 767px) {
   .visible-xs-inline {
     display: inline !important;
   }
 }
 @media (max-width: 767px) {
   .visible-xs-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   .visible-sm {
     display: block !important;
   }
   table.visible-sm {
     display: table !important;
   }
   tr.visible-sm {
     display: table-row !important;
   }
   th.visible-sm,
   td.visible-sm {
     display: table-cell !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   .visible-sm-block {
     display: block !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   .visible-sm-inline {
     display: inline !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   .visible-sm-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
   .visible-md {
     display: block !important;
   }
   table.visible-md {
     display: table !important;
   }
   tr.visible-md {
     display: table-row !important;
   }
   th.visible-md,
   td.visible-md {
     display: table-cell !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
   .visible-md-block {
     display: block !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
   .visible-md-inline {
     display: inline !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
   .visible-md-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 1200px) {
   .visible-lg {
     display: block !important;
   }
   table.visible-lg {
     display: table !important;
   }
   tr.visible-lg {
     display: table-row !important;
   }
   th.visible-lg,
   td.visible-lg {
     display: table-cell !important;
   }
 }
 @media (min-width: 1200px) {
   .visible-lg-block {
     display: block !important;
   }
 }
 @media (min-width: 1200px) {
   .visible-lg-inline {
     display: inline !important;
   }
 }
 @media (min-width: 1200px) {
   .visible-lg-inline-block {
     display: inline-block !important;
   }
 }
 @media (max-width: 767px) {
   .hidden-xs {
     display: none !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   .hidden-sm {
     display: none !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
   .hidden-md {
     display: none !important;
   }
 }
 @media (min-width: 1200px) {
   .hidden-lg {
     display: none !important;
   }
 }
 .visible-print {
   display: none !important;
 }

/* Popup sendcloud*/

.sendcloudshipping-map {
  z-index: 2147483647;
  width: 90%;
  height: 80%;
  margin: auto;
  max-width: 1000px;
}
.sendcloudshipping-map iframe {
border-radius: 9px;
/* min-height: 600px; */
}

@media screen and (max-width:520px) {
  .sendcloudshipping-map {
    height: 80%;
  }
  
}

 /*   End Classes Visibility */



 /*  Custom translate  */



    .pst-categorycmsblock-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .pst-cat-item img {
        margin: 0;
    }

    #pst_categorycmsblock .pst-cat-item {
        width: calc(33.333% - 8px);
    }
    .pst-categorycmsblock-inner .pst-cat-item-inner a {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
    }

    .pst-categorycmsblock-inner .pst-cat-item-inner .catdess {
           position: absolute;
           padding: 5px 10px;
           display: flex;
           justify-content: space-between;
           gap: 5px;
           z-index: 9;
           width: 100%;
           bottom: 0;
           background-color: rgba(255, 255, 255, 0.3);
           align-items: center;
       }
       .pst-cat-item-inner .catdess h2,
       .pst-cat-item-inner .catdess span
       {
           font-family: "Oswald", sans-serif;
           font-weight: 500;
           color: white;
           text-transform: uppercase!important;
           font-size: 20px;
           margin: 0;
       }
       .pst-cat-item-inner .catdess h2 {
       text-shadow: 0 0 5px rgba(0,0,0,0.5);
      }
       .pst-cat-item-inner .catdess span
       {
           font-size: 35px;
       }


    .catdess h2.cat-noir,
       .catdess span.cat-noir
       {
           color: black;
       }

       .catdess h2.cat-rouge,
       .catdess span.cat-rouge
       {
           color: red;
       }

       @media (max-width: 991px) {
        .pst-cat-item img {
            border: 0;
        }

        #pst_categorycmsblock .pst-cat-item {
          width: calc(50% - 12px);
        }
      }


       @media (max-width: 767px) {
        .pst-cat-item img {
            border: 0;
        }

        #pst_categorycmsblock .pst-cat-item {
          width: 100%;
        }
      }

