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;
}

.column-sec1-content:hover {
    background-color: rgba(249,100,65,0.95);
}

.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-shopnow: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*/


/*PAGE 2 ABOUT US*/
.container4 {
    width: 60%;
    margin: auto;
    text-align: left;
}

.row1-about-us {
    text-align: center;
}

.img-about-us {
    height: auto;
    width: 60%;
    border-radius: 15px;
    border: #297660 solid 6px;
}

/*PAGE 3 SHOP*/
.container5 {
    width: 70%;
    height: auto;
    margin: 0 auto 20px;
    text-align: left;
}

#shop-category-nav {
    text-align: center;
}

#shop-cate-nav {
    padding: 0;
    margin: 8px 0px;
}

li.shop-category {
    display: inline;
    margin: 2px 2px;
    border: 2px solid #297660;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
    color: #297660;
}

li.shop-category:hover {
    background-color: #F7B7C9;
    color: #f96441;
}

.shop-header-text {
    padding: 0% 4%;
}

.row-shop {
    padding: 0;
    padding-bottom: 50px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.column-shop {
    width: 30%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    border: #f96441 solid 3px;
}

.column-shop:hover {
    background-color: rgb(249,100,65, 0.1);
}

.shop-text {
    margin-left: 10px;
    margin-right: 5px;
    color: #1a1a1a;
}

.shop-h4-text {
    margin-bottom: -10px;
    margin-right: 15px;
}

#shop-img-cards {
    width: 100%;
    height: auto;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-bottom: -10px;
}

#shop-img-cards:hover {
    opacity: 0.75;
}

.shop-bttn-add {
    width: 100%;
    text-align: right;
}

a.shop-add:hover {
    fill: #297660;
}

#shop-add-bottom {
    position: absolute;
    bottom: 0;
}

.shop-top {
    float: right;
    margin-top: -20px;
    color: #f96441;
}

.shop-back2top:hover {
    color: #297660;
}

/*PAGE 4 CONTACT US*/
.row-contact1 {
    padding: 0;
    padding-bottom: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.column-contact1 {
    height: auto;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
}

.contact-formheads-label {
    padding-left: 15px;
}

input[type=text1], select, textarea {
    font-family: 'Outfit', sans-serif;
    font-size: 11pt;
    width: 100%;
    padding: 12px;
    border: 3px solid #297660;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: rgb(248, 233, 203);
}

input[type=text1]:focus, select:focus,textarea:focus {
    border: 3px solid #f96441;
    outline: none;
}

a.contact-send-form, a.contact-send-form:visited {
    float: right;
    border-radius: 20px;
    border: #f96441 solid 3px;
    color: #297660;
    padding: 4px 15px;
    font-weight: 500;
    font-size: larger;
}

a.contact-send-form:hover {
    border: #f96441 solid 3px;
    color: #f96441;
    background-color: rgba(244,227,193,0.7);
}

#contact-h3-text {
    margin-top: -15px;
}

.contact-form-group {
    padding: 20px;
    width: 70%;
    background-color: #EFABC0;
    border: #297660 solid 3px;
}

.contact-form-group:hover {
    background-color: rgb(239,171,192,0.8);
}

.contact-list-row {
    padding: 0;
    display: flex;
}

.contacts-list-col {
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
}

.contact-others-icon {
    display: flex;
    padding-bottom: 15px;
}

a.contact-icon, a.contact-icon:visited {
    color: #297660;
    font-weight: 500;
}

a.contact-icon:hover {
    color: #f96441;
}

.contact-img-icon {
    width: auto;
    height: 50px;
    padding-right: 15px;
}

/*LOG IN PAGE*/

.link:hover {
    color: #297660;
  }

.full-height{
    min-height: 100vh;
}

.row-login {
    justify-content: center;
    display: flex;
}

/*Slider Space*/
.checkbox-login:checked + label,
.checkbox-login:not(:checked) + label{
    position: relative;
    display: block;
    text-align: center;
    width: 80px;
    height: 20px;
    border-radius: 15px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    border: #297660 solid 2px;
    background-color:  rgba(244,227,193,1);
}

/*Slider Dot*/
.checkbox-login:checked + label:before,
.checkbox-login:not(:checked) + label:before{
    position: absolute;
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: #f96441 solid 2px;
    color: #f7b7c9;
    background-color: #297660;
    /*content: 'hi';*/
    top: -10px;
    left: -5px;
    line-height: 30px;
    font-size: 11pt;
    text-align: center;
    transition: all 0.5s ease;
}

.checkbox-login:not(:checked) + label:before {
    content: 'hi';
}

/*slider Dot Movement*/
.checkbox-login:checked + label:before {
    transform: translateX(50px) rotate(-360deg);
    content: 'new';
}

body h3.moveit span.login-toggle {
    position: relative;
}

body h3.moveit span.login-toggle:nth-child(2):after {
    opacity: 0;
}

body h3.moveit span.login-toggle:nth-child(1):after {
    opacity: 0;
}

/*Login/Signup Card*/
.card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 370px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
}

.card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:absolute;    
    top: 0;
    left: 0;  
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out; 
}

/*Login/Signup Card Deets*/
.card-front, .card-back {
    width: 100%;
    height: 100%;
    background-color: #EFABC0;
    border: #297660 solid 3px;
    position: absolute;
    border-radius: 15px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}

.checkbox-login:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}

.center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 45%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}

.form-group{ 
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 5px;
}

.form-style {
    font-family: 'Outfit', sans-serif;
    border-radius: 25px;
    font-size: 11pt;
    font-weight: 300;
    line-height: 22px;
    padding: 13px 20px;
    height: 48px;
    width: 100%;
    outline: none;
    background-color: rgba(244,227,193);
    border: 3px solid #297660;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(34, 34, 34, 0.2);
}

.form-style:focus, .form-style:active {
    border: 3px solid #f96441;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}

.login-send-bttn {
    padding: 18px 0px;
}

.login-forgot-pass, .login-forgot-pass:visited {
    color: #297660;
    font-weight: 400;
}

.login-forgot-pass:hover {
    color: #f96441;
}

.login-toggle {
    padding: 5px 25px;
    margin: 0;
    font-weight: 500;
}

.moveit {
    justify-content: center;
    width: 100%;
    display: flex;
    margin: 0;
}