/*!
Theme Name: Salo-Angora
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://betamies.fi/
Description: Kadence teeman lapsi.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: salo-angora
*/

/* Anna omat koodit tästä eteenpäin
-------------------------------------------------------------- */
.woocommerce ul.products li.product a img {
    border-radius: 6px;
}
.woocommerce ul.products li.product a img:hover {
    opacity:.8;
}
.woocommerce ul.products li.product .onsale {
    top: .3em;
    right: 1em;
    left: auto;
    margin: -.5em -.5em 0 0;
}
.woocommerce span.onsale::before {
    content: "";
    position: absolute;
    bottom: -1.2em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1.4em solid #e8e557;
    border-right: 2.5em solid
    transparent;
}
.woocommerce span.onsale::after {
    content: "";
    position: absolute;
    bottom: -1.2em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 1.4em solid #e8e557;
    border-left: 2.5em solid
    transparent;
}
.woocommerce span.onsale {
    position: absolute;
    font-size: 1.4em;
    font-weight: 500;
    top: -.2em;
    right: .5em; /* .5em */
    left: auto;
    padding: .5em 0 !important; /* .5em */
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6;
    margin: 3em;
    background-color: #e8e557 !important;
    min-width: 3em;
    min-height: 2em;
    width: 3em;
    height: 2em;
    border-top-right-radius: .06em;
    border-top-left-radius: .06em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: auto;
    color:#444 !important;;
    /*text-shadow: 0px -1px 0px#0f705d;*/
    z-index: 9;
}