/*
 Theme Name:   Storefront Child
 Description:  EG - Promotion storefront child
 Author:       EG - Promotion
 Author URI:   www.egpromotion.com
 Template:     storefront
 Version:      1.0
 Text Domain:  storefront-child
*/

@import url(css/variables.css);
@import url(css/header-styles.css);
@import url(css/footer-styles.css);
@import url(css/icons.css);
@import url(css/woocommerce-styles.css);
@import url(css/animations.css);


a:focus, .focus a {
	outline: none !important;
}




img {
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      }


fieldset{
      padding: 0px;
      background-color: transparent;
}

fieldset legend{
      background-color: transparent;
}


#wp-admin-bar-wp-logo, #wp-admin-bar-comments {
      display: none !important;
  }

  

  .orderby{
	background-color: var(--secundary-color);
	padding: 0.3em;
	color: var(--background-color);
	border: none;
}
.orderby:active{

	border: none;
}


.orderby:focus-visible , .orderby:visited, .orderby:focus, .orderby:selected{
	outline: none;
	border: none;
}

#masthead{
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

