/*
Theme Name: kona Child
Theme URI: https://example.com/kona-child/
Description: kona Child Theme
Author: John Doe
Author URI: https://example.com
Template: kona
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kona
*/ 

header{
	/*display: none!important;*/
}

.woocommerce .sr-coupon button[type="submit"] {
    background: #000 !important;
    color: #FFF !important;
    width: 100px!important;
	height: 20px!important;
    display: block!important;
}

#menu nav#main-nav.with-title > ul > li[class*='megamenu'] > .sub-menu > li > a {
    color: #000;
	font-size: 400;
}

h3.main_title strong {
	font-weight: 400!important;
}

/* Mobile */
@media screen and (max-width: 992px) {
#menu-item-40, #menu-item-46597, #menu-item-43875, #menu-item-46891 {
	margin-bottom: 80px;
}
}

/* desktop */

@media screen and (min-width: 992px) {
menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu {
	height: 25vw;
}
	
#menu nav#main-nav > ul > li.megamenu3 > .sub-menu {
	height: 25vw;
	}	
}



