/*
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 */

.woocommerce ul.products li.product-category {
}

.woocommerce ul.products li.product-category a img {
    width: 50% !important;
    margin: auto !important;
}

.page-template-default #primary {
    padding-bottom: 0;
}

#main-menu .dropdown-menu {
    border-radius: 0 0 5px 5px !important;
}

@media (max-width: 767px) {
    .mobile-text-left,
    .mobile-text-left p {
        text-align: left !important;
    }
}

.upper-footer .textwidget.custom-html-widget span {
    width: auto;
    margin-top: 0;
    float: none;
}

.upper-footer .textwidget.custom-html-widget i {
    margin-left: 0;
    margin-right: 10px;
}

.upper-footer .textwidget.custom-html-widget a::before,
.upper-footer .textwidget.custom-html-widget a::after {
    display: none;
}

.footer-contact > span,
.footer-contact > span > a {
    display: flex;
    align-items: center;
}

.vc_single_image-img {
    border-radius: 10px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.woocommerce div.product .product_title {
    margin-bottom: 20px !important;
}

.transparent-navigation .navbar.navbar-default {
    background: rgba(11, 35, 65, 0.3) !important;
}