.page-wrapper > .left-right {
  max-width: calc(100% - var(--vamtam-left-sidebar-width, 30%) - var(--vamtam-right-sidebar-width, 30%));
}
.page-wrapper > .left-only {
  max-width: calc(100% - var(--vamtam-left-sidebar-width, 30%));
}
.page-wrapper > .right-only {
  max-width: calc(100% - var(--vamtam-right-sidebar-width, 30%));
}
header.main-header .header-contents,
header.main-header .header-content-wrapper {
  box-sizing: border-box;
}
#sub-header {
  position: relative;
}
body.layout-full .alignwide {
  max-width: 90% !important;
}
:not(.vamtam-limited-layout).home.blog.layout-full .page-content > .loop-wrapper.regular,
:not(.vamtam-limited-layout).archive.layout-full .page-content > .loop-wrapper.regular,
:not(.vamtam-limited-layout).search-results.layout-full .page-content > .loop-wrapper.regular {
  max-width: 70%;
}
body:not(.fl-builder-active) [data-progressive-animation="expand-scroll"] {
  overflow: hidden;
}
body:not(.fl-builder-active) [data-progressive-animation="expand-scroll"] .fl-col-group {
  display: flex;
}
body:not(.fl-builder-active) [data-progressive-animation="expand-scroll"] .fl-row-content {
  max-width: none;
}
.woocommerce .vamtam-cart-main {
  background-color: transparent;
}
.woocommerce .vamtam-cart-main .product-thumbnail > a,
.woocommerce .vamtam-cart-main .product-thumbnail > a > img {
  display: block;
}
.woocommerce .vamtam-cart-main .woocommerce-cart-form__contents {
  overflow-x: visible;
}
.woocommerce .vamtam-cart-main .cart_item {
  grid-template-rows: auto;
}
.woocommerce .vamtam-cart-main .cart_item:not(:last-of-type) {
  border-bottom: 1px solid var(--vamtam-accent-color-7);
}
.woocommerce .vamtam-cart-main .product-remove {
  align-self: flex-end;
}
.woocommerce .vamtam-cart-main .product-remove,
.woocommerce .vamtam-cart-main .product-price {
  grid-row: 1/2;
}
.woocommerce .vamtam-cart-main .product-price:before {
  display: none;
}
.woocommerce .vamtam-cart-main .product-price .quantity .vamtam-quantity select {
  border: 1px solid var(--vamtam-default-line-color);
}
.vamtam-sticky-header {
  z-index: 100;
  transition: transform 0.2s ease !important;
  will-change: transform;
  left: 0;
  right: 0;
}
.vamtam-sticky-header.vamtam-sticky-header--transparent-header {
  transition: transform 0.15s linear, background-color 0.35s ease !important;
  will-change: transform, background-color;
}
.vamtam-sticky-header[class*="vamtam-sticky-header--fixed"] {
  position: fixed !important;
}
.vamtam-sticky-header.vamtam-sticky-header--fixed-shown {
  transform: translateY(0);
}
.vamtam-sticky-header.vamtam-sticky-header--fixed-shown.vamtam-sticky-header--transparent-header {
  background-color: var(--vamtam-sticky-header-bg-color) !important;
}
.vamtam-sticky-header.vamtam-sticky-header--fixed-hidden {
  transform: translateY(-100%);
}
body.admin-bar.dialog-prevent-scroll {
  max-height: calc(100vh - 32px);
}
.elementor-widget-nav-menu nav ul.elementor-nav-menu > li.menu-item > a .sub-arrow {
  display: none;
}
.elementor-widget-tabs.vamtam-has-numbering-bg .elementor-tabs .elementor-tab-mobile-title {
  display: none;
}
body.admin-bar .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__container {
  height: calc(100vh - 32px);
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot,
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot * {
  cursor: none !important;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #wpadminbar,
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #wpadminbar * {
  cursor: initial !important;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #wpadminbar a,
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #wpadminbar a * {
  cursor: pointer !important;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #mouseDot {
  pointer-events: none;
  position: fixed;
  background-color: var(--vamtam-accent-color-1);
  border-radius: 50%;
  z-index: 10000;
  width: 12px;
  height: 12px;
  top: -6px;
  left: -6px;
  will-change: transform;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-circle #mouseCircle {
  z-index: 10000;
  pointer-events: none;
  position: fixed;
  border: solid 1px var(--vamtam-accent-color-1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -35px;
  left: -35px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, width 0.2s linear, height 0.2s linear, opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  will-change: transform,opacity;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-circle #mouseCircle.moving {
  opacity: 1;
}
body:not(.wp-admin):not(.elementor-editor-active).has-mouse-circle #mouseCircle.small {
  width: 50px;
  height: 50px;
  top: -25px;
  left: -25px;
}
body:not(.single):not(.woocommerce) .page-header {
  min-height: 395px;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=layout-max.css.map */