/**
 * 2018-2022 Optyum S.A. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Optyum S.A. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Optyum S.A.
 * 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 Optyum S.A.
 *
 * @author    Optyum S.A.
 * @copyright 2018-2022 Optyum S.A.
 * @license  Optyum S.A. All Rights Reserved
 *  International Registered Trademark & Property of Optyum S.A.
 */

.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: #0b0b0b;
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: bold;
	font-size: 10px;
}
.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;
	display: inline list-item !important;
}
.fbcombinations .product-variants-item {
	margin: 0.70rem 0;
}
.fbcombinations ul {
	margin-bottom: 0.2rem;
	padding-left:0px !Important;
	width: 100%;
	text-align: center;
}
.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;
}


.fbcombinations .product-add-to-cart span.control-label
{
	width: 100%;
	float: left;
	text-align: center;
}

.fbcombinations .product-quantity .qty {
	display: inline-block;
	width: auto;
}

.fbcombinations .product-quantity
{
	display: inline-block !important;
}

.btnfb
{
	padding: 10px;
	cursor: pointer;
}

.addfb .stockNumber
{
	position: relative;
	top: -25px;
	right: -25px;
	color: #fff;
	background-color: #fd397a;
	padding: 0.5em 0.75em;
	font-size: 85%;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;

}

@font-face {
	font-family: 'ventas_rapidas';
	src:  url('fonts/ventas_rapidas.eot?i4iyx7');
	src:  url('fonts/ventas_rapidas.eot?i4iyx7#iefix') format('embedded-opentype'),
	url('fonts/ventas_rapidas.woff2?i4iyx7') format('woff2'),
	url('fonts/ventas_rapidas.ttf?i4iyx7') format('truetype'),
	url('fonts/ventas_rapidas.woff?i4iyx7') format('woff'),
	url('fonts/ventas_rapidas.svg?i4iyx7#ventas_rapidas') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


[class^="iconventas-"], [class*=" iconventas-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ventas_rapidas' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconventas-ventas_rapidas
{
	font-size: 18px;
	margin-right: 2px;
}
.iconventas-en_stock:before {
	content: "\e902";
}
.iconventas-pocos_stock:before {
	content: "\e903";
}
.iconventas-no_stock:before {
	content: "\e904";
}
.iconventas-ventas_rapidas:before {
	content: "\e900";
}
.iconventas-cerrar:before {
	content: "\e901";
}
