/*
Theme Name: Dudhat
Theme URI: 
Author: Bhardwaj Inet
Author URI: 
Description: 
*/

.product-details__buttons.first-bt button,.process_checkout {
    background: #111;
    color: #fff;
    width: 100%;
}

.product-details__buttons.first-bt button:hover,.process_checkout:hover {
    background: transparent;
    color: #fff;
}
.psfw-social-wrap {
    display: none;
}
.social-link .psfw-social-wrap {
    display: block;
}

.widget-dashboard {
    background: black;
    padding-top: 15px;
}
.widget-dashboard h2,.widget-dashboard a{color: #fff;}
.woocommerce-MyAccount-navigation li.is-active.nav-item,.woocommerce-MyAccount-navigation li.is-active.nav-item a:hover {
    background: #f92e1d;
    color: #fff;
}

.woocommerce-MyAccount-navigation a.nav-link:hover {
    color: #f92e1d;
    border: none;
    
}

.woocommerce-MyAccount-navigation a.nav-link {    
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

.product-item__price del {
    color: gray !important;
    position: relative;
    font-size: 14px;
    text-decoration:none;
}
.product-item__price ins,.product-details__price ins{
text-decoration: auto;
    
}
.product-item__price ins:before {
    content: "-";
    padding-right: 5px;
    padding-left: 5px;
}

.product-item__price del:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: black;
    top: 50%;
    left: 0;
    transform: rotate(0deg);
}

.product-details__price del {
    text-decoration: line-through;
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px;
    font-weight: normal;
}
.product-details__buttons .product-details__btn-cart{/*! background-color:#111 !important; */}
.woocomerce-pagination{display: inline-flex; margin-top: 20px;}
.pagination .page-link.current{background-color: rgb(255,41,41); color: #fff;}
.pagination .page-link{color: #000;}