@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:red;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:red;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:red;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

/*style1*/
/*.product-label{
    position: relative;
}*/
.product-label.style1{
    /*overflow: hidden;*/
    position: relative;
    background-color: #0084B4;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.product-label.style1 > div{
    overflow: hidden;
}
.product-label.style1 span{
        display: inline-block;
        opacity: 0;
        /*overflow: hidden;*/
        transition-delay: 0s, 0s, 0s;
        transition-duration: 0.3s, 0.25s, 0.25s;
        transition-property: opacity, padding, width;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        width: 0px;
        color: #fff;
        text-transform: capitalize;
        line-height: 30px;
        font-size: 14px;
        padding: 0 9px 0 6px;
        position: relative;
        left: -100%;
}
.product-label.style1:hover span{
    opacity: 1;
    width: 100%;
    left: 0;
}

.product-label.style1:after {
    border-right-color: transparent;
}
.product-label.style1:after {
    border-color: #0084b4;
}
.product-label.style1:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #0084B4 transparent #0084B4 #0084B4;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    bottom: 0;
    content: "";
    position: absolute;
    right: -30px;
    z-index: 9;
}
.product-label.style1:before{
    content: "";
    width: 11px;
    height: 17px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -8px;
    z-index: 99;
    background-image: url(img/icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
/*-------style2----------*/
.product-label.style2{
    background-color: #7AB317;
    width: 64px;
    height: 40px;
    position: relative;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.product-label.style2:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 20px 0;
    border-color: transparent #7AB317 transparent transparent;
    position: absolute;
    top: 0;
    left: -10px;
}
.product-label.style2:after {
  
}
.product-label.style2 .product-label-sale{
    font-size: 10px;
    text-align: center;
}
.product-label.style2 .product-label-percentage{
    font-size: 10px;
    text-align: right;
    padding-right: 4px;
    line-height: 1;
}
.product-label.style2 .product-label-percentage .p-percentage{
    font-size: 24px;
    vertical-align: -moz-middle-with-baseline;
    padding-right:  7px;
}
.product-label.style2 .product-label-text{
    position: absolute;
    right: 3px;
    top: 10px;
    text-transform: uppercase;
}
/*-----------style3-----------*/
.product-label.style3{
    background-color: #429867;
    width: 46px;
    position: relative;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-top: 6px;
}
.product-label.style3:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 23px 0 23px;
    border-color: #429867 transparent transparent transparent;

    position: absolute;
    left: 0;
    bottom: -10px;
}

.product-label.style3 .product-label-sale{
    font-size: 13px;
    text-align: center;
}
.product-label.style3 .product-label-percentage{
    font-size: 12px;
    text-align: center;
    line-height: 1;
}
.product-label.style3 .product-label-percentage .p-percentage{
    font-size: 18px;
    vertical-align: bottom;
}
.product-label.style3 .product-label-text{
    text-transform: uppercase;
    font-size: 14px;
}
/*--------style4--------*/
.product-label.style4{
    font-size: 16px;
    background-color: #E31039;
    padding: 0 3px;
    line-height: 26px;
    position: relative;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 142px;
}
.product-label.style4 span{
    font-weight: bold;
}
.product-label.style4:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 8px 13px 0;
    border-color: transparent #E31039 transparent transparent;
    position: absolute;
    top: 0;
    left: -8px;
}