/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
 Edited
*/


/* Your customizations starts here */

/**
Ajuste para Safari
**/
span.price, p.price {
    display: inline-flex !important;
}

.main-page-wrapper {
    padding-top: 0px;
}

.single-product-content .summary-inner .in-stock {
    display: none !important;
}
td.value.with-swatches {
    justify-content: center;
}

span.original_price_kl {
    text-decoration: line-through;
    color: #333 !important;
}

span.original_price_kl .amount {
    color: #333333 !important;
}

span.discount_price_kl {
    background-color: black;
    margin: 0px 10px;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

span.price_kl {
    font-weight: bold;
}
span.price_kl .amount {
    color: #B46A75 !important;
}

.price del {
    zoom: 1.5 !important;
    color: #333 !important;
}

.price del .amount {
    color: #333 !important;
    margin-right: 10px !important;
}

.woocommerce-product-rating {
    text-align: center;
    width: 100%;
}