.picker__select--year,
.picker__select--month {
	height: 36px;
	/*padding: 7px 12px;*/
	font-size: 13px;
	line-height: 1.5384616;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	-moz-appearance: none;
	padding-right: 5px;
}

.footer-larizo {
	position: absolute;
	bottom: 20px;
}

.img-login{
	height: 130px;
}

.member-card{
	width: 504px;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 4px;
}

.member-card img{
	width: 492px;
    border: 1px solid #bdafaf;
    border-radius: 5px;
}

.member-card-text{
	position: absolute;
    left: 5%;
    bottom: 5%;
    color: #fff;
}

.badge-promo-notif{
	left: 107px;
    top: 92px;
    transform: rotate(-41deg);
}

.box {
	width: 200px; height: 300px;
	position: relative;
	border: 1px solid #BBB;
	background: #EEE;
  }
.thumbnail:hover {
  border-color: rgb(239, 159, 0);
}
.ribbon2 {
  display: flex;
  position: absolute;
  right: 10px;
  left: auto;
  top: 74px;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 45px;
  text-align: right;
  transform: rotate(0deg);
}
.ribbon2 span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-33deg);
  width: 100px;
  display: block;
  /*background: linear-gradient(#9bc90d 0%, #79a70ae6 100%);*/
  background-color: #79a70a; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(bottom, #9bc90d 0%, #79a70ae6 100%); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image:    -moz-linear-gradient(to bottom, #9bc90d 0%, #79a70ae6 100%); /* For Firefox (3.6 to 15) */
  background-image:      -o-linear-gradient(to bottom, #9bc90d 0%, #79a70ae6 100%); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, #9bc90d 0%, #79a70ae6 100%); /* Standard syntax; must be last */

  box-shadow: 2px 0px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 16px;
  right: -28px;
}
.ribbon2 span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon2 span::after {
  content: "";
  position: absolute; right: 100px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}