/* ------ Ecwid Store ------ */

.wrap__store-header {
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 50px;
    margin-bottom: 25px;
}

.wrap__store-header .store__title {
    flex: 1;
    width: calc(100% - 300px);
}

.wrap__store-cart {
    max-width: 300px;
    float: right;
}

.wrap__store-search {
    max-width: 300px;
    margin: 10px;
    float: right;
}

.wrap__page-store .wrap__page-content {
    display: block;
    width: 100%;
    clear: both;
}

.store-navigation-full {
    display: flex;
    width: 100%;
    clear: both;
}

.store-navigation-full .wrap__store-navigation {
    flex: 1;
    width: calc(100% - 250px);
    margin: 5px;
}

.store-navigation-full .wrap__store-search {
    width: 200px;
    margin: 5px;
}

html#ecwid_html body#ecwid_body .ecwid-search-widget__btn, html#ecwid_html body#ecwid_body .ecwid-search-widget__btn:focus, html#ecwid_html body#ecwid_body .ecwid-search-widget__btn:active, html#ecwid_html body#ecwid_body .ecwid-search-widget__btn:hover {
    min-width: unset!important;
}

/* ------ Ecwid Store Media ------ */

@media (max-width: 1024px){
.wrap__page-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    clear: both;
}
}

@media (max-width: 767px){
.wrap__store-search {
    max-width: 100%;
    width: 100%;
    margin: 5px auto;
    float: none;
}
}

/* ------ End Ecwid Store ------ */