/*
Theme Name: Steelthemes Nest Child
Author: Steelthemes
Description: Nest is a Ecommerce wordpress Theme.
Version: 1.0
Template: steelthemes-nest

This is the child theme for Steelthemes Nest theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Kolchy header logo sizing */
@media (min-width: 992px) {
    body .header-area .logo.logo-width-1,
    body .header_area .logo.logo-width-1,
    body .header-wrap .logo.logo-width-1,
    body .header-middle .logo.logo-width-1 {
        flex: 0 0 240px !important;
        width: 240px !important;
        max-width: 240px !important;
    }

    body .header-area .logo.logo-width-1 img,
    body .header_area .logo.logo-width-1 img,
    body .header-wrap .logo.logo-width-1 img,
    body .header-middle .logo.logo-width-1 img,
    body .logo.same_mb_content img.logo_default,
    body .logo.navbar_brand img.logo_default,
    body .logo_box img,
    body .site-logo img {
        width: 240px !important;
        max-width: 240px !important;
        height: auto !important;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
    body .header-area .logo.logo-width-1,
    body .header_area .logo.logo-width-1,
    body .header-wrap .logo.logo-width-1,
    body .header-middle .logo.logo-width-1 {
        flex: 0 0 180px !important;
        width: 180px !important;
        max-width: 180px !important;
    }

    body .header-area .logo.logo-width-1 img,
    body .header_area .logo.logo-width-1 img,
    body .header-wrap .logo.logo-width-1 img,
    body .header-middle .logo.logo-width-1 img,
    body .logo.same_mb_content img.logo_default,
    body .logo.navbar_brand img.logo_default,
    body .logo_box img,
    body .site-logo img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
        object-fit: contain;
    }
}

@media (max-width: 575px) {
    body .header-area .logo.logo-width-1,
    body .header_area .logo.logo-width-1,
    body .header-wrap .logo.logo-width-1,
    body .header-middle .logo.logo-width-1 {
        flex-basis: 150px !important;
        width: 150px !important;
        max-width: 150px !important;
    }

    body .header-area .logo.logo-width-1 img,
    body .header_area .logo.logo-width-1 img,
    body .header-wrap .logo.logo-width-1 img,
    body .header-middle .logo.logo-width-1 img,
    body .logo.same_mb_content img.logo_default,
    body .logo.navbar_brand img.logo_default,
    body .logo_box img,
    body .site-logo img {
        width: 150px !important;
        max-width: 150px !important;
    }
}
