.bundle-cat-title {
    color: #000000;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: normal;
    margin: 10px 0;
}

.bundle-cat-desc {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 10px;
    color: #5c5c5c;
    border-bottom: 1px dotted #d6d4d4;
    padding-bottom: 14px;
}

.bundle-product-social {
    float: right;
    margin: 10px 0;
}

.social_share_label {
    font-weight: bold;
    text-transform: uppercase;
}

div.bundle-product-social ul.social li {
    display: inline-block;
    padding: 3px;
}

    div.bundle-product-social ul.social li a:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 18px;
        width: 36px;
        height: 36px;
        text-align: center;
        padding-top: 9px;
        border-radius: 18px;
    }

div.bundle-product-social ul li.facebook a:before {
    content: "\f09a";
    background: #4E71A7;
}

div.bundle-product-social ul li.twitter a:before {
    content: "\f099";
    background: #1CB8EB;
}

div.bundle-product-social ul li.google-plus a:before {
    content: "\f0d5";
    background: #E3401F;
}

div.bundle-product-social ul.social li span {
    display: none;
}

.alternate_item {
    background-color: #F0FBFF;
}

.product_item {
    background-color: #FCFDF7;
}

.image-block-left {
    text-align: left;
}

.image-block-right {
    text-align: right;
}

.bundle_button {
    background-color: #4480AA!important; 
}

.bundle_button:hover {
    background-color: #33709A!important; /* Green */
}

#modalMask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    display: none;
}

.customModal {
    width: 100%;
    display: none;
    position: fixed;
    text-align: center;
    top: 3%;
    left: 0;
    z-index: 9999;
}

    .customModal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }

    .customModal .modal-content {
        max-width: 400px;
        margin: 0 auto;
    }

    .customModal .modal-body {
        background: white;
        text-align: left;
        border-radius: 10px;
    }

.addresses div.address-name {
    display: inline-block;
    margin-top: -3px;
    vertical-align: top;
}

.addresses ul {
    padding: 0 40px;
}

.subsribe-button {
    text-align: right;
}

.bundle-pay-button {
    background: #30a7ad;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
}

.cart_purchase, .lnk_view {
    vertical-align: top;
    text-align: center !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: normal !important;
    margin: 10px 0;
    border: 1px solid !important;
}

.cart_purchase {
    padding: 0 !important;
    border: none;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.lnk_view {
}

    .cart_purchase span, .lnk_view span {
        background: #30a7ad !important;
        padding: 5px 20px !important;
        border-radius: 3px;
        border: none;
        display: block;
    }

.shipping-price {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    font-size: 10px;
    font-weight: bold;
}

.bundle-summary {
    float: right;
}

.bundle-summary {
    display: inline-block;
    float: right;
    margin-top: -12px;
    font-size: 12px;
}

    .bundle-summary span {
        display: inline-block;
    }

        .bundle-summary span.bundle-label {
            width: 120px;
        }

        .bundle-summary span.bundle-price {
            width: 40px;
            text-align: right;
        }

    .bundle-summary div.bundle-total-price {
        border-top: 1px solid #000;
        font-weight: bold;
    }

.product-info, .product-info img, .product-info iframe {
    max-width: 100%;
}

.pb-left-column #image-block img {
    background: none !important;
}

.image-block-right .zoomWindow {
    left: -510px !important;
}

div#bundle_thumbs_list {
    overflow: hidden;
    max-height: 380px;
}

ul#bundle_thumbs_list_frame {
    width: 94px !important;
    margin: 0;
}

ul#bundle_thumbs_list_frame li {
    list-style: none;
    padding: 6px;
}

span.view_scroll_spacer_bundle {
    font-family: "FontAwesome";
    font-size:0;
    height: 24px;
    display:block;
}
    span.view_scroll_spacer_bundle a {
        height: 24px;
        width: 24px;
        display: block;
        margin: 0 auto;
    }

    span.view_scroll_spacer_bundle a:before {
        font-size: 20px;
        color: #fff;
        background-color: silver;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    span.view_scroll_spacer_bundle a#view_scroll_down:before {
        padding: 2px;
    }

span.price-percent-reduction {
    color: #fff !important;
}

.comingsoon {
    display: inline-block;
    font-size: 18px !important;
    vertical-align: top;
    background: #e7e7e7 !IMPORTANT;
    padding: 0px 20px 8px !important;
    color: #30a7ad !important;
}

.subscribelbl {
    line-height: 30px;
}

.comingsoonlbl {
    display: block;
    line-height: 0px;
    font-size: 12px;
    text-align: center;
    color: #ee0000;
}