/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.h2-p h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
}
@media(max-width: 1024px) {
.kd-section-title br {
    display: none;
}
}

body.single-product .woo-gallery-thumbnails {
    padding-top: 160px !important;
}
body.archive.tax-product_cat #wrapper {
    padding-top: 110px;
}
@media(max-width: 959px) {
body.single-product .woo-gallery-thumbnails {
    padding-top: 90px !important;
}
body.archive.tax-product_cat #wrapper {
    padding-top: 90px;
}
}
@media(max-width: 767px) {
body.single-product .woo-gallery-thumbnails {
    padding-top: 70px !important;
}
}