/**
 * Redkiwi
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category    Redkiwi
 * @package     Redkiwi_ConfigurableSimpleProducts
 * @copyright   Copyright (c) 2016 Redkiwi
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @author      Petru Iuga | iuga@redkiwi.nl
 */

#rk-spinner {
	width:250px;
	height: 100px;
	position: fixed;
	top: 30%;
	left: 50%;
	text-align:center;
	padding:10px;
	border: 5px solid #F6F6F6;
	background-color: #F6F5F4;
	margin-left: -50px;
	margin-top: -50px;
	z-index:2;
	overflow: auto;
}
#rk-spinner img {
	margin-top: 20px;
}

/*
 * Add this so the product options price box doesn't loos it's bold formatting.
 * Problem: the simple products don't have the custom product options the configurable product has
 */
.product-options-bottom .price-box .regular-price { font-weight: bold; font-size:13px; }