/**
* Theme Name: Urna Child
* Description: This is a child theme for Urna
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 2.3.17
* Template: urna
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

body .woocommerce .product span.onsale .featured {
    background: #ebcc5c;
}
body .woocommerce-Price-amount, body.woocommerce div.product p.price, body.woocommerce div.product span.price, body .woocommerce div.product span.price {
    color: #1da599;
}
body div.woocommerce-product-gallery__image img {
    height: 500px !important;
    object-fit: contain;
}
body a.product-image img {
    object-fit: contain !important;
    width: 197px !important;
    height: 197px !important;
}
body .tbay-addon-products .has-title ul, .tbay-addon-categoriestabs .has-title ul {
    white-space: inherit;
}
.feature-brands .tbay-addon-content .brands.row.grid img {
    width: 100px;
    height: 120px;
    object-fit: contain;
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    color: #000;
    display: inline-block;
}
aside .woof_container.woof_container_mselect.woof_container_product_tag.woof_container_4.woof_container_tags,
aside .woof_container.woof_container_checkbox.woof_container_pa_color.woof_container_5.woof_container_color {
    display: none;
}
body .topbar-device-mobile .mobile-logo {
    justify-content: initial;
}
body .mobile-logo a img {
    max-width: 35px;
}
body.home .topbar-device-mobile .mobile-logo {
    justify-content: center;
}
#product-attribute-specs-table tr th.col.label {
    color: #333;
    font-size: 15px;
    border: none;
    vertical-align: middle;
}