@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Playfair Display', serif !important;

}

.hamburger-content {
  display: none;
}

header {
  padding: 2px;
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 12px 24px rgba(2, 30, 84, 0.1);
}

.potli-logo {
  height: 100px;
  width: 100px;
  position: absolute;
  top: -10px;
  left: 80px;
  z-index: 2000;
}

.icon-menu {
  display: none;
}

nav {
  height: 50px;
  margin-top: 13px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px;

}



nav ul li {

  font-size: 20px;
  margin-right: 55px;

}

nav ul li img {
  width: 100px;
  height: 100px;
}



nav ul li a {
  text-decoration: none;
  color: #141414;
  padding: 15px 10px;
}

nav ul li a:hover {
  background: #f3558e;
  color: #fff;
}

.icon {
  position: relative;
  left: 50%;
  bottom: 30px;
}

section {
  display: flex;
  justify-content: center;

  /*margin-left: 10px;*/


}

aside {
  flex: 20%;
  align-self: flex-start;
  padding: 30px 50px;
  border-right: 3px solid rgba(20, 20, 20, 0.25);
  background-color: #C9343F;
  /*background-color: #fbfbfb;*/
  position: sticky;
  top: 90px;
  height: 100vh;

}

aside .img-section img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.25);
  transition: transform 1s ease-in-out;
}

aside .img-section {
  width: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0px auto;
  border: 3px solid #fff;

}

aside .img-section:hover img {
  transform: scale(1.2);
  transition: 1s;
  /*overflow: hidden;*/
}

/*#details{
  margin-left: 10px;
}
*/

.icon1 {
  opacity: 75%;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

main {

  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 75%;
  padding: 10px 50px;

  /*background: rgba(201, 52, 63, 00.75);*/
}

main .row1 {
  margin-bottom: 30px;
  /*background: red;*/
  display: flex;
  justify-content: space-around;

}


main .row1 .products {
  width: 100px;
  height: 140px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.25);
  /*box-shadow: 0px 12px 24px rgba(2, 30, 84, 0.1);*/
  padding: 10px;
  text-align: center;

}

main .row1 .products:hover {
  transform: scale(1.2);
}

main .row2 .products:hover {
  transform: scale(1.2);
}



main .row1 .products div {
  height: 100px;
  width: 100px;

  background-position: center;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-bottom: 10px;

}

main .row2 .products div {
  height: 100px;
  width: 100px;
  background-image: url(Images/Component8.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

main .row2 {

  background: #fff;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

main .row2 .products {
  width: 100px;
  height: 140px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgba(20, 20, 20, 0.25);
  padding: 10px;
  text-align: center;
}

.prd_name {
  text-align: left;
  margin: 0px;
  font-size: 12px;
  color: #C9343F;
  font-family: 'Poppins', sans-serif;
}

.prd_value {
  text-align: left;
  margin: 0px;
  font-size: 16px;
  font-weight: 550;
  color: #C9343F;
  font-family: 'Poppins', sans-serif;
}

main .row1 .products span {
  position: relative;
  left: 40px;
  top: -28px;
  color: #C9343F;
}

main .row1 .products span:hover {
  cursor: pointer;
}

main .row2 .products span {
  position: relative;
  left: 40px;
  top: -28px;
  color: #C9343F;
}

main .row2 .products span:hover {
  cursor: pointer;
}

.row1 div:nth-child(6) {
  display: none;
}

.row2 div:nth-child(6) {
  display: none;
}

.shopname {
  display: none;
}


/************ Responsive ************/
/* ********** Screen size 425px ***************** */

@media only screen and (max-width:425px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }


  .logo-head {
    font-size: 44px;
  }



  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    width: 100%;
    padding-top: 35px;
    height: 100vh;
    display: none;


  }

  nav ul li {
    margin-bottom: 30px;
    margin-left: 40px;

  }

  aside {
    position: relative;
    top: 0px;
    height: auto;
    display: none;

  }

  aside div:nth-of-type(2) {
    margin-left: 50px;
  }

  section {
    flex-wrap: wrap;
  }

  main {
    padding: 10px 0px;
  }

  .row1,
  .row2 {
    flex-wrap: wrap;
  }

  .row1 div {
    margin-bottom: 15px;
  }

  .row1 div:nth-child(6) {
    display: block;
  }

  .row2 div:nth-child(6) {
    display: none;
  }

  main .row2 .products {
    margin-bottom: 15px;
  }

  .shopname {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    color: #C9343F;


  }

  .shopname h1 {
    margin: 0px 0px 0px 5px;
    font-size: 30px;
    font-weight: 800;
  }

  .shopname h3 {
    margin: 0px;
    opacity: 50%;
    font-size: 18px;
  }

}

/* ********** Screen size 375px ***************** */

@media only screen and (max-width:375px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }


  .logo-head {
    font-size: 44px;
  }



  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    width: 100%;
    padding-top: 35px;
    height: 100vh;
    display: none;


  }

  nav ul li {
    margin-bottom: 30px;
    margin-left: 40px;

  }

  aside {
    position: relative;
    top: 0px;
    height: auto;
    display: none;

  }

  section {
    flex-wrap: wrap;
  }

  aside div:nth-of-type(2) {
    margin-left: 35px;
  }

  main {
    padding: 10px 0px;
  }

  main .row1,
  main .row2 {
    flex-wrap: wrap;
    padding: 5px 15px;
  }

  .row1 div {
    margin-bottom: 15px;
  }

  .row1 div:nth-child(6) {
    display: block;
  }

  .row2 div:nth-child(6) {
    display: none;
  }

  .shopname {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    color: #C9343F;


  }

  .shopname h1 {
    margin: 0px 0px 0px 5px;
    font-size: 30px;
    font-weight: 800;
  }

  .shopname h3 {
    margin: 0px;
    opacity: 50%;
    font-size: 18px;
  }

}

/* ************* Screen size 320px *************** */

@media only screen and (max-width:320px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }


  .logo-head {
    font-size: 44px;
  }



  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    width: 100%;
    padding-top: 35px;
    height: 100vh;
    display: none;


  }

  nav ul li {
    margin-bottom: 30px;
    margin-left: 40px;

  }

  aside {
    display: none;
    position: relative;
    top: 0px;
    height: auto;

  }

  section {
    flex-wrap: wrap;
  }

  main {
    padding: 10px 0px;
  }

  .row1,
  .row2 {
    flex-wrap: wrap;
  }

  .row1 div {
    margin-bottom: 15px;
  }

  .row1 div:nth-child(6) {
    display: block;
  }

  .row2 div:nth-child(6) {
    display: none;
  }


  .shopname {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    color: #C9343F;


  }

  .shopname h1 {
    margin: 0px 0px 0px 5px;
    font-size: 30px;
    font-weight: 800;
  }

  .shopname h3 {
    margin: 0px;
    opacity: 50%;
    font-size: 18px;
  }

}