.breadcrumView{
    padding: 0;
    margin: 12px 0 20px 0;
}
.breadcrumView li{
    display: inline-block;
    list-style: none;
    padding-right: 10px;
    min-width: 82px;
}
.breadcrumView li:first-child:before{
    content: '';
}
.breadcrumView li:before{
    content: '/';
}
.pview-info-right{
    width: 100%;
}
.pview-info-right > h1{
    margin: 0 0 10px 0;
    font-size: 25px;
}
.si {
    background: url('../img/spriteIcon.png') no-repeat transparent;
}
#voteView0{background-position: 0 -329px}
#voteView1{background-position: 0 -248px}
#voteView2{background-position: 0 -264px}
#voteView3{background-position: 0 -280px}
#voteView4{background-position: 0 -296px}
#voteView5{background-position: 0 -312px}
.pageView > p{
    display: block;
    height: 15px;
}
.btnFavorite i{
    color: #b0acaf;
}
.btnFavorite{
    position: absolute;
    top: 50px;
    right: 10px;
    cursor: pointer;
}
.btnFavorite:hover i, .btnFavorite i.active{
    color: #915f87;
}
.item-option-product-detail label, .details-container label{
    color: #000;
    font-weight: normal;
}
.details-container{
    padding: 7px 3px 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid #f3f3f3;
}
.details-container label{
    display: inline-block;
}
.details-container label:first-child{
    padding-right: 20px;
}
#wrapper{
    background: #fbfbfb;
}
.productPrice .current{
    color: #393939;
    font-size: 20px;
    font-family: Calibre,Helvetica Neue,Helvetica,Arial,sans-serif;
    float: left;
    padding-right: 20px;
}
.productPrice .prev{
    text-decoration: line-through;
}
.description-pr{
    clear: both;
}
.description-pr p{
    color: #222;
}
.pview-info-right>h1,.detail-info-entry-title{
    color: #000;
}
.blockProductRelated{
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
}

.menu-top{
    clear: both;
}
.blockProductRelated .relatedItems{
    float: left;
    width: 18%;
    padding: 15px;
    text-align: center;
    position: relative;
}
.blockProductRelated .relatedItems > a:hover{
    text-decoration: none;
}
.blockProductRelated .relatedItems > a:first-child{
    display: block;
    height: 250px;
    overflow: hidden;
}
.blockProductRelated .relatedItems > a:nth-child(2){
    display: block;
    padding: 10px 0 0 0;
}
.blockProductRelated .relatedItems .btnFavorite{
    top: 10px;
    right: 10px;
}
.panel-parent-container{
    padding: 20px 0;
}
.panel-wrapper-header > h2{
    margin-bottom: 7px;
    color: #1b1a1a;
    font-size: 22px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 0 10px 0;
    font-family: Calibre-Light,HelveticaNeue-Light\, Helvetica Neue Light,Helvetica,Arial,sans-serif;

}
.panel-header{
    color: #000;
    font-weight: bold;
}
.content-pr{
    line-height: 25px;
}
.description-label{
    color: #000;
}
.about-product-img-container img{
    width: 100%;
}
.about-product-img.print{
    box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
}
.relatedCateWrp .owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.relatedCateWrp .owl-nav button.owl-next{
    float: right;
}
.relatedCateWrp .owl-nav button{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #9eabba !important;
    background: #ffffffba !important;
}
.relatedCateWrp .owl-nav button span{
    font-size: 24px;
    line-height: 18px;
}
.relatedCateWrp .cateItems{
    border: 1px solid #fff;
    padding: 10px;
}
.cateItems a:hover{
    text-decoration: none;
}
.cateItems > a > span:first-child{
    display: block;
    overflow: hidden;
    padding-bottom: 10PX;
}
.relatedCateWrp .cateItems:hover{
    border: 1px solid #dedddf;
    outline: #fff;
}
.blockProductRelated h3{
    font-size: 18px;
    color: #000;
}
.blockProductMain{
    padding-bottom: 15px;
}
.CateRlt a:hover{
    background-color: #dedddf;
    text-decoration: none;
    color: #000;
}
.CateRlt a{
    display: inline-block;
    padding: 5px 10px;
    color: #666;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin: 0 5px 12px 0;
}
.blockVideoFooter{
    float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 40px 0;
}
.blockVideoFooter iframe{
    width: 100%;
    height: 100%;
}
.blockVideoFooter .content-title-desktop{
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 300;
    color: #363636;
}
.recentlyViewed .btnFavorite{
    top: 10px;
}
@media (min-width: 1200px){
    #header {
        width: 1170px;
        margin: 0 auto;
    }
    .cateItems > a > span:first-child{
        min-height: 190px;
    }
}
@media (min-width: 992px){
    #header {
        width: 970px;
        margin: 0 auto;
    }
    .cateItems > a > span:first-child{
        min-height: 160px;
    }

}

@media screen and (min-width: 1024px){
    #wrapper > .container{
        width: 100%;
    }

    .blockProductRelated .relatedItems:nth-child(4){
        border-top-right-radius: 4px;
    }
    .blockProductRelated .relatedItems{
        border-radius: 2px 0 0 0;
        box-shadow: 0 0 2px 0 #9d9d9d;
    }
    .blockProductRelated .relatedItems>a:nth-child(2){
        height: 50px;
        min-height: 50px;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px){
    .blockProductRelated .relatedItems{
        box-shadow: 0 0 2px 0 #9d9d9d;
        border-radius: 2px 0 0;
        width: 45%;
        margin: 7px;
        padding: 10px;
    }
    .blockProductRelated .relatedItems>a:first-child{
        height: 155px;
    }
    .blockProductRelated .relatedItems>a:nth-child(2){
        height: 55px;
        overflow: hidden;
    }.recentlyViewed .cateItems{
         width: 99% !important;
     }

    #img-child .item img{
        max-height: unset !important;
    }
    .pview-info-right{
        width: 100%;
    }
}
.relatedItems{
    margin: 10px;
    padding: 0 30px;
}
.relatedItems img{
    height: 155px;
    width: 100%;
    object-fit: cover;
}
.owl-prev span{
    font-size: 50px;
    position: absolute;
    top: 65px;
    left: -20px;
}
.owl-next span{
    font-size: 50px;
    position: absolute;
    top: 65px;
    right: -20px;
}
.strong{
     font-weight: 700;
     color: #222;
     font-size: 14px;
}
.breadcrumView li:nth-child(n+4){
    display: none;
}
@media screen and (min-width: 1024px) {
    .blockProductRelated .relatedItems > a:first-child {
        display: block;
        height: 176px;
        width: 176px;
        overflow: hidden;
    }
    #img-child .item{
        width: 70px;
        height: 70px;
    }
    .shipping-text{
        width: 55%;
    }
}
.btn.btn-danger{
    border-color: #222222;
    background: #484848;
    padding: 10px 80px;
}
.btn.btn-danger:hover{
    background: #222222;
}
.btn-pr{
    text-align: center;
    padding: 20px;
}
.recentlyViewed .owl-dots{
    display: none;
}
.about-product-img-container img{
    width: 210px;
    height: 210px;
    object-fit: contain;
    padding: 10px;
}
.recentlyViewed .cateItems{
    width: 180px;
    height: 235px;
    object-fit: contain;
    border: 1px solid #9d9d9d4a;
    border-radius: 2px 0 0;
    box-shadow: 0 0 2px 0 #9d9d9d;
    padding: 10px;
}
.recentlyViewed .cateItems img{
    width: 160px;
    height: 160px;
    object-fit: contain;
}
.cateItems>a>span:last-child{
    display: block;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}
.pointer{
    cursor: pointer;
}
.more-info:hover, .close-info:hover{
    text-decoration: underline;
}
.content-pr{
    height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#img-child .item img{
    height: 350px;
    object-fit: contain;
    border: none;
}
.mess-now{
    position: fixed;
    right: -15px;
    padding-right: 15px;
    bottom: 5%;
    z-index: 99;
}
.mess-now img{
    width: 100px;
    height: 35px;
}
img{
    -webkit-touch-callout: none;
}
@media(max-width: 767px){
    .content-pr p{
        display: flex;
        justify-content: center;
    }
    .content-pr img{
        margin: 0;
    }
}