.wpb-get-a-quote-button-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.wpb-get-a-quote-button-alert.wpb-get-a-quote-button-alert-inline {
    display: inline-block;
}
.wpb-get-a-quote-button-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.wpb-get-a-quote-button-btn {
    display: flex;
    text-transform: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    font-weight: 600;
    color: #212529;
    text-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: normal;
    border: 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-font-smoothing: antialiased;
}
.wpb-get-a-quote-button-btn:hover {
    cursor: pointer;
}
.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-large {
    padding: 10px 20px 12px;
    font-size: 15px;
}
.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-medium {
    padding: 8px 15px 10px;
    font-size: 15px;
}
.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-small {
    padding: 6px 10px 7px;
    font-size: 13px;
}
.wpb-get-a-quote-button-btn-default {
    color: #fff;
    background-color: #17a2b8;
}
.wpb-get-a-quote-button-btn-default:hover,
.wpb-get-a-quote-button-btn-default:focus {
    color: #fff;
    background-color: #138496;
    background-image: inherit;
    outline: 0;
    text-decoration: none;
}
.woocommerce ul.products .wpb-get-a-quote-button-btn,
.woocommerce-page ul.products .wpb-get-a-quote-button-btn {
    padding: 0.618em 1em;
    font-weight: 700;
    font-size: 100%;
    margin-top: 10px;
    border: 0;
}
.summary .wpb-get-a-quote-button-btn {
    margin-bottom: 20px;
}
.admin-bar .swal2-container {
    padding-top: 56px;
}

/*
Contact Form Style
*/

.wpb_gqb_form_product_info_hide .gqb_hidden_field {
    display: none !important;
}
.wpb_gqb_form_product_info_show .gqb_hidden_field {
    display: block !important;
}
.wpb-gqf-popup .swal2-content,
.wpb-gqf-popup .swal2-modal,
.wpb-gqf-popup .swal2-html-container {
    text-align: unset !important;
}
.rtl .wpb-gqf-form-style-true .swal2-content,
.rtl .wpb-gqf-form-style-true .swal2-modal {
    text-align: right !important;
}
.rtl .wpb-gqf-form-style-true * {
    direction: rtl;
}
.wpb-gqf-form-style-true .swal2-popup {
    background: #ffffff;
}
.wpb-gqf-form-style-true fieldset {
    border: none;
}
.wpb-gqf-form-style-true legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.wpb-gqf-form-style-true label {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.wpb-gqf-form-style-true input[type="text"],
.wpb-gqf-form-style-true input[type="date"],
.wpb-gqf-form-style-true input[type="datetime"],
.wpb-gqf-form-style-true input[type="email"],
.wpb-gqf-form-style-true input[type="number"],
.wpb-gqf-form-style-true input[type="search"],
.wpb-gqf-form-style-true input[type="time"],
.wpb-gqf-form-style-true input[type="url"],
.wpb-gqf-form-style-true input[type="tel"],
.wpb-gqf-form-style-true textarea,
.wpb-gqf-form-style-true select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb-gqf-form-style-true input[type="text"]:focus,
.wpb-gqf-form-style-true input[type="date"]:focus,
.wpb-gqf-form-style-true input[type="datetime"]:focus,
.wpb-gqf-form-style-true input[type="email"]:focus,
.wpb-gqf-form-style-true input[type="number"]:focus,
.wpb-gqf-form-style-true input[type="search"]:focus,
.wpb-gqf-form-style-true input[type="time"]:focus,
.wpb-gqf-form-style-true input[type="url"]:focus,
.wpb-gqf-form-style-true input[type="tel"]:focus,
.wpb-gqf-form-style-true textarea:focus,
.wpb-gqf-form-style-true select:focus {
    background: #d2d9dd;
}
.wpb-gqf-form-style-true select {
    -webkit-appearance: menulist-button;
    height: 35px;
}
.wpb-gqf-form-style-true .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 15px 0px;
}

.wpb-gqf-form-style-true input[type="submit"],
.wpb-gqf-form-style-true input[type="button"] {
    position: relative;
    display: block;
    padding: 12px 35px !important;
    color: #fff;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    line-height: normal !important;
    text-align: center;
    font-style: inherit;
    width: 100%;
    border: 0 !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    height: unset !important;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb-gqf-form-style-true input[type="submit"]:hover,
.wpb-gqf-form-style-true input[type="button"]:hover,
.wpb-gqf-form-style-true input[type="submit"]:focus,
.wpb-gqf-form-style-true input[type="button"]:focus {
    background: #109177;
}
.wpb-gqf-form-style-true input[type="submit"]:focus,
.wpb-gqf-form-style-true input[type="button"]:focus {
    outline: 0;
}
.wpb-gqf-form-style-true input[type="submit"].wpcf7-submit,
.wpb-gqf-form-style-true input[type="button"].wpcf7-submit {
    margin-bottom: 0;
}
.wpb-gqf-form-style-true div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 15px;
}
.wpb-gqf-form-style-true form.wpcf7-form .ajax-loader {
    display: none;
}
.wpb-gqf-form-style-true form.wpcf7-form.submitting .ajax-loader {
    display: block;
    margin-top: 15px;
}
.wpb-gqf-form-style-true .wpcf7 form > p,
.wpb-gqf-form-style-true .wpcf7 form > div {
    margin-bottom: 20px;
}
.wpb-gqf-form-style-true .wpcf7-form {
    margin-bottom: -10px;
}
.wpb-gqf-form-style-true .wpcf7 form > p span,
.wpb-gqf-form-style-true .wpcf7 form > div span {
    display: block;
    margin-top: 10px;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
.wpb-gqf-btn-loading:before {
    content: "";
    box-sizing: border-box;
    min-width: 15px;
    min-height: 15px;
    margin-right: 7px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    animation: spinner 0.6s linear infinite;
}
.rtl .wpb-gqf-btn-loading:before {
    margin-left: 7px;
    margin-right: 0;
}
.theme-hestia li.product .wpb-get-a-quote-button-btn {
    margin: 10px auto 20px;
}
.theme-oceanwp li.product.owp-content-center .wpb-get-a-quote-button-btn {
    margin: 10px auto 20px;
}
.theme-oceanwp.single-product .wpb-get-a-quote-button-btn {
    margin-top: 20px;
}
.theme-storefront .wpb-gqf-form-style-true form {
    margin-bottom: 0;
}
.theme-storefront li.product .wpb-get-a-quote-button-btn,
.theme-sydney li.product .wpb-get-a-quote-button-btn,
.theme-dt-the7 .dt-products.woo-hover .wpb-get-a-quote-button-btn {
    margin: 10px auto 0;
}

.wpb-gqb-product-type-variable {
    display: none;
}
.wpb-gqb-product-type-variable.wpb-gqb-product-type-variable-show {
    display: flex;
}

/* Sweetalert2 Style */
.wpb-gqf-popup .swal2-html-container {
    overflow: visible;
    margin: 0;
}

.wpb-gqf-popup .swal2-close {
    border: 1px solid rgba(23, 23, 23, 0.1);
    color: rgb(23, 23, 23);
    background: transparent;
    transition: all 0.2s linear;
    border-radius: 30px;
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    padding: 0;
    font-weight: 100;
    align-items: center;
    justify-content: center;
}

.wpb-gqf-popup .swal2-close:hover {
    background: rgb(23, 23, 23);
    color: #fff;
}

.wpb-gqf-popup .swal2-close:focus {
    box-shadow: none;
    border-color: rgb(23, 23, 23);
}

/* WPforms Style */
.wpb-gqf-popup .wpforms-container {
    margin: 0 !important;
}
