body {
    padding: 0;
    max-width: 600px;
    margin: 0px auto !important;
    background-color: #daebe1;
}

.header {
    background: #e2c654;
    /* padding: 0.96rem 0; */
    /* position: sticky;
    z-index: 11; */
    /* margin-top: 1rem; */
    /* top: 0rem; */
    /* height: px; */
}

.header .header-logo {
    padding: 10px;
}

.header .header-logo img {
    width: 20%;
}

.main-content {
    min-height: 800px;
}

.main-content img {
    width: 100%;
}

.main-content .shop-text {
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: #2a5f41;
    height: 40px;
}

.bec-text {
    font-weight: bold;
    font-size: 20px;
}

.main-content .product-shop {
    background-color: white;
    border-radius: 2.2rem;
    overflow: hidden;
    display: flex;
    margin: 15px;
    flex-direction: column;
    height: 100%;
}

.main-content .product-shop img {
    width: 60%;
}

.display-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart {
    font-size: 40px;
    color: #e2c654;
    margin-right: 20px;
}

.shops-list .shop-data {
    border-radius: 1rem;
    color: white;
    margin: 15px auto;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    cursor: pointer;
    background-image: linear-gradient(#e2c654, #edc40d, #ab8e19);
    /* justify-content: center;
    align-items: center; */
    width: 70%;
}

.main-content .shops-list .shop-data img {
    width: 30%;
    margin-left: 10px;
    border-radius: 1rem;
}

.shops-list .shop-data p {
    font-weight: bold;
    font-size: 20px;
    margin-left: 40px;
}

.shop-data:hover {
    background-color: #e2c654;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.column {
    padding: 5px;
}

.youtube-video iframe {
    width: 560px;
    height: 315px;
}


.extra-footer {
    height: 40px;
    max-height: 40px;
    font-size: 12px;
    background-color: #044730;
    color: #fff;
    text-align: left;
    display: flex;
    justify-content: center;
}

.extra-footer .terms-of-use-and-privacy-policy {
    padding-left: 10px;
}

.extra-footer .terms-of-use-and-privacy-policy li {
    display: inline;
    margin-right: 0
}

.extra-footer .terms-of-use-and-privacy-policy li a {
    color: #fff;
    text-decoration: none;
}

.extra-footer .terms-of-use-and-privacy-policy li a:hover {
    color: #fff;
    text-decoration: underline;
}



@media screen and (max-width: 768px) {
    .main-content .shops-list .shop-data img {
        width: 40%;
        margin-left: 10px;
        border-radius: 1rem;
    }

    .shops-list .shop-data p {
        font-weight: bold;
        font-size: 20px;
        margin-left: 25px;
    }

    .youtube-video iframe {
        width: 560px;
        height: 315px;
    }
}