.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; 
} */

.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;
  border-radius: 5px;
}

.bg-facebook {
  background-color: #4267b2 !important;
}

.bg-twitter {
  background-color: #449de8 !important;
}

.bg-instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
}

.bg-linkedin {
  background-color: #2f6ea3 !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

.bg-pinterest {
  background-color: #bd081c !important;
}

.bg-whatsapp {
  background-color: #25d366 !important;
}

.bg-vimeo {
  background-color: #1ab7ea !important;
}

.bg-googleplus {
  background-color: #db4437 !important;
}

.icon-bar {
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.icon-bar a {
  text-decoration: none;
  width: 62px;
  background: #3b5999;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  font-size: 22px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: 0 5px 5px 0;
}

.icon-bar a i {
  padding-left: 20px;
  font-size: 32px !important;
  /* animation: letszoom 3s linear alternate-reverse infinite; */
}

.icon-bar a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

@-webkit-keyframes letszoom {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

@keyframes letszoom {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

/* 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, 0.1);
  color: #fff;
  font: 200 14px/1 "Open Sans", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 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);
}

.youtube-video {
  height: calc(150vh/2);
}

@media only screen and (max-width: 991px) {
  .youtube-video {
    height: calc(90vh/2);
  }
}

@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;
  }
}

