
.loader-mini {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #f0f0f0;
  position: relative;
  opacity: 0; }
  .hovarable-img img.loader-mini, .ui-photos .loader-mini.item-delete-lg, .loader-mini.anim {
    animation: load3 1.4s infinite linear;
    opacity: 1; }
  .loader-mini.abs {
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em); }

.loader-mini:before {
  width: 50%;
  height: 48%;
  background: #8C5F3B;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader-mini:after {
  background: #fff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.loader-mini.loader-mini-inline:after {
  background-color: #fff; }
 .anim {
  transition: all 0.3s ease-in-out; }
 .loader-mini {
  display: inline-block !important; }
 .loader-mini {
  vertical-align: middle !important; }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.border {
  border:  1px solid #efefef;
}

.w-auto {
    width: auto !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

.p-4 {
    padding: 2rem !important;
}


#checkout-form label:not(.form-check-label) {
  display: block;
}

#checkout-form .form-check  label.form-check-label {
  display: inline;
}

.vertical-carousel-wrapp .item-name {
   height: auto;
   overflow: auto;
}

.product .product__name {
  min-height: 80px;
  height: auto;
  font-size: 0.9rem;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.hover-scale-inner:hover > * {
  transform: scale(1.1);
}

.bg-primary {
  background: #4d8759 !important;
}

.UE img {
  max-height: 100px;
}

.new-product .new-product__name {
  height: auto;
  overflow: auto;
}
.technical-details .tab-content .documents-list li:last-of-type {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8, ../sass/components/_product-gallery.scss */
#mainPhotos .owl__item {
  padding: .5rem;
  margin: 1px;
  /*background: #f8f9fa;*/
  /*@extend .border;*/
}
/* line 16, ../sass/components/_product-gallery.scss */
#mainPhotos .owl__item img {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: top;
}
@media (min-width: 768px) {
  /* line 16, ../sass/components/_product-gallery.scss */
  #mainPhotos .owl__item img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  /* line 16, ../sass/components/_product-gallery.scss */
  #mainPhotos .owl__item img {
    height: 350px;
  }
}
/*@media (min-width: 1200px) {*/
/*  !* line 16, ../sass/components/_product-gallery.scss *!*/
/*  #mainPhotos .owl__item img {*/
/*    height: 400px;*/
/*  }*/
/*}*/
/*@media (min-width: 1601px) {*/
/*  !* line 16, ../sass/components/_product-gallery.scss *!*/
/*  #mainPhotos .owl__item img {*/
/*    height: 450px;*/
/*  }*/
/*}*/

/* line 46, ../sass/components/_product-gallery.scss */
#product-photos .owl-nav div {
  color: #D40E42 !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  height: 25px;
  width: 25px;
  top: 26%;
  font-size: 1.5rem !important;
  /*background: #f8f9fa !important;*/
}
/* line 62, ../sass/components/_product-gallery.scss */
#product-photos .owl-prev {
  left: 1px;
}
/* line 67, ../sass/components/_product-gallery.scss */
#product-photos .owl-next {
  right: 1px;
}
/* line 73, ../sass/components/_product-gallery.scss */
#product-photos .owl__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: .5rem;
  /*background: #f8f9fa;*/
}
/* line 80, ../sass/components/_product-gallery.scss */
#product-photos .owl__item img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* line 89, ../sass/components/_product-gallery.scss */
#product-photos .owl-item {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: 1px solid #ccc;
}
@media (min-width: 1200px) {
  /* line 89, ../sass/components/_product-gallery.scss */
  #product-photos .owl-item {
    /*border-bottom-color: transparent;*/
  }
}
/* line 99, ../sass/components/_product-gallery.scss */
#product-photos .owl-item.current {
  border-color: #1b1b1b !important;
}
@media (min-width: 1200px) {
  /* line 99, ../sass/components/_product-gallery.scss */
  #product-photos .owl-item.current {
    /*border-bottom-color: transparent;*/
  }
}



#tehnical-info {
  word-break: break-word;
}

.opacity-5 {
  opacity: 0.5;
}

.portofolio-item-no-photo {
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}