.UIProductDetail iframe {
    background: transparent;
}
.UIProductDetail {
        margin: 0 auto;
        position: relative;
        padding: 20px;
        border-radius: 5px;
    z-index:10;
}
.UIProductDetail .fb-like {float: left;
    margin-bottom: 5px;    margin-left: -5px;}
.UIProductDetail .title h1 {
            margin: 0 0 15px 0;
            font-weight: 700;
            color: #009342;
            font-size: 18px;
            text-transform: uppercase;
}
.banner:before, .banner:after {
	content: "";
	display: table;
	clear: both;
}
.UIProductDetail .banner {
            margin-bottom: 25px;
            width: 100%;
}
.UIProductDetail .contentRight {
    margin-top: 40px;
}
.UIProductDetail .img img {
            /* width: 90%; */
            /* vertical-align: top; */
}
.UIProductDetail .summary {
            vertical-align: top;
            font-size: 15px;
            position: relative;
            line-height: 2;
            font-family: 'Roboto';
}
.UIProductDetail .summary strong{
            color: #dc241c;
}
.UIProductDetail .price .new-price {
    margin: 15px 0;
    font-size: 16px;
    font-family: Roboto;
}
.UIProductDetail .price b.value-price {
    color: #dc241c;
    font-size: 18px;
    font-weight: 700;
}
.UIProductDetail .tab {
            overflow: hidden;
            border-bottom: 2px solid #f0f0f0;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
}
.UIProductDetail .tab span.tablinks {
                outline: none;
                cursor: pointer;
                padding: 15px 20px;
                transition: 0.3s;
                color: #acacac;
}
.UIProductDetail .tab span.tablinks.borderbox {
                outline: none;
                cursor: pointer;
                padding: 15px 20px;
                transition: 0.3s;
                color: #009342;
                display: inline-block;
}
.UIProductDetail .tab span:hover {
                color: #333;
}
.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-size:15px;
            line-height:1.5;
            font-family:Roboto
}
.UIProductDetail .tabcontent img{
            max-width: 100%;
}
.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 {
        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 .btnField a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0.15), transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}
.UIProductDetail .btnField a {
    position: relative;
    background: #d60c0c;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    border: 1px solid #ffffff61;
    border-radius: 2px;
    text-transform: uppercase;
    font-size:15px;
}
.UIProductDetail .btnField a:hover {
    background: #009342cc;
}
.UIProductDetail .btnField {
    margin: 25px 0;
}

--------------------------
.UIProductDetail .MagicZoom, .MagicZoom:hover {
            outline: 0 !important;
            margin: auto;
            display: block !important
        }

           .UIProductDetail .MagicZoom img {
                border: 0 !important;
                outline: 0 !important;
                margin: 0 !important;
                padding: 0 !important
            }

       .UIProductDetail .MagicZoomHint {
            color: #444;
            font-size: 8pt;
            font-family: sans-serif;
            line-height: 24px;
            min-height: 24px;
            text-align: left;
            text-decoration: none;
            margin: 0;
            padding: 2px 2px 2px 20px !important
        }

       .UIProductDetail .MagicZoomExternalTitle {
            display: none
        }

       .UIProductDetail .MagicZoomBigImageCont {
            background: #fff;
            border: 1px solid #999
        }

           .UIProductDetail .MagicZoomBigImageCont * {
                display: inline
            }

           .UIProductDetail .MagicZoomBigImageCont img {
                max-width: none !important;
                max-height: none !important;
                height: auto !important;
                width: auto !important
            }

        .UIProductDetail .MagicZoomHeader {
            background: #666;
            color: #fff;
            font-size: 10pt !important;
            line-height: normal !important;
            text-align: center !important
        }

        .UIProductDetail .MagicZoomPup {
            background: #fff;
            border: 1px solid #aaa;
            cursor: move
        }

        .UIProductDetail .MagicZoomLoading {
            background: #fff;
            border: 1px solid #ccc;
            color: #444;
            font-family: sans-serif;
            font-size: 8pt;
            line-height: 1.5em;
            text-align: left;
            text-decoration: none;
            margin: 0;
            padding: 4px 4px 4px 24px !important
        }

        .UIProductDetail .MagicBoxShadow {
            -moz-box-shadow: 3px 3px 4px #888;
            -webkit-box-shadow: 3px 3px 4px #888;
            box-shadow: 3px 3px 4px #888;
            border-collapse: separate;
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#888888') !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important
        }

        .UIProductDetail .MagicBoxGlow {
            -moz-box-shadow: 0 0 4px 4px #888;
            -webkit-box-shadow: 0 0 4px 4px #888;
            box-shadow: 0 0 4px 4px #888;
            border-collapse: separate;
            filter: progid:DXImageTransform.Microsoft.Glow(Strength=4,Color='#888888') !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important
        }

        .UIProductDetail .img-large a::after {
        content: '';
        position: absolute;
        z-index: 10;
        
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: 100% 100%;
        }

        .UIProductDetail .img-thumbs {
            width:100%!important;
            margin-top: 25px;
        }

        .UIProductDetail .img-thumbs .item {
            width: 20%;
            float: left;
            padding: 0px 4px;
        }

            .UIProductDetail .img-thumbs .item a .more {
                position: absolute;
                background: rgb(0 0 0 / 48%);
                z-index: 99;
                top: 0;
                color: #fff;
                font-size: 12px;
                text-align: center;
                line-height: 14px;
                height: 100%;
                width: 100%;
                padding: 5px;
            }

            .UIProductDetail .img-thumbs .item a.active, .UIProductDetail .img-thumbs .item a:hover {
            }

            .UIProductDetail .img-thumbs .item a {
                /* border: solid 1px #eee; */
                position: relative;
                padding-top: 100%;
                overflow: hidden;
                border-radius: 5px;
                display: block !important;
                transition: all .3s ease;
                width: 100%;
            }
           

.UIProductDetail .img-large a {
    display: block;
    /* position: relative; */
    /* padding-top: 80% !important; */
    width: 100% !important;
    text-decoration: none;
    outline: 0px;
    overflow: hidden;
    width: auto;
    height: auto;
}
            .UIProductDetail .img-large a img {
    /*position: absolute;*/
    /* max-width: 90%; */
    /* max-height: 90%; */
    width: 100% !important;
    /* height: 460px !important; */
    left: 0;
    top: 0;
    right: 0;
    margin: auto !important;
    object-fit: cover;
}

.UIProductDetail .img-large {
    position: relative;
}
        .UIProductDetail .banner a {
            text-decoration: none;
        }

        .UIProductDetail .img-thumbs .item img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            margin: auto;
            width: 98%;
        }


        .UIProductDetail .banner img {
            /* vertical-align: middle; */
            /* border-style: none; */
            /* max-width: 100%; */
            /* height: auto; */
        }
.UIProductDetail .img {
            width: 40%;
            margin-right: 80px;
            float: left;
            position: relative;
        }
        
       .UIProductDetail span.more {
            display: flex;
            align-items: center;
        }
        .UIProductDetail .itemImg{
            outline: 0px; display: inline-block;
        }
.UIProductDetail a.itemImg.active {
    border: 1px solid #bebebe !important;
}