/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
#main h1 {
  font: 200 32px/40px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 10px;
  letter-spacing: -0.5px;
}
#main h1 strong {
  font-weight: 700;
  color: #333;
}

/* ------------------------------------------------------------------ */
/* promo sections */
.promo .txt-cnt h2 {
  font: 400 27px/35px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #333;
  margin: 35px 0;
}

.promo .txt-cnt h2 a {
  font: 400 27px/35px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #333;
  text-decoration: none !important;
}

.promo-desc {
  color: #777 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.promo-btn {
  margin: 30px 0;
}

.col-w .promo-btn {
  display: none;
}

.col-s .promo-desc {
  padding-right: 7%;
  font: 300 13px/19px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#promo-1 {
  clear: both;
  overflow: hidden;
  display: block;
  margin-top: 25px;
  width: 100%;
}

#promo-1 img {
  width: 100%;
  height: auto;
}

.promo .products li {
  background: none;
}
.promo .products li .thumb {
  padding-top: 95.5%;
}
.promo .products li .details {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1260px) and (max-width: 1400px), screen and (min-width: 700px) and (max-width: 900px), screen and (min-width: 450px) and (max-width: 600px), screen and (max-width: 320px) {
  .promo .products li .details {
    flex-direction: column;
  }
  .promo .products li .details .name {
    width: 100%;
  }
  .promo .products li .details div {
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
  }
}
.promo .products li.options:hover .item-options {
  opacity: 0;
}
.promo .products li.options:hover .name,
.promo .products li.options:hover .price,
.promo .products li.options:hover .manufacturer {
  opacity: 1;
}
@media screen and (max-width: 1000px), screen and (max-width: 1100px) {
  .promo .products li {
    width: 31%;
  }
}
@media screen and (max-width: 700px) {
  .promo .products li {
    width: 48.5%;
  }
  .promo .products li:last-child {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .promo .products li {
    width: 100%;
  }
  .promo .products li:last-child {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .promo .col-s {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
  .promo .col-w {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .col-s .promo-btn {
    display: none;
  }
  .col-w .promo-btn {
    display: block;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .col-w .promo-btn:hover {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
/* ------------------------------------------------------------------ */
/* lead */
#leadSlider {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

#leadSlider #lead-gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  max-height: 390px;
  position: relative;
  background: #fff;
  padding-top: 41.06%;
  white-space: nowrap;
  text-indent: 100%;
}

#leadSlider #lead-gallery a.gallery-prev,
#leadSlider #lead-gallery a.gallery-next {
  position: absolute;
  top: 48%;
  display: block;
  background: #ba3333;
  z-index: 3;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  text-indent: 0;
  white-space: all;
  opacity: 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

#leadSlider #lead-gallery:hover a.gallery-prev,
#leadSlider #lead-gallery:hover a.gallery-next {
  opacity: 1;
}

#leadSlider #lead-gallery a.gallery-prev i,
#leadSlider #lead-gallery a.gallery-next i {
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-indent: 0;
  white-space: all;
  text-align: center;
  position: relative;
}

#leadSlider #lead-gallery a.gallery-prev {
  left: 1%;
}

#leadSlider #lead-gallery a.gallery-next {
  right: 1%;
}

#leadSlider #lead-gallery a.gallery-prev i {
  left: -1px;
  top: 1px;
}

#leadSlider #lead-gallery a.gallery-next i {
  right: -1px;
  top: 1px;
}

#leadSlider #lead-gallery a.lead-img {
  display: block;
  width: 100%;
  position: absolute;
  padding-top: 41.06%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0;
  z-index: 1;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
  line-height: 0;
}

#leadBoxes {
  clear: both;
  overflow: hidden;
  position: relative;
}

#leadBoxes .leadBox-1 .leadBox-cnt,
#leadBoxes .leadBox-2 .leadBox-cnt {
  width: 48.43%;
  padding-top: 33.2%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-bottom: 35px;
}

#leadBoxes .leadBox-1 .leadBox-cnt {
  float: left;
}

#leadBoxes .leadBox-2 .leadBox-cnt {
  float: right;
}

@media screen and (max-width: 400px) {
  #leadBoxes .leadBox-1 .leadBox-cnt,
  #leadBoxes .leadBox-2 .leadBox-cnt {
    float: none;
    width: 100% !important;
    clear: both;
    display: block;
    padding-top: 71.74%;
  }
}
.lead {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

.lead ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lead ul li {
  position: relative;
  overflow: hidden;
}

.lead ul li a.thumb {
  width: inherit;
  height: inherit;
}

.lead ul li img {
  width: inherit;
  height: inherit;
  display: inline;
}

.lead ul li .price {
  padding: 3px 13px 3px 10px;
  color: #fff;
  font: italic 500 12px/13px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #a90000;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  -webkit-border-top-right-radius: 11px;
  -webkit-border-bottom-right-radius: 11px;
  -moz-border-radius-topright: 11px;
  -moz-border-radius-bottomright: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.lead ul li .more {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #a90000;
  font-size: 23px;
  line-height: 35px;
  text-decoration: none;
  border-radius: 25px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
}

.lead ul li .more i {
  position: relative;
  top: -1px;
  right: -2px;
}

.lead ul li .more:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#lead-1 {
  width: 946px;
  height: 732px;
}

#lead-1 ul li h2 {
  display: block;
  width: 30%;
  position: absolute;
  text-align: center;
  color: #fff;
  background: #760000;
  background: rgba(118, 0, 0, 0.8);
  font: 300 18px/26px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

#lead-1 ul li.item-1 h2 {
  bottom: 0;
  left: 0;
  height: 46.3%;
}

#lead-1 ul li.item-2 h2 {
  bottom: 0;
  right: 0;
  height: 34%;
  line-height: 24px;
}

#lead-1 ul li.item-3 h2 {
  top: 0;
  right: 0;
  height: 34%;
}

#lead-1 ul li.item-4 h2 {
  bottom: 0;
  left: 0;
  height: 46.3%;
  line-height: 32px;
}

#lead-1 ul li h2 a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding-top: 30%;
}

#lead-1 ul li h2 a span {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#lead-1 ul li.item-1 {
  width: 475px;
  height: 301px;
  position: absolute;
  left: 0;
  top: 0;
}

#lead-1 ul li.item-2 {
  width: 470px;
  height: 416px;
  position: absolute;
  right: 0;
  top: 0;
}

#lead-1 ul li.item-3 {
  width: 475px;
  height: 430px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#lead-1 ul li.item-4 {
  width: 470px;
  height: 315px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1260px) {
  #lead-1 {
    width: 730px;
    height: 566px;
  }
  #lead-1 ul li.item-1 {
    width: 367px;
    height: 233px;
  }
  #lead-1 ul li.item-2 {
    width: 362px;
    height: 321px;
  }
  #lead-1 ul li.item-3 {
    width: 367px;
    height: 332px;
  }
  #lead-1 ul li.item-4 {
    width: 362px;
    height: 244px;
  }
  #lead-1 ul li h2 a {
    font: 300 18px/18px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    right: 50px;
    bottom: 24px;
  }
}
@media screen and (max-width: 1020px) {
  #lead-1 {
    width: 100%;
    height: auto;
    padding-top: 77.534%;
  }
  #lead-1 ul li {
    height: auto !important;
  }
  #lead-1 ul li.item-1,
  #lead-1 ul li.item-2,
  #lead-1 ul li.item-3,
  #lead-1 ul li.item-4 {
    width: 50%;
  }
  #lead-1 ul li img {
    width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
  #lead-1 {
    clear: both;
    overflow: hidden;
    padding: 0;
  }
  .lead ul li img {
    float: left;
  }
  #lead-1 ul li.item-1,
  #lead-1 ul li.item-2,
  #lead-1 ul li.item-3,
  #lead-1 ul li.item-4 {
    width: 100%;
    position: relative;
    display: inline;
    float: left;
    margin: 0 0 1px;
  }
}

/*# sourceMappingURL=main.css.map */
