.order h3 {
    padding: 10px;
    margin: 0;
}
.order h4 {
    color: #a5dc86;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
/*
    margin: 0 0 26px;
    padding: 0 0 22px;
 */
    border-bottom: 1px solid #dddedf;
    font-weight: bolder;
    text-align: center;
}

a {
    background-color: transparent;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

a {
    color: inherit;
    text-decoration: inherit;
}

sup {
    font-size: 45%;
}

.order-item-content a {
    color: #5bc0de;
}

:focus {
    outline: none;
}

.order p {
    font-size: 16px;
    line-height: 20px;
}

.main-content h4 {
    color: #7dc243;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 26px;
    padding: 0 0 22px;
    border-bottom: 1px solid #dddedf;
}

.order h5 {
    color: #000;
    font-size: 16px;
/*    line-height: 26px; */
    margin: 0;
}

.this-order {
    width: 360px;
    position: relative;
    left: auto;
    right: auto;
    display: block;
    margin: auto;
}

.order {
    background: #f6f7f8;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 10px;
}

.order h5 {
    padding: 0;
}

.order-item {
    margin: 0;
}

.order-item-content, .order-item-prices {
    display: inline-block;
    vertical-align: top;
}

.order-item-content {
    width: calc(100% - 100px);
    padding-right: 10px;
}

.order-item-prices {
    text-align: right;
    width: 100px;
}

.form .order p {
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.form .order p span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.order-totals {
    border-top: 1px solid #dddedf;
/*    margin: 5px 0 0; */
    padding: 10px 0 0;
}

.order-totals h5 {
    text-transform: uppercase;
}

.order-totals .order-item-content {
/*    width: calc(100% - 110px); */
}

.order-totals .order-item-prices {
    width: 100px;
    text-align: right;
}

.form .order .order-item-prices p, .form .order .order-totals p {
    text-align: right;
}

@media (max-width: 1160px) {
    .order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .this-order {
        width: 300px;
    }
}

@media (max-width: 960px) {
    .this-order {
        margin-top: 35px;
    }

    .this-order {
        width: 100%;
    }

    .order {
        width: 100%;
        max-width: 100%;
    }
}

.order-item-content p {
    text-transform: capitalize;
}

aside .order {
    left: auto !important;
    right: auto !important;
    z-index: 1000 !important;
}

.this-order .berger {
    display: none;
}

@media (max-width: 769px) {
    .this-order {
        margin-top: 0;
        border-top: 1px solid #dcdcdc;
        width: 100%;
        position: fixed;
        bottom: calc(65px - 100%);
        transition: bottom .8s ease-in-out;
        background: #f6f7f8;
        z-index: 1000;
        height: 100%;
        overflow-y: scroll;
    }

    .this-order aside {
        top: 0 !important;
        position: sticky; top: 40px; z-index: 100;
    }

    .this-order aside .berger {
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 22px;
    }

    .this-order aside .berger span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #cdcdcd;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 80% 20%;
        transform-origin: 80% 20%;
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    }

    .this-order aside .berger span:first-child, .this-order aside .berger span:nth-last-child(2) {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}

@media (max-width: 769px) {
    .this-order aside .berger {
        margin-right: 70px;
    }
}
