/**
 * 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: 640px;
    max-width: 98%;
    padding: 0 1%;
    z-index: 999;
    text-align: left;
}
#bss_ajaxcart_popup .h4 {
    margin: 5px 0;
}
#bss_ajaxcart_popup .product-item-link {
    font-size: 0.9em;
}
#bss_ajaxcart_popup .a-left {

}
#bss_ajaxcart_popup .a-right {
    text-align: right;
}
#bss_ajaxcart_popup .popup-subtotal {
    min-height: 30px;
}
#bss_ajaxcart_popup .popup-subtotal .a-right {
    float: right;
}
#bss_ajaxcart_popup .nested-container > div {
    margin-bottom: 0;
}
#bss_ajaxcart_popup .btn-continue {
    margin-bottom: 5px;
    margin-top: 5px;
}
#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 {
    margin: 10px 0;
}
#bss_ajaxcart_popup .btn-viewcart .viewcart {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}
#bss_ajaxcart_popup .block {
    margin-bottom: 0;
}
#bss_ajaxcart_popup .btn-viewcart .viewcart:hover {
    background: #006bb4;
}
#bss_ajaxcart_popup .checkout-link {
    margin: 5px 0;
}
.full-width {
    width: 100% !important;
}
#ajax-suggest {
    margin: 0;
}
#ajax-suggest .title strong {
    font-size: 1.2em;
    font-weight: normal;
}
#ajax-suggest ol {
    padding: 0;
}
#ajax-suggest .item {
    padding-bottom: 10px;
    overflow: hidden;
    width: 200px;
    float: left;
}
#ajax-suggest .title {
    margin-top: 5px;
    margin-bottom: 0;
}
#ajax-suggest .item .old.price {
    text-decoration: line-through;
    margin-right: 5px;
}
#ajax-suggest .product-item-name {
    margin: 0 0 5px 0;
}
#ajax-suggest .item .regular-price .price-container .price,
#ajax-suggest .item .special-price .price-container .price {
    font-size: 1.7rem;
    font-weight: bold;
}
#ajax-suggest .item .product-item-info {
    margin-left: auto;
    margin-right: auto;
}
#ajax-suggest .action.primary {
    max-width: 98%;
}
#ajax-suggest .product.details.product-item-details {
    margin-bottom: 5px;
}
#ajax-suggest .ajax-owl-loading {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/suggest_loading.gif) no-repeat;
    background-size: 100%;
}
.popup-product-image {
    width: 85px;
    padding-right: 10px;
    float: left;
}
.popup-product-image img {
}
.popup-product-name {
    float: left;
    width: calc(100% - 85px);
}
.popup-product-name > div {
    margin: 0;
}
#bss_ajaxcart_popup .title {
    font-weight: bold;
}
.fancybox-skin {
    background: white !important;
}
#ajax-suggest .products-grid {
    width: 100%;
    float: left;
    text-align: center;
}
#ajax-suggest .products-grid .item {
    display: none;
    width: 33%;
}
#ajax-suggest .products-grid .item .product-item-info {
    width: 100%;
}
@media only screen and (max-width: 360px) {
    #ajax-suggest .products-grid .item {
        display: none;
    }
    #ajax-suggest .products-grid .item:nth-child(1) {
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #ajax-suggest .products-grid .item {
        display: none;
    }
    #ajax-suggest .products-grid .item:nth-child(1),
    #ajax-suggest .products-grid .item:nth-child(2) {
        display: inline-block;
        width: 50%;
    }
}
@media only screen and (min-width: 481px) {
    #ajax-suggest .products-grid .item {
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) {
    .checkout-link {
        margin-top: 10px;
    }
}
