/**
* BSS Commerce Co.
*
* NOTICE OF LICENSE
*
* This source file is subject to the EULA
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://bsscommerce.com/Bss-Commerce-License.txt
*
* =================================================================
*                 MAGENTO EDITION USAGE NOTICE
* =================================================================
* This package designed for Magento COMMUNITY edition
* BSS Commerce does not guarantee correct work of this extension
* on any other Magento edition except Magento COMMUNITY edition.
* BSS Commerce does not provide extension support in case of
* incorrect edition usage.
* =================================================================
*
* @category   BSS
* @package    Bss_BundleOptionImage
* @author     Extension Team
* @copyright  Copyright (c) 2015-2016 BSS Commerce Co. ( http://bsscommerce.com )
* @license    http://bsscommerce.com/Bss-Commerce-License.txt
*/

div#multiple-option-bundle-image-bss {
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
}
.multiple-option-bundle-image-bss .image-child-bundle{
    padding: 5px;
    margin-left: 5px;
    text-align: center;
}
.image-child-bundle.selected{
    border: 1px solid #fb0000;
}
#multiple-option-bundle-image-bss .owl-controls   .owl-buttons .owl-next {
    right: 4px;
    top: 40%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#multiple-option-bundle-image-bss .owl-controls   .owl-buttons .owl-prev {
    left: 8px !important;
    top: 40%;
    right: inherit;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#multiple-option-bundle-image-bss.owl-theme:hover .owl-controls   .owl-buttons {
    display: block;
}
#multiple-option-bundle-image-bss.owl-theme .owl-controls .owl-buttons {
    display: none;
}
div.bundle-options-wrapper .product-options-wrapper{
    width: 100%;
}
.image-child-bundle {
    margin-left: 20px;
}
.multiple-option-bundle-image-bss.owl-theme .owl-controls .owl-buttons div{
    text-indent: -9999px;
}
.multiple-option-bundle-image-bss.owl-carousel .owl-prev{
    left: 0;
    right: auto;
}