.visit-site {
    padding-top:15px;

}

.visit-site a{
      color:#FFFFFF;
}
.remove-search-text {
display: flex;
width: 40px;
height: 40px;
position: absolute;
right: 0;
align-items: center;
justify-content: center;
top: 0;
cursor: pointer;
z-index: -1;
background: #fff;
}
.remove-search-text.active {
z-index: 1;
}
.remove-search-text svg {
width: 14px;
}
.pac-target-input {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ababab' d='M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 20px;
background-position: calc(100% - 10px) 9px;
padding-right: 50px;
text-overflow: ellipsis;
}
#store_search_btn {
display: none;
}
.default-input._w-300 {
width: 380px;
}
@media (max-width: 430px) {
.default-input._w-300 {
 width: 320px;
}
}
.search-panel-form.w-form .label-default {
text-align: center;
}