/* --------- TOP SELLER RED --------------- */


.ribbonred {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 101;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonred span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #a70a0a;
  background: linear-gradient(#c9330d 0%, #a70a0a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonred span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #a70a0a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a70a0a;
}
.ribbonred span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #a70a0a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a70a0a;
}
/* ---------------------------- */
.ribbonredBottom {
  position: absolute;
  right: -5px; bottom: -5px;
  z-index: 101;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonredBottom span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 100px;
  display: block;
  background: #a70a0a;
  background: linear-gradient(#c9330d 0%, #a70a0a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 19px; right: -21px;
}
.ribbonredBottom span::before {
  content: "";
  position: absolute; left: 0px; bottom: 100%;
  z-index: -1;
  border-left: 3px solid #a70a0a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a70a0a;
}
.ribbonredBottom span::after {
  content: "";
  position: absolute; right: 0px; bottom: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #a70a0a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a70a0a;
}
/* ---------------------------- */
.ribbonredLeft {
  position: absolute;
  left: -5px; top: -5px;
  z-index: +1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonredLeft span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #a70a0a;
  background: linear-gradient(#c9330d 0%, #a70a0a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}


.ribbonredBottomLeft {
  position: absolute;
  left: -5px; bottom: -5px;
  z-index: +1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonredBottomLeft span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #a70a0a;
  background: linear-gradient(#c9330d 0%, #a70a0a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 19px; left: -21px;
}


/* --------- ribbon yelolow --------------- */


.ribbonyellow {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 101;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonyellow span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #d9c300;
  background: linear-gradient(#f0d800 0%, #d9c300 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonyellow span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #d9c300;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d9c300;
}
.ribbonyellow span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d9c300;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d9c300;
}
/* ---------------------------- */
.ribbonyellowBottom {
  position: absolute;
  right: -5px; bottom: -5px;
  z-index: 101;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonyellowBottom span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 100px;
  display: block;
  background: #d9c300;
  background: linear-gradient(#f0d800 0%, #d9c300 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 19px; right: -21px;
}
.ribbonyellowBottom span::before {
  content: "";
  position: absolute; left: 0px; bottom: 100%;
  z-index: -1;
  border-left: 3px solid #d9c300;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d9c300;
}
.ribbonyellowBottom span::after {
  content: "";
  position: absolute; right: 0px; bottom: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d9c300;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d9c300;
}
/* ---------------------------- */
.ribbonyellowLeft {
  position: absolute;
  left: -5px; top: -5px;
  z-index: +1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonyellowLeft span {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #f0d800;
  background: linear-gradient(#f0d800 0%, #d9c300 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}


.ribbonyellowBottomLeft {
  position: absolute;
  left: -5px; bottom: -5px;
  z-index: +1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonyellowBottomLeft span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #d9c300;
  background: linear-gradient(#f0d800 0%, #d9c300 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 19px; left: -21px;
}