/*** reviews ***/
.lj-detail-reviews{

	}

.lj-detail-reviews-in h2{
	display: block;
	margin: auto auto 25px;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	}

.lj-detail-reviews-in{
	padding: 35px 0 30px;
	}

/*** sticker footer ***/
#lj-sticker-footer{
	width: 100%;
	min-height: 70px;
	position: fixed;
	bottom: 0;
	z-index: 50;
	background: #d8e2dc;
	background: white;
	box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.15);
	opacity: 99;
	transform: translateY(0);
	transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
	}

#lj-sticker-footer.lj-sticker-footer-hide{
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	}

#lj-sticker-footer div{
	margin: 0 auto auto;
	}

.lj-sticker-footer-in{
	width: 100%;
	max-width: 800px;
	padding: 10px 0;
	}

#lj-sticker-footer .lj-sticker-footer-inin{
	display: flex;
	flex-direction: row;
	}

.lj-sticker-footer-left-space, .lj-sticker-footer-right-space{
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	}

.lj-sticker-footer-left{
	display: block;
	height: 30px;
	}

.lj-sticker-footer-center{
	display: block;
	flex-grow: 1;
	height: 20px;
	}

.lj-sticker-footer-right{
	padding: 8px 0 0;
	width: 100px;
	min-width: 100px;
	}

.lj-sticker-footer-right a{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	background: var(--color-secondary);
	color: black;
	text-align: center;
	border-radius: 6px;
	padding: 7px 0;
	font-weight: 400;
	line-height: 100%;
	}

.lj-sticker-footer-right a:hover{
	background: var(--color-secondary-hover);
	}

.lj-sticker-footer-image{
	width: 56px;
	height: 56px;
	min-width: 56px;
	}

.lj-sticker-footer-image img{
	display: block;
	margin: auto;
	width: 54px;
	height: 54px;
	}

.lj-sticker-footer-name{
	flex-grow: 1;
	padding: 5px 20px 0 15px;
	color: black;
	letter-spacing: -0.05rem;
	}

.lj-sticker-footer-name b{
	font-size: 1.5rem;
	display: block;
	overflow: hidden;
	font-weight: 500;
	}

.lj-sticker-footer-name span{
	display: block;
	font-size: 1.3rem;
	padding-top: 2px;
	font-weight: 300;
	margin-top: 3px;
	}

@media screen and (max-width: 660px)
{
	.lj-sticker-footer-right-space,
	.lj-sticker-footer-center{
		width: 20px;
		min-width: 20px;
		max-width: 20px;
		height: 20px;
		}

	.lj-sticker-footer-left-space{
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		}
}


@media screen and (max-width: 480px)
{
	.lj-sticker-footer-name b{
		font-size: 1.3rem;
		}
}


@media screen and (max-width: 400px)
{
	.lj-sticker-footer-name b{
		font-size: 1.25rem;
		}
}


/*** hamburger **/
@media (max-width: 767px)
{
  .responsive-tools > a.toggle-window[data-target="navigation"]::before {
	background-color: black;
	background-image: url(https://www.sellect.cz/user/documents/upload/Lohberger/hamburger.svg);
	}
}


   /*** Styly pro Instagram Slider ***/

        .instagram-slider {
            width: 100%;
            overflow: hidden;
        }

        .swiper-slide {
            display: block;
            /*height: 180px;*/
            text-decoration: none;
            background-color: #ddd;
            border-radius: 10px;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            min-width: 0;
        }
        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .instagram-line{
        	padding: 0 0 5px;
        	margin: auto 8px;
        	}

	.instagram-header{
		padding: 10px 0 0;
		transition: all 0.3s ease-in-out;
		}

        .instagram-header a{
        	display: block;
        	margin: auto;
        	width: 150px;
        	max-width: 150px;
        	text-decoration: none;
        	color: #606060;
        	}

        .instagram-header a:hover{
        	/*text-decoration: underline;*/
        	transform: translateY(-5px) scale(1.02);
        	}

        .instagram-header img{
        	display: block;
        	margin: auto;
        	width: 105px;
        	height: 105px;
        	border: none;
        	}

        .instagram-header span{
        	display: block;
        	text-align: center;
        	padding: 15px 0 0;
        	}

	.custom-footer__instagram.instagram-line{
		padding-top: 0 !important;
		}


/*** carousel
menší minimální výška banner, skrytí ovládacích prvků na mobilu
***/
@media (max-width: 767px) {
  #carousel .carousel-inner {
    height: 160px !important;
    min-height: 160px !important;
    overflow: hidden;
  }

  #carousel .carousel-inner .item img {
    height: 160px !important;
    min-height: 160px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  #carousel .item a::before,
  #carousel .item a::after,
  .wide-carousel::before,
  .wide-carousel::after {
    display: none !important;
    background: none !important;
  }

  #carousel .carousel-control {
    display: none !important;
  }
}