.image-slider {
  margin-top: -1px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden; }

.image-slider.init-owl-slider {
  overflow: visible; }

.image-slider.image-slider-active_dots {
  margin-bottom: 80px; }

.image-slider .owl-dots,
.image-slider .owl-controls {
  position: absolute;
  bottom: -45px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.image-slider_nav {
  display: flex;
  justify-content: flex-end;
  height: 0; }

.image-slider_buttons {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 55px;
  z-index: 2; }

.image-slider_prev,
.image-slider_next {
  padding: 0.1em 0.85em;
  min-height: 0.85em;
  border-radius: 0.4em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 7px;
  color: #191a1a;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.image-slider_prev:hover,
.image-slider_next:hover {
  color: #ffffff; }

.image-slider_next {
  margin-right: 0; }

.image-slider_prev_icon,
.image-slider_next_icon {
  font-size: 3.5em; }

.image-slider_prev_icon:before {
  content: '\e946'; }

.image-slider_next_icon:before {
  content: '\e947'; }

.image-slider_list {
  display: flex; }

.image-slider_item {
  display: inline-flex;
  white-space: normal;
  position: relative;
  width: 100%;
  min-width: 100%; }

.image-slider_item_box {
  width: 100%;
  display: flex; }

.image-slider_content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  line-height: 1.2;
  display: flex;
  align-items: center; }

.image-slider_sub-content {
  padding-top: 15px;
  padding-bottom: 15px; }

.image-slider_img-block {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  width: 100%; }

@keyframes image-slider_img {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.owl-carousel .owl-item img.image-slider_img,
.image-slider_img {
  max-width: none;
  width: 100%;
  height: auto;
  animation: image-slider_img 10.5s ease-in-out infinite;
  animation-fill-mode: both; }

.image-slider_name {
  font-size: 3.5em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.55em; }

.image-slider_caption {
  font-size: 1.35em;
  color: #ffffff;
  font-weight: 300; }

.image-slider_caption p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

.image-slider_caption p:nth-last-child(1) {
  margin-bottom: 0; }

.image-slider_caption p:after {
  content: '';
  display: table;
  clear: both; }

.btn.image-slider_btn:not(:disabled):not(.disabled) {
  font-size: 1em;
  color: #ffffff;
  border-width: 0.1rem;
  padding: 0.75em 2.85em;
  min-height: 0.85em;
  font-weight: 400; }

.btn.image-slider_btn:not(:disabled):not(.disabled):not(:hover):not(:focus) {
  border-color: #ffffff; }

.image-slider_price-box {
  color: #ffffff;
  font-size: 1.95em;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 8px;
  margin-top: -3px; }

.image-slider_price {
  display: inline-block; }

.image-slider_currency {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.18em;
  padding-bottom: 0.18em;
  font-size: 0.6em;
  font-weight: 500;
  text-transform: uppercase; }

.image-slider_old-price {
  font-size: 0.7em;
  display: inline-block;
  position: relative;
  opacity: 0.8; }

.image-slider_old-price:before {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 1px solid #ffffff; }

.image-slider_old-price .image-slider_currency {
  vertical-align: middle;
  padding-top: 0.1em; }

.image-slider.init-owl-slider-end .owl-stage {
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important;
  display: flex;
  align-items: flex-start; }

.image-slider.init-owl-slider-end .owl-item {
  display: flex;
  align-items: flex-start; }

@media (max-width: 1350px) and (min-width: 768px) {
  .image-slider_content {
    font-size: 0.8vw; }
  .image-slider_buttons {
    font-size: 1vw;
    bottom: 1.5em; } }

@media (max-width: 1200px) {
  .owl-carousel .owl-item img.image-slider_img, .image-slider_img {
    width: 120%; } }

@media (max-width: 991px) {
  .image-slider_content {
    font-size: 11px; }
  .owl-carousel .owl-item img.image-slider_img,
  .image-slider_img {
    width: 140em;
    position: relative;
    left: -28%;
    animation: none; }
  .image-slider_nav {
    display: none; }
  .image-slider_caption {
    line-height: 1.5;
    font-size: 1.5em; }
  .image-slider_price-box {
    font-size: 1.65em; }
  .btn.image-slider_btn,
  .btn.image-slider_btn:not(:disabled):not(.disabled) {
    font-size: 1.05em; } }

@media (max-width: 768px) {
  .image-slider_content {
    font-size: 10px; }
  .image-slider_sub-content {
    width: 100%; }
  .image-slider_price-box {
    display: flex;
    align-items: center; }
  .image-slider_price-block {
    padding-right: 20px; }
  .owl-carousel .owl-item img.image-slider_img,
  .image-slider_img {
    width: 115em;
    position: relative;
    transform: translateX(0);
    left: 0; }
  .image-slider_buttons {
    font-size: 2.5vw;
    bottom: 1.5em; }
  .btn.image-slider_btn,
  .btn.image-slider_btn:not(:disabled):not(.disabled) {
    width: 100%;
    font-size: 1.25em; } }

/*# sourceMappingURL=homeslider.css.map*/