/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Halász Sándor
Author URI: https://woocommerce.com
Template: storefront
*/

/* --------------- Theme customization starts here ----------------- */

#masthead {
    /* background-image: url("images/head_bg.jpg");
    background-size: cover;
    background-position: left top; */
    background-color: #fff;
}
.site-branding{
    background-image: url("images/rplogo_3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 80px;
}
.main-navigation ul li a {
    color: #000;
    
}
.site-header-cart a.cart-contents {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    padding: 0.5em 0.3em;
}
.search-field {
    background-color: #fff;
    border-radius: 5px;
}
@media (min-width: 768px) {
  .site-main ul.products.columns-3 li.product {
    width: 25%;
    float: left;
    margin-right: 12%;
    border: #ffffff solid 1px;
    border-radius: 5px;
    padding: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 15px -2px;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none;
}
/* li.mega-menu-item-has-children .mega-menu-link {
    white-space: nowrap!important;
} */
 .site-footer .widget {
    margin: 0 0 1em;
 }
 .primary-navigation {
    display: none;
 }
 /*felsosor style start*/
 .felsosor-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-weight: 700;
  background-color: #000;
 }
 .felsosor-link {
    color: red;
    padding-right: 5px;
    padding-left: 5px;
 }
  .felsosor-link a{
    color: red;

 }
a.felsosor-link {
    color: red
 }
 @media (min-width: 768px) {
    .felsosor-div {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .felsosor-link {
       
    }
     .woocommerce-active .site-header .site-search {
        /*width: 100%;*/
     }
     .woocommerce-active .site-header .site-branding {
        width: 40%;
     }
     .woocommerce-active .site-header .site-search {
        width: 55%;
     }
 }
 div.widget.widget_maxmegamenu h2.widgettitle {
    font-weight: bolder;
    color: red;
}
.home .page-title {
    display: none;
}
