/*
 Theme Name:   4WD Systems Theme
 description: 
 Author:       Snowball Media 2019
 Template:     hello-elementor
 Version:      1.0.1
*/

a {
    color: #0053a0;
}

h1,h2,h3,h4,h5 {
    color: #0053a0; 
}

a:hover{
    text-decoration: underline;
}

select {
    width: 220px;
    line-height: 4em;
}

.storefront-sorting {
    display: none;
}

.product-meta-label, a {
    font-weight: 700;
    color: black;
}

.product-meta, a {
    text-align: left;
    color: grey;
}

.vehicleselectgreen {
    color: white;
    background-color: green;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
}

.vehicleselectred {
    color: white;
    background-color: red;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
}

.selectedvehicledisplay {
    padding-right: 25px;
}

p.wc-force-sells {
    padding-top: 15px;
}