@charset "UTF-8";
/*----- BANNER -----*/
.transition, .ovic-banner-style-01 .banner--image-wrap, .ovic-banner .banner--inner-text, .ovic-banner .banner--banner-button {
  transition: all 0.3s ease-out;
}

.absolute-full, .ovic-banner-style-04 .banner--image-wrap,
.ovic-banner-style-03 .banner--image-wrap, .ovic-banner-style-03 .banner--texts,
.ovic-banner-style-02 .banner--texts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ovic-banner {
  position: relative;
  overflow: hidden;
}
.ovic-banner .banner--wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ovic-banner .banner--banner-button {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  max-width: 100%;
}
.ovic-banner .banner--inner-text {
  max-width: 100%;
}

.elementor-widget-ovic_banner.type-btn-01 .banner--banner-button {
  transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato";
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 47px;
  padding: 0 25px;
  border-radius: 30px;
  color: #000;
}
.elementor-widget-ovic_banner.type-btn-01 .banner--banner-button:after {
  font-family: "biolife";
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 0;
  overflow: hidden;
  transition: margin-left 0.2s ease-out 0.3s, width 0.3s ease-out;
}
.elementor-widget-ovic_banner.type-btn-01 .banner--banner-button:hover {
  background-color: #f65f73;
  color: #fff;
}
.elementor-widget-ovic_banner.type-btn-01 .banner--banner-button:hover:after {
  transition: margin-left 0.2s ease-out, width 0.3s ease-out 0.2s;
  margin-left: 10px;
  width: 20px;
}
.elementor-widget-ovic_banner.type-btn-04 .banner--banner-button, .elementor-widget-ovic_banner.type-btn-02 .banner--banner-button {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.elementor-widget-ovic_banner.type-btn-04 .banner--banner-button::before, .elementor-widget-ovic_banner.type-btn-02 .banner--banner-button::before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: -1;
  content: "";
  transition: all 0.3s ease-out;
}
.elementor-widget-ovic_banner.type-btn-04 .banner--banner-button:hover::before, .elementor-widget-ovic_banner.type-btn-02 .banner--banner-button:hover::before {
  height: 100%;
}
.elementor-widget-ovic_banner.type-btn-04 .banner--banner-button::before {
  background-color: rgba(210, 85, 136, 0.5);
}
.elementor-widget-ovic_banner.type-btn-03 .banner--banner-button {
  position: relative;
}
.elementor-widget-ovic_banner.type-btn-03 .banner--banner-button::before {
  border-top: 1px solid;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.elementor-widget-ovic_banner.type-btn-03 .banner--banner-button:hover::before {
  transform: scale(1, 1);
}

.ovic-banner-style-01 .banner--image-wrap {
  display: inline-block;
}

.ovic-banner-style-03 .banner--texts,
.ovic-banner-style-02 .banner--texts {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: left;
}

.ovic-banner-style-04 .banner--image-wrap,
.ovic-banner-style-03 .banner--image-wrap {
  z-index: 1;
  background-position: top center;
  background-size: cover;
}

.ovic-banner-style-04 .banner--texts {
  display: flex;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.ovic-banner-style-05 .banner--wrap {
  display: table;
  table-layout: fixed;
}
.ovic-banner-style-05 .banner--image-wrap {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}
.ovic-banner-style-05 .banner--image-wrap > div {
  overflow: hidden;
  position: relative;
}
.ovic-banner-style-05 .banner--wrap-texts {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
  vertical-align: middle;
  position: relative;
}
.ovic-banner-style-05 .banner--texts {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 0;
}
.ovic-banner-style-05 .banner--arrow-texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-size: 32px;
}
@media (max-width: 479px) {
  .ovic-banner-style-05 .banner--wrap-texts,
.ovic-banner-style-05 .banner--image-wrap,
.ovic-banner-style-05 .banner--wrap {
    display: block;
  }
  .ovic-banner-style-05 .banner--wrap-texts {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .ovic-banner-style-05 .banner--image-wrap {
    width: 100%;
    padding-right: 0;
  }
  .ovic-banner-style-05 .banner--texts {
    position: relative;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ovic-banner-style-05 .banner--arrow-texts {
    top: 0;
    left: 50%;
    transform: rotate(90deg);
    margin-top: -20px;
    margin-left: -8px;
  }
}

.ovic-banner-style-06 {
  text-align: center;
}
.ovic-banner-style-06 .star-rating-wrap {
  display: none;
}
.ovic-banner-style-06 .banner--text04,
.ovic-banner-style-06 .banner--text03 {
  display: inline-block;
}
.ovic-banner-style-06 .add-to-cart-wrap {
  margin-top: 27px;
}
.ovic-banner-style-06 .add-to-cart > .button {
  line-height: 43px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #e73918;
  color: #fff;
  background-color: #e73918;
  border-radius: 30px;
  padding: 0 60px;
  transition: all 0.3s ease-out;
}
.ovic-banner-style-06 .add-to-cart > .button:hover {
  color: #e73918;
  background-color: #fff;
}
.ovic-banner-style-06 .price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ovic-banner-style-06 .price ins {
  text-decoration: none;
}
.ovic-banner-style-06 .price del {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  font-weight: 600;
  order: 5;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

body.rtl .ovic-banner-style-05 .banner--image-wrap {
  padding-right: 0;
  padding-left: 10px;
}
body.rtl .ovic-banner-style-05 .banner--wrap-texts {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .ovic-banner-style-05 .banner--arrow-texts {
  left: auto;
  right: -15px;
  transform: translateY(-50%) rotate(180deg);
}
body.rtl .ovic-banner-style-05 .banner--texts {
  left: 0;
  right: 10px;
}
body.rtl .elementor-widget-ovic_banner.type-btn-01 .banner--banner-button:after {
  content: "";
}

/*# sourceMappingURL=style.css.map */
