.UIProductDetail {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 5px;
}
.UIProductDetail .fb-like {
    position: absolute;
    right: 20px;
    top: 50px;
}
.UIProductDetail .title h1 {
            margin: 0 0 15px 0;
            font-weight: 700;
            color: #00a5c7;
            font-size: 18px;
            text-transform: uppercase;
}
.UIProductDetail .banner {
            display: inline-flex;
            margin-bottom: 20px;
            width: 100%;
}
.UIProductDetail .contentRight {width: 48%;margin-top: 45px;}
.UIProductDetail .img {
            width: 50%;
}
.UIProductDetail .img img {
            width: 90%;
            vertical-align: top;
}
.UIProductDetail .summary * {
            font-size: 16px !important;
            line-height: 1.5!important;
            font-family: Roboto!important;
            padding: 0;
            margin: 2px 0;
}
.UIProductDetail .price .new-price {
    margin: 15px 0;
    font-size: 16px;
    font-family: Roboto;
}
.UIProductDetail .price b.value-price {
    color: #f94704;
    font-size: 18px;
    font-weight: 700;
}
.UIProductDetail .tab {
            overflow: hidden;
            font-size: 14px;
            background: #cbf6ff;
            /* border-bottom: 3px solid #17a1be; */
}
.UIProductDetail .tab span {
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 8px 20px;
                transition: 0.3s;
                font-size: 16px;
                color: #17a1be;
                text-transform: uppercase;
                font-weight: bold;
}
.UIProductDetail .tab span.tablinks.borderbox {
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 8px 20px;
                transition: 0.3s;
                font-size: 16px;
                background: #17a1be;
                color: #fff;
                text-transform: uppercase;
}
.UIProductDetail .tab span:hover {
                    background-color: #17a1be;
                    color:#fff;
}
.UIProductDetail .tab span.active {
                    background-color: #ccc;
}
.UIProductDetail .tabcontent {
            padding: 6px 12px;
            border-top: none;
            animation: fadeEffect 1s;
            font-size: 15px;
            /* height: 200px; */
            /* overflow-y: scroll; */
            line-height: 1.5;
}
.UIProductDetail .tabcontent *{
            font-family:Roboto!important;
            font-size: 15px!important;
            line-height: 1.5!important;
}
.UIProductDetail .tabcontent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.UIProductDetail .tabcontent::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius:5px;
}
@keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
.UIProductDetail .imgLib {
        height: 100px;
        margin-top: 5px;
        list-style: none;
        padding: 0px;
        display: none;
}
.UIProductDetail .itemImg {
        width: 100px;
        display: inline-block;
}
.UIProductDetail .bigImg {
        width: 620px;
        margin: 0 30px 0 0;
}
.UIProductDetail .prev,
.UIProductDetail .next {
        text-decoration: none !important;
        cursor: pointer;
        position: absolute;
        color: #901b1b;
        font-weight: bold;
        font-size: 24px;
        top: 88%;
        border-radius: 0 3px 3px 0;
        padding: 8px 12px;
}
.UIProductDetail .prev {
        left: 0;
    }
.UIProductDetail .next {
        right: 0;
        border-radius: 3px 0 0 3px;
}
.UIProductDetail .prev:hover, .UIProductDetail .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
}
.UIProductDetail .active {
        border: 3px solid #5475f6;
}
.UIProductDetail .btnField a {
    cursor: pointer;
    color:#fff;
    font-size:15px;
    padding: 5px 30px;
    background: #03c2ea;
    text-transform: uppercase;
    font-weight: bold;
}
.UIProductDetail .btnField a:hover {
    background: #0aaacb;
}
.UIProductDetail .btnField {
    margin: 25px 0;
}