
 nav{
    height: 70px;
    background: white;}
    .navbar-collapse{
        justify-content: flex-end;}  
.nav-item{
    margin-right: 15px;}
  .nav-item .nav-link{
        color: black;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;}
.nav-link:hover{
    color: chocolate;}

.content{
    height: calc(100vh - 70px);
    background-image: url(img/back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;}
.cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: start;}
.cont h5{
    font-size: 1rem;
    text-transform: uppercase;}
.cont h1{
    font-size: 2.2rem;
    color: chocolate;
    text-transform: capitalize;
font-weight: 700;}
.cont span{
    color: black;}
.cont p{
    font-size: 0.9rem;
    font-weight: 500;}
.text{
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    border: none;
    color: white;
    background: black;
    padding: 7px 12px;
    transition: 0.4s;}
.text:hover{
    background: chocolate;
color: white;}
.navbar-toggler{
    font-size: 25px;
    color: black;
    border: none;
    outline: none;}
@media only screen and (max-width:992px) {
   
    body > section.hero > nav > div > button:hover{ 
      background: chocolate;
      color: white;}
    #navbarSupportedContent > ul{
        background: white;
        text-align: right;}}
/***************************************/
.cat{
    position: relative;}
.cate{
justify-content: center;
}
.cat .detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 111111;
    transition: 0.3s;}
    .cat:hover .detail{
        background: #fd8c6652 ;
        opacity: 1;}

/******************************/
  .feautured{
margin-top: 30px;
    text-align: center;}
.feautured h2{
    text-transform: capitalize;}
.feautured img{
    cursor: pointer;}
.feautured P{
    font-size: 16px;
    font-weight: 400;
margin-bottom: 30px;}
.feautured hr{
    background: chocolate;
    opacity: 1;
    width: 8%;
    margin: auto;
    margin-bottom: 10px;
    height: 2px;}
.s-left .img-fluid{
height: 65%;}
.s-pro img{
    cursor: pointer;}
    
.s-rigth h4{
    font-size: 20px;
    font-weight: 500;
    color: #b6b3b3;
    margin-bottom: 30px;}
.s-rigth h5{
font-size: 30px;
color: chocolate;
margin-bottom: 20px; } 
.s-rigth select{
    padding: 7px 10px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    width: 20%;
    height: 40px;}
.s-rigth input{
    padding: 7px 10px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    width: 10%;
    height: 40px;  }
.s-rigth h6{
    margin: 20px 0;
    font-size: 25px;
    color: black;
}
.card-body .icon{
    color: chocolate;}
.card-body h4{
    margin-bottom: 20px;}
.pro img:hover{
    opacity: 0.7;}
.pro .text{
    opacity: 0;}
.pro .text:hover{
    text-decoration: none;
    color: white;}
.pro:hover .text{
    opacity: 1;}
.banner{
    padding-left: 10rem;
    height: 60vh;
    background-image: url(img/banner/2.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: start;}
.banner h3{
    text-transform: uppercase;
    font-size: 1rem;
    color: white;}
.banner h2{
    font-size: 2rem;
    color: white;
    text-transform: uppercase;}
footer{
    background: #222222;}
.footer1 p{
    color: white;}

.footer2 h4, .footer3, .footer4 h4{
    color: white;
}
.footer2 a{
    text-decoration: none;
    color: white;}
.copier h5{
    color: white;
    font-size: 16px;}
.page-link{
    color: white;
    background: black;}
.page-link:hover{
    background: chocolate;
    color: white;}
.page-link:focus{
    background: chocolate;
    color: white;
    box-shadow: none;}
    #cart{
        overflow-x: auto;}
#cart table{
border-collapse: collapse;
width: 100%;
table-layout: fixed;
white-space:nowrap;
}
#cart table thead{
    font-weight: 700;
}
#cart table thead td{
    background: #fd8c66;
    color: white;
    border: none;
    padding: 6px 0;
}
#cart table td{
    border: 1px solid #b6b3b3;
}
#cart table td i{
    color: chocolate;
}
#cart table td img{
    width: 100px;
}
#cart table td:nth-child(1){
width: 70px;
}
#cart table td:nth-child(5){
    width: 170px;}
.det, .deta{
    border: 1px solid #b6b3b3;
}
.det h5 , .deta h5{
    padding: 6px 12px;
    color: white;
    background: #fd8c66;}
.det p{
    padding: 6px 12px;
font-weight: 500;}
.det input{
    margin:0 0 6px 12px;
    height: 40px;
    padding-left: 12px;
    outline: none;}
.deta .sub{
    padding: 6px 12px;   
}
.deta hr{
  height: 1px;  
  background: #b6b3b3;
  opacity: 1;}
  
  .small{
    display: flex;
    justify-content:center;
    gap:3px;}
.small div{
    flex-basis: 25%;
}
    .smal{
        width: 100%;
    }


   
  




   
    

        
      

    






