

/* Start:/local/components/fortes/special_list/templates/.default/style.css?17473913823375*/
.specialoffer {
  display: flex;
  flex-direction: column;
  /* margin-top: 30px; */
}

.specialoffer--section {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  /* border: 5px dashed #df0909ed; */
  /* background: #f6f8f7; */
  /* background: #e7e7e8; */
  border-radius: 10px;
}

.specialoffer--section .slick-arrow:before {
  font-size: 30px;
  color: #1054a6;
}

.specialoffer--section .slick-prev {
  left: -15px;
}

.specialoffer--section .slick-next {
  right: -10px;
}

.specialoffer-section--name {
  text-align: center;
  font-size: 25px;
  color: #0054a6;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.specialoffer-section--preview {
  text-align: center;
  font-size: 25px;
  color: #0054a6;
  padding: 0 10px 10px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Arial';
  font-style: italic;

}

.specialoffer--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 390px;
}

.specialoffer-items--one {
  background: #FFF;
  width: 250px;
  padding: 10px;
  margin: 10px 15px;
  box-shadow: 0 0 15px grey;
  border-radius: 5px;
  position: relative;

  /* background: url('/upload/special_offer/best2.jpg');
  background-position: top 200px;
  background-size: 200px 50px;
  background-repeat: no-repeat;
  background-color: #fff; */
}

.specialoffer--best-price {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100px;
  /* right: 0;
  top: 210px;
  width: 100%; */
}

.specialoffer-items--image {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specialoffer-items--image img {
  max-width: 100%;
  max-height: 210px;
}

.specialoffer-items--name {
  margin: 10px 0;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.specialoffer-items--name a {
  font-size: 15px;
  color: #23527c;
  text-decoration: underline;
}
.specialoffer-items--name a:hover {
  color: red;
}

.specialoffer-items--price-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.specialoffer-items--price-box.price-old-yes {
  justify-content: space-between;
}

.specialoffer-items--price {
  color: #0054a6;
  font-weight: bold;
  font-size: 25px;
}
.specialoffer-items--old-price,
.specialoffer-items--old-price .fa-rub {
  color: gray;
  font-size: 16px;
}

.specialoffer-section--detail {
  color: black;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 15px;
}

.product-list--price {
  align-items: center;
}

@media (max-width: 1024px) {
  .specialoffer--items {
    height: 270px;
  }

  .specialoffer-items--one {
    min-height: 270px!important;
    box-shadow: 0 0 0 gray!important;
    border: 1px solid #ddd;
    margin: 2px;
  }

  .specialoffer-items--image {
    height: 150px;
  }
  .specialoffer-items--image img {
    max-height: 130px;
  }

  .specialoffer--best-price {
    width: 80px;
  }

  .specialoffer-items--price,
  .specialoffer-items--price .fa-rub,
  .specialoffer-items--old-price,
  .specialoffer-items--old-price .fa-rub
  {
    font-size: 18px;
  }

  .specialoffer-items--price-box {
    justify-content: center;
  }
  .specialoffer-items--price-box.price-old-yes {
    justify-content: space-between;
  }

  .specialoffer--section .slick-prev {
    left: 0;
  }
  .specialoffer--section .slick-next {
    right: 7px;
  }

}

/* End */
/* /local/components/fortes/special_list/templates/.default/style.css?17473913823375 */
