/*
 Theme Name: Hongo Child
 Theme URI: http://hongo.themezaa.com
 Description: Child theme for Hongo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: https://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, flexible-footer, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses
 Template: hongo
 Text Domain: hongo-child
*/


header .logo {
    max-height: 55px;

}

.top-header-main-wrapper .nav > li > a{ padding: 20px 18px; }


.site-header .nav > li > a {
	padding: 25px 10px;}


.hongo-left-menu-wrapper .hongo-left-menu li {
    border-bottom: none;

}

.hongo-left-menu-wrapper .hongo-left-menu li.menu-item > a {

    padding: 0;
    line-height: 2;

}

.footer-logo{max-width:170px}


.up-sells .product-title-price-wrap, .up-sells .product-buttons-wrap, .up-sells .product-summary-wrapper {
    display: none !important;
}


.woocommerce .single-product-classic div.product div.summary, .woocommerce-page .single-product-classic div.product div.summary {
    width: 42%;
    padding-right: 0;
    padding-left: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    -webkit-align-self: top !important;
    -ms-flex-item-align: top !important;
    -ms-grid-row-align: top !important;
    align-self: top !important;
}

.small-screen {
    height: 360px;
}

body:not(.term-woman):not(.term-man):not(.term-accessories):not(.tax-product_brand) .small-screen {
    height: 160px;
}


.footer-menu li a {padding: 0 !important}

.single-product .entry-summary .price{margin: 20px 0 !important}


.woocommerce-result-count{display: none;}

.hongo-column-switch::after{content: ""}

.woocommerce-loop-product__title {
    min-height: 50px;
}




.out-of-stock {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid #f34a53;
    padding: 0 13px !important;
    line-height: 20px;
    display: inline-block;
    font-size: 11px !important;
    position: absolute;
    top: 19px;
    left: 20px;
    background: #f34a53;
    z-index: 10;
}


@media (max-width: 992px) {
    .out-of-stock {
        top: 14px;
        left: 15px;
}
}

.woocommerce div.product .out-of-stock {
    color: white !important;
}

.woocommerce .sale-new-wrap span.new{background-color: #a937ff;}



