@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/css/animate.css");

@-webkit-keyframes glowing {
  0% {/* background-color: #ff0000; *//* box-shadow: 0 0 5px #7f0000; */}
  50% {background-color: #ff0000;box-shadow: 0 0 10px #ff0000;}
  100% {/* background-color: #f9f9f9; *//* box-shadow: 0 0 3px #ff0000; */}
}
 
@-moz-keyframes glowing {
  0% {/* background-color: #ff0000; *//* box-shadow: 0 0 5px #7f0000; */}
  50% {background-color: #ff0000;box-shadow: 0 0 10px #ff0000;}
  100% {/* background-color: #f9f9f9; *//* box-shadow: 0 0 3px #ff0000; */}
}
 
@-o-keyframes glowing {
  0% {/* background-color: #ff0000; *//* box-shadow: 0 0 5px #7f0000; */}
  50% {background-color: #ff0000;box-shadow: 0 0 10px #ff0000;}
  100% {/* background-color: #f9f9f9; *//* box-shadow: 0 0 3px #ff0000; */}
}
 
@keyframes glowing {
  0% {/* background-color: #ff0000; *//* box-shadow: 0 0 5px #7f0000; */}
  50% {background-color: #ff0000;box-shadow: 0 0 10px #ff0000;}
  100% {/* background-color: #f9f9f9; *//* box-shadow: 0 0 3px #ff0000; */}
}

@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);

}

}

.UIRelatedProduct .IsHot {
    position: absolute;
    color: transparent;
}
.UIRelatedProduct .IsNew {
    position: absolute;
    background: url(Images/new.png) no-repeat 0 0;
    color: transparent;
    top: 4px;
    left: 7px;
    width: 63px;
    height: 61px;
    background-size: 55%;
    animation: text-flicker 3s linear infinite; 
}
.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;
    grid-row-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: 15px;
    font-weight: bold;
    line-height: 35px;
}
.UIRelatedProduct a.BigUrl {
    text-align: center;
}
.UIRelatedProduct a.BigUrl .SaleOff {
    position: absolute;
    right: 28px;
    top: 260px;
    color: #ffffff;
    background: url(/Themes/Default/UIRelatedProduct/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;
}

.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: 220px;
    object-fit: cover;
}

.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;
    text-transform: uppercase;
}
.UIRelatedProduct .ChildDiv .priceField span.price-month {
    display: none;
}
.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 {
    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;
}
