/*
Theme Name: HAGEA Outlet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown {
	width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.nav-dropdown .row {
max-width: 1250px!important;
margin: 0 auto!important;
}


/* kategorie produktów */
.box-image img {
max-width:100%;
object-fit:scale-down;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}