/* Cart */

.se-service-as.m--inactive {
    /* hide information about assembly service if it is not a product with assembly */
    display: none;
    color: #ccc;
}

.se-service-as.m--inactive label {
    cursor: unset;
}

.se-service-as .as-img {
    margin-top: 5px;
    opacity: 0.6;
}

.se-service-as.m--inactive .as-img {
    opacity: 0.3;
}

.se-service-as .as-img > img {
    max-height: 28px;
}

.se-service-as.m--checked .as-text-title {
    border-bottom: 1px solid #9c0;
}

.se-service-as .as-price {
    font-size: 14px;
}

.se-service-as.m--checked .as-price {
    font-weight: 600;
}

.se-service-as-select-container {
    display: none;
    width: 250px;
    margin-bottom: 20px;
}

.se-service-as-select-container.m--visible {
    display: block;
}

.se-service-as-select-container .select2 {
    width: 100% !important;
}

.se-service-as-select-info {
    display: none;
    margin-bottom: 5px;
}

.se-service-summary-img {
    width: 28px;
    max-height: 28px;
    margin-right: 20px;
    transform: translateY(-3px);
    opacity: 0.6;
}

.se-service-summary span {
    min-width: 70px;
    text-align: right;
}

@media (min-width: 768px) {
    .se-service-as .as-price {
        font-size: 16px;
    }

    .se-service-as-select-container {
        margin-left: 95px;
    }

    .se-service-summary {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
        border-color: #9c0 !important;
    }

    .se-service-summary .cart-section-title {
        padding-bottom: 5px;
    }
}

/* Confirmation */

.se-service-confirmation {
    padding: 20px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #e5ebee;
}

.se-service-confirmation-address {
    margin-top: 5px;
}

.se-service-confirmation-map {
    display: none;
    width: 100%;
    height: 150px;
    margin-top: 20px;
}

.se-service-confirmation-name {
    font-weight: 700;
}

@media (min-width: 768px) {
    .se-service-confirmation {
        margin-top: 5px;
        font-size: 14px;
    }

    .se-service-confirmation-name {
        display: inline;
    }
}
