.wooco-wrap .wooco-text, .wooco-wrap .wooco_components {
    margin: 0 0 15px 0;
}

.wooco-wrap .wooco-text {
    white-space: pre-line;
}

.wooco_components .wooco_component {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.wooco_components .wooco_component .wooco_component_name {
    font-weight: 700;
}

.wooco_component_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

body.woocommerce-no-js .wooco-wrap + form.cart {
    display: none;
}

.wooco-disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.wooco_component_product .wooco_component_product_qty {
    padding-left: 10px;
}

.wooco_component_product .wooco_component_product_qty input {
    width: 60px;
    padding: 0 5px;
}

.wooco_component_product_selection .dd-select {
    background-color: #ffffff !important;
}

.wooco_component_product_selection .dd-options {
    max-height: 360px;
}

.wooco_component_product_selection .dd-option-image, .wooco_component_product_selection .dd-selected-image {
    max-width: 42px;
    border-radius: 3px;
}

.wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text {
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6d;
}