/*Tamaño Fuente Body*/
body {
    font-size:16px !important;
}

/*Tamaño Fuente Productos debajo de miniatura*/
.woocommerce ul.products li.product h3 {
    font-size:16px !important;
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
}

/*Color Texto Menu Over*/
.sf-menu > .menu-item > a:hover, .navigation-title a:hover {
    color: #ffffff !important;
}

/*Menu Over cuando dropdown*/
.sf-menu > .menu-item > a:hover, .sf-menu > .sfHover > a { color:#ffffff;}

/*Margin Top Imagenes Laterales Ribon*/
.nav-block-ribbon:before, .nav-block-ribbon:after {
    top: 31px !important;
}

/*Estilo H1 Home*/
.box-info h1 {
  font: normal 24px/1.5 Geneva, Arial, Helvetica, sans-serif !important;
      text-transform: none !important;
}

/*Margen portafolio Footer*/
.footer-area .widget_portfolio li {
    margin: 15px 0 0 10px !important;
}

/*Copyright y Textos Sobre MEnu Font Size*/
.copyright, .container-top-tail {
    font-size:12px !important;
}

/*Rojo Titulos*/
.red-corazon {
    font-weight:bold !important;
    color:#bc152c !important;
}

/*Negro Titulos*/
.black-corazon {
    font-weight:bold !important;
    color:#000000 !important;
}

/*Sombra Iconos Redes Footer*/
.dark span {
    box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.3) !important;
}

/*Borde Iterno Circulo Slide*/
.tp-bullets.simplebullets.round-old .bullet-custom {
    border: 1px solid #fffbf4 !important;
}

/*Borde Externo Circulo Slide*/
.tp-bullets.simplebullets.round-old .bullet {
    border: 1px solid #bc152c !important;
}

/*Bordes botones*/
.btn_small {
    border-radius:4px !important;
}

/*Margin Arrows carrusel Related Products*/
.carousel-nav .flex-prev {
    margin: -6px 16px 0 0 !important;
}

.carousel-nav .flex-next {
    margin: -6px 0 0 23px !important;
}

/*Color Arrows Over tabs miniaturas productos*/
.flex-next:hover, .flex-prev:hover {
  border-color: #000000 !important;
    background-color: #000000 !important;
}

/*Texto Boton Boletines*/
.widget_feedburner button {
    text-transform: none !important;
}

/*Icono Over Productos*/
.woocommerce-page ul.products li.product a.button:before {
    width: 18px;
    height: 18px;
    top: 12px;
    margin-left: -10px;
}

/*Color Mes Posts Right Column*/
.post-month {
    color: #ffffff !important;
}

/*Tamaño texto a diligenciar formulario de contacto*/
.ox-contact-form input[type="text"], .ox-contact-form select, .ox-contact-form textarea {
    font-size: 17px !important;
    font-family: 'Courier New', Courier, monospace !important;
    color: #000000 !important;
}