@charset "UTF-8";
/*!
    To use this template you must have a license purchased at TemplateMonster (TemplateMonster.com)
 */
/*------------------------------------------------------------------

Table of contents
* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  * Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile device
* Icons
* Demo page

-------------------------------------------------------------------*/
/* Fonts and Plugins */
@import url(../fonts/fontawesome/css/fontawesome.min.css);
@import url(../fonts/fontawesome/css/brands.min.css);
@import url(../fonts/fontawesome/css/solid.min.css);
@import url(../fonts/ionicons/css/ionicons.min.css);
/* Base structure */
html {
  width: 100% !important;
  height: 100% !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0,4px; }

h3, h4, h5, h6 {
  letter-spacing: -.4px; }

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader; }
  #status:before, #status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out; }
  #status:before, #status:after {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

@keyframes loader {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; } }

@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5; } }

.no-transform {
  text-transform: none; }

p {
  margin: 0 0 35px; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

img {
  -webkit-filter: blur(0);
  filter: blur(0); }

a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }

a img:hover {
  opacity: .75; }

.no-pad {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

.no-pad-btm {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.overlay {
  background: rgba(7, 9, 21, 0.5); }

.overlay-white {
  background: rgba(255, 255, 255, 0.85);
  color: #555 !important;
  text-shadow: none; }

.overlay, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -150px;
  z-index: 999;
  position: relative; }

@media (max-width: 1199px) {
  .image-overlay {
    margin-top: 0; } }

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff; }

.section-small {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: auto !important; }

.section-offcet {
  overflow: inherit; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

input, textarea {
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em; }

.label-danger {
  background-color: #c00; }

.badge {
  line-height: inherit;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important; }

.dark-gray {
  color: #999; }

.gray {
  color: #ccc; }

.blue {
  color: #5bc0df; }

.violet {
  color: #ff4081; }

.pastel {
  color: #9aa8b1; }

.text-black {
  color: #000; }

.white {
  color: #fff; }

.input-group-btn .btn {
  margin-left: -30px !important;
  z-index: 9; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px !important;
  display: block !important;
  line-height: 75px !important;
  padding: 15px; }

.intro-body .icon-big {
  padding: 20px; }

.classic {
  font-family: 'Gloria Hallelujah';
  font-weight: normal !important;
  letter-spacing: 0;
  -ms-transform: rotate(-3deg) !important;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  text-transform: none;
  display: inline-block;
  font-size: 22px;
  padding: 5px; }

.classic-gradient {
  background: -webkit-linear-gradient(#ccc, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
  background: linear-gradient(#ccc, #000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text; }

.classic-big {
  font-size: 70px !important;
  line-height: 60px;
  font-weight: normal !important;
  letter-spacing: -1px !important;
  text-transform: none !important;
  padding-bottom: 0;
  display: block; }

.bg-dark .classic {
  background: transparent;
  color: #fff; }

.text-gradient {
  background: -webkit-gradient(linear, right top, left bottom, from(#aee5ff), to(#005279));
  background: -webkit-linear-gradient(top right, #aee5ff, #005279);
  background: linear-gradient(to bottom left, #aee5ff, #005279);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-gradient-gray {
  background: -webkit-gradient(linear, right top, left bottom, from(#ccc), to(#000));
  background: -webkit-linear-gradient(top right, #ccc, #000);
  background: linear-gradient(to bottom left, #ccc, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

::-moz-selection, ::-moz-selection {
  color: #fff;
  background: #000; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }

a .la {
  opacity: 0.6 !important; }
  a .la:hover {
    opacity: .9; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.fa {
  vertical-align: middle; }

/* NavBar */
.navbar-custom {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }
  .navbar-custom .navbar-brand {
    font-size: 32px;
    letter-spacing: -0.01em;
    text-transform: none;
    /* padding: 17px 5px 12px 15px; */ }
  .navbar-custom img {
    display: inline-block; }
  .navbar-custom.top-nav-collapse {
    /* border-bottom: 1px solid #eee; */ }
    .navbar-custom.top-nav-collapse a {
      color: #000; }
    .navbar-custom.top-nav-collapse .navbar-brand {
      font-size: 22px; }

.navbar-fixed-top .container {
  width: auto; }

@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1200px !important; } }

.navbar-custom .navbar-brand .logo {
  max-height: 42px;
  display: inline-block; }

.logoborder {
  border: 1px solid #fff;
  padding: 12px 18px;
  max-height: 48px !important;
  margin-top: -10px;
  font-size: 20px; }

.logobig {
  font-size: 30px; }
  .logobig .icon-big {
    line-height: 1px;
    margin-top: -25px; }

.logobig .classic {
  font-size: 36px;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important; }

.logodark.classic {
  font-size: 40px;
  margin-top: -8px; }

.supcircle {
  background-color: #5bc0de;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  position: absolute;
  margin: 14px -15px;
  line-height: 16px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  font-weight: bold; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px; }

.navbar-custom .navbar-brand .logodark {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark, .navbar-custom .navbar-brand .logo {
  display: inline-block; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-height: 30px; }

.navbar-custom .navbar-brand i {
  vertical-align: middle; }

.navbar-custom .navbar-brand:focus {
  outline: 0; }

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }
  .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0; }

.nav > li > a {
  padding: 21px 13px 15px; }

.navbar-custom a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 700; }

.navbar-custom .nav li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent; }

.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important; }
  .navbar-custom .nav li.active a {
    color: #789 !important; }
    .navbar-custom .nav li.active a:hover {
      color: #789; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0; }
  .dropdown-menu > li > a {
    font-size: 11px;
    padding: 11px 18px;
    white-space: nowrap; }
  .dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent; }

.nav .open > a {
  background-color: transparent;
  border-color: transparent; }
  .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px; }
  .search-form .form-control {
    color: #ccc !important; }

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none; }

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0; }

.nav .badge {
  color: #fff;
  padding: 5px 6px 4px 7px;
  position: absolute;
  margin: -10px -4px;
  line-height: 1;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  border: #dadada 2px solid; }

.navbar-toggle {
  padding: 10px 0; }
  .navbar-toggle .icon-bar {
    width: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff; }

.top-nav-collapse .icon-bar {
  background: #333; }

.navbar-custom.nav-bright a {
  color: #333; }

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0; }

a.btn-nav .btn {
  margin: 30px 0 109px; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent; }

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0; }

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1px;
  color: #555 !important; }

.nav .active {
  height: auto !important; }

.dropdown-menu {
  padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px; }

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0; }

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important; }

.nav .fa {
  font-size: 16px;
  line-height: 1px; }

.nav .fa-angle-down {
  font-size: 13px; }

.nav .fa, .nav a .fa {
  opacity: 1 !important; }

.nav .fa-plus {
  font-size: 12px; }

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px; }
  .navbar-custom {
    padding: 40px 30px;
    border-bottom: 0;
    background: transparent; }
    .navbar-custom.top-nav-collapse {
      padding: 0 30px;
      background-color: #fff; }
    .navbar-custom .nav .dropdown-menu li a:hover {
      background-color: #ddd; }
  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, -40px);
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, -40px);
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }
  .navbar-left {
    float: right !important; }
  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 860px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }
  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }
  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none; }
  .angle-right:after {
    float: right;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }

@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0; } }

@media (max-width: 990px) {
  p.empty {
    display: none; }
  .search-button {
    margin-top: 0; }
  .nav .badge {
    margin: 2px 4px; }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important; }
    .nav a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }
  .collapse.in {
    display: block !important; }
  .navbar-collapse.in {
    overflow-y: auto !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
      background-image: none; } }

/* NavBar Center */
.navbar-center .navbar-brand {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 51%;
  position: absolute;
  padding: 14px 0;
  margin-left: 0; }

.navbar-center {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.navbar-center .nav > li > a {
  padding: 21px 12px 15px; }

@media (min-width: 1200px) {
  .navbar-center .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0; } }

/* NavBar Wide */
@media (min-width: 991px) {
  .navbar-custom.top-nav-collapse {
    padding: 0 !important; } }

/* NavBar Landing */
.landing-nav .toggle-btn:hover, .landing-nav a:hover {
  opacity: .9; }

.landing-nav nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.landing-nav nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.landing-nav nav ul li {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.landing-nav nav ul li a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.landing-nav, .landing-nav a {
  color: #fff; }

.landing-nav a:hover:after {
  width: 100%;
  left: 0; }

.landing-nav a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  background: #5bc0df;
  -webkit-transition: width 1s ease 0s, left 0.5s ease 0s;
  transition: width 1s ease 0s, left 0.5s ease 0s;
  width: 0; }

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.top-nav-collapse .toggle-btn {
  top: 40px;
  right: 40px; }

.toggle-btn .bar {
  width: 40px;
  height: 3px;
  margin: 6px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.landing-nav .logo, .landing-nav .logodark {
  max-height: 60px;
  position: absolute;
  top: 50px;
  left: 50px; }

.landing-nav.top-nav-collapse .logodark {
  max-height: 50px;
  opacity: 1;
  top: 40px;
  left: 40px; }

.landing-nav .logodark {
  opacity: 0; }

.landing-nav.top-nav-collapse .logo {
  opacity: 0; }

.toggle-btn .bar {
  background-color: #fff; }

.toggle-btn-white .bar {
  background-color: #fff !important; }

.toggle-btn-black .icon-bar {
  background-color: #000 !important; }

.top-nav-collapse .toggle-btn .bar {
  background-color: #000; }

.toggle-btn .bar:nth-child(2) {
  margin-right: 5px; }

.toggle-btn .bar:nth-child(2):hover {
  margin-right: 0px; }

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible; }

#toggle:checked ~ nav ul li {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

#toggle:checked ~ nav ul li {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s; }

#toggle:checked + label.toggle-btn .bar {
  background-color: #fff; }

#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0; }

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.logolanding {
  max-height: 120px;
  margin: 25px 0;
  position: relative; }

.landing-nav .footer {
  position: fixed;
  bottom: 30px; }

/* Backgrounds and font color */
.bg-gray {
  background-color: #f7f7f7; }

.bg-gray2 {
  background-color: #f1f1f1; }

.bg-transparent {
  background-color: transparent; }

.bg-dark {
  background-color: #18191B; }

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.98); }

.bg-custom-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px; }
  .small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before, .small-header.bg-img6:before {
    background: rgba(7, 9, 21, 0.5);
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9; }
  .small-header .bg-white h2, .small-header .bg-white h3 {
    color: #789; }

@media (max-width: 992px) {
  .small-header {
    text-align: center !important; }
    .small-header .text-right {
      text-align: center !important; } }

.bg-img-custom-small {
  min-height: 500px; }

.bg-img-custom, .bg-img-custom-small, .bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6 {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.bg-img-custom a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.bg-img-custom, .bg-img-custom-static, .bg-img-custom-small, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* MAGIC HAPPENS HERE */
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0); }

.bg-img-custom, .bg-img-custom-small, .bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-img6 a, .bg-primary a {
  color: #fff; }

.bg-img-custom a:hover, .bg-img-custom-small a:hover, .bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover, .bg-img6 a:hover {
  color: rgba(255, 255, 255, 0.8); }

.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #222 !important;
  text-shadow: none !important; }
  .bg-white a {
    color: #555 !important; }

/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  background-size: cover; }
  .intro a {
    color: #fff; }
    .intro a:hover {
      color: #ccc;
      text-decoration: none; }

.introhalf {
  height: 50% !important; }

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 70px;
  width: 100%;
  position: relative;
  z-index: 1; }

.bottom-hero, .bottom .intro-body {
  vertical-align: bottom;
  width: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 100px; }

.bottom-center {
  vertical-align: bottom;
  position: absolute;
  bottom: 45px;
  width: 100%; }

@media (max-width: 990px) {
  .bottom .intro-body {
    right: auto;
    width: 100%;
    padding: 40px; } }

.introhalf .intro-body {
  padding: 180px 0 110px; }

.transparent, transparent a, transparent h1 {
  color: #000 !important;
  text-shadow: none; }

.transformx:after {
  -webkit-transform: skewX(7deg);
  -ms-transform: skewX(7deg);
  transform: skewX(7deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  right: 0;
  left: auto;
  width: 830px;
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 1; }

@media (min-width: 1350px) {
  .transformx:after {
    width: 930px; } }

@media (min-width: 1500px) {
  .transformx:after {
    width: 1200px; } }

@media (min-width: 2000px) {
  .transformx:after {
    width: 1700px; } }

.transformx.orange:after {
  background: rgba(255, 100, 0, 0.6); }

.transformx.black:after {
  background: rgba(0, 0, 0, 0.5); }

.intro h1 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0; }
  .intro h1.intro-small {
    font-size: 65px;
    line-height: 65px; }

.intro .small {
  font-size: 50px;
  line-height: 50px; }

.intro .lead {
  margin: 40px 0 0; }

.intro-fullscreen {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .intro-fullscreen .small {
    font-size: 85%; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (min-width: 768px) {
  .intro {
    padding: 0; } }

/* Intro solid color */
.solid-color .intro-body:before {
  background: transparent !important; }

.solid-color.intro {
  text-shadow: none !important; }

.solid-color {
  background: -webkit-linear-gradient(45deg, #e91e62 0%, #ff0057de 52%);
  background: linear-gradient(45deg, #e91e62 0%, #ff0057de 52%); }

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none; }

.video-controls-visible {
  display: inline; }

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px; }

.video-controls a.fa {
  text-decoration: none; }

.mbYTP_wrapper {
  z-index: 0 !important; }

.section-video {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important; }
  .section-video .mbYTP_wrapper {
    z-index: -1 !important; }
  .section-video:before {
    background: rgba(7, 9, 21, 0.5);
    content: "";
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -9; }

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important; }

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 350px; }

.help-block li {
  list-style: none;
  color: #990000; }

.help-block ul {
  padding: 0;
  margin: 0; }

.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s,-webkit-box-shadow ease-in-out .3s; }
  .form-control:focus {
    border-color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.subscribe-form {
  padding: 0; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

input[type=checkbox], input[type=radio] {
  margin: 7px 0 0; }

.checkbox label, .radio label {
  font-weight: normal; }

.form-signin .form-control {
  position: relative; }
  .form-signin .form-control:focus {
    z-index: 2; }

.form-signin input {
  margin-bottom: -1px; }

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.45);
  border: 0; }

/* Countdown */
[id*="clock"] {
  padding: 40px 0; }
  [id*="clock"] div {
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px; }
  [id*="clock"] span {
    font-weight: 200;
    display: block;
    font-size: 54px;
    padding: 30px 0;
    width: 68px;
    border-bottom: 1px solid #ccc; }

@media (max-width: 1170px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 48px;
    padding: 18px 0; } }

@media (max-width: 768px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 38px;
    padding: 15px 0;
    width: 40px; } }

@media (max-width: 468px) {
  [id*="clock"] div {
    margin: 0 7px; }
  [id*="clock"] span {
    font-size: 32px;
    padding: 5px 0; } }

/* News - Blog etc grid */
#news-wide h3, #news-wide h4, #news-wide h5 {
  margin: 5px 0; }

.grid-pad img {
  margin-bottom: 25px; }

.grid-pad div[class*="col-"] {
  margin-bottom: 40px; }

#news-single .carousel {
  padding-bottom: 20px; }

.row:not(:first-child) {
  padding-top: 40px; }

.row:not(:first-child) div[class*="col-"] {
  margin-bottom: 0; }

/* Team */
#team [class*="col-"] {
  padding: 0 13px 0; }

#team i {
  color: #777; }

#team h5 {
  margin-top: -95px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 30px; }

#team .fab {
  font-size: 18px; }

#team .list-inline {
  margin: -10px; }

#team .shadow::after {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%;
  content: ''; }

.quote {
  font-size: 18px; }

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-6 {
    margin-top: 25px;
    margin-bottom: 25px; } }

.action-box li {
  float: left;
  margin: 20px 0 0 15px; }

.action-box span {
  display: none; }

#tweecool span {
  font-size: 18px; }

/* Map */
#map {
  width: 100%;
  height: 400px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

#mapdark {
  width: 100%;
  height: 430px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border: 0 !important; }

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important; }

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  .carousel-control:focus, .carousel-control:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }
  .carousel-control.left, .carousel-control.right {
    background-image: none;
    -webkit-filter: none;
    filter: none; }

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  #Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none; } }

.carousel-fade .carousel-inner {
  /* position: absolute; */ }
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel-fade .carousel-inner .active {
    opacity: 1; }
    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1; }
  .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 9; }

.carousel-item {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.carousel-item-text {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 30px 0 30px 0; }

/* FF BUG FIX */
#Carousel-intro .carousel-inner {
  position: absolute !important; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-indicators {
  bottom: 10px; }

.indicators-inside {
  bottom: 7px; }

#Carousel-intro .carousel-indicators {
  bottom: 30px; }

.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 5px 0; }

.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 5px 0;
  background-color: #777;
  border: 0; }

.carousel-indicators .active {
  background-color: #666; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-size: 90px;
  color: #999; }

#carousel-light2, #carousel-light3, #carousel-light6, .slider-offset {
  margin-top: -120px; }
  #carousel-light2 .carousel-indicators, #carousel-light3 .carousel-indicators, #carousel-light6 .carousel-indicators, .slider-offset .carousel-indicators {
    bottom: -55px; }

.carousel, .item, .active, .carousel-inner {
  height: 100%; }

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-size: cover; }

#carousel-news img {
  width: 100%; }

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px; }

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static; }
  #carousel-shop .carousel-indicators img {
    max-width: 104px; }
  #carousel-shop .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto; }
    #carousel-shop .carousel-indicators li img {
      display: block;
      opacity: 0.3;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #carousel-shop .carousel-indicators li.active img {
      opacity: 1; }
    #carousel-shop .carousel-indicators li:hover img {
      opacity: 0.75; }

#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px; }

#carousel-dark {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }

.nav-pills.nav > li > a {
  padding: 0; }
  .nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
    background-color: transparent; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }

@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }

/* Text rotator */
.rotating {
  display: inline-block; }

/* Number scroller */
.numscroller {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  display: block; }

.btn .numscroller {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  padding-left: 7px;
  margin-left: 8px;
  border-left: 1px solid #fff; }

/* Testimonials */
#testimonials .carousel-caption {
  display: block;
  position: unset; }

/*  Portfolio and Gallery */
.portfolio-sorting, .portfolio-sorting2 {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 12px; }
  .portfolio-sorting li a, .portfolio-sorting2 li a {
    padding: 5px 15px;
    color: #777; }
  .portfolio-sorting a:hover, .portfolio-sorting a.active, .portfolio-sorting2 a:hover, .portfolio-sorting2 a.active {
    color: #fff;
    background: #999;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

#portfolio .list-inline li {
  display: inline-block;
  padding: 10px 5px 0; }

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all .9s ease;
  transition: all .9s ease; }

.portfolio-items {
  margin-bottom: 0; }

.portfolio-item a {
  display: inline-block;
  color: #fff !important; }
  .portfolio-item a:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible; }

.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%; }

.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px); }

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .portfolio-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0; }

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1; }

.portfolio-item a h5 {
  margin-bottom: 5px;
  color: #fff; }

.portfolio-wide .portfolio-item {
  margin-bottom: 20px; }

#portfolio .no-pad {
  padding: 2px !important; }

#news-wide .portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  overflow: hidden; }
  #news-wide .portfolio-overlay:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }
  #news-wide .portfolio-overlay .caption {
    position: absolute;
    bottom: 20px;
    opacity: 1;
    max-width: 400px; }
    #news-wide .portfolio-overlay .caption:hover {
      background: none; }

#news-wide .portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 30px; }

#gallery .portfolio-item {
  border: 2.5px solid transparent; }

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }
  .panel .list-group-item {
    border: 1px solid #dedede; }

.pricing .number {
  font-size: 60px;
  font-weight: 200; }

.pricing .panel-heading {
  border: 0;
  background-color: #eee;
  margin: -1px; }
  .pricing .panel-heading h4 {
    margin-bottom: 0; }

.panel-default {
  border-color: transparent;
  padding: 0 0 20px; }

.panel-body {
  padding: 35px 20px 35px; }

.pricing sup, .pricing sub {
  font-weight: 700;
  color: #999; }

.pricing sup {
  font-size: 16px;
  top: -33px; }

.pricing sub {
  font-size: 10px;
  top: 0; }

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc; }

section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc; }

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
  border: 1px solid #222; }

.pricing .panel-heading {
  border: 0; }

.pricing .list-group-item, .pricing .panel-heading {
  padding: 20px 10px; }

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px; }

.box-shadow, .box-shadow-dark {
  -webkit-box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 993;
  background: #fff; }
  .box-shadow [class*="col-"], .box-shadow-dark [class*="col-"] {
    padding: 35px 45px; }

.box-shadow-dark {
  background: #222; }

.box-shadow2 {
  -webkit-box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.2); }

.border {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }

.teaser {
  position: relative;
  z-index: 993;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-height: 280px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   align-items: center; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .teaser div[class*="col-"] {
    min-height: 280px; }

.teaser-caption {
  padding: 40px; }

.bg-img-custom-static {
  background-attachment: inherit;
  min-height: 280px; }

.bg-shadow {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25); }

.bg-pastel {
  background: #9aa8b1;
  color: #fff; }

.big {
  font-size: 120px !important;
  line-height: 100px !important;
  font-weight: 800 !important;
  letter-spacing: -4px !important;
  text-transform: none !important;
  padding-bottom: 50px; }

.bold {
  font-weight: 800 !important; }

.light {
  font-weight: 500 !important;
  text-transform: none; }

.indent {
  text-indent: -160px; }

.topbtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: none;
  z-index: 1000;
  padding: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #999;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1; }

.topbtn::after {
  display: inline-block;
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  cursor: pointer; }

@media (max-width: 500px) {
  .topbtn {
    display: none !important; } }

/* Pager */
.pager li > a, .pager li > span {
  padding: 0;
  border: 0; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff; }

.pagination > .active > a {
  background-color: #333;
  border-color: #333;
  color: #fff !important; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }

.pagination > .active > span {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

/* Bars and charts */
#animate img {
  padding-bottom: 180px; }

.progress-default {
  font-size: 12px; }
  .progress-default .progress {
    background-color: #ddd; }
  .progress-default .progress-bar {
    background-color: #777; }

.progress-bar {
  text-align: left;
  text-indent: 20px; }

.progress-thin .progress {
  margin-top: 10px;
  height: 3px;
  margin-bottom: 5px; }

.bg-dark .progress-default .progress {
  background-color: #888; }

.bg-dark .progress-default .progress-bar {
  background-color: #555; }

.bg-dark .progress-thin .progress-bar {
  color: #ccc; }

.agenda {
  padding: 45px 0 40px;
  font-size: 12px;
  text-transform: uppercase; }

.progress-bar {
  -webkit-transition: width 2.50s ease !important;
  transition: width 2.50s ease !important; }

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block; }

.shop-item {
  position: relative; }
  .shop-item img {
    border: 1px solid #eee; }

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden; }

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  li .shop-cart a:hover {
    background-color: transparent !important; }

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left; }

.shop-nav {
  color: #333; }
  .shop-nav a {
    color: #333; }
  .shop-nav .btn-dark-border {
    margin-bottom: 8px; }
  .shop-nav .fa {
    margin: 0 0 15px 5px; }

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 800; }
  .add-cart:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f290";
    padding-right: 10px;
    font-size: 20px;
    opacity: 0.5; }

.badge.price {
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 110px;
  height: 30px;
  text-align: center;
  z-index: 1;
  background-color: #555;
  color: #fff !important;
  padding: 5px 7px;
  text-transform: uppercase; }
  .badge.price.sale {
    bottom: 45px;
    background-color: #789; }
  .badge.price.trend {
    bottom: 45px;
    background-color: #ff4081; }
  .badge.price.new {
    bottom: 45px;
    background-color: #5bc0de; }
  .badge.price.white {
    bottom: 25px;
    background-color: #fff;
    color: #333 !important;
    left: 40px; }

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent; }
  .sorting > option {
    font-size: 14px; }

.table.shop-cart {
  margin-bottom: 60px; }
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
    padding: 0;
    margin: 0; }

@media (max-width: 768px) {
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 5px; }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 5px; }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 5px; } }

/* Demo page */
nav.nav-demo {
  background: #efefef; }

.demo-header {
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .demo-header .big {
    font-size: 80px !important;
    line-height: 66px !important; }
  .demo-header .indent {
    text-indent: -45px; }
  .demo-header sup {
    top: -35px;
    font-size: 20px;
    letter-spacing: -0.6px;
    padding-left: 29px; }
  .demo-header .list-inline {
    margin-top: -28px; }

.intro.demo-header h1 {
  font-size: 60px; }

.intro.demo-header h2 {
  font-size: 30px;
  letter-spacing: 0px; }

.intro.demo-header .btn-lg {
  font-size: 17px !important;
  margin: 10px 0 20px; }

.intro.demo-header .overlay {
  background: rgba(0, 0, 0, 0.8); }

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 50px; } }

.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px; }

.demo img {
  margin: 20px 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee; }

.demo a img:hover {
  -webkit-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  opacity: 1; }

.demo .badge.new {
  background-color: #94aeb3;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50px;
  right: 20px;
  margin: -40px -10px;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  text-align: center;
  padding-top: 18px;
  z-index: 1;
  font-weight: bold;
  -webkit-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1); }

.demo .col-md-4 {
  padding: 0 25px 25px; }

.awwwards a {
  position: fixed;
  top: 10px;
  left: 0px;
  width: 90px;
  height: 135px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 90px 135px;
  background-image: url(../img/misc/awwwards_left.png); }

.demo-badge, .buy-badge {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 9999;
  background-color: #333;
  color: #323743;
  padding: 7px 0 6px 4px;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block; }
  .demo-badge i, .buy-badge i {
    font-size: 20px;
    padding-right: 5px;
    width: 28px; }

.demo-badge, .buy-badge {
  display: block; }

.demo-badge {
  left: 172px;
  background: #9aa8b1;
  color: #fff;
  width: 110px; }

.demo-badge a {
  color: #fff; }

.buy-badge a {
  color: #fff; }
  .buy-badge a img {
    width: 76px;
    vertical-align: text-top; }

@media (max-width: 940px) {
  .awwwards a {
    display: none; } }

@media (max-width: 768px) {
  .buy-badge, .demo-badge {
    display: none; } }

.showcase .col-lg-6 {
  width: 49%; }

.offcet {
  margin: -65px auto 30px; }

.offcet2 {
  margin: 0 auto -20px; }

.offcet-art-main div[class*="col-"] {
  padding: 0; }

.offcet-art, .offcet-art-right, .offcet-art-dark {
  -webkit-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: absolute;
  top: auto;
  left: -195px;
  bottom: 20px;
  color: #000;
  padding: 45px 55px;
  width: 60%;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .offcet-art .text-right, .offcet-art-right .text-right, .offcet-art-dark .text-right {
    display: block; }

.offcet-art-right {
  right: -195px;
  left: auto; }

.offcet-art-dark {
  background: #000;
  color: #fff; }

.row.v-center {
  margin-right: -25px;
  margin-left: -25px; }

.v-center > [class*="col"] {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 50px; }

.v-center-simple {
  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; }

/* Magic background */
.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }

/* Footer */
.footer {
  line-height: 27px; }
  .footer .footer-menu a {
    line-height: 30px; }
  .footer .counter {
    line-height: 44px; }
  .footer a {
    text-decoration: none;
    opacity: .55; }
    .footer a:hover {
      text-decoration: none;
      opacity: 1; }
  .footer a.btn {
    color: #000 !important; }

@media (max-width: 991px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }

/* Stop animation on mobile devices */
@media (max-width: 991px) {
  .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important; } }

/* Media Queries */
@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px !important;
    line-height: 40px !important; } }

@media (max-width: 768px) {
  body {
    letter-spacing: 0; }
  .h1, h1 {
    font-size: 24px; }
  .h2, h2 {
    font-size: 24px; }
  .h3, h3 {
    font-size: 20px; }
  .h4, h4 {
    font-size: 16px; }
  .intro h1 {
    font-size: 38px !important;
    line-height: 38px !important; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }
  section, .section {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-small {
    padding-top: 60px;
    padding-bottom: 60px; }
  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }
  .shop-item img {
    width: 100%; }
  .demo-header .big {
    font-size: 70px !important;
    line-height: 65px !important; }
  .demo .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }
  #portfolio .list-inline li {
    width: 100%;
    padding: 10px 5px 15px;
    text-align: center; }
  .carousel-control {
    display: none; } }

@media (max-width: 991px) {
  .action .btn {
    float: none;
    margin-top: 30px;
    text-align: center; }
  .header-overlay {
    background: rgba(255, 255, 255, 0.75);
    padding: 36px;
    width: 90%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: unset; }
  .action, #subscribe {
    text-align: center; }
    .action .text-right, #subscribe .text-right {
      text-align: center; }
    .action .subscribe-form, #subscribe .subscribe-form {
      padding: 0; }
  .grid-pad div[class*="col-"] {
    margin-bottom: 40px !important; }
  .row.v-center {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center; }
  .indent {
    text-indent: unset; }
  .big {
    font-size: 80px !important;
    line-height: 60px !important; }
  .intro .intro-body {
    padding: 150px 20px 70px;
    text-align: center; }
    .intro .intro-body .row {
      text-align: center; }
  .pull-left, .pull-right {
    float: none !important; }
  .btn {
    margin: 10px; }
  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }
  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
    text-align: center; }
  .search-button {
    margin-top: 5px; }
  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }
  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }

@media (max-width: 1199px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center; }
  #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0; }
  .offcet-art, .offcet-art-right, .offcet-art-dark {
    left: 0;
    width: 100%;
    position: inherit;
    text-align: center; }
  .showcase {
    text-align: center; }
    .showcase [class*="col"] {
      width: 100%; }
  .footer div[class*="col-"] {
    text-align: center;
    min-height: 30px; }
  .v-center > [class*="col"] {
    padding: 40px; } }

/*  Alian4x */
/* Preloader
-------------------------------------------- */
.alx-preloader-circle {
  display: inline-block;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px); }
  .alx-preloader-circle > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    -webkit-animation: alx-preloader-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: alx-preloader-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

/* Preloader
-------------------------------------------- */
.alx-preloader-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px; }
  .alx-preloader-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #333;
    border-color: #333 transparent #333 transparent;
    -webkit-animation: alx-preloader-dual-ring 1.2s linear infinite;
    animation: alx-preloader-dual-ring 1.2s linear infinite; }

/* Preloader
-------------------------------------------- */
.alx-preloader-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #333;
    -webkit-animation: alx-preloader-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: alx-preloader-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
    .alx-preloader-facebook div:nth-child(1) {
      left: 8px;
      -webkit-animation-delay: -0.24s;
      animation-delay: -0.24s; }
    .alx-preloader-facebook div:nth-child(2) {
      left: 32px;
      -webkit-animation-delay: -0.12s;
      animation-delay: -0.12s; }
    .alx-preloader-facebook div:nth-child(3) {
      left: 56px;
      -webkit-animation-delay: 0;
      animation-delay: 0; }

/* Preloader
-------------------------------------------- */
.alx-preloader-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px; }
  .alx-preloader-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #333;
    -webkit-animation: alx-preloader-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: alx-preloader-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .alx-preloader-heart div:after {
      content: " ";
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      background: #333; }
    .alx-preloader-heart div:before {
      content: " ";
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      background: #333;
      left: -24px;
      -webkit-border-radius: 50% 0 0 50%;
      border-radius: 50% 0 0 50%; }
    .alx-preloader-heart div:after {
      top: -24px;
      -webkit-border-radius: 50% 50% 0 0;
      border-radius: 50% 50% 0 0; }

/* Preloader
-------------------------------------------- */
.alx-preloader-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: alx-preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: alx-preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent transparent; }
    .alx-preloader-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
      animation-delay: -0.45s; }
    .alx-preloader-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
    .alx-preloader-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
      animation-delay: -0.15s; }

/* Preloader
-------------------------------------------- */
.alx-preloader-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-roller div {
    -webkit-animation: alx-preloader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: alx-preloader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px; }
    .alx-preloader-roller div:after {
      content: " ";
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #333;
      margin: -4px 0 0 -4px; }
    .alx-preloader-roller div:nth-child(1) {
      -webkit-animation-delay: -0.036s;
      animation-delay: -0.036s; }
      .alx-preloader-roller div:nth-child(1):after {
        top: 63px;
        left: 63px; }
    .alx-preloader-roller div:nth-child(2) {
      -webkit-animation-delay: -0.072s;
      animation-delay: -0.072s; }
      .alx-preloader-roller div:nth-child(2):after {
        top: 68px;
        left: 56px; }
    .alx-preloader-roller div:nth-child(3) {
      -webkit-animation-delay: -0.108s;
      animation-delay: -0.108s; }
      .alx-preloader-roller div:nth-child(3):after {
        top: 71px;
        left: 48px; }
    .alx-preloader-roller div:nth-child(4) {
      -webkit-animation-delay: -0.144s;
      animation-delay: -0.144s; }
      .alx-preloader-roller div:nth-child(4):after {
        top: 72px;
        left: 40px; }
    .alx-preloader-roller div:nth-child(5) {
      -webkit-animation-delay: -0.18s;
      animation-delay: -0.18s; }
      .alx-preloader-roller div:nth-child(5):after {
        top: 71px;
        left: 32px; }
    .alx-preloader-roller div:nth-child(6) {
      -webkit-animation-delay: -0.216s;
      animation-delay: -0.216s; }
      .alx-preloader-roller div:nth-child(6):after {
        top: 68px;
        left: 24px; }
    .alx-preloader-roller div:nth-child(7) {
      -webkit-animation-delay: -0.252s;
      animation-delay: -0.252s; }
      .alx-preloader-roller div:nth-child(7):after {
        top: 63px;
        left: 17px; }
    .alx-preloader-roller div:nth-child(8) {
      -webkit-animation-delay: -0.288s;
      animation-delay: -0.288s; }
      .alx-preloader-roller div:nth-child(8):after {
        top: 56px;
        left: 12px; }

/* Preloader
-------------------------------------------- */
.alx-preloader-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: alx-preloader-default 1.2s linear infinite;
    animation: alx-preloader-default 1.2s linear infinite; }
    .alx-preloader-default div:nth-child(1) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      top: 37px;
      left: 66px; }
    .alx-preloader-default div:nth-child(2) {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s;
      top: 22px;
      left: 62px; }
    .alx-preloader-default div:nth-child(3) {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s;
      top: 11px;
      left: 52px; }
    .alx-preloader-default div:nth-child(4) {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
      top: 7px;
      left: 37px; }
    .alx-preloader-default div:nth-child(5) {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
      top: 11px;
      left: 22px; }
    .alx-preloader-default div:nth-child(6) {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
      top: 22px;
      left: 11px; }
    .alx-preloader-default div:nth-child(7) {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
      top: 37px;
      left: 7px; }
    .alx-preloader-default div:nth-child(8) {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s;
      top: 52px;
      left: 11px; }
    .alx-preloader-default div:nth-child(9) {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
      top: 62px;
      left: 22px; }
    .alx-preloader-default div:nth-child(10) {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
      top: 66px;
      left: 37px; }
    .alx-preloader-default div:nth-child(11) {
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
      top: 62px;
      left: 52px; }
    .alx-preloader-default div:nth-child(12) {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s;
      top: 52px;
      left: 62px; }

/* Preloader
-------------------------------------------- */
.alx-preloader-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .alx-preloader-ellipsis div:nth-child(1) {
      left: 8px;
      -webkit-animation: alx-preloader-ellipsis1 0.6s infinite;
      animation: alx-preloader-ellipsis1 0.6s infinite; }
    .alx-preloader-ellipsis div:nth-child(2) {
      left: 8px;
      -webkit-animation: alx-preloader-ellipsis2 0.6s infinite;
      animation: alx-preloader-ellipsis2 0.6s infinite; }
    .alx-preloader-ellipsis div:nth-child(3) {
      left: 32px;
      -webkit-animation: alx-preloader-ellipsis2 0.6s infinite;
      animation: alx-preloader-ellipsis2 0.6s infinite; }
    .alx-preloader-ellipsis div:nth-child(4) {
      left: 56px;
      -webkit-animation: alx-preloader-ellipsis3 0.6s infinite;
      animation: alx-preloader-ellipsis3 0.6s infinite; }

/* Preloader
-------------------------------------------- */
.alx-preloader-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    -webkit-animation: alx-preloader-grid 1.2s linear infinite;
    animation: alx-preloader-grid 1.2s linear infinite; }
    .alx-preloader-grid div:nth-child(1) {
      top: 8px;
      left: 8px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .alx-preloader-grid div:nth-child(2) {
      top: 8px;
      left: 32px;
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    .alx-preloader-grid div:nth-child(3) {
      top: 8px;
      left: 56px;
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .alx-preloader-grid div:nth-child(4) {
      top: 32px;
      left: 8px;
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    .alx-preloader-grid div:nth-child(5) {
      top: 32px;
      left: 32px;
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .alx-preloader-grid div:nth-child(6) {
      top: 32px;
      left: 56px;
      -webkit-animation-delay: -1.2s;
      animation-delay: -1.2s; }
    .alx-preloader-grid div:nth-child(7) {
      top: 56px;
      left: 8px;
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .alx-preloader-grid div:nth-child(8) {
      top: 56px;
      left: 32px;
      -webkit-animation-delay: -1.2s;
      animation-delay: -1.2s; }
    .alx-preloader-grid div:nth-child(9) {
      top: 56px;
      left: 56px;
      -webkit-animation-delay: -1.6s;
      animation-delay: -1.6s; }

/* Preloader
-------------------------------------------- */
.alx-preloader-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-hourglass:after {
    content: " ";
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 32px solid #333;
    border-color: #333 transparent #333 transparent;
    -webkit-animation: alx-preloader-hourglass 1.2s infinite;
    animation: alx-preloader-hourglass 1.2s infinite; }

/* Preloader
-------------------------------------------- */
.alx-preloader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .alx-preloader-ripple div {
    position: absolute;
    border: 4px solid #333;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: alx-preloader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: alx-preloader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .alx-preloader-ripple div:nth-child(2) {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }

/* Preloader
-------------------------------------------- */
.alx-preloader-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.alx-preloader-spinner div {
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: alx-preloader-spinner 1.2s linear infinite;
  animation: alx-preloader-spinner 1.2s linear infinite; }

.alx-preloader-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  background: #333; }

.alx-preloader-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.alx-preloader-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.alx-preloader-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.alx-preloader-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.alx-preloader-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.alx-preloader-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.alx-preloader-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.alx-preloader-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.alx-preloader-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.alx-preloader-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.alx-preloader-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.alx-preloader-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/* Preloader
-------------------------------------------- */
/* Preloader
-------------------------------------------- */
/* Preloader
-------------------------------------------- */
@-webkit-keyframes alx-preloader-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes alx-preloader-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes alx-preloader-facebook {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

@keyframes alx-preloader-facebook {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

@-webkit-keyframes alx-preloader-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@keyframes alx-preloader-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-webkit-keyframes alx-preloader-heart {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes alx-preloader-heart {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes alx-preloader-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes alx-preloader-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes alx-preloader-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes alx-preloader-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes alx-preloader-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes alx-preloader-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes alx-preloader-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes alx-preloader-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes alx-preloader-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes alx-preloader-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes alx-preloader-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0); } }

@keyframes alx-preloader-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0); } }

@-webkit-keyframes alx-preloader-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

@keyframes alx-preloader-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

@-webkit-keyframes alx-preloader-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@keyframes alx-preloader-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes alx-preloader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@keyframes alx-preloader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@-webkit-keyframes alx-preloader-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes alx-preloader-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 01. Helpers */
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }

@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }

@-webkit-keyframes alx_from_top_to_bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes alx_from_top_to_bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes alx-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes alx-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Base */
ul[class^='wp-block'] {
  padding-left: 0 !important; }

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 6.25rem;
  line-height: 5.625rem;
  font-weight: 500;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.alx-content-markup .wp-block-button {
  margin-bottom: 1rem; }
  .alx-content-markup .wp-block-button__link {
    font-size: 12px;
    letter-spacing: .5px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    padding: 7px 25px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-weight: 800; }
    .alx-content-markup .wp-block-button__link:hover {
      background-color: #1f1e1e; }
  .alx-content-markup .wp-block-button.is-style-outline a:hover {
    color: #fff; }

.alx-content-markup hr {
  margin-bottom: 2rem;
  margin-top: 2rem;
  overflow: visible;
  text-align: center; }

.alx-content-markup .wp-block-separator {
  background-color: #eee;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left; }
  .alx-content-markup .wp-block-separator.is-style-wide {
    max-width: -webkit-calc(6*(100vw/12) - 28px);
    max-width: calc(6*(100vw/12) - 28px); }
  .alx-content-markup .wp-block-separator.is-style-dots {
    border: inherit;
    height: inherit;
    text-align: center;
    max-width: 100%; }
    .alx-content-markup .wp-block-separator.is-style-dots:before {
      content: "...";
      font-size: 30px;
      letter-spacing: 1.875rem;
      color: currentColor;
      font-weight: 700;
      text-align: center;
      padding-left: 1.875rem; }
    .alx-content-markup .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background) {
      color: #767676; }

.alx-content-markup .wp-block-cover .wp-block-cover-text {
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  color: #fff; }

.alx-flex-vertical-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* BODY
-------------------------------------------- */
body {
  min-height: 100%;
  min-width: 20rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* IMAGE
-------------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

/* PARAGRAPH
-------------------------------------------- */
p {
  margin: 0 0 1.875rem; }
  p:empty {
    display: none; }

/* DEFINITION LIST
-------------------------------------------- */
dl {
  margin: 0; }

dt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #f5f5f5; }

dd {
  padding: 0;
  margin: 0.3125rem 0 0 0; }

dd + dt {
  margin-top: 1.875rem; }

/* TABLE
-------------------------------------------- */
table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
  border-collapse: collapse; }
  table td,
  table th {
    padding: 0.5rem 0.9375rem;
    border: 1px solid #eee; }
  table tr th,
  table thead th {
    color: #f5f5f5;
    font-weight: 600; }

/* BLOCKQUOTE
-------------------------------------------- */
blockquote {
  margin: 0 0 1.875rem;
  position: relative; }
  blockquote > * {
    display: contents; }
  blockquote p {
    margin-bottom: 0; }

cite {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: uppercase;
  display: block;
  margin: 1rem 0 0;
  font-style: normal;
  font-weight: 600;
  color: #3a3a3a; }

/* FORM / INPUT / TEXTAREA / SELECT
-------------------------------------------- */
form {
  max-width: 100%; }

label {
  display: block;
  margin-bottom: 0.3125rem;
  color: #f5f5f5; }

input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
textarea,
select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3a3a3a;
  border: none;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: none; }

select {
  color: #3a3a3a;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: right 16px bottom 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-transition: height 0s;
  transition: height 0s; }

button:focus,
input[type='submit']:focus {
  outline: none; }

input[type='text'].placeholder,
input[type='date'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='tel'].placeholder,
input[type='url'].placeholder,
input[type='search'].placeholder,
input[type='number'].placeholder,
textarea.placeholder,
select.placeholder {
  color: #5c5c5c;
  opacity: 1; }
  input[type='text'].placeholder.is-dark,
  input[type='date'].placeholder.is-dark,
  input[type='email'].placeholder.is-dark,
  input[type='password'].placeholder.is-dark,
  input[type='tel'].placeholder.is-dark,
  input[type='url'].placeholder.is-dark,
  input[type='search'].placeholder.is-dark,
  input[type='number'].placeholder.is-dark,
  textarea.placeholder.is-dark,
  select.placeholder.is-dark {
    color: #999; }

input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #5c5c5c;
  opacity: 1; }
  input[type='text']:-moz-placeholder.is-dark,
  input[type='date']:-moz-placeholder.is-dark,
  input[type='email']:-moz-placeholder.is-dark,
  input[type='password']:-moz-placeholder.is-dark,
  input[type='tel']:-moz-placeholder.is-dark,
  input[type='url']:-moz-placeholder.is-dark,
  input[type='search']:-moz-placeholder.is-dark,
  input[type='number']:-moz-placeholder.is-dark,
  textarea:-moz-placeholder.is-dark,
  select:-moz-placeholder.is-dark {
    color: #999; }

input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #5c5c5c;
  opacity: 1; }
  input[type='text']::-moz-placeholder.is-dark,
  input[type='date']::-moz-placeholder.is-dark,
  input[type='email']::-moz-placeholder.is-dark,
  input[type='password']::-moz-placeholder.is-dark,
  input[type='tel']::-moz-placeholder.is-dark,
  input[type='url']::-moz-placeholder.is-dark,
  input[type='search']::-moz-placeholder.is-dark,
  input[type='number']::-moz-placeholder.is-dark,
  textarea::-moz-placeholder.is-dark,
  select::-moz-placeholder.is-dark {
    color: #999; }

input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #5c5c5c;
  opacity: 1; }
  input[type='text']:-ms-input-placeholder.is-dark,
  input[type='date']:-ms-input-placeholder.is-dark,
  input[type='email']:-ms-input-placeholder.is-dark,
  input[type='password']:-ms-input-placeholder.is-dark,
  input[type='tel']:-ms-input-placeholder.is-dark,
  input[type='url']:-ms-input-placeholder.is-dark,
  input[type='search']:-ms-input-placeholder.is-dark,
  input[type='number']:-ms-input-placeholder.is-dark,
  textarea:-ms-input-placeholder.is-dark,
  select:-ms-input-placeholder.is-dark {
    color: #999; }

input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #5c5c5c;
  opacity: 1; }
  input[type='text']::-webkit-input-placeholder.is-dark,
  input[type='date']::-webkit-input-placeholder.is-dark,
  input[type='email']::-webkit-input-placeholder.is-dark,
  input[type='password']::-webkit-input-placeholder.is-dark,
  input[type='tel']::-webkit-input-placeholder.is-dark,
  input[type='url']::-webkit-input-placeholder.is-dark,
  input[type='search']::-webkit-input-placeholder.is-dark,
  input[type='number']::-webkit-input-placeholder.is-dark,
  textarea::-webkit-input-placeholder.is-dark,
  select::-webkit-input-placeholder.is-dark {
    color: #999; }

input[type='text']:focus.placeholder,
input[type='date']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='url']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='number']:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder {
  opacity: 0; }

input[type='text']:focus:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  opacity: 0; }

input[type='text']:focus::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  opacity: 0; }

input[type='text']:focus:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  opacity: 0; }

input[type='text']:focus::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  opacity: 0; }

.alx-form-group {
  display: block;
  position: relative;
  margin-bottom: 1.875rem; }

.alx-form-row {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr); }
  .alx-form-row.two-col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
    @media only screen and (max-width: 767px) {
      .alx-form-row.two-col {
        grid-gap: 0;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
  .alx-form-row.three-col {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media only screen and (max-width: 767px) {
      .alx-form-row.three-col {
        grid-gap: 0;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

section, .section {
  background-color: inherit; }

/* Elementor */
.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px; }
  .circle span {
    letter-spacing: -1px; }
  .circle canvas {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 6px; }
  .circle span:after {
    content: '%';
    margin-left: 0.1em; }

/* Layout */
/* LAYOUT: GRID
-------------------------------------------- */
/* MAIN
-------------------------------------------- */
.alx-main {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .alx-main--padding {
    padding: 7.5rem 0; }

/* MARKUP CONTENT
-------------------------------------------- */
.alx-content-markup p:last-child {
  margin-bottom: 0; }

.alx-content-markup ul,
.alx-content-markup ol {
  line-height: 2; }
  .alx-content-markup ul ul,
  .alx-content-markup ul ol,
  .alx-content-markup ol ul,
  .alx-content-markup ol ol {
    padding-left: 1.875rem;
    margin-bottom: 0; }

.alx-content-markup > ul,
.alx-content-markup > ol {
  margin-bottom: 1.875rem; }

.alx-content-markup .fluid-width-video-wrapper {
  margin-bottom: 1.875rem; }

/* Vendors */
/* VENDOR: MASONRY
-------------------------------------------- */
.masonry {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -40px;
  overflow: hidden; }
  .masonry .gutter-sizer {
    width: 0; }
  .masonry .grid-sizer,
  .masonry .grid-item {
    float: left; }
  .masonry .grid-item {
    padding: 0 15px;
    margin-bottom: 40px; }
  .masonry[data-masonry-col='1'] .grid-sizer,
  .masonry[data-masonry-col='1'] .grid-item {
    width: 100%; }
  .masonry[data-masonry-col='2'] .grid-sizer,
  .masonry[data-masonry-col='2'] .grid-item {
    width: -webkit-calc(100% * 1 / 2);
    width: calc(100% * 1 / 2); }
    @media only screen and (max-width: 767px) {
      .masonry[data-masonry-col='2'] .grid-sizer,
      .masonry[data-masonry-col='2'] .grid-item {
        width: 100%; } }
  .masonry[data-masonry-col='3'] .grid-sizer,
  .masonry[data-masonry-col='3'] .grid-item {
    width: -webkit-calc(100% * 1 / 3);
    width: calc(100% * 1 / 3); }
    @media only screen and (max-width: 991px) {
      .masonry[data-masonry-col='3'] .grid-sizer,
      .masonry[data-masonry-col='3'] .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .masonry[data-masonry-col='3'] .grid-sizer,
      .masonry[data-masonry-col='3'] .grid-item {
        width: 100%; } }
  .masonry[data-masonry-col='4'] .grid-sizer,
  .masonry[data-masonry-col='4'] .grid-item {
    width: -webkit-calc(100% * 1 / 4);
    width: calc(100% * 1 / 4); }
    @media only screen and (max-width: 991px) {
      .masonry[data-masonry-col='4'] .grid-sizer,
      .masonry[data-masonry-col='4'] .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .masonry[data-masonry-col='4'] .grid-sizer,
      .masonry[data-masonry-col='4'] .grid-item {
        width: 100%; } }

.navbar-fixed-top {
  top: auto !important; }

.input-group-btn {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: initial; }

.dropdown-menu {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 250px !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important; }

.vp-portfolio__items-style-default .vp-portfolio__item a:hover, .vp-portfolio__items-style-default .vp-portfolio__item a:focus {
  color: #333 !important; }

.vp-portfolio__items-style-emerge .vp-portfolio__item a:hover, .vp-portfolio__items-style-emerge .vp-portfolio__item a:focus {
  color: #fff; }

.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-meta-title {
  margin-bottom: 5px; }

.vp-portfolio__layout-elements {
  margin-bottom: 45px !important; }
  .vp-portfolio__layout-elements .vp-filter .vp-filter__item {
    margin: 0 2.5px; }
    .vp-portfolio__layout-elements .vp-filter .vp-filter__item:first-child {
      margin-left: 0; }
    .vp-portfolio__layout-elements .vp-filter .vp-filter__item:last-child {
      margin-right: 0; }
    .vp-portfolio__layout-elements .vp-filter .vp-filter__item a {
      color: #777;
      font-weight: 700;
      font-size: 12px;
      padding: 5px 15px;
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      .vp-portfolio__layout-elements .vp-filter .vp-filter__item a:hover, .vp-portfolio__layout-elements .vp-filter .vp-filter__item a:focus {
        color: #fff;
        background-color: #777;
        -webkit-border-radius: 20px;
        border-radius: 20px; }
    .vp-portfolio__layout-elements .vp-filter .vp-filter__item-active a {
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: #fff;
      background-color: #777; }

.vp-portfolio__item-wrap figure figcaption .vp-portfolio__item-meta-categories {
  margin-bottom: 5px; }

.vp-portfolio .vp-pagination .vp-pagination__item .vp-pagination__load-more {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  letter-spacing: .5px;
  line-height: 1.42857143;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 25px;
  border: 2px solid #000;
  color: #000;
  background-color: transparent; }

.vp-portfolio__loading .vp-portfolio__layout-elements {
  opacity: 1 !important; }

.vp-portfolio__loading .vp-filter__item-active a {
  color: #777 !important;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center; }
  .vp-portfolio__loading .vp-filter__item-active a:before, .vp-portfolio__loading .vp-filter__item-active a:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: loader-2 0.8s cubic-bezier(0.2, 0.32, 0, 0.87) infinite;
    animation: loader-2 0.8s cubic-bezier(0.2, 0.32, 0, 0.87) infinite; }
  .vp-portfolio__loading .vp-filter__item-active a:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

.alx-slider {
  position: relative; }

.slick-slide img {
  display: initial !important; }

.ion {
  line-height: 1 !important; }

.alx-slider-control-arrows__next, .alx-slider-control-arrows__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px;
  text-align: center;
  z-index: 4; }
  .alx-slider-control-arrows__next:before, .alx-slider-control-arrows__prev:before {
    font-size: 10.625rem;
    font-family: "Ionicons";
    color: #999;
    opacity: 0.7;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .alx-slider-control-arrows__next:hover:before, .alx-slider-control-arrows__prev:hover:before {
    opacity: 1; }

.alx-slider-control-arrows__next {
  right: 30px; }
  .alx-slider-control-arrows__next:before {
    content: '\203a'; }

.alx-slider-control-arrows__prev {
  left: 30px; }
  .alx-slider-control-arrows__prev:before {
    content: '\2039'; }

.alx-slider-control__dots {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .alx-slider-control__dots ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    margin: 0; }
  .alx-slider-control__dots li {
    margin-right: 12px;
    list-style: none; }
    .alx-slider-control__dots li button {
      font-size: 0px;
      padding: 0;
      height: 15px;
      width: 15px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      outline: none;
      opacity: 0.5;
      background-color: #777;
      border: none;
      display: block; }
  .alx-slider-control__dots .slick-active button {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: none; }
  .alx-slider-control__dots__relative {
    position: relative;
    bottom: auto; }

.alx-mini-cart {
  padding: 17px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .alx-mini-cart > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .alx-mini-cart-top {
    position: relative; }
    .alx-mini-cart-top-total i {
      font-size: 17px;
      color: #333; }
    .alx-mini-cart-top-total__badge {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin-left: 17px;
      margin-top: -30px;
      color: #fff;
      width: 25px;
      height: 25px;
      font-size: 12px;
      line-height: 1;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: #dadada 2px solid;
      background-color: #777; }
  .alx-mini-cart-content {
    position: absolute;
    top: 55px;
    right: 0;
    width: 340px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px; }
    .alx-mini-cart-content__title {
      border-bottom: 1px solid #eee;
      color: #333;
      padding-bottom: 10px; }
      .alx-mini-cart-content__title > * {
        margin: 0;
        letter-spacing: 0.2px; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border: none;
      margin-top: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
      .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-weight: 700;
        color: #333; }
      .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
        font-weight: 500;
        color: #333; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
      margin-top: 10px;
      margin-bottom: 0;
      text-transform: none;
      color: #7a7a7a; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
      margin-bottom: 0; }
    .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
        color: #333; }
        .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a img {
          width: 55px; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
        top: auto;
        color: #333 !important; }
        .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
          color: #fff !important;
          background-color: #333 !important; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
        font-size: 13px;
        display: block; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li span.woocommerce-Price-amount {
        font-weight: 700;
        border: 2px solid #000;
        font-size: 9px !important;
        padding: 4px 10px;
        letter-spacing: 0.5px;
        outline: 0;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-shadow: none;
        text-decoration: none;
        -webkit-border-radius: 40px;
        border-radius: 40px; }
    @media only screen and (max-width: 991px) {
      .alx-mini-cart-content {
        position: relative;
        top: 10px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: none; } }
  @media only screen and (max-width: 991px) {
    .alx-mini-cart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .alx-mini-cart > a {
        position: relative; }
        .alx-mini-cart > a:after {
          content: "\f067";
          font-family: "Font Awesome 5 Free";
          float: right;
          font-weight: 600;
          display: block;
          position: absolute;
          font-size: 10px;
          right: 0;
          color: #0b0b0b; } }
  @media only screen and (max-width: 991px) {
    .alx-mini-cart.is-active > a:after {
      content: "\f068"; } }
  .alx-mini-cart.is-active .alx-mini-cart-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    display: block; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 10px;
  letter-spacing: 0.5px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 800;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  padding: 8px 25px !important;
  line-height: initial; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #000;
    color: #fff; }

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #ab1b1b;
  font-weight: 500;
  padding-left: 6px; }
  .wpcf7-form-control-wrap span.wpcf7-not-valid-tip:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

/* Elements */
/******************************
  Toggle mobile navigation
******************************/
.alx-toggle-nav {
  position: relative;
  top: auto;
  width: 40px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 101;
  float: right;
  right: 15px;
  display: none; }
  .alx-toggle-nav span, .alx-toggle-nav span:before, .alx-toggle-nav span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .alx-toggle-nav span:before {
    top: 8px;
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px); }
  .alx-toggle-nav span:after {
    bottom: 8px;
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px); }
  .alx-toggle-nav:hover span, .alx-toggle-nav:hover span:before, .alx-toggle-nav:hover span:after {
    -webkit-transform: translate(0) scale(1.05);
    -ms-transform: translate(0) scale(1.05);
    transform: translate(0) scale(1.05); }
  .alx-toggle-nav.is-active span {
    background-color: transparent !important; }
  .alx-toggle-nav.is-active span:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }
  .alx-toggle-nav.is-active span:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg); }
  @media only screen and (max-width: 991px) {
    .alx-toggle-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.nav.navbar-nav > li ul.dropdown-menu {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.nav.navbar-nav > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 600;
  display: block;
  position: relative;
  font-size: 10px;
  right: -10px;
  color: #0b0b0b; }

.nav.navbar-nav > li.menu-item-has-children.open > a:after {
  content: "\f106"; }

.nav.navbar-nav > li a i {
  margin-right: 5px; }

.nav.navbar-nav > li li a {
  font-weight: 500; }

.nav.navbar-nav > li li.menu-item-has-children a.has-submenu:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 600;
  display: block;
  position: relative;
  right: -5px;
  color: #0b0b0b; }

.alx-header, .alx-header-builds {
  width: 100%; }
  .alx-header__wrap, .alx-header-builds__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .alx-header__wrap, .alx-header-builds__wrap {
        padding-top: 15px; } }
  .alx-header .alx-logo, .alx-header .alx-logo-site, .alx-header-builds .alx-logo, .alx-header-builds .alx-logo-site {
    position: relative;
    height: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .alx-header .alx-logo, .alx-header .alx-logo-site, .alx-header-builds .alx-logo, .alx-header-builds .alx-logo-site {
        height: 50px; } }
    .alx-header .alx-logo img, .alx-header .alx-logo-site img, .alx-header-builds .alx-logo img, .alx-header-builds .alx-logo-site img {
      max-width: 100%;
      height: inherit;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: inline-block;
      max-height: 30px; }
    .alx-header .alx-logo .logodark, .alx-header .alx-logo-site .logodark, .alx-header-builds .alx-logo .logodark, .alx-header-builds .alx-logo-site .logodark {
      display: none; }
  .alx-header-hamburger, .alx-header-builds-hamburger {
    position: relative;
    top: auto;
    width: 60px;
    height: 40px;
    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;
    z-index: 101; }
    .alx-header-hamburger span, .alx-header-hamburger span:before, .alx-header-hamburger span:after, .alx-header-builds-hamburger span, .alx-header-builds-hamburger span:before, .alx-header-builds-hamburger span:after {
      position: absolute;
      content: "";
      width: 38px;
      height: 3px;
      background-color: #fff;
      display: block;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .alx-header-hamburger span:before, .alx-header-builds-hamburger span:before {
      top: 8px;
      -webkit-transform: translate(5px);
      -ms-transform: translate(5px);
      transform: translate(5px); }
    .alx-header-hamburger span:after, .alx-header-builds-hamburger span:after {
      bottom: 8px;
      -webkit-transform: translate(5px);
      -ms-transform: translate(5px);
      transform: translate(5px); }
    .alx-header-hamburger:hover span, .alx-header-hamburger:hover span:before, .alx-header-hamburger:hover span:after, .alx-header-builds-hamburger:hover span, .alx-header-builds-hamburger:hover span:before, .alx-header-builds-hamburger:hover span:after {
      -webkit-transform: translate(0) scale(1.05);
      -ms-transform: translate(0) scale(1.05);
      transform: translate(0) scale(1.05); }
    .alx-header-hamburger.is-active span, .alx-header-builds-hamburger.is-active span {
      background-color: transparent !important; }
    .alx-header-hamburger.is-active span:before, .alx-header-builds-hamburger.is-active span:before {
      top: 0;
      background-color: #fff;
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    .alx-header-hamburger.is-active span:after, .alx-header-builds-hamburger.is-active span:after {
      bottom: 0;
      background-color: #fff;
      -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }
  .alx-header.is-fixed, .alx-header-builds.is-fixed {
    position: fixed;
    height: 70px;
    background-color: #fff; }
    @media only screen and (max-width: 575px) {
      .alx-header.is-fixed, .alx-header-builds.is-fixed {
        top: 0 !important; } }
    .alx-header.is-fixed .alx-logo, .alx-header-builds.is-fixed .alx-logo {
      width: 45px;
      height: auto; }
      .alx-header.is-fixed .alx-logo .logo, .alx-header-builds.is-fixed .alx-logo .logo {
        display: none; }
      .alx-header.is-fixed .alx-logo .logodark, .alx-header-builds.is-fixed .alx-logo .logodark {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .alx-header.is-fixed .alx-header__wrap, .alx-header-builds.is-fixed .alx-header__wrap {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 0;
      padding-bottom: 0;
      height: 100%; }
    .alx-header.is-fixed .alx-header-hamburger span, .alx-header.is-fixed .alx-header-hamburger span:before, .alx-header.is-fixed .alx-header-hamburger span:after, .alx-header-builds.is-fixed .alx-header-hamburger span, .alx-header-builds.is-fixed .alx-header-hamburger span:before, .alx-header-builds.is-fixed .alx-header-hamburger span:after {
      background-color: #000; }
  .alx-header.alx-header-landing__transparent_by_scroll.is-fixed, .alx-header-builds.alx-header-landing__transparent_by_scroll.is-fixed {
    background-color: transparent;
    padding-top: 35px; }
  .alx-header.alx-header-landing__transparent_by_scroll .alx-header-hamburger span, .alx-header.alx-header-landing__transparent_by_scroll .alx-header-hamburger span:before, .alx-header.alx-header-landing__transparent_by_scroll .alx-header-hamburger span:after, .alx-header-builds.alx-header-landing__transparent_by_scroll .alx-header-hamburger span, .alx-header-builds.alx-header-landing__transparent_by_scroll .alx-header-hamburger span:before, .alx-header-builds.alx-header-landing__transparent_by_scroll .alx-header-hamburger span:after {
    background-color: #fff; }
  .alx-header-landing, .alx-header-builds-landing {
    position: absolute;
    top: auto;
    z-index: 3; }
    .alx-header-landing__logo img, .alx-header-builds-landing__logo img {
      max-height: 70px !important; }
    @media only screen and (max-width: 767px) {
      .alx-header-landing__logo, .alx-header-builds-landing__logo {
        width: 50px !important; } }
    .alx-header-landing__overlay, .alx-header-builds-landing__overlay {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      display: none;
      opacity: 0;
      -webkit-animation: alx-fade-in 0.5s;
      animation: alx-fade-in 0.5s; }
    .alx-header-landing.is-active, .alx-header-builds-landing.is-active {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .alx-header-landing .alx-header__wrap, .alx-header-builds-landing .alx-header__wrap {
      padding: 20px; }
    .alx-header-landing.is-fixed .alx-header__wrap, .alx-header-builds-landing.is-fixed .alx-header__wrap {
      padding-left: 30px;
      padding-right: 30px; }
    .alx-header-landing__footer, .alx-header-builds-landing__footer {
      text-align: center;
      color: #fff;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute;
      bottom: 0; }
      .alx-header-landing__footer a, .alx-header-builds-landing__footer a {
        color: #eee; }
    .alx-header-landing nav, .alx-header-builds-landing nav {
      padding: 80px 0;
      text-align: center;
      position: fixed;
      width: auto;
      height: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -100;
      display: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      opacity: 0; }
      .alx-header-landing nav > .alx-logo, .alx-header-builds-landing nav > .alx-logo {
        width: 130px !important;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px; }
        @media only screen and (max-width: 991px) {
          .alx-header-landing nav > .alx-logo, .alx-header-builds-landing nav > .alx-logo {
            position: absolute;
            top: 100px;
            left: 0;
            right: 0; } }
        .alx-header-landing nav > .alx-logo img, .alx-header-builds-landing nav > .alx-logo img {
          max-height: 100px; }
        .alx-header-landing nav > .alx-logo .logodark, .alx-header-builds-landing nav > .alx-logo .logodark {
          display: none !important; }
        .alx-header-landing nav > .alx-logo .logo, .alx-header-builds-landing nav > .alx-logo .logo {
          display: block !important;
          opacity: 1 !important; }
      .alx-header-landing nav ul, .alx-header-builds-landing nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        -webkit-animation: alx-fade-in 0.5s;
        animation: alx-fade-in 0.5s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s; }
        .alx-header-landing nav ul li a, .alx-header-builds-landing nav ul li a {
          display: block;
          font-size: 26px;
          text-decoration: none;
          padding: 10px 5px;
          text-align: center;
          color: #fff;
          font-weight: bold;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
          .alx-header-landing nav ul li a:after, .alx-header-builds-landing nav ul li a:after {
            bottom: 0;
            content: "";
            display: block;
            height: 2px;
            background: #5bc0df;
            -webkit-transition: width 1s ease 0s, left 0.5s ease 0s;
            transition: width 1s ease 0s, left 0.5s ease 0s;
            width: 0; }
          .alx-header-landing nav ul li a:hover:after, .alx-header-builds-landing nav ul li a:hover:after {
            width: 100%;
            left: 0; }
      @media only screen and (max-width: 991px) {
        .alx-header-landing nav, .alx-header-builds-landing nav {
          max-height: 500px;
          padding: 100px 0;
          overflow-y: auto;
          position: absolute;
          top: 0px;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          height: auto;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .alx-header-landing nav::-webkit-scrollbar-track, .alx-header-builds-landing nav::-webkit-scrollbar-track {
            background-color: #fff; }
          .alx-header-landing nav::-webkit-scrollbar, .alx-header-builds-landing nav::-webkit-scrollbar {
            width: 5px;
            background-color: #fff; }
          .alx-header-landing nav::-webkit-scrollbar-thumb, .alx-header-builds-landing nav::-webkit-scrollbar-thumb {
            background-color: #2b2b2b; }
          .alx-header-landing nav .alx-logo, .alx-header-builds-landing nav .alx-logo {
            width: 50px !important;
            position: relative;
            top: auto;
            margin-bottom: auto; }
          .alx-header-landing nav .alx-header-landing__footer, .alx-header-builds-landing nav .alx-header-landing__footer {
            position: relative; } }
    .alx-header-landing__navigation, .alx-header-builds-landing__navigation {
      margin-top: 35px; }
      @media only screen and (max-width: 991px) {
        .alx-header-landing__navigation, .alx-header-builds-landing__navigation {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .alx-header-landing__navigation li, .alx-header-builds-landing__navigation li {
            width: 25%; } }
      @media only screen and (max-width: 991px) {
        .alx-header-landing__navigation, .alx-header-builds-landing__navigation {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .alx-header-landing__navigation li, .alx-header-builds-landing__navigation li {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block; } }
  .alx-header__is-active, .alx-header-builds__is-active {
    overflow: hidden; }
    .alx-header__is-active .alx-header.is-fixed nav .alx-logo img, .alx-header-builds__is-active .alx-header.is-fixed nav .alx-logo img {
      max-width: 90px; }
    .alx-header__is-active .alx-header.is-fixed .alx-header-hamburger span, .alx-header-builds__is-active .alx-header.is-fixed .alx-header-hamburger span {
      background-color: transparent; }
    .alx-header__is-active .alx-header.is-fixed .alx-header-hamburger span:after, .alx-header__is-active .alx-header.is-fixed .alx-header-hamburger span:before, .alx-header-builds__is-active .alx-header.is-fixed .alx-header-hamburger span:after, .alx-header-builds__is-active .alx-header.is-fixed .alx-header-hamburger span:before {
      background-color: #fff; }
    .alx-header__is-active .alx-header-landing__overlay, .alx-header-builds__is-active .alx-header-landing__overlay {
      display: block;
      opacity: 1; }
    .alx-header__is-active nav, .alx-header-builds__is-active nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 100;
      opacity: 1; }
  .alx-header-center, .alx-header-builds-center {
    padding-left: 0;
    padding-right: 0; }
    .alx-header-center .alx-header-collapse, .alx-header-builds-center .alx-header-collapse {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px; }
    .alx-header-center .container, .alx-header-builds-center .container {
      width: 1200px;
      padding: 0 10px; }
      @media only screen and (max-width: 1199px) {
        .alx-header-center .container, .alx-header-builds-center .container {
          width: 100%; } }
    .alx-header-center .alx-logo, .alx-header-builds-center .alx-logo {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0 auto !important; }
      @media only screen and (max-width: 991px) {
        .alx-header-center .alx-logo, .alx-header-builds-center .alx-logo {
          top: auto;
          position: relative;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          height: 50px; }
          .alx-header-center .alx-logo img.logo, .alx-header-center .alx-logo img.logodark, .alx-header-builds-center .alx-logo img.logo, .alx-header-builds-center .alx-logo img.logodark {
            max-height: 30px; } }
    .alx-header-center__flex-1, .alx-header-builds-center__flex-1 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    @media only screen and (max-width: 991px) {
      .alx-header-center .alx-header-collapse, .alx-header-builds-center .alx-header-collapse {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .alx-header-transparent:not(.top-nav-collapse) .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i, .alx-header-builds-transparent:not(.top-nav-collapse) .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .alx-header-transparent:not(.top-nav-collapse) .navbar-header, .alx-header-builds-transparent:not(.top-nav-collapse) .navbar-header {
      background-color: transparent; }
    .alx-header-transparent:not(.top-nav-collapse) .alx-toggle-nav span, .alx-header-transparent:not(.top-nav-collapse) .alx-toggle-nav span:before, .alx-header-transparent:not(.top-nav-collapse) .alx-toggle-nav span::after, .alx-header-builds-transparent:not(.top-nav-collapse) .alx-toggle-nav span, .alx-header-builds-transparent:not(.top-nav-collapse) .alx-toggle-nav span:before, .alx-header-builds-transparent:not(.top-nav-collapse) .alx-toggle-nav span::after {
      background-color: #fff; } }
  .alx-header.is-active, .alx-header-builds.is-active {
    -webkit-box-shadow: 0 0 22px #888;
    box-shadow: 0 0 22px #888; }
    .alx-header.is-active .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i, .alx-header-builds.is-active .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
      color: #333; }
    .alx-header.is-active .navbar-header, .alx-header-builds.is-active .navbar-header {
      background-color: #fff; }
      .alx-header.is-active .navbar-header .alx-toggle-nav span, .alx-header.is-active .navbar-header .alx-toggle-nav span:before, .alx-header.is-active .navbar-header .alx-toggle-nav span::after, .alx-header-builds.is-active .navbar-header .alx-toggle-nav span, .alx-header-builds.is-active .navbar-header .alx-toggle-nav span:before, .alx-header-builds.is-active .navbar-header .alx-toggle-nav span::after {
        background-color: #333; }
    .alx-header.is-active .alx-header-collapse ul.nav li.menu-item-has-children > a::after, .alx-header-builds.is-active .alx-header-collapse ul.nav li.menu-item-has-children > a::after {
      color: #333; }
    .alx-header.is-active .alx-logo-site, .alx-header.is-active .alx-logo, .alx-header-builds.is-active .alx-logo-site, .alx-header-builds.is-active .alx-logo {
      color: #333; }
      .alx-header.is-active .alx-logo-site .logo, .alx-header.is-active .alx-logo .logo, .alx-header-builds.is-active .alx-logo-site .logo, .alx-header-builds.is-active .alx-logo .logo {
        opacity: 0;
        display: none; }
      .alx-header.is-active .alx-logo-site .logodark, .alx-header.is-active .alx-logo .logodark, .alx-header-builds.is-active .alx-logo-site .logodark, .alx-header-builds.is-active .alx-logo .logodark {
        opacity: 1;
        display: inline-block; }

/******************************
  Translate dropdown
******************************/
ul.nav#alx-locales-list li.menu-item-has-children .caret {
  display: none; }

ul.nav#alx-locales-list li.menu-item-has-children > a:after {
  display: none; }

@media only screen and (max-width: 991px) {
  ul.nav#alx-locales-list li.menu-item-has-children > a .caret {
    display: none; } }

@media only screen and (max-width: 991px) {
  ul.nav#alx-locales-list li.menu-item-has-children > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 17px 16px; }
    ul.nav#alx-locales-list li.menu-item-has-children > a:after {
      display: block;
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      float: right;
      font-weight: 600;
      position: absolute;
      font-size: 10px;
      right: 16px;
      color: #0b0b0b; } }

ul.nav#alx-locales-list > li.open > a:after {
  content: "\f068"; }

@media only screen and (max-width: 991px) {
  ul.nav#alx-locales-list {
    margin: 0;
    border-bottom: 0; } }

/******************************
  Mobile Toggle
******************************/
.alx-header-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .alx-header-collapse:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .alx-header-collapse.is-active {
    border-top: 1px solid #eee;
    background-color: transparent;
    width: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: 500px;
    overflow-x: auto; }
    .alx-header-collapse.is-active::-webkit-scrollbar-track {
      background-color: #fff; }
    .alx-header-collapse.is-active::-webkit-scrollbar {
      width: 5px;
      background-color: #fff; }
    .alx-header-collapse.is-active::-webkit-scrollbar-thumb {
      background-color: #2b2b2b; }
    .alx-header-collapse.is-active .nav.navbar-nav {
      margin: 0; }
      .alx-header-collapse.is-active .nav.navbar-nav li.menu-item-has-children > a {
        padding-right: 15px;
        font-weight: 600; }
        .alx-header-collapse.is-active .nav.navbar-nav li.menu-item-has-children > a:after {
          content: "\f067";
          right: 0; }
      .alx-header-collapse.is-active .nav.navbar-nav li.open.menu-item-has-children > a:after {
        content: "\f068"; }
    .alx-header-collapse.is-active .dropdown-menu {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      min-width: 100% !important;
      max-width: -webkit-fit-content !important;
      max-width: -moz-fit-content !important;
      max-width: fit-content !important;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  @media only screen and (max-width: 991px) {
    .alx-header-collapse {
      opacity: 0;
      display: none;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .alx-header-collapse:before {
        opacity: 1; } }
  .alx-header-collapse.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-animation-name: alx_from_top_to_bottom;
    animation-name: alx_from_top_to_bottom;
    display: block; }

@media only screen and (max-width: 991px) {
  .alx-header .container {
    width: 100%;
    padding: 0; }
  .alx-header .navbar-header {
    background-color: #fff;
    padding: 0 20px; } }

.alx-header .alx-header-collapse ul.nav > li.menu-item-has-children > a.has-submenu::after {
  display: none; }

.alx-header-builds-style__dark .alx-toggle-nav span, .alx-header-builds-style__dark .alx-toggle-nav span:before, .alx-header-builds-style__dark .alx-toggle-nav span::after {
  background-color: #fff; }

.alx-header-builds-style__dark .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .alx-header-builds-style__dark .alx-header-collapse .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
    color: #fff; } }

.alx-header-builds-style__dark .alx-header-collapse.is-active {
  padding: 0 20px;
  border-top: none; }
  @media only screen and (max-width: 991px) {
    .alx-header-builds-style__dark .alx-header-collapse.is-active .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
      color: #333; } }

.alx-header-builds-style__dark ul.nav li.menu-item-has-children > a::after {
  color: #d2d2d2 !important; }

.alx-header-builds-style__dark ul.nav li > a {
  color: #fff; }

.alx-header-builds-style__dark.top-nav-collapse {
  background-color: #000;
  border-bottom: transparent;
  color: #ccc; }
  .alx-header-builds-style__dark.top-nav-collapse .icon-bar {
    background: #ddd; }
  .alx-header-builds-style__dark.top-nav-collapse a {
    color: #ccc; }
  .alx-header-builds-style__dark.top-nav-collapse .alx-mini-cart-top-total i {
    color: #000; }

.alx-header-builds-style__dark .nav.navbar-nav li.menu-item-has-children a.has-submenu:before {
  color: #fff; }

.alx-header-builds-style__dark .dropdown-menu > li > a {
  color: #ccc; }

.alx-header-builds-style__dark .collapse ul li a {
  color: #fff; }

.alx-header-builds-style__dark .navbar-header .alx-logo.navbar-brand {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .alx-header-builds-style__dark {
    top: 0 !important; }
    .alx-header-builds-style__dark .navbar-collapse {
      background: #111 !important; } }

@media only screen and (max-width: 991px) {
  .alx-header-builds-style__dark .navbar-header {
    background-color: transparent !important; } }

.alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll).is-active .navbar-header {
  background-color: #000 !important; }
  .alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll).is-active .navbar-header .alx-toggle-nav span, .alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll).is-active .navbar-header .alx-toggle-nav span:before, .alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll).is-active .navbar-header .alx-toggle-nav span::after {
    background-color: #fff; }

.alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll):not(.is-active) .menu-item-has-children .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.95); }

.alx-header-builds-style__dark:not(.alx-header-builds-style__light-by-scroll):not(.is-active) .nav .dropdown-menu li a:hover {
  background-color: #111;
  color: #ccc; }

.alx-header-builds-style__light-by-scroll .menu-item-has-children .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95); }
  .alx-header-builds-style__light-by-scroll .menu-item-has-children .dropdown-menu a {
    color: #333; }
  .alx-header-builds-style__light-by-scroll .menu-item-has-children .dropdown-menu li a:hover {
    background-color: #eee;
    color: #3a3a3a; }

.alx-header-builds-style__light-by-scroll .alx-header-collapse.is-active ul li a {
  color: #333 !important; }

.alx-header-builds-style__light-by-scroll .alx-header-collapse.is-active ul li ul {
  background-color: transparent !important; }

.alx-header-builds-style__light-by-scroll.top-nav-collapse {
  background-color: #fff !important;
  border-bottom: transparent;
  color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .icon-bar {
    background: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse a {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .alx-toggle-nav span, .alx-header-builds-style__light-by-scroll.top-nav-collapse .alx-toggle-nav span:before, .alx-header-builds-style__light-by-scroll.top-nav-collapse .alx-toggle-nav span::after {
    background-color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .alx-mini-cart a .alx-mini-cart-top .alx-mini-cart-top-total i {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .nav .dropdown-menu li a:hover {
    background-color: #eee;
    color: #3a3a3a; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse ul.nav li.menu-item-has-children > a::after {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse ul.nav li > a {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .nav.navbar-nav li.menu-item-has-children a.has-submenu:before {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .dropdown-menu > li > a {
    color: #ccc; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .collapse ul li a {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .navbar-header .alx-logo.navbar-brand {
    color: #333; }
  .alx-header-builds-style__light-by-scroll.top-nav-collapse .menu-item-has-children .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .alx-header-builds-style__light-by-scroll.top-nav-collapse {
      top: 0 !important; }
      .alx-header-builds-style__light-by-scroll.top-nav-collapse .navbar-collapse {
        background: #111 !important; }
      .alx-header-builds-style__light-by-scroll.top-nav-collapse .nav a {
        color: #fff !important; } }

@media only screen and (max-width: 991px) {
  .alx-header-builds-style__light-by-scroll {
    background-color: transparent !important; }
    .alx-header-builds-style__light-by-scroll .top-nav-collapse .navbar-header {
      background-color: #fff !important; }
      .alx-header-builds-style__light-by-scroll .top-nav-collapse .navbar-header .alx-logo.navbar-brand {
        color: #333;
        font-size: 20px; }
    .alx-header-builds-style__light-by-scroll .alx-header-collapse.is-active .alx-mini-cart .alx-mini-cart-top .alx-mini-cart-top-total > i {
      color: #333; }
    .alx-header-builds-style__light-by-scroll.is-active .navbar-header {
      background-color: #fff !important; }
      .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo-site, .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo {
        color: #333; }
        .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo-site .logo, .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo .logo {
          opacity: 0;
          display: none; }
        .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo-site .logodark, .alx-header-builds-style__light-by-scroll.is-active .navbar-header .alx-logo .logodark {
          opacity: 1;
          display: inline-block; } }

.navbar-custom .navbar-brand .logo {
  max-width: 300px; }

.alx-site-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .alx-site-preloader__wrap {
    position: absolute;
    text-align: center; }
    .alx-site-preloader__wrap > div {
      color: #000;
      margin: 5px 0;
      text-transform: uppercase;
      text-align: center;
      font-size: 10px;
      letter-spacing: 2px; }
    .alx-site-preloader__wrap .line {
      width: 2px;
      height: 24px;
      background: #000;
      margin: 0 3px;
      display: inline-block;
      -webkit-animation: opacity-2 1000ms infinite ease-in-out;
      animation: opacity-2 1000ms infinite ease-in-out; }
    .alx-site-preloader__wrap .line-0 {
      -webkit-animation-delay: 900ms;
      animation-delay: 900ms; }
    .alx-site-preloader__wrap .line-1 {
      -webkit-animation-delay: 800ms;
      animation-delay: 800ms; }
    .alx-site-preloader__wrap .line-2 {
      -webkit-animation-delay: 600ms;
      animation-delay: 600ms; }
    .alx-site-preloader__wrap .line-3 {
      -webkit-animation-delay: 400ms;
      animation-delay: 400ms; }
    .alx-site-preloader__wrap .line-4 {
      -webkit-animation-delay: 200ms;
      animation-delay: 200ms; }
    .alx-site-preloader__wrap .line-6 {
      -webkit-animation-delay: 200ms;
      animation-delay: 200ms; }
    .alx-site-preloader__wrap .line-7 {
      -webkit-animation-delay: 400ms;
      animation-delay: 400ms; }
    .alx-site-preloader__wrap .line-8 {
      -webkit-animation-delay: 600ms;
      animation-delay: 600ms; }
    .alx-site-preloader__wrap .line-9 {
      -webkit-animation-delay: 800ms;
      animation-delay: 800ms; }
    .alx-site-preloader__wrap .line-10 {
      -webkit-animation-delay: 900ms;
      animation-delay: 900ms; }

@-webkit-keyframes opacity-1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity-1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 24px; }
  50% {
    opacity: 0;
    height: 16px; }
  100% {
    opacity: 1;
    height: 24px; } }

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 24px; }
  50% {
    opacity: 0;
    height: 16px; }
  100% {
    opacity: 1;
    height: 24px; } }

/* Countdown */
.alx-countdown div {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
  text-align: center; }

.alx-countdown span {
  font-weight: 200;
  display: block;
  font-size: 54px;
  padding: 30px 0;
  width: 68px;
  border-bottom: 1px solid #ccc; }

@media only screen and (max-width: 767px) {
  .alx-countdown div {
    margin: 0 15px; }
  .alx-countdown span {
    font-size: 48px;
    padding: 18px 0; } }

/* PARTIAL: CUSTOM CURSOR
-------------------------------------------- */
.alx-custom-cursor {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  pointer-events: none;
  color: #222; }
  .alx-custom-cursor .alx-circle {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0b0b0b;
    -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; }
    .alx-custom-cursor .alx-circle span {
      font-size: 0.8125rem;
      line-height: 1.6;
      font-weight: 600;
      letter-spacing: .01em;
      text-transform: uppercase;
      color: #0b0b0b; }
      .alx-custom-cursor .alx-circle span i {
        font-size: 2em;
        line-height: 1;
        font-weight: normal; }

/* Buttons */
.btn {
  font-size: 12px;
  letter-spacing: .5px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none !important;
  padding: 7px 25px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 800; }
  .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-lg {
  font-size: 13px;
  padding: 10px 32px; }

.btn-sm {
  font-size: 10px; }

.btn-xs {
  font-size: 9px;
  padding: 4px 10px; }

.btn-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent; }
  .btn-border:hover {
    color: #fff !important; }

.btn-dark-border {
  border: 2px solid #000;
  color: #000;
  background-color: transparent; }

.btn-white {
  border: 2px solid #fff;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }

.btn-gray {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #000; }

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff; }
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff !important; }

.btn-Hub {
  border: 2px solid #9aa8b1;
  background-color: #9aa8b1;
  color: #fff; }
  .btn-Hub:hover, .btn-Hub:active, .btn-Hub:focus {
    color: #fff;
    opacity: 1; }

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-Hub:focus, .btn-violet:focus {
  opacity: 1; }

.btn:hover {
  opacity: 0.85;
  color: inherit; }

/* Animated mouse */
.alx-scroll-below {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .alx-scroll-below__wrap {
    position: absolute;
    height: 60px;
    bottom: -40px;
    font-size: 40px;
    display: block;
    top: 0;
    color: #fff;
    -webkit-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

.alx-intro {
  overflow: hidden;
  z-index: 0;
  position: relative; }

.alx-icon-spin i {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

.alx-shadow:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%; }

.alx-text-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.alx-input-minimal {
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none; }

.alx-contact-form-dismiss {
  padding: 30px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
  margin-bottom: 0; }

.alx-rotate-3deg {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.alx-mapform-section {
  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;
  width: 100%; }
  .alx-mapform-section .elementor-custom-embed {
    width: 100%; }
  .alx-mapform-section .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 14px; }
  .alx-mapform-section .alx-mapform-wrapper {
    position: absolute;
    left: 0;
    right: 0; }

.alx-scroll-top {
  display: none;
  background-color: #e8e8e8;
  border: 1px solid #bfbfbf;
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #424242;
  position: fixed;
  right: 40px;
  font-size: 13px;
  bottom: 40px;
  cursor: pointer;
  z-index: 10000;
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s; }
  .alx-scroll-top:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .alx-scroll-top:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
    font-weight: 600;
    font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .alx-scroll-top {
      right: 20px;
      bottom: 20px; } }

.alx-posts-navigation {
  margin: 0;
  padding: 0;
  min-height: 130px;
  list-style: none;
  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;
  position: relative; }
  .alx-posts-navigation:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eee;
    left: 0;
    right: 0;
    margin: auto; }
  .alx-posts-navigation_previous, .alx-posts-navigation_next, .alx-posts-navigation_all {
    position: absolute; }
    .alx-posts-navigation_previous a, .alx-posts-navigation_next a, .alx-posts-navigation_all a {
      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;
      font-weight: 600;
      color: #545454; }
      .alx-posts-navigation_previous a span, .alx-posts-navigation_next a span, .alx-posts-navigation_all a span {
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s; }
  .alx-posts-navigation_next i, .alx-posts-navigation_previous i {
    width: 25px;
    height: 25px;
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .alx-posts-navigation_next:hover i, .alx-posts-navigation_previous:hover i {
    background-color: #000000;
    color: #fff; }
  .alx-posts-navigation_next:hover span, .alx-posts-navigation_previous:hover span {
    letter-spacing: 1.5px;
    color: #0d0d0d; }
  .alx-posts-navigation_next {
    right: 0; }
    .alx-posts-navigation_next i {
      text-align: right; }
    .alx-posts-navigation_next:hover i {
      margin-left: 5px; }
  .alx-posts-navigation_previous {
    left: 0; }
    .alx-posts-navigation_previous i {
      text-align: left; }
    .alx-posts-navigation_previous:hover i {
      margin-right: 5px; }
  .alx-posts-navigation_all {
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto; }
    .alx-posts-navigation_all a {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #f5f5f5;
      border: 1px solid #eee;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .alx-posts-navigation_all a i {
        font-size: 20px;
        line-height: 1;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .alx-posts-navigation_all a:hover {
        background-color: #474747;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
        .alx-posts-navigation_all a:hover i {
          -webkit-transform: rotateZ(360deg);
          -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
          color: #fff; }

.alx-subscribe {
  max-width: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .alx-subscribe-lg > input {
    font-size: 16px !important;
    padding: 20px !important; }
  .alx-subscribe .btn {
    position: relative;
    margin-left: -50px;
    margin-top: 0;
    margin-bottom: 0; }

.alx-particles-active {
  overflow-x: hidden; }
  .alx-particles-active .elementor-container {
    z-index: 1; }

.alx-particles-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

/* Pages */
.alx-blog-wrap {
  padding: 80px 0; }

.alx-blog-posts .masonry .grid-item article {
  border-top: 1px solid #eee;
  padding-top: 10px; }

.alx-page-title {
  background-color: #545454; }

.alx-page--404 {
  padding: 100px 0;
  height: 100vh;
  background-color: #4e4e4e; }
  .alx-page--404 h1 {
    font-size: 11.25rem;
    font-weight: 500;
    margin-bottom: 50px; }
  .alx-page--404 p {
    font-weight: 600;
    font-size: 1.875rem; }

.alx-post .alx-post-footer {
  margin-top: 15px; }

.alx-post-title {
  padding: 19px 0px 25px 0px; }
  .alx-post-title > * {
    margin: 0; }

.alx-post-sticky__badge {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.4px;
  display: block;
  margin-block: 10px; }
  .alx-post-sticky__badge i {
    margin-right: 10px; }

.alx-post-thumb {
  -webkit-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  overflow: hidden; }
  .alx-post-thumb img {
    max-width: 100%;
    height: auto; }

.alx-post-meta {
  padding: 25px 0 30px 0;
  border-top: 1px solid #eee; }
  .alx-post-meta > *, .alx-post-meta a {
    color: #585858; }
  .alx-post-meta a:hover {
    color: #0d0d0d; }
  .alx-post-meta-parts, .alx-post-meta-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .alx-post-meta-parts > div, .alx-post-meta-part > div {
      margin-right: 10px; }
    .alx-post-meta-parts i, .alx-post-meta-part i {
      color: #929292;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      font-size: 1.25rem; }

.alx-post-tags {
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #eee;
  margin-top: 30px; }
  .alx-post-tags span {
    margin-right: 1.5625rem;
    color: #3a3a3a;
    font-weight: 500; }

.alx-content-markup a {
  text-decoration: underline; }

.alx-main-post {
  position: relative;
  z-index: 992;
  padding: 5.625rem 0 5.625rem 0;
  background-color: #fff;
  overflow: hidden; }

.alx-post-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0; }
  .alx-post-navigation .pager {
    margin: 0; }

.alx-post-recent {
  padding: 5.625rem 0;
  border-top: 1px solid #eee; }
  .alx-post-recent .masonry .grid-item {
    margin-bottom: 0;
    margin-top: 2.5rem; }
  .alx-post-recent h3 {
    margin-bottom: 1.875rem; }
  .alx-post-recent .alx-post-thumb {
    margin-bottom: 1.25rem; }
  .alx-post-recent h5 {
    margin-bottom: 1.25rem;
    letter-spacing: 0.03125rem; }
  .alx-post-recent p {
    color: #545454;
    font-size: 1.5rem;
    margin-bottom: 3.75rem; }
  .alx-post-recent .row {
    padding-top: 0; }

/* WordPress */
/* WIDGET
-------------------------------------------- */
.alx-widget {
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }
  .alx-widget ~ .alx-widget {
    margin-top: 2.8125rem; }
  .alx-widget ul {
    list-style-type: none;
    padding-left: 0; }
    .alx-widget ul li {
      clear: both; }
    .alx-widget ul .children,
    .alx-widget ul .sub-menu {
      margin-left: 0.625rem; }
  .alx-widget__title {
    margin: 0 0 1.25rem 0;
    padding: 0;
    color: #18191b; }

/* WIDGET: CALENDAR
-------------------------------------------- */
.alx-widget.widget_calendar tr,
.alx-widget.widget_calendar td,
.alx-widget.widget_calendar th {
  padding: 0.5625rem 0.5rem;
  text-align: center; }
  .alx-widget.widget_calendar tr a,
  .alx-widget.widget_calendar td a,
  .alx-widget.widget_calendar th a {
    background-color: #6d6d6d;
    color: #fff;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -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;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto; }

.alx-widget.widget_calendar caption {
  padding: 0.9375rem 0 0;
  color: #18191b;
  text-align: center; }

.alx-widget.widget_calendar #today {
  color: #fff;
  font-weight: 600;
  background-color: #18191b; }

.alx-widget.widget_calendar nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10%; }

.alx-widget.widget_tag_cloud .tagcloud, .alx-post-tags .tagcloud, .woocommerce .alx-widget.widget_product_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.alx-widget.widget_tag_cloud a, .alx-post-tags a, .woocommerce .alx-widget.widget_product_tag_cloud a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  margin: 0 0.9375rem 0.9375rem 0;
  color: #464749;
  font-size: 0.875rem !important;
  letter-spacing: 0.1875rem;
  font-weight: 600;
  line-height: 1.8;
  text-transform: uppercase;
  -webkit-border-radius: 1.375rem;
  border-radius: 1.375rem;
  background-color: rgba(136, 136, 136, 0.1); }
  .alx-widget.widget_tag_cloud a:hover, .alx-post-tags a:hover, .woocommerce .alx-widget.widget_product_tag_cloud a:hover {
    color: #fff;
    background-color: #464749; }

.alx-widget.widget_archive ul {
  margin-bottom: 0; }

.alx-widget.widget_text p:last-child {
  margin-bottom: 0; }

/* WIDGET: RSS
-------------------------------------------- */
.alx-widget.widget_rss .alx-widget__title img {
  margin-right: 0.3125rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.alx-widget.widget_rss li .rsswidget {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c; }

.alx-widget.widget_rss li .rss-date {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: uppercase;
  display: block;
  margin: 0.625rem 0;
  color: #3a3a3a; }

.alx-widget.widget_rss li cite {
  margin: 0.625rem 0 0; }
  .alx-widget.widget_rss li cite::before {
    content: '-';
    margin-right: 0.625rem; }

.alx-widget.widget_rss li + li {
  margin-top: 1.875rem; }

.alx-widget.widget_pages ul.children {
  display: none; }

.alx-widget.widget_pages .page_item_has_children > a:after {
  content: '+';
  margin-left: 10px; }

.alx-widget.widget_pages .page_item_has_children:hover > a::after {
  content: '-'; }

.alx-widget.widget_pages .page_item_has_children:hover > .children {
  display: block; }

/* WIDGET: NAV MENU
-------------------------------------------- */
.alx-widget.widget_nav_menu .menu {
  margin-bottom: 0; }

.alx-widget.widget_nav_menu ul.sub-menu {
  display: none; }

.alx-widget.widget_nav_menu .menu-item-has-children > a:after {
  content: '+';
  margin-left: 10px; }

.alx-widget.widget_nav_menu .menu-item-has-children:hover > a::after {
  content: '-'; }

.alx-widget.widget_nav_menu .menu-item-has-children:hover > .sub-menu {
  display: block; }

.alx-widget.widget_recent_comments li + li {
  margin-top: 0.625rem; }

/* WIDGET: SEARCH FORM
-------------------------------------------- */
.alx-search-form {
  position: relative; }
  .alx-search-form input[type="text"] {
    padding: 15px 15px 15px 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.5625rem; }
  .alx-search-form button {
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%; }

.alx-widget.widget_categories li::before, .alx-widget.widget_archive li::before, .alx-widget.widget_meta li::before, .alx-widget.widget_pages li::before, .alx-widget.widget_nav_menu .menu li::before, .alx-widget.widget_recent_entries li::before, .alx-widget.widget_recent_comments li::before, .woocommerce .alx-widget.widget_product_categories li::before, .woocommerce .alx-widget.woocommerce-widget-layered-nav li::before, .woocommerce .alx-widget.widget_rating_filter li::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 15px;
  margin-top: -2px;
  margin-right: 10px;
  color: #3a3a3a;
  background-color: currentColor;
  vertical-align: middle;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease; }

.alx-widget.widget_categories li:hover::before, .alx-widget.widget_archive li:hover::before, .alx-widget.widget_meta li:hover::before, .alx-widget.widget_pages li:hover::before, .alx-widget.widget_nav_menu .menu li:hover::before, .alx-widget.widget_recent_entries li:hover::before, .alx-widget.widget_recent_comments li:hover::before, .woocommerce .alx-widget.widget_product_categories li:hover::before, .woocommerce .alx-widget.woocommerce-widget-layered-nav li:hover::before, .woocommerce .alx-widget.widget_rating_filter li:hover::before {
  width: 10px; }

.alx-widget.widget_categories li + li, .alx-widget.widget_archive li + li, .alx-widget.widget_meta li + li, .alx-widget.widget_pages li + li, .alx-widget.widget_nav_menu .menu li + li, .alx-widget.widget_recent_entries li + li, .alx-widget.widget_recent_comments li + li, .woocommerce .alx-widget.widget_product_categories li + li, .woocommerce .alx-widget.woocommerce-widget-layered-nav li + li, .woocommerce .alx-widget.widget_rating_filter li + li,
.alx-widget.widget_categories ul.children,
.alx-widget.widget_archive ul.children,
.alx-widget.widget_meta ul.children,
.alx-widget.widget_pages ul.children,
.alx-widget.widget_nav_menu .menu ul.children,
.alx-widget.widget_recent_entries ul.children,
.alx-widget.widget_recent_comments ul.children,
.woocommerce .alx-widget.widget_product_categories ul.children,
.woocommerce .alx-widget.woocommerce-widget-layered-nav ul.children,
.woocommerce .alx-widget.widget_rating_filter ul.children {
  margin-top: 10px; }

.alx-widget.widget_categories a, .alx-widget.widget_archive a, .alx-widget.widget_meta a, .alx-widget.widget_pages a, .alx-widget.widget_nav_menu .menu a, .alx-widget.widget_recent_entries a, .alx-widget.widget_recent_comments a, .woocommerce .alx-widget.widget_product_categories a, .woocommerce .alx-widget.woocommerce-widget-layered-nav a, .woocommerce .alx-widget.widget_rating_filter a {
  margin-right: 4px; }

/* WORDPRESS: COMMENTS
-------------------------------------------- */
.alx-comments-container {
  background-color: #f7f7f7;
  padding: 5.625rem 0;
  border-bottom: 1px solid #eee; }

.alx-comments__title,
.alx-comment-form__title {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5rem; }

#cancel-comment-reply-link {
  margin-left: 1.875rem;
  font-size: 75%; }
  #cancel-comment-reply-link svg {
    height: 1em;
    width: 1em; }

.alx-comments + .alx-comment-form {
  margin-top: 5rem; }

.alx-form-group {
  margin-bottom: 2.5rem; }
  .alx-form-group label {
    font-weight: 400; }
  .alx-form-group input, .alx-form-group textarea {
    -webkit-border-radius: 0.625rem !important;
    border-radius: 0.625rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.alx-comment-form .form-submit button {
  margin: 0;
  margin: 0; }

.alx-comment-form__title {
  margin-bottom: 1.875rem; }

.alx-comment-form__note {
  color: #848484;
  margin-bottom: 2.5rem; }

p.form-submit {
  margin-bottom: 0; }

.alx-comments__list,
.alx-comments__list ul.children {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .alx-comments__list li.alx-comment-item,
  .alx-comments__list ul.children li.alx-comment-item {
    padding: 1.875rem 0; }
    .alx-comments__list li.alx-comment-item:first-child,
    .alx-comments__list ul.children li.alx-comment-item:first-child {
      padding-top: 0; }
    .alx-comments__list li.alx-comment-item:last-child,
    .alx-comments__list ul.children li.alx-comment-item:last-child {
      padding-bottom: 0; }

.alx-comments__list ul.children {
  margin-top: 4.375rem;
  padding-left: 5.625rem; }
  .alx-comments__list ul.children li.alx-comment-item:last-child {
    padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .alx-comments__list ul.children {
      padding-left: 0; } }

.alx-comments__list .comment-respond {
  margin: 2.5rem 0 0; }

.alx-comment-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .alx-comment-item__inner .alx-comment-avatar {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.875rem; }
    @media only screen and (max-width: 767px) {
      .alx-comment-item__inner .alx-comment-avatar {
        display: none; } }
    .alx-comment-item__inner .alx-comment-avatar img {
      display: block;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .alx-comment-item__inner .alx-comment-content {
    width: 100%; }
    .alx-comment-item__inner .alx-comment-content .alx-comment-text p {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .alx-comment-item__inner .alx-comment-content {
        padding-left: 0 !important; } }
    .alx-comment-item__inner .alx-comment-content .alx-comment-header {
      display: block;
      margin-bottom: 1.25rem; }
      .alx-comment-item__inner .alx-comment-content .alx-comment-header h5 {
        font-size: 1.5625rem;
        font-weight: 600;
        margin-bottom: 0; }
      .alx-comment-item__inner .alx-comment-content .alx-comment-header > span {
        font-size: 1.5rem;
        display: block;
        margin-top: 0.625rem;
        text-transform: none;
        font-weight: 400; }
      .alx-comment-item__inner .alx-comment-content .alx-comment-header > span, .alx-comment-item__inner .alx-comment-content .alx-comment-header a {
        color: #757373; }
    .alx-comment-item__inner .alx-comment-content .comment-reply-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0.25rem 0.875rem;
      margin-top: 1.25rem;
      color: #fff;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.8;
      text-transform: uppercase;
      -webkit-border-radius: 0.9375rem;
      border-radius: 0.9375rem;
      background-color: #464749; }
      .alx-comment-item__inner .alx-comment-content .comment-reply-link:hover {
        color: #fff;
        background-color: #18191b;
        -webkit-box-shadow: none;
        box-shadow: none; }

.alx-comments-navigation {
  margin-top: 2.5rem;
  font-weight: 500; }
  .alx-comments-navigation a + a {
    margin-left: 1.875rem; }

.alx-pagination--numeric {
  border-top: 1px solid #eee;
  display: block;
  text-align: center;
  margin-top: 6.25rem;
  padding-top: 6.25rem; }
  .alx-pagination--numeric ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .alx-pagination--numeric ul li > a, .alx-pagination--numeric ul li > span {
      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;
      margin: 0 0.625rem;
      width: 40px;
      height: 40px;
      background: #eee;
      border-color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 1.4375rem;
      color: #555;
      border: 1px solid transparent; }
      .alx-pagination--numeric ul li > a:hover, .alx-pagination--numeric ul li > span:hover {
        background-color: #eee;
        border-color: #ddd; }
    .alx-pagination--numeric ul .current {
      background-color: #333;
      border-color: #333;
      color: #fff !important; }
      .alx-pagination--numeric ul .current:focus, .alx-pagination--numeric ul .current:hover {
        background-color: #333;
        border-color: #333; }
  .alx-pagination--numeric li:first-child > a, .alx-pagination--numeric li:first-child > span {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important; }
  .alx-pagination--numeric li:last-child > a, .alx-pagination--numeric li:last-child > span {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important; }

.alx-page-title {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .alx-page-title .alx-breadcrumbs, .alx-page-title .woocommerce-breadcrumb {
    background-color: transparent;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff; }
    .alx-page-title .alx-breadcrumbs a, .alx-page-title .woocommerce-breadcrumb a {
      color: #fff; }
      .alx-page-title .alx-breadcrumbs a:hover, .alx-page-title .woocommerce-breadcrumb a:hover {
        text-decoration: underline; }

.alx-author {
  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: 30px 0;
  border-top: 1px solid #eee; }
  .alx-author-info {
    margin-left: 25px;
    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;
    -ms-grid-column-align: center;
    justify-items: center; }
    .alx-author-info p {
      margin: 0; }
  .alx-author-title {
    margin-bottom: 10px; }
  .alx-author-img {
    min-width: 80px; }
    .alx-author-img img {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

/* WORDPRESS: PASSWORD FORM
-------------------------------------------- */
.alx-post-password-form {
  max-width: 25rem;
  margin: 0 auto; }
  .alx-post-password-form h4 {
    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;
    margin: 0 0 0.9375rem;
    line-height: 1; }
    .alx-post-password-form h4 svg {
      height: 1em;
      width: 1em;
      margin-right: 15px;
      color: #3a3a3a; }
  .alx-post-password-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .alx-post-password-form .form-group button {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 0.9375rem; }

.alx-link-pages {
  margin-top: 2.5rem;
  font-weight: 500; }
  .alx-link-pages h5 {
    margin: 0 0 0.9375rem; }
  .alx-link-pages .sep {
    margin: 0 1rem;
    color: #f5f5f5;
    opacity: 0.1; }

.alx-widget.widget_tag_cloud .tagcloud, .alx-post-tags .tagcloud, .woocommerce .alx-widget.widget_product_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.alx-widget.widget_tag_cloud a, .alx-post-tags a, .woocommerce .alx-widget.widget_product_tag_cloud a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  margin: 0 0.9375rem 0.9375rem 0;
  color: #464749;
  font-size: 0.875rem !important;
  letter-spacing: 0.1875rem;
  font-weight: 600;
  line-height: 1.8;
  text-transform: uppercase;
  -webkit-border-radius: 1.375rem;
  border-radius: 1.375rem;
  background-color: rgba(136, 136, 136, 0.1); }
  .alx-widget.widget_tag_cloud a:hover, .alx-post-tags a:hover, .woocommerce .alx-widget.widget_product_tag_cloud a:hover {
    color: #fff;
    background-color: #464749; }

/* Woocommerce */
/* Woocommerce */
.alx-mini-cart {
  padding: 17px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .alx-mini-cart > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .alx-mini-cart-top {
    position: relative; }
    .alx-mini-cart-top-total i {
      font-size: 17px;
      color: #333; }
    .alx-mini-cart-top-total__badge {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin-left: 17px;
      margin-top: -30px;
      color: #fff;
      width: 25px;
      height: 25px;
      font-size: 12px;
      line-height: 1;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: #dadada 2px solid;
      background-color: #777; }
  .alx-mini-cart-content {
    position: absolute;
    top: 55px;
    right: 0;
    width: 340px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px; }
    .alx-mini-cart-content__title {
      border-bottom: 1px solid #eee;
      color: #333;
      padding-bottom: 10px; }
      .alx-mini-cart-content__title > * {
        margin: 0;
        letter-spacing: 0.2px; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border: none;
      margin-top: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
      .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-weight: 700;
        color: #333; }
      .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
        font-weight: 500;
        color: #333; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
      margin-top: 10px;
      margin-bottom: 0;
      text-transform: none;
      color: #7a7a7a; }
    .alx-mini-cart-content .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
      margin-bottom: 0; }
    .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
        color: #333; }
        .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a img {
          width: 55px; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
        top: auto;
        color: #333 !important; }
        .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
          color: #fff !important;
          background-color: #333 !important; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
        font-size: 13px;
        display: block; }
      .alx-mini-cart-content .widget_shopping_cart_content ul.woocommerce-mini-cart li span.woocommerce-Price-amount {
        font-weight: 700;
        border: 2px solid #000;
        font-size: 9px !important;
        padding: 4px 10px;
        letter-spacing: 0.5px;
        outline: 0;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-shadow: none;
        text-decoration: none;
        -webkit-border-radius: 40px;
        border-radius: 40px; }
    @media only screen and (max-width: 991px) {
      .alx-mini-cart-content {
        position: relative;
        top: 10px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: none; } }
  @media only screen and (max-width: 991px) {
    .alx-mini-cart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .alx-mini-cart > a {
        position: relative; }
        .alx-mini-cart > a:after {
          content: "\f067";
          font-family: "Font Awesome 5 Free";
          float: right;
          font-weight: 600;
          display: block;
          position: absolute;
          font-size: 10px;
          right: 0;
          color: #0b0b0b; } }
  @media only screen and (max-width: 991px) {
    .alx-mini-cart.is-active > a:after {
      content: "\f068"; } }
  .alx-mini-cart.is-active .alx-mini-cart-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    display: block; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 10px;
  letter-spacing: 0.5px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 800;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  padding: 8px 25px !important;
  line-height: initial; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #000;
    color: #fff; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  font-weight: 700;
  font-size: 18px;
  color: #333; }

.woocommerce form.woocommerce-ordering select, .woocommerce-page form.woocommerce-ordering select {
  background-color: #f1f1f1;
  background-size: 20px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }
  .woocommerce form.woocommerce-ordering select option, .woocommerce-page form.woocommerce-ordering select option {
    min-width: auto; }

@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-pagination, .woocommerce-page .woocommerce-pagination {
    padding-bottom: 50px; } }

.woocommerce.single-product .alx-single-product-thumbnail {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative; }
  .woocommerce.single-product .alx-single-product-thumbnail span.onsale {
    left: 25px; }
  .woocommerce.single-product .alx-single-product-thumbnail > .images {
    width: 100%;
    margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .woocommerce.single-product .alx-single-product-thumbnail {
      max-width: 100%; }
      .woocommerce.single-product .alx-single-product-thumbnail > .images {
        margin-bottom: 50px; } }

.woocommerce.single-product .alx-single-product-summary {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px; }
  .woocommerce.single-product .alx-single-product-summary-wrapper {
    padding: 150px 0; }
    @media only screen and (max-width: 575px) {
      .woocommerce.single-product .alx-single-product-summary-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .woocommerce.single-product .alx-single-product-summary-wrapper .alx-flex-vertical-items {
      margin-left: -15px;
      margin-right: -15px; }
      @media only screen and (max-width: 575px) {
        .woocommerce.single-product .alx-single-product-summary-wrapper .alx-flex-vertical-items {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
  @media only screen and (max-width: 575px) {
    .woocommerce.single-product .alx-single-product-summary {
      max-width: 100%; } }
  .woocommerce.single-product .alx-single-product-summary .woocommerce-product-rating a.woocommerce-review-link {
    color: #767676; }
  .woocommerce.single-product .alx-single-product-summary p.price span {
    color: #333;
    font-weight: 800; }
  .woocommerce.single-product .alx-single-product-summary p.price del {
    -webkit-text-decoration-color: #333;
    text-decoration-color: #333; }
  .woocommerce.single-product .alx-single-product-summary p.price ins {
    text-decoration: none; }
  .woocommerce.single-product .alx-single-product-summary .woocommerce-product-details__short-description {
    color: #424242;
    margin-bottom: 30px; }
    .woocommerce.single-product .alx-single-product-summary .woocommerce-product-details__short-description p:last-child {
      margin-bottom: 0; }
  .woocommerce.single-product .alx-single-product-summary form.cart {
    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; }
    .woocommerce.single-product .alx-single-product-summary form.cart .quantity {
      margin-right: 20px;
      padding-right: 20px; }

.woocommerce.single-product .alx-single-product-description {
  letter-spacing: 0.00562rem;
  font-weight: 500;
  color: #585858;
  line-height: 2.75rem; }
  .woocommerce.single-product .alx-single-product-description p:last-child {
    margin-bottom: 0; }

.woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee; }
  .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs {
    text-align: center;
    margin-bottom: 0; }
    .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs:before {
      border-bottom: 1px solid #d6d6d6; }
    .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li {
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      border: none;
      background: transparent;
      position: relative;
      overflow: visible; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li:before, .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li:after {
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li:after {
        display: block;
        content: '';
        position: absolute;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        width: 0;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #1f1e1e;
        -webkit-transition: width ease-in 0.2s;
        transition: width ease-in 0.2s; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li.active {
        border: none;
        background-color: transparent; }
        .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li.active:after {
          width: 100%; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs ul.alx-tabs li a {
        font-weight: 600;
        font-size: 1.625rem;
        padding: 25px 10px;
        letter-spacing: 0.03125rem;
        color: #888888; }
  .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs .alx-panel {
    padding: 55px 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5; }
    .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs .alx-panel .woocommerce-product-attributes:last-child {
      margin-bottom: 0; }
  .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table {
    border: none; }
    .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #d6d6d6; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr th, .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr td {
        border: none;
        background-color: transparent;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #333; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr th {
        font-weight: 600;
        text-transform: uppercase; }
      .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr td {
        padding-top: 0;
        color: #6d6d6d;
        font-style: normal; }
        .woocommerce.single-product .alx-product-summary .alx-woocommerce-tabs table tbody tr td p {
          padding: 0; }

.woocommerce.single-product .alx-product-reviews-add {
  padding: 40px 0; }
  .woocommerce.single-product .alx-product-reviews-add__button {
    text-align: center; }
  .woocommerce.single-product .alx-product-reviews-add--wrap {
    display: none;
    padding-top: 40px; }
  .woocommerce.single-product .alx-product-reviews-add h4 {
    margin-bottom: 10px; }
  .woocommerce.single-product .alx-product-reviews-add p.comment-notes {
    color: #848484; }
  .woocommerce.single-product .alx-product-reviews-add .comment-form-rating {
    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; }
    .woocommerce.single-product .alx-product-reviews-add .comment-form-rating label {
      margin: 0;
      font-weight: 600; }
      .woocommerce.single-product .alx-product-reviews-add .comment-form-rating label[for="rating"] {
        color: #505050; }
    .woocommerce.single-product .alx-product-reviews-add .comment-form-rating p.stars {
      margin: 0 0 0 10px !important; }
      .woocommerce.single-product .alx-product-reviews-add .comment-form-rating p.stars span {
        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; }
        .woocommerce.single-product .alx-product-reviews-add .comment-form-rating p.stars span a {
          margin-right: 5px; }
          .woocommerce.single-product .alx-product-reviews-add .comment-form-rating p.stars span a:last-child {
            margin-right: 0; }
  .woocommerce.single-product .alx-product-reviews-add .comment-form-cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce.single-product .alx-product-reviews-add .comment-form-cookies-consent input[type=checkbox] {
      margin: 10px; }
    .woocommerce.single-product .alx-product-reviews-add .comment-form-cookies-consent label {
      margin-bottom: 0;
      line-height: 1.875rem;
      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; }

.woocommerce.single-product .alx-product-reviews#reviews #comments ol.commentlist {
  padding: 0; }
  .woocommerce.single-product .alx-product-reviews#reviews #comments ol.commentlist li.review .comment_container img {
    border: none;
    padding: 0;
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .woocommerce.single-product .alx-product-reviews#reviews #comments ol.commentlist li.review .comment_container .comment-text {
    margin: 0 0 0 110px; }
  @media only screen and (max-width: 575px) {
    .woocommerce.single-product .alx-product-reviews#reviews #comments ol.commentlist li.review .comment_container img {
      display: none; }
    .woocommerce.single-product .alx-product-reviews#reviews #comments ol.commentlist li.review .comment_container .comment-text {
      margin: 0; } }

.woocommerce.single-product .alx-product-reviews#reviews #comments p.woocommerce-noreviews {
  text-align: center; }

.woocommerce.single-product .alx-product-reviews#reviews #comment {
  height: 120px; }

.woocommerce.single-product .product_meta {
  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;
  line-height: 3.4375rem;
  font-style: italic; }
  .woocommerce.single-product .product_meta .alx-meta-title {
    text-transform: uppercase;
    font-style: normal;
    margin-right: 2px;
    font-weight: 600;
    font-size: 1.25rem;
    color: #1f1e1e; }
  .woocommerce.single-product .product_meta a, .woocommerce.single-product .product_meta * {
    color: #838383; }
  .woocommerce.single-product .product_meta a:hover {
    color: #1f1e1e; }

.woocommerce .woocommerce-pagination {
  border-top: 1px solid #eee;
  display: block;
  text-align: center;
  margin-top: 6.25rem;
  padding-top: 6.25rem; }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none; }
    .woocommerce .woocommerce-pagination ul.page-numbers li {
      border: none; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
        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;
        margin: 0 0.625rem;
        width: 40px;
        height: 40px;
        background: #eee;
        border-color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 1.4375rem;
        color: #555;
        border: 1px solid transparent; }
        .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
          background-color: #eee;
          border-color: #ddd; }
    .woocommerce .woocommerce-pagination ul.page-numbers .current {
      background-color: #333;
      border-color: #333;
      color: #fff !important; }
      .woocommerce .woocommerce-pagination ul.page-numbers .current:focus, .woocommerce .woocommerce-pagination ul.page-numbers .current:hover {
        background-color: #333;
        border-color: #333; }
  .woocommerce .woocommerce-pagination li:first-child > a, .woocommerce .woocommerce-pagination li:first-child > span {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important; }
  .woocommerce .woocommerce-pagination li:last-child > a, .woocommerce .woocommerce-pagination li:last-child > span {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important; }

.woocommerce .alx-products, .woocommerce-page .alx-products {
  padding-top: 100px; }
  .woocommerce .alx-products .alx-product--item, .woocommerce-page .alx-products .alx-product--item {
    position: relative;
    border: 1px solid #eee;
    text-align: center; }
    .woocommerce .alx-products .alx-product--item .star-rating, .woocommerce-page .alx-products .alx-product--item .star-rating {
      display: none; }
    .woocommerce .alx-products .alx-product--item .attachment-woocommerce_thumbnail, .woocommerce-page .alx-products .alx-product--item .attachment-woocommerce_thumbnail {
      width: 100%; }
  .woocommerce .alx-products .alx-product__title, .woocommerce-page .alx-products .alx-product__title {
    text-align: center; }
    .woocommerce .alx-products .alx-product__title h2, .woocommerce-page .alx-products .alx-product__title h2 {
      margin-top: 15px;
      padding: 0;
      font-size: 1em; }
  .woocommerce .alx-products .alx-product .price, .woocommerce .alx-products .alx-product .onsale, .woocommerce-page .alx-products .alx-product .price, .woocommerce-page .alx-products .alx-product .onsale {
    position: absolute;
    bottom: 12px;
    right: 14px;
    min-width: 110px;
    height: auto;
    line-height: inherit;
    font-weight: 800;
    font-size: 1.125rem;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    z-index: 1;
    background-color: #555;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    text-decoration: none; }
    .woocommerce .alx-products .alx-product .price del, .woocommerce .alx-products .alx-product .onsale del, .woocommerce-page .alx-products .alx-product .price del, .woocommerce-page .alx-products .alx-product .onsale del {
      font-weight: 500; }
    .woocommerce .alx-products .alx-product .price ins, .woocommerce .alx-products .alx-product .onsale ins, .woocommerce-page .alx-products .alx-product .price ins, .woocommerce-page .alx-products .alx-product .onsale ins {
      font-weight: 800;
      font-size: 13px;
      text-decoration: none; }
  .woocommerce .alx-products .alx-product a.add_to_cart_button, .woocommerce-page .alx-products .alx-product a.add_to_cart_button {
    font-size: 0;
    background-color: transparent;
    position: absolute;
    border: none;
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    text-align: center; }
    .woocommerce .alx-products .alx-product a.add_to_cart_button:before, .woocommerce-page .alx-products .alx-product a.add_to_cart_button:before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      font-size: 20px;
      opacity: 0.5;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    .woocommerce .alx-products .alx-product a.add_to_cart_button:before, .woocommerce .alx-products .alx-product a.add_to_cart_button:after, .woocommerce-page .alx-products .alx-product a.add_to_cart_button:before, .woocommerce-page .alx-products .alx-product a.add_to_cart_button:after {
      position: absolute;
      top: auto;
      left: 0;
      right: 0; }
    .woocommerce .alx-products .alx-product a.add_to_cart_button:hover, .woocommerce-page .alx-products .alx-product a.add_to_cart_button:hover {
      background-color: transparent; }
      .woocommerce .alx-products .alx-product a.add_to_cart_button:hover:before, .woocommerce-page .alx-products .alx-product a.add_to_cart_button:hover:before {
        color: #333;
        opacity: 1; }
    .woocommerce .alx-products .alx-product a.add_to_cart_button.loading, .woocommerce-page .alx-products .alx-product a.add_to_cart_button.loading {
      opacity: 1; }
      .woocommerce .alx-products .alx-product a.add_to_cart_button.loading:before, .woocommerce-page .alx-products .alx-product a.add_to_cart_button.loading:before {
        opacity: 0; }
      .woocommerce .alx-products .alx-product a.add_to_cart_button.loading:after, .woocommerce-page .alx-products .alx-product a.add_to_cart_button.loading:after {
        font-size: 20px;
        color: #333; }
    .woocommerce .alx-products .alx-product a.add_to_cart_button.added:before, .woocommerce-page .alx-products .alx-product a.add_to_cart_button.added:before {
      content: "\f00c"; }
  .woocommerce .alx-products .alx-product .added_to_cart, .woocommerce-page .alx-products .alx-product .added_to_cart {
    position: absolute;
    left: 60px;
    height: 55px;
    bottom: 0;
    line-height: 55px;
    color: #3e3e3e;
    padding: 0; }
  .woocommerce .alx-products-recommendations, .woocommerce-page .alx-products-recommendations {
    padding: 80px 0 100px 0;
    border-top: 1px solid #eee; }
    .woocommerce .alx-products-recommendations .alx-products, .woocommerce-page .alx-products-recommendations .alx-products {
      padding-top: 20px; }

.woocommerce {
  /* Woocommerce Widgets */
  /* WIDGET: WOO PRICE FILTER
-------------------------------------------- */
  /* Partials */
  /* Checkout */ }
  .woocommerce .alx-widget.widget_price_filter .price_slider {
    margin-bottom: 25px; }
  .woocommerce .alx-widget.widget_price_filter .price_label {
    font-weight: 600;
    color: #0d0d0d;
    float: left; }
  .woocommerce .alx-widget.widget_price_filter .button {
    font-size: 0.9375rem;
    float: right;
    padding: 0;
    margin: 8px 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: underline; }
  .woocommerce .alx-widget.widget_price_filter .ui-slider {
    position: relative;
    margin-left: .5em;
    margin-right: .5em;
    text-align: left; }
    .woocommerce .alx-widget.widget_price_filter .ui-slider .ui-slider-handle {
      position: absolute;
      width: 1em;
      height: 1em;
      top: -.35em;
      margin-left: -.5em;
      border: 3px solid #393939;
      -webkit-border-radius: 1em;
      border-radius: 1em;
      background-color: #eee;
      cursor: ew-resize;
      outline: none;
      z-index: 2; }
    .woocommerce .alx-widget.widget_price_filter .ui-slider .ui-slider-range {
      display: block;
      position: absolute;
      border: none;
      background-color: #393939;
      z-index: 1; }
  .woocommerce .alx-widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee; }
  .woocommerce .alx-widget.widget_price_filter .ui-slider-horizontal {
    height: 5px; }
    .woocommerce .alx-widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%; }
    .woocommerce .alx-widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
      left: -1px; }
    .woocommerce .alx-widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
      right: -1px; }
  .woocommerce .alx-widget.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
    color: #000 !important;
    left: auto; }
    .woocommerce .alx-widget.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove:hover {
      background-color: #000;
      color: #fff !important; }
  .woocommerce .alx-widget .product_list_widget {
    list-style-type: none; }
    .woocommerce .alx-widget .product_list_widget li + li {
      margin-top: 30px; }
    .woocommerce .alx-widget .product_list_widget li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 80px;
      padding-left: -webkit-calc(80px + 20px);
      padding-left: calc(80px + 20px);
      font-weight: 600; }
      .woocommerce .alx-widget .product_list_widget li .star-rating {
        display: none; }
      .woocommerce .alx-widget .product_list_widget li .amount,
      .woocommerce .alx-widget .product_list_widget li .quantity,
      .woocommerce .alx-widget .product_list_widget li ins {
        font-size: 16px; }
      .woocommerce .alx-widget .product_list_widget li del .amount {
        font-size: 80%; }
      .woocommerce .alx-widget .product_list_widget li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px; }
      .woocommerce .alx-widget .product_list_widget li .remove_from_cart_button {
        position: absolute;
        right: 0;
        left: auto;
        font-size: 22px; }
  .woocommerce .alx-widget.widget_product_search .woocommerce-product-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce .alx-widget.widget_product_search .woocommerce-product-search input {
      padding: 10px 20px 10px 20px; }
    .woocommerce .alx-widget.widget_product_search .woocommerce-product-search button {
      font-size: 0;
      float: right;
      background-color: #1f1e1e;
      color: #fff;
      padding: 10px 20px 10px 20px;
      border: 0;
      -webkit-border-radius: 0 5px 5px 0px;
      border-radius: 0 5px 5px 0px; }
      .woocommerce .alx-widget.widget_product_search .woocommerce-product-search button:hover {
        opacity: 0.9; }
      .woocommerce .alx-widget.widget_product_search .woocommerce-product-search button:before {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.4375rem; }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    background-color: #f5f5f5;
    border-top: 2px solid #333;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-info:after,
    .woocommerce .woocommerce-message:before,
    .woocommerce .woocommerce-message:after {
      color: #333; }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error a,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-message a {
      float: right; }
    @media only screen and (max-width: 575px) {
      .woocommerce .woocommerce-error,
      .woocommerce .woocommerce-info,
      .woocommerce .woocommerce-message {
        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;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end; }
        .woocommerce .woocommerce-error a,
        .woocommerce .woocommerce-info a,
        .woocommerce .woocommerce-message a {
          margin-bottom: 0.9375rem; } }
  .woocommerce .alx-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce .alx-quantity input[type=number] {
      min-width: 10px;
      background-color: transparent;
      padding: 0;
      font-size: 1.5625rem;
      width: 30px;
      text-align: center; }
      .woocommerce .alx-quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .alx-quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
    .woocommerce .alx-quantity .minus, .woocommerce .alx-quantity .plus {
      background-color: transparent;
      border: none;
      font-weight: 500;
      font-size: 2.1875rem;
      padding: 0; }
  .woocommerce .alx-checkout_coupon {
    display: none;
    border: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
    .woocommerce .alx-checkout_coupon input[type=text] {
      -webkit-border-radius: 30px;
      border-radius: 30px;
      padding: 10px 70px 10px 20px;
      max-width: 200px; }
    .woocommerce .alx-checkout_coupon button[type=submit] {
      margin-left: -50px; }
    .woocommerce .alx-checkout_coupon--wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .woocommerce .onsale, .woocommerce.single-product .alx-single-product-thumbnail .onsale, .woocommerce .alx-products .alx-product .onsale, .woocommerce-page .alx-products .alx-product .woocommerce .onsale {
    position: absolute;
    min-width: 110px;
    line-height: inherit;
    font-weight: 800;
    font-size: 1.125rem;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    text-decoration: none;
    min-height: auto;
    top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    bottom: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ff4081; }
  .woocommerce a.remove {
    color: #545454 !important;
    font-weight: 500; }
    .woocommerce a.remove:hover {
      background-color: #333; }
  .woocommerce .woocommerce-order .alx-thankyou {
    padding: 40px 30px;
    border: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 30px; }
    .woocommerce .woocommerce-order .alx-thankyou p.woocommerce-notice {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
  .woocommerce .woocommerce-order .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file.alt {
    background-color: transparent;
    color: #333;
    border: none;
    font-size: 1.125rem;
    padding: 0 !important; }
    .woocommerce .woocommerce-order .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file.alt:before {
      content: '\f019';
      font-family: "Font Awesome 5 Free";
      margin-right: 5px; }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    margin: 0;
    padding: 0; }
  .woocommerce .woocommerce-order section {
    padding: 40px 30px;
    border: 2px solid #eee;
    background-color: #fff; }
    .woocommerce .woocommerce-order section h2 {
      font-weight: 500;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
  .woocommerce .woocommerce-order table.shop_table tbody tr:not(.cart_item) td {
    padding: 30px 23px; }
  .woocommerce .wc_payment_methods .wc_payment_method label {
    color: #1f1e1e; }

/* Pages */
.woocommerce form.woocommerce-cart-form {
  padding: 50px 0; }

.woocommerce table.shop_table {
  border: none;
  margin: 0 !important;
  border-collapse: collapse; }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    border: none;
    color: #333; }
  @media only screen and (max-width: 767px) {
    .woocommerce table.shop_table thead {
      display: block; }
      .woocommerce table.shop_table thead tr th {
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        text-align: left !important; }
        .woocommerce table.shop_table thead tr th.product-remove {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
  .woocommerce table.shop_table tbody tr:not(.cart_item) {
    border-bottom: 1px solid #ddd; }
    .woocommerce table.shop_table tbody tr:not(.cart_item) td {
      padding: 30px 0; }
  .woocommerce table.shop_table tbody tr.cart_item {
    border-bottom: 1px solid #ddd; }
  .woocommerce table.shop_table tbody tr td.actions button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
  @media only screen and (max-width: 767px) {
    .woocommerce table.shop_table tbody tr.cart_item {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .woocommerce table.shop_table tbody tr.cart_item td {
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        text-align: left !important; }
        .woocommerce table.shop_table tbody tr.cart_item td:before {
          display: none; } }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 20px; }
  .woocommerce table.shop_table thead {
    background-color: #efefef; }
    .woocommerce table.shop_table thead tr th {
      text-transform: uppercase;
      font-size: 1.25rem;
      color: #5d5d5d; }
  .woocommerce table.shop_table img.attachment-woocommerce_thumbnail {
    width: 80px; }
  .woocommerce table.shop_table a {
    text-decoration: none; }
  .woocommerce table.shop_table td.product-remove {
    max-width: 10px; }
  .woocommerce table.shop_table .coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce table.shop_table .coupon input[type=text].input-text {
      padding-right: 40px;
      padding-left: 10px;
      width: auto;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      max-width: 180px; }
    .woocommerce table.shop_table .coupon button[type=submit] {
      position: relative;
      margin: 0 0 0 -40px; }
  @media only screen and (max-width: 767px) {
    .woocommerce table.shop_table .alx-quantity {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .woocommerce table.shop_table tbody tr.cart_item:nth-child(2n) {
      background-color: #f1f1f1; }
      .woocommerce table.shop_table tbody tr.cart_item:nth-child(2n) td {
        background-color: transparent; } }

.woocommerce .return-to-shop {
  padding: 20px 0; }

.woocommerce .cart-collaterals {
  padding: 50px 0; }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th, .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
      padding: 20px 0; }
    .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
      text-align: right;
      background-color: transparent !important; }

.woocommerce .cross-sells .alx-products {
  padding-top: 20px; }

.woocommerce-account .woocommerce h2 {
  text-align: center; }

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.025rem;
    font-size: 1.5625rem;
    color: #333; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  font-size: 1.5625rem;
  width: 24px;
  display: inline-block;
  color: #565555; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f2f5'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f4ff'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f2b9'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f381'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f015'; }

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  position: relative; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:after {
    display: block;
    content: '';
    position: absolute;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #626262;
    -webkit-transition: width ease-in 0.2s;
    transition: width ease-in 0.2s; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover:after {
    width: 100%; }

.woocommerce-account form.login, .woocommerce-account form.register {
  border: none;
  padding: 0;
  max-width: 500px;
  margin: 0 auto; }
  .woocommerce-account form.login input, .woocommerce-account form.register input {
    padding: 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  .woocommerce-account form.login label, .woocommerce-account form.register label {
    display: none; }
  .woocommerce-account form.login .show-password-input, .woocommerce-account form.register .show-password-input {
    right: 28px;
    top: 21px; }

.woocommerce-account form.lost_reset_password label {
  color: #333; }

.woocommerce-account form.lost_reset_password input {
  padding: 10px; }

form.checkout.woocommerce-checkout .woocommerce-additional-fields, .woocommerce-address-fields .woocommerce-additional-fields, .woocommerce-form-login .woocommerce-additional-fields, .woocommerce-EditAccountForm .woocommerce-additional-fields {
  padding: 50px 0; }

form.checkout.woocommerce-checkout .form-row, .woocommerce-address-fields .form-row, .woocommerce-form-login .form-row, .woocommerce-EditAccountForm .form-row {
  margin-bottom: 30px !important; }
  form.checkout.woocommerce-checkout .form-row label, .woocommerce-address-fields .form-row label, .woocommerce-form-login .form-row label, .woocommerce-EditAccountForm .form-row label {
    color: #333 !important;
    font-weight: 400; }
    form.checkout.woocommerce-checkout .form-row label abbr.required, .woocommerce-address-fields .form-row label abbr.required, .woocommerce-form-login .form-row label abbr.required, .woocommerce-EditAccountForm .form-row label abbr.required {
      color: #000;
      text-decoration: underline dotted; }
  form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper input, .woocommerce-address-fields .form-row .woocommerce-input-wrapper input, .woocommerce-form-login .form-row .woocommerce-input-wrapper input, .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper input {
    padding: 10px; }

form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-address-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 30px; }
  form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-address-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
    padding: 10px; }

form.checkout.woocommerce-checkout .select2 .select2-container, .woocommerce-address-fields .select2 .select2-container, .woocommerce-form-login .select2 .select2-container, .woocommerce-EditAccountForm .select2 .select2-container {
  height: 41px; }

form.checkout.woocommerce-checkout .select2 .select2-selection, .woocommerce-address-fields .select2 .select2-selection, .woocommerce-form-login .select2 .select2-selection, .woocommerce-EditAccountForm .select2 .select2-selection {
  background-color: #eee;
  border: none; }
  form.checkout.woocommerce-checkout .select2 .select2-selection--single, form.checkout.woocommerce-checkout .select2 .select2-selection__arrow, .woocommerce-address-fields .select2 .select2-selection--single, .woocommerce-address-fields .select2 .select2-selection__arrow, .woocommerce-form-login .select2 .select2-selection--single, .woocommerce-form-login .select2 .select2-selection__arrow, .woocommerce-EditAccountForm .select2 .select2-selection--single, .woocommerce-EditAccountForm .select2 .select2-selection__arrow {
    height: 41px; }
  form.checkout.woocommerce-checkout .select2 .select2-selection__rendered, .woocommerce-address-fields .select2 .select2-selection__rendered, .woocommerce-form-login .select2 .select2-selection__rendered, .woocommerce-EditAccountForm .select2 .select2-selection__rendered {
    line-height: 41px; }

form.checkout.woocommerce-checkout .woocommerce-checkout-payment#payment, .woocommerce-address-fields .woocommerce-checkout-payment#payment, .woocommerce-form-login .woocommerce-checkout-payment#payment, .woocommerce-EditAccountForm .woocommerce-checkout-payment#payment {
  background-color: transparent; }
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods, .woocommerce-address-fields .woocommerce-checkout-payment#payment ul.payment_methods, .woocommerce-form-login .woocommerce-checkout-payment#payment ul.payment_methods, .woocommerce-EditAccountForm .woocommerce-checkout-payment#payment ul.payment_methods {
    border-bottom: none; }
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper, .woocommerce-address-fields .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper, .woocommerce-form-login .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper, .woocommerce-EditAccountForm .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper {
    line-height: 2.4375rem;
    color: #676767; }
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment#payment #place_order, .woocommerce-address-fields .woocommerce-checkout-payment#payment #place_order, .woocommerce-form-login .woocommerce-checkout-payment#payment #place_order, .woocommerce-EditAccountForm .woocommerce-checkout-payment#payment #place_order {
    float: left;
    margin-top: 25px;
    width: 100%; }

form.checkout_coupon.alx-checkout_coupon {
  border-bottom: 1px solid #eee !important;
  padding: 0px 0 20px 0;
  margin: 40px 0; }

/* utils */
.alx-word-break {
  word-break: break-all; }

.alx-text-center {
  text-align: center; }

@-webkit-keyframes loader-2 {
  0%, 80%, 100% {
    opacity: 0; }
  33% {
    opacity: 1; }
  0%, 100% {
    -webkit-transform: translateX(-4vmin);
    transform: translateX(-4vmin); }
  90% {
    -webkit-transform: translateX(4vmin);
    transform: translateX(4vmin); } }

@keyframes loader-2 {
  0%, 80%, 100% {
    opacity: 0; }
  33% {
    opacity: 1; }
  0%, 100% {
    -webkit-transform: translateX(-4vmin);
    transform: translateX(-4vmin); }
  90% {
    -webkit-transform: translateX(4vmin);
    transform: translateX(4vmin); } }
