@charset "utf-8";

/**
 * Mojo Creative & Technical Solutions LLC
 *
 * @category   GetSomeMojo
 * @package    GetSomeMojo_Bundledmojo
 * @copyright  Copyright (c) 2011-2015 Mojo Creative & Technical Solutions LLC (http://GetSome.MojoMage.com)
 * @license    http://getsome.mojomage.com/license/
 * @author     Mojo Creative & Technical Solutions LLC <info@MojoMage.com>
 */

/* Bundled Option Item Image Zoom */
#bundle-item-image-zoom {
    position: absolute;
    border: 1px solid #CCC;
    background: #fff;
    padding: 0px;
    display: none;
    color: #000;
    z-index: 420;
}

/* Qty Container */
.radio-bundle-qty-container {
    padding-bottom: 20px;
}

.select-bundle-qty-container .qty-holder {
    padding-top: 5px !important;
}

.checkbox-bundle-qty-container {
    padding-bottom: 5px;
}

.checkbox-bundle-qty-container .qty-holder {
    padding: 5px 0 0 0 !important;
}

.checkbox-bundle-qty-container label {
    background-color: inherit !important;
    width: 55px !important;
    padding: 6px 12px 6px 15px !important;
    font-weight: 600 !important;
}

/* Wishlist & Add to Compare Links */
.link-wishlist, .link-compare {
    font-size: 0.9em;
}
/* Bundled Products Descriptions Toggle */
#bundleDescUl {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

#bundleDescUl li {
    padding: 5px 0 0 0;
    list-style: disc;
}

.prodDescToggle {
    cursor: help;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

.prodDescToggle:hover {}

.bundledmojo_wrapper {
    /*padding-bottom: 20px;*/
    position: relative;
}

.bundledmojo_desc_wrapper {}
.bundledmojo_desc_wrapper span.label label {
    width: 100% !important;
}

.bundledmojo-select-desc-container {
    padding-top: 5px;
}
.bundledmojo_image_wrapper {
    vertical-align: top;
}

.bundledmojo_image {
    position: relative;
}

.resize {
    position: relative;
    /*z-index: 1;*/
}

.mojowishcompare_wrapper {
    /*padding-bottom: 10px;
    padding-top: 10px;*/
}

.bundledmojo_imageZoom_toggleClass {
    display: none;
}

.toggleMarginL {
    margin-left: 150px;
    width: 200px;
}

.toggleMarginR {
    margin-right: 150px;
}

.product-options .options-list input.checkbox + .qty-holder {
    padding: 0;
}

.product-options .options-list input.checkbox + .qty-holder .qty-disabled {
    background: #eee;
    color: #444;
}

.mojo-clearer {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

/* Product Option Info */

.bundle-option-info {
    margin-top: 20px;
    padding-bottom: 5px;
}

.bundle-option-title {
    padding: 5px;
    cursor: pointer;
}

.bundle-option-title label {
    cursor: pointer;
}

/* Used in bundle accordion */
.product-options dt.bundle-option-title-bg {
    padding: 5px;
    margin-top: 5px;
}

.bundle-option-title-bg {
    /*background-color: #f4f4f4;*/
    background: url(../images/accordion-down-arrow.png) 99% 50% no-repeat #f4f4f4;
}

.accordion-down-bg {
    background: url(../images/accordion-down-arrow.png) 99% 50% no-repeat;
}

.accordion-up-bg {
    background: url(../images/accordion-up-arrow.png) 99% 50% no-repeat;
}

#product-options-wrapper dl div dt {
    /*cursor: pointer;*/
}

.product-options p.required {
    top: 0 !important;
}

/* Bundle Selection Prices */
.selection-special-price {
    font-size: 11px;
    font-weight:bold;
    text-transform: uppercase;
    white-space: nowrap;
    color:#000;
    text-decoration: line-through;
}

/* Bundle Dependencies */
.no-selections-message {
    color: #ff0000;
    padding-bottom: 10px;
}
