/*
 Theme Name:     Hustle Child Theme
 Theme URI:      http://www.woothemes.com/products/hustle/
 Description:    Hustle Child Theme
 Author:         Luis Rodrigues
 Author URI:     http://www.terabee.com
 Template:       hustle
 Version:        1.0.0
*/
 
@import url("../hustle/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* center promotion text */
.home-section#promotion .left-section h2{
    text-align: center;
}

/* align checkout page with two columns */
#customer_details.col2-set {
    width: 48%;
    float: left;
}
.col2-set {
    clear: both;
}

#order_review_heading, #order_review {
    width: 48%;
    float: right;
}


#order_review #payment {
    float: right !important;
    width: 100% !important;
}
#order_review .shop_table {
    float: left !important;
    width: 100% !important;
}


/* enable link in selected product*/
#navigation ul.nav > li.current-menu-item a{
    border-top: 5px solid #DE1E1E;
}

#navigation ul.nav > li.current-menu-item a:hover{
    border-top: 5px solid #DE1E1E;
}

/* remove margin in front page */
.home-section {
  margin-bottom: 1.854em;
}

/* adjust space between header and page */
#content {
  margin-top: -4.854em;
}

.home-section#intro-message {
  margin-top: -2em;
}