#Top_bar .logo {
width:25%!important;
max-width:350px;
}
#Top_bar .custom-logo-link {
height: auto !important;
}
#Top_bar .logo .custom-logo-link img {
width: 100% !important;
max-width: 340px !important;
max-height: 100%;
height:auto !important;
}
#menu > ul > li > a {
  font-size: 14px;
  font-weight: 400;
}
.home #Subheader{
display:none;
}
#Content {
padding-top: 0px;
}
.has_content .the_content_wrapper {
  margin-bottom: 0px;
}
.kt-row-column-wrap,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout{
	width:90%;
	max-width: 1340px;
    flex-basis: 90%!important;
	margin-right: auto;
	margin-left: auto;
}
.innerblocks-wrap,
.wp-block-cover__inner-container,
.kt-row-column-wrap{
padding: 0px 0px;
box-sizing: border-box;
}
.wp-block-kadence-column ul{
color:#626262!important;
font-size:18px;
line-height:30px;
padding:0px;
margin:0px 0px 0px 15px;
}
.the_content_wrapper {
margin: 0 0%;
margin-bottom: 0px;
width: 100%;
}
.styled-img figure,
.styled-img figure{
width:100%;
max-width:400px;
display:block!important;
margin:0px auto!important;
position:relative;
}
.styled-img figure::before,
.styled-img figure::after{
content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
  box-shadow: 0 15px 10px rgba(0,0,0,.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
.styled-img figure::after{
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.footer-inline-menu li  {
	list-style-type: none;
	display: inline-block;
}
.footer-inline-menu li::after  {
	content: '|';
	color:#000;
	display: inline-block;
	padding:0px 5px 0px 5px;
}
.footer-inline-menu li:last-child {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.footer-inline-menu li:last-child::after  {
	display:none;	
}
.mfn-footer .footer_copy {
  border-top-color: #fff;
}
@media only screen and (min-width: 1240px) {
.section_wrapper, .container {
max-width: 100%!important;
}
}
@media only screen and (max-width: 767px) {
#Top_bar .logo {
width:45%!important;
}
#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
padding: 0 !important;
margin: 10px 0px 10px 30px;
  }
}