/*
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");

/*------------------------------------------------------------------
 * Menu
 -------------------------------------------------------------------*/
nav.main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    margin-left: 30px;
}


nav.main_menu.right {
    position: relative;
    float: right;
}

nav.main_menu {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 100;
    text-align: left;
}

.woocommerce.single-product.qode-product-single-tabs-on-bottom .q_tabs {
    clear: both;
    padding: 50px 16.5% 60px;
    display: none;
}

