﻿
.triangle-topleft {
    display: block;
    position: absolute;
    z-index: 1;
    width: 63px;
    height: 47px;
    cursor: pointer;
    background: #333;
    font-size: 14px;
}

@media (max-width: 767px) {
	.triangle-topleft {
    display: none;
    position: absolute;
    z-index: 1;
    width: 65px;
    height: 49px;
    cursor: pointer;
    background: #333;
    bottom: 26px;
}
}
.triangle-topleft1 {
    display: block;
    /* position: absolute; */
    z-index: 1;
    width: 84px;
    height: 60px;
    cursor: pointer;
    background: #333;
    right: 45px;
    top: 16%;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
}

.save-discount {
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 7px;
    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;
    padding-top: 2px;
}