.wws--bg-color {
  background-color: #22C15E;
}
.wws--text-color {
  color: #ffffff;
}
.wws-popup__open-btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 14px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.wws-popup-container--position { 
  right: 24px; 
  bottom: 24px; 
}
.wws-popup__open-btn { 
  float: right; 
} 

@media( max-width: 720px ) {
  .wws-popup__open-btn {
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 34px !important;
  }
  .wws-popup__open-btn span { 
    display: none; 
  }
}

/* Common CSS for templates */
.wws-clearfix {
  clear: both;
}

.wws-shadow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.left {
float: left;
}

.wws-gradient {
  z-index: -1;
  position: fixed;
  width: 500px;
  height: 500px;
  content: "";
  pointer-events: none;
  display: none;
}

@-webkit-keyframes wws-shake {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }

  25% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
  }

  50% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

}

@keyframes wws-shake {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }

  25% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
  }

  50% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

}

.wws-shake-animation {
  animation: wws-shake 300ms;
}

/* Plugin GDPR CSS*/
.wws-popup .wws-gdpr {
  border-top: 1px dashed #eee;
  padding: 8px 12px 6px 12px;
  background: #fff;
  font-size: 12px;
  color: #888FBB;
  user-select: none;
  outline: none !important;
}

.wws-popup .wws-gdpr label {
  color: #888FBB;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.wws-popup .wws-gdpr label input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 4px;
  padding: 0;
}

/* Button generator button CSS */
.wws-shortcode-btn {
  padding: 4px 10px;
  margin: 2px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
}

.wws-shortcode-btn:hover {
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

/* Loader CSS */
.wws-spinner {
  margin: 80px auto;
  width: 70px;
  text-align: center;
}

.wws-spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: wws-sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: wws-sk-bouncedelay 1.4s infinite ease-in-out both;
}

.wws-spinner .wws-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wws-spinner .wws-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes wws-sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes wws-sk-bouncedelay {
  0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
  } 40% {     
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
  }
}


/* QR CSS */
.wws-qr {
  width: auto;
  max-width: 98%;
  padding: 10px;
  text-align: center;
}
.wws-qr img {
  display: inline-block !important;
}

.wws-popup-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wws-popup-container {
  width: auto;
  position: fixed;
  z-index: 9999999;
}

.wws-popup {
  display: none;
  width: 300px;
}

/** Close btn **/
.wws-popup__close-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
}

.wws-popup__close-icon {
  cursor: pointer;
}

/** Suuport **/
.wws-popup__support-wrapper {
  margin-top: 8px;
}

.wws-popup__support-img-wrapper {
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 3px;
  display: block;
  margin: 0 auto 8px auto;
}

.wws-popup__support-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wws-popup__support {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  float: right;
}

.wws-popup__support-about {
  font-size: 13px;
  text-align: center;
  padding: 18px 12px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
}
.wws-popup__fields_wrapper {
  background-color: #fff;
  padding: 16px 12px;

}
.wws-popup__fields {
  padding: 15px 0 0 0;
  border-top: 1px dashed #ccc;
  margin-top: 10px;
}
input.wws-popup__fields-number {
  width: 100% !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.wws-popup__fields-textarea-wrapper {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  margin: 10px 0;
  position: relative;
}
.wws-popup__fields-textarea {

}
.wws-popup__support-welcome {
  font-size: 14px;
  color: #444;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

/** Input **/
.wws-popup__input-wrapper {
  width: 300px;
  margin-top: 14px;
  float: right;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
}

.wws-popup__input {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  padding: 8px !important;
  margin: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  width: 100% !important;
  height: 100px !important;
  resize: none !important;
  border-radius: 4px !important;
}

.wws-popup__input::-webkit-input-placeholder,
.wws-popup__fields-number::-webkit-input-placeholder {
  color: #888FBB !important;
}

.wws-popup__send-btn {
  cursor: pointer;
  padding: 6px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wws-popup__send-btn:active {
  background-color: #eceff1;
  border-radius: 3px;
}

.fixed {position:fixed; top:0; left:0;}
    @font-face {
      font-family: pangram;
      src: url(https://seubone.com/wp-content/themes/seubone/fonts/Pangram-Regular.otf);
    }
    @font-face {
      font-family: pangram-bold;
      src: url(https://seubone.com/wp-content/themes/seubone/fonts/Pangram-Bold.otf);
    }
    .menus{
      color: white;
      font-style: italic;
      text-decoration: none;
      font-family: pangram;
    }
    .menus a:hover{
      color: black  !important;
    }
    nav.navbar.navbar-default {
      background: none !important;
      border: none !important;
      margin-bottom: 0 !important;
      -webkit-box-shadow: none !important;
      z-index: 1;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #ccc !important;
      background-color: transparent !important;
    }
    .navbar-toggle {
      background-color: #fff !important;
    }
    @media only screen and (max-width: 600px){
      .menu-inicial{
        background: url(https://seubone.com/wp-content/themes/seubone/images/bg_inicio-mb.jpg) !important;
        background-size:cover !important;
        background-position: center !important;
        height: 400px !important;
      }
      .zopim {
        display: none !important;
      }
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: none !important;
        color: #fff !important;
        border-radius: 8px solid transparent;
    }
    .navbar-collapse.in {
        background: #1e283d !important;
    }
    #orcamento {
        position: fixed;
        left: 5px;
        bottom: 25px;
        background:orange;
        color: white;
        border: none;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: none !important;
    }
    .bones:hover {
      cursor: pointer;
    }
    @font-face {
      font-family: "wecreativez-fonts";
      src: url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.eot");
      src: url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"),
      url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"),
      url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.woff") format("woff"),
      url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"),
      url("../../../plugin-core/assets/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
      font-weight: normal;
      font-style: normal;
  }
  
  
  @charset "UTF-8";
  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */
  .wc-fa {
    display: inline-block;
    font: normal normal normal 14px/1 wecreativez-fonts;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* makes the font 33% larger relative to the icon container */
  .wc-fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  
  .wc-fa-2x {
    font-size: 2em;
  }
  
  .wc-fa-3x {
    font-size: 3em;
  }
  
  .wc-fa-4x {
    font-size: 4em;
  }
  
  .wc-fa-5x {
    font-size: 5em;
  }
  
  .wc-fa-fw {
    width: 1.2857142857em;
    text-align: center;
  }
  
  .wc-fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
  }
  .wc-fa-ul > li {
    position: relative;
  }
  
  .wc-fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
  }
  .wc-fa-li.wc-fa-lg {
    left: -1.8571428571em;
  }
  
  .wc-fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
  }
  
  .wc-fa-pull-left {
    float: left;
  }
  
  .wc-fa-pull-right {
    float: right;
  }
  
  .wc-fa.wc-fa-pull-left {
    margin-right: 0.3em;
  }
  .wc-fa.wc-fa-pull-right {
    margin-left: 0.3em;
  }
  
  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right;
  }
  
  .pull-left {
    float: left;
  }
  
  .wc-fa.pull-left {
    margin-right: 0.3em;
  }
  .wc-fa.pull-right {
    margin-left: 0.3em;
  }
  
  .wc-fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  
  .wc-fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .wc-fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .wc-fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .wc-fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .wc-fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  
  .wc-fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  
  :root .wc-fa-rotate-90,
  :root .wc-fa-rotate-180,
  :root .wc-fa-rotate-270,
  :root .wc-fa-flip-horizontal,
  :root .wc-fa-flip-vertical {
    filter: none;
  }
  
  .wc-fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  
  .wc-fa-stack-1x, .wc-fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  .wc-fa-stack-1x {
    line-height: inherit;
  }
  
  .wc-fa-stack-2x {
    font-size: 2em;
  }
  
  .wc-fa-inverse {
    color: #fff;
  }
  
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .wc-fa-glass:before {
    content: "ï€€";
  }
  
  .wc-fa-music:before {
    content: "ï€";
  }
  
  .wc-fa-search:before {
    content: "ï€‚";
  }
  
  .wc-fa-envelope-o:before {
    content: "ï€ƒ";
  }
  
  .wc-fa-heart:before {
    content: "ï€„";
  }
  
  .wc-fa-star:before {
    content: "ï€…";
  }
  
  .wc-fa-star-o:before {
    content: "ï€†";
  }
  
  .wc-fa-user:before {
    content: "ï€‡";
  }
  
  .wc-fa-film:before {
    content: "ï€ˆ";
  }
  
  .wc-fa-th-large:before {
    content: "ï€‰";
  }
  
  .wc-fa-th:before {
    content: "ï€Š";
  }
  
  .wc-fa-th-list:before {
    content: "ï€‹";
  }
  
  .wc-fa-check:before {
    content: "ï€Œ";
  }
  
  .wc-fa-remove:before,
  .wc-fa-close:before,
  .wc-fa-times:before {
    content: "ï€";
  }
  
  .wc-fa-search-plus:before {
    content: "ï€Ž";
  }
  
  .wc-fa-search-minus:before {
    content: "ï€";
  }
  
  .wc-fa-power-off:before {
    content: "ï€‘";
  }
  
  .wc-fa-signal:before {
    content: "ï€’";
  }
  
  .wc-fa-gear:before,
  .wc-fa-cog:before {
    content: "ï€“";
  }
  
  .wc-fa-trash-o:before {
    content: "ï€”";
  }
  
  .wc-fa-home:before {
    content: "ï€•";
  }
  
  .wc-fa-file-o:before {
    content: "ï€–";
  }
  
  .wc-fa-clock-o:before {
    content: "ï€—";
  }
  
  .wc-fa-road:before {
    content: "ï€˜";
  }
  
  .wc-fa-download:before {
    content: "ï€™";
  }
  
  .wc-fa-arrow-circle-o-down:before {
    content: "ï€š";
  }
  
  .wc-fa-arrow-circle-o-up:before {
    content: "ï€›";
  }
  
  .wc-fa-inbox:before {
    content: "ï€œ";
  }
  
  .wc-fa-play-circle-o:before {
    content: "ï€";
  }
  
  .wc-fa-rotate-right:before,
  .wc-fa-repeat:before {
    content: "ï€ž";
  }
  
  .wc-fa-refresh:before {
    content: "ï€¡";
  }
  
  .wc-fa-list-alt:before {
    content: "ï€¢";
  }
  
  .wc-fa-lock:before {
    content: "ï€£";
  }
  
  .wc-fa-flag:before {
    content: "ï€¤";
  }
  
  .wc-fa-headphones:before {
    content: "ï€¥";
  }
  
  .wc-fa-volume-off:before {
    content: "ï€¦";
  }
  
  .wc-fa-volume-down:before {
    content: "ï€§";
  }
  
  .wc-fa-volume-up:before {
    content: "ï€¨";
  }
  
  .wc-fa-qrcode:before {
    content: "ï€©";
  }
  
  .wc-fa-barcode:before {
    content: "ï€ª";
  }
  
  .wc-fa-tag:before {
    content: "ï€«";
  }
  
  .wc-fa-tags:before {
    content: "ï€¬";
  }
  
  .wc-fa-book:before {
    content: "ï€­";
  }
  
  .wc-fa-bookmark:before {
    content: "ï€®";
  }
  
  .wc-fa-print:before {
    content: "ï€¯";
  }
  
  .wc-fa-camera:before {
    content: "ï€°";
  }
  
  .wc-fa-font:before {
    content: "ï€±";
  }
  
  .wc-fa-bold:before {
    content: "ï€²";
  }
  
  .wc-fa-italic:before {
    content: "ï€³";
  }
  
  .wc-fa-text-height:before {
    content: "ï€´";
  }
  
  .wc-fa-text-width:before {
    content: "ï€µ";
  }
  
  .wc-fa-align-left:before {
    content: "ï€¶";
  }
  
  .wc-fa-align-center:before {
    content: "ï€·";
  }
  
  .wc-fa-align-right:before {
    content: "ï€¸";
  }
  
  .wc-fa-align-justify:before {
    content: "ï€¹";
  }
  
  .wc-fa-list:before {
    content: "ï€º";
  }
  
  .wc-fa-dedent:before,
  .wc-fa-outdent:before {
    content: "ï€»";
  }
  
  .wc-fa-indent:before {
    content: "ï€¼";
  }
  
  .wc-fa-video-camera:before {
    content: "ï€½";
  }
  
  .wc-fa-photo:before,
  .wc-fa-image:before,
  .wc-fa-picture-o:before {
    content: "ï€¾";
  }
  
  .wc-fa-pencil:before {
    content: "ï€";
  }
  
  .wc-fa-map-marker:before {
    content: "ï";
  }
  
  .wc-fa-adjust:before {
    content: "ï‚";
  }
  
  .wc-fa-tint:before {
    content: "ïƒ";
  }
  
  .wc-fa-edit:before,
  .wc-fa-pencil-square-o:before {
    content: "ï„";
  }
  
  .wc-fa-share-square-o:before {
    content: "ï…";
  }
  
  .wc-fa-check-square-o:before {
    content: "ï†";
  }
  
  .wc-fa-arrows:before {
    content: "ï‡";
  }
  
  .wc-fa-step-backward:before {
    content: "ïˆ";
  }
  
  .wc-fa-fast-backward:before {
    content: "ï‰";
  }
  
  .wc-fa-backward:before {
    content: "ïŠ";
  }
  
  .wc-fa-play:before {
    content: "ï‹";
  }
  
  .wc-fa-pause:before {
    content: "ïŒ";
  }
  
  .wc-fa-stop:before {
    content: "ï";
  }
  
  .wc-fa-forward:before {
    content: "ïŽ";
  }
  
  .wc-fa-fast-forward:before {
    content: "ï";
  }
  
  .wc-fa-step-forward:before {
    content: "ï‘";
  }
  
  .wc-fa-eject:before {
    content: "ï’";
  }
  
  .wc-fa-chevron-left:before {
    content: "ï“";
  }
  
  .wc-fa-chevron-right:before {
    content: "ï”";
  }
  
  .wc-fa-plus-circle:before {
    content: "ï•";
  }
  
  .wc-fa-minus-circle:before {
    content: "ï–";
  }
  
  .wc-fa-times-circle:before {
    content: "ï—";
  }
  
  .wc-fa-check-circle:before {
    content: "ï˜";
  }
  
  .wc-fa-question-circle:before {
    content: "ï™";
  }
  
  .wc-fa-info-circle:before {
    content: "ïš";
  }
  
  .wc-fa-crosshairs:before {
    content: "ï›";
  }
  
  .wc-fa-times-circle-o:before {
    content: "ïœ";
  }
  
  .wc-fa-check-circle-o:before {
    content: "ï";
  }
  
  .wc-fa-ban:before {
    content: "ïž";
  }
  
  .wc-fa-arrow-left:before {
    content: "ï ";
  }
  
  .wc-fa-arrow-right:before {
    content: "ï¡";
  }
  
  .wc-fa-arrow-up:before {
    content: "ï¢";
  }
  
  .wc-fa-arrow-down:before {
    content: "ï£";
  }
  
  .wc-fa-mail-forward:before,
  .wc-fa-share:before {
    content: "ï¤";
  }
  
  .wc-fa-expand:before {
    content: "ï¥";
  }
  
  .wc-fa-compress:before {
    content: "ï¦";
  }
  
  .wc-fa-plus:before {
    content: "ï§";
  }
  
  .wc-fa-minus:before {
    content: "ï¨";
  }
  
  .wc-fa-asterisk:before {
    content: "ï©";
  }
  
  .wc-fa-exclamation-circle:before {
    content: "ïª";
  }
  
  .wc-fa-gift:before {
    content: "ï«";
  }
  
  .wc-fa-leaf:before {
    content: "ï¬";
  }
  
  .wc-fa-fire:before {
    content: "ï­";
  }
  
  .wc-fa-eye:before {
    content: "ï®";
  }
  
  .wc-fa-eye-slash:before {
    content: "ï°";
  }
  
  .wc-fa-warning:before,
  .wc-fa-exclamation-triangle:before {
    content: "ï±";
  }
  
  .wc-fa-plane:before {
    content: "ï²";
  }
  
  .wc-fa-calendar:before {
    content: "ï³";
  }
  
  .wc-fa-random:before {
    content: "ï´";
  }
  
  .wc-fa-comment:before {
    content: "ïµ";
  }
  
  .wc-fa-magnet:before {
    content: "ï¶";
  }
  
  .wc-fa-chevron-up:before {
    content: "ï·";
  }
  
  .wc-fa-chevron-down:before {
    content: "ï¸";
  }
  
  .wc-fa-retweet:before {
    content: "ï¹";
  }
  
  .wc-fa-shopping-cart:before {
    content: "ïº";
  }
  
  .wc-fa-folder:before {
    content: "ï»";
  }
  
  .wc-fa-folder-open:before {
    content: "ï¼";
  }
  
  .wc-fa-arrows-v:before {
    content: "ï½";
  }
  
  .wc-fa-arrows-h:before {
    content: "ï¾";
  }
  
  .wc-fa-bar-chart-o:before,
  .wc-fa-bar-chart:before {
    content: "ï‚€";
  }
  
  .wc-fa-twitter-square:before {
    content: "ï‚";
  }
  
  .wc-fa-facebook-square:before {
    content: "ï‚‚";
  }
  
  .wc-fa-camera-retro:before {
    content: "ï‚ƒ";
  }
  
  .wc-fa-key:before {
    content: "ï‚„";
  }
  
  .wc-fa-gears:before,
  .wc-fa-cogs:before {
    content: "ï‚…";
  }
  
  .wc-fa-comments:before {
    content: "ï‚†";
  }
  
  .wc-fa-thumbs-o-up:before {
    content: "ï‚‡";
  }
  
  .wc-fa-thumbs-o-down:before {
    content: "ï‚ˆ";
  }
  
  .wc-fa-star-half:before {
    content: "ï‚‰";
  }
  
  .wc-fa-heart-o:before {
    content: "ï‚Š";
  }
  
  .wc-fa-sign-out:before {
    content: "ï‚‹";
  }
  
  .wc-fa-linkedin-square:before {
    content: "ï‚Œ";
  }
  
  .wc-fa-thumb-tack:before {
    content: "ï‚";
  }
  
  .wc-fa-external-link:before {
    content: "ï‚Ž";
  }
  
  .wc-fa-sign-in:before {
    content: "ï‚";
  }
  
  .wc-fa-trophy:before {
    content: "ï‚‘";
  }
  
  .wc-fa-github-square:before {
    content: "ï‚’";
  }
  
  .wc-fa-upload:before {
    content: "ï‚“";
  }
  
  .wc-fa-lemon-o:before {
    content: "ï‚”";
  }
  
  .wc-fa-phone:before {
    content: "ï‚•";
  }
  
  .wc-fa-square-o:before {
    content: "ï‚–";
  }
  
  .wc-fa-bookmark-o:before {
    content: "ï‚—";
  }
  
  .wc-fa-phone-square:before {
    content: "ï‚˜";
  }
  
  .wc-fa-twitter:before {
    content: "ï‚™";
  }
  
  .wc-fa-facebook-f:before,
  .wc-fa-facebook:before {
    content: "ï‚š";
  }
  
  .wc-fa-github:before {
    content: "ï‚›";
  }
  
  .wc-fa-unlock:before {
    content: "ï‚œ";
  }
  
  .wc-fa-credit-card:before {
    content: "ï‚";
  }
  
  .wc-fa-feed:before,
  .wc-fa-rss:before {
    content: "ï‚ž";
  }
  
  .wc-fa-hdd-o:before {
    content: "ï‚ ";
  }
  
  .wc-fa-bullhorn:before {
    content: "ï‚¡";
  }
  
  .wc-fa-bell:before {
    content: "ïƒ³";
  }
  
  .wc-fa-certificate:before {
    content: "ï‚£";
  }
  
  .wc-fa-hand-o-right:before {
    content: "ï‚¤";
  }
  
  .wc-fa-hand-o-left:before {
    content: "ï‚¥";
  }
  
  .wc-fa-hand-o-up:before {
    content: "ï‚¦";
  }
  
  .wc-fa-hand-o-down:before {
    content: "ï‚§";
  }
  
  .wc-fa-arrow-circle-left:before {
    content: "ï‚¨";
  }
  
  .wc-fa-arrow-circle-right:before {
    content: "ï‚©";
  }
  
  .wc-fa-arrow-circle-up:before {
    content: "ï‚ª";
  }
  
  .wc-fa-arrow-circle-down:before {
    content: "ï‚«";
  }
  
  .wc-fa-globe:before {
    content: "ï‚¬";
  }
  
  .wc-fa-wrench:before {
    content: "ï‚­";
  }
  
  .wc-fa-tasks:before {
    content: "ï‚®";
  }
  
  .wc-fa-filter:before {
    content: "ï‚°";
  }
  
  .wc-fa-briefcase:before {
    content: "ï‚±";
  }
  
  .wc-fa-arrows-alt:before {
    content: "ï‚²";
  }
  
  .wc-fa-group:before,
  .wc-fa-users:before {
    content: "ïƒ€";
  }
  
  .wc-fa-chain:before,
  .wc-fa-link:before {
    content: "ïƒ";
  }
  
  .wc-fa-cloud:before {
    content: "ïƒ‚";
  }
  
  .wc-fa-flask:before {
    content: "ïƒƒ";
  }
  
  .wc-fa-cut:before,
  .wc-fa-scissors:before {
    content: "ïƒ„";
  }
  
  .wc-fa-copy:before,
  .wc-fa-files-o:before {
    content: "ïƒ…";
  }
  
  .wc-fa-paperclip:before {
    content: "ïƒ†";
  }
  
  .wc-fa-save:before,
  .wc-fa-floppy-o:before {
    content: "ïƒ‡";
  }
  
  .wc-fa-square:before {
    content: "ïƒˆ";
  }
  
  .wc-fa-navicon:before,
  .wc-fa-reorder:before,
  .wc-fa-bars:before {
    content: "ïƒ‰";
  }
  
  .wc-fa-list-ul:before {
    content: "ïƒŠ";
  }
  
  .wc-fa-list-ol:before {
    content: "ïƒ‹";
  }
  
  .wc-fa-strikethrough:before {
    content: "ïƒŒ";
  }
  
  .wc-fa-underline:before {
    content: "ïƒ";
  }
  
  .wc-fa-table:before {
    content: "ïƒŽ";
  }
  
  .wc-fa-magic:before {
    content: "ïƒ";
  }
  
  .wc-fa-truck:before {
    content: "ïƒ‘";
  }
  
  .wc-fa-pinterest:before {
    content: "ïƒ’";
  }
  
  .wc-fa-pinterest-square:before {
    content: "ïƒ“";
  }
  
  .wc-fa-google-plus-square:before {
    content: "ïƒ”";
  }
  
  .wc-fa-google-plus:before {
    content: "ïƒ•";
  }
  
  .wc-fa-money:before {
    content: "ïƒ–";
  }
  
  .wc-fa-caret-down:before {
    content: "ïƒ—";
  }
  
  .wc-fa-caret-up:before {
    content: "ïƒ˜";
  }
  
  .wc-fa-caret-left:before {
    content: "ïƒ™";
  }
  
  .wc-fa-caret-right:before {
    content: "ïƒš";
  }
  
  .wc-fa-columns:before {
    content: "ïƒ›";
  }
  
  .wc-fa-unsorted:before,
  .wc-fa-sort:before {
    content: "ïƒœ";
  }
  
  .wc-fa-sort-down:before,
  .wc-fa-sort-desc:before {
    content: "ïƒ";
  }
  
  .wc-fa-sort-up:before,
  .wc-fa-sort-asc:before {
    content: "ïƒž";
  }
  
  .wc-fa-envelope:before {
    content: "ïƒ ";
  }
  
  .wc-fa-linkedin:before {
    content: "ïƒ¡";
  }
  
  .wc-fa-rotate-left:before,
  .wc-fa-undo:before {
    content: "ïƒ¢";
  }
  
  .wc-fa-legal:before,
  .wc-fa-gavel:before {
    content: "ïƒ£";
  }
  
  .wc-fa-dashboard:before,
  .wc-fa-tachometer:before {
    content: "ïƒ¤";
  }
  
  .wc-fa-comment-o:before {
    content: "ïƒ¥";
  }
  
  .wc-fa-comments-o:before {
    content: "ïƒ¦";
  }
  
  .wc-fa-flash:before,
  .wc-fa-bolt:before {
    content: "ïƒ§";
  }
  
  .wc-fa-sitemap:before {
    content: "ïƒ¨";
  }
  
  .wc-fa-umbrella:before {
    content: "ïƒ©";
  }
  
  .wc-fa-paste:before,
  .wc-fa-clipboard:before {
    content: "ïƒª";
  }
  
  .wc-fa-lightbulb-o:before {
    content: "ïƒ«";
  }
  
  .wc-fa-exchange:before {
    content: "ïƒ¬";
  }
  
  .wc-fa-cloud-download:before {
    content: "ïƒ­";
  }
  
  .wc-fa-cloud-upload:before {
    content: "ïƒ®";
  }
  
  .wc-fa-user-md:before {
    content: "ïƒ°";
  }
  
  .wc-fa-stethoscope:before {
    content: "ïƒ±";
  }
  
  .wc-fa-suitcase:before {
    content: "ïƒ²";
  }
  
  .wc-fa-bell-o:before {
    content: "ï‚¢";
  }
  
  .wc-fa-coffee:before {
    content: "ïƒ´";
  }
  
  .wc-fa-cutlery:before {
    content: "ïƒµ";
  }
  
  .wc-fa-file-text-o:before {
    content: "ïƒ¶";
  }
  
  .wc-fa-building-o:before {
    content: "ïƒ·";
  }
  
  .wc-fa-hospital-o:before {
    content: "ïƒ¸";
  }
  
  .wc-fa-ambulance:before {
    content: "ïƒ¹";
  }
  
  .wc-fa-medkit:before {
    content: "ïƒº";
  }
  
  .wc-fa-fighter-jet:before {
    content: "ïƒ»";
  }
  
  .wc-fa-beer:before {
    content: "ïƒ¼";
  }
  
  .wc-fa-h-square:before {
    content: "ïƒ½";
  }
  
  .wc-fa-plus-square:before {
    content: "ïƒ¾";
  }
  
  .wc-fa-angle-double-left:before {
    content: "ï„€";
  }
  
  .wc-fa-angle-double-right:before {
    content: "ï„";
  }
  
  .wc-fa-angle-double-up:before {
    content: "ï„‚";
  }
  
  .wc-fa-angle-double-down:before {
    content: "ï„ƒ";
  }
  
  .wc-fa-angle-left:before {
    content: "ï„„";
  }
  
  .wc-fa-angle-right:before {
    content: "ï„…";
  }
  
  .wc-fa-angle-up:before {
    content: "ï„†";
  }
  
  .wc-fa-angle-down:before {
    content: "ï„‡";
  }
  
  .wc-fa-desktop:before {
    content: "ï„ˆ";
  }
  
  .wc-fa-laptop:before {
    content: "ï„‰";
  }
  
  .wc-fa-tablet:before {
    content: "ï„Š";
  }
  
  .wc-fa-mobile-phone:before,
  .wc-fa-mobile:before {
    content: "ï„‹";
  }
  
  .wc-fa-circle-o:before {
    content: "ï„Œ";
  }
  
  .wc-fa-quote-left:before {
    content: "ï„";
  }
  
  .wc-fa-quote-right:before {
    content: "ï„Ž";
  }
  
  .wc-fa-spinner:before {
    content: "ï„";
  }
  
  .wc-fa-circle:before {
    content: "ï„‘";
  }
  
  .wc-fa-mail-reply:before,
  .wc-fa-reply:before {
    content: "ï„’";
  }
  
  .wc-fa-github-alt:before {
    content: "ï„“";
  }
  
  .wc-fa-folder-o:before {
    content: "ï„”";
  }
  
  .wc-fa-folder-open-o:before {
    content: "ï„•";
  }
  
  .wc-fa-smile-o:before {
    content: "ï„˜";
  }
  
  .wc-fa-frown-o:before {
    content: "ï„™";
  }
  
  .wc-fa-meh-o:before {
    content: "ï„š";
  }
  
  .wc-fa-gamepad:before {
    content: "ï„›";
  }
  
  .wc-fa-keyboard-o:before {
    content: "ï„œ";
  }
  
  .wc-fa-flag-o:before {
    content: "ï„";
  }
  
  .wc-fa-flag-checkered:before {
    content: "ï„ž";
  }
  
  .wc-fa-terminal:before {
    content: "ï„ ";
  }
  
  .wc-fa-code:before {
    content: "ï„¡";
  }
  
  .wc-fa-mail-reply-all:before,
  .wc-fa-reply-all:before {
    content: "ï„¢";
  }
  
  .wc-fa-star-half-empty:before,
  .wc-fa-star-half-full:before,
  .wc-fa-star-half-o:before {
    content: "ï„£";
  }
  
  .wc-fa-location-arrow:before {
    content: "ï„¤";
  }
  
  .wc-fa-crop:before {
    content: "ï„¥";
  }
  
  .wc-fa-code-fork:before {
    content: "ï„¦";
  }
  
  .wc-fa-unlink:before,
  .wc-fa-chain-broken:before {
    content: "ï„§";
  }
  
  .wc-fa-question:before {
    content: "ï„¨";
  }
  
  .wc-fa-info:before {
    content: "ï„©";
  }
  
  .wc-fa-exclamation:before {
    content: "ï„ª";
  }
  
  .wc-fa-superscript:before {
    content: "ï„«";
  }
  
  .wc-fa-subscript:before {
    content: "ï„¬";
  }
  
  .wc-fa-eraser:before {
    content: "ï„­";
  }
  
  .wc-fa-puzzle-piece:before {
    content: "ï„®";
  }
  
  .wc-fa-microphone:before {
    content: "ï„°";
  }
  
  .wc-fa-microphone-slash:before {
    content: "ï„±";
  }
  
  .wc-fa-shield:before {
    content: "ï„²";
  }
  
  .wc-fa-calendar-o:before {
    content: "ï„³";
  }
  
  .wc-fa-fire-extinguisher:before {
    content: "ï„´";
  }
  
  .wc-fa-rocket:before {
    content: "ï„µ";
  }
  
  .wc-fa-maxcdn:before {
    content: "ï„¶";
  }
  
  .wc-fa-chevron-circle-left:before {
    content: "ï„·";
  }
  
  .wc-fa-chevron-circle-right:before {
    content: "ï„¸";
  }
  
  .wc-fa-chevron-circle-up:before {
    content: "ï„¹";
  }
  
  .wc-fa-chevron-circle-down:before {
    content: "ï„º";
  }
  
  .wc-fa-html5:before {
    content: "ï„»";
  }
  
  .wc-fa-css3:before {
    content: "ï„¼";
  }
  
  .wc-fa-anchor:before {
    content: "ï„½";
  }
  
  .wc-fa-unlock-alt:before {
    content: "ï„¾";
  }
  
  .wc-fa-bullseye:before {
    content: "ï…€";
  }
  
  .wc-fa-ellipsis-h:before {
    content: "ï…";
  }
  
  .wc-fa-ellipsis-v:before {
    content: "ï…‚";
  }
  
  .wc-fa-rss-square:before {
    content: "ï…ƒ";
  }
  
  .wc-fa-play-circle:before {
    content: "ï…„";
  }
  
  .wc-fa-ticket:before {
    content: "ï……";
  }
  
  .wc-fa-minus-square:before {
    content: "ï…†";
  }
  
  .wc-fa-minus-square-o:before {
    content: "ï…‡";
  }
  
  .wc-fa-level-up:before {
    content: "ï…ˆ";
  }
  
  .wc-fa-level-down:before {
    content: "ï…‰";
  }
  
  .wc-fa-check-square:before {
    content: "ï…Š";
  }
  
  .wc-fa-pencil-square:before {
    content: "ï…‹";
  }
  
  .wc-fa-external-link-square:before {
    content: "ï…Œ";
  }
  
  .wc-fa-share-square:before {
    content: "ï…";
  }
  
  .wc-fa-compass:before {
    content: "ï…Ž";
  }
  
  .wc-fa-toggle-down:before,
  .wc-fa-caret-square-o-down:before {
    content: "ï…";
  }
  
  .wc-fa-toggle-up:before,
  .wc-fa-caret-square-o-up:before {
    content: "ï…‘";
  }
  
  .wc-fa-toggle-right:before,
  .wc-fa-caret-square-o-right:before {
    content: "ï…’";
  }
  
  .wc-fa-euro:before,
  .wc-fa-eur:before {
    content: "ï…“";
  }
  
  .wc-fa-gbp:before {
    content: "ï…”";
  }
  
  .wc-fa-dollar:before,
  .wc-fa-usd:before {
    content: "ï…•";
  }
  
  .wc-fa-rupee:before,
  .wc-fa-inr:before {
    content: "ï…–";
  }
  
  .wc-fa-cny:before,
  .wc-fa-rmb:before,
  .wc-fa-yen:before,
  .wc-fa-jpy:before {
    content: "ï…—";
  }
  
  .wc-fa-ruble:before,
  .wc-fa-rouble:before,
  .wc-fa-rub:before {
    content: "ï…˜";
  }
  
  .wc-fa-won:before,
  .wc-fa-krw:before {
    content: "ï…™";
  }
  
  .wc-fa-bitcoin:before,
  .wc-fa-btc:before {
    content: "ï…š";
  }
  
  .wc-fa-file:before {
    content: "ï…›";
  }
  
  .wc-fa-file-text:before {
    content: "ï…œ";
  }
  
  .wc-fa-sort-alpha-asc:before {
    content: "ï…";
  }
  
  .wc-fa-sort-alpha-desc:before {
    content: "ï…ž";
  }
  
  .wc-fa-sort-amount-asc:before {
    content: "ï… ";
  }
  
  .wc-fa-sort-amount-desc:before {
    content: "ï…¡";
  }
  
  .wc-fa-sort-numeric-asc:before {
    content: "ï…¢";
  }
  
  .wc-fa-sort-numeric-desc:before {
    content: "ï…£";
  }
  
  .wc-fa-thumbs-up:before {
    content: "ï…¤";
  }
  
  .wc-fa-thumbs-down:before {
    content: "ï…¥";
  }
  
  .wc-fa-youtube-square:before {
    content: "ï…¦";
  }
  
  .wc-fa-youtube:before {
    content: "ï…§";
  }
  
  .wc-fa-xing:before {
    content: "ï…¨";
  }
  
  .wc-fa-xing-square:before {
    content: "ï…©";
  }
  
  .wc-fa-youtube-play:before {
    content: "ï…ª";
  }
  
  .wc-fa-dropbox:before {
    content: "ï…«";
  }
  
  .wc-fa-stack-overflow:before {
    content: "ï…¬";
  }
  
  .wc-fa-instagram:before {
    content: "ï…­";
  }
  
  .wc-fa-flickr:before {
    content: "ï…®";
  }
  
  .wc-fa-adn:before {
    content: "ï…°";
  }
  
  .wc-fa-bitbucket:before {
    content: "ï…±";
  }
  
  .wc-fa-bitbucket-square:before {
    content: "ï…²";
  }
  
  .wc-fa-tumblr:before {
    content: "ï…³";
  }
  
  .wc-fa-tumblr-square:before {
    content: "ï…´";
  }
  
  .wc-fa-long-arrow-down:before {
    content: "ï…µ";
  }
  
  .wc-fa-long-arrow-up:before {
    content: "ï…¶";
  }
  
  .wc-fa-long-arrow-left:before {
    content: "ï…·";
  }
  
  .wc-fa-long-arrow-right:before {
    content: "ï…¸";
  }
  
  .wc-fa-apple:before {
    content: "ï…¹";
  }
  
  .wc-fa-windows:before {
    content: "ï…º";
  }
  
  .wc-fa-android:before {
    content: "ï…»";
  }
  
  .wc-fa-linux:before {
    content: "ï…¼";
  }
  
  .wc-fa-dribbble:before {
    content: "ï…½";
  }
  
  .wc-fa-skype:before {
    content: "ï…¾";
  }
  
  .wc-fa-foursquare:before {
    content: "ï†€";
  }
  
  .wc-fa-trello:before {
    content: "ï†";
  }
  
  .wc-fa-female:before {
    content: "ï†‚";
  }
  
  .wc-fa-male:before {
    content: "ï†ƒ";
  }
  
  .wc-fa-gittip:before,
  .wc-fa-gratipay:before {
    content: "ï†„";
  }
  
  .wc-fa-sun-o:before {
    content: "ï†…";
  }
  
  .wc-fa-moon-o:before {
    content: "ï††";
  }
  
  .wc-fa-archive:before {
    content: "ï†‡";
  }
  
  .wc-fa-bug:before {
    content: "ï†ˆ";
  }
  
  .wc-fa-vk:before {
    content: "ï†‰";
  }
  
  .wc-fa-weibo:before {
    content: "ï†Š";
  }
  
  .wc-fa-renren:before {
    content: "ï†‹";
  }
  
  .wc-fa-pagelines:before {
    content: "ï†Œ";
  }
  
  .wc-fa-stack-exchange:before {
    content: "ï†";
  }
  
  .wc-fa-arrow-circle-o-right:before {
    content: "ï†Ž";
  }
  
  .wc-fa-arrow-circle-o-left:before {
    content: "ï†";
  }
  
  .wc-fa-toggle-left:before,
  .wc-fa-caret-square-o-left:before {
    content: "ï†‘";
  }
  
  .wc-fa-dot-circle-o:before {
    content: "ï†’";
  }
  
  .wc-fa-wheelchair:before {
    content: "ï†“";
  }
  
  .wc-fa-vimeo-square:before {
    content: "ï†”";
  }
  
  .wc-fa-turkish-lira:before,
  .wc-fa-try:before {
    content: "ï†•";
  }
  
  .wc-fa-plus-square-o:before {
    content: "ï†–";
  }
  
  .wc-fa-space-shuttle:before {
    content: "ï†—";
  }
  
  .wc-fa-slack:before {
    content: "ï†˜";
  }
  
  .wc-fa-envelope-square:before {
    content: "ï†™";
  }
  
  .wc-fa-wordpress:before {
    content: "ï†š";
  }
  
  .wc-fa-openid:before {
    content: "ï†›";
  }
  
  .wc-fa-institution:before,
  .wc-fa-bank:before,
  .wc-fa-university:before {
    content: "ï†œ";
  }
  
  .wc-fa-mortar-board:before,
  .wc-fa-graduation-cap:before {
    content: "ï†";
  }
  
  .wc-fa-yahoo:before {
    content: "ï†ž";
  }
  
  .wc-fa-google:before {
    content: "ï† ";
  }
  
  .wc-fa-reddit:before {
    content: "ï†¡";
  }
  
  .wc-fa-reddit-square:before {
    content: "ï†¢";
  }
  
  .wc-fa-stumbleupon-circle:before {
    content: "ï†£";
  }
  
  .wc-fa-stumbleupon:before {
    content: "ï†¤";
  }
  
  .wc-fa-delicious:before {
    content: "ï†¥";
  }
  
  .wc-fa-digg:before {
    content: "ï†¦";
  }
  
  .wc-fa-pied-piper-pp:before {
    content: "ï†§";
  }
  
  .wc-fa-pied-piper-alt:before {
    content: "ï†¨";
  }
  
  .wc-fa-drupal:before {
    content: "ï†©";
  }
  
  .wc-fa-joomla:before {
    content: "ï†ª";
  }
  
  .wc-fa-language:before {
    content: "ï†«";
  }
  
  .wc-fa-fax:before {
    content: "ï†¬";
  }
  
  .wc-fa-building:before {
    content: "ï†­";
  }
  
  .wc-fa-child:before {
    content: "ï†®";
  }
  
  .wc-fa-paw:before {
    content: "ï†°";
  }
  
  .wc-fa-spoon:before {
    content: "ï†±";
  }
  
  .wc-fa-cube:before {
    content: "ï†²";
  }
  
  .wc-fa-cubes:before {
    content: "ï†³";
  }
  
  .wc-fa-behance:before {
    content: "ï†´";
  }
  
  .wc-fa-behance-square:before {
    content: "ï†µ";
  }
  
  .wc-fa-steam:before {
    content: "ï†¶";
  }
  
  .wc-fa-steam-square:before {
    content: "ï†·";
  }
  
  .wc-fa-recycle:before {
    content: "ï†¸";
  }
  
  .wc-fa-automobile:before,
  .wc-fa-car:before {
    content: "ï†¹";
  }
  
  .wc-fa-cab:before,
  .wc-fa-taxi:before {
    content: "ï†º";
  }
  
  .wc-fa-tree:before {
    content: "ï†»";
  }
  
  .wc-fa-spotify:before {
    content: "ï†¼";
  }
  
  .wc-fa-deviantart:before {
    content: "ï†½";
  }
  
  .wc-fa-soundcloud:before {
    content: "ï†¾";
  }
  
  .wc-fa-database:before {
    content: "ï‡€";
  }
  
  .wc-fa-file-pdf-o:before {
    content: "ï‡";
  }
  
  .wc-fa-file-word-o:before {
    content: "ï‡‚";
  }
  
  .wc-fa-file-excel-o:before {
    content: "ï‡ƒ";
  }
  
  .wc-fa-file-powerpoint-o:before {
    content: "ï‡„";
  }
  
  .wc-fa-file-photo-o:before,
  .wc-fa-file-picture-o:before,
  .wc-fa-file-image-o:before {
    content: "ï‡…";
  }
  
  .wc-fa-file-zip-o:before,
  .wc-fa-file-archive-o:before {
    content: "ï‡†";
  }
  
  .wc-fa-file-sound-o:before,
  .wc-fa-file-audio-o:before {
    content: "ï‡‡";
  }
  
  .wc-fa-file-movie-o:before,
  .wc-fa-file-video-o:before {
    content: "ï‡ˆ";
  }
  
  .wc-fa-file-code-o:before {
    content: "ï‡‰";
  }
  
  .wc-fa-vine:before {
    content: "ï‡Š";
  }
  
  .wc-fa-codepen:before {
    content: "ï‡‹";
  }
  
  .wc-fa-jsfiddle:before {
    content: "ï‡Œ";
  }
  
  .wc-fa-life-bouy:before,
  .wc-fa-life-buoy:before,
  .wc-fa-life-saver:before,
  .wc-fa-support:before,
  .wc-fa-life-ring:before {
    content: "ï‡";
  }
  
  .wc-fa-circle-o-notch:before {
    content: "ï‡Ž";
  }
  
  .wc-fa-ra:before,
  .wc-fa-resistance:before,
  .wc-fa-rebel:before {
    content: "ï‡";
  }
  
  .wc-fa-ge:before,
  .wc-fa-empire:before {
    content: "ï‡‘";
  }
  
  .wc-fa-git-square:before {
    content: "ï‡’";
  }
  
  .wc-fa-git:before {
    content: "ï‡“";
  }
  
  .wc-fa-y-combinator-square:before,
  .wc-fa-yc-square:before,
  .wc-fa-hacker-news:before {
    content: "ï‡”";
  }
  
  .wc-fa-tencent-weibo:before {
    content: "ï‡•";
  }
  
  .wc-fa-qq:before {
    content: "ï‡–";
  }
  
  .wc-fa-wechat:before,
  .wc-fa-weixin:before {
    content: "ï‡—";
  }
  
  .wc-fa-send:before,
  .wc-fa-paper-plane:before {
    content: "ï‡˜";
  }
  
  .wc-fa-send-o:before,
  .wc-fa-paper-plane-o:before {
    content: "ï‡™";
  }
  
  .wc-fa-history:before {
    content: "ï‡š";
  }
  
  .wc-fa-circle-thin:before {
    content: "ï‡›";
  }
  
  .wc-fa-header:before {
    content: "ï‡œ";
  }
  
  .wc-fa-paragraph:before {
    content: "ï‡";
  }
  
  .wc-fa-sliders:before {
    content: "ï‡ž";
  }
  
  .wc-fa-share-alt:before {
    content: "ï‡ ";
  }
  
  .wc-fa-share-alt-square:before {
    content: "ï‡¡";
  }
  
  .wc-fa-bomb:before {
    content: "ï‡¢";
  }
  
  .wc-fa-soccer-ball-o:before,
  .wc-fa-futbol-o:before {
    content: "ï‡£";
  }
  
  .wc-fa-tty:before {
    content: "ï‡¤";
  }
  
  .wc-fa-binoculars:before {
    content: "ï‡¥";
  }
  
  .wc-fa-plug:before {
    content: "ï‡¦";
  }
  
  .wc-fa-slideshare:before {
    content: "ï‡§";
  }
  
  .wc-fa-twitch:before {
    content: "ï‡¨";
  }
  
  .wc-fa-yelp:before {
    content: "ï‡©";
  }
  
  .wc-fa-newspaper-o:before {
    content: "ï‡ª";
  }
  
  .wc-fa-wifi:before {
    content: "ï‡«";
  }
  
  .wc-fa-calculator:before {
    content: "ï‡¬";
  }
  
  .wc-fa-paypal:before {
    content: "ï‡­";
  }
  
  .wc-fa-google-wallet:before {
    content: "ï‡®";
  }
  
  .wc-fa-cc-visa:before {
    content: "ï‡°";
  }
  
  .wc-fa-cc-mastercard:before {
    content: "ï‡±";
  }
  
  .wc-fa-cc-discover:before {
    content: "ï‡²";
  }
  
  .wc-fa-cc-amex:before {
    content: "ï‡³";
  }
  
  .wc-fa-cc-paypal:before {
    content: "ï‡´";
  }
  
  .wc-fa-cc-stripe:before {
    content: "ï‡µ";
  }
  
  .wc-fa-bell-slash:before {
    content: "ï‡¶";
  }
  
  .wc-fa-bell-slash-o:before {
    content: "ï‡·";
  }
  
  .wc-fa-trash:before {
    content: "ï‡¸";
  }
  
  .wc-fa-copyright:before {
    content: "ï‡¹";
  }
  
  .wc-fa-at:before {
    content: "ï‡º";
  }
  
  .wc-fa-eyedropper:before {
    content: "ï‡»";
  }
  
  .wc-fa-paint-brush:before {
    content: "ï‡¼";
  }
  
  .wc-fa-birthday-cake:before {
    content: "ï‡½";
  }
  
  .wc-fa-area-chart:before {
    content: "ï‡¾";
  }
  
  .wc-fa-pie-chart:before {
    content: "ïˆ€";
  }
  
  .wc-fa-line-chart:before {
    content: "ïˆ";
  }
  
  .wc-fa-lastfm:before {
    content: "ïˆ‚";
  }
  
  .wc-fa-lastfm-square:before {
    content: "ïˆƒ";
  }
  
  .wc-fa-toggle-off:before {
    content: "ïˆ„";
  }
  
  .wc-fa-toggle-on:before {
    content: "ïˆ…";
  }
  
  .wc-fa-bicycle:before {
    content: "ïˆ†";
  }
  
  .wc-fa-bus:before {
    content: "ïˆ‡";
  }
  
  .wc-fa-ioxhost:before {
    content: "ïˆˆ";
  }
  
  .wc-fa-angellist:before {
    content: "ïˆ‰";
  }
  
  .wc-fa-cc:before {
    content: "ïˆŠ";
  }
  
  .wc-fa-shekel:before,
  .wc-fa-sheqel:before,
  .wc-fa-ils:before {
    content: "ïˆ‹";
  }
  
  .wc-fa-meanpath:before {
    content: "ïˆŒ";
  }
  
  .wc-fa-buysellads:before {
    content: "ïˆ";
  }
  
  .wc-fa-connectdevelop:before {
    content: "ïˆŽ";
  }
  
  .wc-fa-dashcube:before {
    content: "ïˆ";
  }
  
  .wc-fa-forumbee:before {
    content: "ïˆ‘";
  }
  
  .wc-fa-leanpub:before {
    content: "ïˆ’";
  }
  
  .wc-fa-sellsy:before {
    content: "ïˆ“";
  }
  
  .wc-fa-shirtsinbulk:before {
    content: "ïˆ”";
  }
  
  .wc-fa-simplybuilt:before {
    content: "ïˆ•";
  }
  
  .wc-fa-skyatlas:before {
    content: "ïˆ–";
  }
  
  .wc-fa-cart-plus:before {
    content: "ïˆ—";
  }
  
  .wc-fa-cart-arrow-down:before {
    content: "ïˆ˜";
  }
  
  .wc-fa-diamond:before {
    content: "ïˆ™";
  }
  
  .wc-fa-ship:before {
    content: "ïˆš";
  }
  
  .wc-fa-user-secret:before {
    content: "ïˆ›";
  }
  
  .wc-fa-motorcycle:before {
    content: "ïˆœ";
  }
  
  .wc-fa-street-view:before {
    content: "ïˆ";
  }
  
  .wc-fa-heartbeat:before {
    content: "ïˆž";
  }
  
  .wc-fa-venus:before {
    content: "ïˆ¡";
  }
  
  .wc-fa-mars:before {
    content: "ïˆ¢";
  }
  
  .wc-fa-mercury:before {
    content: "ïˆ£";
  }
  
  .wc-fa-intersex:before,
  .wc-fa-transgender:before {
    content: "ïˆ¤";
  }
  
  .wc-fa-transgender-alt:before {
    content: "ïˆ¥";
  }
  
  .wc-fa-venus-double:before {
    content: "ïˆ¦";
  }
  
  .wc-fa-mars-double:before {
    content: "ïˆ§";
  }
  
  .wc-fa-venus-mars:before {
    content: "ïˆ¨";
  }
  
  .wc-fa-mars-stroke:before {
    content: "ïˆ©";
  }
  
  .wc-fa-mars-stroke-v:before {
    content: "ïˆª";
  }
  
  .wc-fa-mars-stroke-h:before {
    content: "ïˆ«";
  }
  
  .wc-fa-neuter:before {
    content: "ïˆ¬";
  }
  
  .wc-fa-genderless:before {
    content: "ïˆ­";
  }
  
  .wc-fa-facebook-official:before {
    content: "ïˆ°";
  }
  
  .wc-fa-pinterest-p:before {
    content: "ïˆ±";
  }
  
  .wc-fa-whatsapp:before {
    content: "ïˆ²";
  }
  
  .wc-fa-server:before {
    content: "ïˆ³";
  }
  
  .wc-fa-user-plus:before {
    content: "ïˆ´";
  }
  
  .wc-fa-user-times:before {
    content: "ïˆµ";
  }
  
  .wc-fa-hotel:before,
  .wc-fa-bed:before {
    content: "ïˆ¶";
  }
  
  .wc-fa-viacoin:before {
    content: "ïˆ·";
  }
  
  .wc-fa-train:before {
    content: "ïˆ¸";
  }
  
  .wc-fa-subway:before {
    content: "ïˆ¹";
  }
  
  .wc-fa-medium:before {
    content: "ïˆº";
  }
  
  .wc-fa-yc:before,
  .wc-fa-y-combinator:before {
    content: "ïˆ»";
  }
  
  .wc-fa-optin-monster:before {
    content: "ïˆ¼";
  }
  
  .wc-fa-opencart:before {
    content: "ïˆ½";
  }
  
  .wc-fa-expeditedssl:before {
    content: "ïˆ¾";
  }
  
  .wc-fa-battery-4:before,
  .wc-fa-battery:before,
  .wc-fa-battery-full:before {
    content: "ï‰€";
  }
  
  .wc-fa-battery-3:before,
  .wc-fa-battery-three-quarters:before {
    content: "ï‰";
  }
  
  .wc-fa-battery-2:before,
  .wc-fa-battery-half:before {
    content: "ï‰‚";
  }
  
  .wc-fa-battery-1:before,
  .wc-fa-battery-quarter:before {
    content: "ï‰ƒ";
  }
  
  .wc-fa-battery-0:before,
  .wc-fa-battery-empty:before {
    content: "ï‰„";
  }
  
  .wc-fa-mouse-pointer:before {
    content: "ï‰…";
  }
  
  .wc-fa-i-cursor:before {
    content: "ï‰†";
  }
  
  .wc-fa-object-group:before {
    content: "ï‰‡";
  }
  
  .wc-fa-object-ungroup:before {
    content: "ï‰ˆ";
  }
  
  .wc-fa-sticky-note:before {
    content: "ï‰‰";
  }
  
  .wc-fa-sticky-note-o:before {
    content: "ï‰Š";
  }
  
  .wc-fa-cc-jcb:before {
    content: "ï‰‹";
  }
  
  .wc-fa-cc-diners-club:before {
    content: "ï‰Œ";
  }
  
  .wc-fa-clone:before {
    content: "ï‰";
  }
  
  .wc-fa-balance-scale:before {
    content: "ï‰Ž";
  }
  
  .wc-fa-hourglass-o:before {
    content: "ï‰";
  }
  
  .wc-fa-hourglass-1:before,
  .wc-fa-hourglass-start:before {
    content: "ï‰‘";
  }
  
  .wc-fa-hourglass-2:before,
  .wc-fa-hourglass-half:before {
    content: "ï‰’";
  }
  
  .wc-fa-hourglass-3:before,
  .wc-fa-hourglass-end:before {
    content: "ï‰“";
  }
  
  .wc-fa-hourglass:before {
    content: "ï‰”";
  }
  
  .wc-fa-hand-grab-o:before,
  .wc-fa-hand-rock-o:before {
    content: "ï‰•";
  }
  
  .wc-fa-hand-stop-o:before,
  .wc-fa-hand-paper-o:before {
    content: "ï‰–";
  }
  
  .wc-fa-hand-scissors-o:before {
    content: "ï‰—";
  }
  
  .wc-fa-hand-lizard-o:before {
    content: "ï‰˜";
  }
  
  .wc-fa-hand-spock-o:before {
    content: "ï‰™";
  }
  
  .wc-fa-hand-pointer-o:before {
    content: "ï‰š";
  }
  
  .wc-fa-hand-peace-o:before {
    content: "ï‰›";
  }
  
  .wc-fa-trademark:before {
    content: "ï‰œ";
  }
  
  .wc-fa-registered:before {
    content: "ï‰";
  }
  
  .wc-fa-creative-commons:before {
    content: "ï‰ž";
  }
  
  .wc-fa-gg:before {
    content: "ï‰ ";
  }
  
  .wc-fa-gg-circle:before {
    content: "ï‰¡";
  }
  
  .wc-fa-tripadvisor:before {
    content: "ï‰¢";
  }
  
  .wc-fa-odnoklassniki:before {
    content: "ï‰£";
  }
  
  .wc-fa-odnoklassniki-square:before {
    content: "ï‰¤";
  }
  
  .wc-fa-get-pocket:before {
    content: "ï‰¥";
  }
  
  .wc-fa-wikipedia-w:before {
    content: "ï‰¦";
  }
  
  .wc-fa-safari:before {
    content: "ï‰§";
  }
  
  .wc-fa-chrome:before {
    content: "ï‰¨";
  }
  
  .wc-fa-firefox:before {
    content: "ï‰©";
  }
  
  .wc-fa-opera:before {
    content: "ï‰ª";
  }
  
  .wc-fa-internet-explorer:before {
    content: "ï‰«";
  }
  
  .wc-fa-tv:before,
  .wc-fa-television:before {
    content: "ï‰¬";
  }
  
  .wc-fa-contao:before {
    content: "ï‰­";
  }
  
  .wc-fa-500px:before {
    content: "ï‰®";
  }
  
  .wc-fa-amazon:before {
    content: "ï‰°";
  }
  
  .wc-fa-calendar-plus-o:before {
    content: "ï‰±";
  }
  
  .wc-fa-calendar-minus-o:before {
    content: "ï‰²";
  }
  
  .wc-fa-calendar-times-o:before {
    content: "ï‰³";
  }
  
  .wc-fa-calendar-check-o:before {
    content: "ï‰´";
  }
  
  .wc-fa-industry:before {
    content: "ï‰µ";
  }
  
  .wc-fa-map-pin:before {
    content: "ï‰¶";
  }
  
  .wc-fa-map-signs:before {
    content: "ï‰·";
  }
  
  .wc-fa-map-o:before {
    content: "ï‰¸";
  }
  
  .wc-fa-map:before {
    content: "ï‰¹";
  }
  
  .wc-fa-commenting:before {
    content: "ï‰º";
  }
  
  .wc-fa-commenting-o:before {
    content: "ï‰»";
  }
  
  .wc-fa-houzz:before {
    content: "ï‰¼";
  }
  
  .wc-fa-vimeo:before {
    content: "ï‰½";
  }
  
  .wc-fa-black-tie:before {
    content: "ï‰¾";
  }
  
  .wc-fa-fonticons:before {
    content: "ïŠ€";
  }
  
  .wc-fa-reddit-alien:before {
    content: "ïŠ";
  }
  
  .wc-fa-edge:before {
    content: "ïŠ‚";
  }
  
  .wc-fa-credit-card-alt:before {
    content: "ïŠƒ";
  }
  
  .wc-fa-codiepie:before {
    content: "ïŠ„";
  }
  
  .wc-fa-modx:before {
    content: "ïŠ…";
  }
  
  .wc-fa-fort-awesome:before {
    content: "ïŠ†";
  }
  
  .wc-fa-usb:before {
    content: "ïŠ‡";
  }
  
  .wc-fa-product-hunt:before {
    content: "ïŠˆ";
  }
  
  .wc-fa-mixcloud:before {
    content: "ïŠ‰";
  }
  
  .wc-fa-scribd:before {
    content: "ïŠŠ";
  }
  
  .wc-fa-pause-circle:before {
    content: "ïŠ‹";
  }
  
  .wc-fa-pause-circle-o:before {
    content: "ïŠŒ";
  }
  
  .wc-fa-stop-circle:before {
    content: "ïŠ";
  }
  
  .wc-fa-stop-circle-o:before {
    content: "ïŠŽ";
  }
  
  .wc-fa-shopping-bag:before {
    content: "ïŠ";
  }
  
  .wc-fa-shopping-basket:before {
    content: "ïŠ‘";
  }
  
  .wc-fa-hashtag:before {
    content: "ïŠ’";
  }
  
  .wc-fa-bluetooth:before {
    content: "ïŠ“";
  }
  
  .wc-fa-bluetooth-b:before {
    content: "ïŠ”";
  }
  
  .wc-fa-percent:before {
    content: "ïŠ•";
  }
  
  .wc-fa-gitlab:before {
    content: "ïŠ–";
  }
  
  .wc-fa-wpbeginner:before {
    content: "ïŠ—";
  }
  
  .wc-fa-wpforms:before {
    content: "ïŠ˜";
  }
  
  .wc-fa-envira:before {
    content: "ïŠ™";
  }
  
  .wc-fa-universal-access:before {
    content: "ïŠš";
  }
  
  .wc-fa-wheelchair-alt:before {
    content: "ïŠ›";
  }
  
  .wc-fa-question-circle-o:before {
    content: "ïŠœ";
  }
  
  .wc-fa-blind:before {
    content: "ïŠ";
  }
  
  .wc-fa-audio-description:before {
    content: "ïŠž";
  }
  
  .wc-fa-volume-control-phone:before {
    content: "ïŠ ";
  }
  
  .wc-fa-braille:before {
    content: "ïŠ¡";
  }
  
  .wc-fa-assistive-listening-systems:before {
    content: "ïŠ¢";
  }
  
  .wc-fa-asl-interpreting:before,
  .wc-fa-american-sign-language-interpreting:before {
    content: "ïŠ£";
  }
  
  .wc-fa-deafness:before,
  .wc-fa-hard-of-hearing:before,
  .wc-fa-deaf:before {
    content: "ïŠ¤";
  }
  
  .wc-fa-glide:before {
    content: "ïŠ¥";
  }
  
  .wc-fa-glide-g:before {
    content: "ïŠ¦";
  }
  
  .wc-fa-signing:before,
  .wc-fa-sign-language:before {
    content: "ïŠ§";
  }
  
  .wc-fa-low-vision:before {
    content: "ïŠ¨";
  }
  
  .wc-fa-viadeo:before {
    content: "ïŠ©";
  }
  
  .wc-fa-viadeo-square:before {
    content: "ïŠª";
  }
  
  .wc-fa-snapchat:before {
    content: "ïŠ«";
  }
  
  .wc-fa-snapchat-ghost:before {
    content: "ïŠ¬";
  }
  
  .wc-fa-snapchat-square:before {
    content: "ïŠ­";
  }
  
  .wc-fa-pied-piper:before {
    content: "ïŠ®";
  }
  
  .wc-fa-first-order:before {
    content: "ïŠ°";
  }
  
  .wc-fa-yoast:before {
    content: "ïŠ±";
  }
  
  .wc-fa-themeisle:before {
    content: "ïŠ²";
  }
  
  .wc-fa-google-plus-circle:before,
  .wc-fa-google-plus-official:before {
    content: "ïŠ³";
  }
  
  .wc-fa-fa:before,
  .wc-fa-font-awesome:before {
    content: "ïŠ´";
  }
  
  .wc-fa-handshake-o:before {
    content: "ïŠµ";
  }
  
  .wc-fa-envelope-open:before {
    content: "ïŠ¶";
  }
  
  .wc-fa-envelope-open-o:before {
    content: "ïŠ·";
  }
  
  .wc-fa-linode:before {
    content: "ïŠ¸";
  }
  
  .wc-fa-address-book:before {
    content: "ïŠ¹";
  }
  
  .wc-fa-address-book-o:before {
    content: "ïŠº";
  }
  
  .wc-fa-vcard:before,
  .wc-fa-address-card:before {
    content: "ïŠ»";
  }
  
  .wc-fa-vcard-o:before,
  .wc-fa-address-card-o:before {
    content: "ïŠ¼";
  }
  
  .wc-fa-user-circle:before {
    content: "ïŠ½";
  }
  
  .wc-fa-user-circle-o:before {
    content: "ïŠ¾";
  }
  
  .wc-fa-user-o:before {
    content: "ï‹€";
  }
  
  .wc-fa-id-badge:before {
    content: "ï‹";
  }
  
  .wc-fa-drivers-license:before,
  .wc-fa-id-card:before {
    content: "ï‹‚";
  }
  
  .wc-fa-drivers-license-o:before,
  .wc-fa-id-card-o:before {
    content: "ï‹ƒ";
  }
  
  .wc-fa-quora:before {
    content: "ï‹„";
  }
  
  .wc-fa-free-code-camp:before {
    content: "ï‹…";
  }
  
  .wc-fa-telegram:before {
    content: "ï‹†";
  }
  
  .wc-fa-thermometer-4:before,
  .wc-fa-thermometer:before,
  .wc-fa-thermometer-full:before {
    content: "ï‹‡";
  }
  
  .wc-fa-thermometer-3:before,
  .wc-fa-thermometer-three-quarters:before {
    content: "ï‹ˆ";
  }
  
  .wc-fa-thermometer-2:before,
  .wc-fa-thermometer-half:before {
    content: "ï‹‰";
  }
  
  .wc-fa-thermometer-1:before,
  .wc-fa-thermometer-quarter:before {
    content: "ï‹Š";
  }
  
  .wc-fa-thermometer-0:before,
  .wc-fa-thermometer-empty:before {
    content: "ï‹‹";
  }
  
  .wc-fa-shower:before {
    content: "ï‹Œ";
  }
  
  .wc-fa-bathtub:before,
  .wc-fa-s15:before,
  .wc-fa-bath:before {
    content: "ï‹";
  }
  
  .wc-fa-podcast:before {
    content: "ï‹Ž";
  }
  
  .wc-fa-window-maximize:before {
    content: "ï‹";
  }
  
  .wc-fa-window-minimize:before {
    content: "ï‹‘";
  }
  
  .wc-fa-window-restore:before {
    content: "ï‹’";
  }
  
  .wc-fa-times-rectangle:before,
  .wc-fa-window-close:before {
    content: "ï‹“";
  }
  
  .wc-fa-times-rectangle-o:before,
  .wc-fa-window-close-o:before {
    content: "ï‹”";
  }
  
  .wc-fa-bandcamp:before {
    content: "ï‹•";
  }
  
  .wc-fa-grav:before {
    content: "ï‹–";
  }
  
  .wc-fa-etsy:before {
    content: "ï‹—";
  }
  
  .wc-fa-imdb:before {
    content: "ï‹˜";
  }
  
  .wc-fa-ravelry:before {
    content: "ï‹™";
  }
  
  .wc-fa-eercast:before {
    content: "ï‹š";
  }
  
  .wc-fa-microchip:before {
    content: "ï‹›";
  }
  
  .wc-fa-snowflake-o:before {
    content: "ï‹œ";
  }
  
  .wc-fa-superpowers:before {
    content: "ï‹";
  }
  
  .wc-fa-wpexplorer:before {
    content: "ï‹ž";
  }
  
  .wc-fa-meetup:before {
    content: "ï‹ ";
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  
  /*# sourceMappingURL=/site/wacu-fonts.css.map */

  .wws-popup-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .wws-popup-container {
    width: auto;
    position: fixed;
    z-index: 9999999;
  }
  
  .wws-popup {
    display: none;
    width: 300px;
  }
  
  /** Close btn **/
  .wws-popup__close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
  }
  
  .wws-popup__close-icon {
    cursor: pointer;
  }
  
  /** Suuport **/
  .wws-popup__support-wrapper {
    margin-top: 8px;
  }
  
  .wws-popup__support-img-wrapper {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    overflow: hidden;
    vertical-align: bottom;
    margin-right: 3px;
    display: block;
    margin: 0 auto 8px auto;
  }
  
  .wws-popup__support-img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wws-popup__support {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    float: right;
  }
  .wws-popup__support-about {
    font-size: 13px;
    text-align: center;
    padding: 18px 12px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* font-family: Arial, Helvetica, sans-serif; */
  }
  .wws-popup__fields_wrapper {
    background-color: #fff;
    padding: 16px 12px;
  }
  .wws-popup__fields {
    padding: 15px 0 0 0;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
  }
  input.wws-popup__fields-number {
    width: 100% !important;
    padding: 8px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    font-size: 14px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
  }
  .wws-popup__fields-textarea-wrapper {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 10px 0;
    position: relative;
  }
  .wws-popup__fields-textarea {
  
  }
  .wws-popup__support-welcome {
    font-size: 14px;
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    /* font-family: Arial, Helvetica, sans-serif; */
  }
  /** Input **/
  .wws-popup__input-wrapper {
    width: 300px;
    margin-top: 14px;
    float: right;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
  }
  .wws-popup__input {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    padding: 8px !important;
    margin: 0 !important;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    font-size: 14px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    width: 100% !important;
    height: 100px !important;
    resize: none !important;
    border-radius: 4px !important;
  }
  .wws-popup__input::-webkit-input-placeholder,
  .wws-popup__fields-number::-webkit-input-placeholder {
    color: #888FBB !important;
  }
  .wws-popup__send-btn {
    cursor: pointer;
    padding: 6px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .wws-popup__send-btn:active {
    background-color: #eceff1;
    border-radius: 3px;
  }
  img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 2.5em !important;
    width: 2.5em !important;
    margin: 0 0.7em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
  }
  