@media (max-width: 767px) {
    body.floaty {
        padding-bottom: 44px;
    }
}

.floaty-container {
    pointer-events: none;
}

body.home .floaty-container {
    display: none;
}

.floaty-fixed {
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 99999;
}

@media (max-width: 767px) {
    .floaty-fixed {
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.floaty-container .collapse {
    pointer-events: all;
}

.btn-floaty {
    font-family: inherit !important;
    font-weight: bold !important;
    outline: none;
    border: 0px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 12px 11px !important;
    border-radius: 998rem !important;
    cursor: pointer;
    background-color: #b85b36;
    color: #fff;
    box-shadow: 0px 1px 6px 0px #000 !important;
    display: inline-block !important;
    pointer-events: all;
    position: relative;
    z-index: 2;
    pointer-events: all;
}

@media (max-width: 767px) {
    .btn-floaty {
        border-radius: 0 !important;
        width: 100%;
        text-align: center !important;
    }
}

.floaty-container.Right .btn-floaty {
    float: right;
}

.btn-floaty .dashicons, .btn-floaty .dashicons:before {
    width: auto;
    height: auto;
}

.btn-floaty .dashicons {
    float: left;
    font-size: 22px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .btn-floaty .dashicons {
        float: none;
    }
}

.btn-floaty .floaty-btn-label {
    margin-left: 4px;
    margin-right: 4px;
}

.floaty-container .well-container {
    box-shadow: 0px 0px 6px 0px #000;
    border: 1px solid #b85b36;
    background-color: #fff;
    margin-bottom: 15px;
    max-width: 500px;
    pointer-events: all;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .floaty-container .well-container {
        overflow-y: scroll;
        max-width: none;
        margin-bottom: 0;
    }
}

.floaty-container.Right .well-container {
    margin-left: auto;
    margin-right: 0;
}

.floaty-container .well-container .well {
    border: 0;
    padding: 7px 15px 15px 15px;
    margin: 0;
    box-shadow: none;
}

.floaty-container .well .btn {
    margin-top: 7px;
}

.floaty-container .well .gfield {
    margin-bottom: 5px;
}

.floaty-container .well .gfield.gf_right_half {
    padding-right: 0px !important;
}

.floaty-container .well .gfield.mm-tooltip-li {
    margin-top: 10px;
}

.floaty-container .well .gfield.mm-tooltip-li .mm-tooltip {
    width: 22px;
}

.floaty-container .well .gfield.mm-tooltip-li .ginput_container_checkbox {
    width: calc(100% - 22px);
    float: right;
}

.floaty-container .well .gfield.mm-tooltip-li .ginput_container_checkbox .gfield_checkbox {
    margin-top: 0;
}

.floaty-container .well .gfield input {
    width: 100%;
}

.floaty-container .well .gfield.mm-tooltip-li input {
    width: auto;
    top: 5px;
}

.floaty-container .well .gfield textarea {
    max-height: 80px;
    width: 100%;
}

.floaty-container .well .button {
    background-color: #adb76a;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.floaty .scope-shopwin .sw-textuswidget-bouncer {
    bottom: 59px !important;
}