/* Woo shim (global selectors preserved from parent woocommerce.css; woo-scoped rules removed) */
.lost_password{
float: right;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-style: normal;
}

.lost_password a{
color: #9d8f62;
}

.shop-header.style-1{
text-align: center;
}

.shop-header_holder{
display: table;
    width: 100%;
    text-align: center;
}

.shop-header_holder.has-bg{
background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.shop-header .shop-header_inner{
padding: 120px 0 30px 0;
}

.shop-header .shop-header_wrap{
display: table-cell;
    height: 300px;
    vertical-align: bottom;
}

.shop-header .shop-header_inner{
display: inline-block;
}

.shop-header.style-1 .page-title{
color: #9d8f62;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 29px 0;
}

.shop-header img{
display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 18px auto;
}

.shop-header p{
color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.shop-header.style-2{
margin-bottom: 60px;
}

.shop-header.style-2 .shop-header_inner{
padding: 189px 0 55px 0;
}

.shop-header.style-2 .page-title{
color: #ffffff;
    font-size: 36px;
    line-height: 30px;
}

.product_meta{
font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
}

.product_meta > span{
display: block;
}

.product_meta a{
color: #9d8f62;
}

.single_variation{
margin-bottom: 15px;
}

.product-top{
position: relative;
}

.product-top a img{
-webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.product-top:hover a img{
opacity: .2;
}

.product-top:hover .add_to_cart_holder{
opacity: 1;
}

.product-top a{
position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product-top .add_to_cart_holder{
position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product-top .add_to_cart_wrap{
display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-top .add_to_cart_inner{
display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.related.products h2{
font-size: 18px;
    margin: 0 0 27px 0;
}

#review_form .comment-form input,
#review_form .comment-form textarea{
border: 1px solid #dfdfdf;
    padding: 7px 13px;
    font-size: 13px;
    font-style: italic;
    font-family: "Lora";
}

#review_form .comment-form input:focus,
#review_form .comment-form textarea:focus{
outline: 0 none;
}

.select2-container .select2-choice{
border-radius: 0;
    color: #7b7b7b;
}

.payment_methods.methods label{
font-weight: 400;
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    color: #2b2b2b;
    border-bottom: 1px dotted #2b2b2b;
    margin-bottom: 13px;
    line-height: normal;
}

#ship-to-different-address label{
display: inline;
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b;
    margin-left: 9px;
}

#ship-to-different-address p{
font-size: 14px;
    color: #7b7b7b;
}

.create-account p{
color: #7b7b7b;
}

.cart-empty_title{
margin-bottom: 17px;
}

.myaccount_user{
font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 30px;
}

.myaccount_user a{
color: #9d8f62;
    text-decoration: underline;
}

.myaccount_user a:hover{
text-decoration: none;
}

.myaccount_address{
margin-bottom: 30px;
}

.single-product-container .container-inner{
padding-top: 60px;
    margin-bottom: 60px;
}

.single-product-container .content{
background-color: #ffffff;
    padding: 15px 15px 0 15px;
}

.products-list-container .container-inner{
padding-top: 60px;
    margin-bottom: 60px;
}

.products-list-container .content{
background-color: #ffffff;
    padding: 30px 15px;
}

@media (max-width: 480px) {
.lost_password{
float: none;
        display: block;
}
}
