/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Start Header Sytle */
/* Desktop */
.leaders-egypt-nav ul li a {
  height: 10rem !important;
  min-height: 10rem !important;
  display: flex !important;
  align-items: center !important;   
  padding: 0 2rem !important;      
}

.leaders-egypt-nav .bricks-mobile-menu-wrapper {
  padding-top: 10rem !important;      
}

/* Mobile (القائمة بالأيقونة) */
@media (max-width: 992px) {
  .leaders-egypt-nav ul li a {
    height: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    padding: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

/* End Header Sytle */

/* Start Global Sytle */
.brand-highlight {
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 700;
  padding: 0px 10px;
  border-radius: 8px;
  display: inline-block;
}

/* Remove focus border & outline from Bricks form fields */
.leaders-egypt-form input:focus,
.leaders-egypt-form textarea:focus,
.leaders-egypt-form select:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* End Global Sytle */

/* Start Products Sytle */
.product-category a {
    display: inline-block;
    padding: 6px 10px;
	margin-bottom: 3px;
    border: 1px solid #777;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1;
}
/* End Products Sytle */

