/**
 *
 * Theme Name: WellnessCenter
 * Theme URI: http://themeforest.net/item/wellnesscenter-beauty-spa-wordpress-theme/12433859?ref=XpeedStudio
 * Description: Wellnesscenter is a single, fully responsive premium WordPress theme. It has all the features you need to start a Wellness, Spa or Beauty Salon Business or promote an existing one.
 * Version: 3.0.1
 * Author: XpeedStudio
 * Author URI: http://www.xpeedstudio.com
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
 * Text Domain: wellnesscenter
 */
:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #777777;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
}

button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #43484e;
  font-weight: 700;
  letter-spacing: -0.4px;
}

a {
  display: inline-block;
  color: #777777;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #7442c7;
}

/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* input type number spinner turn of chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

/* input type number spinner turn of firefox */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.entry-content h1,
.comment-content h1 {
  font-size: 36px;
}
.entry-content h2,
.comment-content h2 {
  font-size: 30px;
}
.entry-content h3,
.comment-content h3 {
  font-size: 24px;
}
.entry-content h4,
.comment-content h4 {
  font-size: 18px;
}
.entry-content h5,
.comment-content h5 {
  font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
  font-size: 14px;
}

.xs_page_wrapper {
  overflow: hidden !important;
}

.nav-alignment-flex-start,
.nav-alignment-dynamic {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.elementskit-menu-container {
  z-index: 10000;
}

.elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.elementskit-navbar-nav li {
  position: relative;
}
.elementskit-navbar-nav li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.elementskit-navbar-nav li a:hover {
  text-decoration: none;
}
.elementskit-navbar-nav li.elementskit-megamenu-has {
  position: static;
}
.elementskit-navbar-nav > li > a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}

.elementskit-dropdown {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #f4f4f4;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.elementskit-dropdown > li > .elementskit-dropdown {
  left: 100%;
  top: 0;
}
.elementskit-dropdown > li > .elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%;
}

.elementskit-submenu-panel > li > a {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.elementskit-navbar-nav li:hover > a,
.elementskit-navbar-nav > li > a:hover {
  color: #1e73be;
  background-color: white;
}

.elementskit-submenu-panel > li:hover > a,
.elementskit-submenu-panel > li > a:hover {
  color: #0d3a4f;
  background-color: rgba(255, 255, 255, 0.5);
}

.elementskit-megamenu-panel {
  width: 100%;
  background-color: whitesmoke;
  border-top: 1px solid #d8d4d4;
  border-left: 1px solid #d8d4d4;
  border-right: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.elementskit-overlay {
  display: none;
}

.elementskit-nav-identity-panel {
  display: none;
}

.elementskit-menu-hamburger {
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
}
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background-color: rgba(0, 0, 0, 0.5);
}

.elementskit-menu-hamburger,
.elementskit-menu-close {
  display: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 0.25rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 45px;
}
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon,
.elementskit-menu-close .elementskit-menu-hamburger-icon {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child,
.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child {
  margin-bottom: 0;
}

.elementskit-menu-close {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(51, 51, 51, 0.5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.elementskit-dropdown-has:hover > a::after {
  border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-dropdown-has > a {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elementskit-dropdown-has > a:hover::after {
  border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-dropdown-has > a::after {
  content: "";
  margin-left: 6px;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000000 #000000 transparent;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.elementskit-submenu-panel .elementskit-dropdown-has:hover > a::after {
  border-color: transparent #0d3a4f #0d3a4f transparent;
}
.elementskit-submenu-panel .elementskit-dropdown-has > a:hover::after {
  border-color: transparent #0d3a4f #0d3a4f transparent;
}

@media (min-width: 1025px) {
  .elementskit-dropdown .elementskit-dropdown-has > a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .elementskit-menu-container {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
  }

  .elementskit-dropdown {
    min-width: 250px;
  }

  .elementskit-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }
  .elementskit-navbar-nav > li > a {
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .elementskit-dropdown {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
            box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
  }

  .elementskit-dropdown-has:hover > .elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .elementskit-menu-container {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7));
    background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%);
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    left: -450px;
    height: 100%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
            box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
  }
  .elementskit-menu-container.active {
    left: 0;
  }

  .no-scroller {
    overflow: hidden;
  }

  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
  }
  .elementskit-menu-overlay.active {
    left: 0%;
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }

  .elementskit-menu-hamburger,
.elementskit-menu-close {
    display: block;
  }

  .elementskit-nav-identity-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
  .elementskit-nav-identity-panel .elementskit-site-title {
    float: left;
  }
  .elementskit-nav-identity-panel .elementskit-menu-close {
    float: right;
  }

  .elementskit-navbar-nav {
    padding-top: 100px;
  }

  .elementskit-navbar-nav > li > a {
    color: #000000;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .elementskit-navbar-nav > li > a:hover {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav > li:hover > a {
    color: #0d3a4f;
  }

  .elementskit-submenu-panel > li > a {
    color: #000000;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }

  .elementskit-dropdown {
    max-height: 0;
    overflow: hidden;
    display: block;
    border: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
  }
  .elementskit-dropdown.elementskit-dropdown-open {
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }

  .elementskit-navbar-nav > .elementskit-dropdown-has > .elementskit-dropdown li a {
    padding-left: 15px;
  }
}
.elementskit-dropdown-has > a::after {
  display: none;
}

.elementor-widget-image-box .elementor-image-box-title a {
  display: block;
}

.header-standard {
  position: relative;
  background-color: #ffffff;
  z-index: 99;
}
@media (max-width: 991px) {
  .header-standard {
    background-color: #ffffff;
  }
}
.header-standard .navbar {
  padding-left: 0px;
  padding-right: 0px;
}
.header-standard .logo > img {
  max-width: 12.5rem;
  max-height: 3.75rem;
}
@media (min-width: 992px) {
  .header-standard ul.navbar-nav > li > a {
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-standard ul.navbar-nav > li > a {
  color: #43484e;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 0px;
  letter-spacing: 1px;
  padding: 15px;
}
.header-standard ul.navbar-nav > li > a:hover {
  color: #7442c7;
}
.header-standard ul.navbar-nav > li:hover > a {
  color: #7442c7;
}

.quote-btn {
  color: #43484e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 0px;
  padding: 1.1875rem 2.4375rem;
}
.quote-btn:hover {
  background-color: #43484e;
  color: #ffffff;
}

.navbar-sticky.fixed-top {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 35px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35px 35px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.navbar-sticky.fixed-top .search-block {
  top: 55px;
}

@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    -webkit-box-shadow: 0px 35px 35px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 35px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.1875rem 0.1875rem;
    width: 12.5rem;
    border: 0px solid #000;
  }
  .navbar-nav .menu-item-has-children .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
    top: 0;
  }
  .navbar-nav .menu-item-has-children:hover > .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.nav-search-area {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.header-standard .navbar-nav > li > a {
  color: #101010;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .header-standard .navbar-nav .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
}
.header-standard .navbar-nav .dropdown-menu > li > a {
  color: #1a1a1a;
  font-size: 0.9375rem;
  padding: 0.75rem 1.25rem;
  display: block;
}
.header-standard .navbar-nav .dropdown-menu > li > a:hover, .header-standard .navbar-nav .dropdown-menu > li > a.active {
  color: #2f2d79;
  background-color: transparent;
}
.header-standard .navbar-nav .dropdown-menu > li:hover > a {
  color: #2f2d79;
  background-color: transparent;
}
.header-standard .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-search-area {
  position: relative;
}

.search-block {
  display: none;
  position: absolute;
  top: 67px;
  left: -230px;
  width: 250px;
}

.nav-search {
  cursor: pointer;
}

.search-button {
  cursor: pointer;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .navbar-toggler {
    margin-left: 3.125rem;
  }

  .nav-search-area,
.header-quote {
    display: none;
  }

  .header-standard {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.admin-bar .navbar-sticky.fixed-top {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .xs_inner_page_transparent_header {
    background-color: transparent;
  }
  .xs_inner_page_transparent_header:not(.fixed-top).header-standard ul.navbar-nav > li > a {
    color: #ffffff;
  }
  .xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav > li > a:hover,
.xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav > li > a.active,
.xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
  }
}
.header .center-menu ul.navbar-nav {
  margin-right: auto;
}

.ekit-sticky.ekit-sticky--active {
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
}

.banner-solid {
  background-color: #7442c7;
}

.xs-jumbotron {
  min-height: 350px;
  position: relative;
}

.xs-jumbotron-title {
  color: #43484e;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .xs-jumbotron-title {
    font-size: 1.5rem;
  }
}

.banner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.xs-solid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.xs-jumbotron-content-wraper {
  z-index: 5;
  position: relative;
}

.main-container {
  padding: 80px 0;
}

.sassico_banner {
  background-size: 100% 100%;
}

.xs-breadcrumblist {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  color: #ffffff;
}
.xs-breadcrumblist > li {
  display: inline-block;
}
.xs-breadcrumblist > li:not(:last-child) {
  padding-right: 13px;
}
.xs-breadcrumblist > li:not(:first-child) {
  padding-left: 13px;
}
.xs-breadcrumblist > li > a {
  color: inherit;
}

.topbar {
  padding: 0.6875rem 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 50;
  background-color: #ffffff;
}
.topbar ~ .xs-jumbotron {
  margin-top: -5.25rem;
}

.top-info {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.top-info > li {
  display: inline-block;
  color: #565872;
}
.top-info > li:not(:last-child) {
  margin-right: 2.1875rem;
}
@media (max-width: 767px) {
  .top-info > li:not(:last-child) {
    margin-right: 0.625rem;
    font-size: 0.75rem;
  }
}
.top-info > li > i {
  color: #042ff8;
}

.xs-back-to-top-wraper {
  position: fixed;
  z-index: 200;
  bottom: 3.5625rem;
  right: 3.125rem;
}

.xs-back-to-top {
  cursor: pointer;
  font-size: 0.875rem;
  color: #ffffff;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background-color: #7442c7;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-back-to-top > img,
.xs-back-to-top > svg {
  width: 1rem;
}
.xs-back-to-top:hover {
  background-color: #5d31a5;
}

.error404 .error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error404 .error-page .error-message h3 {
  font-size: 24px;
}
.error404 .error-page .error-body {
  margin-top: 20px;
}
.error404 .error-page .error-body a.btn {
  margin-top: 20px;
  background-color: #7442c7;
  border-color: #7442c7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 12px 30px;
}
.error404 .error-page .error-body a.btn > i {
  padding-right: 7px;
}
.error404 .error-page .error-body a.btn:hover {
  color: #fff;
  background-color: #6a38bd;
  border-color: #6536b5;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.sassico-language-switch {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sassico-language-switch li a .xs-flag {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.language-content P {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3333333333rem;
}

.flag-lists {
  text-align: center;
  list-style: none;
}
.flag-lists li {
  display: inline-block;
  margin-right: 25px;
}
.flag-lists li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.flag-lists li a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flag-lists li a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.zoom-anim-dialog.modal-language .modal-dialog.modal-lg {
  max-width: 100%;
}

/*style 2*/
.language_switch_two {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language_switch_two li {
  display: inline-block;
  position: relative;
}
.language_switch_two li:not(:last-child) {
  margin-right: 15px;
}
.language_switch_two li a {
  color: #792ef4;
}
.language_switch_two li:not(:last-child):before {
  content: "/";
  position: absolute;
  left: calc(100% + 5px);
}

@media (max-width: 991px) {
  .flag-lists {
    text-align: left;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .flag-lists li {
    display: block;
    margin-bottom: 10px;
  }
}
/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.xs-promo-popup .mfp-close {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom {
  /* animate in */
}
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-alignment-flex-start,
.nav-alignment-dynamic {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1025px) {
  .sassico_full_width_mega_menu .elementskit-navbar-nav-default.elementskit-menu-container,
.sassico_full_width_mega_menu .elementor-widget,
.sassico_full_width_mega_menu .elementor-widget-wrap,
.sassico_full_width_mega_menu .elementor-column-wrap,
.sassico_full_width_mega_menu .elementor-column {
    position: static;
  }
  .sassico_full_width_mega_menu .elementor-background-overlay {
    display: none;
  }
}
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  z-index: 100;
  border: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xs-footer {
  padding: 30px 0;
}
.xs-footer .footer-widget {
  padding-left: 18px;
}

.copy-right {
  padding: 20px 0;
  background-color: #7442c7;
  color: #ffffff;
}
.copy-right .default-footer-social-media-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.copy-right .default-footer-social-media-link li {
  display: inline-block;
}

.back_to_top {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 24px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.back_to_top a {
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce-page .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2,
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
/* Background lazy load */
html:not(.is-active-page) section .elementor-background-overlay,
html:not(.is-active-page) .elementor-motion-effects-layer,
html:not(.is-active-page) section .elementor-widget-container,
html:not(.is-active-page) section .elementor-column-wrap,
html:not(.is-active-page) .xs-innner-page-banner {
  background-image: unset !important;
}
/*# sourceMappingURL=style.css.map */