*{
    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;

}
.header{
    background: radial-gradient(#524d4c8e,#4a4747cc);
      
}
    

.header .row{
    margin-top: 70px;
  
}
.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;
    
    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: #ffffff;  /* 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);



}
























/*------------------All Products Page--------------------------*/
.row-2{
    justify-content: space-between;
    margin: 5px auto 50px;
}
select{
    border: 1px solid #ff523b;
    padding: 5px;
}
select:focus{
    outline: none;
}
.page-btn{
    margin: 0 auto 80px;

}
.page-btn span{
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.page-btn span:hover{
    background: #ff523b;
    color: #fff;
}
/*-------------------single product details--------------------------*/
.single-product{
    margin-top: 80px;
}
.single-product .col-2 img{
    padding: 0;
}
.single-product .col-2{
    padding: 20px;
}
.single-product h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}
.single-product select{
    display: block;
    padding: 10px;
    margin-top: 20px;
}
.single-product input{
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
}
input:focus{
    outline: none;
}
.single-product .fa{
    color: #ff523b;
    margin-left: 10px;
}
.small-img-row{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}


/* Define styles for screens with a maximum width of 768 pixels */
@media (max-width: 600px) {
    
 /*-------------------single product details--------------------------*/   
    .col-2 {
        width: 100%;
    }

    #ProductImg {
        width: 100%;
    }
    
   /*-------------------single product details--------------------------*/
.single-product{
    margin-top: 80px;
}
.single-product .col-2 img{
    padding: 0;
}
.single-product .col-2{
    padding: 20px;
}
.single-product h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}
.single-product select{
    display: block;
    padding: 10px;
    margin-top: 20px;
}
.single-product input{
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
}
input:focus{
    outline: none;
}
.single-product .fa{
    color: #ff523b;
    margin-left: 10px;
}
.small-img-row{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    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: #ff523b;
    font-weight: normal;
    color: white;
}
td{
    padding: 10px 5px;
}
td input{
    width: 40px;
    height: 30px;
    padding: 5px;
  
}
td a{
    color: #ff523b;
    font-size: 12px;
}
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: 400px;
}
td:last-child{
    text-align: right;
    color: black;
}
th:last-child{
    text-align: right;
    color: black;
}
/*-------------------Account--------------------------*/
.account-page{
    padding: 50px 0;
 
    background-color: lightgrey;

}


.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;
   
   
   
  }
  
  .search-container form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 3px 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .search-container input[type="text"] {
    border: none;
    outline: none;
    padding: 5px 7px;
    font-size: 16px;
  }
  
  .search-container button[type="submit"] {
    background-color: #ff523b;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.5s;
  }
  
  .search-container button[type="submit"]:hover {
    background-color: #563434;
  }


}







   /* 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%;
        }
      
      
       }
      


    
      
 

     
 
      
      
      #sellButton,
    #signinButton {
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        font-size: 25px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        border: none;
        outline: none;
        width: 150px;
        text-align: center;
    }

    #sellButton {
        background-color: #e74c3c;
    }

    #sellButton.clicked {
        background-color: #008000;;
    }

    #signinButton {
        background-color: #ADD8E6;
    }

    #signinButton.clicked {
        background-color: #808080;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    /* Default styles */
.cart-info {
    font-size: 16px;
    padding: 10px;
}

.product-image {
    max-width: 100%;
    height: auto;
}

.product-name {
    color: white;
    font-size: 18px;
}

.product-price {
    color: blue;
    font-size: 14px;
}

.remove-link {
    color: red;
    font-size: 14px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .cart-info {
        font-size: 14px;
        padding: 8px;
    }

    .product-name {
        font-size: 16px;
        color: white;  /* Ensure white color on mobile */
        background-color: black; /* Optional: To ensure visibility */
    }

    .product-price {
        font-size: 14px;
        color: white;
    }

    .remove-link {
        font-size: 12px;
        color: red;
    }
}
    
    
    
    


    @media (max-width: 600px) {
        #sellButton,
        #signinButton {
            width: 100%;
            margin-top: 5px; /* Add margin top as needed */
            margin-left: 20px; /* Add margin left as needed */
            height: 40px; /* Add height as needed */
            margin-bottom: 20px;
            height: 60px;
        }
    }
    
    
    

      
      
      
  
      




      
  
     
      
     