* {
    margin: 0;
   padding: 0 ;
   box-sizing: border-box;
  
   
 }

@media only screen and (max-width: 768px){
 html,
 body{
 width:100%;
 overflow-x:hidden;
 }
}


body {
    font-family: Arial, sans-serif;
    
}

 


#navbar
{
	
	background-image:url(./header2.png);
	background-size: contain;
background-repeat: repeat-x;
	display: flex;
	justify-content: space-evenly;
}
.menu a,.number  a
{
	text-decoration: none;
	padding-left: 30px;

	
}



 @media only screen and (max-width: 768px) {
	
	 .menu a,.number  a
	 {
		 padding:10px;
	 }
	 
	 .productdetails
	{
		position: static;
	}
	 
 }

.product-page {
    display: flex;
    justify-content:space-around;
    margin: 20px auto;
   
}
h1
{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #232324;
}
.product-image {
  
    padding: 20px;
   
    margin: 20px 30px;
    overflow: hidden;
    position: relative;
  
}

.product-image img {
    
   max-width: 400px;
    max-height: 400px;

   /* border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    
     transition: transform 0.3s ease;
        transform-origin: center center;
       
    } 

    .product-image:hover img {
        transform: scale(1.2);
    }


.product-details {
    flex: 1;
    padding: 20px;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.trending {
    
    color: #ff6600;
}

.product-description {
    font-size: 16px;
    line-height: 1.5;
    color:gray;
}
.product-description  h2
{
    margin: 30px 0px;
}

.price {
    display: flex;
    justify-content:space-around;
  width:40%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.original-price {
    text-decoration: line-through;
   font-weight:600;
   font-size:25px;
  color: #999999;
   
}

.selling-price {
   
       font-weight:600;
   font-size:25px;
    margin-right: 30px;
}

.quantity {
    margin-top: 10px;
}
.quantity-button
{
    padding:9px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.input-qty{
    width: 60px;
    padding: 9px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.action-buttons {
    margin: 20px 0px;
}

.add-to-cart-button,
.add-to-wishlist-button {
    background-color:var(--header);
    color: #fff;
    border: none;
    padding: 10px 45px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.out-of-stock{
     background-color:#d3d3d3;
    color: #fff;
    border: none;
    padding: 10px 45px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.add-to-wishlist-button {
    background-color:var(--button);
}

.add-to-cart-button:hover,
.add-to-wishlist-button:hover {
    background-color: #bb0000;
}
.galleryImage {
    width: 100px; /* Adjust the size as needed */
    cursor: pointer;
    margin-right: 10px;
    height:50px;
}
.subimage 
{
    margin:10px;
}
.subimage img{
    height:100px;
}

@media (max-width: 767px) {
    .product-page  {
        display: block;
       
       
        
    }
   /* .product-image {
  
        padding:5px;
      
        margin: 3px;
        overflow: hidden;
        position: relative;
      
    }*/
    .selling-price {
   
       font-weight:600;
   font-size:25px;
    margin-right: 250px;
}
.add-to-cart-button,
.add-to-wishlist-button {
     padding: 10px 25px;
}
    .product-image img {
    
        height: 400px;
       width:100%;
       transition: transform 0.3s ease;
    transform-origin: center center;
        } 
          .product-image:hover img {
        transform: scale(1.2);
    }
    

        .galleryImage {
            width: 150px; /* Adjust the size as needed */
            cursor: pointer;
            margin-right: 10px;
            height:50px;
        }
        .subimage 
        {
            margin:10px;
            display:flex;
        }
        .subimage img{
            height:100px;
        }
        .price {
          
          width:100%;
            margin-top: 10px;
          
           
        }
        .selling-price s {
           
           margin-top: 20px;
        }
        .original-price s {
            margin-bottom: 20px;
        }
        .add-to-cart-button,
.add-to-wishlist-button {
    background-color:var(--header);
    color: #fff;
    border: none;
    padding: 10px 35px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.add-to-wishlist-button {
    background-color:var(--button);
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {



    .product-page  {
        display: block;
       
       
        
    }
    .product-image {
  
        padding:5px;
      
        margin: 3px;
        overflow: hidden;
        position: relative;
      
    }
    .product-image img {
    
        height: 400px;
       width:100%;
        } 
        .galleryImage {
            width: 150px; /* Adjust the size as needed */
            cursor: pointer;
            margin-right: 10px;
            height:50px;
        }
        .subimage 
        {
            margin:10px;
            display:flex;
        }
        .subimage img{
            height:100px;
        }
        .price {
          
          width:100%;
            margin-top: 10px;
          
           
        }
        .selling-price s {
           
           margin-top: 20px;
        }
        .original-price s {
            margin-bottom: 20px;
        }
}