@keyframes text-flicker {

0% {

opacity:1;

text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);

}

2% {

opacity:0.1;

text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);

}

8% {

opacity:1;

text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);

}

9% {

opacity:1;

text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);

}

12% {

opacity:0.1;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

20% {

opacity:1;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

25% {

opacity:0.3;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

30% {

opacity:1;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

70% {

opacity:0.7;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

72% {

opacity:0.2;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

77% {

opacity:0.9;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

100% {

opacity:0.9;

text-shadow: 0px 0px rgba(242, 22, 22, 1);

}

}
.MainList .ListProduct {
    display: grid;
    grid-template-columns: calc(33% - (30px * 1/2)) calc(33% - (30px * 1/2)) calc(33% - (30px * 1/2));
    grid-column-gap: 30px;
}
.UIProductList .MainTitle {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #444;
    display: inline-block;
}
    .UIProductList {
        margin: 10px auto 40px;
        width: 1170px;
    }
        .UIProductList .ChildDiv {
            position: relative;
            vertical-align: top;
            width: 100%!important;
            border: 1px solid #e3e3e3;
            height: 530px;
            overflow: hidden;
            margin-bottom: 30px;
        }
        .UIProductList .ChildDiv .btnField .btn {
            padding: 5px 30px;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            color: white;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: bold;
        }
.UIProductList .ChildDiv .btnField .btn:after {
    content: "\f105";
    display: inline-block;
    font: bold 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

.UIProductList .Pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}
        .UIProductList .Pager span.pNum {
            cursor: pointer;
            border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
            font-size:16px;
        }
.UIProductList .Pager a.pNum, .next, .prev {
            cursor: pointer;
            border-radius: 100%;
            background-color: #f0f0f0;
            color: #848383;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #ececec;
            font-size: 16px;
        }
.UIProductList .Pager .CurrentNum {
            cursor: pointer;
            border-radius: 100%;
            background: #1f7ed0;
            background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
        }
            .UIProductList .Pager a.pNum:hover, .next:hover, .last:hover, .prev:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }
            .UIProductList .Pager span.pNum:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }
            .UIProductList .ChildDiv .img {
                width: 100%;
                height: 250px;
            }

    .UIProductList .ChildDiv .priceField {
        text-align: center;
        margin: 10px 0px 0;
    }

        .UIProductList .ChildDiv .priceField .salePrice {
            display: block;
            font-size: 16px;
            color: red;
            font-weight: bold;
        }

        .UIProductList .ChildDiv .priceField .oldPrice {
            display: block;
            text-decoration: line-through;
            color: #929292;
            font-size: 15px;
            padding: 10px 0 0;
        }

        .UIProductList .ChildDiv .priceField .speed {
            display: block;
            font-size: 17px;
        }

.UIProductList .ChildDiv .textPath {
    border-top: solid 1px #dcdcdc;
    margin: 15px 10px 0 10px;
}

    .UIProductList .ChildDiv .btnField {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

        .UIProductList .ChildDiv .btnField .btn:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
        }
.UIProductList .ProductName {
    background: #0166b4;
    background: linear-gradient(141deg, #0166b4 0%, #2795ec 51%, #0d7bd0 75%);
    text-align: center;
}
.UIProductList .ProductName span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}
.UIProductList a.BigUrl {
    #position: relative;
    text-align: center;
}
.UIProductList a.BigUrl .SaleOff {
    position: absolute;
    right: -33px;
    top: 10px;
    color:#fff;
    font-size: 18px;
    background: #ff0a00;
    background: linear-gradient(to right top, #ff0a00, #ff5300, #ff0000)
    height: 26px;
    width: 110px;
    line-height: 26px;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    font-family: Roboto;
}
.UIProductList span.Summary {
    padding: 0 10px;
    display: inline-block;
}
.UIProductList span.Summary p:before {
    content: "\f111";
    margin-right: 5px;
    font: normal normal normal 6px FontAwesome;
    color: #e60000;
    position: absolute;
    top: 5px;
    left: -2px;
}
.UIProductList span.Summary p {
    margin: 10px 0!important;
    padding: 0 0 0 10px;
    font-size: 14px;
    position: relative;
}
.UIProductList .IsNew {
    position: absolute;
    background: url(Images/new.png) no-repeat 0 0;
    color: transparent;
    top: 4px;
    left: 7px;
    width: 63px;
    height: 61px;
    background-size: 70%;
    animation: text-flicker 3s linear infinite; /*animation nÃƒÆ’Ã‚Â y kÃƒÂ¡Ã‚ÂºÃ‚Â¿p hÃƒÂ¡Ã‚Â»Ã‚Â£p vs @keyframe*/
}
.UIProductList .IsHot {
    position: absolute;
    background: url(Images/hot.png) no-repeat 0 0;
    color: transparent;
    top: 4px;
    left: 7px;
    width: 76px;
    height: 38px;
    background-size: 85%;
    animation: text-flicker 3s linear infinite; /*animation nÃƒÆ’Ã‚Â y kÃƒÂ¡Ã‚ÂºÃ‚Â¿p hÃƒÂ¡Ã‚Â»Ã‚Â£p vs @keyframe*/
}