/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
/* ADDED BY DAVID YATES TO CHANGE THE COLOR OF INACTIVE TABS IN WOOCOMMERCE */
.x-nav-tabs>li>a {
    color:#f8f8f8;
    font-size:18px;
    background:#1C446D;
}

/* inactive tabs hover */
.x-nav-tabs>li>a:hover {
    background: #80772F;
}

/* inactive tabs bottom border */
.x-nav-tabs.top>li a {
    border-bottom: 2px solid #80772F;
}

/* active tab */
.x-nav-tabs.top>.active>a, .x-nav-tabs.top>.active>a:hover {
    border-bottom: 2px solid #ffffff;
    color: #80772F;
    font-weight:bold;
}


