.bread-buy {
}
.bread-buy li {
	display:table-cell;
	background-image: url(../../imgs/chevron-bread.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:18px;
	font-size:13px;
}
.bread-buy li:last-child {
	background-image:none;
}
.bread-buy li a {
	color:#666;
	letter-spacing:-0.37;
}
.bread-buy li a:hover {
	color: #06C;
}
.tittle-product {
	color: #333;
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	margin: 16px 0 8px;
	letter-spacing:-0.37px;
}
 @media (max-width: 767px) {
.tittle-product {
 color: #333;
 display: block;
 font-size: 20px;
 font-weight: 500;
 line-height: 22px;
 margin: 16px 0 8px;
 letter-spacing:-0.37px;
}
.sub-data {
 font-size: 12px;
}
}
.modulo-amplia {
 background-color:;
	letter-spacing:-0.37px;
	color:#666;
}
.modulo-amplia .precio-unidad {
	font-size: 12px;
	margin-bottom:0px;
	margin-top:12px;
	text-transform:uppercase;
}
.modulo-amplia .antes {
	text-decoration: line-through;
	color: #808080;
	font-size: 24px;
	margin-right: 5px;
	padding-right: 5px;
}
.modulo-amplia .descuento {
	width: 100px;
	/* height: 70px; */
    background-color: #9ac70e;
	z-index: 1;
	border-radius: 3px;
	text-align: center;
	padding: 7px 10px;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	margin-top: 4px;
	margin-bottom: 0px;
}
.modulo-amplia sup {
	font-size: 14px;
	margin-left: 3px;
	font-weight: 700;
	display: none;
}
.modulo-amplia .select-num {
	width: 84px;
	margin-right: 4px;
	font-size: 16px;
}
.modulo-amplia .btn-default-six {
	color: #fff;
	background-color: #0071c1;
	border: 1px solid #3599d5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
	border-radius: 0px;
	font-weight: 500;
	padding: 6px 15px;
}
.modulo-amplia .precio {
	font-size: 33px;
	color: #c61111;
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 4px;
}
 @media (max-width: 767px) {
.modulo-amplia .precio {
 font-size: 32px;
 line-height:32px;
}
}
.modulo-amplia .km {
	font-size: 15px;
	color: #000;
	line-height: 19px;
	font-weight: 500;
}
.bold-500n {
	color: #000;
	font-weight:500;
}
.modulo-amplia .btn-wapp {
	background-color: #189d0e;
	color: white;
	font-size: 12px;
	padding: 14px 14px;
	padding-bottom: 10px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom:8px;
	margin-top:8px;
}
.modulo-amplia .btn-wapp i {
	/* margin-bottom: -5px; */
    /* position: absolute; */
    float: left;
	margin-top: -4px;
	margin-right: 10px;
}
.modulo-amplia .btn-default {
	text-transform:uppercase;
	font-weight:500;
    white-space: pre-line;	
}
.aviso-panel {
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
}
 @media (max-width: 767px) {
.aviso-panel {
 font-size:13px;
}
}
.aviso-panel .respuesta {
	padding: 5px 15px;
	margin: 0 0 0px;
	font-size: inherit;
	border-left: 5px solid #eee;
}
.aviso-panel hr {
	margin-bottom: 0px;
}
.especificaciones li p {
	font-size:15px;
	font-weight:600;
	color:#333;
}
.equipamientos li {
	font-size:14px;
	margin-bottom:5px;
	margin-top:2px;
}
.equipamientos li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	width: 1.4em;
	font-size: 14px;
	color: #238c00;
}
.descripcion-tipo {
	border-bottom: 2px solid #e4e4e4;
	display: block;
	margin: 0px 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding-bottom: 4px;
	/*font-weight: 500;*/
    font-size: 18px;
	color: #333;
	letter-spacing: -0.37px;
}


@media (min-width: 992px){
.descripcion-tipo {
    pointer-events: none;
    cursor: default;
	border-bottom: 0px solid #e4e4e4;
}
}

@media (min-width: 992px){
.accordion-group {
	padding-bottom:15px;
}
}

.descripcion-tipo:hover {
	color: #333;
}

 @media (max-width: 767px) {
.descripcion-tipo {
 font-size: 14px;
background-color: #f9f9f8;
 padding-left: 5px;
 padding-right: 8px;
 line-height: 24px;
}
}
 @media (min-width: 992px) {
.accordion .collapse {
 display:block !important;
 height:auto !important;
}
}
.separator-line-gris-dos {
	border-bottom: 2px solid #ececec;
	margin-bottom: 15px;
	margin-top: 0px;
}
.log-input, input[type="text"].log-input {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid #C4C4C4;
	color: #666666;
	background-color: #FFFFFF;
}
.log-input {
	height: auto;
	padding: 8px 10px;
	color: #666;
}
.icon {
	width:30px;
	height:30px;
	margin:4px auto;
	border:1px solid #dedede;
	text-align:center;
	display:block;
	background:linear-gradient(#1a58c1, #2769da);
	color:#fff;
	font-size:13px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	cursor:pointer;
	border-radius:3px;
}
.icon.twitter {
	background: linear-gradient(#0892a0, #03A9F4);
}
.icon.instagram {
	background: linear-gradient(#dc4f0b, #764bc1);
	display:none;
}
.icon.google {
	background: linear-gradient(#a91010, #d61010);
}
.icon.whatsapp {
	background: linear-gradient(#129808, #18ab0d);
}
.icon a {
	color:#FFF;
}
.icon i {
	line-height:30px;
}
.icon:hover { /*transform:translate(0, -5px);-webkit-transform:translate(0, -5px);box-shadow:3px 5px 3px #ccc;*/
}
.icon:active { /*box-shadow:3px 10px 3px #1a58c1;*/
}
.zoomWindow {
	cursor: zoom-in !important;
}
/*----------------------TIENDAS----------------------*/

.bg-tiendas {
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#f8f8f8;
}
.tiendas-head {
	padding-bottom:24px;
}
.tiendas-head .titulo {
	font-size:18px;
	padding-top:4px;
	margin-bottom:2px;
}
.tiendas-head .tel {
	margin-bottom:4px;
}
.tiendas-head .btn-default-three {
	color: #fff;
	background-color: #f3b800;
	height: auto;
	border: 1px solid #deab0d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0px;
}
.btn-default-three:hover, .btn-default-three:focus, .btn-default-three:active, .btn-default-three.active, .open>  .dropdown-toggle.btn-default-three {
	color: #FFFFFF;
	background-color: #252B2F;
	border: 1px solid #0A0D0E;
}
 @media (max-width: 767px) {
.tiendas-head {
 padding-top:10px;
 padding-bottom:20px;
}
.tiendas-head .titulo {
 font-size:15px;
 margin-bottom: 2px;
 padding-top:2px;
}
}

.marco-gris {
 border: 1px solid #dedede;
 display:block;
}
