@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

body {
    font-family: 'Wix Madefor Text', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

 /* --- LOGO y BARRA MENÚ --- */

header .navbar-brand.logo img {height: 70px !important;}

#graph_header .navbar .navbar-nav > li > a, .o_header_affix .navbar .navbar-nav > li > a {
  font-family: 'Wix Madefor Text', sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}
.navbar .nav-item:first-child {display: none;}

@media (max-width: 768px){
    header .navbar-brand.logo img {
        height: 80px !important;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .buscador_menu{margin-bottom: 10px !important;}
    .nav.navbar-nav.ml-auto.text-right {text-align: center !important;}
    .navbar-toggler {
        float: right !important;
        margin-top: 10px !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("https://freyaaccesorios.uy/web/image/589/MenuFreya.jpg") !important;
        vertical-align: middle !important;
    }
}
 /* --- FIN LOGO y BARRA MENÚ --- */
 
/* --- PRODUCTOS --- */

#product_detail #product_details .product_price h4 {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 500;
}
.o_alternative_product {
    border-radius: 12px !important;
}
.oe_product {
    border: 0px solid rgba(100, 100, 100, 0.2) !important;
}
@media (min-width: 768px){
    .img-fluid {
        margin-top: 20px !important;
    }
    #products_grid.col-lg-12 .oe-height-2 {
        height: 380px !important;
        font-size: 20px !important;
    	color: #000000;
    	text-align: center;
    }
}
@media (max-width: 768px){
    #products_grid.col-lg-12 .oe-height-2 {
     height: 370px !important;
    	text-align: center;
    	margin-bottom: 40px;
    	font-size: 20px;
    }
    .oe_product.oe_image_full .oe_product_image {
        margin-top: -80px;
    }
    #products_grid .oe_product.oe_grid section {
        background: none !important;
    }
    #product_detail #product_details #add_to_cart {
        margin-top: 18px !important;
    }
}

/* --- FIN PRODUCTOS --- */

/*CONTACTO*/
@media(max-width: 768px) { 
    .footer_movil{
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}
/*FIN CONTACTO*/

/* BOTON WHATSAPP */                                                                                                                                                                                   
.whatsap{ position:fixed; bottom:21px; right:21px; z-index:500;}
.whatsap:hover{ bottom:21px; right:21px;}
.web{ display:block; } .mov { display:none; } 
@media (max-width: 600px){
.products_pager .pagination {margin: -2px auto !important;}}
@media (max-width: 768px) { .web{ display:none; } .mov { display:block;}}
/* FIN BOTON WHATSAPP */ 
