/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce-product-details__short-description p,
.accordion_content_inner p {
    margin-bottom: 1rem;
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
    width: 100% !important;
}
.select2-selection__placeholder {
    color: #646464 !important;
    opacity: 0.7;
}

.woocommerce_singup_form .button[name="register"] {
    display: block;
    margin: 0.5rem auto;
}

.post_info {
    display: none !important;
}
