@font-face {
    font-family: 'fsww';
    src: url('../fonts/fsww.eot');
    src: url('../fonts/fsww.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fsww.woff') format('woff'),
    url('../fonts/fsww.ttf') format('truetype'),
    url('../fonts/fsww.svg#fsww') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='fsww-icon-']:before {
    display: inline-block;
    font-family: 'fsww';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fsww-icon-wallet:before {
    content: '\0041';
}

.fsww-balance {
    margin-left: 16px !important;
    padding: 0px 10px;
}

.fsww-right {
    float: right;
}

.fsww-input {
    border: 1px solid #66666678 !important;
}

.fsww-wallet-icon {
    display: inline-block;
    width: 27px;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}

.fsww-modals {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: none;
}

.fsww-modals-container {
    background: #000000bd;
    height: 100%;
    width: 100%;
    padding-top: 160px;
}

.fsww-refund-modal {
    min-width: 360px;
    background: #FFF;
    padding: 23px;
    margin: auto;
    max-width: 520px;
    border-radius: 2px;
}

.fsww-hide-overflow {
    overflow: hidden;
}

.fsww-modals-container textarea {
    min-width: 100%;
    max-width: 100%;
}

.fsww-right {
    float: right;
}

.fsww-wallet-checkout-icon {
    margin-top: -3px;
}

#wcw-form-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#wcw-form-container .form-group {
    margin-bottom: 10px;
}

#wcw-form-container .formbuilder-checkbox-inline label,
#wcw-form-container .formbuilder-radio-inline label,
#wcw-form-container .formbuilder-radio label,
#wcw-form-container .formbuilder-checkbox label {
    display: inline !important;
    font-weight: unset;
}

#wcw-form-container .formbuilder-number input,
#wcw-form-container .formbuilder-select select,
#wcw-form-container .formbuilder-text input {
    width: 100%;
}

#wcw-form-container .tooltip-element {
    position: relative;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}

#wcw-form-container [tooltip]:hover::before {
    border: solid;
    border-top-color: currentcolor;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-color: #222 transparent;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: "";
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

#wcw-form-container [tooltip]:hover::after {
    background: rgba(0, 0, 0, .9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}