/*!
 * Template Name : multiple-items-19
 */

/**********************/
/* Multiple Items 19
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-19-wrapper {
  padding: 30px 0 5px 0;
}
/* 2 - Background color of carousel */
.multiple-items-19.sz-slider {
  background: #fff;
  padding: 70px 0 0 0;
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

/*********************/
/* Multiple Items 19
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-19-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 85%;
  margin: auto;
  display: block;
  line-height: 1.5;
  position: relative;
}
/* 2 - Image Part */
.multiple-items-19-layer > div:nth-child(1) {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Image */
.multiple-items-19-layer > div:nth-child(1) > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 4 - Basket Button */
.multiple-items-19-layer > div:nth-child(1) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  color: #fff;
  width: 45px;
  height: 45px;
  margin: auto;
  display: block;
  font-size: 14px;
  position: absolute;
  visibility: hidden;
  background: #f51333;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background .2s ease, opacity .2s ease, visibility .2s ease;
  -webkit-transition: background .2s ease, opacity .2s ease, visibility .2s ease;
}
/* 5 - Basket Button - Icon */
.multiple-items-19-layer > div:nth-child(1) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  display: block;
  position: absolute;
  text-decoration: none;
}
/* 6 - Basket Button - hover */
.multiple-items-19-layer > div:nth-child(1) > a:hover {
  background: #222;
}
/* 7 - Basket Button - show on hover */
.multiple-items-19-layer:hover > div:nth-child(1) > a{
  opacity: 1;
  visibility: visible;
}
/* 8 - Text Part */
.multiple-items-19-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: block;
  text-align: left;
  position: absolute;
  padding: 0 0 0 25px;
  margin: auto auto 0 0;
}
/* 9 - Stars - wrapper */
.multiple-items-19-layer > div:nth-child(2) > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}
/* 10 - Stars - children */
.multiple-items-19-layer > div:nth-child(2) > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 11 - Stars - icons */
.multiple-items-19-layer > div:nth-child(2) > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fdba0a;
  font-size: 11px;
}
/* 12 - Tags */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(2) {
  color: #f51333;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.2px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
}
/* 13 - Name */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(3) {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
/* 14 - Price - Link */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(4) {
  display: block;
  text-decoration: none;
}
/* 15 - Price - Prices */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(4) > span {
  letter-spacing: .5px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
}
/* 16 - Price - New Price */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(4) > span:nth-child(1) {
  color: #f51333;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
/* 17 - Price - Old Price */
.multiple-items-19-layer > div:nth-child(2) > a:nth-child(4) > span:nth-child(2) {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Background color of carousel */
  .multiple-items-19.sz-slider {
    width: 760px !important;
  }
  /* Layer - wrapper */
  .multiple-items-19-layer {
    width: 95%;
  }
  /* Text Part */
  .multiple-items-19-layer > div:nth-child(2) {
    height: 90px;
    padding: 0 0 0 15px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* Background color of carousel */
  .multiple-items-19.sz-slider {
    width: 570px !important;
    height: 450px !important;
  }
  /* Layer - wrapper */
  .multiple-items-19-layer {
    width: 90%;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* Background color of carousel */
  .multiple-items-19.sz-slider {
    width: 240px !important;
    height: 425px !important;
  }
  /* Layer - wrapper */
  .multiple-items-19-layer {
    width: 100%;
  }
}

/**************************/
/* Multiple Items 19
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-19-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  z-index: 15;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #f51333;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-19-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 42px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-19-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 42px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-19-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #222;
}
/* 5 - Icons */
.multiple-items-19-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 10px;
  height: 10px;
  margin: auto;
  font-size: 10px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-19-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

/*********************/
/* Multiple Items 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-19-indicators.carousel-indicators {
  padding: 0;
  width: 195px;
  height: 21px;
  margin: auto auto 5px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-19-indicators.carousel-indicators > li {
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  margin: 3.5px;
  background: #999;
  line-height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 2px #999;
  -webkit-box-shadow: 0 0 0 2px #999;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=carousel] .multiple-items-19-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(245,19,51,.7);
  box-shadow: 0 0 0 2px rgb(245,19,51,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(245,19,51,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-19-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #999;
  position: absolute;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-19-indicators.carousel-indicators > li.active::after {
  background: #f51333;
}