.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-top: 15px;
width: 100%;
}

.woocommerce div.product .product_title {
    margin-top: 0;
    padding: 0;
    font-size: 1.8em !important;
}


div.product-short-description {font-size: 0.92em;}

.single-product-entry {
    margin-bottom: 20px !important;
}

.woocommerce .single-product-entry .product-price .price {
    display: inline-block;
    font-size: 24px !important; }


.woocommerce .single-product-entry .product-price {
    padding: 0px 0px 10px 0px !important;
}

.navbar-toggle .icon-bar {
    background-color: #b08b5f;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {

    min-height: 300px !important;
}

.compare {display: none !important;}

@media only screen and (max-width: 992px) {
.navbar-toggle {
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 25px 0;
    text-align: left;
    vertical-align: middle;
}
}
@media only screen and (max-width : 480px) {





.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 15px 0;
}

.navbar-toggle {
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 15px 0;
    text-align: left;
}

.header-cart-content {
    float: right;
    display: none !important;
    position: relative;
    margin-top: 15px;
}

.header-middle {
    padding: 5px 3px 0px 3px !important;
}

}

@media only screen and (max-width: 376px)
.navbar-toggle {
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 12px 0;
    text-align: left;    vertical-align: middle;
}


.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
    text-align: center;
    width: 100%;
    display: inline-grid;
}

.checkout-button {background: #eaa43c !important;
    font-size: 22px;
    line-height: 1.3;}


.woocommerce #payment #place_order {
background: #eaa43c !important;
    font-size: 22px;
    line-height: 1.3;
width: 100% !important;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
    font-size: 12px;
}

.woocommerce .shop_table td.product-name dl.variation dd {
    font-size: 12px;
}

.order_review {
padding:20px !important;
}

.about_paypal {
display:none;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 0px;
    text-indent: 0px;
    list-style: none;
    color: #b08b5f;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    padding-top: 4px;
}