/*Product Configurator*/
.thecrate-product-configurator .thecrate-single-variation-box img {
    max-height: 100px;
    margin-bottom: 15px;
    width: auto;
}
.thecrate-product-configurator .thecrate-single-variation-box.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: 12px;
    color: #5b7a4c;
    font-size: 25px;
}
.thecrate-product-configurator span.price span {
    color: #000;
}
.thecrate-product-configurator .thecrate-single-variation-box:hover,
.thecrate-product-configurator .thecrate-single-variation-box.selected {
    background: #F1F5EF;
    transition: all 250ms ease-in-out;
    position: relative;
    border: 2px solid #5b7a4c;
}
.thecrate-product-configurator .thecrate-single-variation-box label strong {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    color: #000;
}
.thecrate-product-configurator .woocommerce-variation-availability p.stock.in-stock {
    color: green;
}
.thecrate-product-configurator .woocommerce-variation-price {
    margin-bottom: 5px;
}
.thecrate-product-configurator .thecrate-single-variation-box label {
    display: block;
    padding: 50px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
}
.thecrate-reset-options .reset_variations {
    border: 1px solid #ddd;
    color: #444;
    padding: 3px 20px;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 15px;
}
.single .thecrate-product-configurator .thecrate-single-variation-box label {
    padding: 30px;
}
.thecrate-product-configurator .thecrate-variation-group-variations .clearfix {
    height: 0;
}
.thecrate-product-configurator .thecrate-variation-group-variations {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 15px;
}
.thecrate-product-configurator .thecrate-attribute-group-title.text-left {
    margin-left: 15px;
}
.thecrate-product-configurator .thecrate-single-variation-box {
    display: table-cell;
    border: 2px solid #ddd;
    margin: 0 10px;
}
.thecrate-product-configurator .thecrate-attribute-group-title {
    color: #000;
    margin-top: 50px;
}
.thecrate-product-configurator .woocommerce-variation-add-to-cart {
    text-align: center;
}
.thecrate-product-configurator .single_add_to_cart_button {
    border: 0 none;
}
.thecrate-product-configurator .woocommerce-variation.single_variation {
    text-align: center;
    font-size: 30px;
}
.thecrate-product-configurator h2{
    color: #000;
}
.thecrate-product-configurator .woocommerce-variation-add-to-cart *:not(.single_add_to_cart_button):not(i.fas) {
    display: none;
}
.thecrate-product-configurator .qty{
    width: 100px;
    text-align: center;
}
.thecrate-product-configurator .qty{
    line-height: 48px !important;
    padding: 0 15px;
    border: 1px solid #d3ced2;
}
.thecrate-product-configurator .qty:focus{
    border-color: #201c1f;
}