html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.column-container {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .column-container.pm-padding-b50 {
    padding-bottom: 50px;
  }
}

.column-2-container {
  position: relative;
  min-height: 100%;
  height: auto;
}

.column-2-container .sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 1050;
}

.column-2-container .extended-footer {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .column-2-container .header-spacing {
    height: 100%;
  }
  .column-2-container .header-spacing .footer-spacing {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .column-2-container .stage-spacing {
    padding: 0;
  }
}

.column-2-container .stage-spacing {
  position: relative;
  margin-left: 250px;
  width: calc(100% - 250px);
}

.column-2-container .stage-spacing.stage-group-left {
  margin-left: 0;
  width: 100%;
}

.column-2-container .stage-spacing-left {
  position: fixed;
  left: 0;
  height: 100%;
}

.column-2-container .stage-spacing-right {
  position: fixed;
  right: 0;
  height: 100%;
  top: 0;
}

.column-2-container .stage-footer-spacing {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.column-2-container.column-2-right .sidebar {
  right: 0;
  left: auto;
}

.column-2-container.column-2-right .extended-footer {
  padding-left: 0;
}

.column-2-container.column-2-right .stage-spacing {
  margin-left: 0;
  margin-right: 250px;
}

.column-2-container.column-2-right .stage-spacing-left {
  left: auto;
  right: 0;
}

.column-2-container.column-2-right .stage-spacing-right {
  left: 0;
  right: auto;
}

.fixed-width-container {
  max-width: 1230px;
  margin: 0 auto;
}

.fixed-width-container .fixed-width-inner {
  padding: 0;
}

.column-container {
  height: 100%;
  width: 100%;
}

.column-container {
  height: 100%;
  width: 100%;
}

.column-2-container-wrapper {
  height: 100%;
  width: 100%;
}

.column-2-container-wrapper .content-sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 1050;
}

.column-2-container-wrapper .main-contant-wrapper {
  position: relative;
  width: calc(100% - 250px);
  margin: 0;
}

.column-2-container-wrapper .main-contant-wrapper.main-contant-left {
  margin-right: 250px;
}

.column-2-container-wrapper .main-contant-wrapper.main-contant-right {
  margin-left: 250px;
}

.column-2-container-wrapper #link_password {
  min-height: 80vh;
}

.full-footer {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  bottom: 0;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .full-footer {
    padding: 2%;
  }
}

.full-footer div:first-child {
  padding-left: 0;
}

.full-footer .user-social-media {
  display: inline-flex;
  align-items: center;
}

.full-footer .user-social-media a {
  display: inline-block;
  padding: 5px 7px;
}

.full-footer .user-social-media a:first-child {
  padding-left: 0;
}

.full-footer .share-text {
  cursor: pointer;
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
}

.full-footer .stButton {
  margin: 0;
}

.full-footer .user-copyright {
  max-width: 850px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
}

.full-footer .user-copyright h1, .full-footer .user-copyright h2, .full-footer .user-copyright h3, .full-footer .user-copyright p, .full-footer .user-copyright span {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .full-footer .user-copyright {
    white-space: normal;
    overflow: visible;
  }
}

.full-footer .reg-foot-item {
  padding: 10px 0;
  text-align: center;
}

.full-footer .reg-foot-item span h1, .full-footer .reg-foot-item span h2, .full-footer .reg-foot-item span h3, .full-footer .reg-foot-item span p {
  margin: 0;
  cursor: pointer;
}

.full-footer .reg-foot-item .js-sharecontent-icon {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .full-footer {
    text-align: center;
  }
  .full-footer .user-social-media {
    display: inherit;
    margin-bottom: 5px;
  }
  .full-footer .user-social-media a {
    padding: 2px 5px;
  }
  .full-footer .share-text {
    display: inline-block;
  }
  .full-footer .left, .full-footer .right {
    float: none;
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: normal;
  }
  .full-footer .user-copyright {
    line-height: normal;
  }
}

@media screen and (max-width: 767px) {
  .header-title-nav-mobile-wrapper .header-nav.weglot-header-nav {
    position: fixed;
    right: auto;
    top: 24px;
    font-size: 20px !important;
    z-index: 1;
  }
  .header-title-nav-mobile-wrapper .header-nav.weglot-header-nav .header-nav-item a {
    font-size: 20px;
    justify-content: inherit;
  }
  .header-title-nav-mobile-wrapper .header-nav.weglot-header-nav .header-nav-item .header-nav-is-dropdown-content {
    padding: 10px;
    overflow: hidden;
    height: auto;
  }
}

.full-header {
  transition: all 0.5s ease-in-out;
}

.full-header.horz-header-bypassheader .site-sticky-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.horz-header-bypassheader .site-sticky-logo.active {
  display: inline-block;
}

.full-header.horz-header-bypassheader .site-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.horz-header-bypassheader .site-logo.active {
  display: inline-block;
}

.full-header.horz-header-bypassheader .header-title-logo {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .full-header.bypass-header-yes {
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1052;
    top: 0;
  }
}

.full-header.bypass-header-yes .site-sticky-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.bypass-header-yes .site-sticky-logo.active {
  display: inline-block;
}

.full-header.bypass-header-yes .site-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.bypass-header-yes .site-logo.active {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .full-header.bypass-mobile-header-yes {
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1052;
    top: 0;
  }
}

.full-header.bypass-mobile-header-yes .site-sticky-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.bypass-mobile-header-yes .site-sticky-logo.active {
  display: inline-block;
}

.full-header.bypass-mobile-header-yes .site-logo {
  display: none;
  transition: all 0.8s ease;
}

.full-header.bypass-mobile-header-yes .site-logo.active {
  display: inline-block;
}

.full-header.bypass-mobile-header-yes .header-title-logo {
  transition: all 0.5s ease-in-out;
}

.full-header.horz-header-regular {
  position: absolute;
  width: 100%;
  z-index: 1052;
}

.full-header.horz-header-fixed {
  position: fixed;
  width: 100%;
  z-index: 1052;
  top: 0;
}

.full-header.sticky-active {
  position: absolute;
  width: 100%;
  z-index: 1051;
  padding: 10px 1%;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.full-header.sticky-active .header-title-logo {
  transition: all 0.5s ease-in-out;
  transform: scale(0.75);
}

.site-sticky-logo {
  display: none;
  transition: all 0.8s ease;
}

.site-sticky-logo.active {
  display: inline-block;
}

.site-logo {
  transition: all 0.8s ease;
}

.full-header-clone {
  position: fixed;
  z-index: 1051;
  left: 0;
  width: 100%;
  transition: all 0.8s ease;
}

@media screen and (max-width: 767px) {
  .full-header-clone {
    display: none;
  }
}

.full-header-clone.full-header-clone-show {
  top: 0;
}

.full-header-clone #header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.full-header-clone .is-header-padding {
  padding-top: 1.5vh !important;
  padding-bottom: 1.5vh !important;
}

.new-theme-css .header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-inset-value {
    padding: 0 4.5vw;
  }
}

.new-theme-css .header .header-inset-value .is-header-padding {
  padding-left: 0;
  padding-right: 0;
}

.new-theme-css .header .header-wrapper {
  width: 100%;
  box-sizing: border-box;
  pointer-events: auto;
}

.new-theme-css .header .header-wrapper .header-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav-cover-page {
  position: fixed;
  left: 6vw;
  top: 6vw;
  z-index: 1;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav {
  order: inherit;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav {
    position: fixed;
    left: 6vw;
    top: 6vw;
    z-index: 1;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-wrapper {
  line-height: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item {
  line-height: inherit;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item .header-nav-item-is-group-link {
    width: 100%;
    overflow: hidden;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item .lang-title {
  line-height: 1em;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item .lang-menu-icon:first-child {
  margin-right: 5px;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item .lang-menu-icon:last-child {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-item .lang-menu-icon {
    line-height: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-is-dropdown-content {
  margin-top: 10px;
  pointer-events: inherit;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-is-dropdown-content {
    left: 0;
    text-align: left;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.weglot-header-nav .header-nav-list .header-nav-is-dropdown-content .header-nav-is-dropdown-item a {
    font-size: 14px;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-container {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-store-24.menu-none.cart-none.user-disabled .header-title-nav-wrapper {
  width: 100%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-store-24.menu-none.cart-none.user-disabled .header-title-nav-wrapper .header-title {
  text-align: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.cart-none .header-actions-social-button-right .user-store-acc {
  margin-right: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.menu-none {
  justify-content: space-between;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.menu-none .header-title-nav-wrapper {
  margin: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.menu-none.cart-none.user-disabled .header-title-nav-wrapper {
  margin: 0 auto;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-8 {
  justify-content: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-10 .header-title-nav-wrapper {
  flex: 1;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-actions-social-button-left {
  flex: 0 1 25%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-title-nav-wrapper {
  flex: 1 1 50%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-title-nav-wrapper .header-title {
  margin: 0 auto;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-actions-social-button-right {
  flex: 0 1 25%;
  max-width: 25%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-action-cart-search .search-btn, .new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-11 .header-action-cart-search .search-input-container {
  margin-left: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-12 .header-title-nav-wrapper {
  flex: 1 0 70%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-12 .header-title-nav-wrapper .header-title {
  width: 25%;
  flex: 1 1 25%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-12 .header-title-nav-wrapper .header-nav {
  width: 45%;
  text-align: center;
  flex: 1 1 45%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-12 .header-actions-social-button-right {
  justify-content: flex-end;
  width: 30%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-13 .header-title-nav-wrapper {
  flex: 1 0 67%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-13 .header-title-nav-wrapper .header-title {
  width: 33%;
  flex: 1 1 33%;
  text-align: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-13 .header-title-nav-wrapper .header-nav {
  width: 34%;
  flex: 1 1 34%;
}

.new-theme-css .header .header-wrapper .header-inner .header-container.header-nav-layout-13 .header-actions-social-button-right {
  justify-content: flex-end;
  width: 33%;
}

.new-theme-css .header .header-wrapper .header-inner .header-title-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-title-nav-wrapper {
    margin: 0 auto;
    display: block;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-title {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.new-theme-css .header .header-wrapper .header-inner .header-title .header-title-logo {
  width: auto;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-inner .header-title .header-title-logo:hover {
    opacity: 0.7;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-title .header-title-logo a {
  display: block;
  max-width: 100%;
}

.new-theme-css .header .header-wrapper .header-inner .header-title .header-title-logo img {
  width: auto;
}

.new-theme-css .header .header-wrapper .header-inner .header-title .header-title-text {
  margin: 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-inner .header-title .header-title-text:hover {
    opacity: 0.7;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-title .header-title-text a {
  display: block;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav {
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav.text-center .header-nav-list .header-nav-item .header-nav-item-is-group {
    margin-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav .header-nav-wrapper {
    overflow: auto;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav .header-nav-wrapper a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: .05em 0;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav .header-nav-wrapper a {
    padding: .2em 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list > div {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav-list > div {
    white-space: normal;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.5vw;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item a {
  display: inline-flex;
  align-items: center;
  transition: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item a.separator-block {
  border-bottom: 2px solid transparent !important;
  cursor: default;
  pointer-events: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item a.separator-block:hover {
  background: none;
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item a.separator-block {
    display: none;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item .header-nav-item-is-group {
  display: inline-flex;
  align-items: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item .header-nav-item-is-group.cur-active-link {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item .header-nav-item-is-group > a {
  display: inline-block;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item .header-nav-item-is-group .menu-group-items {
  margin-left: 8px;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item p {
  margin: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item.header-nav-item-underline > a {
  border-bottom: 2px solid transparent;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-list .header-nav-item.header-nav-item-overline > a {
  border-top: 2px solid transparent;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button {
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-actions-social-button a {
    line-height: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn {
  display: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.l_5 {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  width: auto;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.l_5 {
    margin: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.l_5.cart-not-active {
  display: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.l_5.cart-not-active.qty_1 {
  display: inline-flex;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.l_5.cart-always-show {
  display: inline-flex;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn.icon_label {
  margin-right: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn .label-cart-qty {
  display: inline-flex;
  margin: 0 0 0 5px;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn .label-cart-qty.margin-0 {
  margin: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button .common-store-btn .label-cart-qty .quantity-braces {
  display: flex;
  align-items: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right {
  justify-content: flex-end;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .cart-twosome {
    top: -1.2em;
    right: -.1em;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search form {
  margin: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .search-input-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 150px;
  min-width: 150px;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .search-input-container .search-icons {
  position: absolute;
  left: 10px;
  line-height: 0;
  /* width: 15px; */
  /* height: 15px; */
  /* line-height: 1.2em; */
  /* top: 11px; */
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .search-input-container input {
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 100%;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown {
  position: relative;
  display: inline-block;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .nav-arrow {
  display: flex;
  align-items: center;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .nav-arrow .menu-icon {
  margin-left: 5px;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown {
  display: none;
  position: absolute;
  padding-top: 20px;
  transition: all 2s linear;
  transition: opacity 2s linear;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown.nav-dropdown-more {
  right: 0;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown .dropdown_list {
  background: #fff;
  width: 170px;
  margin: 0;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0px 5px 19px 5px rgba(119, 119, 119, 0.2);
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown .dropdown_list li {
  list-style: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown .dropdown_list li a {
  color: #272727;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown a {
  box-shadow: none;
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding: 15px 25px;
  text-transform: none;
  font-weight: 500;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown .dropdown a:hover {
  box-shadow: none;
  background: #f6f6f6;
}

.new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .header-action-cart-search .website-navcontainer .nav-lang .nav-dropdown:hover .dropdown {
  display: block;
}

.new-theme-css .header .header-wrapper .header-inner .header-action-social {
  display: flex;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon {
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 0;
  text-align: center;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-fivehundredpx {
  fill: #0099E5;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-amazon {
  fill: #FF9900;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-amazon-pay {
  fill: #FF9900;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-angellist {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-angular {
  fill: #b52e31;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-app-store {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-apple {
  fill: #A6B1B7;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-apple-Pay {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-audible {
  fill: #FF9900;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-aws {
  fill: #FF9900;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-bandcamp {
  fill: #629aa9;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-behance {
  fill: #131418;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-bell {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-bitbucket {
  fill: #1a74ed;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-blogger {
  fill: #F57D00;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-blogger-b {
  fill: #F57D00;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-btc {
  fill: #f2a900;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-buysellads {
  fill: #df433f;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-calendar {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-cc-paypal {
  fill: #012169;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-cc-stripe {
  fill: #00afe1;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-clock {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-codepen {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-creative-commons {
  fill: #d13814;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-creative-commons-zero {
  fill: #d13814;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-delicious {
  fill: #3399ff;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-deviantart {
  fill: #05CC47;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-digg {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-doc {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-download {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-dribbble {
  fill: #EA4C89;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-dropbox {
  fill: #007EE5;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-discord {
  fill: #7289da;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-ebay {
  fill: #0064d2;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-ello {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-mail {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-etsy {
  fill: #d5641c;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-facebook {
  fill: #3B5999;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-facebook-messenger {
  fill: #0084FF;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-flickr {
  fill: #FF0084;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-flipboard {
  fill: #e12828;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-foursquare {
  fill: #F94877;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-git {
  fill: #f15033;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-github {
  fill: #00405D;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-globe {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-goodreads {
  fill: #553b08;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-google {
  fill: #4285F4;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-gplus {
  fill: #DD4B39;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-google-wallet {
  fill: #079a25;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-google-drive {
  fill: #fbbc05;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-gratipay {
  fill: #339967;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-google-plus-g {
  fill: #DD4B39;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-hacker-news {
  fill: #FF6600;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-heart {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-fire-a-helper {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-houzz {
  fill: #7ac142;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-hubspot {
  fill: #FF7A59;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-imdb {
  fill: #f5de50;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-info {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-instagram {
  fill: #E4405F;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-itunes {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-kaggle {
  fill: #20bfff;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-kickstarter {
  fill: #2bde73;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-lastfm {
  fill: #d51007;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-leanpub {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-link {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-linkedin {
  fill: #0077B5;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-location {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-mailchimp {
  fill: #239ab9;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-medium {
  fill: #02B875;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-medium-m {
  fill: #02B875;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-mixcloud {
  fill: #f3b2a7;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-napster {
  fill: #19196e;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-openid {
  fill: #f28019;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-palfed {
  fill: #0e1b3c;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-patreon {
  fill: #f96854;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-paypal {
  fill: #003087;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-periscope {
  fill: #40A4C4;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-phone {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-pinterest {
  fill: #BD081C;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-periswcope {
  fill: #40A4C4;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-pinterest-p {
  fill: #BD081C;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-product-hunt {
  fill: #DA552F;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-profile {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-quora {
  fill: #B92B27;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-reddit {
  fill: #FF5700;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-restaurant {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-rss {
  fill: #f26522;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-reddit-alien {
  fill: #FF5700;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-scribd {
  fill: #1a7bba;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-shop {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-skype {
  fill: #00AFF0;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-slack-hash {
  fill: #4A154B;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-slideshare {
  fill: #0077B5;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-snapchat {
  fill: #FFFC00;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-snapchat-ghost {
  fill: #FFFC00;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-soundcloud {
  fill: #FF5500;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-spotify {
  fill: #1ED760;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-stackoverflow {
  fill: #f48024;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-stripe {
  fill: #32335d;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-stumbleupon {
  fill: #EB4924;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-telegram-plane {
  fill: #0088CC;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-telegram {
  fill: #0088CC;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-ticket {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-trello {
  fill: #0079bf;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-tripadvisor {
  fill: #00AF87;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-tumblr {
  fill: #34465D;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-twitter {
  fill: #55ACEE;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-uber {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-untappd {
  fill: #ffc001;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-viber {
  fill: #665CAC;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-vimeo {
  fill: #1AB7EA;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-vimeo-v {
  fill: #1AB7EA;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-vine {
  fill: #00B489;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-whatsapp {
  fill: #25D366;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-wikipedia {
  fill: #636363;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-wordpress {
  fill: #21759B;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-wordpress-simple {
  fill: #21759B;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-yahoo {
  fill: #410093;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-yelp {
  fill: #AF0606;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-yoast {
  fill: #6d1f8f;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-youtube {
  fill: #CD201F;
}

.new-theme-css .header .header-wrapper .header-inner .menu-icon.brand-social-icon-twitch {
  fill: #6441A4;
}

.new-theme-css .header .header-wrapper .header-inner .cart-twosome {
  position: relative;
  display: block;
  font-family: 'Open Sans', sans-serif;
  top: -1.2em;
  right: -.1em;
  min-width: 1em;
  font-size: .7rem;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-weight: 600;
}

.new-theme-css .header .header-wrapper .header-inner .cart-twosome.cart-qty-container {
  display: none;
}

.new-theme-css .header .header-wrapper .header-inner .cart-twosome.cart-qty-container.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .cart-twosome {
    font-size: 10px;
  }
}

.new-theme-css .header .header-wrapper .header-inner .cart-twosome .cart-value-label {
  display: none;
}

.new-theme-css .header .header-wrapper .header-inner .header-action-cta {
  white-space: nowrap;
}

.new-theme-css .header .header-wrapper .header-inner .header-action-cta .global-margin {
  -webkit-backface-visibility: initial;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-store-inactive .header-title {
    text-align: left;
    margin: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-title {
  order: 1;
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-title {
    margin: 0 auto;
    text-align: center;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-nav:not(.weglot-header-nav) {
  order: 2;
  margin-left: auto;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-nav:not(.weglot-header-nav).weglot-header-nav {
  order: inherit;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-nav:not(.weglot-header-nav) {
    order: inherit;
    margin-left: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-actions-social-button {
  order: 3;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-actions-social-button {
    margin-left: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-action-social {
  margin: 0;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-nav-is-dropdown-content {
  left: -1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-left .header-nav-is-dropdown-content {
    text-align: center;
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-title-nav-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-title-nav-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-store-inactive .header-title {
    text-align: left;
    margin: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-title {
  order: 1;
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-title {
    margin: 0 auto;
    text-align: center;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-nav:not(.weglot-header-nav) {
  order: 2;
  text-align: right;
  margin-left: auto;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-nav:not(.weglot-header-nav).weglot-header-nav {
  order: inherit;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-nav:not(.weglot-header-nav) {
    text-align: center;
    order: inherit;
    margin-left: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-nav-list {
  justify-content: flex-end;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-actions-social-button {
  order: 3;
  margin-right: 0;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-action-social {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-nav-right .header-nav-is-dropdown-content {
    text-align: center;
    right: 0;
    left: auto;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center {
  display: inline-block;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-nav.weglot-header-nav {
  margin-top: 0;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-nav.weglot-header-nav .header-nav-is-dropdown-content {
  top: 30px;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper-center {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-store-inactive .header-title-nav-wrapper .header-title {
    text-align: left;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  order: 2;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper {
    display: block;
    width: 100%;
    order: 0;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper .header-title {
  text-align: center;
  flex: 0 0 100%;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper .header-nav {
  order: 2;
  text-align: center;
  flex: 0 0 100%;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-title-nav-wrapper .header-nav.weglot-header-nav {
  order: inherit;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-actions-social-button-left {
  order: 1;
  flex: 0 1 25%;
  max-width: 25%;
  justify-content: flex-start;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-actions-social-button-left {
    display: none;
    flex: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-actions-social-button-right {
  order: 4;
  flex: 0 1 25%;
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-actions-social-button-right {
    flex: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-actions-social-button-right .header-action-cta {
    display: none;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-nav-center .header-nav-list {
  justify-content: center;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right {
  display: inline-block;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-title-nav-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-title-nav-wrapper {
    margin: 0 auto;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.site-logo-none .header-title-nav-wrapper {
  max-width: 450px;
  display: block;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.site-logo-none .header-title-nav-wrapper .header-title {
  width: 100%;
  max-width: 100%;
  display: block;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-8 .header-nav.header-nav-left .header-nav-wrapper {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-8 .header-nav.header-nav-left .header-nav-list {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-8 .header-title-logo {
    max-width: 300px;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-9 .header-nav.header-nav-left .header-nav-list {
  justify-content: flex-start;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-9 .header-nav.header-nav-right .header-nav-wrapper {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-9 .header-nav.header-nav-right .header-nav-list {
  justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-9.site-logo-none .header-title-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-container.header-nav-layout-9 .header-title-logo {
    max-width: 300px;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-actions-social-button-left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-actions-social-button-left {
    display: none;
  }
}

.new-theme-css .header .header-wrapper .header-inner.header-layout-logo-center-nav-left-right .header-actions-social-button-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav-item-is-dropdown:not(.weglot-header) .menu-icon {
    left: 18px;
    margin-left: 0;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-item-is-dropdown {
  position: relative;
  white-space: normal;
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-item-is-dropdown .menu-icon {
  width: 0.7em;
  height: 0.7em;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-inner .header-nav-item-is-dropdown .menu-icon {
    width: 1.2em;
  }
}

.new-theme-css .header .header-wrapper .header-inner .header-nav-item-is-dropdown:hover .header-nav-is-dropdown-content {
  opacity: 1;
  pointer-events: auto;
}

.new-theme-css .header .header-wrapper .header-nav-is-dropdown-content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -1em;
  padding: 1em;
  text-align: left;
  width: auto;
  min-width: 120px;
  z-index: 1051;
  transition: all .2s ease-out;
}

@media screen and (min-width: 1025px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content {
    overflow-x: hidden;
    max-height: 500px;
    transition: all 0.4s ease;
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content::-webkit-scrollbar {
    width: 5px;
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 425px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content {
    opacity: 1;
    display: none;
    transition: unset;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    left: 0;
    transition: unset;
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content.text-right {
    text-align: right;
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content.text-center {
    text-align: center;
  }
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content.text-left {
    text-align: left;
  }
}

.new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item {
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item:first-child a {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item:last-child a {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item {
    max-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 990px) {
  .new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item {
    margin-bottom: 0;
  }
}

.new-theme-css .header .header-wrapper .header-nav-is-dropdown-content .header-nav-is-dropdown-item:last-child {
  margin-bottom: 0;
}

.new-theme-css .header .header-wrapper .header-nav-is-dropdown-content a {
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-layout-with-commerce .header-pixpa-burger {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 50px;
    width: 50px;
    justify-content: flex-start;
  }
}

.new-theme-css .header .header-wrapper .header-pixpa-burger {
  display: none;
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-pixpa-burger {
    margin-right: 0;
    justify-content: flex-end;
    flex: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
  }
  .new-theme-css .header .header-wrapper .header-pixpa-burger.menu-both {
    width: initial;
  }
  .new-theme-css .header .header-wrapper .header-pixpa-burger.menu-both .mobile_menu_label {
    margin-left: 5px;
  }
  .new-theme-css .header .header-wrapper .header-pixpa-burger .menu-label {
    background: unset !important;
    vertical-align: middle;
  }
  .new-theme-css .header .header-wrapper .header-pixpa-burger.mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-header-padding {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }
  .is-container-inset-val {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
  .header-container {
    z-index: 2;
  }
  .new-theme-css .header .header-wrapper .header-container .header-title-nav-wrapper .header-nav {
    display: none;
  }
  .new-theme-css .header .header-wrapper .header-container .header-actions-social-button .header-action-social, .new-theme-css .header .header-wrapper .header-container .header-actions-social-button .header-action-cta, .new-theme-css .header .header-wrapper .header-container .header-actions-social-button .js-search-btn {
    display: none;
  }
  .header-title-nav-mobile-wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    pointer-events: auto;
    z-index: 999999999;
    transition: visibility 600ms cubic-bezier(0.4, 0, 0.2, 1), opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-title-nav-mobile-wrapper {
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .header-title-nav-mobile-wrapper.active {
    opacity: 1;
    visibility: visible;
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-title-nav-mobile-wrapper .header-nav-item a, .header-title-nav-mobile-wrapper .header-nav-is-dropdown-item a {
    border-bottom: 0 !important;
    border-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .header-title-nav-mobile-wrapper .mobile-menu-close {
    position: fixed;
    z-index: 1;
    right: 6vw;
    top: 6vw;
    font-size: 24px !important;
  }
  .header-title-nav-mobile-wrapper .header-action-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .header-title-nav-mobile-wrapper .header-action-social .header-action-social-item {
    margin: 15px 12px;
  }
  .header-title-nav-mobile-wrapper .header-action-social .header-action-social-item .menu-icon {
    width: 18px;
    height: 18px;
  }
  .header-title-nav-mobile-wrapper .header-mobile-menu-cta {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin: 2vw 2vw 0;
  }
  .header-title-nav-mobile-wrapper .social-cta-margin {
    margin: 6vw 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-active .header-actions-social-button-right {
    flex: 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-active .header-title-nav-wrapper {
    flex: 0 0 80%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-store-active .header-title-nav-wrapper {
    flex: 0 0 75%;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-active .header-title-nav-wrapper .header-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .new-theme-css .header .header-wrapper .header-inner .header-store-inactive .header-pixpa-burger {
    order: 4;
    flex: 0;
    width: 100%;
    margin-left: 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-inactive .header-title-nav-wrapper {
    order: 0;
    flex: unset;
    margin: unset;
    margin-right: auto;
    text-align: left;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-inactive .header-actions-social-button-right {
    flex: 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-22 .header-actions-social-button {
    order: unset;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-22 .header-actions-social-button.header-actions-social-button-right {
    margin-right: 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-title-nav-wrapper {
    margin: 0;
    order: 2;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-title-nav-wrapper .header-title {
    margin: 0;
    text-align: inherit;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-pixpa-burger {
    order: 1;
    margin-right: 10px;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-actions-social-button {
    margin-left: auto;
    order: 3;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-actions-social-button.header-actions-social-button-right {
    margin-right: 0;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-inactive .header-actions-social-button-right, .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-actions-social-button-right, .new-theme-css .header .header-wrapper .header-inner .header-store-22 .header-actions-social-button-right {
    margin-right: 5vw;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-store-inactive .header-actions-social-button-right .user-store-acc, .new-theme-css .header .header-wrapper .header-inner .header-store-24 .header-actions-social-button-right .user-store-acc, .new-theme-css .header .header-wrapper .header-inner .header-store-22 .header-actions-social-button-right .user-store-acc {
    margin-right: 5vw;
  }
  .new-theme-css .header .header-wrapper .header-inner .header-actions-social-button-right .user-store-acc {
    margin-right: 5vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .header-title-nav-mobile-wrapper .header-mobile-menu-cta {
    margin: 2vw 2vw 0;
  }
}

.menu-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  box-sizing: content-box;
  line-height: 1;
  text-align: center;
}

.menu-icon svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .bypass-header-yes .header-actions-social-button *:not(.is-global-btn), .bypass-header-yes .header-title *:not(.is-global-btn) {
    color: #fff;
    fill: #fff;
  }
  .bypass-header-yes .header-nav-item > a:not(.is-global-btn), .bypass-header-yes .header-nav-item > a *:not(.is-global-btn), .bypass-header-yes .header-nav-item .header-nav-item-is-group-linkx {
    color: #fff;
    fill: #fff;
  }
  .bypass-header-yes .header-nav-item .header-nav-item-is-group .menu-icon svg {
    fill: #fff;
  }
  .bypass-header-yes .header-action-cta .is-global-btn {
    color: #fff;
    fill: #fff;
  }
  .mob-menu span {
    background-color: #fff;
  }
  .mob-menu span:before, .mob-menu span:after {
    background-color: #fff;
  }
}

@media screen and (min-width: 425px) {
  .bypass-header-yes .header-pixpa-burger * {
    color: #fff;
    fill: #fff;
  }
  .bypass-header-yes .header-pixpa-burger * span {
    background: #fff;
  }
  .bypass-header-yes .header-pixpa-burger * span:before, .bypass-header-yes .header-pixpa-burger * span:after {
    background: #fff;
  }
  .bypass-header-yes .header-title-text *, .bypass-header-yes .header-actions-item.header-action-cart-search * {
    color: #fff;
    fill: #fff;
  }
}

@media screen and (max-width: 425px) {
  .bypass-header-yes .header-pixpa-burger * {
    color: #fff;
    fill: #fff;
  }
  .bypass-header-yes .header-pixpa-burger * span {
    background: #fff;
  }
  .bypass-header-yes .header-pixpa-burger * span:before, .bypass-header-yes .header-pixpa-burger * span:after {
    background: #fff;
  }
  .bypass-header-yes .header-title-text *, .bypass-header-yes .header-actions-item.header-action-cart-search * {
    color: #fff;
    fill: #fff;
  }
}

.header-pixpa-burger {
  line-height: 0 !important;
}

.header-pixpa-burger .mob-menu {
  position: relative;
  cursor: pointer;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .header-pixpa-burger .mob-menu {
    line-height: 0;
  }
}

.header-pixpa-burger .mob-menu .menu-label {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-pixpa-burger .mob-menu .menu-label.label-active {
    display: block;
  }
}

.header-pixpa-burger .pixpa-burger-active span {
  background-color: transparent;
}

.header-pixpa-burger .pixpa-burger-active span:after {
  transform: rotate(-45deg);
}

.header-pixpa-burger .pixpa-burger-active span:before {
  transform: rotate(45deg);
}

.milestone-menu-modal {
  width: inherit;
  position: fixed;
  display: flex;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow-y: inherit;
  padding: 0 75px 25px;
}

@media screen and (min-width: 767px) {
  .milestone-menu-modal.themes-v2-container-layout-10 .themes-v2-container-inner .header-actions-social-button .header-action-social, .milestone-menu-modal.themes-v2-container-layout-10 .themes-v2-container-inner .header-actions-social-button .header-action-cta {
    margin-left: 0;
  }
}

#horizon-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
}

#horizon-scroller::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.4);
}

#horizon-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(245, 245, 245, 0.2);
}

.ground-menu-close {
  z-index: 99;
  position: absolute;
  top: 24px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
}

.sandwich-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  min-height: 700px;
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(3, 21, 49, 0.87);
}

.sandwich-menu-overlay.share-overlay-active {
  opacity: 1;
  display: block;
  z-index: 1052;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .sandwich-menu-overlay {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sandwich-menu-overlay {
    width: 100%;
  }
}

.themes-v2-container-layout-10 .themes-v2-container-inner {
  width: 100%;
  height: 75%;
  overflow-y: auto;
  display: inline-block;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon {
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 0;
  text-align: center;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-fivehundredpx {
  fill: #0099E5;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-amazon {
  fill: #FF9900;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-amazon-pay {
  fill: #FF9900;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-angellist {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-angular {
  fill: #b52e31;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-app-store {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-apple {
  fill: #A6B1B7;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-apple-Pay {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-audible {
  fill: #FF9900;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-aws {
  fill: #FF9900;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-bandcamp {
  fill: #629aa9;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-behance {
  fill: #131418;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-bell {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-bitbucket {
  fill: #1a74ed;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-blogger {
  fill: #F57D00;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-blogger-b {
  fill: #F57D00;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-btc {
  fill: #f2a900;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-buysellads {
  fill: #df433f;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-calendar {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-cc-paypal {
  fill: #012169;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-cc-stripe {
  fill: #00afe1;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-clock {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-codepen {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-creative-commons {
  fill: #d13814;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-creative-commons-zero {
  fill: #d13814;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-delicious {
  fill: #3399ff;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-deviantart {
  fill: #05CC47;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-digg {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-doc {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-download {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-dribbble {
  fill: #EA4C89;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-dropbox {
  fill: #007EE5;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-discord {
  fill: #7289da;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-ebay {
  fill: #0064d2;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-ello {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-mail {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-etsy {
  fill: #d5641c;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-facebook {
  fill: #3B5999;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-facebook-messenger {
  fill: #0084FF;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-flickr {
  fill: #FF0084;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-flipboard {
  fill: #e12828;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-foursquare {
  fill: #F94877;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-git {
  fill: #f15033;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-github {
  fill: #00405D;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-globe {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-goodreads {
  fill: #553b08;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-google {
  fill: #4285F4;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-gplus {
  fill: #DD4B39;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-google-wallet {
  fill: #079a25;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-google-drive {
  fill: #fbbc05;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-gratipay {
  fill: #339967;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-google-plus-g {
  fill: #DD4B39;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-hacker-news {
  fill: #FF6600;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-heart {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-fire-a-helper {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-houzz {
  fill: #7ac142;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-hubspot {
  fill: #FF7A59;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-imdb {
  fill: #f5de50;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-info {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-instagram {
  fill: #E4405F;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-itunes {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-kaggle {
  fill: #20bfff;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-kickstarter {
  fill: #2bde73;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-lastfm {
  fill: #d51007;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-leanpub {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-link {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-linkedin {
  fill: #0077B5;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-location {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-mailchimp {
  fill: #239ab9;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-medium {
  fill: #02B875;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-medium-m {
  fill: #02B875;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-mixcloud {
  fill: #f3b2a7;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-napster {
  fill: #19196e;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-openid {
  fill: #f28019;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-palfed {
  fill: #0e1b3c;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-patreon {
  fill: #f96854;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-paypal {
  fill: #003087;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-periscope {
  fill: #40A4C4;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-phone {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-pinterest {
  fill: #BD081C;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-periswcope {
  fill: #40A4C4;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-pinterest-p {
  fill: #BD081C;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-product-hunt {
  fill: #DA552F;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-profile {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-quora {
  fill: #B92B27;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-reddit {
  fill: #FF5700;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-restaurant {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-rss {
  fill: #f26522;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-reddit-alien {
  fill: #FF5700;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-scribd {
  fill: #1a7bba;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-shop {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-skype {
  fill: #00AFF0;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-slack-hash {
  fill: #4A154B;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-slideshare {
  fill: #0077B5;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-snapchat {
  fill: #FFFC00;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-snapchat-ghost {
  fill: #FFFC00;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-soundcloud {
  fill: #FF5500;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-spotify {
  fill: #1ED760;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-stackoverflow {
  fill: #f48024;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-stripe {
  fill: #32335d;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-stumbleupon {
  fill: #EB4924;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-telegram-plane {
  fill: #0088CC;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-telegram {
  fill: #0088CC;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-ticket {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-trello {
  fill: #0079bf;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-tripadvisor {
  fill: #00AF87;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-tumblr {
  fill: #34465D;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-twitter {
  fill: #55ACEE;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-uber {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-untappd {
  fill: #ffc001;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-viber {
  fill: #665CAC;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-vimeo {
  fill: #1AB7EA;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-vimeo-v {
  fill: #1AB7EA;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-vine {
  fill: #00B489;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-whatsapp {
  fill: #25D366;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-wikipedia {
  fill: #636363;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-wordpress {
  fill: #21759B;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-wordpress-simple {
  fill: #21759B;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-yahoo {
  fill: #410093;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-yelp {
  fill: #AF0606;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-yoast {
  fill: #6d1f8f;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-youtube {
  fill: #CD201F;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .menu-icon.brand-social-icon-twitch {
  fill: #6441A4;
}

.themes-v2-container-layout-10 .header-nav-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.8em;
}

.themes-v2-container-layout-10 .header-nav-item > a {
  margin: 0;
  transition: all 0.3s ease;
  display: inline-block;
  transition: none;
}

.themes-v2-container-layout-10 .header-nav-item > a.separator-block {
  border-bottom: 2px solid transparent !important;
  cursor: default;
}

.themes-v2-container-layout-10 .header-nav-item p {
  margin: 0;
}

.themes-v2-container-layout-10 .header-nav-item-is-dropdown {
  position: relative;
  white-space: normal;
}

.themes-v2-container-layout-10 .header-nav-item-is-dropdown .menu-icon {
  width: 0.7em;
  height: 0.7em;
  display: inline-flex;
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .themes-v2-container-layout-10 .header-nav-item-is-dropdown .menu-icon {
    width: 1.2em;
  }
}

@media screen and (min-width: 767px) {
  .themes-v2-container-layout-10 .header-nav-item-is-dropdown .header-nav-item-is-group.cur-active-link.drop-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.themes-v2-container-layout-10 .header-nav-is-dropdown-content {
  display: none;
  position: relative;
  padding: 1em;
  text-align: left;
}

.themes-v2-container-layout-10 .header-nav-is-dropdown-content .header-nav-is-dropdown-item {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.themes-v2-container-layout-10 .header-nav-is-dropdown-content .header-nav-is-dropdown-item:last-child {
  margin-bottom: 0;
}

.themes-v2-container-layout-10 .header-nav-is-dropdown-content .header-nav-is-dropdown-item a {
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.themes-v2-container-layout-10 .header-actions-social-button {
  display: block;
  width: 100%;
  bottom: 5vh;
  position: absolute;
}

.themes-v2-container-layout-10 .header-actions-social-button .header-actions-item {
  display: flex;
  margin: 1em 0;
}

.themes-v2-container-layout-10 .header-actions-social-button .header-actions-item a:not(.is-global-btn) {
  padding: 8px 0;
}

.themes-v2-container-layout-10 .header-actions-social-button .header-actions-item a:not(.is-global-btn):first-child {
  margin-left: 0 !important;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .header-nav-item-is-dropdown .header-nav-item-is-group .menu-icon {
  display: none;
}

.themes-v2-container-layout-10 .themes-v2-container-inner .header-nav-item-is-dropdown .header-nav-item-is-group.drop-text:after {
  content: '+';
}

.themes-v2-container-layout-10 .themes-v2-container-inner .header-nav-item-is-dropdown.sinker .header-nav-item-is-group.drop-text:after {
  content: '-';
}

.sticky-header-container {
  position: fixed;
  z-index: 1051;
  left: 0;
  width: 100%;
  transition: all 0.8s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .sticky-header-container {
    display: none;
  }
}

.sticky-header-container.full-header-clone-show {
  top: 0;
}

.sticky-header-container.sticky-header-center .header .header-wrapper .header-inner .header-container {
  justify-content: center;
}

.sticky-header-container #header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sticky-header-container .is-header-padding {
  padding-top: .75vh !important;
  padding-bottom: .75vh !important;
}

.sticky-header-container .header .header-wrapper .header-inner.header-layout-nav-left .header-nav-is-dropdown-content {
  left: -1em;
}

.sticky-header-container .header-layout-nav-left .header-nav-item {
  margin-right: 3vw;
}

.sticky-header-container .header-layout-nav-left .header-nav-item:first-child {
  margin-left: 0;
}

.sticky-header-container .header-layout-nav-left .header-nav-item:last-child {
  margin-right: 0;
}

.sticky-header-container .header-layout-nav-left .header-nav-item a {
  font-size: 14px;
}

.sticky-header-container .header-actions-item.header-action-cart-search a {
  font-size: 16px;
}

.sticky-header-container .header-actions-item .header-action-cta {
  font-size: 14px;
}

.sticky-header-container .header-actions-item .is-global-btn {
  padding: 1em 1.2em;
  font-size: 14px;
}

.sticky-header-container .menu-icon {
  width: 16px;
  height: 16px;
}

.header-container-responsive-desktop {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-container-responsive-desktop {
    display: none;
  }
}

.header-container-responsive-mob {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-container-responsive-mob {
    display: inline-block;
  }
  .header-container-responsive-mob .header-nav.text-left {
    text-align: left !important;
  }
  .header-container-responsive-mob .header-nav.text-right {
    text-align: right !important;
  }
  .header-container-responsive-mob .header-nav.text-center {
    text-align: center !important;
  }
}

.full-footer {
  padding: 0;
}

.full-footer .user-social-media {
  display: block;
}

.full-footer.footer-layout-style1 .reg-foot-item {
  display: inline-block;
  padding: 0;
  margin-left: 1.2rem;
}

@media screen and (max-width: 767px) {
  .full-footer.footer-layout-style1 .reg-foot-item {
    display: block;
    padding: 1em 0;
    margin: 0;
  }
}

.full-footer.footer-layout-style1 .reg-foot-item.pixpa-copyright {
  float: right;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .full-footer.footer-layout-style1 .reg-foot-item.pixpa-copyright {
    float: none;
  }
}

.full-footer.footer-layout-style1 .reg-foot-item.user-social-media {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .full-footer.footer-layout-style1 .reg-foot-item.user-social-media {
    display: flex;
    justify-content: center;
  }
}

.full-footer.footer-layout-style1 .reg-foot-item.user-social-media a {
  margin: 0 7px;
  float: left;
  padding: 0;
  vertical-align: middle;
}

.full-footer.footer-layout-style1 .reg-foot-item.user-social-media a:first-child {
  margin-left: 0;
}

.full-footer.footer-layout-style1 .reg-foot-item.user-social-media a.menu-icon.menu-icon-footer svg {
  float: left;
}

@media screen and (max-width: 767px) {
  .footer-inset-value {
    padding: 6vw;
  }
}
