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


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


.sr7-btn:hover{
    background: #0887d6 !important;
    color: white !important;
}
.sr7-btn{
background: rgba(255,255,255, 0) !important;
color: white !important;
}
<style>
.site-nav--mobile .site-nav__link.shopping-cart {
display: none !important;
}
</style>
@media (max-width: 767px) {
  header [class*='site-header__cart'] {
    display: none !important;
  }
}.