*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 1000px;
}
.nav-bar{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    
    height: 60px;
    
}
.nav-left{
    margin-left: -60px;
}
.nav-left input{
    border: none;
    outline: none;
    padding-left: 20px;
    transition: all 0.2s;
}
.nav-left input:focus{
    padding-left: 0px;
}
.nav-left a{
    position: absolute;
    left: 117px;
    z-index: 3;
    color:#737373 ;
}
.nav-middle{
    border: 2px solid black;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}
.nav-right{
    display: flex;
    margin-right: -60px;
    
}
.nav-right div{
    margin-right: 10px;
}
.nav-right a{
    color: #868585;
    transition: all 0.1s;
}
.nav-right a:hover{
    color: #585858;
}
.nav-right .num:hover{
    transform: translate(0px , -1px );
}
.num{
    
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 15px;
    right: 115px;
    color: white;
    background-color: blueviolet;
    transition: all 0.2s;
   
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #737373;
    
    
}
.m-i{
    margin-top: 3px;
}
.menu div{
    margin-right: 20px;
    display: flex;
}
.menu a{
    text-decoration: none;
    color: #737373;
    transition: all 0.2s;
}
.menu a:hover{
    color: rgba(170, 1, 170, 0.587);

}
.menu .anc{
    margin-top: 3px;
    margin-left: 5px;
    color: #868585;
    font-size: 13px;
}
.classification{
   
    height: 30px;
    width: 100%;
    background-color: whitesmoke;
    padding: 5px;
    padding-left: 50px;
    display: flex;
}
.clasi1{
    color: purple;
    font-size: 15px;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.dsh{
    color: #737373;
    margin-right: 5px;
}
.clasi2{
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.tabl{
    margin-top: 50px;
    margin-left: 100px;
}
.pro-img{
    
    width: 100px;
    height: 70px;
    align-items: center;
    margin-left: 25px;
   
}
.t-img{
   width: 150px;
   height: 100px;
}
.product{
    width: 150px;
    display: flex;
    height: 140px;
    justify-content: center;
    align-items: center;
}
.product h6{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-h{
    width: 150px;
}
.price p{
    font-size: 15px;
    padding-left: 30px;
    
   
}
.price-h{
    width: 110px;
}
.quan-h{
    width: 150px;
}

.minus{
    border: 1px solid purple;
    width: 25px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    top: 296px;
    left: 683px;

}
.plus p{
    border: 1px solid purple;
    width: 25px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 613px;
    top: 296px;
    border-radius: 3px;
    
}

.number{
    border: 1px solid #73737395;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    left: 50px;
    font-size: 12px;
}

.total-h{
    width: 130px;
}
.remove-h{
    width: 160px;
}
.remove{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    
}
.remove button{
    width: 35px;
    height: 35px;
    background-color: purple;
    color: white;
    border: none;
    border-radius: 3px;
    transition: all 0.2s;
}
.remove button:hover{
    transform: scale(1.05);
}

.minus1{
    border: 1px solid purple;
    width: 25px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    top: 437px;
    left: 683px;
    

}
.plus1 p{
    border: 1px solid purple;
    width: 25px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 613px;
    top: 437px;
    border-radius: 3px;
    
}

.number{
    border: 1px solid #73737395;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    left: 50px;
    font-size: 12px;
}
.foot{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.btnss{
    
    width: 450px;
    height: 50px;
    margin-left: 100px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.upd-btn{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: purple;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.2s;
}
.upd-btn:hover{
    transform: scale(1.05);
}
.con-btn{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid purple;
    background-color: white;
    color: purple;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.2s;
}
.con-btn:hover{
    transform: scale(1.05);
}
.copun{
    margin-left: 100px;
    margin-top: 20px;
}
.copun h6{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;

}
.copun p{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #737373;
}
.entr-cop{
    
    width: 500px;
    height: 40px;
    margin-left: 100px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.entr-cop input{
    width: 250px;
    height: 25px;
    padding: 10px;
    border: 1px solid #73737389;
    border-radius: 3px;
}
.entr-cop button{
    width: 170px;
    height: 25px;
    background-color: purple;
    color: white;
    border: none;
    border-radius: 3px;
    transition: all 0.2s;
}

.entr-cop button:hover{
    transform: scale(1.05);
}
.foot-left{
    
    margin-top: 50px;
    width: 500px;
    height: 110px;

}
.foot-left h6{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 370px;
    margin-bottom: 5px;
}
.t1{
    margin-top: 20px;
    
    width: 80px;
    height: 30px;
   
    
}
.t1 h6{
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5f5e5e;
}
.t2{
   
    width: 80px;
    margin-left: 450px;
    margin-top: -30px;
}
.t2 p{
    margin-bottom: 20px;
    font-size: 13px;
    color: #585858;
}
.chk-btn{
    margin-left: 190px;

}
.chk-btn button{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    background-color: purple;
    color: white;
    border: none;
    transition: all 0.2s;
}
.chk-btn button:hover{
    transform: scale(1.05);
}
.footer1{
    
    width: 100%;
    height: 300px;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}
.navigations label{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    
}
.navigations{
    margin-right: 20px;
}
.footer1 a{
    text-decoration: none;
    color: #737373;
    font-size: 12px;
    
}
.footer1 li{
    margin-top: 10px;
}
.sec-l{
    margin-top: 12px;
}
.thrd-l{
    margin-top: 12px;
}
.promo label{
    font-weight: bold;
    margin-bottom: 10px;
}
.promo-img{
    margin-top: 20px;
    width: 200px;
    height: 90px;
    margin-bottom: 10px;
}
.promo-txt .per{
    color: purple;
    
}
.promo-txt p{
    color: #737373;
    font-size: 12px;
    margin-top: 5px;
}
.contact label {
    font-weight: bold;
    margin-bottom: 10px;
}
.contact i{
    margin-right: 5px;
    color: purple;
}
.contact li{
    margin-bottom: 14px;
}
.list{
    display: flex;
}
.list p{
    margin-left: 7px;
    font-size: 14px;
}
.phone{
    color: #737373;
    font-size: 14px;
}
.subscribe input{
    border-color: #73737340;
    height: 30px;
    width: 180px;
    position: relative;
    padding-left: 5px;
    font-size: 11px;
}
.subscribe button{
    position: absolute;
    width: 50px;
    height: 28px;
    background-color: purple;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    left: 1227px;
    border: none;
    margin-top: 1px;


}
.email{
    margin-top: 10px;
}
.subscribe label{
    color: #585858;
}
.sig{
   
    height: 20px;
    margin-top:50px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sig p{
    color: #737373;
    font-size: 12px;
}
