/*
Theme Name: Bands For Hands Child
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: Brainpulse
Author URI: https://brainpulse.com/
Template: bandsforhands
Description: Child Theme of TBands For Hands
Version: 1.1
Text Domain:  bandsforhands
*/

.woocommerce-invalid #checkout-checkbox {
    outline: 2px solid red;
    outline-offset: 2px;
}

.woocommerce form .form-row .input__ .input-checkbox    {
    display: inline;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    padding: 0;
    margin: 0;
}
.live_price_data {
    float: right;
    width: 100%;
    position: relative;
}
.wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
    width: 100%!important;
}
.__bxdata h4{ font-size: 18px; color: #af2928;}
.prd_name { width: 50%; padding-left: 70px; position: relative;}
.prd_name:before { width: 46px; height: 34px;  background-image: url(../bandsforhands/images/bars_image.png);
    background-repeat: no-repeat; position: absolute; content: ''; position: absolute; left: 0; top: -7px;}
    .prd_name.Silver:before{ background-position:-156px 0px;}   
    .prd_name.Platinum:before{ background-position: -235px 0px;}   
    .prd_name.Palladium:before{ background-position: -78px 0px;}   
.__gtrd{    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background: #fff;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;}

.__bxdata {
    background: linear-gradient(358deg, #d7d7d7, transparent);
    padding:9px 14px;
    border-radius: 0px 0px 30px 30px;
}

.tt_sold {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 9px;
    color: #d71111;
}

.live_price_data .nav-tabs {
    border-bottom: 1px solid #c9cccf;
    display: flex;
    justify-content: flex-end;
}

.live_price_data .nav-tabs li a:hover {
    text-decoration: none;
}

.live_price_data .nav-tabs li a {
    font-size: 12px;
    color: #111;
    display: inline-block;
    padding: 6px 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.live_price_data .nav-tabs li a.active {
    position: relative;
    border-bottom: 0;
    background: #af2928;
    color: #fff;
}

.live_price_data span.live_price {
    top: 5px;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
}

.box-bars {
    width: 40px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-image: url(../bandsforhands/images/bars_image.png);
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform:translate(-59%, -50%);
    -ms-transform:translate(-59%, -50%);
    transform:translate(-59%, -50%);
    -moz-transform:translate(-59%, -50%);
    -o-transform:translate(-59%, -50%);
}

.\img-gold {
    background-position: 0 0;
}

.\img-silver {
    background-position: -159px 0;
}

.\img-platinum {
    background-position: -236px 0;
}

.\img-palladium {
    background-position: -81px 0;
}

.metal-ls {
    position: relative;
}

.metal-ls tr td {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
}
tr .gold-price,tr .silver-price, tr .platinum-price, tr .palladium-price{ font-weight: 600!important;}
.metal-ls .bar-heading td {
    color: #af2928;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}
.wpfFilterVerScroll li{
    display: block;
    margin: 2px 0px!important;
}
.__bxdata table {
    border-collapse: collapse;
    width: 100%;
}
.font-playfair {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin-bottom: 16px!important;
}
.bar-gold,
.bar-silver,
.bar-platinum,
.bar-palladium {
    border: 1px solid #ccc;
    background: #fff;
}

.metal-ls  tr td:first-child {

    padding-left: 25px;    
}
.prd_name  span{ font-weight: 600; padding-left: 30px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.8% 1.992em 0!important;
    padding: 0 6px;
    position: relative;
    margin-left: 0;
    border-right: 1px solid #ccc!important;
}

@media screen and (max-width:767px){
    .__bxdata h4 { font-size: 15px; margin-top: 6px;}
     .prd_name  span{ display: block; font-weight: 600;}
     .prd_name {
        padding-left: 49px;
    }
    .prd_name:before{ top: 0;}
    .__gtrd{ font-size: 13px; border-radius: 30px;}
    .__bxdata{ margin-bottom: 20px;}
}