.jo-smart-search.slide-left .jo-search-form {
    position: absolute;
    right: 100%; /* Start off-screen to the left */
}

.jo-smart-search.slide-left .jo-search-form.active {
    right: calc(100% + 10px);
	width: 220px;
}
.jo-smart-search.slide-left .jo-search-input-wrapper {
  padding: 0;
}