@media(max-width: 768px) {

    .faq-disclaimer-content{
        padding-left: 20px;
    }

    .faq-title{
        font-size: 25px;
        /* left: 207px; */
        top: 150px;
    }

    .follow-us{
        padding: 8px 22px !important;
    }

    .social-media-icon{
        top:7px;
        margin-top: 0;
    }

    .news-section{
        margin-bottom: 11px;
    }

    .sortBy{
        width:150px;
    }

    .apply-coupon-code{
        padding: 10px;
    }

    /* Menu */
    .list-group-item{
        font-size: 1.45em;
    }
    .atc:not(.atc--upsell) .atc__not-in-cart {
        /* width: 100px; */
        width: 75%;
    }

    .product-collection-results h3.collection-title__computer {
        font-size: 30px;
        /* padding-left: 5%; */
    }

    .menu-resposive-container {
        padding: 0;
    }

    .product-filters-control__lower {
        display: flex;
    }

    .product-collection-results__section p {
        font-size: 12pt !important;
    }

    /* Product */
    .product-description-column {
        margin-top: 50px;
    }

    .product-description__button .atc--solid .atc__cube .row {
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        padding: 10px;
    }

    .product-nutritional-highlighted__col {
        width: auto;
    }

    .btn-view-our-plan {
        padding: 5px 20px;
        font-size: 10px;
        left: 38vw;
        top: 34vh;
    }

    .product-card {
        display: block;
    }

    .product-card__thumbnail {
        width: 100%;
    }

    .product-card__content {
        width: 100%;
    }

    .sidebar {
        border-left: unset;
    }

    #promotionModal .modal-dialog .btn-promotion-register {
        padding: 2px 10px;
        bottom: 57px;
        left: 115px;
        font-size: 12px;
    }

    .product-collection-results h3, .product-collection-results__no-results {
        padding: 0;
    }

    .product-details__navigation {
        left: 10px;
    }

    /* Meal Plan */
    .bottom-mealplan-content .nav-tabs {
        width: 100%;
    }

    .product-collection-results__item {
        /* text-align: center; */
        padding-left: 2%;
    }

    .middle-mealplan-content .product-card {
        width: 200px;
        margin-bottom: 20px !important;
    }

    .product-collection-results span.collection-subtitle {
        font-size: 16px;
    }

    .all-day-healthy-package {
        text-align: center;
    }

    .middle-mealplan-content .product-card .product-card__content a, .middle-mealplan-content .product-card .pre-week {
        font-size: 18pt !important;
    }
    
    /* Footer */
    .main-footer .footer-top .widget-section {
        text-align: center;
    }

    .footer-follow-us {
        text-align: center;
    }

    .main-footer .footer-bottom .copyright {
        font-size: 8px;
        /* font-size: 13px; */
    }

    .middle-mealplan-content h1, .middle-mealplan-content h3 {
        margin-bottom: 10px;
    }

    /* About us */
    .second-topic-title,
    .block {
        color: #000000;
    }

    /* Header */
    .header__logo {
        margin-right: 0;
    }

    .modal-dialog{
        /* padding:10%; */
    }

    .food-review-button{
        position: relative;
        left: 22%;
    }

    /* Home */
    #promotionModal .modal-dialog .close {
        /* top: 4vh;
        right: 6vw; */
        top: -2vh;
        right: -2vw;
        padding: 5px 9px;
    }

    .create-acc-btn, .log-in-btn {
        /* margin-right: 25px; */
        margin-right: 12px;
        margin-top:6px;
    }

    .header__icons a{
        font-size: 12px;
    }

    /* Prolife */
    .my-order-column {
        border-left:unset;
    }

    .form-space-above{
        margin-top: 10%;
    }
    
    .product-collection {
        display: flex;
    }
    .footer-top{
        /* padding: 30px 0px 30px 0px; */
        padding: 0px 0px 30px 0px;
    }

    .footer-follow-us{
        text-align:left;
    }

    .mobile-feature-in{
        margin: 0 !important;
        padding: 20px;
    }

    /* .mobile-navbar-logo{
        position: absolute;
        left: 55px;
        top: 55px;
    } */

    .mobile-navbar-title{
        padding: 10px;
        padding-left: 30px;
        color:black;
        border-top: 2px solid lightgrey;
        /* border-bottom: 2px solid lightgrey; */
    }

    .final-mobile-navbar-title{
        border-bottom: 2px solid lightgrey;
    }

}


/* Header */
.header-nav {
    flex-direction: row;
}

.header-nav__link-wrapper {
    border-bottom: unset;
}

@media(min-width: 900px) {
    .second-topic-title,
    .block {
        color: white !important;
    }
}


.second-topic-title,
.block {
    color: black;
}


@media(max-width:320px) {
    .cancel-add-new-address {
        width: 28% !important;
    }
    .food-review-button {
        margin-left: -18px;
    }
}
