.fs-preview-header {
  display: none;
}

body {
    max-width: 500px !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
/* background-color: #B1CDDD; */
font-family: "the-seasons", sans-serif;
font-weight: 300;
font-style: normal;
}

.fs-l-pageMain{
margin-top: 40px;
}

@media screen and (min-width: 960px) {
        .fs-body-cart .fs-l-cart__contentsArea, .fs-l-checkout {
            display: block !important;
        }

        .fs-body-my-top .fs-l-account {
            display: block !important;
        }

        .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
            display: block !important;
        }

        .fs-body-wishlist-login .fs-c-loginForm {
            display: block !important;
        }

        .fs-body-login .fs-c-loginForm {
            display: block !important;
        }
    
        .fs-body-review-login .fs-c-loginForm {
            display: block !important;
        }

        .fs-body-review-login .fs-c-newUsers {
            margin-left: 0;
        }

        .fs-body-wishlist-login .fs-c-newUsers {
            margin-left: 0;
        }
    }

@media screen and (min-width: 600px) {
    .fs-c-accountService {
        justify-content: center;
        margin-left: 0;
    }
}

@media (min-width: 500px) {
    .fs-c-productCarouselMainImage__image img {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 414px) {
    .fs-c-accountService__page--couponList {
        flex-basis: 100% !important;
    }

    .fs-c-accountService__page {
        flex-basis: 49%;
    }
}