.ps-form__content h4,.ps-product__rating,.ps-product__specification {
    display: none;
}
.ps-document p {
    margin: 0 !important;
}
.price-pview{
    display: block;
}
.price-pview span.pview-detail-price{
    display: block;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 8px;
    margin-top: 14px;
    margin-right: 10px;
    color: #fce339;
    float: unset;
}
.price-pview .pecent-pview{
    font-weight: bolder;
    margin-left: 10px;
}
del{
    text-decoration: line-through;
}
.d-flex{
    display: flex;
    background: linear-gradient(90deg, rgba(233,32,66,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border-radius: 6px;
    padding: 6px 10px;
    color: #fff;
}
.col-sold {
    flex-grow: 1;
    margin: 10px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.col-sold span {
    width: 100%;
    background: #fbc94c;
    border-radius: 10px;
    display: block;
    font-size: 13px;
    padding: 0px 8px;
}
.ps-product__meta {
    display: none !important;
}
.ps-block--category-2 {
    max-height: 225px;
    height: 100%;
    overflow: hidden;
}
.ps-product:hover .ps-product__content{
    visibility: visible !important;
    opacity: 1 !important;
}
.ps-product--detail .ps-product__sharing a.twitter,
.ps-product--detail .ps-product__sharing a.google,
.ps-product--detail .ps-product__sharing a.linkedin{
    display: none;
}

.ps-product--detail .ps-product__sharing a.youtube {
    background: red;
}
.ps-list--social li {
    width: 100%;
}
.ps-list--social li a i {
    font-size: 24px;
}
.ps-list--social li a {
    width: 30px;
}
i.fa.fa-comment {
    font-size: 25px;
    color: #fff;
}
span.text-lh {
    position: absolute;
    left: -100%;
    top: 35%;
    background: #f05b3d;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.fixed-item{
    z-index: 1001;
}
ul.addThis_listing {
    padding: 0;
    margin: 0;
}

ul.addThis_listing li {
    list-style: none;
    padding: .5rem 1rem;
}

li.addThis_item img {
    width: 50px;
    border-radius: 50%;
}
.addThis_contact__lists {
    position: fixed;
    right: 30px;
    bottom: 100px;
}
.addThis_item {
    position: unset;
}