@media (min-width: 576px) {
    .modal-dialog-video {
        max-width: 960px;
    }
}

@media only screen and (max-width: 768px) {
    .collapse-pans-header-text {
        font-size: 14px;
    }

    .meal-plan-actions > span {
        font-size: 13px;
    }

    .collapse-toggle {
        top: 20px;
    }

    h1 {
        font-size: 2rem;
    }

    body {
        padding-bottom: 0;
    }

    body.sll-active {
        overflow-y: hidden;
    }

    section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-logo img {
        height: 38px;
    }

    .hm-navigation {
        height: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-right {
        transform: translateX(105%);
        position: fixed;
        background-color: #fff;
        top: 0;
        right: 0;
        width: calc(100% - 40px);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        height: 100vh;
        z-index: 9999;
        flex-direction: column;
        border-radius: 0;
        transition: all 300ms ease-in;
        overflow: auto;
    }

    .nav-right.active {
        transform: translateX(0);
    }

    .site-main-wrapper {
        padding-top: 80px;
    }

    .step-items {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .step-items .step-item {
        width: 50%;
        margin-bottom: 1rem;
    }

    .step-item img {
        width: 60px;
    }

    .step-item p {
        font-size: 14px;
    }

    .hm-mean-plans {
        padding-top: 0;
    }

    .image-card {
        width: 100%;
    }

    .footer-join {
        padding-left: 15px;
        background-image: none;
        background-color: #f5f6fa;
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .site-footer {
        position: static;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-footer-wrap {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .video-play {
        width: 70px;
        height: 70px;
    }

    .video-play i {
        font-size: 35px;
        line-height: 70px;
        margin-left: 4px;
    }

    .mobile-menu-toggle {
        font-size: 30px;
        color: #6c757d;
    }

    .nav-items {
        flex-direction: column;
        width: 100%;
        padding: 30px;
        align-items: flex-start;
    }

    .nav-items .nav-item {
        margin-right: 0;
        font-size: 14px;
        padding: 0.5rem;
    }

    .nav-items .nav-item-dropdown-wrap {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .nav-items .nav-item-dropdown {
        opacity: 1;
        visibility: visible;
        position: static;
        padding-top: 0;
    }

    .nav-items .nav-item-dropdown .nav-item {
        padding: 0.25rem 1.5rem;
    }

    .has-dropdown.nav-item i {
        display: none;
    }

    .nav-items .nav-item-dropdown:before {
        display: none;
    }

    .nav-popup-close {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 25px;
        color: #6c757d;
    }

    .nav-user-buttons {
        display: flex;
        margin-top: auto;
        margin-bottom: 30px;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav-user-buttons a {
        width: 50%;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .shopping-list-holder {
        width: 100%;
    }

    .nav-mobile-menu {
        display: block;
    }

    .meal-plans-list .meal-plan-item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .meal-plans-list .meal-plan-item .meal-plan-image {
        width: auto;
    }

    .meal-plans-list .meal-plan-item .meal-plan-info {
        width: 100%;
        padding: 1rem;
    }

    .meal-plans-list .meal-plan-item .add-to-list {
        font-size: 14px;
    }

    .meal-plan-item .meal-plan-actions > .btn {
        font-size: 14px;
    }

    .meal-plan-desc {
        font-size: 14px;
    }

    .page-header h3 {
        font-size: 24px;
    }

    .page-header p {
        font-size: 16px;
    }

    .page-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paginate-button {
        font-size: 14px;
    }

    .hm-paginate-buttons > span:first-child {
        display: none;
    }

    .woocommerce .woocommerce-result-count {
        display: none;
    }

    .woocommerce .woocommerce-ordering {
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .single-recipe-wrap {
        padding: 30px 0;
    }

    .count-info {
        padding-bottom: 2rem;
    }

    [class*="mt-d"] {
        margin-top: 0;
    }

    .floating-share {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 8;
        top: auto;
        width: 100%;
    }

    .floating-share-links {
        flex-direction: row;
        justify-content: space-around;
        box-shadow: 0 -5px 10px 1px rgba(95, 95, 95, 0.14);
    }

    .floating-share-avatar {
        display: none;
    }

    .floating-share a {
        margin: 0;
    }

    .floating-share-avatar .avatar-placeholder {
        margin: 0;
        height: 40px;
        width: 40px;
    }

    .floating-menu {
        top: 0;
        z-index: 990;
        flex-direction: row;
        height: 80px;
        align-items: center;
        right: 70px;
    }

    .floating-menu-item {
        margin-bottom: 0;
        margin-left: 1rem;
        border: 1px solid #eee;
        padding: 0.25rem 0.5rem;
        border-radius: 5px;
        font-size: 15px;
        box-shadow: none;
    }

    .floating-menu-item .cart-count {
        font-size: 10px;
        top: -7px;
        right: -10px;
        min-width: 16px;
    }

    .mobile-menu-open .floating-menu {
        z-index: 0;
    }

    .image-card-items.image-card-col-2 .image-card {
        width: 100%;
    }

    body.tax-meal_plan .site-footer,
    body.single-recipe .site-footer {
        padding-bottom: 30px;
    }

    .most-common-questions .btn {
        white-space: initial;
        text-align: left;
    }

    .header-size {
        font-size: 40px;
    }

    .woocommerce-MyAccount-navigation {
        padding-bottom: 20px;
    }

    body.search-bar-active .search-bar {
        top: 80px;
    }
}

@media only screen and (min-width: 768px) {
    body.search-bar-active .floating-menu {
        display: none;
    }
}

[class*="mt-m"] {
    margin-top: 0;
}
