/**
* 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_ConfiguableGridView
* @author     Extension Team
* @copyright  Copyright (c) 2015-2016 BSS Commerce Co. ( http://bsscommerce.com )
* @license    http://bsscommerce.com/Bss-Commerce-License.txt
*/
.bss-swatch .swatch-option {
	display: inline-block;
    float: none; 
    margin: 0; 
}

.bss-swatch .swatch-attribute-options {
	margin-top: 0;
}

.total-area {
	margin-top: 20px;
}

#qty-selected-detail-table {
	border-bottom: 1px solid #c1c1c1;
}

#qty-selected-detail-table td {
	padding: 0;
}

#qty-selected-detail-table td.a-right {
	text-align: right;
}

#qty-selected-detail-table .swatch-option {
	border: none;
	cursor: default;
}

#qty-selected-detail-table .swatch-option.color:hover {
	border: none;
    outline: none;
}

.product-info-price .price-box .price-container > span {
	display: inherit !important;
}

.product-info-price .price-box {
	width: auto !important;
}

div.unit-old {
    text-decoration: line-through;
}