* {
    top: 0;
}


body {
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

#text-container {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 15px;

    top: 0;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #4527A0;

    color: white;
    cursor: pointer;
}

#images-nav {
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
    background-color: #CFD8DC;
}

#images-nav img {
    margin: 5px 8px;
    cursor: pointer;
}

.vertical-line {
    border-left: 1px solid black;
    height: 40px;
    justify-content: center;
    color: gray;

}

#nav-3 {
    background-color: #E0F7FA;
    display: flex;
    /* border: 2px solid red; */
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

#nav-3>div:nth-child(1) {
    display: flex;

    align-items: center;
}

#nav-3 span {
    /* height: 30px; */
    cursor: pointer;
    margin: 0px 10px;
    /* border: 1px solid black; */
}

.material-symbols-outlined {
    font-size: 30px;
}

#nav-3>div>input {
    font-size: 16px;
    border-radius: 5px;
    border-width: 1px;
    text-decoration: none;
    width: 700px;
    margin-left: 60px;
    height: 35px;
}

#nav-3>div a {
    text-decoration: none;
}

#nav-3>div>h1:nth-child(1) {
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    color: #4527A0;
    margin-left: 20px;
    cursor: pointer;

}

#nav-3>div:nth-child(2) {

    display: flex;
    align-items: center;
    /* border: 4px solid blue; */

}

.main {
    /* background-color: #E0F7FA; */
    padding: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    width: 95%;
    font-weight: 600;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    margin-top: 10px;
    /* padding-bottom: 10px; */
    /* font-family: 'Josefin Sans', sans-serif; */
}

.main>ul {
    margin: auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.main>ul>li {

    list-style: none;

}

/* .main>ul>li>a:hover{
   
} */
.main>ul>li>a {
    color: #140d29;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;

}

.megamenu {
    background-color: white;
    /* font-family: 'Josefin Sans', sans-serif; */
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* transition: 1.5s; */
}

/* .main>ul>li:hover{
    text-shadow: #795548;
} */

.main>ul>li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.megamenuitems ul li {
    cursor: pointer;
    color: #212121;
    font-size: 14px;
    list-style: none;
    padding: 5px;
    margin-left: 10px;
}

.megamenuitems li:hover {
    text-decoration: underline;
}

/* .megamenuitems ul{
    margin-left: 70px;
} */

.megamenuitems {
    flex-basis: 30%;
    margin: 1%;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ab5353;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#mySidenav {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sided-search {
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

#mySidenav>h1 {
    font-size: 30px;
    margin-left: 50px;
    font-family: 'Noto Sans', sans-serif;
}

.sided-search>input {
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
}

.sided-search>span {
    cursor: pointer;

    font-size: 40px;
}

#main-0 {
    font-family: 'Josefin Sans', sans-serif;
    gap: 80px;

    margin: auto;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* border: 1px solid blue; */
    width: 85%;
}

@media screen and (min-width : 300px) and (max-width : 900px) {
    #main-0 {
        font-family: 'Josefin Sans', sans-serif;
        gap: 80px;

        margin: auto;
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* border: 1px solid blue; */
        width: 65%;
    }

    .right {
        width: 70%;
    }

    .main {
        display: none;
    }

    /* .new-22>span:nth-child(2){
        display: none;
    } */
    .new-22>span:nth-child(3) {
        display: none;
    }

    .new-22>span:nth-child(4) {
        display: none;
    }

    .sidenav {
        opacity: 0.5;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .nav-1 li:nth-child(2) {
        display: none;
    }

    .nav-1 li:nth-child(3) {
        display: none
    }

    .nav-1 li:nth-child(4) {
        display: none
    }

    #footerp1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    #midfooter {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

}



.right>div {

    display: block;



}

.right>div>input {

    margin-top: 30px;
    font-size: 14px;
    width: 70%;
    padding: 13px;
    border-radius: 10px;
    margin-right: 20px;
}

.right>div>button {
    font-weight: 500;
    background-color: black;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 40px 12px 40px;
    border-radius: 25px;
}

.summary {
    margin-top: 60px;
}

.summary>hr {
    color: grey;
    margin-top: 15px;
    margin-bottom: 15px;
}

.summary div {
    margin: 15px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
}

.button-proceed {
    align-items: center;
    justify-content: center;


    /* font-size: 16px; */
}

.button-proceed>button {
    padding: 15px;
    width: 100%;
    margin: 20px 0px;
    border-radius: 50px;
    background-color: #3F51B5;
    color: white;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.button-proceed>button>a {
    text-decoration: none;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
}


#paypal {

    justify-content: space-evenly;
    padding: 0px 120px;
}

#paypal img {
    width: 40%;
    cursor: pointer;
}

.left>h1 {
    font-size: 32px;
}

.left hr {
    color: grey;
    margin: 20px 0px;
}

.shop-1 {
    background-color: #FFAB91;
    width: 100%;
    height: 400px;
    margin: auto;
    text-align: center;
    align-items: center;

}

.shop-1>div {
    background-color: #FFAB91;
    width: 100%;
    height: 200px;

    align-items: center;
    justify-content: space-evenly;

    display: flex;
}

.shop-1>h3 {
    padding-top: 200px;
}

.shop-1 button {
    font-family: 'Josefin Sans', sans-serif;
    border: none;
    background-color: #F0F4C3;
    padding: 15px 45px;
    border-radius: 50px;
    padding-bottom: 15px;

}

.shop-1 a {
    text-decoration: none;
    font-size: 14px;
    color: black;
}

.imgbox {
    /* border: 2px solid black; */
    margin-right: 30px;
    width: 50%;
    height: 250px;
    /* Set a fixed height for the container */
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgbox:hover {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.imgbox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .imgbox {
    border: 2px solid black;
    margin-right: 30px;
    width: 50%;
}


.main222 img {
    
    width: 100%;
} */

.main222 {
    font-size: 15px;
    margin: 30px;

    display: flex;
    width: 80%;



}

.main222:hover {


    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;


}

.main222 h3,
p,
.main222 button,
span {
    margin: 10px;
}

#coupon-btn {
    margin-top: 15px;
}

.main222 button {
    margin-top: 26px;
    padding: 3px 10px;
    border: none;
    background-color: black;
    color: white;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 900;
    font-family: 'Josefin Sans', sans-serif;
}

.material-symbols-outlined:nth-child(4) {
    position: relative;
    /* border: 1px solid black; */

}

#hover-data {
    position: relative;
}

.material-symbols-outlined {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

#hover-data .container {
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: 70%;
    left: 40px;
    width: 120px;
    background-color: #4527A0;
    padding: 5px;
    display: none;
    z-index: 2;
    color: #FFFFFF;
}

#hover-data .material-symbols-outlined:nth-child(4):hover+.container,
#hover-data .container:hover {
    display: block;
}

.container button {
    padding: 4px;
    background-color: #CFD8DC;
    color: blue;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
}

#show-ptag {
    color: white;
    font-weight: bolder;

}

/* footer */
.foot-1 {
    /* border: 1px solid black; */
    text-align: center;
}

#footer-section {
    margin: auto;
    width: 75%;
    /* border: 1px solid blue; */
}

.foot-2 {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.foot-2 input {
    font-size: 16px;
    padding: 18px 0px;
    /* cursor: pointer; */
    border-radius: 3px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-width: 1px;


}

.foot-2 button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    border-width: 1px;
    padding: 18px 0px;
    cursor: pointer;
    border-radius: 3px;
    background-color: white;
}

.foot-3 {
    margin: auto;
    width: 22%;
    /* border: 1px solid black; */
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.foot-3>img {
    cursor: pointer;
    width: 25px;
}

.foot-4 {
    margin-top: 20px;
    display: flex;
    background-color: #7B1FA2;
    justify-content: center;
    align-items: center;
}

.foot-4 span {
    font-size: 18px;
    font-weight: bold;

}

.foot-4>p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    margin-left: 10px;
    color: white;
}

.foot-4>img {
    width: 60px;
    margin-right: 10px;

}

#footer-section-2 {
    margin-top: 50px;

    background-color: #E0F7FA;
    /* border: 1px solid blue; */

}

.footer-1 {
    margin: auto;
    display: flex;
    justify-content: space-around;
    width: 80%;
    /* border: 1px solid black */
    padding-bottom: 20px;

}

.footer-1 ul {
    cursor: pointer;
    /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-weight: bolder;
    font-size: 18px;
}

.footer-1 li {
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 40px;
    list-style: none;
}

.footer-1 img {
    width: 25px;
    margin-right: 10px;
}

.footer-1 a {
    color: black;
    text-decoration: none;
}

.footer-1 li:hover {
    text-decoration: underline;
}

.hr-2>hr {
    margin: 25px;
}

.fo-1 {
    text-align: center;
}

.fo-1 span {
    font-size: 26px;
    font-weight: bolder;
}

.fo-1 p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}

.footer-img {
    width: 87.2%;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer-img img {
    width: 100px;
    margin: 24px;
}

.footer-img {
    margin: auto;

}

.footer-img>div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: auto;

}

/* .footer-2{
    margin: auto;
} */
.veri-foot {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.veri-foot p {
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
    color: black;
}

.veri-foot p:hover {
    text-decoration: underline;
}

.two {
    border-left: 1px solid black;
    height: 20px;

    align-items: center;
    margin-top: 15px;
    justify-content: center;
    color: gray;
    margin-right: 10px;

}

@media (max-width: 768px) {
    .shop-1 {
        width: auto;
    }

    .footer-1 {
        display: none;
    }
}

/* Styles for small screens */
@media (max-width: 480px) {
    .shop-1 {
        width: auto;
    }

    .footer-1 {
        display: none;
    }
}