/*
Theme Name: Valleyhorsewearchild
Theme URI: 
Author:  
Author URI: 
Description: 
Version: 14.4.8
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Template: dt-the7
Tags: 
Text Domain: the7mk2
*/

.variations select[id^="pa_"],.reset_variations {
    display: none;
}

.variation-radios input[type="radio"] {
    display: none;
}

.variation-radios{
    display: flex;
    flex-wrap: wrap;
}

.variation-radios label {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 8px 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variation-radios label:hover {
    border-color: #056839;
}

.variation-radios input[type="radio"]:checked + label {
    background: #056839;
    color: #fff;
    border-color: #056839;
}

/* Out of stock */
.variation-radios label.out-of-stock {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #eee;
    border-color: #ccc;
}

.variation-radios input[type="radio"]:disabled + label {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
}

