.simplebundle-plus {
    float: left;
    padding: 32px 5px 0px 5px;
    font-weight: bold;
    font-size: 20px;
}

.simplebundle-pic {
    position: relative;
    z-index: 999;
}

.simplebundle-selection-item:hover .simplebundle-pic {
    z-index: 1001;
}

.simplebundle-selection {
    float: left;
    width: 68%;
    position: relative;
}

.simplebundle-selection .simplebundle-selection-item {
    float: left;
}

.simplebundle-selection .simplebundle-selection-item:hover .extra-infos {
    display: block;
}

.simplebundle-selection .extra-infos {
    border: #ddd 1px solid;
    text-align: justify;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    min-height: 130px;
    z-index: 1000;
    padding: 20px 10px 0 10px;
    margin-top: -1px;
}

.simplebundle-selection .extra-infos strong {
    text-align: center;
}

.simplebundle-pic-qty {
    z-index: 2;
    background-color: #f18200;
    text-align: center;
    font-weight: bold;
    color: white;
    width: 20px;
    height: 24px;
    border-radius: 16px;
    padding: 0px 5px;
    padding-top: 5px;
    position: absolute;
    right: 30%;
    top: 80%;
    border: white 2px solid;
}

.simplebundle-infos {
    float: right;
    padding: 10px;
    background-color: white;
    border: #ddd 1px solid;
    margin: 0px 0px 10px 0px;
    width: 180px;
}

.sbundle-description {
    clear: both;
    background-color: white;
    padding: 15px;
    font-style: italic;
    margin-bottom: 20px;
}

.simplebundle-orig-price {
    text-decoration: line-through;
    font-weight: bold;
    padding-right: 10px;
}

.simplebundle-price {
    font-weight: bold;
    font-size: 16px;
}

.simplebundle-percent {
    font-weight: bold;
    color: #cd5033;
}

.simplebundle {
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    list-style: none;
}

.sb-popup>ul {
    min-height: 250px;
    max-height: 500px;
    overflow-y: scroll;
}

#sb_popup .availability {
    display: none;
}

.sb-popup .product-right {
    float: right;
    width: 50%;
}

.sb-popup .product-options {
    position: initial;
}

.sb-popup .product-options,
#sb_popup .product-options dd,
#sb_popup .product-options dt {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    clear: both;
}

.sb-popup .product-options p.required {
    top: 0;
}

.sb-popup .product-options dt {
    float: left;
}

.sb-popup .product-options-bottom {
    display: none;
}

.sb-popup .product-left {
    text-align: left;
    max-width: 50%;
    float: left;
}

.sb-popup .clear {
    clear: both;
}

.sb-product {
    text-align: left;
    padding: 20px;
    background-color: #ddd;
}

.sb-product-even {
    background-color: #eee;
}

#sb_popup #products-header-notice {
    text-align: center;
    font-weight: bold;
}

#sb_popup .products-header-price {
    float: right;
}

#sb_popup .popup-error {
    font-size: 1.2em;
    color: red;
}

#product-list-simple-bundles .simplebundle-selection {
    width: 100%;
}

#product-list-simple-bundles .simplebundle-pic-qty {
    z-index: 2;
    width: 10px;
    height: 14px;
    font-size: 0.8em;
    padding-top: 1px;
    padding: 0px 3px;
}

#product-list-simple-bundles .simplebundle-plus {
    padding: 12px 1px 0px 1px;
    font-size: 16px;
    margin-bottom: 14px;
}

#product-list-simple-bundles .simplebundle-selection .simplebundle-selection-item {
    margin-bottom: 10px;
}

#product-list-simple-bundles .simplebundle-price {
    float: right;
    font-size: 11px;
}

@media only screen and (max-width: 1024px) {
    .sb-popup-container {
        left: -50%;
        width: 100%;
    }
    .sb-popup {
        width: 90%;
        padding: 5%;
        margin: 0 auto;
    }
    .product-right,
    .product-left {
        width: 100% !important;
        clear: both !important;
        float: none !important;
    }
    .sb-popup .product-options p.required {
        right: 0;
    }
    .sb-popup>ul {
        max-height: 600px;
        overflow: scroll;
    }
}