
/*************************************/
.UIProductCarousel .SaleOff:before {
    content:'-';
}
.UIProductCarousel .SaleOff {
    position: absolute;
    background: url(/Themes/Default/UIProductCarousel/Images/sale.png) no-repeat 0 0;
    color: #fff;
    font-size: 15px;
    padding: 15px 10px 0 0;
    top: 50px;
    right: -8px;
    width: 61px;
    height: 61px;
    background-size: 80%;
    animation: text-flicker 5s infinite;
}

/*************************************/
.UIProductCarousel .itemPage .containner a.itemLink {
    position: relative;
    width: 100%;
    display: inline-block;
}
.UIProductCarousel .itemPage .containner .IsNew {
    position: absolute;
    background: url(/Themes/Default/UIProductCarousel/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;
}
.UIProductCarousel .itemPage .containner .IsHot {
    position: absolute;
    color: transparent;
    top: 50px;
    right: 0;
    width: 76px;
    height: 38px;
}
.UIProductCarousel{
    background: #f9f9f9;
    width: 100%;
    padding: 10px 0;
}
.UIProductCarousel .MainPContent {
    width: 1170px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
}
.UIProductCarousel .MainTitle {
    line-height: 35px;
    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;
}
.UIProductCarousel .MainTitle span:hover {
    color: #0e8ff2;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIProductCarousel .itemPage {
    border-radius: 2px;
    box-shadow: 0 0 5px #0000004d;
    background: #FFF;
    margin: 25px 15px 30px 15px;
    padding: 0 0 20px 0;
    position: relative;
}
.UIProductCarousel .itemPage .owl-prev, .UIProductCarousel .owl-next {
        background: #00abe9;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px;
        width: 140px;
        text-align: center;
        margin: 0 auto;
        border-radius: 2px;
        margin-top: 10px;
        cursor: pointer;
        transition: all .3s ease;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        font-size: 13px;
    }
.UIProductCarousel .itemPage .containner img {
        height: 220px;
        position: relative;
        top: -4px;
        width: 100%;
        object-fit: contain;
}
.UIProductCarousel a.itemLink span {
    color: #0066b9;
    font-size: 16px;
    letter-spacing: -.3px;
    font-weight: 700;
    display: inline-block;
    margin: 12px;
}
.UIProductCarousel .itemContent {
    text-align: justify;
    padding: 10px 15px;
    height: 120px;
    overflow: hidden;
}
.UIProductCarousel .itemContent p {
    margin: 5px 0!important;
    padding: 0 0 0 10px;
    font-size: 14px;
    position: relative;
}
.UIProductCarousel .itemContent p:before {
    content: "\f111";
    margin-right:5px;
    font: normal normal normal 6px FontAwesome;
    color: #e60000;
    position: absolute;
    top: 5px;
    left: -2px;
}
.UIProductCarousel .itemPage .LiBtn {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 10px;
    cursor:pointer;
    transition: all .3s ease;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 13px;
}
.UIProductCarousel .itemPage .LiBtn:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}
/*owl-custom*/
.UIProductCarousel .owl-item .p-item {
    width: 100% !important;
}
.UIProductCarousel .custom-nav .owl-nav {
    margin: 0 !important;
    position: relative;
}

.UIProductCarousel .custom-nav .owl-nav button {
        position: absolute;
        color: #e8e8e8 !important;
        top: 40%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
    }
.UIProductCarousel .custom-nav .owl-nav button i {
            font-size: 50px;
        }
.UIProductCarousel .custom-nav .owl-nav .owl-prev {
        left: 0;
        border-radius: 0 4px 4px 0;
    }
.UIProductCarousel .custom-nav .owl-nav .owl-next {
        right: 0;
    }
.UIProductCarousel .owl-nav button:hover {
        opacity: 1;
        background: none !important;
    }
.UIProductCarousel button.owl-dot {
    height: 20px!important;
    width: 20px!important;
    background: #1f7ed08c;
    background: linear-gradient(225deg,#29b1925c 0%,#11679e24 100%);
    border-radius:1000px;
    display:inline-block;
    margin:0 5px;
}
.UIProductCarousel button.owl-dot.active {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.UIProductCarousel button.owl-dot:hover {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}

