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

/**********************/
/* Multiple Items 23
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 23
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-23-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 10px;
  display: block;
  line-height: 1.5;
  position: relative;
}
/* 2 - All Links */
.multiple-items-23-layer .sz-links {
  height: auto;
}
/* 3 - Container */
.multiple-items-23-layer > div {
  width: 100%;
  margin: auto;
  padding: 20px;
  display: block;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
}
/* 4 - Image Part - Link */
.multiple-items-23-layer > div > a {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  text-decoration: none;
}
/* 5 - Image */
.multiple-items-23-layer > div > a > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 6 - New */
.multiple-items-23-layer > div > a > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 45px;
  height: 25px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #2600ff;
  margin: 0 auto auto 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
/* 7 - Video Icon */
.multiple-items-23-layer > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #2600ff;
  margin: auto 0 0 auto;
}
/* 8 - Text Part */
.multiple-items-23-layer > div > div {
  margin: 0;
  width: 100%;
  height: 140px;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 0 0 0;
}
/* 9 - Product Name */
.multiple-items-23-layer > div > div > a:nth-child(1) {
  width: 100%;
  color: #666;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: none;
  /*
	white-space: nowrap;
	
  */
  text-decoration: none;
 
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
/* 10 - Price - Link */
.multiple-items-23-layer > div > div > a:nth-child(2) {
  width: 100%;
  font-size: 0;
  display: block;
  margin-top: 10px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* 11 - New Price */
.multiple-items-23-layer > div > div > a:nth-child(2) > span:nth-child(1) {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
}
/* 12 - Old Price */
.multiple-items-23-layer > div > div > a:nth-child(2) > span:nth-child(2) {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
  display: inline-block;
  text-decoration: line-through;
  font-family: 'Roboto', sans-serif;
}
/* 13 - Percentage */
.multiple-items-23-layer > div > div > a:nth-child(2) > span:nth-child(3) {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 1px 8px;
  text-shadow: none;
  margin-left: 0px;
  background: #ff0040;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Roboto', sans-serif;
}
/* 14 -  Minimum Order Quantity */
.multiple-items-23-layer > div > div > a:nth-child(3) {
  color: #333;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
/* 15 - Stars - wrapper */
.multiple-items-23-layer > div > div > ul {
  padding: 0;
  font-size: 0;
  display: block;
  margin: 7px 0 0 0;
}
/* 16 - Stars - children */
.multiple-items-23-layer > div > div > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 17 - Stars - icons */
.multiple-items-23-layer > div > div > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fdba0a;
  font-size: 11px;
}

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

/*----- When the screen size gets = 993px and < 1200px -----*/
@media (min-width: 993px) and (max-width: 1200.98px) {
  /* Background color of carousel */
  .multiple-items-23.sz-slider {
    height: 515px !important;
  }
}

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

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

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

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

/* 1 - Buttons */
.multiple-items-23-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  z-index: 15;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: #ccc;
  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-23-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 32px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-23-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 32px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-23-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #2600ff;
}
/* 5 - Icons */
.multiple-items-23-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-23-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-23-indicators.carousel-indicators {
  padding: 0;
  width: 185px;
  height: 19px;
  margin: auto auto 5px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-23-indicators.carousel-indicators > li {
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 5px;
  border: none;
  line-height: 12px;
  background: #e0e0e0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 2px #e0e0e0;
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
  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-23-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #2600ff;
  -webkit-box-shadow: 0 0 0 2px #2600ff;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-23-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: transparent;
  transform: scale(.5);
  -webkit-transform: scale(.5);
  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-23-indicators.carousel-indicators > li.active::after {
  background: transparent;
}