/**
 * wp-sport-club WordPress Theme, ordasvit.com
 * wp-sport-club is distributed under the terms of the GNU GPL
 * Copyright: OrdaSvit, Andrey Kvasnevskiy, ordasvit.com
 */

.woocommerce ul.products li.product .button {
    margin-right: 5px;
}

.woocommerce ul.products li.product .button:last-of-type {
    margin-right: 0px;
}

.woocommerce ul.products li.product .price del {
    opacity: .9;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 20px;
}

.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product .button.compare {
    left: 25%;
    background: #fff;
    color: #000;
    border-radius: 15px 0;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px;
    width: 50%;
    z-index: 2;
    transition: .5s;
    text-align: center;
    border: 2px solid #000;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.woocommerce ul.products li.product .button.compare:hover {
    background: #14c2ed;
    transition: .5s;
}

@media (max-width: 1199px) {
    .woocommerce ul.products li.product .button.compare {
        left: 10%;
        width: 80%;
    }
}