ul.pview-list {
    padding: 0;
    list-style: none;
}

.pview-list > li {
    padding: 15px 0;
    border-bottom: 1px solid #c8c6c5;
}

.pview-list > li > span {
    text-transform: uppercase;
    font-weight: bold;
}

.pview-list > li > div {
    display: none;
}

.pview-list > li > i {
    float: right;
    cursor: pointer;
    font-size: 14px;
}

.customerRv {
    border-bottom: none;
    padding-bottom: 0;
}

.pageView, #highlight .ph-check, .productShipping, .product-tag {
    display: none;
}

.grid-tools {
    display: none;
}

.pview-list > li > div img {
    float: none !important;
}

.detailsFirstRows .label span {
    padding-top: 15px;
}

.pview-list > li:first-child > div {
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .language-icon {
        left: 140px !important;
        top: 20px !important;
    }
}

@media (max-width: 767px) {
    .container .logo img {
        width: 20%;
    }
}

.socialDetails {
    display: none;
}
.pview-list>li>div img{
    height: auto!important;
    width: 100%!important;
}
@media screen and (max-width: 767px) {
    .blockHeaderMiddle .language-icon {
        left: 65px !important;
        top: 20px !important;
        display: flex;
    }
    .detailsFirstRows .label {
        display: block !important;
        text-align: left;
    }
}
.usContent {
    padding: 0px !important;
}
.chooseUs {
    padding: 0 !important;
}