/*
Theme Name: Besa Child
Theme URI: https://elementor.thembay.com/besa/
Author: Thembay
Description: This is a child theme for Besa
Version: 1.0
Author URI: https://thembay.com/
Template: besa
Text Domain: besa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.track_submit{
    height: 44px;
    background: #d0021b;
    border-color: #d0021b;
    padding: 0 33px;
    font-weight:600;
}
.track_submit:hover{
    background:#206F19;
    border-color: #206F19;
}
.custom_color.table .thead-dark th{
    background-color: #206f19;
    border-color: #206f19;
}
body.woocommerce .product span.onsale span{
	color: #d0021b;
    border: 1px solid #d0021b;
}