

/* Start:/local/components/redsign/unimart24.reviews.gallery/templates/.default/style.css?16504592723376*/
.gallery {
  background-color: #F3F3F3;
  padding: 2rem 1rem 2rem 1.5rem;
  position: relative;
  margin-bottom: 1.875rem;
  margin-top: 45px;}
  .gallery--disable:after {
    content: '';
    display: block;
    background-color: rgba(243, 243, 243, 0.5);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    z-index: 3; }
  @media (min-width: 768px) {
    .gallery {
      padding: 2rem; } }
  .gallery__items {
    overflow: hidden;
    position: relative; }
  .gallery__carousel.owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gallery__carousel.owl-inited {
    display: block; }
  .gallery__carousel .owl-nav .owl-prev,
  .gallery__carousel .owl-nav button.owl-prev,
  .gallery__carousel .owl-nav .owl-next,
  .gallery__carousel .owl-nav button.owl-next,
  .gallery__carousel .owl-show-more {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    outline: none !important;
    padding: 0;
    position: absolute;
    width: 40px;
    top: 0;
    z-index: 2; }
    .gallery__carousel .owl-nav .owl-prev.disabled,
    .gallery__carousel .owl-nav button.owl-prev.disabled,
    .gallery__carousel .owl-nav .owl-next.disabled,
    .gallery__carousel .owl-nav button.owl-next.disabled,
    .gallery__carousel .owl-show-more.disabled {
      display: none; }
  .gallery__carousel .owl-nav .owl-prev,
  .gallery__carousel .owl-nav button.owl-prev {
    background: -webkit-gradient(linear, right top, left top, from(rgba(243, 243, 243, 0)), to(#F3F3F3));
    background: -o-linear-gradient(right, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
    background: linear-gradient(270deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
    left: 0; }
  .gallery__carousel .owl-nav .owl-next,
  .gallery__carousel .owl-nav button.owl-next,
  .gallery__carousel .owl-show-more {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 243, 0)), to(#F3F3F3));
    background: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
    background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
    right: 0; }
  .gallery__carousel .owl-show-more {
    z-index: 2; }
  .gallery__title {
    font-size: 1.5rem !important;
    line-height: 1.33334;
    margin: 0 auto 2rem !important; }
  .gallery__zoom-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6B7FA0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    line-height: 1.333334;
    margin-top: 1.75rem; }
  .gallery__zoom-icon {
    margin-right: .5rem; }

.gallery-item {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 148px;
  margin-right: 1.5rem;
  width: 206px; }
  .owl-item > .gallery-item {
    margin: auto; }
    @media (min-width: 768px) {
      .owl-item > .gallery-item {
        width: auto; } }

/* End */


/* Start:/local/js/u24/perpage/perpage.css?16315184061328*/
.u24-perpage {
	position: relative;
}

.u24-perpage__title {
	float: left;
    color: #878787;
    padding: 11px 0 11px 0;
    margin-right: 1px;
    border: 1px solid transparent;
}
.u24-perpage__inner {
	position: relative;
    float: left;
}

.u24-perpage__select {
	display: inline-block;
	white-space: nowrap;
	padding: 12px 10px 13px 10px;
	margin-left: 5px;
	background: none;
	border-radius: 0;
	cursor: pointer;
	color: #358BC5;
}

.u24-perpage__select .svg-icon {
	width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-bottom: 2px;
    fill: #000;
	transition: transform .3s;
}

.u24-perpage__dropdown {
	position: absolute;
    left: 0;
    display: none;
    min-width: 50px;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #c4010c;
    z-index: 991;
    box-shadow: 0px 6px 41px -8px rgb(154 164 166 / 82%);
}

.u24-perpage__option:hover {
    background-color: #f3f3f3;
}
.u24-perpage__option {
	display: block;
    padding: 11px 10px 11px 10px;
    text-decoration: none;
	background-color: transparent;
	outline: 0;
	border: 0;
	color: #358BC5;
}

.u24-perpage__option:hover {
	text-decoration: none;
}

.u24-perpage__inner:hover .u24-perpage__dropdown {
	display: block;
}
.u24-perpage__inner:hover .u24-perpage__select .svg-icon {
	transform: rotate(-180deg);
}

/* End */


/* Start:/local/js/u24/progressbar/progressbar.css?1631518406551*/
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 22px;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #F3F3F3;
	border-radius: .25rem
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #BC0010;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}
/* End */


/* Start:/local/js/u24/stars-rating/stars-rating.css?1631518406585*/
.stars-rating {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}

.stars-rating > .stars-rating__item {
	display: block;
	color: #DDDDDD;
}

.stars-rating > .stars-rating__item + .stars-rating__item {
	padding-left: 4px;
}

.stars-rating > .stars-rating__item--voted {
	color: #BC0010;
}

.stars-rating .stars-rating__icon {
	fill: currentColor;
	width: 1em;
	height: 1em;
}

.stars-rating--interactive:hover > .stars-rating__item {
	color: #BC0010;
	cursor: pointer;
}

.stars-rating--interactive:hover > .stars-rating__item:hover ~ .stars-rating__item {
	color: #DDDDDD;
}
/* End */


/* Start:/local/js/u24/review-properties/review-properties.css?1632137034669*/
.u24-review-properties {
	color: #3D3D3D;
}

.u24-review-properties__rate {
	padding: 12px 24px;
	width: 100%;
}

.u24-review-properties__lines {
	display: flex;
}

.u24-review-properties__line {
	flex: 1;
	min-width: 24px;
	max-width: 36px;
	height: 6px;
	background-color: #F3F3F3;
	display: inline-block;
    vertical-align: middle;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.u24-review-properties__fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.u24-review-properties__fill,
.u24-review-properties__line--fill {
	background-color: #BC0010;
}

.u24-review-properties__line + .u24-review-properties__line {
	margin-left: 4px;
}
/* End */
/* /local/components/redsign/unimart24.reviews.gallery/templates/.default/style.css?16504592723376 */
/* /local/js/u24/perpage/perpage.css?16315184061328 */
/* /local/js/u24/progressbar/progressbar.css?1631518406551 */
/* /local/js/u24/stars-rating/stars-rating.css?1631518406585 */
/* /local/js/u24/review-properties/review-properties.css?1632137034669 */
