/* Header Section */

.header-shortcodes .fl-html {
    text-align: right;
}

.header-shortcodes .fl-html i {
    color: #fff;
    font-size: 18px;
}

.header-shortcodes .fas.fa-user {
    margin: 0 20px;
}

.header-shortcodes .search-form {
    background: transparent !important;
}

.header-shortcodes .ast-search-menu-icon .search-field:focus {
    background: transparent;
}
form.search-form {
    width: 540px;
}

/* Footer Section CSS */
.footer-section .wpcf7-form-control-wrap.email-420 {
    display: inline-block !important;
    width: 60% !important;
}

.footer-section .wpcf7-form-control.wpcf7-submit {
    display: inline-block !important;
    width: 40% !important;
    min-width:40% !important;
}

.footer-section input.wpcf7-form-control.wpcf7-submit {
    padding: 0 !important;
    padding-top:0px !important;
    margin: 0 !important;
    line-height: 1 !important;
    min-height:40px !important;
}

.footer-section .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    min-height: 40px !important;
    padding-top: 9px !important;
}
.footer-section .no-margin p {
    margin-bottom: 0 !important;
}

@media only screen and (max-width : 1100px) {
    form.search-form {
        width: 200px;
        height:30px;
    }
}
@media only screen and (max-width : 768px) {
    form.search-form {
        width: 80px;
        height:30px;
    }
}

.uabb-creative-menu-mobile-toggle.hamburger-label {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-creative-menu-mobile-toggle-label, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-creative-menu-mobile-toggle-label {
    margin-right: 10px;
}

.uabb-svg-container {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}

svg.hamburger-menu {
    padding: 5px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
    width: 1.5em;
    height: 1.5em;
}
span.uabb-creative-menu-mobile-toggle-label {
    color: #fff;
}

span.ast-woo-header-cart-info-wrap {
    display: none !important;
}

.ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after {
    border-color: #ffffff !important;
    color: #ffffff !important;
background: transparent !important;
}