/**
 * Theme Name: La Central
 * Author: Left Bank Design
 * Author URI: https://www.leftbankdesign.net
 * Description: A perfectly scalable, performance and SEO optimized, responsive, retina ready theme for La Central.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: dt-the7
 */

.default #wdap_type_location {
    border: 1px solid #06a66c;
}

.woocommerce p.return-to-shop {
    text-align: center;
}

.product-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1rem;
    clear: both;
}

.product-attribute {
    width: 100%;
    padding: 1rem;
}

.product-attribute h4 {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
    .product-attributes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
