/*
Theme Name:  Store eShop Child
Theme URI:   https://staging.everythingtoconnect.com
Description: Child theme for Store eShop - ETC Everything To Connect
Author:      ETC Everything To Connect
Author URI:  https://staging.everythingtoconnect.com
Template:    store-eshop
Version:     1.0.0
*/

/* ============================================================
   LOGO SIZE
   ============================================================ */
.site-header .navbar-brand img,
header .logo img,
.header-logo img,
a.navbar-brand img {
    max-width: 200px !important;
    height: auto !important;
}

/* ============================================================
   NAVIGATION MENU
   ============================================================ */
ul.primary-menu.theme-menu li a {
    font-size: 17px !important;
    line-height: 2 !important;
}

/* ============================================================
   GLOBAL BODY FONT
   ============================================================ */
body,
p,
li,
td,
span,
div {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* ============================================================
   PAGE & POST HEADINGS
   ============================================================ */
h1 { font-size: 2em !important; }
h2 { font-size: 1.7em !important; }
h3 { font-size: 1.4em !important; }
h4 { font-size: 1.2em !important; }

/* ============================================================
   WOOCOMMERCE - SHOP PAGE PRODUCT TITLES
   ============================================================ */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

/* ============================================================
   WOOCOMMERCE - PRODUCT PRICES
   ============================================================ */
.woocommerce ul.products li.product .price,
.woocommerce .price .amount,
.woocommerce ul.products li.product .price .amount {
    font-size: 14px !important;
}

/* ============================================================
   WOOCOMMERCE - SINGLE PRODUCT PAGE
   ============================================================ */
.woocommerce div.product .product_title {
    font-size: 1.8em !important;
}

.woocommerce div.product .price {
    font-size: 1.4em !important;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs p {
    font-size: 15px !important;
}

/* ============================================================
   WOOCOMMERCE - BUTTONS
   ============================================================ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: 14px !important;
}
