/*.control.customer-dob {
    width: 260%;
}

form#form-validate .field.date.field-dob {
    float: left;
    margin-top: 20px;
}
*/
button.ui-datepicker-trigger.v-middle {
     display: none;
}
#html-body .slick-slide div[data-element="empty_link"] .pagebuilder-slide-wrapper {
    background-position:center;
}
/*.field.date.field-dob label {
    position: relative !important;
    left: -28% !important;
}
*/
#instant-results{
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 1;
    color: #fff;
    background: #c4b298;
    font-weight: 900;
    padding: 25px 10px;
    gap: 50px;
}
.search-form-input-block{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.search_mini_form.active{
    max-width: 100% !important;
}
#instant-results{
    display: none;
}
#mgs-instant-autocomplete-wrapper{
    display: none!important;
}
#instant-results .search-section .products-grid{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap:25px;
    width: 100%;
}
#instant-results .search-section .products-grid .mgs-product-item{
    max-width: fit-content;
    position: relative;
}
#instant-results .catalog-category-view .price-final_price, #instant-results .fm_product_button{
    font-size: 20px;
}
#instant-results .products-grid .product-item-info .product-item-details{
    max-width: 340px;
    width: 100%;
    font-weight: normal;
}
.search_mini_form .form-submit-block{
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    display: none;
    background: #c4b298;
    padding: 25px 0 100%;
}
.search_mini_form .search-show-more-button:hover{
    background: #000;
    color: #fff;
}
.search_mini_form .search-show-more-button{
    border-radius: 0;
    background-color: #fff;
    border-color: #000;
    padding: 0 20px;
    color: #000;
    font-size: 13px;
    width: auto;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
#instant-results .search-section h3{
    padding:0 0 25px;
}
#instant-results .search-section .products-grid .product-item-info img{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.field.date.field-dob {
    width: 50%;
    margin-top: 20px;
}

.field.date.field-dob .label {
    float: left;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 1.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0;
    width: 16%;
    height: 40px;
    border: 1px solid #222d38;
    border-radius: 2px;
    background-color: #eee;
    color: #999;
    font-size: 16px;
}

.ui-datepicker-trigger:hover {
    color: black;
    background-color: #ddd;
    border-color: #000;
}

.ui-datepicker-trigger:after {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 14px;
    margin: 2px;
}

input#change-password.checkbox {
    margin-top: 10px;
}

input#change-email.checkbox {
    margin-top: 10px;
}

input#is_subscribed.checkbox {
    margin-top: 10px;
}

.form-create-account .fieldset+.fieldset {
    margin-top: 0px;
}
