*{
    margin: 0;
    padding: 0;
    
}




.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 10px;
    transition: background 0.5s;
}

.btn:hover{
    background: #563434;



}

.col-3{
    flex-basis: 100%;
    min-width: 300px;

}
.col-3 img{
    max-width: 70%;
    padding: 30px 0;
    
    
}
  .col-3 h1{
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0;
    

}

    


.categories{
    
    margin: 70px 0;

}
.col-3{
    flex-basis:30%;
    min-width: 250px;
    margin-bottom: 30px;
    
}
.col-3 img{
    width: 50%;








}

.small-container {
    max-width: 1300px;
    margin: auto;
    background-color: white;
    background-position: center;
    background-size: cover;
    position: relative;
    color: black;
    
    align-items: center;
    justify-content: center;
  }
  .swiper{
    width: 40%;
    height: fit-content;
  }
  .swiper-slide img{
    width: 85%;
    height: 400px;
  }
  .swiper .swiper-button-prev, .swiper-button-next{
    color: #450606;
  }
  .swiper .swiper-pagination-bullet-active{
    background: #250202;
  }

  @media only screen and (max-width: 600px){

    .small-container {
        max-width: 1300px;
        margin: auto;
        background-color: white;
        background-position: center;
        background-size: cover;
        position: relative;
        
        align-items: center;
        justify-content: center;
      }
      .swiper{
        width: 100%;
        height: fit-content;
      }
      .swiper-slide img{
        width: 85%;
        height: 400px;
      }
      .swiper .swiper-button-prev, .swiper-button-next{
        color: #450606;
      }
      .swiper .swiper-pagination-bullet-active{
        background: #250202;
      }
    
    }



.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 60px;
    transition: transform 0.5s;
  
}
.col-4 img{
    width: 100%;
   
  
}
.title{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #171515;
}
.title::after{
    content: "";
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h4{
    color: black;  /* Front page font */
    font-weight: normal;
}
.col-4 p{
    font-size: 14px;
}
.rating .fa{
    color: #ff523b;
}
.col-4:hover{
    transform: translateY(-5px);
}
.offer{
    background: radial-gradient(#fff,#fff);
    margin-top: 80px;
    padding: 30px 0;
}
.col-2 .offer-img{
    padding: 50px;
}
small{
    color: #5f0b0b;
}
/*--------------------------testimonial--------------*/
.testimonial{
    padding-top: 100px;
}
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial .col-3:hover{
    transform: translateY(-10px);

}
.fa.fa-quote-left{
    font-size: 34px;
    color: #ff523b;
}
.col-3:p{
    font-size: 12px;
    margin: 12px 0;
    color: #777777;
}
.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}
/*-------------------brands--------------------------*/
.brands{
    margin: 100px auto;
}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}
.col-5 img:hover{
    filter: grayscale(0);
}


.form-container{
    background: #fff;
    width: 300px;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.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 form{
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 130px;
    transition: transform 1s;
}
form input{
    width: 100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
}
form .btn{
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}
.form .btn:focus{
    outline: none;
}
#LoginForm{
    left: -300px;
}
#RegForm{
    left: 0;
}
form a{
    font-size: 12px;
}
























form input, form textarea {
    font-size: 16px; /* You can adjust the font size as needed */
    -webkit-text-size-adjust: 100%;
}

































































#Indicator{
    width: 100px;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(100px);
    transition: transform 1s;
}





/* styles.css */

/* Center the Buy Now button */
.buy-now-button {
    text-align: right;
    margin-bottom: 200px; /* Adjust as needed, negative values move it up */
    margin-right: 90px; /* Adjust as needed, negative values move it to the left */
  }
  
  /* Style for the Buy Now button */
  .buy-now-button button {
    background-color: #28ff4c; /* Green background color */
    color: white; /* White text color */
    padding: 15px 25px; /* Padding for better appearance */
    font-size: 15px;
    border: none; /* Remove border */
    border-radius: 5px; /* Add border radius */
    cursor: pointer; /* Add cursor pointer on hover */
  }
  
  /* Hover effect for the Buy Now button */
  .buy-now-button button:hover {
    background-color: #f7925b; /* Darker green on hover */
  }
  

 /* Add this to your existing CSS */
/* Add this to your existing CSS */

.contact-page {
    text-align: center;
    margin-bottom: 150px; /* Adjust as needed */
    font-size: 40px; /* Adjust the font size as needed */
    background-color: #b6b4bf; /* Light gray background color */
    color: #241111; /* Darker text color */
  }
  

/*-------------------media query for phones--------------------------*/
@media only screen and (max-width: 600px){
 .row{
    text-align: center;
 }
 .col-2, .col-3, .col-4{
    flex-basis: 100%;
 }
 .single-product .row{
    text-align: left;
 }
 .single-product .col-2{
    padding: 20px 0;
 }
 .single-product h1{
    font-size: 26px;
    line-height: 32px;
 }
 .cart-info p{
    display: none;
 }




/* styles.css */

/* Center the Buy Now button */
.buy-now-button {
    text-align: right;
    margin-bottom: 70px; /* Adjust as needed, negative values move it up */
    margin-right: 105px; /* Adjust as needed, negative values move it to the left */
  }
  
  /* Style for the Buy Now button */
  .buy-now-button button {
    background-color: #ff283a; /* Green background color */
    color: white; /* White text color */
    padding: 15px 25px; /* Padding for better appearance */
    font-size: 15px;
    border: none; /* Remove border */
    border-radius: 5px; /* Add border radius */
    cursor: pointer; /* Add cursor pointer on hover */
  }
  
  /* Hover effect for the Buy Now button */
  .buy-now-button button:hover {
    background-color: #f7925b; /* Darker green on hover */
  }


  .contact-page {
    text-align: center;
    margin-bottom: 150px; /* Adjust as needed */
    font-size: 20px; /* Adjust the font size as needed */
    background-color: #b6b4bf; /* Light gray background color */
    color: #241111; /* Darker text color */
  }
  






/*CSS for Search Bar */

.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
   
   
   
  }
  








   /* Adjustments for the location and contact-us sections */
   
   .location,
   .contact-us {
       display: flex;
       justify-content: space-between;
       align-items: flex-start;
       width: 100%;
       margin-bottom: 20px; /* Adjust as needed */
       flex-basis: 50%;
   }

   /* Styles for the contact-col div */
   .contact-col {
       display: flex;
       flex-direction: column;
       align-items: flex-start;
       margin-left: 200px;
       margin-right: 120px;
       margin-bottom:90px;
   }

   /* Styles for the form inside contact-col */
   .contact-col form {
      
       max-width: 500px; /* Adjust as needed */
   }

/* Media Query for screens with a maximum width of 700px */
@media screen and (max-width: 600px) {
    .location,
    .contact-us {
        flex-direction: column;
        align-items: center;
        text-align: center; /* Adjust text alignment as needed */
    }

    .contact-col {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
        .contact-col p {
            font-size: 16px; /* Adjust as needed */
    }



    .col-4 {
        flex-basis: 50%;
        padding: 10px;
        min-width: 150px;
      }
        .col-4 img {
            flex-basis: 50%;
          width: 50%;
        }
      
      
       }
      


     
     
     
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
      
      
      
      
   
    
      
      
      
  
      




      
  
     
      
     