.mw-first-p p:first-child{
    margin-top: 0;
}

.mw-center-content {
    display: flex;
    justify-content: center;
}

.fb-like.fb_like_footer.fb_iframe_widget iframe{
	padding-top:10px;
}

.header_top_bottom_holder .header_top{
    height: 100%;
}

.header_inner .header_top #searchform input[type=submit], .header_inner .header_top #searchform input[type=text]{
    height:39px;
}

.mw-custom-product-nav .second ul:first-child{
    display:grid!important;
    grid-template-columns: 1fr 1fr 1fr;
}

.drop_down .mw-custom-product-nav .second.right{
    left:0;
    right:auto;
}

.drop_down .mw-custom-product-nav .second .inner ul.right li a, .drop_down .mw-custom-product-nav .second .inner ul.right li h5{
    text-align: left;
}

.header_top #searchform {
    padding: 0 10px;
    height: 33px;
    display:inline-block;
}

@media (max-width:1200px){
    .mw-custom-product-nav .second ul:first-child{
        grid-template-columns: 1fr 1fr;
    }
}