body[data-matched-route-name='orderCart'] .main {
    padding: 0;
    background: #f7f7f7;
}

.cart-page-header {
    padding: 30px 0;
    background: #ffffff;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.15);
}

.cart-page-header > .inner,
.cart-page-content > .inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cart-page-content {
    padding: 40px 0;
}

.cart-page-content .cart-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 330px);
    width: 100%;
    margin-right: 20px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.15);
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper.loading {
    opacity: 0.5;
    cursor: progress;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper.loading * {
    pointer-events: none;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper {
    flex: 0 1 510px;
    margin-right: 20px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-image {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    margin-right: 20px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-image img {
    display: block;
    width: 100%;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-info {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 90px);
    width: 100%
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-info .autoship-label {
    position: relative;
    display: inline-block;
    min-height: 20px;
    margin-bottom: 15px;
    padding: 3px 8px 3px 27px;
    background: rgba(255, 217, 64, 0.3);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-info .autoship-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background: #231F20 url('../images/icons/icon-autoship-accent1-small.svg') center no-repeat;
    background-size: 16px;
    border-radius: 10px;
    transform: translateY(-50%);
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper {
    flex: 0 0 345px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E4;
    white-space: nowrap;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .configurable-option-wrapper  {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin-right: 15px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper,
.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-controls {
    display: inline-block;
    vertical-align: top;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .subtraction-button,
.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .addition-button {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    user-select: none;
    cursor: pointer;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .subtraction-button {
    background: #F7F7F7 url('/images/icons/icon-minus-success-small.svg') no-repeat center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .addition-button {
    background: #F7F7F7 url('/images/icons/icon-plus-success-small.svg') no-repeat center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .quantity {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: 0 10px;
    user-select: none;
    text-align: center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper.gift .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-controls .quantity {
    margin: 0 34px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .quantity-wrapper .quantity-error-message {
    max-width: 120px;
    margin-top: 10px;
    white-space: normal;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .cart-price-wrapper {
    position: relative;
    top: 6px;
    float: right;
    white-space: nowrap;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .cart-price-wrapper .old-price {
    display: inline-block;
    margin-right: 5px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom {
    padding-top: 15px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .cart-remove-product,
.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper {
    margin-right: 15px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper .cart-toggle-favourites:before,
.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .cart-remove-product:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .cart-remove-product:before {
    background: url('/images/icons/icon-trash-dark-small.svg') no-repeat center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper .cart-toggle-favourites:before {
    background: url('/images/icons/icon-heart-dark-small.svg') no-repeat center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper .cart-toggle-favourites span,
.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .cart-remove-product span {
    display: inline-block;
    vertical-align: middle;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper.added .cart-toggle-favourites:before {
    background: url('/images/icons/icon-heart-accent2-solid-small.svg') no-repeat center;
}

.cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .cart-product-total-catalog-sale-price {
    position: relative;
    top: 3px;
    float: right;
}

@media screen and (max-width: 1020px) {

    .cart-page-content .cart-content .cart-products .cart-product-wrapper {
        display: block;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-info .name {
        max-height: 68px;
        overflow-y: hidden;
    }
}

.cart-page-content .cart-panel-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.cart-page-content .cart-panel-wrapper .cart-panel {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.15);
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-header {
    padding: 20px;
    border-bottom: 1px solid #E5E5E4;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body {
    padding: 20px 20px 25px;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-panel-body-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-panel-body-row .info {
    margin-right: 20px;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-panel-body-row .price {
    white-space: nowrap;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code {
    margin: 20px 0;
    padding: 20px 0 25px;
    border-top: 1px solid #E5E5E4;
    border-bottom: 1px solid #E5E5E4;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-title {
    margin-bottom: 10px;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field {
    position: relative;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .input-promo-code {
    padding: 11px 100px 10px 12px;
    font-weight: 500;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .input-promo-code::-webkit-input-placeholder {
    font-weight: 400;
}
.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .input-promo-code:-moz-placeholder {
    font-weight: 400;
}
.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .input-promo-code::-moz-placeholder {
    font-weight: 400;
}
.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .input-promo-code:-ms-input-placeholder {
    font-weight: 400;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .cart-promo-code .cart-promo-code-field .button-promo-code {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 12px 15px;
    background: transparent;
    transform: translateY(-50%);
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .button-medium-success {
    display: block;
    margin-top: 25px;
    padding: 18px 10px 17px;
    background: #239B56;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .button-medium-success:hover {
    background: #4a834a;
}

.cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body .button-medium-success.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cart-page-content .cart-content .continue-shopping-link {
    display: inline-block;
    margin-top: 30px;
}

.cart-page-content .cart-content .continue-shopping-link:before,
.cart-page-content .cart-panel-wrapper .continue-shopping-link:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url('/images/icons/icon-chevron-left-dark-small.svg') no-repeat center;
}

.cart-page-content .cart-content .continue-shopping-link span,
.cart-page-content .cart-panel-wrapper .continue-shopping-link span {
    display: inline-block;
    vertical-align: middle;
}

.cart-page-content .cart-panel-wrapper .continue-shopping-link {
    display: none;
}

.cart-page-content .empty-cart {
    padding: 100px 0;
    text-align: center;
}

@media screen and (max-width: 740px) {

    .cart-page-header {
        padding: 20px 0;
    }

    .cart-page-content {
        padding: 30px 0;
    }

    .cart-page-content .cart-content {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper {
        padding: 15px;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-image {
        margin-right: 15px;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-info-wrapper .cart-info {
        max-width: calc(100% - 85px);
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #E5E5E4;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-top .configurable-option-wrapper  {
        width: auto;
        margin-right: 20px;
    }

    .cart-page-content .cart-content .cart-products .cart-product-wrapper .cart-options-wrapper .cart-options-bottom .add-to-favourites-wrapper {
        width: auto;
    }

    .cart-page-content .cart-content .continue-shopping-link {
        display: none;
    }

    .cart-page-content .cart-panel-wrapper {
        display: block;
        width: 100%;
    }

    .cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-header {
        padding: 15px 10px;
    }

    .cart-page-content .cart-panel-wrapper .cart-panel .cart-panel-body {
        padding: 20px 15px 25px;
    }

    .cart-page-content .cart-panel-wrapper .continue-shopping-link {
        display: inline-block;
        margin-top: 30px;
    }
}