/**
 * @version     1.0.0
 * @package     Sellacious Cart Module
 *
 * @copyright   Copyright (C) 2012-2020 Bhartiy Web Technologies. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Izhar Aazmi <info@bhartiy.com> - http://www.bhartiy.com
 */

.configurator-wrapper {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.configurator-wrapper .btn-add-cart {
	margin: 8px;
	background: #ed4237;
	color: #ffffff;
	border: 1px solid #ed4237;
}

.configurator-wrapper .configurator-value {
	font-weight: bold;
	margin: 4px auto;
	font-size: 28px;
}

.configurator-wrapper .configurator-table {
	margin: 20px auto;
	width: 220px; /** table will auto grow based on its cells **/

}

.configurator-table td.configurator-input-list,
.configurator-table td.configurator-input-text {
	text-align: center;
	padding: 1px 2px;
}

.configurator-input-list select,
.configurator-input-list select[disabled],
.configurator-input-text input[type] {
	height: 30px;
	text-align: center;
	text-align-last: center;
	width: auto;
}

.configurator-input-text input[type] {
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #cecece;
	line-height: 3;
	width: 100px;
	font-weight: 600;
	margin-bottom: 0;
}

.configurator-input-text input[type]:disabled {
	background: transparent;
	border: none;
	box-shadow: none;
}

.configurator-table td.configurator-separator {
	min-width: 20px !important;
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.configurator-table td.configurator-label-cell {
	text-align: center;
	padding: 1px;
	display: table-cell; 
	vertical-align: top;
}

.configurator-wrapper .config-label {
	min-width: 100%;
	color: #ed4237;
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
}
