/*
Theme Name: Momo
Author: Rafał Leśniak
Author URI: https://lesniakrafal.com
Version: 1.0.0
Text Domain: momo
Template: hugge
*/
/* remove 2 quicklook buttons */
.qodef-woo-product-list .qodef-woo-product-content a.button.yith-wcqv-button {
    display: none !important;
}





/* menu svg */

a.qodef-header-logo-link.qodef-height--set {
    max-width: 90px !important
}
#qodef-page-header .qodef-header-logo-link img{
    width: 100%;
}
/* menu svg mobile */
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto;
    width: 50px;
    max-height: 100%;
    transition:opacity .3s ease
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{
	margin-left: 2px
	
}
#qodef-header-logo-link{ 
	height: 100px; 
	width: 100px !important;
}


#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    max-height:100%;
}
#qodef-page-header .qodef-header-logo-link img {
    display: flex;
    margin: auto 0;
    width: 50%;
    max-height: 100%;
    transition:opacity .3s ease
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height:50%
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-header .qodef-vertical-sliding-area .qodef-header-logo-link img {
    width: 76px;
    height:100%
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 2px;
    transform: translateY(0);	
	}
#qodef-page-header .qodef-vertical-sliding-area .qodef-header-logo-link img {
    width: 76px;
    height:100%
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 2px;
    transform: translateY(0);	
	}


/* ajax corect butoon in Norge */
.qodef-woo-dropdown-cart .qodef-m-action-link {
	padding:8px 18px;
}
/* mobile Quick Look */
@media only screen and (max-width: 600px) {
body #yith-quick-view-modal .yith-wcqv-wrapper {
    position: fixed;
}
}
#qodef-back-to-top{
	right: 30px!important;
	bottom: 90px!important;
}