﻿
.triangle-topleft {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 28px;
    cursor: pointer;
    background: #000;
    right: 5px;
    bottom: 24.9%;
}

@media (max-width: 767px) {
	.triangle-topleft {
    display: block;
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 49px;
    cursor: pointer;
      background: #000;
    top:0px;
    left:5px
}
}
.triangle-topleft1 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 84px;
    height: 60px;
    cursor: pointer;
    background: #f2b410;
    right: 45px;
    top: 113px;
    text-align: center;
}
.save-discount {
    color: #fff;
    position: absolute;
    bottom: 3px;
    left: 9px;
    font-weight: bold;
    text-align: center;
}
.save-discount1 {
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}