/* 
Název šablony Theme Classic

Copyright © 2021 Shopteťák.cz 
Vytvořila společnost techka s.r.o. & Tomáš Hlad
*/

@media only screen and (min-width: 768px) {

	#header .search-form fieldset button {
		color: transparent !important;
		width:0 !important;
	}

	#header .search-form:hover fieldset {
		width: 236px;
	}

	#header .search-form {
		right: 250px;
	}

	.top-navigation-bar .top-nav-button-login span, #header .btn.cart-count .cart-price {
		display: none !important;
	}

	.top-navigation-bar .top-nav-button-login {
		width: 0;
	}

	#header .btn.cart-count {
		width: 30px;
	}

	.top-navigation-bar .top-nav-button-login {
		right: 95px;
	}

	#header .btn.cart-count.full .cart-price {
		display: none !important;
	}
}

.instagram-feed {
	display: block;
}

.instagram-feed .news-item {
	margin-bottom: 0;
	width:25%;
}

.instagram-feed .news-item .image {
	width: auto;
	margin-right: 0;
}

.instagram-feed .news-item .text {
	display: none;
}

.instagram-feed #newsWrapper {
	display: flex;
	flex-flow: row wrap;
}

.instagram-feed .news-item .image {
	width: 100%;
}

@media (min-width: 992px) {
	.popup-widget.login-widget {
		right: 85px;
	}
}

@media only screen and (max-width: 768px) {
	.instagram-feed .news-item {
		margin-bottom: 0;
		width:50%;
	}
}


.top-navigation-bar .dropdown {
	position: absolute;
	top:16px;
	right: 120px;
}

.top-navigation-bar .dropdown:after {
	height: 25px;
	width: 1px;
	background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/head-separator.png);
	background-size: 1px;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: -20px;
	top: -1px;
	content: '';
}

.top-navigation-bar .dropdown button {
	color: black;
}

.top-navigation-bar .dropdown button:hover {
	color: black;
	text-decoration: underline;
}

.top-navigation-bar .dropdown {
	margin-right: 0;
	left: auto;
	width: 30px;
	right: 190px;
}

#header .search-form {
	right: 265px;
}

.top-navigation-bar .dropdown .dropdown-menu {
	top: 30px;
}

#header .menu-helper {
	right: 322px;
}

@media only screen and (max-width: 768px) {
	.top-navigation-bar .dropdown button {
		font-size: 13px;
	}

	.top-navigation-bar .dropdown {
		right: 174px !important;
		top: 2px;
	}

	.top-navigation-bar .responsive-tools a[data-target="search"] {
		right: 230px;
	}

	#header .search-form {
		right: 0;
		width: 100%;
	}

	#navigation {
		z-index: 99999999;
	}

	.news-item {
		padding-bottom: 0;
	}

	.news-item .image {
		margin-bottom: 0;
	}
}







