﻿.Slide {
  margin: auto;
  position: relative;
  white-space: nowrap;
  /*margin-bottom: 30px;*/
}
.Slide div.Buttons {
  display: none;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  margin-bottom: -35px;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 759px) {
  .Slide div.Buttons {
    display: block;
  }
}
.Slide div.Buttons div.Center {
  display: table;
  margin: auto;
  /*div {
      display: inline-block;
      height: 12px;
      width: 11px;
      background: url('Shared/Sprite.png') no-repeat;
      background-position: 0px -95px;
      cursor: pointer;

      &:hover, &.Selected {
          background-position: -11px -95px;
      }

      &:not(:first-child) {
          margin-left: 21px;
      }
  }*/
}
.Slide div.Elements {
  /*left: 0;
  right: 0;*/
  /*height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 10px;
  //position: absolute;*/
}
.Slide div.Elements .Element {
  white-space: normal;
  /*vertical-align: top;*/
  /*display: inline-block;
  //position: absolute;
  //width: 355px;*/
  color: black !important;
}
.Slide div.Elements .Element:hover {
  text-decoration: unset !important;
}
.Slide div.Elements .Element img {
  width: 100%;
}
.Slide div.Elements .Element span.Element__Image {
  display: block;
}
.Slide div.Elements .Element span.Element__Description {
  font-size: 0.875rem;
  padding: 5px 0.625rem;
  display: block;
}
@Media only screen and (max-width: 759px) {
  .Slide div.Elements .Element span.Element__Description {
    padding-left: 0;
    padding-right: 0;
  }
}
.Slide div.Elements .Element span.Element__Description span.Description__Name {
  font-weight: bold;
}
.Slide div.Elements .Element span.Element__Description span.Description__Price {
  display: block;
  margin-top: 5px;
}
.Slide .Next, .Slide .Previous {
  opacity: 0;
  width: 45px;
  height: 45px;
  font-size: 40px;
  font-weight: 400;
  background-color: rgba(207, 208, 210, 0.8);
  bottom: 90px;
  z-index: 13;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #666;
  transition: all 0.7s ease;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.Slide .Next:after, .Slide .Previous:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.375rem;
  line-height: inherit;
  font-weight: 900;
  margin: 0;
}
.Slide .Next:hover, .Slide .Previous:hover {
  background-color: rgba(200, 200, 200, 0.8);
  color: black;
}
.Slide .Next {
  right: 0;
}
@media only screen and (max-width: 759px) {
  .Slide .Next {
    /* right: 30%;
     top: 110%;
     margin-top: -20px;*/
    display: none;
  }
}
.Slide .Next::after {
  content: "\f054";
}
.Slide .Previous {
  left: 0;
}
@media only screen and (max-width: 759px) {
  .Slide .Previous {
    /*left: 30%;
    top: 110%;
    margin-top: -20px;*/
    display: none;
  }
}
.Slide .Previous::after {
  content: "\f053";
}
.Slide:hover .Next, .Slide:hover .Previous {
  opacity: 1;
}

div.Elements::-webkit-scrollbar {
  display: none;
}

div.Navigation__Dots i.dot:first-child {
  margin-left: 0;
}
div.Navigation__Dots .dot {
  cursor: pointer;
  font-size: 0.5rem;
  margin-left: 0.3rem;
}

.swiper:hover .Next,
.swiper:hover .Prev {
  opacity: 1 !important;
}
.swiper .Next, .swiper .Prev {
  top: 50%;
  opacity: 0 !important;
  width: 58px;
  height: 58px;
  font-size: 40px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: all 0.75s ease;
  background-color: rgba(207, 208, 210, 0.8);
  z-index: 13;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  display: flex;
  color: #666;
}
.swiper .Next:after, .swiper .Prev:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.375rem;
  line-height: inherit;
  font-weight: 900;
  margin: 0;
}
.swiper .Next:hover, .swiper .Prev:hover {
  background-color: rgba(200, 200, 200, 0.8);
  color: black;
}
@media only screen and (max-width: 759px) {
  .swiper .Next, .swiper .Prev {
    bottom: 30px;
    background: transparent;
  }
}
.swiper div.Next {
  right: 40px;
}
@media only screen and (max-width: 759px) {
  .swiper div.Next {
    right: 20px;
  }
}
.swiper div.Next::after {
  content: "\f054";
}
.swiper div.Prev {
  left: 40px;
}
@media only screen and (max-width: 759px) {
  .swiper div.Prev {
    left: 20px;
  }
}
.swiper div.Prev::after {
  content: "\f053";
}

.Swiper__Hero .swiper-pagination, .Swiper__Hero-CMS .swiper-pagination {
  --swiper-pagination-color: #ffdd00;
  --swiper-pagination-bullet-size: .5rem;
  margin-bottom: 1rem;
}
.Swiper__Hero .Container, .Swiper__Hero-CMS .Container {
  left: 1rem;
}

.swiper-pagination {
  --swiper-pagination-color: #ffdd00;
  --swiper-pagination-bullet-size: .5rem;
}

@media only screen and (min-width: 760px) {
  .Swiper__FeaturedProducts .swiper-pagination {
    display: none;
  }
  .Swiper__FeaturedProducts .swiper-wrapper {
    padding-bottom: 30px;
  }
  .Swiper__FeaturedProducts div.Next {
    right: 0;
  }
  .Swiper__FeaturedProducts div.Prev {
    left: 0;
  }
}
@media only screen and (max-width: 759px) {
  .Swiper__FeaturedProducts .Next, .Swiper__FeaturedProducts .Prev {
    display: none;
  }
  .Swiper__FeaturedProducts .swiper-wrapper {
    padding-bottom: 70px;
  }
  .Swiper__FeaturedProducts .swiper-pagination {
    bottom: 25px;
  }
}

.Transition img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Transition img:hover {
  transform: scale(1.06);
}

/*
span.Swiper__ShowMore {
    border-bottom: 2px solid white;
    min-width: fit-content;
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;

    &:hover {
        background: white;
        border: unset;
        color: black;
        transition: 0.5s ease all;
        cursor: pointer;
    }
}*/
