/*
Theme Name:		child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group | jskorupa
Author URI: 	http://muffingroup.com
Description:	jskorupa.pl
Template:		betheme
Version: 		26.8.2
*/

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

/* stylowanie mega menu */
  @media only screen and (min-width: 1240px){


.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
	padding: 20px 0;
  	text-align: center;
  	border-bottom: 1px solid #aeaeae;
}
}




/* stylowanie kategorii w menu z daniami */



ul.wpb_page_list {
    list-style: none;
    list-style-type: ;
    background-color: none;
    margin: 0 0 0 0!important;
}



ul.wpb_page_list li:before, .fancy_heading .title:before{
  content: '';
  border: 2px solid #353535;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
  z-index: -1;
    }


ul.wpb_page_list li, .fancy_heading .title{
  padding: 1rem 2rem;
  display: inline-block;
  border: 2px solid #333;
  font-size: 2.5rem;
  border-radius: 4% 6% 5% 4% / 1% 3% 2% 4%;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  background: transparent;
  position: relative;
  
}


@media only screen and (max-width: 767px)
{
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px!important;
    padding-left: 3px!important;
    padding-right: 3px!important;
}
}




.date{display: none!important;}



/* dodanie info o odbierze osobistym */

#shipping_method_0_local_pickup5:checked + label[for=shipping_method_0_local_pickup5]::after {
    display: block;
    content: "możliwy po wcześniejszym kontaktcie telefonicznym";
  color: red;
  font-weight: 600;
}