/*
Theme Name: Shoppable Jewelry Child
Theme URI: https://thelegacyjewellers.com/shoppable-jewelry
Description: Child theme for Shoppable Jewelry
Author: Hassan Talat
Author URI: https://thelegacyjewellers.com/
Template: hello-shoppable
Version: 1.0.0
Text Domain: shoppable-jewelry-child
*/

/* Import parent styles (optional if you enqueue via functions.php) */
@import url("../hello-shoppable/style.css");




@media (max-width: 767px) {
	.header-category-nav {
    margin-right: 0px!important;
    position: relative;
}
  .mid-header {
    display: none !important;
  }
	
	.top-header .site-header .header-navigation ul li a, .site-header .header-contact ul li, .site-header .social-profile ul li a, .site-header .header-tex{
		color:white!important
	}
	.top-header .top-title{
		color:white!important
	}
	.top-header .top-header-outer{
		background:black
	}
	.top-header .top-header-inner{
		display:block!important
	}
	
	
	
	 .top-title {
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .fade-out {
    opacity: 0;
  }
}
