body{
    padding: 0;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    background: rgb(239,171,192);
    /*background: linear-gradient(0deg, rgba(239,171,192,1) 45%, rgba(244,227,193,1) 100%);*/
    background: linear-gradient(0deg, #F7B7C9 40%, #EFABC0 50%, #EFABC0 60%, rgba(244,227,193,1) 100%);
}

h1 {
    font-family: 'Shrikhand', cursive;
    font-size: 70pt;
    font-weight: 400;
    color: #f96441;
    text-align: center;
    margin-block-end: 30px;
}

h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: xx-large;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: larger;
}

h4 {
    font-weight: 500;
    font-size: larger;
}

p {
    font-weight: 300;
    font-size: large;
}

.container1{
    width: 80%;
    margin: auto;
}

.container2 {
    width: 80%;
    margin: auto;
}

.container3 {
    margin: auto;
    padding: 20px;
    background: linear-gradient(0deg, rgba(244,227,193,0.6) 20%,  #F7B7C9 100%);
}

.row-main {
    padding: 10px;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.column-main {
    min-width: 30%;
    min-height: 380px;
    padding: 0%;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
}

.imglogo-nav, .logo-nav {
    float: left;
    text-align: left;
    position: relative;
    top: -15px;
}

.main-img {
    border-radius: 15px;
    object-fit: cover;
    min-width: 30%;
    min-height: 380px;
}

.promo-img2 {
    top: 70px;
}

.column-main:hover .overlay {
    opacity: 1;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.overlay {
    position: absolute; 
    bottom: 4px; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.row-sec1-head {
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.column-sec1-head {
    padding: 10px;
    line-height: 20px;
    min-width: 50%;
    min-height: 20px;
    box-sizing: border-box;
}

.row-sec1-content {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    gap: 1.5%;
    justify-content: center;
}

.column-sec1-content {
    min-width: 50%;
    max-height: 310px;
    padding: 0%;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #f96441;
    position: relative;
}

.bestseller-text {
    margin-top: 5%;
    padding-right: 3%;
}

.row-footer {
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.column-footer {
    padding-top: 90px;
    line-height: 20px;
    min-width: 50%;
    min-height: 20px;
    box-sizing: border-box;
}

.footer-right {
    text-align: right;
    padding-top: 80px;
}

.row-sec1-button {
    padding: 40px;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.button-cta {
    margin: 2px 2px;
    border: 4px solid #297660;
    padding: 6px 38px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
    font-size: 20pt;
    font-weight: 500;
    color: #297660;
    background-color: #EFABC0;
}

.bestsell-buymore:hover {
    background-color: rgba(244,227,193,0.7);
    color: #f96441;
}

.button-friend {
    border: none;
    text-align: right;
    cursor: pointer;
}

.bttn-add {
    float: right;
    position: absolute;
    padding-right: 10px;
}

a.add:hover {
    fill: #297660;
}

.shopcart-icon:hover {
    fill: #EFABC0;
}

.shopcart-icon {
    margin-right: 20px;
    width: 40px;
    height: auto;
    fill: #297660;
}

#h2-bestseller {
    font-family: 'Shrikhand';
    fill: #1a1a1a;
    fill: #276e5a;
    font-weight: 500;
    font-size: xx-large;
}

#container-wave {
    width: 100%;
    margin: 0;
    padding: 0;
}

#images-bestseller {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 20px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

#add-bottom {
    position: absolute;
    bottom: 10px;
    right: 0;
}

#footer-logo {
    float: left;
    width: 15%;
    height: auto;
}

#footer-info {
    float: left;
    padding-left: 20px;
    margin-right: 30%;
}

#copyrights {
    float: left;
    padding-left: 20px;
    margin-right: 30%;
    font-size: smaller;
}

#socmed-icons {
    float: right;
    padding: 2px;
    margin: 0;
}

/*NAV CODE BEGINS HERE*/

li.nav-list-item, a:link, a.navlist-link:visited, a.navlist-link:hover {
    color: #f96441;
    text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*Menu Icon*/
.sec-center {
  padding-top: 20px;
  padding-left: 0;
  position: relative;
  max-width: 100%;
  text-align: right;
  z-index: 200;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/*Menu Icon When Not Open*/
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  height: 50px;
  transition: all 200ms linear;
  width: 50px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  cursor: pointer;
}

/*Dropdown Box When Not Open Negative Space?*/
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}

/*Dropdown Box When Open Negative Space*/
.dropdown:checked + label:before{
  pointer-events: auto;
}

/*Dropdown Box*/
.section-dropdown {
  position: absolute;
  background-color: #f7b7c9;
  top: 65px;
  right: 0;
  /*width: 10%;*/
  border-radius: 8px;
  display: block;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

/*Dropdown Box*/
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/*Dropdown Pointy Arrow Box Space*/
.section-dropdown:before {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}

/*Dropdown Pointy Arrow*/
.section-dropdown:after {
  position: absolute;
  top: -7px;
  right: 12px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

/*Dropdown Pointy Arrow*/
.sec-center .section-dropdown:after {
  border-bottom: 8px solid #f7b7c9;
}

/*Dropdown Box List Rows*/
a.navlist-link {
    position: relative;
    transition: all 200ms linear;
    border-radius: 6px;
    padding: 8px 0;
    padding-left: 20px;
    padding-right: 60px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
      -ms-flex-pack: distribute;
  }

/*Dropdown Box List Text*/
.sec-center .section-dropdown a.navlist-link {
  color: #f96441;
  font-weight: 500;
}

#nav-list {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    line-height: 18pt;
    list-style-type: none;
}

/*Dropdown Box Colour*/
.sec-center .section-dropdown a:hover {
  color: rgba(244,227,193,1);
  background-color: #297660;
}

.menu-icon {
    fill: #f96441;
}

.menu-icon:hover {
    fill: #EFABC0;
    cursor: pointer;
}

/*NAV CODE ENDS HERE*/

/*SEARCH BAR CODE BEGINS HERE*/

.search-icon {
    width: 40px;
    height: auto;
    fill: #297660;
}

.search-icon:hover {
    fill: #EFABC0;
}

.searchBox {
    position: absolute;
    right: 110px;
    padding: 0px;
    border-radius: 40px;
}

.searchBox:hover > .searchInput {
    width: 130px;
    border-bottom: 2px solid #EFABC0;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    color: #297660;
    font-weight: 500;
    font-size: large;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    border-bottom: #EFABC0;
}

.searchInput::placeholder {
    color: #297660;
}

#bttn-search {
    background: none;
    border: none;
}

/*SEARCH BAR CODE ENDS HERE*/