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

/**********************/
/* Multiple Items 22
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-22-wrapper {
  padding: 30px 30px 5px 30px;
}
/* 2 - Background color of carousel */
.multiple-items-22.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 22
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-22-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 Part */
.multiple-items-22-layer > div:nth-child(1) {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Image */
.multiple-items-22-layer > div:nth-child(1) > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 4 - Buttons */
.multiple-items-22-layer > div:nth-child(1) > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 95%;
  height: 40px;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: #141414;
  margin: auto auto 4px auto;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
}
/* 5 - Buttons - Links */
.multiple-items-22-layer > div:nth-child(1) > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  height: 100%;
  margin: auto;
  display: block;
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 6 - Buttons - Search */
.multiple-items-22-layer > div:nth-child(1) > div > a:nth-child(1) {
  width: 20%;
  margin-left: 0;
  background: #141414;
}
/* 7 - Buttons - Add to cart */
.multiple-items-22-layer > div:nth-child(1) > div > a:nth-child(2) {
  width: 60%;
  font-weight: 700;
  background: #4ba3d6;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
/* 8 - Buttons - Random */
.multiple-items-22-layer > div:nth-child(1) > div > a:nth-child(3) {
  width: 20%;
  margin-right: 0;
  background: #141414;
}
/* 9 - Buttons Show On Hover */
.multiple-items-22-layer:hover > div:nth-child(1) > div {
  opacity: 1;
  visibility: visible;
}
/* 10 - Buttons - Hover */
.multiple-items-22-layer > div:nth-child(1) > div > a:hover {
  color: #4ba3d6;
  background: #fff;
}
/* 11 - Text Part */
.multiple-items-22-layer > div:nth-child(2) {
  margin: 0;
  width: 100%;
  height: 100px;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 0 0 0;
}
/* 12 - Tags */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(1) {
  color: #999;
  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 - Product Name */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(2) {
  color: #444;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
/* 14 - Price - Link */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(3) {
  display: inline-block;
  text-decoration: none;
}
/* 15 - Price - Prices */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(3) > span {
  letter-spacing: .5px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
}
/* 16 - Price - New Price */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(3) > span:nth-child(1) {
  color: #4ba3d6;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
/* 17 - Price - Old Price */
.multiple-items-22-layer > div:nth-child(2) > a:nth-child(3) > span:nth-child(2) {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
/* 18 - Stars - wrapper */
.multiple-items-22-layer > div:nth-child(2) > ul {
  padding: 0;
  font-size: 0;
  margin: 0 0 0 18px;
  display: inline-block;
}
/* 19 - Stars - children */
.multiple-items-22-layer > div:nth-child(2) > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 20 - Stars - icons */
.multiple-items-22-layer > div:nth-child(2) > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fdba0a;
  font-size: 10px;
}


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

/*----- When the screen size gets = 993px and < 1200px -----*/
@media (min-width: 993px) and (max-width: 1200.98px) {
  /* Stars - wrapper */
  .multiple-items-22-layer > div:nth-child(2) > ul {
    margin: 0 0 0 15px;
  }
}

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Background color of carousel */
  .multiple-items-22.sz-slider {
    height: 485px !important;
  }
  /* Padding - Wrapper */
  .multiple-items-22-wrapper {
    padding: 30px 0 5px 0;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* Background color of carousel */
  .multiple-items-22.sz-slider {
    height: 485px !important;
  }
  /* Padding - Wrapper */
  .multiple-items-22-wrapper {
    padding: 30px 0 5px 0;
  }
}

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

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

/* 1 - Buttons */
.multiple-items-22-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: #4ba3d6;
  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-22-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 42px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-22-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 42px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-22-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #141414;
}
/* 5 - Icons */
.multiple-items-22-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-22-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-22-indicators.carousel-indicators {
  padding: 0;
  width: 195px;
  height: 21px;
  margin: auto auto 5px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-22-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-22-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(75,163,214,.7);
  box-shadow: 0 0 0 2px rgb(75,163,214,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(75,163,214,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-22-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-22-indicators.carousel-indicators > li.active::after {
  background: #4ba3d6;
}