@charset 'utf-8';
/*
 Theme Name:   SUNNYJAR Childtheme
 Theme URI:    http://sunnyjar.ancorathemes.com/
 Description:  SUNNYJAR - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     sunnyjar
 Version:      1.0
 Tags:         inheritable theme-options
 Text Domain:  sunnyjar
*/


@import url("../sunnyjar/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.scheme_original .sidebar .widget_area_inner {
  background-color: #F5F6F3;
  padding: 25px;
}

.scheme_original .woocommerce ul.products li.product .post_item_wrap,
.scheme_original .woocommerce-page ul.products li.product .post_item_wrap {
  background-color: #F5F6F3;
  padding: 15px;
}

/*.scheme_original .top_panel_middle .menu_main_nav_area {
    display:inline;
    text-align:left;
}
*/
.scheme_original header .menu_main_nav > li {
    border: 0px solid rgba(0,0,0,0.001);
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
}


.scheme_original .woocommerce ul.products li.product h3, 
.scheme_original .woocommerce-page ul.products li.product h3 {
    font-size: 1.471rem;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 0.4rem;
    margin-bottom: 1.25rem;
    padding: 0;
    overflow: hidden;
    max-height: 3.5em;
    text-transform: none;
}

.scheme_original .logo img {
    float: left;
    margin: 0 0.7857rem 0.7857rem 0;
    height: 26px;
}

.scheme_original .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 50%;
    max-width:480px;
}



.scheme_original .woocommerce-checkout table.shop_table thead th, 
.scheme_original .woocommerce-checkout .checkout #order_review .payment_methods li label, 
.scheme_original .woocommerce-checkout table.shop_table tfoot th, 
.scheme_original .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr .product-name, 
.scheme_original .woocommerce .woocommerce-error, 
.scheme_original .woocommerce .woocommerce-info, 
.scheme_original .woocommerce .woocommerce-message, 
.scheme_original .woocommerce .cart-collaterals .cart_totals table th, 
.scheme_original .woocommerce-page .cart-collaterals .cart_totals table th, 
.scheme_original .woocommerce table.cart td.product-name a, 
.scheme_original .woocommerce #content table.cart td.product-name a, 
.scheme_original .woocommerce-page table.cart td.product-name a, 
.scheme_original .woocommerce-page #content table.cart td.product-name a {
    font-family: "montserrat",sans-serif;
    font-size: 1.271rem;
    font-weight: 400;
}
footer.widget_area .widget_title {
    margin-bottom: 0.9em;
}