.cart-item-section {
    border-bottom: solid 1.5px #eff0f6;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}

@media (max-width: 46.24em) {
    .cart-item-section {
        background-color: #EBEAFF;
    }
}

.cart-item-header {
    font-size: 13px;
    font-weight: bold;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cart-item-close {
    position: absolute;
    right: 12px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
}

.cart-item-close:hover {
    opacity: 1;
}

.cart-item-close:before,
.cart-item-close:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
}

.cart-item-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-item-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-item-details {
    padding: 0 !important;
}

.cart-item-details .cart-item-details-block:first-child {
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.cart-item-details .cart-item-details-block:last-child {
    border: none;
}

.cart-item-details-block {
    height: 100%;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: solid 1.5px #eff0f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}

.cart-item-details-block:first-child {
    padding: 0 14px;
}

@media (max-width: 46.24em) {
    .cart-item-details-block {
        font-size: 11px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 6px !important;
    }
}

.cart-item-price {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-item-customization {
    position: relative;
    background-color: #ebeaff;
    border-left: solid 4px #eb147a;
    border-size: border-box;
    padding: 10px 0 10px 30px;
    border-bottom: solid 1.5px #eff0f6;
}

.cart-item-customization span {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.cart-item-customization h3,
.cart-item-customization p {
    margin: 0;
}

.cart-item-customization p {
    font-size: 11px;
}

.cart-item-customization p:first-child {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 4px;
}

.cart-item-customization h3 {
    font-size: 18px;
}

.cart-item-customization label {
    margin-top: 8px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.cart-item-customization img {
    position: absolute;
    height: 24px;
    left: 8px;
    top: 7px;
}

.cart-item-customization--customized {
    background-color: white;
}

.cart-item-customization-price--checked {
    padding-right: 12px;
}

.customization-learn-more {
    font-size: 12px;
    font-weight: bold;
    color: #bca292;
    position: relative;
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
}

// WEBPACK FOOTER //
// ./src/styles/CartItem.css