.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.numero,.numero_entero{    text-align: right;}


#sel_entrega div.activo span {
    /*border: 2px solid #E2007A;*/
       background: #E2007A;
    color: #fff;
}

#sel_entrega div.activo .primero {
   
    background: #bdbbbb;
     color: inherit;
   
}
#sel_entrega div span{
	padding:7px;
	background: #dbdbdb;
	width: 100%;
	display:block;
}
#sel_entrega div .col-md-6{
	padding:5px;
}

#sel_entrega div {
    /*border-radius: 6px;*/
    /*padding: 10px 4px;
    margin:5px;*/
   
}

#sel_entrega .row,#presupuesto .row {
    /*border-radius: 6px;*/
    /*padding: 10px 4px;
    margin:5px;*/
   margin-left:0px;
   margin-right:0px;
   
}


/* OJALES*/
#ojales .item .opt.activo {
    border: 2px solid #E2007A;
}
#ojales .item .opt {

    border-radius: 6px;
    padding: 10px 4px;
}

.owl-carousel .item .opt.activo {
    border: 2px solid #E2007A;
}
.owl-carousel .item .opt {
    
    border-radius: 6px;
    padding: 10px 4px;
}


/*.owl-carousel .item.activo {
    border: 2px solid #E2007A;
}
.owl-carousel .item{

    border-radius: 6px;
    padding: 10px 4px;
}*/

#attributes .attribute_list {
   
    padding-bottom: 5px;
}



#quantity_wanted_p input{
	width: 100%;
	height: 34px;
	text-align:right;
}

.misplugins .row label{
	font-weight:400;
	    padding-top: 7px;
}

.product_attributes{
	padding: 0px;
}

#presupuesto #precio_presupesto{
	color:#E2007A;
	font-weight: 700;
	font-size: 1.3em;
}

/*boton carro */
.box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #E2007A;
    border-right: 1px solid #E2007A;
    border-left: 1px solid #E2007A;
    border-bottom: 1px solid #E2007A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
   	background: #E2007A;
}

.box-info-product .exclusive span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    text-shadow: none;
    padding: 12px 10px 14px 60px;
    color: #fff;
    display: block !important;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #c7c7c7;
   }
   .box-info-product .exclusive:after{
   	background: none;
   }
   .box-info-product .exclusive{
   	  -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
   }
.box-info-product .exclusive:hover{
		background:#19a2db;
}
.box-info-product .exclusive:hover {
    background-image: none;
  
}
#peris span.error{

padding-left: 15px;
    color: #f31616;
    font-style: italic;
   }
 #peris input.error{

border-color: #f31616;
    
   }
   
#peris span.info{

padding-left: 15px;
    color: #19a2db;
    font-style: italic;
   }
 #peris input.info{

border-color: #19a2db;
    
   }