/**
 * 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_AjaxCart
 * @author     Extension Team
 * @copyright  Copyright (c) 2015-2016 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
#bss_ajaxcart_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 99;
}

#bss_ajaxcart_popup {
    display: none;
    position: relative;
    width: 515px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}

#bss_ajaxcart_popup .btn-viewcart, #bss_ajaxcart_popup .btn-continue {
    width: 50%;
    float: left;
    color: #fff;
}

#bss_ajaxcart_popup .btn-continue .continue {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}

#bss_ajaxcart_popup .btn-continue .continue:hover {
    background: #006bb4;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart:hover {
    background: #006bb4;
}

.full-width {
    width: 100% !important;
}

#ajax-suggest ol {
    padding: 0;
}

#ajax-suggest .item {
    padding-top: 10px;
    padding-bottom: 15px;
}

#ajax-suggest .item .product-item-info {
    margin-left: auto;
    margin-right: auto;
}

#ajax-suggest .product.details.product-item-details {
    min-height: 65px;
}

#ajax-suggest .ajax-owl-loading {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/suggest_loading.gif) no-repeat;
    background-size: 100%;
}
