/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

.shipping-notification {
    font-size: 8px !important;
    color: grey;
}

.bought-together label {
    margin-bottom: 10px;
}
.bought-together .row {
    border: 1px solid #ccc;
    padding: 10px;
    align-items: center !important;
    border-radius: 7px;
    display: flex;

}

.bought-together input[type=checkbox] {   
    width: 20px !important;
    height: 20px !important;
}
.bought-together .price {
    font-size: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 10px;
    font-weight: 500;
}

.bought-together .product-title{
    font-size: 16px;
    font-weight: 500;
}
.no-padding{
    padding: 0;
}
@media (max-width: 768px){
    .bought-together {
        margin: 0 10px;
    }

    .bought-together .product-title{
        font-size: 12px;
    }
    .bought-together .price {
        font-size: 18px;
    }
}
.woocommerce-cart tr.woocommerce-shipping-totals.shipping{
    display: none;
}