.ogs-v2-cart-list {}

.ogs-v2-cart-list-item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-color: var(--COLOR_HAIRLINE);
}

.ogs-v2-cart-list-item-thumbnail-conrainer {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.ogs-v2-cart-list-item-thumbnail-conrainer img {
    display: block;
    height: 100%;
    width: 100%;
}

.ogs-v2-cart-list-item-data-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ogs-v2-cart-list-item-data-text-container {}

.ogs-v2-cart-list-item-data-text-container>* {
    margin-bottom: 10px;
}

.ogs-v2-cart-list-item-data-control-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ogs-v2-cart-list-item-data-control-count-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ogs-v2-cart-list-item-data-control-count-text {
    margin: 0 10px;
}

.ogs-v2-cart-list-item-data-control-count-button {
    height: 20px;
    width: 20px;
    color: var(--COLOR_PRIMARY);
    display: flex;
    font-size: 18px;
    border-radius: 20px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.ogs-v2-cart-list-item-data-control-count-button.disable {
    pointer-events: none;
    opacity: 0.3;
}

.ogs-v2-cart-list-item-data-control-delete-button-container {
    margin-left: 15px;
}

.ogs-v2-cart-list-item-data-control-total-text-container {
    margin-left: auto;
}

.ogs-v2-cart-meta-text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    border-color: var(--COLOR_HAIRLINE);
}

.ogs-v2-cart-meta-other-label-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.ogs-v2-cart-empty-state {
    display: flex;
    flex-direction: column;
    height: 30vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ogs-v2-cart-empty-state i {
    font-size: 60px;
    opacity: 0.5;
}