@charset "UTF-8";
/* CSS Document */

.summer-sale-en {
	position: absolute;
	color: #00a19e;
	font-weight: 700 !important;
	font-size: 84px;
	top: -450px;
	left: -85px;
}
.summer-sale-fr {
	position: absolute;
	color: #00a19e;
	font-weight: 700 !important;
	font-size: 81px;
	top: -205px;
	left: -350px;
}
.summer-sale-lfm-en {
	position: absolute;
	color: #00a19e;
	font-weight: 700 !important;
	font-size: 84px;
	top: -465px;
	left: -270px;
}
.summer-sale-lfm-fr {
	position: absolute;
	color: #00a19e;
	font-weight: 700 !important;
	font-size: 103px;
	top: -195px;
	left: -713px;
}
.summer-sale-sale {
	visibility: hidden;
}

@media (max-width: 1199px) {
  .summer-sale-en, .summer-sale-fr, .summer-sale-lfm-en, .summer-sale-lfm-fr  {
   	display:none;
  }
}

/* WVI component */
.wvi-row {
  margin: 0 !important;
}
.sale-img, .sale-body {
  padding: 0;
}
.sale-img img {
  width: 100%;
}
.sale-wrapper {
  background: #eff4f4;
  min-height: 100px;
}
.sale-glyph {
  height: 46px;
  width: 46px;
  font-size: 26px !important;
  line-height: 38px !important;
  text-align: center;
  background-clip: padding-box;
  display: inline-block;
  color: #FFFFFF;
  background-color: #003c71;
  border: 5px solid #eff4f4;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 15px;
}
.sale-text h3 {
  font-size: 22px;
  margin-top: 0 !important;
}
.sale-body {
  display: table;
  height: 100%;
}
.sale-text {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

.sale-text a {
  text-decoration: none;
}

@media (min-width:992px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sale-wrapper {
  height: auto;
}
.sale-glyph {
  height: 64px;
  width: 64px;
  font-size: 40px !important;
  line-height: 55px !important;
  top: 55px;
  left: -30px;
}
.sale-text {
  padding: 0 45px;
}
}
