/*
 Theme Name:   Underboot Child
 Description:  Underboot Child Theme
 Author:       Frey Mansikkaniemi
 Author URI:   http://invite.hk
 Template:     underboot
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bootstrap
 Text Domain:  underbootchild
*/

.related.products>h2,
.related.products li>a {
    display: none;
}

.related.products ul.products li.product {
    margin: 0;
}

.related.products ul.products li.product .button {
    margin-top: 0;
}

.related.products button.button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.related.products button.button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.related.products li {
    background-color: rgba(246, 246, 246, 0.68);
    border-radius: 5px;
    border: 1px solid lightgray;
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
}

@media only screen and (min-width: 415px) {
    .woocommerce ul.products.columns-1 li.product,
    .woocommerce-page ul.products.columns-1 li.product {
        display: flex;
        flex-direction: row;
    }
    .woocommerce ul.products.columns-1 li.product a img {
        width: 100%;
        max-width: 100px;
    }
}