.shop-area .shop-controls select {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 35px;
    padding: 0 0 0 10px;
    width: 100%;
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
}

.shop-area .shop-controls .view-mode .view-btn {
    padding: 3px 8px 2px;
    background: #fff;
    border-radius: 5px;
}

.list-view .productitem {
    background: rgb(255 255 255 / 0%) !important;
}

.list-view .product__item {
    width: 100%;
}

.list-view .product__thumb .product-image img {
    transition: all .3s ease-out 0s;
    height: 150px;
    object-fit: cover;
    width: 150px;
}

.list-view .product__item {
    padding: 20px 20px;
    position: relative;
    transition: .3s;
    z-index: 3;
    width: 100%;
    align-items: center;
    display: flex;
}

.list-view .product__content {
    text-align: left;
    overflow: hidden;
    padding-bottom: 70px;
    padding: 0 10px;
    align-items: center;
    width: 100%;
}

.list-view .product__thumb .product-image img {
    transition: all .3s ease-out 0s;
    height: 150px;
    object-fit: cover;
    width: 150px;
}
.product-details .dm-item a i {
    margin-right: 5px;
}
.social_shadow{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 16px;
    padding: 1px 15px;
    border-radius: 20px;
}

@media screen and (max-width:620px) {
.product-details .details-meta {
    display: block;
}
}