
.logo-desktop {
	padding-right: 40px;
}

.top-icon {
	margin-left: auto;
}


#mobile-menu:not(.mm-menu) {
    display: none;
}

/* Menu icon */
.menubg > .wsmainfull, .menubg .wsmainwp, .menubg .wsmenu {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

ul.header-menu {
	display: flex;
	list-style-type: none;
	margin: 0 0 0 0;
	align-items: center;
	justify-content: flex-start;
}

ul.header-menu li:not(:first-child) {
	padding-left: 30px;
}

ul.header-menu .header-menu_bold a {
	color: var(--boja2);
	font-weight: 700;
	text-transform: uppercase;
}

/* Search header */
.search-top {
	margin-left: 40px;
}

.search-form {
	display: flex;
	position: relative;
	align-items: center;
}

.search-form input {
	border: 1px solid var(--boja2);
	height: 42px !important;
	width: 100%;
	min-width: 350px;
	border-radius: 0 !important;
}
    /*    .search-form::before {
        content: "";
        display: block;
        width: 15.45px;
        height: 24px;
        background: url("../img/search.svg") no-repeat;
        background-size: contain;
        position: absolute;
        left: 23px;
        top: 18px;
        z-index: 999;
    }*/

    .search-form a {
        color: #000 !important;
    }

    .search-form select {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 10px 10px 10px;
        border-top: 1px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
        border-left: 1px solid #EBEBEB;
        height: 54px;
        width: 240px;
        background: url(../img/arrow-down.svg) right 20px center no-repeat;
        background-size: 11px auto;
        background-color: #EBEBEB;
    }

        .search-form select option {
            background-color: white;
            padding: 3px;
        }

.search-input {
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    border-top: 1px solid var(--svijetlo-siva);
    border-right: 0px solid var(--svijetlo-siva);
    border-bottom: 1px solid var(--svijetlo-siva);
    border-left: 1px solid var(--svijetlo-siva);
    padding: 10px 10px 10px 10px;
    transition: all .3s;
}

.search-btn {
	margin-left: -1px;
	color: var(--boja2);
	font-size: 22px;
	border: 0;
	transition: all .3s;
	cursor: pointer;
	background: transparent;
	position: relative;
	left: -36px;
	width: 40px;
	height: 40px;
}

.search-btn:hover {
	background: var(--pozadina);
}

.search-btn-reset {
	background: transparent;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	border: 0px solid white;
	border-radius: 100%;
	font-size: 14px;
	font-weight: 900;
	color: var(--boja1);
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 55px;
	z-index: 11;
	transform: rotate(-45deg);
	display: none;
}

    .search-btn-reset.show {
        display: inline-block;
    }



/* Responsive */

@media screen and (max-width:1530px) {
	.logo-desktop img {
		max-width: 115px;
	}

	ul.header-menu li:not(:first-child) {
		padding-left: 15px;
	}

	.search-form input {
		min-width: 250px;
	}

    .wsmenu > .wsmenu-list > li > .wsshoptabing {
        top: 77px;
    }
}

@media screen and (max-width:1300px) {
	.top-middle {
		padding: 5px 20px 5px 20px !important;
	}

	.logo-desktop {
		padding-right: 20px;
	}

	.menubg {
		min-width: auto;
		max-width: 140px;
	}
	.search-top {
		margin-left: 20px;
	}
}

@media screen and (max-width:1300px) and (min-width:992px) {
	.header-menu li:not(.header-menu_bold) {
		display: none;
	}
}

@media screen and (min-width:992px) {
    #mobile-menu {
        display: none;
    }
}

/* Mobile header */
@media screen and (max-width:991px) {
	#top {
		margin-bottom: 93px; 
	}

	#top.vsc-order {
		margin-bottom: 0; 
	}

	.mm-wrapper_opened #top {
		 
	}

	.top-icon {
		justify-content: flex-start;
		align-items: center;
		display: flex;
	}

	
    .logo img {
        max-width: 150px;
    }

	
    .cart-top-mobile, .top-compare-mobile, .top-favorites-mobile, .top-logout, .top-login, .top-user {
        padding: 7px 10px;
        border: 0px !important;
		position: relative;
    }

	
	.top-search-icon {
		margin-left: auto;
	}

	.logo-mobile {
		margin-left: 50px;
	}
}

@media screen and (max-width:576px) {
	.logo-mobile {
		margin-left: 35px;
	}

	.logo img {
		max-width: 100px;
	}

	
    .cart-top-mobile, .top-compare-mobile, .top-favorites-mobile, .top-logout, .top-login, .top-user {
        padding: 7px 4px !important;
    }
}