*{
    margin: 0;
    padding: 0;
    box-sizing: boarder-box;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}

nav{
    flex: 1;
    text-align: right;
}

.nav ul{
    display: inline-block;
    list-style-type: none;
}

nav ul li{
    display: inline-block;
    margin-right: 20px;
}

a{
    text-decoration: none;
    colour: #555;
}

p{
    color: #555;
}

.container{
    max-width: 1300;
    margin auto;
    padding-left: 25px;
    padding-right: 25;
    transition: 0.5s;
}



.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.kutemwa {
    flex-basis: 50%;
    min-width: 300px;
}

.kutemwa img {
    max-width: 100%;
    padding: 50px 0;
}

.btn {
    display: inline-block;
    background: #bcb308;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition background: 0.5;

    }

.btn:hover {
    background: #0fa50a;
}
.header{
    background: radial-gradient(#fff,#d6e6ff);
}

.categories {
    margin: 70px 5px;
}

.kutemwa1{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.kutemwa1 img{
    width: 100%;
}

.lubuto-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.kutemwa2{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition transform: 0.5px;
}
.kutemwa2 img{
    width: 100%;

}

.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #bcb308;
}

.title::after{
    content: '';
    background: #0817bc;
    width: 80px;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

h4{
    color: #555;
    font-weight: normal;
}

.kutemwa2 p{
    font-size: 14px;
}

.rating{
    color: #cc421f;
}

.kutemwa2:hover{
    transform: translateY(-5px);
}

.brands {
    margin: 100% auto;
}

.kutemwa3{
    width: 160px;
}

.kutemwa3 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.kutemwa3:hover{
    color: greyscale(0);
}
.offer{
    background: radial-gradient(#fff,#ffd6d6);
    margin-top: 80px;
    padding: 30px;
}

.kutemwa3 .offer-img{
    padding: 50px;
}

small{
    color: #555;
}
 .small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
 }

/*---------------footer-----------*/
.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}

.footer p{
    color: #8a8a8a;
}

.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-kml-1, .footer-kml-2, .footer-kml-3{
    min-width: 250px;
    margin-bottom: 20px;

}

.footer-kml-1{
    flex-basis: 30%;
}

/*----------All Products-----------------*/

.row{
    justify-content: space-between;
    magin: 100px auto 50px;
}

select {
    bottom: 1px solid #ff523b;
    padding: 5px;
}

select:focus{
    outline: none;
}

.page-btn{
    margin: 0 auto 80px;
}

.page-btn span{
    display: inline-block;
    border: 1px solid #6c3bff;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.page-btn span:hover{
    background: #6c3bff;
    color: #fff;
}

.product-details{
    margin-top: 80px;
}

.product-details .kutemwa2 img{
    padding: 0;
}

.product-details .kutemwa2{
    padding: 20px;
}

.product-details h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.product-details select{
    display: block;
    padding: 10px;
    margin-top: 20px;
}

.product-details input{
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10;
    border: 1px #ff523b;

}

input:focus{
    outline: none;
}

.small-img-row{
    display: flex;
    justify-content: space-between;
}

.small-img-kutemwa{
    flex-basis: 24%;
    cursor: pointer;
}

/*----------------cart items-------------------*/

.cart-page{
    margin: 80px auto;
}

table{
    width: 100%;
    border-collapse: collapse;
}

.cart-info{
    display: flex;
    flex-wrap: wrap;
}

th{
    text-align: left;
    padding: 5px;
    color: #fff;
    background: #cc421f;
    font-weight: normal;
}

td{
    padding: 10px 5px;
}
td input{
    width: 40px;
    height: 30px;
    padding: 5px;
}

td a{
    color: #cc421f;
}

td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.total-price{
    display: flex;
    justify-content: flex-end;
}

.total-price table{
    border-top: 3px solid #ff523b;
    width: 100%;
    max-width: 350px;
}

td:last-child{
    text-align: right;
}

th:last-child{
    text-align: right;
}


/*---------Account-page---------------*/

.account-page{
    padding: 50px 0;
    background: radial-gradient(#fff,#d6e6ff);
}
form-container span{
    font-weight: bold;
    padding: 0 10px;
    color: #555;
    cursor: pointer;
    width: 100px;
    display: inline-block;
}

.form-btn{
    display: inline-block;
}
 
.form-container{
    background: #fff;
    width: 300px;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}
input {
    width: 75%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    width: 50%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

a {
    color: #007bff;
    text-decoration: none;
}
button:hover {
    background: #0056b3;
}

a {
    color: #007bff;
    text-decoration: none;
}

#loginform{
    left: -300px;
}

#Regform{
    left: 0;
}
 form a{
    font-size: 12px;
 }

#Indicator{
    width: 100px;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(100px);
}