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

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

.topbar-device-mobile .mobile-logo {
    -webkit-box-flex: 4 !important;
    -moz-box-flex: 4 !important;
    -webkit-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important;
}
.offcanvas-head {
    text-align: right;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-form-login, .woocommerce .checkout_coupon {
    max-width: 100% !important;
}
.tbay-breadscrumb.show-title
{
	margin-bottom:0px !important;
}
img.header-logo-img {
    max-width: 150px !important;
}
.topbar-device-mobile {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 600px) {
	body:not(.tbay-homepage-demo) #main-container {
			padding-top: 90px !important;
		padding-bottom: 20px !important;
	  }
	 body #main-container {
        padding-top: 90px !important;
      
    }
	.active-mobile {
		align-items: center !important;
		justify-content: center !important;  display: flex !important;
	}

	.top-right-mobile {
		align-items: center !important;
		justify-content: center !important;  display: flex !important;
	}
	.tbay-show-cart-mobile .product-block:not(.vertical):not(.list) {

			display: inline-block !important;
	}
}