/*

Theme Name: Yolo Motor Child Theme
Theme URI: http://demo.yolotheme.com/motor
Author: YoloTheme
Author URI: http://facebook.com/yolotheme/
Description: This is a custom child theme for Yolo Motor
Template: yolo-motor
Version: 1.0.8
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: yolo-motor
*/

header.header-6 .yolo-header-nav-wrapper .header-logo a img {
    max-height: 9rem !important;

}
.boton-tallas:hover {
    background-color: #222 !important;
}
/*Estilos a los pagos en checkout*/
.payment_box_title {
    text-align: start;
    background-color: #ffffff !important;
    padding: 1.2rem;
    border: 1px solid #eeeeee;
    border-radius: 1.1rem;
}
/*Estilo header home*/
.yolo-header-nav-wrapper.header-sticky.animate.sticky-scheme-dark.nav-fullwith .container {
    padding: 0 !important;
}

@media (min-width: 700px) and (max-width: 1200px) {
div#primary-menu ul li a {
    font-size: 1rem !important;
}
}

/*Fin*/
/*Estilos a SOLDOUT*/

.product-flash-wrap.product-flash-wrap .product-flash{
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
    text-align: center !important;
    background-color: #b0e642 !important; 
    padding: 5px 10px !important;
    border-radius: 5px !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 10 !important;
}

.single-product-image .product-flash-wrap.product-flash-wrap .product-flash {
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
    text-align: center !important;
    background-color: #b0e642 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    position: absolute !important;
    top: 10px !important;
    left: 128px !important;
    z-index: 10 !important;
}
