/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* Tab style menu item */
div.tabstyle ul.menu {
    margin: 0;
    border-bottom: 2px solid #eee;
    border-left: 0px;
    border-right: 0;
    border-top: 0;
}
/* Style for Plus button after updating plugins and wordpress */
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus{
  top: 33px;
}
/* Style for Add to Cart button after updating plugins and wordpress */
button.single_add_to_cart_button.button.alt {
    top: 33px;
}

.tabstyle ul.menu li {
    /* position: relative; */
    display: inline;
    /* float: left; */
    margin: 0;
    padding: 0;
}

.tabstyle ul.menu li a {
    display: inline-block;
    outline: 0;
    color: #444;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    background-color: white;
    padding: 14px 18px;
    margin: 0 0 -2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #eee;
}

.tabstyle ul.menu li a:hover{
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #19947b;}

.tabstyle ul.menu li.current-menu-item a {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #19947b;
}

.tabstyle ul.menu li a:before {
    margin-right: 0;
    display: none;
}

.upme-column-wrap span, .upme-field-value {
    color: black;
    font-family: Open Sans,'Helvetica','Arial';
    font-size: 18px;
}

.woocommerce div.product .images {
    width: 40%;
}

#loginform label {
    display: block;
}
