@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 {
    line-height: 30px;
    color: #3a3737;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px
}
    .UIProductList {
        margin: 10px auto 40px;
        width: 1170px;
    }
        .UIProductList .ChildDiv {
            position: relative;
            vertical-align: top;
            width: 100%!important;
            border: 1px solid #e3e3e3;
            height: 540px;
            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,.UIProductList .ChildDiv .img img {
                width: 100%;
                height: 220px;
                object-fit: cover;
            }

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

        .UIProductList .ChildDiv .priceField .salePrice {
            display: block;
            font-size: 16px;
            color: red;
            font-weight: bold;
            text-transform: uppercase;
        }
.UIProductList .ChildDiv .priceField  span.price-month {
    display: none;
}
        .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;
    max-height: 155px;
    overflow:hidden;
    line-height:1.5;
}

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

        .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: 16px;
    font-weight: bold;
    padding: 8px 0;
    display: inline-block;
}
.UIProductList a.BigUrl {
    #position: relative;
    text-align: center;
}
.UIProductList .SaleOff:before {
    content: '-';
}
.UIProductList a.BigUrl .SaleOff {
    position: absolute;
    right: 28px;
    top: 260px;
    color: #ffffff;
    background: url(/Themes/Default/UIProductList/Images/sale.png) no-repeat;
    font-size: 15px;
    width: 61px;
    height: 61px;
    background-size: 72%;
    text-align: center;
    margin: 0 auto;
    padding: 12px 15px 0 0;
    animation: text-flicker 3s linear infinite;
}
.UIProductList span.Summary {
	padding: 10px 20px;
    display: inline-block;
    line-height: 1.5;
}
.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(/Themes/Default/UIProductList/Images/new.png) no-repeat 0 0;
    color: transparent;
    top: 40px;
    right: 0;
    width: 66px;
    height: 64px;
    background-size: 70%;
  	animation: text-flicker 3s linear infinite; 
}
.UIProductList .IsHot {
    position: absolute;
    /* background: url(/Themes/Default/UIProductList/Images/hot.png) no-repeat 0 0; */
    color: transparent;
    top: 40px;
    right: 5px;
    width: 76px;
    height: 38px;
}

/*****************************************/
.UIProductList .MainList .ListProduct.col2 {
    display: grid;
    grid-template-columns: calc(50% - (50px * 1/2)) calc(50% - (50px * 1/2));
    grid-column-gap: 50px;
    margin: 0 100px;
}
.UIProductList .ListSubCategory .ChildDiv .img,.UIProductList .ListSubCategory .ChildDiv .img img {
    width: 100%;
    height: 300px;
    object-fit:cover;
}
.UIProductList .ListSubCategory .ChildDiv {
    vertical-align: top;
    width: 100%!important;
    border: 1px solid #e3e3e3;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.UIProductList .ListSubCategory .ChildDiv .btnField {
    width: 100%;
    text-align: center;
    position: initial;
    margin: 20px 0;
}
.UIProductList .ListSubCategory .ChildDiv .textPath {
    border-top: none;
    margin: 0;
}

