* {
    margin: 0;
    padding: 0;
}
#offline-message {
    width: 100%;
    height: 20px;
    color: white;
    text-align: center;
    transition: opacity 1s ease-in-out; 
    display: block;
    font-size: 15px;
}
.top {
    width: 100%;
    height: 60px;
    background-color: #35a09d;
    box-sizing: border-box;
    display: flex;
    position: sticky;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.322);
    top: 0px;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
}

.logo-div {
    margin-left: 110px;
    padding-top: 9px;
    box-sizing: border-box;
    width: 220px;
    height: 60px;
}

.mid {
    display: flex;
    height: auto;
}
.shoping-icons {
    text-align: center;
    height: 37px;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 13px;
    border-bottom: .1px solid rgba(0, 0, 0, 0.416);
}

.serach-bar-div {
    width: 550px;
    height: 60px;
    box-sizing: border-box;
    padding: 13px;
    display: flex;
    margin-left: 30px;
}

.dropbtn {
    color: rgb(63, 63, 63);
    padding: 8px 0px;
    font-size: 16px;
    width: 70px;
    border: none;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}

.dropdown i {
    font-size: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d8d7d7;
    width: 240px;
    height: 410px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    font-family: sans-serif;
    font-size: 14px;

}

.dropdown-content a:hover {
    background-color: #3ab8b4;
}

.serach-bar {
    width: 540px;
    height: 36.5px;
    background-color: #ffffff;
    border: none;
    font-size: 15px;
    border-radius: 2px;
    padding: 0px 40px 2px 10px;
    box-sizing: border-box;

} .openbtn {
    font-size: 20px;
    cursor: pointer;
    background: none;
    color: rgb(0, 0, 0);
    padding: 17px 20px;
    border: none;
    width: 60px;
    transition: transform .4s ease; 
}

.openbtn a{
    text-decoration: none;
    color: white;
}

.openbtn.active {
    transform: rotate(-90deg); /* Rotate the hamburger 90 degrees */
}


.show {
    display: block;
}

.searchicon {
    width: 36px;
    height: 36.5px;
    font-size: 20px;
    padding-top: 5px;
    margin-left: -36px;
}

.login-signup {
    width: 110px;
    height: 40px;
    color: white;
    margin: 18px 5px;
    text-align: center;
    box-sizing: border-box;
    /* background-color: #000000; */
}

.seller {
    width: 140px;
    height: 60px;
    margin-top: 1px;
    padding: 18px 5px;
    text-align: center;
    box-sizing: border-box;
    color: white;

}

.cart {
    margin-left: 20px;
    padding-top: 14px;
    width: 80px !important;
    height: 60px !important;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;

}

.cart h4 {
    color: white;
    margin-left: 10px;
    padding-top: 7px;
}
.cartdiscription{
    width: 220px;
    height: 50px;
    background-color: white;
    position: absolute;
    top: 60px;
    visibility: hidden;
    right: 130px;
    box-shadow: 0px 0px 7px rgba(85, 84, 84, 0.374);
    box-sizing: border-box;
    text-align: center;
   padding-top: 15px;
   border-radius: 1px;
   color: #464545;
   font-size: 12px;
}
.cart:hover .cartdiscription{
    visibility: visible;
}
.hideme0 {
    background-color: rgb(255, 255, 255);
    height: 380px;
    width: 280px;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 893px;
    text-align: center;
    padding: 0px 5px;
    z-index: 4;
    color: #000000;
    box-shadow: 0px 0px 7px rgba(85, 84, 84, 0.374);
    box-sizing: border-box;
    /* transition: .5s; */


}

.upper-arrow {
    width: 20px;
    height: 20px;
    background-color: white;
    margin-top: -10px;
    margin-left: 45%;
    transform: rotate(45deg);
}

.upper-arrow-cart {
    width: 20px;
    height: 20px;
    background-color: white;
    margin-top: -20px;
    margin-left: 40%;
    transform: rotate(45deg);
}
.pd00 {
    margin-top: 3.6px;
    margin-left: 10px;
    height: 110px;
    width: 250px;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 0px;
    color: rgb(102, 102, 102);
    font-weight: 200;
    font-family: sans-serif;
    border-bottom: 1px solid rgb(199, 199, 199);
}
.pbx1{
    padding: 4px 0px;
    transition: .1s;
}
.pbx1:hover{
   letter-spacing: .5px;
   color: black;
}
.profile-div-2nd{
    height: 125px;
    font-weight: 100;
}
.profile-div-3rd{
    height: 125px;
}
.open-button{
    background: none;
padding: 2px 10px;
border: 2px solid #e7e7e7;
height: 30px;
margin-top: 5px;
box-sizing: border-box;
font-size: 17px;
color: #3ab8b4;
cursor: pointer;
}
.open-button:hover{
    border: 2px solid #3ab8b4;  
}
.hover-effect:hover {
    background-color: #00000011;
}
.login-signup:hover .hideme0 {
    visibility: visible;
    border: none;
    border-radius: 2px;
}
.hideme0 a {
    color: #3ab8b4;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.hideme0 a:hover {
    color: red;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.878);
    z-index: 100;
}
.login-div {
    margin: 3% 35%;
    width: 30%;
    height: 80%;
    top: 0px;
    left: 0px;
    background-color: #68c1bea5;
    box-shadow: 0px 0px 10px rgb(62, 62, 62);
    z-index: 99999;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: 5s ease-in-out;
}
.close-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
    border-radius: 0px 10px 0px 10px;
    background-color: #35a09ce4;
    padding: 1px 15px;
}
.close-button:hover {
    background-color: rgb(255, 50, 50);
}


footer {
    width: 100%;
    height: auto;
    background-color: #35a09c18 ;
    /* background-color: red; */
    font-family: sans-serif;
     /* overflow: hidden; */
    box-sizing: border-box;
    font-family: 'Balthazar', serif;
    font-family: 'Caveat', cursive;
    font-family: 'Handlee', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Satisfy', cursive;
    font-family: 'Varela Round', sans-serif;
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.footer-first-div {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    color: #505050;
}

.upper-footer-text {
    width: 350px;
    padding-top: 39px;
    letter-spacing: .4px;
    font-size: 13px;
    text-transform: uppercase;
    height: auto;
    font-weight: 500;
}

.upper-footer-search {
    width: 450px;
    padding-top: 23px;
    height: auto;
    display: flex;
    padding-left: 10px;
}

.upper-footer-search input {
    width: 370px;
    height: 55px;
    background: none;
    border: 1.5px solid#505050;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 0px 90px 0px 5px;
}

.upper-footer-search input::placeholder {
    color: #505050;
    font-weight: lighter;
}

.upper-footer-search p {
    color: #35a09d;
    margin: 17.5px 0px 0px -60px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: .5px;
    height: 20px;
}

.upper-footer-social-media {
    width: auto;
    padding-top: 35px;
    /* border-right: .3px solid #505050; */
    height: auto;
    overflow: hidden;
}

.social-icons {
    display: flex;
    margin-left: 30px;
}

.footer-icon {
    font-size: 25px;
    color: #505050;
    padding: 0px 19px;
    transition: .2s;
}

.footer-whatsapp {
    padding-right: 0px;
}
.footer-icon:hover {
    font-size: 27px;
    
}
.footer-fackbook:hover{
    color: #5077cc;
   
}
.footer-instagram:hover{
    color: #e95950;
}
.footer-twitter:hover{
color: #55acee;
}
.footer-youtube:hover{
    color: #cd201f;
}
.footer-whatsapp:hover{
  color: #43d854;
}

.footer-second-div {
    width: 100%;
    height: 150px;
    background-color: #97edeb22;
    justify-content: center;
    display: flex;
}

.footer-shoping-icon {
    width: 180px;
    height: auto;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 5px;
}

.footer-shoping-icon img {
    width: 45px;
    height: 45px;
    padding: 30px 0px 0px 65px;
    opacity: 70%;
}

.footer-shoping-icon h3 {
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: rgb(42, 42, 42);
    font-size: 12px;
    font-weight: bold;
}

.footer-shoping-icon p {
    color: black;
    font-size: 11px;
    font-weight: lighter;
    text-align: center;
}

.footer-third-div {
    width: 100%;
    height: 430px;
    padding-top: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #35a09d;
}

.footer-third-div-0 {
    width: calc(100%-200px);
    margin: 0px 200px;
    display: flex;

}

.footer-third-div-1 {
    width: 27%;
    display: flex;
}

.footer-third-div-1-1 {
    width: 50%;
    height: 400px;
    overflow: hidden;
}

.footer-third-div h5 {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 0px 17px 0px;
}

.footer-third-div p {
    font-size: 14px;
    color: rgb(31, 31, 31);
    padding: 3px 0px;
    cursor: pointer;
    transition: .2s;

}

.footer-third-div p:hover {
   text-decoration: underline;
   color: black;
   letter-spacing: .2px;
   text-decoration-color: #6f6f6f;
}

.footer-third-div-1-2 {
    width: 50%;
    height: 400px;
}

.footer-third-div-2 {
    width: 73%;
    height: 400px;
}

.footer-third-div-2-1 {
    width: 100%;
    height: 260px;
    display: flex;
}

.footer-third-div-2-1-1st {
    width: 160px;
    height: 290px;
}

.footer-third-div-2-1-2nd {
    width: 120px;
    height: 290px;
}

.footer-third-div-2-1-3rd {
    width: 190px;
    height: 290px;
}

.footer-third-div-2-1-4th {
    width: 160px;
    height: 290px;
}

.footer-third-div-2-1-5th {
    width: 200px;
    height: 290px;
}

.footer-third-div-2-2 {
    width: 100%;
    height: 140px;
    padding-left: 40px;
    box-sizing: border-box;
}

.footer-third-div-2-2-1st {
    width: 100%;
    box-sizing: border-box;
    padding-top: 27px;
}

.footer-third-div-2-2-2nd {
    display: flex;
}

.footer-third-div-2-2-2nd img {
    width: 140px;
    margin-right: 10px;
    cursor: pointer;
}

.footer-fourth-div {
    width: 100%;
    height: auto;
    border-bottom:1px solid #35a09d;
}

.footer-fourth-div-0 {
    width: calc(100%-200px);
    height: auto;
    margin: 0px 200px;
    box-sizing: border-box;
    /* background-color: bisque; */
}

.footer-fourth-div-1 h5 {
    padding: 20px 0px;
    text-transform: uppercase;
    word-spacing: 1.5px;
}

.footer-fourth-div-1 p {
    font-size: 13px;
    font-weight: lighter;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 0px;
}

.footer-fourth-div-2 {
    margin-top: 40px;
    font-size: 12px;
    line-height: 18px;
    /* justify-content: space-between; */
}

.footer-fourth-div-2 h3 {
    margin: 40px 0px 10px 0px;
    font-size: 14px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
}

.footer-fourth-div-2 h4 {
    margin: 19px 0px 10px 0px;
    font-size: 13px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
}
.footer-five-div{
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.footer-five-div-1{
   width: 52%;
   height: 75px;
   display: flex;
   box-sizing: border-box;
   padding-top: 30px;
}
.footer-five-div-1 a{
    font-size: 13px;
    padding: 0px 10px;
    text-decoration: none;
    color: black;
}
.footer-five-div-1 p{
    font-size: 13px;
    padding-left:60px;
}
.footer-five-div-2{
   width: 38%;
   height: 75px;
   display: flex;
   box-sizing: border-box;
   padding: 17px 0px 0px 130px;
}
.footer-five-div-2 img{
 height: 30px;
 background-color: white;
}

.footer-five-dive-2-1{
    width: 400px;
    display: flex;
    padding: 6px 0px;
    height: 38px;
box-sizing: border-box;
    background-color: white;
}
.back-to-top-btn{
    position: absolute;
    top: 90px;
    width: 100px;
    height: 40px;
    background-color: blueviolet;
}
#backToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 0px;
    background-color: #35a09c8e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
#backToTopButton a{

    color: #ffffff !important;
    padding: 0px 20px;
    text-decoration: none;
   
}

#backToTopButton:hover {
    background-color: #35a09cb3;
}

#backToTopButton:active {
    background-color: #35a09cc6;
}