/**
* 2016-2017 PrestaAdvanced All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of PrestaAdvanced and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to PrestaAdvanced
* and its suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from PrestaAdvanced
*
*  @author    PrestaAdvanced
*  @copyright 2016-2017 PrestaAdvanced
*  @license  PrestaAdvanced All Rights Reserved
*  International Registered Trademark & Property of PrestaAdvanced
*/

.fbcombinations {
	position: absolute;
	bottom: 0px;
	background: #FFF;
	width: 100%;
	box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
	z-index: 10;
	text-align: center;
	padding-top: 15px;
}

.closerbutton {
	color: #F00;
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: bold;
}
.dinline {
	display: inline-block;
}
.fbcombinations .product-quantity .addfb, .fbcombinations .product-quantity .qty {
	float: none;
	margin-bottom: .5rem;
}
.fbcombinations .product-variants-item ul li {
	margin-right: 0px;
}
.fbcombinations .product-variants-item {
	margin: 0.70rem 0;
}
.fbcombinations ul {
	margin-bottom: 0.2rem;
	padding-left:0px !Important;
}
.fbcombinations .product-variantsfb .product-variants-item select {
	border: 1px solid #ebebeb;
	height: 2.5rem;
}
.fbcombinations .product-variantsfb > .product-variants-item .color {
	margin-left: 0;
	margin-top: 0;
}

.fbcombinations div.qty 
{
   width: 60%;
}

.oculter
{
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF;
	opacity: 0.8;
	z-index: 15;
}
.oculter span
{
position: absolute;
top: 45%;
text-align: center;
width: 100%;
left: 0px;

}

.fbcombinations .product-variantsfb .control-label
{
	width:inherit;
	display: inline;
	margin: inherit;
}