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

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

/* Customize menu */
ul.navbar-nav li.current-menu-item>a {
    color: #555;
}

@media only screen and (min-width: 1200px) {
li.only-mobile.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5004, li.only-mobile.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5047, li.only-mobile.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5058 {
    display: none;
}
}

/* Customize Mobile menu */
@media only screen and (max-width: 1199px) {
.tbay-topcart, .search-device {
    display: none !important;
}
}

span.marque {
	font-size:10px;
}

/* Testimonials - Hidding rating */
.testimonial-rating {
    display: none;
}