*{
    margin: 0px;
    padding: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.main{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}

.shoe-image{
    height: 450px;
    width: 600px;
    margin-top: 80px;
    margin-left: 40px;
}

@media only screen and (max-width: 700px) {

    .main{
        display: flex;
        justify-content: center;
        align-items: center;
    }


   .shoe-image{
    display: block;
    height: 450px;
    width: 550px;
    margin-top: 20px;
    margin-left: auto;
   }

   .buy-product{
    border: 2px solid black;
    color: white;
    background-color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: 250px;
    border-radius: 50px;
   }

 

   .buy-btn{
    margin: 10px auto;
    width: 80%;
    background-color: white;
    border-radius: 8px;
    padding: 15px 20px;
   }

   .product-cost{
    margin-top: 55px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2rem;
   }

   .back{
    height: 45px;
    width: 50px;
   }

   .footer-content{
    padding: 10px 25px;
    margin-top: 15px;
   }

   .footer-content h2{
    display: inline;
    color: blue;
    float: right;
   }

   .footer-content h3{
       display: inline;
       text-align: left;
       float: left;
   }


}


.buy-product{
    border: 2px solid black;
    color: white;
    background-color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: 250px;
    border-radius: 50px;
   }

   .footer-content{
    padding: 5px 25px;
   }

   .footer-content h2{
    display: inline;
    color: blue;
    float: right;
   }

   .footer-content h3{
       display: inline;
       text-align: left;
       float: left;
   }


   .buy-btn{
    justify-content: center;
    width: 80%;
    font-size: medium;
    font-weight: bolder;
   }

  .header-button{
    padding: 20px 20px;
  }

  

   .back{
    height: 45px;
    width: 50px;
    float: left;
   }

   .share{
    height: 45px;
    width: 50px;
    float: right;
   }