@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

.navigation a {

    text-decoration: none;
    color: #151515;
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;



}

.navigation {
    box-shadow: 0 10px 15px #ededea;


}

* {
    margin-top: 5px;
}

a:hover {
    color: #d125c5;
}

body {
    margin: 0%;
    font-family: sans-serif;
    background: #ffff;
}

h3 {
    text-align: center;
    font-size: 30px;
    margin: 0%;
    padding-top: 10px;

}

a {
    text-decoration: none;

}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.content {
    width: 20%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .45;
    background: #eeeeea;
}

.content:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0, 16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translate(0px, -8px);
}

img {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;

}


h6 {
    font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}

ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
}

li {
    padding-top: 5px;

}

.fa {
    font-size: 26px;
    transition: .4s;
    margin: 5px;
}

.checked {
    color: #f5d3a7;
}

.fa:hover {
    transform: scale(1.3);
    transition: .6s;
}

button {
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;


}

.buy-1 {
    background: #d3b29b;
}

.buy-2 {
    background: #d3b29b;
}

.buy-3 {
    background: #d3b29b;
}

.buy-4 {
    background: #d3b29b;
}


/* * {
    background: #e6ddd3;
} */
.logo {
    text-align: center;
}

footer {
    padding-top: 20px;
    padding-left: 30px;

    background-color: #f2f2ef;
    border-radius: 1em;

    display: flex;
    justify-content: space-between;
    padding-right: 35%;
    flex-wrap: wrap;






}

.logofooter h1 {
    /* font-family:Monotype Corsiva; */
    font-family: Segoe Print;
    font-size: 30px;
    padding-left: 0px;
    padding-top: 0;

    /* color:#6d6d6b */

}

#content {
    padding-left: 40px;
    font-size: 25px;


}

.contact a {
    padding-left: 70%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 40%;
    flex-wrap: wrap;
    text-decoration: none;
    font-size: 30px;
    color: #232222;
    line-height: 30px;
}

.contact a:hover {
    color: #a54a99;
}

.category_list {
    width: 84%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.category {
    /* align-items: center;
    align-content: center; */
    margin: 30px auto;
    width: 150px;
    height: 150px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 25), -5px -5px 38px 7px rgba(0, 0, 0, 0.22);
    transition: 0.4s;
}

.category_imge {
    width: 200px;
    height: 200px;
}

.category_imge img {
    width: 300px;
    height: 300px;
    border-radius: 40px;
    object-fit: cover;

}

.category_title {
    color: #3f2a1b;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: -50px;
    text-shadow: 1px 2px white;
}

.category:hover {
    transform: scale(1.1)
}

section {
    padding-bottom: 150px;
}

@media (max-width:991px) {

    html {
        font-size: 55%;
    }

}

@media (max-width:768px) {

    .product-display {
        overflow-y: scroll;
    }

    .product-display .product-display-table {
        width: 80rem;
    }

}

@media (max-width:450px) {

    html {
        font-size: 50%;
    }

}