/* Global */

.home-page {
  font-size: 13px;
  color: #222;
  font-family: Lato, Arial, Helvetica, Tahoma, sans-serif;
}

.home-page p {
  margin: 0;
  line-height: 24px;
}

.home-page span {
  color: #EA640C;
  text-decoration: none;
}

.home-page button {
  background-color: #ed7941;
  border: 0;
  color: #fff;
  outline: 0;
  height: 29px;
  padding: 2px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Lato, Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-page button:hover {
  background: #E85711;
}

.home-page h2 {
  font-size: 30px;
  color: #444;
  font-weight: bold;
}

.home-page h4 {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

.home-page .columns .column img {
  max-width: 100%;
}

.home-page .not-expandable-content {
  display: none;
}

/* Common style */

.home-page .home-catch-phrase {
  font-size: 14px;
  color: #666;/* check color */
  font-weight: bold;
}

h1.optional-h1 {
  color:#909090;
  font-family: Lato, Arial, Helvetica, Verdana;
  font-weight : bold;
  font-size: 14px;
}

/* - Carousel */

.home-page .home-carousel {
  position: relative;
  z-index: 0;
}

.home-page .home-carousel .home-carousel-images.swipe-enabled .home-carousel-image {
  -webkit-transition: margin-left .45s ease;
  -o-transition: margin-left .45s ease;
  -moz-transition: margin-left .45s ease;
  -ms-transition: margin-left .45s ease;
  transition: margin-left .45s ease;
}

.home-page #home-most-sale .home-carousel-btn,
.home-page .home-carousel .home-carousel-btn {
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, .5);
  color: white;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
}

.home-page .home-carousel .home-carousel-images {
  white-space: nowrap;
  overflow: hidden;
}

.home-page .home-carousel .home-carousel-images span:not(.promo-thumbnail, .price) {
  display: inline-block;
  width: 100%;
}

.home-page #home-head-carousel .home-carousel .home-carousel-images {
  background: #f2f2f2;
}

.home-page #home-head-carousel .home-carousel .home-carousel-images span img {
  width: 100%;
}

/* - Products */

.home-page #home-products {
  text-align: center;
  padding: 0 3%;
}

.home-page #home-products .column {
  padding: 15px 3%;
}

.home-page #home-products h4 {
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

.home-page #home-products span {
  font-size: 16px;
  color: #444;
}

.home-page #home-products span.promotion {
  color: #ed7941;
  font-weight: bold;
}

.home-page #home-promos .columns .column button {
  margin-top: 15px;
}

.home-page #home-promos .home-description {
  color: #444;
  padding: 0 35px;
}

.home-page #home-promos .home-description p {
  line-height: 18px;
}

.home-page #home-promos .home-description a.trigger-link {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}

.home-page #home-promos .home-description .not-expandable-content {
  padding-top: 15px;
}

.home-page #home-misc-links {
  text-align: center;
}

.home-page #home-most-sale {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 40px;
}

.home-page #home-most-sale .columns {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 25px;
  position: relative;
}

.home-page #home-most-sale .columns .column * {
  white-space: initial;
}

.home-page #home-most-sale .home-carousel-btn {
  background: transparent;
  color: #444;
  top: 35%;
}

.home-page #home-most-sale .home-carousel-btn-left {
  text-align: left;
}

.home-page #home-most-sale .home-carousel-btn-right {
  text-align: right;
}

.home-page #home-most-sale .columns .column h4 {
  margin: 0;
  height: 32px;
  font-size: 14px;
}

.home-page #home-most-sale .columns .column p {
  color: #999;
  font-size: 10px;
  line-height: 18px;
}

.home-page #home-most-sale .columns .column .promo {
  color: #ed7941;
  font-size: 12px;
}

.home-page #home-most-sale .columns .column .price {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
}

.home-page #home-most-sale .columns .column img {
  width: 100%;
  object-fit: contain;
}
