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

/**********************/
/* Multiple Items 18
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-18-wrapper {
  padding: 30px 0 5px 0;
}
/* 2 - Background color of carousel */
.multiple-items-18.sz-slider {
  padding: 70px 0 0 0;
  -webkit-font-smoothing: antialiased !important;
}

/*********************/
/* Multiple Items 18
/* Layer Settings
/*********************/


.telegram-link{
  left: 0!important;
  right: unset!important;
  background: #0088cc!important;
}
#position{
  right: 3px!important;
  top: 1px!important;
}



/* 1 - Layer - wrapper */
.multiple-items-18-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-18-layer > div:nth-child(1) {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Image */
.multiple-items-18-layer > div:nth-child(1) > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 4 - Basket Button */
.multiple-items-18-layer > div:nth-child(1) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 14px;
  position: absolute;
  background: #2db742;
  text-decoration: none;
  margin: auto 16px -18px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Basket Button - Icon */
.multiple-items-18-layer > div:nth-child(1) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 25px;
  font-size: 25px;
  margin: auto;
  display: block;
  position: absolute;
  text-decoration: none;
}
/* 6 - Basket Button - hover */
.multiple-items-18-layer > div:nth-child(1) > a:hover {
  background: #222;
}
/* 7 - Text Part */
.multiple-items-18-layer > div:nth-child(2) {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 0 0 0;
}
/* 8 - Stars - wrapper */
.multiple-items-18-layer > div:nth-child(2) > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}
/* 9 - Stars - children */
.multiple-items-18-layer > div:nth-child(2) > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 10 - Stars - icons */
.multiple-items-18-layer > div:nth-child(2) > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fdba0a;
  font-size: 11px;
}
/* 11 - Name */
.multiple-items-18-layer > div:nth-child(2) > a:nth-child(2) {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
/* 12 - Price - Link */
.multiple-items-18-layer > div:nth-child(2) > a:nth-child(3) {
  display: block;
  text-decoration: none;
}
/* 13 - Price - Prices */
.multiple-items-18-layer > div:nth-child(2) > a:nth-child(3) > span {
  letter-spacing: .5px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
}
/* 14 - Price - New Price */
.multiple-items-18-layer > div:nth-child(2) > a:nth-child(3) > span:nth-child(1) {
  color: #956928;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
/* 15 - Price - Old Price */
.multiple-items-18-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;
}

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

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

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

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

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

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