﻿#search-block-form .ui-autocomplete-content{
    display: block;
}
/* #search-block-form ul[data-sa-theme="basic"]{
    width: 100% !important;
    height: auto !important;
    overflow: scroll;
} */
.webform-submission-form .js-form-type-checkbox label.error{
    padding: 0 20px !important;
}
/* .webform-submission-form .js-form-type-checkbox label{
    padding-top: 3px;
} */
.webform-submission-form .js-form-type-checkbox input{
    padding: 0;
}
/* .webform-submission-form .form-switch .form-check-input:checked {
    background: url(/themes/custom/bigfundraising/images/switch_on.svg) no-repeat center;
    background-size: contain;
    border: 0;
    left: 0;
} 

.webform-submission-form .form-switch .form-check-input {
    background: url(/themes/custom/bigfundraising/images/switch_off.svg) no-repeat center;
    background-size: contain;
    border: 0;
    left: 0;
}*/
/* .tax-information p.tax-select-required {
    float:right;
    color:red;
    padding-left: 15px;
} 
.checkout-page select {
    background-repeat: no-repeat;
}*/
.path-checkout .payment-method-icon-list {
    display: none;
}
/* .path-checkout #commerce-checkout-flow-multistep-default .expanded1.col-sm-6:nth-child(2) {
    position: initial;
} */
@media (max-width: 991px){
    body.toggled {
        right: 0 !important;
    }
}
@media (max-width: 557px) {
    .views_slideshow_cycle_slide,
    .views_slideshow_cycle_teaser_section,
    .views_slideshow_cycle_slide img {
        height: 400px !important;
    }
}