*{
    box-sizing: border-box;
}
body{

    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--samashop-ff);
    font-size: var(--body-text);
    font-weight: normal;
    line-height: 1.5;
    color: var(--t-color);
    background-color: var(--bg-body);
    overflow-x:hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}c
p{
    text-align: justify;
}
.Wrapper{
    width: 100vw;

}
.Wrapper2{
    width: 100vw;
    margin-top: 50px;

}
.title{
    font-weight: bold;
    font-size: 2rem;
}
.cat-title{
    font-size: 1.2rem !important;
    text-align:center;
}
.cat-header{
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    align-items:baseline;
}
ul li:hover ul, ul li ul:hover li, div a:hover ul{
    display: block !important;
}
.sub-title{
    font-size: 1rem !important;
    font-weight: 600!important;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.s-title{
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
}
main{
    min-height: 73.5vh;
}
header{
    background-color: var(--color-secondary);

    color:var(--samashop-navcolor);
    justify-items: center;
    padding: 0 10px;
}
.headbut{
    display: flex!important;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 42vw;
    padding:0;
    justify-content: flex-end!important;
}
.headbox{
    position: relative;
    display: flex!important;
    align-items: center!important;
    margin: 0 5px;
}

.shopcard{
    display: none;
    top: 3.1rem;
    color: var(--t-color);
    padding: 0;
    background-color: white;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
}
.shopcard h6{
    text-align: center;
}
.shopcard ul{
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
}
.shopcard li{
    display:flex;
    list-style: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dedddd;
    justify-content: space-between;
}
.shopcard button{
    background-color: white;
    color: darkred;
    border: transparent;
}
.shopcard li:last-child{
    background-color: var(--color-tercery);
    text-align: center;
    color: white;
}
.shopcard a {
    color: white;
    text-decoration: none;
    margin: 0 auto;
}
.shopcard.show{
    display: block;
}
.pagination .page {
    border: 0.5px solid black;
    padding: 1rem;
    border-radius: 8px;
    color: black;
    font-weight: normal;
    text-decoration: none;

}
.pagination .page:hover {
    background-color: var(--color-primary);
    border:none
}
.logbut{
    color: #f8f9fa;
    display: flex;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    align-items: baseline;
    cursor: pointer;
    justify-content: space-evenly;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5%;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .2s ease-in-out;
}
.logbut:hover{
    color: #f8f9fa;
    border-color: #f8f9fa;
    transform: scale(1.01)
}
.lang {
    display: block;
    width: 100%;
    height: auto;
    padding: 8% 13px;
    margin: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: lighter;
    line-height: 1.5;
    color: var(--color-primary);
    background-color: #ebe9e9;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--color-primary);
    /* border-color: var(--color-primary); */
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
    word-wrap: normal;
}

.primenu-container{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    justify-content: end;
}
.primenu{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: baseline;
    /* justify-content: space-around; */
    padding: 1rem;
    margin: 0;
    justify-content: end;
    width: 100%;
    align-items: center;
}
.primenu .nav-item {
    margin:0 15px;
}
.primenu .nav-item a {
    text-decoration: none;
    /* color: var(--color-primary);      */
    font-weight: 600;
    font-size: 16px;
    transition:0.30s;
}
.primenu .nav-item a:hover {
    font-weight: bold;
    border-bottom: 1px solid black;
    transform: scale(1.1);
    margin: 0 15px;
}
.infobar{
    display: flex;
    flex: 1 0 0%;
    align-items: baseline;
    padding-top: 5px;
    margin:0;
    width: 70%;
    font-weight: lighter;
}
.infobar div{
    border-right: 1px solid white;
    padding-right: 20px;
}
nav{
    /* background-color: var(--samashop-navcolor) ; */
    position: absolute;
    z-index: 2;
    top:0;
    width: 100vw;
    color: white;
    padding: 0 25px;
    z-index: 8;
}
.dashboard{
    min-height: 92.9vh;
}
div > .dash {
    /* background-color: var(--color-primary) */
}

nav.dash{
    /* background-color: var(--samashop-navcolor) ; */
   position: relative;
   width: 100vw;
    color: white;
    padding: 0 !important;
    z-index: 8;
    }
nav.dash::after{
   width: auto;
background: transparent;
position: initial;
}
.dash .primenu .nav-item:first-child{
    flex: 1 0 100%;
    border:none;    
    margin: 20px ;
    background-color: transparent;
}
.dash .primenu .nav-item:first-child:hover{
    background-color: transparent;
}
.dash .primenu .nav-item{
    flex: 1 0 auto;
    padding: 8px;
    margin: 0;
    border-right: 0.5px solid white;
    border-bottom: 0.5px solid white;
    font-size: 14px ;
    background-color: var(--color-primary);

}
.dash .primenu .nav-item:hover{
    background-color: var(--color-secondary);
}
.dash .primenu .nav-item .nav-link{
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    color: white;

}
nav::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100vw;   
    background: rgba(0,0,0,0.7);
    background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 2;
}
.nav2 {
    width: 100vw;
    color: var(--color-primary) ;
    padding: 0 25px;
    margin-bottom: 25px;
    /* background: var(--color-primary); */
    z-index: 8;
    margin-bottom: 10px;
}
.nav2 .site_title{
    color: var(--color-primary);
}
.nav2::after{
    content: " ";
    background: none !important;

}
.navbar{

    text-decoration: none;
    list-style: none;
    padding: 0 25px;
    align-items: center;
    margin: 0;
    z-index: 10;
}
a{
    color: var(--color-primary);
}
.logo{
    width: 60px;
    object-fit: cover;
}
.nav-item{
    align-items: center;
    padding: 0;
    margin: 0 15px;

}
.main{
    margin: 0 auto;
    max-width: 1500px;
    height: 100%;
    padding: 10px;


}
.hero{

    display: flex;
    flex-wrap: wrap;
    height: 600px;
}
.herow{

    display: flex;
    flex-wrap: wrap;
}
.sidenav{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 10px 0 0;

}
.slider{
    flex:1 0 0%;
    padding: 0;
    height: 100%;
}
.promo{
    margin-bottom: 4rem;
    position:relative;
}
.promo .discount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 0 0 0 16px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: red;
}
.addcart {
    /* visibility: hidden; */
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 0 16px 0 16px;
    font-size: 20px;
    /* font-weight: bold; */
    background-color: white;
    z-index: 10;

}
.addcart:hover{
    transform: scale(1.05);
}
.promo .prix {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
    box-shadow: 0px 4px 23px black;
}
.prix{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
}
.prix2{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px ;
    border-radius:16px 0   0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10; 
}
.produits .swiper-slide{
    width:49%;
}
.promo .swiper-slide:hover .prix{
    visibility:hidden;
}
 :is(.swiper-slide:hover,.category-box:hover) .addcart{
    visibility:visible;
}
.promo-container{
    height: 150px;
    width: 100%;
    margin: 0 0 2rem 0;
}

.filter-zone{
    position:relative;
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px; 
    background-color:white;
    padding: 1rem 10px;
    margin-bottom:1.5rem;
    border-radius:0 2rem 0 0;
}
.filter-zone .form-control{
    border: none !important;
}

.shortening{
    position:absolute;
    right:15px;
    width:auto;
    float:right;
}
.short-but{
    background-color:white;
    color:var(--color-secondary);
    border:none;
    font-size:22px;
}
.filters{
    flex:0 0 60%;
    width:60%;
    
    display:flex;
}
.filters select,.filters input {
    margin-right:10px;
    background-color: #f3f3f3;
}
.filters  input {
    background-color:var(--color-secondary);
    border:none;
    color:white;
    padding:0 2rem;
}
.category {
    flex:1 0 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 85vh;
    word-wrap: break-word;
    background-clip: border-box;

}
.category-container {

    width: 100%; 
    /* height:400px; */
    overflow: hidden;
    padding: 0;
    margin-bottom:50px;
    
}
.category-header h3{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9);
    /* border-radius: 25px; */
    background-color: var(--color-primary);
    /* background: linear-gradient(45deg, var(--color-secondary), transparent); */
    margin: 15px 0;
    border-radius: 25px;
    text-transform: uppercase;
}
.category-header span{
    font-size: 14px;
    font-weight: normal;
}
.category-content {
    display:flex;
    /* height:350px; */
    width:100%;
}
.category-view{
    order:0 ;
    position:relative;
    overflow:hidden;
    width: 20%;
    height:100%;
    border-radius: 3px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    transition: all 0.5s ;
}
.category-view:hover, 
.category-el:hover
{
    transform:scale(0.98)!important;
}
.category-el a {
    text-decoration: none;
}
.category-view::before{
    content:"";
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    background-image: linear-gradient(180deg, rgba(0,0,0, 0.0), rgba(0,0,0, 0.8)); ;
}
.category-title{
    position:absolute;
    font-size: 2 rem;
    letter-spacing:1px;
    text-transform:Uppercase;
    color: #fff;
    text-shadow: 2px 2px #000;
    z-index:2;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    
}
.category-view .button{
    position:absolute;
    border:none;
    padding:0.5rem 1rem;
    border-radius:20px;
    text-decoration:none;
    text-align:center;
    background-color: #fff;
    color:#000;
    z-index:2;
    letter-spacing:1px;
    bottom:5%;
    left:50%;
    transform: translate(-50%, -50%);
    transition:all 0.5s;
}
.category-view .button:hover{
    bottom: 3%;
    padding: 0.6rem 1.3rem;
    background-color: var(--color-primary);
    color:#fff;
}
.category-view img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-slide img{
    /* position:absolute; */
    /* top:5%; */
    /* left:15%;             */
    height:400px;
    width:100%;
    object-fit:contain;
}
.category-slide{
    order:1;
    display:flex;
    flex-wrap: wrap;
    flex: 1;
    height:100%;
    overflow:hidden;
}
.category-slide .category-el{
    position:relative;
    flex: 0 0 calc(97%/4);
    height:100%;
    margin-left: 10px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 3px;
    transform: translateX(0);
    transition: all 0.5s ;
    margin-bottom: 20px;
}
/* .category-el .product-name,
.category-el .price {
    position:absolute; 
    z-index:2; 
} */
.category-el .price{
    /* left: 50%;
    bottom: 0; */
    font-size: 20px;
    font-weight: normal;
    /* margin-top: 33px; */
    /* padding: 0.5rem 1rem;
    background-color: #000;
    color: #fff;
    border-radius: 20px 20px 0 0;
    transform: translate(-50%, 0); */
}
.category-el .product-name{
    /* bottom: 13%;
    text-align:center;
    font-size:1.2rem;
    left: 0; */
    /* width:100%;
    padding: 0.5rem ;*/
    margin: 0 0 10px 0; 
}

.category-wrap {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     overflow: hidden;
    padding: 0;
    margin-bottom:50px;
    justify-content: flex-start;
}

.category-card
{
    flex: 0 0 auto;
    width: 19%;
    margin: 0 10px 0 0;
    justify-content: space-between;
    min-height:100% ;
    background: linear-gradient(#e66465, #9198e5);;
    height: auto;
}
.category-list{
    font-size: 1.5rem;
    color: #ffff;
}
.category-list li {
    margin-bottom: 1rem;
}

.category-card img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.category-card h2
{
    position: absolute;
    margin: 1% 2.5%;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px 2px black;
}
.cat-prod{
    bottom:0;
    display: flex;
    align-content: baseline;
    padding:5px;
    width:100%;
    justify-content: space-between;
    font-weight: normal;
    font-size: 1rem;
    z-index:10;

}
.category-box:hover .cat-prod{
    visibility:hidden;

}
.cat-prod a{

    color:black;
    font-weight: normal;
    text-decoration: none   ;
}
.category-box1
{
    align-content: baseline;
    flex: 0 0 auto;
    width: 15%;
    justify-content: space-between;
    margin: 0 15px 15px 0;
    background-color: white;
    transition: 0.3s;
}
.filters-bar{
    flex:none;
    width:20%;
    margin-right:1%;
    
    height:70vh;
    overflow-y:auto;
    overflow-x:hidden;
    
}
.filter-btns {
    display:flex;
    justify-content:space-between;
}
.filter-bloc{
    padding:1rem;
    background-color:white;
    margin-bottom:10px;
}

.filter-check{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
.filter-check label{
    margin-left:5px;
}
.filter-check .checkbox{
    flex:0.8;
}
.filter-check .count{
    flex:0.2;
    text-align:right;
}

.prod-container{
    flex:none;
    width:95%;
}
.cat-list {
    position: relative;
    /* display: flex; */
    background-color: white;
    flex: none;
    width: 31%;
    height: 99px;
    margin: 0 15px 20px 0;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
}
.cat-list a{
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-items: center;
    align-items: center;
    top: 0;
    left:0;
    width:100%;
}
.cat-list .cat-text{
    width:70%;
}
.cat-list .cat-img {
    height: calc( 100px );
    width: 30%;
}
.cat-list .cat-img img { 
    width: calc( 100% );
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}
:is(.cat-box, .catlist):hover{
    transition:.5s;
    transform:scale(1.02);
}
.cat-box{
    position:relative;
    background-color:white;
    flex: 0 0 calc(95% / 4);
    /* height:380px; */
    margin: 0 1% 3% 0 ;
    text-align:center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);  
}
.cat-box a{
    text-decoration:none;
}
.cat-img{
    /* height: calc( 290px - 1rem); */
}
.cat-img img{
    /* padding:1rem; */
    width: 100%;
    height:400px;
    object-fit:contain;
}
.cat-text{
    padding:1rem;
}
.category-box
{
    position: relative;
    align-content: baseline;
    flex: none;
    width: 18.95%;
    height: 265px;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    background-color: white;
    transition: 0.5s;
    cursor: pointer;
}

.category-list{
    display: flex;
    position: relative;
    align-content: baseline;
    /* flex-wrap: wrap; */
    /* flex: 0 0 auto; */
    width: 18.7%;
    height: 67px;
    justify-content: space-between;
    margin: 0 15px 11px 0;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
}
.category-list:hover
{
    transform: scale(1.05);
    margin: 10px ;
}
.category-box:hover
{
    transform: scale(1.01);
    margin: 10px ;
}

.cat-slide-container{
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
}
.cat-bloc{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    width:100vw;
}

.blocproduct{
    flex:1 0 0%;
    padding: 0;
}
.sideleft{
    flex: 0 0 auto;
    align-items:baseline;
    width: 19.3%;
    padding:5px;
    min-width:250px;
    margin: 0 10px 10px 0;
    background-color:var(--color-tercery);
    border-radius:0 16px 0 16px;
}
.sideright{
    flex: 1 0 0%;
    flex-wrap: wrap;
    width: auto;
    align-items: baseline;
}
.sideright h6{
    align-items: baseline;
    padding: 0 10px;
    margin: 6px 0;
    letter-spacing: auto;
}

.pagination li {
    display:inline-block;
    padding:15px;
    color:black;
    text-decoration: none;
    background-color: var(--pagination);
    font-size: 14px;
    margin: 5px;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 10px 0 0;
}

.section{
    margin-bottom:  50px;
}
/* main section:not(.hero):first-child{
    margin-top: 200px;
} */
.trend{

    margin: 0 0 50px 0;
    width:100%;
    display: flex;
    justify-content: space-evenly;
}
.trendpic{
    width: 100%;
    max-height: 8vw;
    object-fit: cover;
}
.trendcaption {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    color: white;
    width: 100%;
    background-color:  rgba(0,0,0, 0.2);
    }
.catalogue{
    padding: 0px;
    margin-bottom: 0;
    max-height: 38vh;
    overflow-y: auto;
}
.nav-head {    
    padding: 15px;
    color: white;
    background-color: var(--bs-danger);
}
.navel, .category-list {
    padding: 10px 10px;
    list-style: none;
    transition: 0.25s;
    border-bottom: 0.1px solid #e0e0e0!important;

}
.dropdown-menu .nav-link:hover {
    border-bottom: none !important       ;
}
.nav-elements{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.catalogue .navel:hover{
    font-weight: bold;
    /* transform: scale(1.05); */
    margin: 0  ;
    color: var(--color-primary);
    background-color: var(--nav-hover);
}
.nav-search{
    order:2;
}
.nav-lang{
    display: flex;
    align-content: center!important;
    order: 3;
}
.navlink{
    text-decoration: none;
    font-size: var(--nav);
    color:var(--color-secondary);
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-cat {
    width: 100%;
    height: 401px;
}
.trendtitle{
    color: white;
    font-size: 0.7rem;
    text-decoration: none;
}
.ctaction{
    display: none ;

}
.ctaction:hover{
    display: block ;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-slide .ranked {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.productcaption {
    display: flex;
    font-size: 12px;
    position: absolute;
    bottom: 0 ;
    left:auto;
    padding: 10px;
    color: black;
    text-align:left;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    visibility:hidden;
}
.swiper-slide:hover .productcaption{
    visibility:visible;
}

.faq-box{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    border: 2px solid var(--color1);
    align-items: baseline;
    margin-bottom: 1rem;
}

.question{
    flex: 0 0 auto;
    padding: 0 0 0 1rem ;
    width: 95%;

}
.faq-box img{
    width: 50px;
}

.accordion {
    overflow-y: scroll;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin: 1rem;
    width: 85%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    max-height: 500px;
}
.active.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.cproduct{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
#product-view{
    min-height: 40vh;
    position:relative;
}
.Product-view{
    height: 80vh;
    padding:0 0 2rem 0;
}
.product-info{
     height: 100%; 
    width: 50%;
    padding: 2rem 2rem;
    background-color:white;
    margin:0 1rem 0 1rem;

}
.product-info .bloc{
    margin: 2rem 0;
    position: relative;

}
.return-but{
    position: absolute;
    right:4rem;
    font-size:18px;
    top:2rem;
}
.product-info .colonne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 2rem;
    border: 0.5px dashed #cccccc;
    padding:1rem;
    align-items: baseline;
}
.product-info .colonne input{
    width: 75px;
    text-align: center;
    position: relative;
    border: 0.5px solid #cccccc;
    right: 10px;
}
.product-info button{
    display: block;
    width: auto;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    float:left;
    margin-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Product-view img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin: 5px;
}
.product-slide img{
    object-fit: cover;
    height: 100%;
    width: 18.1%;
    margin: 5px;
}
.panier {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding:0 2rem;
    margin: 3rem auto;
    width: 100%;
}
.brand {
    font-size: 13 px
}

.act-price {
    color: red;
    font-weight: 700
}

.dis-price {
    text-decoration: line-through;
}

.about {
    font-size: 14 px;
}

.color {
    margin-bottom: 10px;
}

label.radio {
    cursor: pointer;
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

label.radio span {
    padding: 2px 9px;
    border: 2px solid #ff0000;
    display: inline-block;
    color: #ff0000;
    border-radius: 3px;
    text-transform: uppercase
}

label.radio input:checked+span {
    border-color: #ff0000;
    background-color: #ff0000;
    color: #fff;
}
.product select{
    border: 0.5px solid rgb(212, 211, 211);
    padding: 10px !important;
    text-align: center;
    min-width: 80px;
}
.btn-danger {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important
}

.btn-danger:hover {
    background-color: #da0606 !important;
    border-color: #da0606 !important
}

.btn-danger:focus {
    box-shadow: none;
}

.cart i {
    margin-right: 10px;
}
/* Etapes Commandes */ 
.pan-container{
    text-align:center;
}
.progress-container{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 73vh;
}
.progress-container::before{
  content: '';
  background-color: var(--nav-hover);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height:2px;
  width: 100%;
  z-index: -1;
}
.progress{
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height:4px;
  width: 0%;
  z-index: 0;
  transition: 0.4s ease;
}
.content{
  display: none;
  margin: 2rem 0.5rem;
  background-color:none !important;
}
.content.active{
  display: flex;
  background-color:none !important
  
}
.etape{
  background-color: var(--color-secondary);
  color: white;
  border-radius: 20px;
  padding: 10px;
  width: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--line-border-empty);
  transition: .4s ease;
   z-index: 1;
}
.etape.active {
  background-color: #198754;
  color: white;
}
.stepbtn {
  background-color: var(--color-primary);
  color: white;
  border:0;
  border: 6px;
  cursor: pointer;
  font-family: inherit;
  padding: 8px 30px;
  margin:5px;
  border-radius: 20px;
  font-size: 14px;
 
}

.stepbtn:active{
  transform: scale(0.98);
}
.stepbtn:focus{
  outline: 0;
}
.stepbtn:disabled{
  background-color: grey;
  cursor: not-allowed;
}



.panier-colonne {
    flex: 1 0 0;
    width: 95%;
    margin:0 2.5% 50px 0;
    
}
.panier-info {
    flex: 1;
    width: 100%;
    margin:0 2.5% 50px 0;
    
    
}
.panier-thumb {
    width: 50px;
    height:50px;
    
    
}
.form-panier{
    
    padding:0.3rem;
}
#panier .modal-footer .bloc{
    width:100%;
}
.back-but,.valid-but{
    padding:1rem;
    font-size:var(--link-size);
    border-radius:100px;
}
.back-but{
    color:black;
}
.valid-but{
    background-color:var(--color-primary);
    color:white;
    border:none;
}
.modbtn {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 6px;
    font-size: 11px;
    margin: auto 10px;
    border-radius: 50%;
}
.form-panier .form-group{
    margin-bottom:1rem;
}
.amount{
    width:80px;
    margin:auto;
}
.panier .sub-title{
    margin-bottom: 2rem;
    font-size: 1rem;
}

.panier-table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    text-align: center;
    border-collapse: collapsed;
    border: 1px solid #efefef;
}
.pricetab{
    text-align:right;
}
.modal-header .close {
    padding: 0.5rem;
    font-size:14px;
    width:2.5rem;
    background:var(--color-primary);
    color:white;
    border:2px solid var(--color-tercery);
    border-radius:500px;
}
.panier-table :is(tr,td){
    padding: 0.7rem;
    border: 1px solid #F4F3F3FF;
    background-color: #ffffff;
}
.panier-table th{
    padding:0.5rem;
    border: 0.5px solid #F4F3F3FF;
    background-color: var(--color-secondary);
    color: white;
    font-weight: normal;
}
.panier-table select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.panier button{
    background-color: var(--color-tercery);
    padding: 0.5rem;
    color: white;
    width: 250px;
    text-decoration: none;
    margin-top: 1rem;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    float: right;

}

.main-view{
    height: 85%;
    margin:0 5px 5px 0;
    background-color: white;
    overflow: hidden;
}
.product-slide{
    display: flex;
    flex-wrap: wrap;
    height: 15%;

}


.img-produit {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;

}

.ctactionin {
    display:block;
    transition: .5s ease;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.subheader{
 font-size: 1rem;   
    
}
.help_container {
    position:relative;
    margin: 1.5rem 0;
    padding:15px;
}
.help_nav{
   /* position:absolute;*/
    right:5px;
    top: 5px;
}
.help_container .title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left:1rem;
}
.help_nav button{
    border: 1px solid #d0d0d0d0;
    padding: 0.5rem 1rem;
    background-color: #f1f1f1;
    color: black;
    font-size: 13px;
    font-family: inherit;
    border-radius: 10px;
    margin-left: 0.5rem;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.help_nav button.active{
    background-color: var(--color-primary);
    color:rgba(255, 255, 255, 0.7);
}
.help_nav button:hover{
    background-color: var(--color-primary);
    color:white;
    transform:scale(0.98);
}
.help_slide.active {
   display: flex!important; 
   padding:0.5rem;
}
.help_slide {
   display: none;
   padding:0.5rem;
   overflow:hidden; 
   transition: all 1.5s;
}
.help_slide .slide {
    position:relative;
    flex:0 0 50%;
    margin: 0 1rem;
    overflow:hidden; 
}
.help_slide .fullslide {
    position:relative;
    flex:0 0 100%;
    margin: 0 1rem;
    overflow:hidden; 
}
.slide .slide-carousel{
    display:flex;
    height:100%;
    flex-wrap:no-wrap;
    transform: translateX(0);
    transition: transform .5s ease-in-out;
    
    
}
.carousel-inner, .slider > div, .carousel-inner, .carousel-item,.carousel-item-next, .carousel-item-prev, .carousel-item.active, .slider > div , .slider .carousel, .slider .card     {
    height: 100%;
    border: none;

}
.slide .slide-carousel img{
    margin: 1rem;
    width: 90%;
    height: 90%;
    flex: 0 0 90%;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 22px 0;
    overflow: hidden;
}
.help_slide .slide h5{
    margin-top: 2rem ;
    font-size:1.4rem;
}
.help_slide  p,.help_slide   li  {
    line-height: 2.5rem;
    margin-right:1rem;
    font-size:13px;
}
.suppbox nav{
    background-color: var(--bg-body);
}
.suppbox .nav .nav-link{
    background-color: var(--color-secondary);
    color:white;
    font-size:13px;
    margin-right:2px;
}
.supbox input{
    margin-right:10px;
}
.suppbox .nav .nav-link:active{
    background-color:white;
    color: var(--color-primary);
    font-size:14px;
}
.suppbox .nav .nav-link:hover{
    transform:scale(1.05);
    
}
.suppbox {
    flex: 1 0 0;
    width: 50%;
    padding: 0 1.5rem;
}
.presentation{
    
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.suppbox .accordion{
    padding:0;
}
.img-presentation{
    margin: 1rem;
    width:90%;
    height:90%;
    object-fit:cover;    
    margin-right:10px;
    border-radius:22px 0;
    overflow:hidden;
    
}
.ctactionin a {
    font-size: 12px;
    display:block;
    padding:10px;
    background-color: white;
    border-radius: 10px 0 0 0;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    height: 188px;
    padding: 0 10px 0 0;
}
.pub img{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
.trend-wrapper{
    flex: 1 0 auto;
    flex-wrap: wrap;
    width: 33.33%;
    height: 235px;
    margin: 0 0 3rem 0 ;

    padding-right: 1rem  ;
}
.trend-wrapper .sub-title{
    font-weight:lighter ;
}
.cat-wrapper{
    flex: 0 0 auto;
    width: 80%;
    height: 350px;
    padding: 0 ;
}
.cat-pic{
    width: 100%;
    height:100%;
    object-fit: contain;
}

.swiper-slider:hover .img-produit {
    opacity: 0.3;

}

.swiper-slide:hover .ctactionin {
    opacity: 1;
}
.navel img{

    border-radius: 50px;
    object-fit: contain;
    width: 35px;
}
.login .modal-header, .login .modal-footer{
    color:var(--color-primary);
    padding: 2rem 0 1rem 0 ;
    margin:0 4rem 0 3rem;
    
}
.login .modal-footer{
    text-align:right;
}
.login .modal-content  {
    border-radius:0 210px 0 210px;
    position:relative;
    
    border-bottom: 32px solid var(--color-primary);
   
}
.login .modal-body  {
    padding:3rem;
}
.log-form{
    width:100%;
    margin:0 0 1rem 0;
}
.log-form input{
    padding:1rem;
    border-radius:100px;
    background-color: #ebebeb;
    margin-bottom:10px;
    
}
.log-form .log-but{
    float: right;
    background-color:var(--color-primary);
    color:white;
    border:none;
    padding:7px 2rem;
}
.services-container{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
    margin-top: 50px;
}
.service-box{
    position: relative;
    align-content: baseline;
    flex: 0 0 auto;
    width: 23%;
    padding:0 0rem 2rem 0;
    background-color:white;
    border-radius:30px;
    justify-content: space-between;
    margin: 0 15px 100px 0;
    transition: 0.3s;
    padding-top: 75px;
    cursor: pointer;
    box-shadow:0 2px 2px rgb(0 0 0 / 30%);
    border-bottom:4px solid var(--color-tercery);
}
.service-box ul{
    padding:0 3rem;
    border-top: 0.3px solid #d0d0d0 ;
    border-bottom: 0.3px solid #d0d0d0 ;
    text-align: start;
    LIST-STYLE-TYPE: disclosure-closed;
}
.service-box li{
    padding: 0.75rem 0.5rem;
    font-size:15px;
    text-align:center;
}

.service-box h5 {
    mergin-top:100px;
    font-size: 1.5rem;
    letter-spacing:1px;
}
.services-container .illustration{
    height: 100px;
    position: absolute;
    width: 100px;
    top: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
    border-radius: 50%;
}
.service-header{
    text-align:center;
    padding:2rem;
}

.services-container .illustration  .img-srvc{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.service .modal-header{
    height:150px;
    padding:0!important;
    width:100%;
}
.mod-img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.site_title{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
}
.bloc{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;

}
.colonne
{
    flex: 1 0 0;
    width: auto;
    padding: 0;
}
footer{
    background-color: var(--color-primary);
    padding: 15px 5px 0 5px ;
    width: 100%;
    font-size: 16px;
    color: white;
}
footer ul{
    padding: 0;
    /* border-right: 1px solid #e3e3e3; */
    height: 80%;
    display: flex;
    flex-wrap: wrap;
}
footer .bloc div{
    /* padding: 0 35px 0 0; */
}
footer .s-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
footer li{
    list-style: none;
    padding: 0 5px 5px 3px;
    flex: 0 1 32%;
    font-weight: normal;
    gap: 10px;

}
footer li:first-child{
    /* text-decoration: underline ; */
    flex: 1 0 100%;
}
footer a{
    text-decoration: none;
    color:white;
    transition:0.30s;
}
footer .messenger{
    position: fixed;
    bottom: 50px;
    right: 50px;
}
footer .messenger-box {
    position: absolute;
    background-color: white;
    /* height: 350px; */
    width: 420px;
    z-index: 51;
    right: 0;
    padding: 30px 25px 70px 25px;
    bottom: -5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

footer .messenger .icon {
    font-size: 22px;
    position: fixed;
    background-color: var(--color-primary);
    padding: 10px 13px;
    z-index: 50;
    color: white;
    border-radius: 50px;    
    right: 50px;
    bottom: 50px;
    width: 55px;
    border: none;
    border: 2px solid white;
}
footer .messenger form  .icon {
    right: 65px;
    bottom: 60px;
    width:auto;
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
footer .cpright a{
    text-decoration: none;
    color:white;
    transition:0.30s;
    font-weight: 500;
    margin-left: 10px;
}
footer a:hover{
    text-decoration: none;
    color:var(--color-secondary);
}
.cpright{
    background-color: var(--color-primary);
    color: white;
    height: 50px;
    padding: 10px;
    letter-spacing: 1px;
}
*, :after, :before {
    box-sizing: border-box;
}
/* @media only screen and (max-width: 1170px) {
    .cat-box{
        width: 240px;
        height: 380px;
    }
    .cat-box .cat-img{
        w
    }
} */

.mobicon {
        display:none;
    }


@media only screen and (max-width: 1170px) {
   .site_title span{
        /* display: none; */
    }
    .sidenav{
        width: 30%;
        margin: 10px 0;
    }
    .panier-info {
    flex: 1 0 0;
    width: 95%;
    margin: 0 2.5% 50px 0;
    }
    .swiper-slide img {
        height: 50vw;
    } 
    
    .service-box{ 
    width:31%; 
    }
    .category-view {
        width:25%;
    }
    .category-slide .category-el {
        flex:0 0 calc(95% / 3);
    }
    .cat-box{
        flex: 0 0 calc(95% / 3);

    }
    .cat-list{
        width: 46%;
    }
    .category-box
    { 
    width: 23% !important; 
    }
    footer .bloc{
        /* align-items: center; */
    }
    footer .colonne{
    flex: 1 0 100%;
    width: auto;
    /* text-align:center; */
    padding: 0;
    }
    footer ul {
        border:none;
    }
    
}
    @media only screen and (max-width: 850px) {
     
    .navel img
    {
        display: none;
    }

    footer li {
        flex: 0 0 50%;
    }
    .headbut{
        justify-content: normal;
        width: auto;
    }
    .nav-head{
        padding: 5px 15px;
        justify-content:center;
    }
    .nav-head h6 {
        margin:6px;
    }
    .nav-elements{
        width:92vw;
    }
    .sidenav .nav-head .menu-title ,     .catalogue h6{
        display: none;
    }
    .category-view {
        width:32%;
    }
    .category-slide .category-el {
        flex:0 0 calc(95% / 3);
    }
    .catalogue {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        width: 100% ;
        justify-content: space-between;
    }
    .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    }
    .sidenav .card{
        flex: 1 0 0%;
    }

    .navel{
        border-left: 1px solid #e7e7e7;
        flex: 1 0 0%;
    }
    
}

@media only screen and (max-width: 789px) {
    body{
        font-size: 12px;
    }
    .hero {
        display: block;
        /* flex-wrap: wrap; */
    }
    .herow {
        font-size: 14px;
        /* flex-wrap: wrap; */
    }
    .nav-search{
        display: none;
    }
     .navbar{
        display: flex;
        flex-direction:column;
    }
    .nav-lang{
        
    }
    .primenu{
        justify-content:space-around !important;
        padding:5px;
    }
    .primenu-container{
        flex: 0 0 70% !important;
    }
    .mobmenu {
        width:100%;
        background-color:var(--color-primary);
        border-radius:10px;
        color: white;
        margin-top: 15px;
    }
    .bloc {
        display: block;
    }
    nav{
        padding: 10px;
    }
    .primenu-container{
        display: flex;
        flex: 0 0 auto;
        width: 92%;
        flex-wrap: wrap;
        /*justify-content: end;*/
        font-size: 16px;
    }
    footer iframe {
        width: 100vw; 
    }
    .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    }
    .product-info{
        height: 100%;
        width: 100%;
        padding: 2rem 1rem;
        margin:0;
    }
    .catalogue {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .catalogue h6, .sidenav .nav-head .menu-title{
        display: none;
    }
    .trend-wrapper{
        width: 100vw;
    }
    .main {
        margin: 0 auto;
        max-width: 1500px;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    
.category-box
    { 
    width: 47%  !important; 
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}
    .filters form{
        border: none;
    }
.shortening{
    display:none;
}
}
@media only screen and (max-width: 675px) {
    .infobar{
        display: none;
    }
    .headbut{
        justify-content: flex-end !important;
        width: 100%;
    }
    .category-view {
        width:49%;
    }
    .category-slide .category-el {
        flex:0 0 calc(96% / 2);
    }
    .filters-bar {
        display:none;
    }
    .hero{

    display: flex;
    flex-wrap: wrap;
    height: auto;
    width:100%;
    margin-top:75px;
}
    nav::after{
        background:white;
        height:75px;
    }
    .site_title, nav{
        color:var(--color-primary);
    }
    .prod-container {
        width: 100%;
    }
    .cat-box {
        flex: 0 0 calc(95% / 2);

    }
    .service-box{
    
    flex: 1 0 auto;
    width:100%;
    
    }
    .Product-view {
        height:auto;
        padding:0;
    }
    footer ul {
        display:flex;
        flex-wrap:wrap;
        /* margin-left:10rem; */
    }
    .panier-colonne{
        overflow-x:auto;
    }
    
    footer ul li:first-child{
            flex: 0 0 100%;
            text-align: left;
            /* padding-left:3rem; */
    }
    footer li{
            flex: 0 0 50%;
            /* text-align:left; */
            /* padding-left:3rem; */
            margin-bottom: 10px;
    }
    footer .site_title img{
        margin-left:0!important;
    }
}
@media only screen and (max-width: 515px) {
    .category-box
    { 
    width: 100%  !important; 
    }
    nav .navbar {
        display:block;
        text-align:center;
    }
    footer li{
        flex: 0 0 100%;
        text-align: start;
}
    .primenu-container{
      flex: 1 0 0;
    }
    .primenu{
        justify-content: center;
      }
    .category-view {
        display:none;
    }
    .category-wrap{
        justify-content: center;
    }
    .category-slide .category-el {
        flex:0 0 100% ;
        margin-bottom: 15px;
    }
    .cat-box {
        flex: 0 0 95%;
    }
    .pagination {
        overflow: scroll;
    }
    .cat-list{
        width: 100%;
    }
    .headbut span{
        display:none;
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    
    }
    .produits .swiper-slide{
    width:100%;
    }
    .filters :is(input, select){
        margin-bottom:10px;
    }
    footer ul {
        display:flex;
        flex-wrap:wrap;
        margin-left:0rem;
    }
    .primenu-container{
        order:2;
        width:100%;
    }
    .primenu {
        padding:0;
        text-align: start!important;
    }
    .primenu .nav-item{
        border-bottom: 0.5px solid #d2d2d2;
        width: 100%;
        padding: 10px 20px;
        margin: auto;
    }
    .mobicon {
        display:block;
    }
    .dash .primenu .nav-item {
        flex: 1 0 50%;
    }
    .mobmenu   {
        display:none !important;
        background-color: white;
        color: black;
        flex-direction:column;
    }
    .mobmenu.collapse.show  {
        display:flex !important;
        
    }
    .mobmenu .primenu {
        flex-direction:column;
        text-align:center;
    }
    .nav-lang{
        /*display:none;*/
        justify-content:end;
        order:0;
        background-color:var(--color-primary);
        color:white;
        padding:10px;
        width:auto;
        font-size:24px !important;
    }
    .primenu .nav-item a  {
       font-size: 20px !important;
    }
    .dash .primenu .nav-item a  {
       font-size: 12px !important;
    }
    
    .admintab{
        overflow-x:auto;
        
    }
    .admintab .table {
        width:800px !important;
    }
    footer .messenger form .icon {
        right: 20px;
        bottom: 20px;
    }
    footer .messenger-box {
        width: 320px;
    z-index: 51;
    transform: translate(34px, 0);
        
    }
    footer .site_title img{
        margin-left:2.5rem!important;
    }
    footer {
        text-align:center;
    }
    
    
}