.shop-categories {
    padding: 50px;
}

.shop-categories__title {
    margin-bottom: 40px;
}

.shop-categories__item {
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    color: #666;
    display: block;
}

#order-page-steps-container {
    display: flex;
    align-items: center;
}

.card-more {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .store-header {
        display: none;
    }

    .order #demo-header-block h1 {
        margin: 0 0 0 25px;
    }

    #demo-content {
        padding-top: 0;
    }

    .responsive.order #demo-content {
        margin-top: -200px !important;
    }

    .order #demo-header-block {
        height: 270px;
    }

    .ready-pack-item {
        width: 100%;
        background-size: cover;
    }

    .ready-pack-card-header {
        padding: 70px 40px 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .order #demo-header-block h1 {
        margin: 0 0 0 25px;
    }

    .responsive.order #demo-content {
        margin-top: -160px !important;
    }

    .order #demo-header-block {
        height: 270px;
    }

    .ready-pack-card-header {
        padding: 70px 80px 50px;
    }
}