.post-type-archive-product section#woocommerce_layered_nav-2 ul li {
    display: block !important;
}
.post-type-archive-product section#woocommerce_layered_nav-2 button.showhide-btn, .post-type-archive-product section#woocommerce_layered_nav-2 button, .post-type-archive-product section#woocommerce_layered_nav-2 input[type="button"] {
    display: none;
}
.post-type-archive-product  #secondary section.widget {
    display: block !important;
}
.post-type-archive-product  a#open-shop-sidebar {
    display: none;
}
.post-type-archive-product  div#secondary-inner-parent {
    padding-top: 20px;
}

.searchbox {
    max-width: 1070px;
    padding: 60px 0px 80px 280px;
    margin: 0 auto;
    position: relative;
}

.searchbox input[type="text"], .searchbox input[type="email"], .searchbox input[type="url"], .searchbox input[type="password"], .searchbox input[type="search"], .searchbox input[type="number"], .searchbox input[type="tel"], .searchbox input[type="range"], .searchbox input[type="date"], .searchbox input[type="month"], .searchbox input[type="week"], .searchbox input[type="time"], .searchbox input[type="datetime"], .searchbox input[type="datetime-local"], .searchbox input[type="color"], .searchbox textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 30px;
    
}

.searchbox input[type="search"] {
	  width: 500px;
    border-width: 0;
    border-radius: 25px;
    padding: 15px 50px 15px 20px;
    line-height: 1;
    outline: none;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05), 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.2);
}

body.search.search-results #page.site #content.site-content section#primary.content-area main#main.site-main header.page-header form input.button {
    position: relative;
    top: -6px;
    right: 60px;
    font-size: 0;
    border-width: 0;
    background-image: url(https://38g7j91vhlxl2tkmzsrd0v9x-wpengine.netdna-ssl.com/wp-content/themes/trainingleader/images/search-slider.png);
    height: 40px;
    width: 40px;
    background-size: cover;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}


.searchbox input[type="submit"] {
    position: relative;
    top: -6px;
    right: 60px;
    font-size: 0;
    border-width: 0;
    background-image: url(https://38g7j91vhlxl2tkmzsrd0v9x-wpengine.netdna-ssl.com/wp-content/themes/trainingleader/images/search-slider.png);
    height: 40px;
    width: 40px;
    background-size: cover;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}
body.search-results .page-header input[type="submit"] {
    background-color: #FB8E20 !important;
    color: white !important;
    font-weight: normal;
    font-size: 0px !important;
    font-family: "Open Sans";
    border-radius: 5px;
    padding: 13px 15px !important;
    outline: none;
    border-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


