.option.color li {
	display: inline-flex;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: 5px;
	cursor: pointer;
}

.color li.disabled {
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

/*COLOR*/
.color li.red { background-color: #DF0024;}
.color li.orange { background-color: #FF4500;}
.color li.yellow { background-color: #E1FF00;}
.color li.green { background-color: #4AFC1C;}
.color li.aqua { background-color: #44C7F4;}
.color li.blue { background-color: #074696;}
.color li.pink { background-color: #FF008B;}
.color li.silver { background-color: #BBBDBF;}
.color li.grey { background-color: #BBBDBF;}
.color li.black { background-color: #000000;}
.color li.gold { background-color: #D4AF37;}
.color li.purple { background-color: #401481;}
.color li.brown { background-color: #D5783B;}
.color li.green.celeste { background-color: #91CEB8;}
.color li.turquoise { background-color: #91CEB8;}
.color li.white { background-color: #FFFFFF; width: 23px; height: 23px; border: 2px solid #D0D0D0; position: relative; top: -2px; }
.color li.active { width: 33px; height: 33px;}
.color li.white.active { width: 33px; height: 33px;}

/*BLACK-COLOR*/
.color li.black-pink { 
	position: relative; top: -12px;
	border-right: 12px solid #FF008B;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #FF008B;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-white { 
	position: relative; top: -12px;
	border-right: 12px solid #FFFFFF;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #FFFFFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-yellow { 
	position: relative; top: -12px;
	border-right: 12px solid #E1FF00;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #E1FF00;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-red { 
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #DF0024;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-blue { 
	position: relative; top: -12px;
	border-right: 12px solid #074696;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #074696;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-orange { 
	position: relative; top: -12px;
	border-right: 12px solid #FF4500;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #FF4500;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-grey { 
	position: relative; top: -12px;
	border-right: 12px solid #BBBDBF;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #BBBDBF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-green { 
	position: relative; top: -12px;
	border-right: 12px solid #4AFC1C;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #4AFC1C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-gold { 
	position: relative; top: -12px;
	border-right: 12px solid #D4AF37;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #D4AF37;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*BLACK-COLOR-COLOR*/
.color li.black-red-grey {
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #838383;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.black-white-grey {
	position: relative; top: -12px;
	border-right: 12px solid #FFFFFF;
	border-top: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #838383;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*WHITE-COLOR*/
.color li.white-red {
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #DF0024;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-blue {
	position: relative; top: -12px;
	border-right: 12px solid #074696;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #074696;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-black {
	position: relative; top: -12px;
	border-right: 12px solid #000000;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-yellow {
	position: relative; top: -12px;
	border-right: 12px solid #E1FF00;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #E1FF00;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-orange {
	position: relative; top: -12px;
	border-right: 12px solid #FF4500;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #FF4500;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-green {
	position: relative; top: -12px;
	border-right: 12px solid #4AFC1C;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #4AFC1C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-grey {
	position: relative; top: -12px;
	border-right: 12px solid #BBBDBF;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #BBBDBF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-pink {
	position: relative; top: -12px;
	border-right: 12px solid #FF008B;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #FF008B;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*WHITE-COLOR-COLOR*/
.color li.white-red-grey {
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #838383;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-black-grey {
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.white-pink-black {
	position: relative; top: -12px;
	border-right: 12px solid #FF008B;
	border-top: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*BLUE-COLOR*/
.color li.blue-orange {
	position: relative; top: -12px;
	border-right: 12px solid #FF4500;
	border-top: 12px solid #074696;
	border-left: 12px solid #074696;
	border-bottom: 12px solid #FF4500;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.blue-yellow {
	position: relative; top: -12px;
	border-right: 12px solid #E1FF00;
	border-top: 12px solid #074696;
	border-left: 12px solid #074696;
	border-bottom: 12px solid #E1FF00;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.blue-black {
	position: relative; top: -12px;
	border-right: 12px solid #000000;
	border-top: 12px solid #074696;
	border-left: 12px solid #074696;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*GREEN-COLOR*/
.color li.green-black {
	position: relative; top: -12px;
	border-right: 12px solid #000000;
	border-top: 12px solid #4AFC1C;
	border-left: 12px solid #4AFC1C;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*GREY-COLOR*/
.color li.grey-red {
	position: relative; top: -12px;
	border-right: 12px solid #DF0024;
	border-top: 12px solid #838383;
	border-left: 12px solid #838383;
	border-bottom: 12px solid #DF0024;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.color li.grey-black {
	position: relative; top: -12px;
	border-right: 12px solid #000000;
	border-top: 12px solid #838383;
	border-left: 12px solid #838383;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*YELLOW-COLOR*/
.color li.green-black {
	position: relative; top: -12px;
	border-right: 12px solid #000000;
	border-top: 12px solid #E1FF00;
	border-left: 12px solid #E1FF00;
	border-bottom: 12px solid #000000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*RED-COLOR*/
.color li.red-grey {
	position: relative; top: -12px;
	border-right: 12px solid #838383;
	border-top: 12px solid #DF0024;
	border-left: 12px solid #DF0024;
	border-bottom: 12px solid #838383;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.options {
	width: 100%;
	font-family: 'DIN-Titulos';
	font-size: 20px;
	border: 1px solid #343a40;
    margin: 20px 0px;
}

.options .btn.disabled {
	background-color:#BCBCBC; 
	cursor: pointer!important;
	color: white;
	border-color:#535353;
}

.options .option{
	margin: 10px 0px;
}

.options .hidden{
	display: none;
}

.options .loader{
	position: relative;
	height: 400px;
	width: 100%;
}
.options .loader img{
	position: absolute;
	display: block;
    margin: auto;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

.options .option > div{
	margin: -2px;
}

.options .btn {
    margin: 2px;
	background-color: white;
}
.options .btn:hover {
	background-color: #343a40;
}

.show-images .thumbnails div{
	border: 2px solid #F2F2F2;
	margin: 2px;
	cursor: pointer;
	height: 100px;
}
.show-images .image img{
	display: none;
	cursor: zoom-in;
}
.show-images .image img.active{
	display: block;
}
#slider img{
	cursor: zoom-in;
}
.show-images .thumbnails div.active{
	border: 2px solid #DF0024;
}
.image-fullscreen {
	display: none;
	position: fixed;
	background-color: white;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 99999999999999;
	overflow-y: none;
	cursor: move;
}
.image-fullscreen i {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}
.scroll-none {
	overflow: hidden;
}

.prices {
	font-family: 'DIN-Titulos';
}

.prices .public {
	font-size: 25px;
	font-weight: bold;
}

.prices .public-rise {
	font-size: 17px;
	text-decoration-line: line-through;
	color:#767676;
}

.prices .dealer {
	font-size: 20px;
	font-weight: bold;
}

.prices .dealer-rise {
	font-size: 14px;
	text-decoration-line: line-through;
	color:#767676;
}

.prices .distributor {
	font-size: 20px;
	font-weight: bold;
}

.prices .distributor-rise {
	font-size: 14px;
	text-decoration-line: line-through;
	color:#767676;
}

.prices .tag {
	color: white;
	padding: 5px 10px;
	font-size: 18px;
	font-family: "DIN-Titulos"
}
.prices .tag.discount { background-color: #DF0024!important; color: #232323 }
.prices .tag.discount .number { color: white }

.tags {
	float: right;
	text-align: right;
}
.tags div {
	margin-bottom: 10px;
}

.tag {
	background-color: #343a40;
	color: white;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "DIN-Titulos"
}

.tag-xs {
	background-color: #343a40;
	color: white;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "DIN-Titulos"
}

.tag.best { background-color: #D7DF23!important; }
.tag.consume { background-color: #5ED0BA!important; }
.tag.new { background-color: #E74C3C!important; }
.tag.launch { background-color: #5CB85C!important; }
.tag.stock-off { background-color: #F0DA4E!important; }
.tag.promo { background-color: #5BC0DE!important; }
.tag.discount { background-color: #DF0024!important; color: #232323 }
.tag.free { background-color: #28a745!important;}
.tag.replace {
	background-color: transparent;
	border: #343a40 solid 2px;
	color: #343a40;
}
.countdown {
	font-family: 'DIN-Titulos';
	font-size: 20px;
	color: #DF0024;
	text-align: right;
}

.resume {
	text-align: justify;
	margin: 20px 0px;
}

.product {
	background-color: white;
}

.product.bg-grey {
	background-color: #F2F2F2;
}

.product-info {
	margin: 0px -15px;
	padding: 10px;
	cursor: pointer;
	background-color: #F5F5F5; 
}

.product.active .product-info {
	background-color: #343a40;
	color: white;
}

.product-info i {
	float: left;
	font-size: 50px;
	margin-right: 10px;
}

.product-info .description {
	font-family: 'DIN';
	font-size: 13px;
}

.product-options {
	display: none;
	background-color: white;
}

#btnPlus, #btnMinus {
	width: 38px;
	height: 38px;
	font-size: 25px;
	font-weight: bold;
	padding: 0;
}

#btnMinus{
	margin-right: 0px;
}
#btnPlus{
	margin-left: 0px;
}

#quantity{
	position: relative;
	height: 38px;
	width: 50px;
	margin: -4px;
	top: 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: extra-expanded;
	padding: 0px;
}

.stock {
	display: none;
	text-align: center;
	border: 3px solid #878787;
	width: 100%;
	padding: 5px;
	font-display: 'DIN-Titulos';
	/*font-stretch: condensed;*/
	font-weight: bold;
	margin-bottom: 20px;
}

.stock[stock='0'] {
	border: 3px solid #d9534f;
	color: #d9534f;
}

.stock[stock='0']:before {
	content: 'Without stock';
}

.stock[stock='0'] span{
	font-stretch: normal;
	font-weight: 100;
	font-size: 12px;
}

.stock[stock='0'] span{
	display: block;
}

.stock[stock='0'] span:before{
	content: ' No delivery forecast ';
}

.stock[stock='1'] {
	border: 3px solid #5cb85c;
	color: #5cb85c;
}

.stock[stock='1']:before {
	content: 'In stock for immediate shipment';
}

.stock[stock='2'] {
	border: 3px solid #f0ad4e;
	color: #f0ad4e;
}

.stock[stock='2']:before {
	content: 'Low stock';
}

.stock[stock='3'] {
	border: 3px dashed #5cb85c;
	color: #d9534f;
}

.stock[stock='3']:before {
	content: 'Without stock';
}

.stock span{
	display: none;
}

.stock[stock='3'] span{
	font-stretch: normal;
	font-weight: 100;
	font-size: 12px;
}

.stock[stock='3'] span{
	display: block;
}

.stock[stock='3'] span:before{
	content: ' Replenishment expected in: ';
}

.stock[stock='4'] {
	border: 3px solid #d9534f;
	color: #d9534f;
}

.stock[stock='4']:before {
	content: 'Without stock';
}

.stock[stock='4'] span{
	font-stretch: normal;
	font-weight: 100;
	font-size: 12px;
}

.stock[stock='4'] span{
	display: block;
}

.stock[stock='4'] span:before{
	content: ' Expected replenishment after ordering in: ';
}

.stock[insuficiente] {
	border: 3px dashed #f0ad4e;
	color: #f0ad4e;
}

.stock[insuficiente]:before {
	content: 'Insufficient Stock';
}

.stock[insuficiente] span{
	display: block;
	font-stretch: normal;
	font-weight: 100;
	font-size: 12px;
}

.stock[insuficiente] span{
	display: block;
}

.stock[insuficiente] span:before{
	content: ' No delivery forecast ';
}

.stock[insuficiente][re-stock-weeks] span:before{
	content: ' Expected replenishment after ordering in: ';
}

.stock[insuficiente][re-stock-date] span:before{
	content: ' Replenishment expected in: ';
}



/*.stock_resume[insuficiente] span{
	font-stretch: normal;
	font-weight: 100;
	font-size: 12px;
}

.stock_resume[insuficiente] span{
	display: block;
}

.stock_resume[insuficiente] span:before{
	content: ' Replenishment expected in: ';
}*/