/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.ultimodisco {
    font-size: 20px;
    padding: 10px 10px 10px 0px;
    font-family: Dosis;
    color: #B19C72;
    margin: 0px 0px -30px 0px;
    border-bottom: #B19C72;
    border-width: 3px;
    border-bottom-style: solid;
}
.muestras {
    font-size: 20px;
    padding: 10px 10px 10px 0px;
    font-family: Dosis;
    color: #B19C72;
    margin: 0px 0px 0px 0px;
    border-bottom: #B19C72;
    border-width: 3px;
    border-bottom-style: solid;
}
.comprar {
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    font-family: Dosis;
    color: #B19C72;
    margin: 0px 0px 0px 0px;
    border-bottom-style: solid;
    background: #FFFFFF;
    text-align: right;
    border-style: solid;
    border-width: 1px;
}
.avia_wpml_language_switch li .language_flag img {
    display: none;
    border: 1px solid rgba(255,255,255,0.2);
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}