.ecg__no-scroll {
    overflow: hidden;
}

.ecg__root-parent {
    width: 100%;
    float: none;
}

@media only screen and (min-width: 768px) {
    .ecg__root-parent {
        width: 75%;
        float: left;
    }
}

.ecg__root {
    display: inline-block;
    padding: 16px;
    border: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    overflow: auto;
}

.ecg__root-message-container {
    background: #ce0f69;
    color: #fff;
    padding: 20px;
    width: 96%;
}

.ecg__selection-message {
    font-size: 1.4em;
    /*display: inline-block;*/
}

.ecg__selection-info {
    /*float: right;*/
}

.ecg__selection-remaining-label {
    font-size: 1.2em;
}

.ecg__selection-remaining-qty {
    font-size: 1.0em;
    font-weight: bold;
}

.ecg__items {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}

.ecg__items-item {
    text-align: center;
    float: left;
    padding: 16px;
    border: 2px solid #eee;
    margin: 6px;
    transition: all 0.5s ease;
}

.ecg__items-item-selected {
    border: 2px solid #000;
}

.ecg__items-item:hover {
    box-shadow: 3px 3px 8px #888888;
}

.ecg__item-image {
    max-width: 128px;
}

.ecg__item-info {
    min-height: 100px;
}

.ecg__item-name {
    display: block;
}

.ecg__item-qty {
    padding: 10px;
    display: inline-block;
    width: 24px;
}

.ecg__items-actions {
    text-align: center;
    width: 100%;
    padding: 10px;
    display: inline-block;
    border-top: 2px solid #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}

.ecg__selection-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.ecg__action-container {
    display: inline-block;
}

button.ecg__root-toggle-button-cms-block {
    position: relative;
    bottom: 10px;
    left: 10px;
}

/* summary area */
.ecg__root-toggle-button-container {
    padding: 16px;
}

.ecg__cart-items-item {
    display: inline-block;
    text-align: center;
    padding: 6px;
}

.ecg__cart-items-item-image {
    max-width: 128px;
}

.ecg__cart-items-item-name {
    display: block;
}

.ecg__cart-items-item-qty {
    background: #000;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 6px;
    color: #fff;
}
