/* Advanced Menu */

.wpopea-advanced-menu {
  width: 100%; }
  .wpopea-advanced-menu .menu-badge {
    position: absolute;
    bottom: 75%;
    left: 70%;
    margin: 0 auto;
    transform: translateX(-50%);
    font-size: 10px;
    padding: 0px 3px;
    text-transform: none;
    border-radius: 2px; }
  .wpopea-advanced-menu ul li li .menu-badge {
    position: relative;
    left: inherit; }
  .wpopea-advanced-menu .menu-desc {
    display: block;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
    color: #8d96ae;
    line-height: 1.05em;
    white-space: normal;
    text-decoration: none; }
  .wpopea-advanced-menu .mega-fullwidth {
    margin-left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important; }
  .wpopea-advanced-menu .mega-stretchwidth {
    right: 0;
    margin: 0 -9999px;
    background: #ffffff;
    padding: 0 9999px; }
  .wpopea-advanced-menu .menu-icon {
    margin-right: 8px;
    color: #8d96ae;
    font-size: 16px;
    align-self: center;
    order: -1; }
  .wpopea-advanced-menu .has-mega-menu {
    position: static; }
    .wpopea-advanced-menu .has-mega-menu li {
      overflow: auto; }
.wpopea-menu-item:before, .wpopea-menu-item:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before, .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  opacity: 0; }
.wpopea-menu-item:hover:before, .wpopea-menu-item:hover:after, .wpopea-menu-item:focus:before, .wpopea-menu-item:focus:after, .wpopea-menu-item.highlighted:before, .wpopea-menu-item.highlighted:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.wpopea-menu-item-active:before, .wpopea-menu-item-active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Double Line Pointer
* Underline Pointer
* Overline Pointer */
.wpopea--pointer-double-line .wpopea-menu-item:before, .wpopea--pointer-double-line .wpopea-menu-item:after,
.wpopea--pointer-underline .wpopea-menu-item:before,
.wpopea--pointer-underline .wpopea-menu-item:after,
.wpopea--pointer-overline .wpopea-menu-item:before,
.wpopea--pointer-overline .wpopea-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2; }
.wpopea--pointer-double-line.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before, .wpopea--pointer-double-line.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%; }
.wpopea--pointer-double-line.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: 10px; }
.wpopea--pointer-double-line.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  bottom: 10px; }
.wpopea--pointer-double-line.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: -10px; }
.wpopea--pointer-double-line.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  bottom: -10px; }
.wpopea--pointer-double-line.e--animation-none,
.wpopea--pointer-underline.e--animation-none,
.wpopea--pointer-overline.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-double-line.e--animation-none:before, .wpopea--pointer-double-line.e--animation-none:after, .wpopea--pointer-double-line.e--animation-none:hover, .wpopea--pointer-double-line.e--animation-none:focus,
  .wpopea--pointer-underline.e--animation-none:before,
  .wpopea--pointer-underline.e--animation-none:after,
  .wpopea--pointer-underline.e--animation-none:hover,
  .wpopea--pointer-underline.e--animation-none:focus,
  .wpopea--pointer-overline.e--animation-none:before,
  .wpopea--pointer-overline.e--animation-none:after,
  .wpopea--pointer-overline.e--animation-none:hover,
  .wpopea--pointer-overline.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item,
  .wpopea--pointer-underline.e--animation-none .wpopea-menu-item,
  .wpopea--pointer-overline.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:focus,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:before,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:after,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:hover,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:focus,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:before,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:after,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:hover,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }

.wpopea--pointer-double-line .wpopea-menu-item:before,
.wpopea--pointer-overline .wpopea-menu-item:before {
  content: '';
  top: 0; }
.wpopea--pointer-double-line.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  width: 10px;
  left: -20px; }

.wpopea--pointer-double-line .wpopea-menu-item:after,
.wpopea--pointer-underline .wpopea-menu-item:after {
  content: '';
  bottom: 0; }
.wpopea--pointer-double-line.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  width: 10px;
  left: calc( 100% + 20px); }

/* Framed Pointer */
.wpopea--pointer-framed .wpopea-menu-item:before, .wpopea--pointer-framed .wpopea-menu-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c; }
.wpopea--pointer-framed .wpopea-menu-item:before {
  content: ''; }
.wpopea--pointer-framed.e--animation-grow .wpopea-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-framed.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75); }
.wpopea--pointer-framed.e--animation-shrink .wpopea-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-framed.e--animation-shrink .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:after {
  width: 3px;
  height: 3px; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  -o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  -o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:after {
  width: 100%;
  height: 100%; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:after {
  width: 100%;
  height: 100%; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:after {
  width: 3px;
  height: 3px; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:before {
  border-width: 3px 0 0 3px; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item.highlighted:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item.highlighted:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item-active:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item-active:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }
.wpopea--pointer-framed.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-framed.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }
  .wpopea--pointer-framed.e--animation-none:before, .wpopea--pointer-framed.e--animation-none:after, .wpopea--pointer-framed.e--animation-none:hover, .wpopea--pointer-framed.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

/* Background Pointer */
.wpopea--pointer-background .wpopea-menu-item:before, .wpopea--pointer-background .wpopea-menu-item:after {
  content: '';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.wpopea--pointer-background .wpopea-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1; }
.wpopea--pointer-background .wpopea-menu-item:hover, .wpopea--pointer-background .wpopea-menu-item:focus, .wpopea--pointer-background .wpopea-menu-item.highlighted {
  color: #fff; }
  .wpopea--pointer-background .wpopea-menu-item:hover:before, .wpopea--pointer-background .wpopea-menu-item:focus:before, .wpopea--pointer-background .wpopea-menu-item.highlighted:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.wpopea--pointer-background .wpopea-menu-item-active {
  color: #fff; }
  .wpopea--pointer-background .wpopea-menu-item-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.wpopea--pointer-background.e--animation-grow .wpopea-menu-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:hover:before, .wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:focus:before, .wpopea--pointer-background.e--animation-shrink .wpopea-menu-item.highlighted:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  -o-transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item-active:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  -o-transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-background.e--animation-sweep-left .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  left: 100%; }
.wpopea--pointer-background.e--animation-sweep-right .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  right: 100%; }
.wpopea--pointer-background.e--animation-sweep-up .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: 100%; }
.wpopea--pointer-background.e--animation-sweep-down .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  bottom: 100%; }
.wpopea--pointer-background.e--animation-shutter-out-vertical .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%; }
.wpopea--pointer-background.e--animation-shutter-out-horizontal .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  right: 50%;
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:before {
  top: 0;
  bottom: 100%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:after {
  top: 100%;
  bottom: 0; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:hover, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:focus, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item.highlighted {
  bottom: 50%; }
  .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:hover:after, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:focus:after, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item.highlighted:after {
    top: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item-active:before {
  bottom: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item-active:after {
  top: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:before {
  right: 0;
  left: 100%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:after {
  right: 100%;
  left: 0; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:hover:before, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:focus:before, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item.highlighted:before {
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:hover:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:focus:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item.highlighted:after {
  right: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item-active:before {
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item-active:after {
  right: 50%; }
.wpopea--pointer-background.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-background.e--animation-none:before, .wpopea--pointer-background.e--animation-none:after, .wpopea--pointer-background.e--animation-none:hover, .wpopea--pointer-background.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-background.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-background.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }

/* Text Pointer */
.wpopea--pointer-text.e--animation-skew .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-skew .wpopea-menu-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg); }
.wpopea--pointer-text.e--animation-grow .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-grow .wpopea-menu-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.wpopea--pointer-text.e--animation-shrink .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-shrink .wpopea-menu-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
.wpopea--pointer-text.e--animation-float .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-float .wpopea-menu-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }
.wpopea--pointer-text.e--animation-sink .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-sink .wpopea-menu-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }
.wpopea--pointer-text.e--animation-rotate .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-rotate .wpopea-menu-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg); }
.wpopea--pointer-text.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-text.e--animation-none:before, .wpopea--pointer-text.e--animation-none:after, .wpopea--pointer-text.e--animation-none:hover, .wpopea--pointer-text.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-text.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-text.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }
.wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 20px; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a:hover, .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a:focus, .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.highlighted {
    padding: 13px 20px;
    box-shadow: none; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.current {
    background: #373a3c;
    color: #fff; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.disabled {
    background: #55595c;
    color: #a1a6a9; }
.wpopea-advanced-menu--main .wpopea-advanced-menu ul.sub-menu {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-up, .wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-up-arrow, .wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #494c4f transparent; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #494c4f transparent transparent transparent; }

.wpopea-advanced-menu--layout-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu a {
      white-space: nowrap; }

.wpopea-advanced-menu__align-right .wpopea-advanced-menu {
  margin-left: auto; }
.wpopea-advanced-menu__align-right .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.wpopea-advanced-menu__align-left .wpopea-advanced-menu {
  margin-right: auto; }
.wpopea-advanced-menu__align-left .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wpopea-advanced-menu__align-center .wpopea-advanced-menu {
  margin-left: auto;
  margin-right: auto; }
.wpopea-advanced-menu__align-center .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu {
  width: 100%; }
  .wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu > li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu > li > a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }

.wpopea-advanced-menu-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

ul.wpopea-advanced-menu {
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent; }
  ul.wpopea-advanced-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  ul.wpopea-advanced-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    display: none; }
    ul.wpopea-advanced-menu ul li {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: normal;
      -webkit-tap-highlight-color: transparent; }
    ul.wpopea-advanced-menu ul ul a {
      border-left: 16px solid transparent; }
      ul.wpopea-advanced-menu ul ul a:hover, ul.wpopea-advanced-menu ul ul a:focus, ul.wpopea-advanced-menu ul ul a:active {
        border-left: 16px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul a {
      border-left: 24px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul a:active {
        border-left: 24px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul ul a {
      border-left: 32px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul ul a:active {
        border-left: 32px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul ul ul a {
      border-left: 40px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul ul ul a:active {
        border-left: 40px solid transparent; }
  ul.wpopea-advanced-menu li {
    position: relative;
    border-width: 0; }
  ul.wpopea-advanced-menu li.menu-item > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    border: none; }
    ul.wpopea-advanced-menu li.menu-item > a:hover, ul.wpopea-advanced-menu li.menu-item > a:focus {
      padding: 10px 20px;
      line-height: 20px;
      text-decoration: none; }
    ul.wpopea-advanced-menu li.menu-item > a.current {
      background: #373a3c;
      color: #fff; }
    ul.wpopea-advanced-menu li.menu-item > a.disabled {
      cursor: not-allowed;
      color: #a1a6a9; }

.wpopea-advanced-menu--indicator-none .wpopea-advanced-menu .wpopea-menu-item.has-submenu {
  padding-right: 20px; }
  .wpopea-advanced-menu--indicator-none .wpopea-advanced-menu .wpopea-menu-item.has-submenu .sub-arrow {
    display: none; }

.wpopea-advanced-menu--indicator-plus:before {
  font-family: "Open Sans", sans-serif; }

.wpopea-advanced-menu--indicator-chevron .wpopea-advanced-menu .sub-arrow {
  font-size: 10px; }
  .wpopea-advanced-menu--indicator-chevron .wpopea-advanced-menu .sub-arrow:before {
    content: ''; }

.wpopea-advanced-menu--indicator-angle .wpopea-advanced-menu .sub-arrow:before {
  content: ''; }

.wpopea-advanced-menu--indicator-classic .wpopea-advanced-menu .sub-arrow:before {
  content: ''; }

.wpopea-advanced-menu--indicator-plus .wpopea-advanced-menu .sub-arrow:before {
  content: '+'; }

.wpopea-advanced-menu .sub-arrow {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  padding-left: 10px; }

.wpopea-advanced-menu--dropdown .wpopea-menu-item {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .wpopea-advanced-menu--dropdown .wpopea-menu-item:hover, .wpopea-advanced-menu--dropdown .wpopea-menu-item:focus, .wpopea-advanced-menu--dropdown .wpopea-menu-item.highlighted {
    background-color: #55595c;
    color: #fff; }

.wpopea-sub-item:hover, .wpopea-sub-item:focus, .wpopea-sub-item.highlighted {
  background-color: #55595c;
  color: #fff; }

.wpopea-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
  border: 0 solid;
  color: #494c4f;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.25em; }
.wpopea-menu-toggle.offcanvas{
  background-color: transparent;
}
  .wpopea-menu-toggle a {
    line-height: 0; }
  .wpopea-menu-toggle-label-left .wpopea-hamburger {
    order: 2; }
  .wpopea-menu-toggle .wpopea-hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    line-height: 0; }
    .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box {
      position: relative;
      display: inline-block;
      width: 26px;
      height: 24px; }
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: 75ms; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before, .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
          display: block;
          content: ""; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before {
          transition: top 75ms ease .12s,opacity 75ms ease;
          top: -8px; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
          transition: bottom 75ms ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.12s;
          bottom: -8px; }
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner,
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before,
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
        position: absolute;
        width: 32px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px; }
  .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg); }
    .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner:before {
      top: 0;
      transition: top 75ms ease,opacity 75ms ease .12s;
      opacity: 0; }
    .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner:after {
      bottom: 0;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transform: rotate(-90deg); }
  .wpopea-menu-toggle-label-left .wpopea-menu-toggle-label {
    margin-right: 10px; }
  .wpopea-menu-toggle-label-right .wpopea-menu-toggle-label {
    margin-left: 10px; }

.wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container {
  margin-top: 10px; }
  .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-sub-item {
    font-size: 0.85em;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
.wpopea-advanced-menu--dropdown li.menu-item > a {
  color: #494c4f;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wpopea-advanced-menu--dropdown li.menu-item > a.current {
    background: #373a3c;
    color: #fff; }
  .wpopea-advanced-menu--dropdown li.menu-item > a.disabled {
    color: #b3b3b3; }

ul.wpopea-advanced-menu--dropdown li.menu-item > a {
  text-shadow: none;
  border-left: 8px solid transparent; }
  ul.wpopea-advanced-menu--dropdown li.menu-item > a:hover, ul.wpopea-advanced-menu--dropdown li.menu-item > a:focus {
    text-shadow: none;
    border-left: 8px solid transparent; }

.wpopea-advanced-menu--dropdown {
  background-color: #fff;
  font-size: 13px; }

.wpopea-advanced-menu-main-wrapper:not(.wpopea-advanced-menu--toggle) .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
  display: none; }

.wpopea-advanced-menu__text-align-center .wpopea-advanced-menu--dropdown .wpopea-advanced-menu a {
  box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpopea-advanced-menu--toggle .wpopea-menu-toggle:not(.wpopea-active) + .wpopea-advanced-menu__container:not(.wpopea-menu-full-screen) {
  display: none; }

.wpopea-advanced-menu--stretch .wpopea-advanced-menu__container.wpopea-advanced-menu--dropdown {
  position: absolute;
  z-index: 9998; }

.wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-item {
  background-color: transparent; }
  .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-item:hover {
    background-color: transparent; }

/*
html.wpopea-menu-toggle-open {
  overflow: hidden;
}
*/
/* Full Screen Overlay */
.wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s linear, opacity 0.4s, visibility 0s 0.4s linear;
  transition: transform 0.4s, opacity 0.4s linear;
  overflow-y: auto; }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container.wpopea-menu-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container > ul {
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    font-size: 40px;
    color: #fff;
    outline: none;
    z-index: 9999999;
    text-align: center;
    cursor: pointer; }
    .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:before, .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:after {
      content: '';
      position: absolute;
      left: 50%;
      width: 2px;
      height: 40px;
      background-color: #ffffff;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:after {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }
.wpopea-advanced-menu--type-full-screen ul.wpopea-advanced-menu--dropdown a, .wpopea-advanced-menu--type-full-screen ul.wpopea-advanced-menu--dropdown a:hover {
  border-left: 0; }

.wpopea-menu-clear {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-350px, 0, 0);
  padding: 60px 0 0;
  z-index: 999998;
  margin-top: 0;
  transition: transform 0.4s ease;
  overflow-y: auto; }
  .wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas.wpopea-menu-off-canvas-right {
    left: auto;
    right: 0;
    transform: translate3d(350px, 0, 0); }
    .wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas.wpopea-menu-off-canvas-right .wpopea-menu-close {
      right: auto;
      left: 20px; }
.wpopea-advanced-menu--dropdown.wpopea-menu-open {
  display: block; }
.wpopea-advanced-menu--dropdown .wpopea-menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  font-size: 40px;
  color: #fff;
  outline: none;
  z-index: 9999999;
  text-align: center;
  cursor: pointer; }
  .wpopea-advanced-menu--dropdown .wpopea-menu-close:before, .wpopea-advanced-menu--dropdown .wpopea-menu-close:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .wpopea-advanced-menu--dropdown .wpopea-menu-close:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }

body.wpopea-menu--off-canvas.wpopea-menu-open .wpopea-menu-open.wpopea-menu-off-canvas {
  transform: translate3d(0, 0, 0); }
body.wpopea-menu--off-canvas.wpopea-menu-open .wpopea-menu-open.wpopea-menu-off-canvas-right {
  transform: translate3d(0, 0, 0); }

ul.wpopea-advanced-menu--dropdown a, ul.wpopea-advanced-menu--dropdown a:hover {
  border-left: 0; }

@media (min-width: 768px) {
  .wpopea-advanced-menu--dropdown-mobile .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
    display: none; } 
}
@media only screen and (min-width: 1025px) {
  .wpopea-advanced-menu--dropdown-tablet .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
    display: none; }   
}  

@media (max-width: 1024px) {
  .wpopea-advanced-menu--dropdown-tablet .wpopea-advanced-menu--main {
    display: none; }
  .wpopea-advanced-menu--dropdown-tablet .wpopea-menu-toggle {
    display: block; }   
} 
@media (max-width: 768px) {
  .wpopea-advanced-menu--dropdown-mobile .wpopea-menu-toggle {
    display: block; }   
} 
@media (max-width: 767px) {
    .wpopea-advanced-menu--dropdown-mobile .wpopea-advanced-menu--main {
    display: none; } 
}     


/* Responsive */
@media (max-width: 481px) { 
  .salecount-timer{ margin-bottom: 20px; }
  .salecount-timer div{ font-size: 75%; min-width: 50px; }
  .salecount-timer div + div{ margin-left: 20px; }
  .salecount-timer div+div:before { font-size: 150%; left: -21px; line-height: 1.2;}
}
@media (max-width: 991px){
  .news-wrap.column-3>div{
    width: calc( 50% - 30px);
  }
  .news-wrap.column-4>div{
    width: calc( 33.33% - 30px);
  }
  .opstore-wc-column-3 ul li {
      width: calc(50% - 30px)!important;
  }
  .opstore-wc-column-4 .products.opstore-sale-slide li {
      width: 100%!important;
  }
  .products.opstore-sale-slide .salecount-timer div {
    min-width: 40px;
    font-size: 60%;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product, ul.products li {
      margin: 0 20px 30px 0;
      width: 47%;
      clear: initial;
  }
  .woocommerce ul.products.product-slide li.product{
    margin: 0!important;
  }
}

@media (max-width: 767px){

  .news-wrap.column-4>div{
    width: calc( 50% - 30px);
  }

  .opstore-wc-column-4 ul li,.opstore-wc-column-3 ul li,.opstore-wc-column-2 ul li {
      width: calc(100% - 30px)!important;
  }

  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product, ul.products li {
      width: 100%;
      margin-bottom: 30px;
  }
  .opstore-wc-products ul.products.product-tab li{
    min-height: 340px!important;
  }
  .woocommerce ul.products.product-slide li.product{
    margin: 0!important;
  }
  .ops-wrap .type-product{
    margin-top: 10px;
  }
}

@media (max-width: 575px){
  .news-wrap.column-3>div{
    width:100%;
  }
  .woocommerce ul.products.product-slide li.product{
    margin: 0!important;
  }
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}