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

/**********************/
/* Multiple Items 21
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 21
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-21-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  margin: auto;
  display: block;
  line-height: 1.5;
  position: relative;
}
/* 2 - Image */
.multiple-items-21-layer > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Text Part */
.multiple-items-21-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 130px;
  display: block;
  padding-top: 20px;
  text-align: center;
  position: relative;
  box-shadow: 4px 7px 24px 0 rgba(0,0,0,.047);
  -webkit-box-shadow: 4px 7px 24px 0 rgba(0,0,0,.047);
}
/* 4 - Price - Link */
.multiple-items-21-layer > div > a:nth-child(1) {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
/* 5 - Price - Prices */
.multiple-items-21-layer > div > a:nth-child(1) > span {
  letter-spacing: .5px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
}
/* 6 - Price - New Price */
.multiple-items-21-layer > div > a:nth-child(1) > span:nth-child(1) {
  color: #ff6a00;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
/* 7 - Price - Old Price */
.multiple-items-21-layer > div  > a:nth-child(1) > span:nth-child(2) {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
/* 8 - Product Name */
.multiple-items-21-layer > div > a:nth-child(2) {
  color: #090300;
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
}
/* 9 - Stars - wrapper */
.multiple-items-21-layer > div > ul {
  padding: 0;
  font-size: 0;
  margin: 8px 0 0 0;
  display: inline-block;
}
/* 10 - Stars - children */
.multiple-items-21-layer > div > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 11 - Stars - icons */
.multiple-items-21-layer > div > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #ff6a00;
  font-size: 11px;
}
/* 12 - Stars - icons */
.multiple-items-21-layer > div > ul > li > i.no-rates {
  color: #ddd;
}
/* 13 - Buttons */
.multiple-items-21-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 156px;
  height: 38px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto auto -18px auto;
}
/* 14 - Add To Cart Button */
.multiple-items-21-layer > div > div > a:nth-child(1) {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 28px;
  text-align: center;
  background: #090300;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 15 - Add To Cart Button - Hover */
.multiple-items-21-layer > div > div:hover > a:nth-child(1) {
  background: #ff6a00;
}
/* 16 - Heart Icon Button */
.multiple-items-21-layer > div > div > a:nth-child(2) {
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  margin-left: -8px;
  text-align: center;
  background: #ff6a00;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 17 - Heart Icon Button - Hover */
.multiple-items-21-layer > div > div:hover > a:nth-child(2) {
  background: #090300;
}

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

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Background color of carousel */
  .multiple-items-21.sz-slider {
    width: 760px !important;
  }
}

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

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

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

/* 1 - Buttons */
.multiple-items-21-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  z-index: 15;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: #ff6a00;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-21-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 37px;
  margin: 0 auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-21-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 37px;
  margin: 0 auto auto auto;
}
/* 4 - Hover */
.multiple-items-21-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #090300;
}
/* 5 - Icons */
.multiple-items-21-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-21-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-21-indicators.carousel-indicators {
  padding: 0;
  width: 175px;
  height: 19px;
  margin: auto auto 5px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-21-indicators.carousel-indicators > li {
  padding: 0;
  width: 10px;
  height: 10px;
  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-21-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(255,106,0,.7);
  box-shadow: 0 0 0 2px rgb(255,106,0,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(255,106,0,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-21-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-21-indicators.carousel-indicators > li.active::after {
  background: #ff6a00;
}