/*
Theme Name: Mafoil Child
Theme URI: http://www.wpbingosite.com/mafoil
Author: wpbingo
Description: This is a child theme for Mafoil
Version: 1.1
Author URI: http://wpbingosite.com
Template: mafoil
Text Domain: mafoil-child
*/

#bwp-footer {
    margin-top: 0 !important;
    border: 0 !important;
}

.bwp-woocommerce-filter-product .filter_category_product .item-category.cat-parent > label.arrow {
    top: 0 !important;
}

#footer-copyright p {
    margin: 0 !important;
}

#footer-copyright a {
    color: #ffffff !important;
}

.gform_heading {
    display: none !important;
}

/* CUSTOM CODE */

.variations tr.select {
    width: 100%;
    border: 0;
}

.single-product .product-type-variable .variations_form.cart table tr td.label {
    line-height: 1;
}

.single-product .product-type-variable .variations_form.cart table tr td label {
    line-height: 18px;
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch {
    text-transform: capitalize;
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch:hover,
.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected {
    border-bottom: 2px solid #222222 !important;
}

@media (max-width: 575px) {
    .single-product .bwp-single-info .single_add_to_cart_button.button {
        padding: 0 !important;
        font-size: 13px !important;
    }
}