@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');
#axime-header-web{
    display: block;
}
body, button, input, textarea {
    color: #43454b;
    font-family: "Roboto";
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
.axime-header-container{
    height: 100px !important;
    padding-top: 6px !important; 
    background-color: #377248 !important;
}
.axime-header-row-content{
    width: 100%;
    display: flex;
	height: 50px !important;
}
.axime-left-space-nav , .axime-right-space-nav {
    width: 10%;
}
.axime-nav-header-content{
    width: 80%;
}
.axime-logo-container-size{
    height: 50px;
    width: 13%;
    min-width: 140px;
}
.axime-location-container-size{
    height: 50px;
    width: 15%;
    min-width: 150px;
}
.axime-search-nav-container-size{
    width: 47%;
}
.axime-user-data-container-size{
    height: 50px;
    width: 15%;
    min-width: 150px;
}
.axime-cart-container-size{
    height: 50px;
    width: 10%;
    min-width: 100px;
}
.axime-search-inline-form{
    width: 100%;
    margin-top: 6px;
}
.axime-header-div-selec_real{
    position: relative;
	float: left;
	cursor: default;
	/* overflow: hidden; */
	top: 0px;
	/* height: 100% !important; */
}

.select-option-one{
	height: 100%;
	top: 0px;
	width: 100%;
}

.nav-icon-axime{
	position: absolute;
	top: 0px;
	width: 50px;
	height: 100%;
}

.axime-header-select-nav{
	position: absolute;
    border-radius: 0.25em 0em 0em 0.25em;
	font-size: 0.8em;
	width: 160px;
	appearance: menulist-button ;
    background-color: rgb(236, 236, 236);
	/* padding: 12px; */
	top: 0px;
	border: none;
	left: 0;
	height: 34px;
	outline: 0;
}
.axime-dropdown-list {
	height: 380px;
	overflow-y: scroll;
	line-height: 15px;
}
.axime-dropdown-list li {
	font-size: 15px;
}
/* .axime-input-search-bar{
}
.axime-header-nav-menu-row{

} */


.axime-header-nav-menu-row{
    width: 80%;
    display: flex;
}
.axime-header-nav-menu-row-content{
    width: 100%;
    display: flex;
}
.axime-menu-info {
    color: white;
    text-decoration: none;
    text-decoration-line: none !important;
}
.axime-text-menu-info{
    text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
}
.axime-horizontal-nav-near-menu{
    text-decoration: none !important;
    color: rgba(255,255,255,.6) !important;
    text-decoration-line: none !important;
}
.axime-to-hover:hover{
    text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
    border: 1px solid white;
}
.axime-web-menu-container-ul{
	width: auto;
}
.axime-web-menu-class{
	width: 100%;
	display: flex !important;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

.axime-web-menu-class li{
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none !important;
    color: white !important;
	text-decoration-line: none !important;
	padding-left: 0px;
	padding-right: 0px;
}
.axime-web-menu-class li a{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none !important;
    color: white !important;
	text-decoration-line: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.axime-web-menu-class li:hover{
	text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
    border: 1px solid white;
	
}
.axime-web-menu-class li:focus{
	text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
    border: 1px solid white;
	
}
.axime-web-menu-class li a:hover
{
	text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
	border: none;
}
.axime-horizontal-nav-near-menu:hover{
    text-decoration: none !important;
    color: white !important;
    text-decoration-line: none !important;
}
.color-F39323{
    background-color: #F39323;
}
.axime-text-color-white{
    color: white;
}
.axime-background-cart{
    background-image: url("https://img.icons8.com/windows/50/ffffff/shopping-cart.png");
    width: 50px;
    height: 50px;
}
.axime-cart-count{
    background-color: #F39323;
    border-radius: 50%;
	color: black;
	position: relative;
	top: 0;
	left: 0%;
	width: auto;
}
.axime-text-color-lightgrey{
    color: rgb(226, 226, 226);
}
.axime-font-size-header-reduct-80{
    font-size: 0.8em;
}
.axime-header-web-nav-background{
    background-color: #0D1C11;
}
#axime-header-mobile{
    display: none;
}

/**
Axime Side bar for all screen
*/
.wrapper {
    display: block;
}

.axime_sidebar {
	display: none;
    min-width: 200px;
    max-width: 85%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* top layer */
    z-index: 999999;
	background-color: white;
	
}

.axime_sidebar .container-fluid{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
.axime-fixed-in-sidebar-nav{
	position: fixed;
}
.axime_side_bar_content{
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.axime_sidebar.active{
	display: block;
}
.axime_overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.axime_overlay.active {
    display: block;
    opacity: 1;
}
.axime-bg-success{
	background-color: #F39323;
}

#axime_dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 9px;
    right: -45px;
	border: #F39323 solid 1px;
	padding-left: 9px;
	padding-top: 4px;
	background-color: #F39323;
	color: green;
}
.axime_side_bar_content a{
	color: white;
	text-decoration: none;
}
.axime-sidebar-nav-class {
	margin-left: 0px;
	margin-bottom: 8px;
}
.axime-sidebar-nav-class li{
	width: auto;
	list-style-type: none;
	text-decoration: none;
	display: inline;
}
.axime-sidebar-nav-class li a{
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: medium;
	padding-right: 15px;
}
.axime-font-weight-bold{
	font-weight: bold;
}
.axime-font-weight-bold-text-white{
	font-weight: bold;
	color: white;
}
.axime-font-weight-bold-text-black{
	font-weight: bold;
	color: black;
}
a:focus,input:focus,textarea:focus,button:focus{
	outline:0px solid #000000 !important;
}
/**
Footer
*/
.reseau h1
{
	color:#333366;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: verdana;
}

.tab_reseau
{
 	display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 20px;
	padding-bottom: 50px;
}
.tab_reseau h1
{
    padding-top: 20px;
}
.reseau1
{
	width: 100%;
	background-color: white;
	font-family: calibri;
	padding-top: 40px;
	padding-bottom: 100px;
}

.reseau1 h1
{
	color:#3A9D23;
	text-align: center;
	padding-bottom: 20px;
}

.Ntab_reseau p
{
	text-align: center;	
}
.Ntab_reseau img
{
	display: none;
}
.Ntab_reseau
{
	margin: auto;
}

.tab_cont_re
{
	display: inline-flex;
	width: 80%;
	height: 100px;
	justify-content: space-around;
	margin: auto;
}
.Ntab_reseau1
{
	margin: auto;
	width: 20%;
	display: flex;
	flex-direction: column;
}

.Ntab_reseau1 p
{
	text-align: center;
	height: 10px;
	font-family: verdana;
	font-size: 0.8em;
}

.Ntab_reseau1 h3
{
	text-align: center;
	color: white;
    font-size: 1.1em;
    padding-top: 15px;
}

.tab_cont_re1
{
	width: 80%;
	margin: auto;
	display: inline-flex;
	justify-content: space-around;
	margin-left: 10%;
	margin-bottom: 20px;
}
.Ntab_reseau1 a
{
	color: rgb(138, 134, 134);
	text-decoration: none;
}

.fin 
{
	background-color: black;
	margin : auto;
	text-align: center;
	color: white;
	padding-bottom: 20px;
	/*height: 200px;*/
}
.fin div
{
	font-family: verdana;
	font-size: 0.9em;
}


/**
Contenu de la page d'accueil AXIME V2
*/
.axime-site-content{
	background-color: rgb(236, 236, 236);
	width: 100%;
	padding-top: 20px;
}
.axime-col-max{
	width: 80% !important;
	margin-left: 10%;
	margin-right: 10%;
	box-sizing: content-box;
}
.col-full{
	max-width: 80%;
}
.axime-home-page-ligne-1{
	width: 100%;
	height: auto;
}
.axime-site-main{
	padding-bottom: 24px !important;
}
.axime-carrousel-button-transparent{
	background-color: rgba(255, 255, 255, 0) !important;
}
.axime-without-border-radius{
	border-radius: 0px;
}
.axime-home-page-ligne-1-prime{
}
.axime-box-h-400{
	height: auto;
}
.axime-box-content{
	height: auto;
}
.axime-relativ-bottom{
	position: relative !important;
	top: 20px !important;
}
.axime-box-content a{
	font-size: 0.8em !important;
	color: #1d5050;
}
.axime-box-content .w-50 a span{
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	line-height: 25px;     /* fallback */
	max-height: 25px;      /* fallback */
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.axime-box-h-without-bg-400 .axime-box-content{
	width: 100%;
	height: auto;
}
.axime-box-h-35{
	height: 35%;
	width: 100%;
}
.axime-box-h-60{
	margin-top: 20px;
	height: 60%;
	min-width: auto;
	width: 100%;
}
.axime-justify-space-between{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.axime-box-h-400 .axime-box-content{
	width: 100%;
	height: 100%;
	background-color: white;
}
.axime-home-box-350-400-max{
	background-color: white;
	height: 400px;
}
.axime-line-row-space-arround{
	display: flex;
	justify-content: space-between;
}
.axime-box-w-25-space-arround{
	width: 23.5%;
}
.axime-font-size-reduce-80{
	font-size: 0.85em;
}
.axime-padding-x-for-col{
	padding-left: 24px;
	padding-right: 24px;
}
.axime-home-page-ligne-2{
	
}
.axime-shop-loop-class , .axime-global-page-class-content{
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
.axime-global-page-class-content{
	background-color: white;
	
}
.woocommerce-checkout{
	display: flex;
	flex-direction: column;
}
.woocommerce-checkout-review-order{
	width: 100% !important;
}
table.woocommerce-checkout-review-order-table .product-name{
	width: 60% !important;
}
.woocommerce-checkout #customer_details{
	width: 100% !important;
	display: flex;
	justify-content: space-between;
}
.woocommerce-checkout #customer_details .col-6{
	width: 49% !important;
}
.axime-shop-loop-class .products{
	width: 100%;
	display: flex !important;
	flex-wrap: wrap !important;
	padding-top: 10px;
}
.axime-shop-loop-class .products li{
	width: 20% !important;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	padding-top: 20px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid rgb(122, 120, 120);
	background-color: white;
}
.axime-content-for-related-products section ul{
	display: flex !important;
}
.axime-shop-loop-class .products li a .price{
	font-size: 1.2em;
	text-align: start;
	color: #000000!important;
	font-weight: 600 !important;
	font-style: normal!important;
}
.axime-shop-loop-class .products li a .onsale{
	display: none;
}
.axime-shop-loop-class .products li a h2{
	font-weight: 500 !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	line-height: 25px;     /* fallback */
	height: 100px;      /* fallback */
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
	text-align: start;
}
.storefront-sorting{
	padding-bottom: 20px;
	margin-bottom: 0px !important;
}
.add_to_cart_button {
	display: none;
}
.entry-header{
	padding-bottom: 0px !important;
	
}
.product-thumbnail{
	padding: 10px !important;
}
.woocommerce-cart-form__cart-item{
}
.product-remove{
	vertical-align: middle;
}
.product-thumbnail img{
	max-width: 180px !important;
	
}
.woocommerce-product-rating {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(209 213 219);
}
.entry-title{
	/* text-align: start !important;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px !important;
	font-size: 2em; */
	color: black;
    /* padding-top: 20px; */
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
	border-bottom: 1px solid rgb(209 213 219);
}
.axime-global-page-class-content article{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
td.product-price {
	color: black !important;
}
td.product-subtotal{
	color: black !important;
	font-weight: 600;
}
.order-total .woocommerce-Price-amount bdi, .cart-subtotal .woocommerce-Price-amount bdi{
	color: black !important;
}
.product-quantity .quantity{
}
tr .product-name a{
	text-decoration-line: none !important;
	color: #007185 !important;
	font-weight: 600;
}


.axime-content-for-new-products{
	height: 350px;
}
.axime-content-for-new-products section{
	height: 100%;
	width: 100%;
	background-color: white;
}
.axime-content-for-new-products section h2{
	text-align: left !important;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 10px !important;
	font-size: 1.5em;
}

.axime-content-for-new-products section ul{
	display: flex;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	overflow-x: scroll;
	height: 280px;
	/* justify-content: space-between; */
}
.axime-content-for-new-products .pi-edd
{
	display: none !important;
}
.axime-content-for-new-products ul li .onsale
{
	display: none !important;
}
.axime-content-for-new-products .without ul li a .price{
	display: none !important;
}
.axime-content-for-new-products .without ul li a h2{
	/*font-size: 0.9em !important;*/
	margin-top: 10px !important;
}
.axime-content-for-new-products .without ul li a img{
	border: 2px;
	-moz-border-radius : 50%;
	-webkit-border-radius : 50%;
	border-radius : 50%;
}
.promo {
    background-color: #f1972d !important;
    width: 50px;
    padding: 5px;
    border-radius: 2px;
    color: white;
}

/* width */
.axime-content-for-new-products section ul::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  .axime-content-for-new-products section ul::-webkit-scrollbar-track {
	
	border-radius: 5px;
  }
  
  /* Handle */
  .axime-content-for-new-products section ul::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.171);
	border-radius: 5px;
  }
.axime-content-for-new-products section ul li{
	height: 230px;
	margin-right: 30px !important;
	margin-bottom: 0px !important;
	min-width: 185px;
}
.axime-content-for-new-products section ul li a img{
	height: 185px;
	margin-bottom: 0px !important;
}
.axime-content-for-new-products section ul li a h2{
	margin-top: 0px !important;
	padding-top: 5px;
	width: 185px;
	height: 20px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	text-align: left !important;
	font-size: 0.9em !important;
	padding-left: 0px;
	margin-bottom: 0px !important;
}

.axime-content-for-new-products section ul li a span{
	text-align: left !important;
}
.axime-content-for-new-products section ul li .add_to_cart_button{
	display: none;
}
.axime-offer-box-content{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.the-product-offer-image{
	height: auto;
	width: 100%;
}
.offer-title-and-price{
	height: auto;
	width: 100%;
}
.offer-title-and-price h5{
	font-size: 1em !important;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	max-height: 32px;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	text-align: start; 
	color: #1d5050!important;

}
.offer-time-and-price{
	display: flex;
	flex-direction: column;
}
.offer-time-and-price div span{
	font-size: 1em !important;
}
.todisplayblock-carrousel{
	display: none !important;
}
/* Style pour la page mon compte*/
.woocommerce-MyAccount-navigation ul{
	margin-left: 0px !important;
}
.woocommerce-MyAccount-navigation ul li{
	list-style-type: none !important;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid lightgray;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 1px solid lightgray;
}

/* Style pour la page produit */

.flex-control-thumbs {
	display: flex;
	overflow-x: auto;
}

.flex-control-thumbs li {
	margin-right: 20px !important;
}

.axime-products-details-div-price {
	color: #f1972d;
	font-weight: 500;
    font-size: 32px;
}

.single-product div.product p.price {
	margin: 0px !important;
}

.single-product div.product .product_meta {
	border-top: none !important;
	padding-top: 15px !important;
}


.woocommerce-product-details__short-description {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgb(209 213 219);
	color: #779284;
	text-align: justify;
}

.axime-products-details-right-part-stock {
	background-color: #bae6fd !important; 
	font-size: 16px;
	border-radius: 6px;
	text-align: center;
	font-weight: 600;
	margin: 20px 0px 10px 0px;
	padding: 16px;
	color: rgb(34 197 94); 
}
.quantity .qty {
	width: 100% !important;
	border-radius: 6px;
	border: 1px solid;
}
.single-product div.product form.cart .quantity {
	display: flex;
	justify-content: center;
	float: none !important;
	margin-right: 0px !important;
}
.single_add_to_cart_button {
	margin-top: 20px;
	width: 100% !important;
	border-radius: 6px;
	background-color: #f1972d !important;
}
.axime-products-details-description-more-details {
    display: flex;
    margin: 20px 0px 20px 0px;
}
.axime-products-details-description-more-details .link1 {
    font-size: 12px;
    color: rgb(59 130 246);
    cursor: pointer;
    padding-right: 8px;
}
.axime-products-details-description-more-details .link2 {
    color: rgb(59 130 246);
    font-size: 12px;
    border-left: 1px solid rgb(59 130 246);
    padding: 0px 8px;
	cursor: pointer;
}

.single-product-reviews-description{
	margin-top: 5%;
}
.single-product-reviews-description-fird-part, .single-product-reviews-description-second-part {
	margin: 5% 0px 5% 0px;
}

/* Les Tailles responsive*/

@media screen and (min-width: 600px)
{
	.axime_sidebar{
		width: 365px;
	}
	.axime-products-summary {

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

	.axime-responsive-block{
		display: flex;
		flex-direction: column;
		height: auto;
		justify-content: space-between;
		
	}
	.axime-responsive-block .axime-box-w-25-space-arround{
		width: 100%;
		margin-bottom: 20px;
	}
	.axime-responsive-block .axime-relativ-bottom{
		position: relative !important;
		top: 0px !important;
	}
	.axime-content-for-new-products section{
		height: auto !important;
	}
	.axime-home-page-ligne-2, .axime-home-page-ligne-2 .axime-padding-x-for-col{
		height: auto;
	}
	.axime-content-for-new-products section ul{
		display: flex !important;
		width: 100% !important;
		height: auto !important;
		flex-wrap: wrap !important;
		overflow-x:auto !important;
		padding-left: 10px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.axime-content-for-new-products section ul li a img {
		height: auto !important;
		margin-bottom: 0px !important;
	}
	.axime-content-for-new-products section ul li{
		width: 45% !important;
		height: auto !important;
		min-width: 45% !important;
	}
	.axime-content-for-new-products section ul li a{
		width: 100% !important;
		height: auto;
	}
	.axime-content-for-new-products{
		height: auto !important;
	}
	.axime-content-for-new-products section ul li a h2{
		width: 100% !important;
	}
	.axime-box-h-35{
		height: auto;
		padding-bottom: 12px;
	}
	.axime-shop-loop-class .products li{
		width: 100% !important;
		border-bottom: 0px !important;
		margin-bottom: 6px !important;
		padding: 0px;
		border-radius: 1% !important;
		/*background-color: rgba(255, 255, 255, 0.507) !important;*/
	}
	.axime-shop-loop-class .products li a{
		width: 100% !important;
		display: flex !important;
	}
	.axime-shop-loop-class .products li a img{
		width: 40% !important;
		margin-left: 0px !important;
		margin-right: 6px !important;
		margin-bottom: 0px !important;
		border-right: 2px solid #f5f5f5 !important;
		
	}
	.axime-shop-loop-class .products li a h2{
		position: absolute;
		left: 42%;
		width: 50% !important;
		height: 65% !important;
		font-weight: 400!important;
    	font-style: normal!important;
		overflow: hidden;
		text-overflow: ellipsis !important;
		display: -webkit-box;
		line-height: 20px;     /* fallback */
		max-height: 80px;      /* fallback */
		-webkit-line-clamp: 4; /* number of lines to show */
		-webkit-box-orient: vertical;
		text-align: start; 
		color: #0f1111d8!important;
		margin-top: 6px !important;
		font-size: 0.8em !important;
		
	}
	.axime-shop-loop-class .products li a .price{
		width: 55% !important;
		position: relative !important;
		left: 1% !important;
		top: 86px !important;
		height: auto !important;
		font-size: 0.9rem !important;
		margin-top: 6px;
		color: #000000!important;
		font-weight: 600 !important;
    	font-style: normal!important;
	}

	.axime-shop-loop-class .products li .add_to_cart_button{
		display: none !important;
	}
	.axime-shop-loop-class .products li .pi-edd-loop{
		display: none !important ;
	}
	.axime-modal-home{
		max-width: 90% !important;
		height:400px !important;
		position: fixed !important;
		top: 100px !important;
		left: 5% !important;
		font-size: 0.8em !important;
		z-index: 999999;
	}

	.axime-modal-home .modal-header{

	}
	.axime-modal-home .modal-header h4{
		font-size: 1.2em;
	}
	.axime-modal-home .modal-body h5{
		font-size: 1em;
	}
	.axime-modal-home .modal-body h4{
		font-size: 1.2em;
	}
	.axime-modal-home .modal-body{
		height: 200px;
		overflow-y: scroll;
	}
	.axime-modal-home .modal-footer h4{
		font-size: 0.8em;
	}
	.axime-products-summary {
		display: block !important;
		row-gap: 20px;
	}
	.axime-products-details-right-part-retour {
		display: none
	}
	/* .pppp {
		width: 66.666667% !important;
	} */
}
@media screen and (max-width: 680px)
{
	
	.axime-shop-loop-class .products li{
		width: 100% !important;
		border-bottom: 0px !important;
		margin-bottom: 6px !important;
		padding: 0px;
		border-radius: 1% !important;
		/*background-color: rgba(255, 255, 255, 0.507) !important;*/
	}
	.axime-shop-loop-class .products li a{
		width: 100% !important;
		display: flex !important;
	}
	.axime-shop-loop-class .products li a img{
		width: 40% !important;
		margin-left: 0px !important;
		margin-right: 6px !important;
		margin-bottom: 0px !important;
		border-right: 2px solid #f5f5f5 !important;
		
	}
	.axime-shop-loop-class .products li a h2{
		position: absolute;
		left: 42%;
		width: 50% !important;
		height: 65% !important;
		font-weight: 400!important;
    	font-style: normal!important;
		overflow: hidden;
		text-overflow: ellipsis !important;
		display: -webkit-box;
		line-height: 20px;     /* fallback */
		max-height: 80px;      /* fallback */
		-webkit-line-clamp: 4; /* number of lines to show */
		-webkit-box-orient: vertical;
		text-align: start; 
		color: #0f1111d8!important;
		margin-top: 6px !important;
		font-size: 0.8em !important;
		
	}
	.axime-shop-loop-class .products li a .price{
		width: 55% !important;
		position: relative !important;
		left: 1% !important;
		top: 86px !important;
		height: auto !important;
		font-size: 0.9rem !important;
		margin-top: 6px;
		color: #000000!important;
		font-weight: 600 !important;
    	font-style: normal!important;
	}

	.axime-shop-loop-class .products li .add_to_cart_button{
		display: none !important;
	}
	.axime-shop-loop-class .products li .pi-edd-loop{
		display: none !important;
	}
}
@media screen and (min-width: 681px) and (max-width: 800px)
{
	.axime-shop-loop-class .products li:nth-child(2n){
		margin-left: 1% !important;
	}
	.axime-shop-loop-class .products li{
		width: 49.5% !important;
		border-bottom: 0px !important;
		margin-bottom: 6px !important;
		padding: 0px;
		border-radius: 3% !important;
		
		/*background-color: rgba(255, 255, 255, 0.507) !important;*/
	}
	.axime-shop-loop-class .products li a{
		width: 100% !important;
		display: flex !important;
	}
	.axime-shop-loop-class .products li a img{
		width: 40% !important;
		margin-left: 0px !important;
		margin-right: 6px !important;
		margin-bottom: 0px !important;
		border-right: 2px solid #f5f5f5 !important;
		
	}
	.axime-shop-loop-class .products li a h2{
		position: absolute;
		left: 42%;
		width: 50% !important;
		height: 65% !important;
		font-weight: 400!important;
    	font-style: normal!important;
		overflow: hidden;
		text-overflow: ellipsis !important;
		display: -webkit-box;
		line-height: 20px;     /* fallback */
		max-height: 80px;      /* fallback */
		-webkit-line-clamp: 4; /* number of lines to show */
		-webkit-box-orient: vertical;
		text-align: start; 
		color: #0f1111d8!important;
		margin-top: 6px !important;
		font-size: 0.8em !important;
		
	}
	.axime-shop-loop-class .products li a .price{
		width: 55% !important;
		position: relative !important;
		left: 1% !important;
		top: 86px !important;
		height: auto !important;
		font-size: 0.9rem !important;
		margin-top: 6px;
		color: #000000!important;
		font-weight: 600 !important;
    	font-style: normal!important;
	}

	.axime-shop-loop-class .products li .add_to_cart_button{
		display: none !important;
	}
	.axime-shop-loop-class .products li .pi-edd-loop{
		display: none !important;
	}
	
}
@media screen and (min-width: 681px) and (max-width: 767px) {
	 .axime-products-summary {
		display: grid !important;
		column-gap: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1184px) {
	.axime-products-summary {
		display: grid;
	}
	 .axime-summary-details-right-part {
		border: 1px solid rgb(209 213 219);
		padding: 20px;
		border-radius: 6px;
	}
	.axime-products-details-right-part-retour {
		border-bottom: 1px solid rgb(209 213 219);
		color: rgb(55 65 81);
		font-weight: 600;
		text-align: center;
		font-size: 16px;
		padding-bottom: 20px;
		padding-top: 10px;
	} 
	.pppp {
		width: 100% !important;
	}
	
}

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

	.tab_reseau
	{
	 	display: flex;
	    flex-direction: column;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.tab_cont_re1
	{
		width: 80%;
		margin: auto;
		display: inline-flex;
		justify-content: space-between;
		margin-left: 10%;
	}

	.Ntab_reseau1
	{
		margin: auto;
		width: 30%;
	}
	.fin div
	{
		font-family: verdana;
		font-size: 0.8em;
	}
	.tab_cont_re1
	{
		display: none;
	}
	.tab_reseau
	{
	 	display: flex;
	    flex-direction: column;
	    justify-content: space-around;
	    margin-top: 50px;
	    padding-bottom: 50px;
	}

	.reseau h1
	{
		color:darkgreen;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
		font-family: verdana;
	}
	#axime-header-mobile{
        display: block;
    }
    #axime-header-web{
        display: none;
    }
    .axime-mobile-header-container{
        height: 190px;
		
    }
	.axime-header-mobile-top-row{
		background-color: #2b3843 !important;
		height: 60px;
	}
	.axime-header-menu-logo-mobile{
		width: 60%;
		height: 60px;
	}
	.axime-header-menu-mobile{
		width: auto;
		height: 45px;
	}
	.axime-header-logo-mobile{
		width: auto;
		height: 45px;
	}
	.axime-header-mobile-middle-row{
		background-color: #2b3843 !important;
		height: 50px;
	}
	.axime-header-mobile-bottom-row{
		background-color: #2b3843 !important;
		height: 41px;
	}
	.mob-header-third-line{
		height: 41px !important;
	}
	.axime-mobile-scrolling-menu:first-child a{
		padding-left: 0px !important;
	}
	.horizontal-scrolling-menu{
		height: 41px;
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		overflow-x: scroll;
		
	}
	.horizontal-scrolling-menu::-webkit-scrollbar {
		display: none;
	}
	.horizontal-scrolling-menu{
		-ms-overflow-style: none ;  
		scrollbar-width: 0px;
		scrollbar-color: transparent;
	}
	.axime-mobile-scrolling-menu{
		margin-bottom: 0px !important;
	}
	.axime-mobile-scrolling-menu ul{
		display: flex;
		overflow: hidden;
		overflow-x: scroll;
		margin-left: 0px;
		padding-left: 0px;
	}
	.axime-mobile-scrolling-menu ul li{
		width: auto;
		list-style-type: none;
		text-decoration: none;
		display: inline;
	}
	.axime-mobile-scrolling-menu ul li a{
		color: white;
		text-decoration: none;
		font-size: medium;
		padding-right: 15px;
		white-space:nowrap;
		font-family: 'Roboto', sans-serif;
	}
	.axime-header-mobile-user-data-row{
		background-color: #3E5062 !important;
		height: 35px;
	}
	.axime-mobile-user-data-text{
		color: white;
		font-family: 'Roboto', sans-serif;
	}
	.axime-mobile-cart-container-size{
		width: 40%;
	}
	.axime-mobile-background-cart{
		background-image: url("https://img.icons8.com/windows/45/ffffff/shopping-cart.png");
		width: 45px;
		height: 45px;
	}
	
	.woocommerce-checkout #customer_details{
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.woocommerce-checkout #customer_details .col-6{
		width: 100% !important;
	}
	.todisplaynone-carrousel{
		display: none !important;
	}
	.todisplayblock-carrousel{
		display: block !important;
	}
	.for-web-carousel .carousel-item {
		background-size: cover;
		background-position: center;
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (min-width: 801px) and (max-width: 1024px)
{
	.tab_cont_re1{
		margin-left: 0px;
		width: 100%;
	}
	.tab_cont_re1 p{
		height: auto;
		font-size: 0.65em;
	}
	.fin div{
		font-size: 0.8em;
	}
	.Ntab_reseau1 h3{
		font-size: 0.95em;
	}
	.axime-left-space-nav, .axime-right-space-nav{
		display: none;
	}
	.axime-location-container-size{
		display: none;
	}
	.axime-nav-header-content{
		width: 100%;
	}
	.axime-search-nav-container-size form{
		margin-bottom: 6px;
	}
	.axime-header-nav-menu-row{
		width: 100%;
		height: 40px;
	}
	.axime-web-menu-container-ul{
		width: 85% !important;
		height: 28px;
		overflow: scroll;
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		overflow-x: scroll;
	}
	.axime-web-menu-container-ul ul{
		display: flex !important;
		overflow: hidden;
		overflow-x: scroll;
		margin-left: 0px;
		padding-left: 0px;
	}
	.axime-web-menu-container-ul li{
		width: auto;
		display: inline;
	}
	.axime-web-menu-container-ul li a{
		white-space:nowrap;
	}
	.axime-shop-loop-class .products{
		width: 100%;
		display: flex !important;
		flex-wrap: wrap !important;
		padding-top: 10px;
	}

	.axime-shop-loop-class .products li{
		width: 25% !important;
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		padding-top: 20px;
		margin-bottom: 20px !important;
		border-bottom: 1px solid rgb(122, 120, 120);
		background-color: white;
	}
	.axime-shop-loop-class .products li a .price{
		font-size: 1em;
		color: #000000!important;
		font-weight: 600 !important;
    	font-style: normal!important;
		text-align: start;
	}
	.axime-shop-loop-class .products li a .onsale{
		display: none;
	}
	.axime-shop-loop-class .products li a h2{
		font-weight: 500 !important;
		overflow: hidden;
		text-overflow: ellipsis !important;
		display: -webkit-box;
		line-height: 25px;     /* fallback */
		max-height: 100px;      /* fallback */
		-webkit-line-clamp: 4; /* number of lines to show */
		-webkit-box-orient: vertical;
		text-align: start;
		color: #0f1111d8!important;
    	font-style: normal!important;
		font-size: 1em !important;
	}
	.add_to_cart_button {
		display: none;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1480px)
{
	.axime-header-row-content{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
		
    }
    .axime-left-space-nav , .axime-right-space-nav {
        width: 0%;
    }
    .axime-nav-header-content{
        width: 100%;
    }
    .axime-header-nav-menu-row{
        width: 100%;
    }
	.axime-user-data-container-size {
		width: 12%;
		min-width: 100px;
	}
}
@media screen and (min-width: 930px) and (max-width: 1280px)
{
	.axime-box-w-25-space-arround{
		width: 32%;
	}
	.axime-responsive-block{
		width: 100%;
	}
	.axime-responsive-block .axime-box-3{
		display: none;
	}
	.axime-responsive-block .axime-box-8 {
		display: none;
	}
}
@media screen and (min-width: 600px) and (max-width: 930px)
{
	.axime-box-w-25-space-arround{
		width: 49%;
		margin-bottom: 24px;
	}
	.axime-line-row-space-arround{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.axime-line-row-space-arround {
		
	}
	.axime-box-h-35{
		height: auto;
		padding-bottom: 12px;
	}
	.axime-box-h-35{
		height: auto;
	}
}
@media screen and (max-width: 1480px)
{
	.axime-col-max{
		width: 100% !important;
		margin-left: 0%;
		margin-right: 0%;
	}
}
@media screen and (min-width: 1185px)
{
	.axime-products-summary {
		display: flex;
		column-gap: 20px;
	}
	 .axime-summary-details-right-part {
		/* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); */
		padding: 20px;
		border-radius: 6px;
		float: right;
		width: 33.333333%;
		background-color: #f1f5f9;
	} 
	.pppp {
		width: 66.666667% !important;
	}
	.axime-products-details-right-part-retour {
		border-bottom: 1px solid rgb(209 213 219);
		color: rgb(55 65 81);
		font-weight: 600;
		text-align: center;
		font-size: 16px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 995px)
{
	.wc-tabs-wrapper {
		display: grid !important;
	}
	.wc-tabs {
		display: flex !important;
		width: 100% !important;
		justify-content: space-around;
		background-color: rgb(209 213 219);
	}
	.woocommerce-tabs ul.tabs li.active::after {
		opacity: 0 !important;
	}
}
