.input-form-error {
  font-size: 12px;
  color: #ff8080;
  font-style: italic;
}

.form-group {
  margin: 5px;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.tablestyle1 th,
.tablestyle1 td,
.tablestyle1 button,
.tablestyle1 select {
  font-size: 14px;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tablestyle2 th,
.tablestyle2 td,
.tablestyle2 button,
.tablestyle2 select {
  font-size: 16px;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropzone .dz-preview .dz-error-mark {
  background: red;
  border-radius: 50%;
}

/* .dropzone .dz-preview .dz-error-message {
   display: none !important; 
   top:  155px !important; 
} */

.user-photo {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.output-image-box {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border-radius: 5px;
}

.output-image-box .image {
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.output-image-box .image img {
  height: 100%;
  width: 100%;
}

.output-image-box .image span {
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  padding: 5px;
  background: black;
  color: white;
  border-radius: 50%;
  line-height: 10px;
}

.output-image-box .image span:hover {
  opacity: 0.8;
}

.output-image-box .span--hidden {
  visibility: hidden;
}

.slick-prev:before,
.slick-next:before {
  color: #0086b4 !important;
}

.produc-detail-varyant {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.produc-detail .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.produc-detail .swiper-slide {
  background-size: cover;
  background-position: center;
}

.produc-detail .gallery-top {
  height: 400px !important;
  width: 100%;
  cursor: zoom-in;
}

.produc-detail .gallery-thumbs {
  height: 150px !important;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

.produc-detail .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.produc-detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#cookieModal .cookie-body {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2px;
  max-width: 100% !important;
  z-index: 9999999;
  background-color: white;
  text-align: center;
  border-top: 2px solid #000;
}

#cookieModal .cookie-text {
  padding: 5px;
}

#cookieModal .btn {
  margin: 0.2rem;
  padding: 10px 20px;
}


/* ribon */
.ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #f13131;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 215px;
  padding: 15px 0;
  background-color: #eb4949;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 200 14px/1 "Open Sans", sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

/* Home Intro */

.home-intro {
  background-color: #171717;
  overflow: hidden;
  padding: 1.8rem 0;
  position: relative;
  text-align: left;
}

.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 0;
}

.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}

.home-intro p em {
  font-size: 1.2em;
}

.home-intro .get-started {
  position: relative;
}

.home-intro .get-started .btn {
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  padding: 12px;
}

.home-intro .get-started .btn i {
  font-size: 1.5em;
  font-weight: normal;
  margin-left: 5px;
}

.home-intro .get-started a {
  color: #FFF;
}

.home-intro .get-started a:not(.btn) {
  color: #777;
}

.home-intro .learn-more {
  margin-left: 15px;
}

/* Responsive */

@media (max-width: 991px) {
  /* Home Intro */

  .home-intro p {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .tablestyle1 th,
  .tablestyle1 td,
  .tablestyle1 button,
  .tablestyle1 select {
    max-width: 100%;
  }

  .tablestyle2 th,
  .tablestyle2 td,
  .tablestyle2 button,
  .tablestyle2 select {
    max-width: 100%;
  }

  /*.mobiltable */

  .mobiltable table,
  .mobiltable thead,
  .mobiltable tbody,
  .mobiltable th,
  .mobiltable td,
  .mobiltable tr {
    display: block;
    padding: 1px;
    border-radius: 5px;
  }

  .mobiltable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .mobiltable tr {
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 2px;
  }

  .mobiltable td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 5px;
    white-space: normal;
    text-align: right;
    overflow: hidden;
  }

  .mobiltable td:before {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 50%;
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
  }

  .mobiltable tr td:empty,
  .mobiltable tr th:empty {
    display: none;
  }

  /*.mobiltable2 */

  .mobiltable2 table,
  .mobiltable2 thead,
  .mobiltable2 tbody,
  .mobiltable2 th,
  .mobiltable2 td,
  .mobiltable2 tr {
    display: block;
    padding: 1px;
    border-radius: 5px;
  }

  .mobiltable2 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .mobiltable2 tr {
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 2px;
  }

  .mobiltable2 tr td:empty,
  .mobiltable2 tr th:empty {
    display: none;
  }
}



/* Feature Box */
.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature-box .feature-box-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #CCC;
	border-radius: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	min-width: 2.7em;
	min-height: 2.7em;
}

.feature-box .feature-box-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

/* Style 2 */
.feature-box.feature-box-style-2 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-2 .feature-box-icon {
	background: transparent;
	top: -3px;
}

.feature-box.feature-box-style-2 .feature-box-icon .fa, .feature-box.feature-box-style-2 .feature-box-icon .fas, .feature-box.feature-box-style-2 .feature-box-icon .far, .feature-box.feature-box-style-2 .feature-box-icon .fal, .feature-box.feature-box-style-2 .feature-box-icon .fab, .feature-box.feature-box-style-2 .feature-box-icon .icons {
	font-size: 1.7em;
}

.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
	top: 0;
}

/* Style 3 */
.feature-box.feature-box-style-3 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border: 1px solid #CCC;
	background: transparent;
	line-height: 32px;
}

.feature-box.feature-box-style-3 .feature-box-icon .fa, .feature-box.feature-box-style-3 .feature-box-icon .fas, .feature-box.feature-box-style-3 .feature-box-icon .far, .feature-box.feature-box-style-3 .feature-box-icon .fal, .feature-box.feature-box-style-3 .feature-box-icon .fab, .feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #CCC;
}

/* Style 4 */
.feature-box.feature-box-style-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature-box.feature-box-style-4 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-4 .feature-box-icon {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: transparent;
	padding: 0 0 19.2px 0;
	padding: 0 0 1.2rem 0;
}

.feature-box.feature-box-style-4 .feature-box-icon .fa, .feature-box.feature-box-style-4 .feature-box-icon .fas, .feature-box.feature-box-style-4 .feature-box-icon .far, .feature-box.feature-box-style-4 .feature-box-icon .fal, .feature-box.feature-box-style-4 .feature-box-icon .fab, .feature-box.feature-box-style-4 .feature-box-icon .icons {
	font-size: 2.35em;
	width: auto;
	height: auto;
}

.feature-box.feature-box-style-4 .feature-box-info {
	clear: both;
	padding-left: 0;
}

/* Style 5 */
.feature-box.feature-box-style-5 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-5 .feature-box-icon {
	background: transparent;
	top: 0;
	padding: 1em 1.4em;
	min-width: 5em;
}

.feature-box.feature-box-style-5 .feature-box-icon .fa, .feature-box.feature-box-style-5 .feature-box-icon .fas, .feature-box.feature-box-style-5 .feature-box-icon .far, .feature-box.feature-box-style-5 .feature-box-icon .fal, .feature-box.feature-box-style-5 .feature-box-icon .fab, .feature-box.feature-box-style-5 .feature-box-icon .icons {
	font-size: 2.75em;
}

.feature-box.feature-box-style-5.align-items-center .feature-box-icon {
	top: 0;
}

/* Style 6 */
.feature-box.feature-box-style-6 h4 {
	color: #1d2127;
}

.feature-box.feature-box-style-6 .feature-box-icon {
	border: 1px solid #cecece;
	background: transparent;
	line-height: 32px;
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%;
}

.feature-box.feature-box-style-6 .feature-box-icon .fa, .feature-box.feature-box-style-6 .feature-box-icon .fas, .feature-box.feature-box-style-6 .feature-box-icon .far, .feature-box.feature-box-style-6 .feature-box-icon .fal, .feature-box.feature-box-style-6 .feature-box-icon .fab, .feature-box.feature-box-style-6 .feature-box-icon .icons {
	color: #a9a9a9;
}

/* Reverse All Resolutions */
.feature-box.reverse-allres {
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature-box.reverse-allres .feature-box-info {
	padding-right: 15px;
	padding-left: 0;
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
	padding-right: 0;
}

/* Reverse */
@media (min-width: 992px) {
	.feature-box.reverse {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.feature-box.reverse .feature-box-info {
		padding-right: 15px;
		padding-left: 0;
	}

	.feature-box.reverse.feature-box-style-4 .feature-box-icon {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.feature-box.reverse.feature-box-style-4 .feature-box-info {
		padding-right: 0;
	}
}

.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}



