body.ordering-process {
    background: #fff;
}

.id--9 .cart-row>div.col-md-8 {
    width: 100%;
}

.id--9 .col-md-4.sidebar-in-cart {
    width: 100%;
    max-width: 350px;
    float: right;
}

.id--9 .cart-content.checkout-box-wrapper {
    display: none;
}

.id--9 td.p-quantity.p-cell {
    display: none;
}

.id--9 tr.removeable {
    border: 1px solid #d7d7d7;
}

@media(max-width: 767px){
    .id--9 tr.removeable {
        background: #f7f7f7;
        margin: 10px;
        border-radius: 10px;
        border-color: transparent;
    }
    .id--9 .cart-table tr td, .id--9 .cart-table tr td.cart-p-image{
        background: #f7f7f7;
    }
}

.id--9 table.cart-table {
    width: 100%;
}

.id--9 .cart-table tr td {
    border: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.id--9 .cart-table tr td.p-name a {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 10px
}

.id--9 .cart-table tr td.p-name a span{
    font-weight: 300;
    padding-top: 5px;
    text-transform: none;
    font-size: 14px;
    display: inline;
}

.id--9 .cart-table tr td.p-name a span:not(:first-child)::before{
    content: "- " 
}

.id--9 .cart-table tr td.p-name > div{
    font-weight: 400;
    padding-top: 5px;
    text-transform: none;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    width: 100%
}

.id--9 .cart-summary {
    max-width: 400px;
    margin-left: auto;
    text-align: right;
}

.id--9 .cart-table tr>td.p-name {
    flex: 1 1 100%;
}

@media (min-width: 1200px) {
    .id--9 .extras-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .id--9 .extras-col {
        flex-basis: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .id--9 .col-md-8 .cart-content,
    .id--16 .col-md-8 .cart-content,
    .id--17 .col-md-8 .cart-content{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

ol.cart-header,
.cart-header li a:hover, .cart-header li.active a, .cart-header li.active strong{
    border-bottom: 0px solid black !important;
}

@media (min-width: 768px) {
    ol.cart-header{
         display: flex;
         justify-content: center;
    }
    ol.cart-header li {
        width: unset;
        top: 10px;
    }
}

.ordering-process div#content-wrapper {
    max-width: 1178px;
}

.id--16 .box{
    background: #f7f7f7;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: transparent;
}

.id--17 #checkoutContent .cart-content > *:not(:first-child){
    background: #f7f7f7;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: transparent;
}

.id--17 #checkoutContent .cart-content > *:not(:first-child) .box{
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: transparent;
}

@media (max-width: 991px) {
    #checkoutSidebar{
        margin-top: 20px;
    }
}

@media(max-width: 767px){
    .id--16 .content-wrapper.container .row.cart-row,
    .id--17 form#order-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart-widget-product-amount,
.cart-widget-product-unit{
    display: none !important;
}

.cart-widget-product-name a {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 10px
}

.cart-widget-product-name a span{
    font-weight: 300 !important;
    padding-top: 5px;
    text-transform: none;
    font-size: 14px !important;
}

.cart-widget-product-name > div{
    font-weight: 400;
    padding-top: 5px;
    text-transform: none;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    width: 100%
}