/*header tien */
.site-header
{ 
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
/*menu cierne pozadie a padding*/
@media (min-width: 768px){
.storefront-primary-navigation {
    background-color: black;	
} 
/*prec medzerav o obchode*/
.woocommerce-breadcrumb{
    margin-bottom: 0px;
}
 }
@media screen and (min-width: 768px){
.site-header {

    padding-top: 10px;
}
	}
/*ramik mobile menu */
button.menu-toggle
{
    border: none;
}
/*Oble rohy v stavoch */
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
   
    border-radius: 5px;
}
/*sirka loga max width*/
@media (max-width: 768px){
.site-header .site-branding img {
    max-width: 150px;
}

}
/*sirka menu mobile*/
@media (max-width: 768px){
.site-header
	{
    padding-top: 10px;
		padding-bottom: 10px;
}

}
/*homeapge velkost pisma*/
.page-template-template-homepage .entry-content {
    font-size: 2em;
}
/*cena velkost pisma*/
ul.products li.product .price 
{
    font-size: 1.5em;
}
/*sryt cas vytvorenia clanku*/
.hentry .entry-header .posted-on {
    display: none;	
}
/*skryt autora blogu*/
.hentry .entry-meta 
	{
    display: none;
}
/*skryt autora blogu na pc*/
@media (min-width: 768px){
.hentry.type-post .entry-content {
    width: 100%;
	text-align: center;
}
	}
/*skryt x filtra nad produktami*/
.element.style.woof_products_top_panel {
    display: none;
}
/*filter nad produktami*/
.woof_sid_auto_shortcode
{
    border: solid 0px #ccc;
  	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	-webklit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
/*rozsah cien medzera v pravo*/
.woof_price3_search_container
{
    padding-right: 10px;
}
/*skryt credit*/
.site-info
{
    display: none;
}
/*medzera nad filtrom*/
@media (min-width: 768px){
.storefront-full-width-content .woocommerce-products-header
{
	padding:0px
}
 }
/*medzera vo filtry*/
.woof_list label {
 
    padding:0px
  
}
.woof_sid_auto_shortcode.woof {
    padding-bottom: 0;
	padding-left:25px
}
/*zoradenie produktov nad filtrom*/
.woocommerce-ordering {
    position: inherit;
}
/*detail panel medzera*/
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: .54em;
}
/*responzivne video*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}