/*
# Responsive Stylesheets
# Keybird Visual
#
*/

/*====================*/

.hidden-desktop {
	visibility: hidden;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hidden-desktop {
		visibility: visible;
	}
	#kkfooter .narrow, #kkfooter .narrow.last-child {
		width:100%;
	}

	#kkfooter .narrow.last-child {
		text-align:center !important;
	}

	#foo_blogs {
		padding-left:15px;
		width:calc(100% - 15px) !important;
	}

#product-area {
  display:flex;
  flex-direction: column-reverse;
}

#product-area #product-column-left,
#product-area #product-column-right {
  height: auto;
  width:99%;
}

#wrapper-reviews ol {
  width:99%;	
}
	#content.narrow {
		width:100%;
	}
	
	#options {
    	margin-top:10px;
    	text-align:left;
    	cursor:pointer;
	}
	
	#shopping-cart {
		padding:4px;
		background-color:#efefef;
		margin-top:10px;
		width:calc(100% - 10px);
		text-align:center;
	}
	
	#logo {
		width:100%;
		text-align:center;
		padding-top:60px;
	}
	
	#logo img {
		width:120px;
	}	
	
	#search {
		margin-top:10px;
		width:100% !important;
	}
	
	.split-nav {
		display:none;	
	}
	
	#nav {
		margin-top:10px;
		border:none;
	}
	
	#nav li {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    margin-left: 6px;
    margin-bottom: 6px;
	}
	
	#nav li a {
	    height: 30px;
    	line-height: 30px;
	}
	
	#nav li:hover,  #nav li:focus {
	    background-color:#eee;
	    border: 1px solid #999;
	}
	
	#side-menu {
		width:100%;
	}
	
	.menu-kat ul, .menu-facets .nn-menu, .menu-facets .nn-text {
		display:none;
	}
	
	.komponistItem {
		width:150px;
	}
	.web-top-news-element {
		width:94% !important;
		margin:auto !important;
	}
	.web-top-news-element img {
		max-width:400px !important;
		margin-right:10px !important;
		float:left;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


