/* logo */
@media (min-width: 768px) {
    body:not(.fixed-navbar) .navbar-brand img {
        max-height: 100px;
        max-width: 100px;
    }
}

.navbar-brand img {
    max-height: 13.6rem;
    margin: 5px;
}

/* products list */
/*
@media (min-width: 1811px) {
    .cols .card-item {
        max-width: calc(25% + 1px);
        flex-basis: calc(25% + 1px);
    }
}

.img-thumbnail {
    width: 250px;
}
*/



/* booking badge  */

.ba {
    display: none;
	position: fixed;
	top: 50%;
	left: -300px;
	width: 340px;
	z-index: 10000;
	transition: 0.5s;
	font-family: "open sans";
}

.page-category_id-126 .ba {
    display: block;
}

@media (max-width: 767px) {
	.ba {
	display: none !important;
	}
}

.ba:hover {
	left: 0;
}

.ba_content {
	position: relative;
	z-index: 2;
	width: 300px;
	min-height: 100px;
	background: red;
	float: left;
	background: #003B95;
	color: #ffffff;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
	overflow: hidden;
}

.ba_flag {
	position: relative;
	z-index: 1;
	width: 40px;
	min-height: 100px;
	background: #003B95;
	color: #ffffff;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	float: left;
	writing-mode: vertical-rl;
    text-orientation: mixed;
	padding: 20px 5px;
	margin: 20px 0 0 0;
}


/* END booking badge  */


/* flag / badge placed at product detail "barvy" on photo */
.page-product .product-flag {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #c3255f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 28px;
    font-size: 16px;
    position: absolute;
    left: 50px;
    top: 50px;
    transform: rotate(-20deg);
    font-family: "Open Sans";
    font-weight: bold;
}
/* END flag / badge placed at product detail "barvy" on photo */

/* flag / badge placed at product detail "barvy" */
.page-product .price-per-unit {
    font-weight: bold;
    background-color: #ffa200;
    margin: 10px 0 10px 0;
    padding: 10px;
    display: block;
    overflow: hidden;
}
/* END flag / badge placed at product detail "barvy" */


body[class*='page-category_id'] .main-image {
    display: none;
}