.stx-dropdown-wrapper {
  display: inline-block;
  position: relative; }
  .stx-dropdown-wrapper .stx-dropdown-content-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    animation: dropdown 0.15s ease-in-out; }
    .stx-dropdown-wrapper .stx-dropdown-content-wrapper .stx-dropdown-content {
      background: #fff;
      padding: 10px 20px;
      margin-top: 10px;
      border: 1px solid #f3f3f3;
      box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.1); }
      .stx-dropdown-wrapper .stx-dropdown-content-wrapper .stx-dropdown-content ul {
        list-style: none;
        padding: 0;
        margin: 0 20px 0 0;
        display: inline-block; }
        .stx-dropdown-wrapper .stx-dropdown-content-wrapper .stx-dropdown-content ul:last-child {
          margin-right: 0; }
        .stx-dropdown-wrapper .stx-dropdown-content-wrapper .stx-dropdown-content ul li a {
          line-height: 1; }
  .stx-dropdown-wrapper .stx-btn {
    background-color: #5cb85c;
    color: #fff;
    display: inline-block;
    fill: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: auto; }
    .stx-dropdown-wrapper .stx-btn:hover, .stx-dropdown-wrapper .stx-btn:visited, .stx-dropdown-wrapper .stx-btn:focus {
      color: #fff; }
    .stx-dropdown-wrapper .stx-btn .stx-btn-content-wrapper {
      display: flex;
      justify-content: center; }
      .stx-dropdown-wrapper .stx-btn .stx-btn-content-wrapper .stx-btn-icon {
        flex-grow: 0; }
        .stx-dropdown-wrapper .stx-btn .stx-btn-content-wrapper .stx-btn-icon.stx-icon-left {
          margin-right: 5px;
          order: 5; }
        .stx-dropdown-wrapper .stx-btn .stx-btn-content-wrapper .stx-btn-icon.stx-icon-right {
          margin-left: 5px;
          order: 15; }
      .stx-dropdown-wrapper .stx-btn .stx-btn-content-wrapper .stx-btn-text {
        flex-grow: 1;
        order: 10;
        display: inline-block; }
    .stx-dropdown-wrapper .stx-btn.stx-btn-xs {
      font-size: 13px;
      padding: 10px 20px;
      border-radius: 2px; }
    .stx-dropdown-wrapper .stx-btn.stx-btn-sm {
      font-size: 15px;
      padding: 12px 24px;
      border-radius: 3px; }
    .stx-dropdown-wrapper .stx-btn.stx-btn-md {
      font-size: 16px;
      padding: 15px 30px;
      border-radius: 4px; }
    .stx-dropdown-wrapper .stx-btn.stx-btn-lg {
      font-size: 18px;
      padding: 20px 40px;
      border-radius: 5px; }
    .stx-dropdown-wrapper .stx-btn.stx-btn-xl {
      font-size: 20px;
      padding: 25px 50px;
      border-radius: 6px; }
  .stx-dropdown-wrapper .elementor-align-justify .stx-btn {
    width: 100%; }

.stx-trigger-hover .stx-dropdown-wrapper:hover .stx-dropdown-content-wrapper {
  display: flex !important; }

.elementor-element-editable .stx-dropdown-wrapper .stx-dropdown-content-wrapper {
  display: flex !important; }

.stx-dropdown-content {
  width: 100%; }

@-webkit-keyframes dropdown {
  from {
    top: 90%; }
  to {
    top: 100%; } }

@-moz-keyframes dropdown {
  from {
    top: 90%; }
  to {
    top: 100%; } }

@keyframes dropdown {
  from {
    top: 90%; }
  to {
    top: 100%; } }
