.UIRelatedProduct .IsHot, .UIRelatedProduct .IsNew {
    position: absolute;
    background: #ff0a00;
    background: linear-gradient(to right top, #ff0a00 25%, #ff5300, #ff0000);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 13px 0;
    top: 0;
    left: 15px;
    width: 36.5px;
    font-family: 'Courgette', cursive;
}
.UIRelatedProduct .IsHot:after, .UIRelatedProduct .IsNew:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -10px;
    position: absolute;
    border-color: transparent #ff0a00;
    border-style: solid;
    border-width: 0 18px 10px;
}
.UIRelatedProduct {
    margin: 10px auto 40px;
    width: 1170px;
}
.UIRelatedProduct .MainTitle {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #444;
    display: inline-block;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .ChildDiv {
    position: relative;
    vertical-align: top;
    width: 100%!important;
    border: 1px solid #e3e3e3;
    /* height: 530px; */
    overflow: hidden;
}

.UIRelatedProduct .ProductName {
    background: #0166b4;
    background: linear-gradient(141deg, #0166b4 0%, #2795ec 51%, #0d7bd0 75%);
    text-align: center;
}

.UIRelatedProduct .ProductName span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}
.UIRelatedProduct a.BigUrl {
    text-align: center;
}
.UIRelatedProduct 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;
}

.UIRelatedProduct span.Summary {
    padding: 0 10px;
    display: inline-block;
}

.UIRelatedProduct span.Summary p:before {
    content: "\f111";
    margin-right: 5px;
    font: normal normal normal 6px FontAwesome;
    color: #e60000;
    position: absolute;
    top: 5px;
    left: -2px;
}

.UIRelatedProduct span.Summary p {
    margin: 10px 0!important;
    padding: 0 0 0 10px;
    font-size: 14px;
    position: relative;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .Pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .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;
}

.UIRelatedProduct .Pager span.pNum:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}

.UIRelatedProduct .ChildDiv .img {
    width: 100%;
    /* height: 250px; */
}

.UIRelatedProduct .ChildDiv .priceField {
    text-align: center;
    margin: 10px 0px;
    border-bottom: 1px solid #eee;
    height: 70px;
}

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

.UIRelatedProduct .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;
}

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

.UIRelatedProduct .ChildDiv .btnField {
    /* position: relative; */
    /* bottom: 0; */
    /* width: 100%; */
    text-align: center;
    /* height: 50px; */
    margin: 20px 0;
}

.UIRelatedProduct .ChildDiv .btnField .btn:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}

.compdetail {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #0063a9;
    font-size: 16px;
}
.UIRelatedProduct a.BigUrl .IsNew {
    right: auto;
    left: -22px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}