body.woo-boxed-width .content-inner-wrapper {
  max-width: 1240px;
  margin: 0 auto; }

body.archive .content-inner-wrapper {
  max-width: 1240px;
  margin: 0 auto; }

body.single .content-inner-wrapper {
  max-width: 1240px;
  margin: 0 auto; }

body.woo-sidebar-left .woo-content {
  order: 2; }

body.woo-sidebar-left .woo-sidebar, body.woo-sidebar-left .regular-sidebar {
  order: 1; }

body.woo-sidebar-left .content-area {
  order: 2; }

body.woo-sidebar-left .regular-sidebar {
  order: 1; }

body.woo-no-sidebar .woo-content {
  order: 2; }

body.woo-no-sidebar .woo-sidebar, body.woo-no-sidebar .regular-sidebar {
  display: none; }

body.woo-no-sidebar .regular-sidebar {
  display: none; }

body.woo-no-sidebar .toggle-wrapper {
  display: none; }

body:not(.tax-product_cat):not(.woocommerce-shop) .toggle-wrapper {
  display: none; }

.boxed-width {
  margin: 20px auto;
  max-width: 1240px; }

.boxed-width-1500 {
  margin: 20px auto;
  max-width: 1500px; }

body.header-full .header-inner-wrapper {
  max-width: 100%;
  width: 100%; }
  body.header-full .header-inner-wrapper .action-bar-wrapper .action-bar {
    float: right;
    margin-right: 40px; }

.hide-overflow {
  overflow: hidden; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.showme {
  display: block !important;
  z-index: 1; }

.hideme {
  display: none !important;
  z-index: -1; }

.toggleshow {
  display: inline-block !important;
  z-index: 1;
  transition: all 0.5s ease !important; }

.togglehide {
  display: none !important;
  z-index: -1;
  transition: all 0.5s ease !important; }

html {
  max-width: 100%;
  overflow-x: hidden;
  height: 100%; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

h1 {
  font-size: 1.9rem;
  font-weight: 400; }

h2 {
  font-size: 1.5rem;
  font-weight: 400; }

a {
  color: var(--accent);
  text-decoration: underline; }
  a:hover {
    color: var(--accent);
    opacity: 0.7; }
  a:focus {
    color: var(--accent);
    opacity: 0.7; }
  a:visited {
    color: var(--accent);
    opacity: 0.7; }

.entry-header {
  margin-top: 20px;
  display: inline-block;
  border-bottom: 2px solid #000; }

.page-header {
  margin-top: 20px;
  display: inline-block;
  border-bottom: 2px solid #000; }

.content-wrapper {
  background-color: #fff;
  padding-top: 10px;
  min-height: 450px; }

.page-template-page_notitle .content-wrapper {
  padding-top: 0; }
  .page-template-page_notitle .content-wrapper .entry-content {
    margin-top: 0; }

mark, ins {
  background: transparent; }

.home .entry-header, .archive .entry-header, .blog .entry-header {
  border-bottom: none;
  display: block; }

.home .entry-footer, .archive .entry-footer, .blog .entry-footer {
  display: none; }

.home .more-link, .archive .more-link, .blog .more-link {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 2px;
  display: inline-block; }

.home .pagination, .archive .pagination, .blog .pagination {
  justify-content: center; }

.has-portfolio-header.post-type-archive-portfolio .content-inner-wrapper .page-header, .has-portfolio-header.tax-portfolio-cat .content-inner-wrapper .page-header {
  display: none; }

.site-header {
  background-color: #fff; }
  .site-header .header-inner-wrapper {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px; }
    .site-header .header-inner-wrapper .main-nav-inner-wrapper {
      float: right; }
      .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: middle; }
        .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li {
          margin-left: 20px; }
          .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li a {
            color: #000;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 0.8rem; }
            .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li a:hover {
              color: var(--accent) !important;
              text-decoration: none; }
            .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li a:focus {
              color: #000;
              text-decoration: none; }
            .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li a:visited {
              color: #000;
              text-decoration: none; }
          .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu {
            margin-top: 27px;
            text-align: left;
            padding: 0;
            border: 1px solid #e5e5e5;
            background-color: #e5e5e5;
            display: block;
            width: auto;
            padding: 5px 5px 0;
            min-width: 150px; }
            .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li {
              margin: 0 0 10px 2px; }
              .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li a {
                width: auto;
                color: #7d7d7d; }
              .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
                position: absolute;
                margin-top: 0; }
              .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
                left: 100%;
                top: 0; }
            .site-header .header-inner-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu:before {
              content: "";
              display: block;
              height: 30px;
              position: absolute;
              top: -30px;
              width: 100%; }
    .site-header .header-inner-wrapper.left-header .action-bar-wrapper .action-bar {
      float: right; }
    .site-header .header-inner-wrapper.right-header .main-nav-inner-wrapper {
      float: left; }
      .site-header .header-inner-wrapper.right-header .main-nav-inner-wrapper .main-navigation {
        float: none; }
      .site-header .header-inner-wrapper.right-header .main-nav-inner-wrapper .action-bar-wrapper {
        float: none; }
        .site-header .header-inner-wrapper.right-header .main-nav-inner-wrapper .action-bar-wrapper .action-bar {
          float: left;
          margin: 0 60px 0 0; }
    .site-header .header-inner-wrapper.center-header .site-branding {
      text-align: center;
      padding-bottom: 20px; }
    .site-header .header-inner-wrapper.center-header .main-nav-wrapper {
      text-align: center; }
      .site-header .header-inner-wrapper.center-header .main-nav-wrapper .main-nav-inner-wrapper {
        float: none; }
        .site-header .header-inner-wrapper.center-header .main-nav-wrapper .main-nav-inner-wrapper .main-navigation {
          float: none;
          display: inline-block; }
    .site-header .header-inner-wrapper.center-header .action-bar-wrapper {
      display: inline-block;
      position: absolute;
      top: 10px;
      right: 40px;
      width: auto; }
      .site-header .header-inner-wrapper.center-header .action-bar-wrapper .action-bar {
        float: none; }
    @media (max-width: 1023px) {
      .site-header .header-inner-wrapper.center-header .action-bar-wrapper {
        display: none; } }
    .site-header .header-inner-wrapper.splitted-header .header-split-left-menu {
      display: flex;
      align-items: center;
      justify-content: center; }
    .site-header .header-inner-wrapper.splitted-header .site-branding {
      display: flex;
      align-items: center;
      justify-content: center; }
    .site-header .header-inner-wrapper.splitted-header .header-split-right-menu {
      display: flex;
      align-items: center;
      justify-content: center; }
    .site-header .header-inner-wrapper.splitted-header .action-bar-wrapper {
      width: auto;
      position: absolute;
      right: 40px;
      top: 5px; }

.soko-burger {
  text-align: center;
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99; }
  .soko-burger .soko-burger-inner-wrapper {
    display: inline-block;
    background-color: var(--accent);
    padding: 3px 5px 5px; }

.mobile-nav-wrapper.mobile-nav-wrapper-fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  z-index: 9; }

.action-bar-wrapper {
  float: none;
  display: inline-block;
  vertical-align: middle; }
  .action-bar-wrapper .action-bar li.action-bar-inner {
    text-decoration: none;
    position: relative; }
    .action-bar-wrapper .action-bar li.action-bar-inner a {
      color: #000;
      text-decoration: none;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 0.8rem; }
      .action-bar-wrapper .action-bar li.action-bar-inner a:hover {
        color: var(--accent) !important;
        text-decoration: none; }
      .action-bar-wrapper .action-bar li.action-bar-inner a:focus {
        color: #000;
        text-decoration: none; }
      .action-bar-wrapper .action-bar li.action-bar-inner a:visited {
        color: #000;
        text-decoration: none; }
      .action-bar-wrapper .action-bar li.action-bar-inner a.svg-wrapper {
        color: var(--accent) !important;
        text-decoration: none;
        position: relative; }
        .action-bar-wrapper .action-bar li.action-bar-inner a.svg-wrapper:hover {
          color: #000 !important;
          text-decoration: none; }
        .action-bar-wrapper .action-bar li.action-bar-inner a.svg-wrapper:focus {
          color: #000;
          text-decoration: none; }
        .action-bar-wrapper .action-bar li.action-bar-inner a.svg-wrapper:visited {
          color: #000;
          text-decoration: none; }
      .action-bar-wrapper .action-bar li.action-bar-inner a img {
        width: 30px; }
    .action-bar-wrapper .action-bar li.action-bar-inner.cart {
      margin-left: 20px; }
      .action-bar-wrapper .action-bar li.action-bar-inner.cart .svg-wrapper {
        left: 0; }
    .action-bar-wrapper .action-bar li.action-bar-inner.search .svg-wrapper {
      left: 15px; }

@media (max-width: 1024px) {
  .action-bar-wrapper {
    display: none; } }

.menu-toggle {
  padding: 5px 10px 7px;
  background-color: #993d1b;
  color: white;
  text-align: center;
  margin: 0 auto; }

.entry-header-image:not(.home):not(.archive):not(.blog):not(.single) .entry-header {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .entry-header-image:not(.home):not(.archive):not(.blog):not(.single) .entry-header .entry-title {
    position: absolute; }

.single .entry-header {
  border-bottom: none; }

.sokoheme-fragments {
  position: absolute;
  bottom: -5px;
  left: -5px;
  font-size: 10px;
  background-color: var(--second-color);
  padding: 2px 4px;
  line-height: 1;
  border-radius: 100%;
  color: white; }

.site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li {
  position: relative; }
  .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li .sub-menu {
    display: none; }
  .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .sub-menu {
    margin-top: 10px; }
    .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .sub-menu li {
      margin-bottom: 0;
      opacity: 0.7; }
      .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .sub-menu li a {
        font-size: 1.4em; }
  .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .aftermenu {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block; }
    .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .aftermenu svg {
      width: 20px;
      fill: var(--accent); }
      .site-header .mobile-nav-wrapper .mobile-main-nav-inner-wrapper .mobile-main-navigation ul li.menu-item-has-children .aftermenu svg.minusafter {
        display: none; }

.header-one-top-bar {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--second-color); }
  .header-one-top-bar .inner-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px; }
    .header-one-top-bar .inner-wrapper .messages {
      font-family: 'Open Sans', sans-serif; }
      .header-one-top-bar .inner-wrapper .messages .message1 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
      .header-one-top-bar .inner-wrapper .messages .message2-icon {
        margin-left: 60px; }
      .header-one-top-bar .inner-wrapper .messages .message2 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
    .header-one-top-bar .inner-wrapper .wpml-ls-statics-shortcode_actions {
      display: inline-block; }
  .header-one-top-bar.boxed-width-topbar .inner-wrapper {
    margin: 0 auto;
    max-width: 1200px; }

.site-header .header-inner-wrapper.header-one {
  max-width: 100%;
  width: 100%;
  background-color: #F4F4F4;
  padding: 10px 10px 0; }
  .site-header .header-inner-wrapper.header-one .site-branding-parent {
    max-width: 1200px;
    margin: 0 auto; }
    .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; }
      .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .site-branding {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .product-search-parent {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account {
        display: inline-block; }
        .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account img {
          width: 40px; }
        .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account a {
          text-decoration: none; }
        .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div {
          display: inline-block;
          margin: 0 40px 0 30px; }
          .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .register-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
          .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .account-span {
            font-size: 14px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
        .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div {
          display: inline-block;
          position: relative; }
          .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .sokoheme-fragments {
            font-size: 12px;
            padding: 3px 7px 4px; }
          .site-header .header-inner-wrapper.header-one .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .cart-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
  .site-header .header-inner-wrapper.header-one .main-nav-parent {
    text-align: center;
    background-color: #fff;
    padding: 8px; }
    .site-header .header-inner-wrapper.header-one .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper {
      float: none; }
      .site-header .header-inner-wrapper.header-one .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li a {
        font-size: 18px; }
      .site-header .header-inner-wrapper.header-one .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li a {
        font-size: 14px; }

.header-two-top-bar {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--second-color); }
  .header-two-top-bar .inner-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px; }
    .header-two-top-bar .inner-wrapper .messages {
      font-family: 'Open Sans', sans-serif; }
      .header-two-top-bar .inner-wrapper .messages .message1 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
      .header-two-top-bar .inner-wrapper .messages .message2-icon {
        margin-left: 20px; }
      .header-two-top-bar .inner-wrapper .messages .message2 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
    .header-two-top-bar .inner-wrapper .cart-account {
      display: flex;
      font-size: 13px;
      color: var(--accent); }
      .header-two-top-bar .inner-wrapper .cart-account img {
        max-height: 22px; }
      .header-two-top-bar .inner-wrapper .cart-account a {
        text-decoration: none; }
        .header-two-top-bar .inner-wrapper .cart-account a:hover {
          text-decoration: none; }
      .header-two-top-bar .inner-wrapper .cart-account .cart-div {
        margin: 0 20px;
        position: relative; }
        .header-two-top-bar .inner-wrapper .cart-account .cart-div .sokoheme-fragments {
          background-color: var(--accent); }
    .header-two-top-bar .inner-wrapper .wpml-ls-statics-shortcode_actions {
      margin-left: 20px;
      margin-right: -60px; }
  .header-two-top-bar.boxed-width-topbar .inner-wrapper {
    margin: 0 auto;
    max-width: 1200px; }

.site-header .header-inner-wrapper.header-two {
  max-width: 1240px;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between; }
  .site-header .header-inner-wrapper.header-two .site-branding-parent {
    max-width: 1200px;
    margin: 0 auto; }
    .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; }
      .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .site-branding {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .product-search-parent {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account {
        display: inline-block; }
        .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account img {
          width: 40px; }
        .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account a {
          text-decoration: none; }
        .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div {
          display: inline-block;
          margin: 0 40px 0 30px; }
          .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .register-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
          .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .account-span {
            font-size: 14px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
        .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div {
          display: inline-block;
          position: relative; }
          .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .sokoheme-fragments {
            font-size: 12px;
            padding: 3px 7px 4px; }
          .site-header .header-inner-wrapper.header-two .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .cart-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
  .site-header .header-inner-wrapper.header-two .main-nav-parent {
    text-align: center;
    background-color: #fff;
    padding: 8px; }
    .site-header .header-inner-wrapper.header-two .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper {
      float: none; }
      .site-header .header-inner-wrapper.header-two .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li a {
        font-size: 18px; }
      .site-header .header-inner-wrapper.header-two .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li a {
        font-size: 14px; }

.site-header .header-inner-wrapper.three-header {
  max-width: 1240px;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between; }

.site-header .header-inner-wrapper .right-bar {
  display: flex; }
  .site-header .header-inner-wrapper .right-bar .action-bar-wrapper {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .site-header .header-inner-wrapper .right-bar .action-bar-wrapper .action-bar {
      margin: 0 20px; }
      .site-header .header-inner-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner {
        margin: 0;
        padding: 0 5px; }
        .site-header .header-inner-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner a {
          margin: 0;
          padding: 0;
          left: 0; }
          .site-header .header-inner-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner a img {
            width: auto; }
  .site-header .header-inner-wrapper .right-bar .social-wpml-parent {
    display: flex;
    align-items: center; }

.site-header .header-inner-wrapper.four-header {
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .site-header .header-inner-wrapper.four-header .top-header-wrapper {
    max-width: 1240px;
    padding: 30px 20px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between; }
    .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar {
      display: flex; }
      .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .action-bar-wrapper {
        display: flex;
        align-items: center;
        margin-right: 30px; }
        .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .action-bar-wrapper .action-bar {
          margin: 0 20px; }
          .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner {
            margin: 0;
            padding: 0 5px; }
            .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner a {
              margin: 0;
              padding: 0;
              left: 0; }
              .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .action-bar-wrapper .action-bar .action-bar-inner a img {
                width: auto; }
      .site-header .header-inner-wrapper.four-header .top-header-wrapper .right-bar .social-wpml-parent {
        display: flex;
        align-items: center; }
  .site-header .header-inner-wrapper.four-header .bottom-header-wrapper .bottom-header-inner-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .site-header .header-inner-wrapper.four-header .bottom-header-wrapper .bottom-header-inner-wrapper .main-nav-wrapper {
      width: 100%; }
      .site-header .header-inner-wrapper.four-header .bottom-header-wrapper .bottom-header-inner-wrapper .main-nav-wrapper .main-nav-inner-wrapper {
        float: none; }
    .site-header .header-inner-wrapper.four-header .bottom-header-wrapper .bottom-header-inner-wrapper .action-button-wrapper {
      width: 100%; }
      .site-header .header-inner-wrapper.four-header .bottom-header-wrapper .bottom-header-inner-wrapper .action-button-wrapper a {
        float: right; }

.header-five-top-bar {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--second-color);
  padding: 25px; }
  .header-five-top-bar .inner-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px; }
    .header-five-top-bar .inner-wrapper .messages {
      font-family: 'Open Sans', sans-serif; }
      .header-five-top-bar .inner-wrapper .messages .message1 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
      .header-five-top-bar .inner-wrapper .messages .message2-icon {
        margin-left: 60px; }
      .header-five-top-bar .inner-wrapper .messages .message2 {
        font-size: 13px;
        color: var(--accent);
        vertical-align: middle; }
    .header-five-top-bar .inner-wrapper .centermessages .centermessage {
      font-size: 20px;
      color: var(--accent);
      vertical-align: middle; }
    .header-five-top-bar .inner-wrapper .wpml-ls-statics-shortcode_actions {
      display: inline-block; }
    .header-five-top-bar .inner-wrapper .right-side-menu {
      display: flex;
      gap: 2em;
      align-items: center; }
      .header-five-top-bar .inner-wrapper .right-side-menu .account-div a {
        text-decoration: none; }
        .header-five-top-bar .inner-wrapper .right-side-menu .account-div a img {
          width: 25px; }
      .header-five-top-bar .inner-wrapper .right-side-menu .social-wpml-parent {
        display: flex;
        align-items: center; }
  .header-five-top-bar.boxed-width-topbar .inner-wrapper {
    margin: 0 auto;
    max-width: 1200px; }

.site-header .header-inner-wrapper.header-five {
  max-width: 100%;
  width: 100%;
  background-color: #F4F4F4;
  padding: 25px 10px 0 10px; }
  .site-header .header-inner-wrapper.header-five .site-branding-parent {
    max-width: 1200px;
    margin: 0 auto; }
    .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; }
      .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper {
        position: relative; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .menu-icon {
          position: absolute;
          left: 0;
          top: 6px; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation {
          display: inline-block; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu {
            position: relative;
            cursor: pointer; }
            .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item {
              margin: 0;
              width: 100%; }
              .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item a {
                text-align: left;
                font: normal normal 600 16px/22px Manrope;
                letter-spacing: 0px;
                color: #3F3F3F;
                opacity: 1;
                padding-left: 22px; }
              .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item ul {
                margin: 0;
                background-color: #f4f4f4;
                padding: 0; }
                .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item ul > li {
                  border-bottom: 1px solid #8c8c8c; }
                  .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item ul > li a {
                    padding: 20px 10px; }
                  .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item ul > li:hover {
                    background-color: #e7e6e6; }
                .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation .menu .menu-item ul:hover {
                  color: white; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation ul > li > ul > li {
          display: inline-block; }
      .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .site-branding {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .product-search-parent {
        display: inline-block; }
      .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account {
        display: inline-block; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account img {
          width: 25px; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account a {
          text-decoration: none; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div {
          display: inline-block;
          margin: 0 40px 0 30px; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .register-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .account-div .account-span {
            font-size: 14px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
        .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div {
          display: inline-block;
          position: relative;
          background: var(--accent) 0% 0% no-repeat padding-box;
          border-radius: 21px;
          opacity: 1;
          padding: 12px 22px; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div a .cart-span {
            margin-left: 8px;
            color: white; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .sokoheme-fragments {
            font-size: 12px;
            padding: 3px 7px 4px;
            display: none; }
          .site-header .header-inner-wrapper.header-five .site-branding-parent .site-branding-inner-wrapper .cart-account .cart-div .cart-span {
            font-size: 14px;
            max-width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 1;
            vertical-align: middle; }
  .site-header .header-inner-wrapper.header-five .main-nav-parent {
    text-align: center;
    background-color: #fff0;
    padding: 8px; }
    .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper {
      display: flex;
      float: none; }
      .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper img {
        width: 17px; }
      .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li {
        margin-left: 5px; }
        .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li a {
          color: var(--accent);
          font-size: 18px; }
        .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu {
          margin-top: 0; }
          .site-header .header-inner-wrapper.header-five .main-nav-parent .main-nav-wrapper .main-nav-inner-wrapper .main-navigation li.menu-item-has-children .sub-menu li a {
            font-size: 14px; }
  .site-header .header-inner-wrapper.header-five .fifth-nav-parent .fifth-nav-wrapper .fifth-nav-inner-wrapper .fifth-menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    gap: 2em; }
    .site-header .header-inner-wrapper.header-five .fifth-nav-parent .fifth-nav-wrapper .fifth-nav-inner-wrapper .fifth-menu ul li a {
      text-decoration: none; }
  .site-header .header-inner-wrapper.header-five .product-search-parent .soko-product-search .woocommerce-product-search .search-field {
    border-radius: 20px 0px 0px 20px;
    background-color: var(--accent);
    border: none;
    padding-left: 20px;
    text-align: left;
    font: normal normal normal 14px/24px Manrope;
    letter-spacing: 0px;
    color: white;
    opacity: 1; }
  .site-header .header-inner-wrapper.header-five .product-search-parent .soko-product-search .woocommerce-product-search .search-field::placeholder {
    color: white; }
  .site-header .header-inner-wrapper.header-five .product-search-parent .soko-product-search .woocommerce-product-search button {
    border-radius: 0px 20px 20px 0;
    background-color: var(--accent);
    border: none;
    padding-right: 20px; }

.hide-me {
  display: none; }

#primary-menu > li > ul.sub-menu {
  top: 50px !important; }

.sub-menu {
  border: none !important; }
  .sub-menu li {
    display: none !important; }
  .sub-menu .menu-item-has-children a {
    min-width: 200px !important; }
  .sub-menu .menu-item-has-children:hover > ul > li {
    display: block !important; }
  .sub-menu:hover > .menu-item-has-children {
    display: block !important; }
  .sub-menu:before {
    top: -50px !important;
    height: 60px !important; }

.footer-wrapper {
  background-color: var(--second-color);
  padding: 40px 10px 5px;
  text-align: center;
  margin-top: 30px; }
  .footer-wrapper .footer-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0; }
    .footer-wrapper .footer-inner-wrapper .widget-area .widget-title {
      font-size: 1.5rem;
      color: var(--accent); }
    @media (max-width: 768px) {
      .footer-wrapper .footer-inner-wrapper .widget-area .widget-title {
        font-size: 1.2rem; } }
    .footer-wrapper .footer-inner-wrapper .widget-area ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-wrapper .footer-inner-wrapper .widget-area ul li a {
        color: #f1f1f1;
        text-decoration: none;
        font-weight: 300; }
    .footer-wrapper .footer-inner-wrapper .widget-area p {
      margin: 0;
      color: #fff; }
    @media (max-width: 500px) {
      .footer-wrapper .footer-inner-wrapper .widget-area {
        flex: 100%;
        margin-bottom: 10px; } }
  .footer-wrapper .footer-bottom-inner-wrapper {
    margin-top: 40px;
    padding: 5px 20px;
    text-align: center; }

.site-footer {
  background-color: var(--second-color);
  text-align: center;
  color: #fff;
  padding: 5px 10px; }

@media (max-width: 1024px) {
  .site-footer {
    padding: 5px 10px 60px; }
  .no-mobile-actionbar .site-footer {
    padding: 5px 10px; } }

.action-bar-wrapper-footer {
  background-color: var(--second-color);
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  padding: 10px; }
  .action-bar-wrapper-footer .action-bar {
    margin: 0; }
    .action-bar-wrapper-footer .action-bar .action-bar-inner a img {
      width: 25px; }

#mega-menu-wrap-menu-1 .mega-menu-toggle {
  margin-top: 10px; }

.front-moto {
  display: inline-block;
  position: absolute;
  top: 205px;
  right: 65px;
  text-align: right; }
  .front-moto h1 {
    font-size: 10em;
    margin: 0; }
  .front-moto p {
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 2; }
  .front-moto .wp-block-buttons {
    margin-top: 30px;
    flex-direction: column; }
    .front-moto .wp-block-buttons a.wp-block-button__link {
      border: 1px solid white;
      padding: 10px 40px; }

@media (max-width: 630px) {
  .front-moto {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    text-align: center; }
    .front-moto h1 {
      font-size: 4em;
      margin: 0; }
    .front-moto p {
      font-size: 1em;
      font-weight: 300;
      letter-spacing: 1px;
      display: inline-block;
      border-bottom: 1px solid #fff;
      line-height: 2; }
    .front-moto .wp-block-buttons {
      margin-top: 30px; }
      .front-moto .wp-block-buttons a.wp-block-button__link {
        border: 1px solid white;
        padding: 10px 40px; } }

.front-subheader {
  padding: 20px 0 20px 30px; }
  .front-subheader p {
    margin: 0;
    color: var(--accent); }
  .front-subheader h2 {
    font-size: 2rem; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999999999; }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    opacity: 1;
    transition: all 0.5s ease; }
    .overlay .closebtn:hover {
      transition: all 0.5s ease;
      opacity: 0.7; }
  .overlay .overlay-content form {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    .overlay .overlay-content form .search-field {
      padding: 10px 30px;
      background-color: rgba(222, 222, 222, 0.8);
      border: none;
      border-radius: 0; }
      .overlay .overlay-content form .search-field:focus {
        outline: 0; }
    .overlay .overlay-content form .search-submit, .overlay .overlay-content form button {
      display: none; }

.error404 .woocommerce-breadcrumb {
  display: none; }

.error404 .site-main {
  margin: 0 auto;
  max-width: 1200px; }
  .error404 .site-main .error-404 {
    padding: 200px 20px;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .error404 .site-main .error-404 .page-title {
      color: #000; }
    .error404 .site-main .error-404 .button-404 {
      padding: 10px;
      background-color: var(--accent);
      text-decoration: none;
      color: white;
      font-weight: bold;
      border-radius: 2px;
      margin-top: 20px;
      display: inline-block;
      opacity: 1;
      transition: all 0.5s ease; }
      .error404 .site-main .error-404 .button-404:hover {
        opacity: 0.7;
        transition: all 0.5s ease;
        text-decoration: none;
        color: white; }
      .error404 .site-main .error-404 .button-404:focus {
        text-decoration: none;
        color: white; }
      .error404 .site-main .error-404 .button-404:visited {
        text-decoration: none;
        color: white; }

.page-template-page_blank .site-header {
  display: none; }

.page-template-page_blank .woocommerce-breadcrumb {
  display: none; }

.page-template-page_blank .entry-footer {
  display: none; }

.page-template-page_blank .footer-wrapper {
  display: none; }

.page-template-page_blank .site-footer {
  display: none; }

.blog .content-inner-wrapper {
  max-width: 1240px;
  margin: 0 auto; }

.blog .secondary-wrapper, .archive .secondary-wrapper, .single .secondary-wrapper {
  margin-top: 100px; }

.post-type-archive-portfolio .portoflio-area .page-header {
  border-bottom: none; }

.post-type-archive-portfolio .row .portfolio-archive-parent {
  margin-bottom: 40px; }
  .post-type-archive-portfolio .row .portfolio-archive-parent .inner-wrapper .entry-header {
    text-align: center; }
    .post-type-archive-portfolio .row .portfolio-archive-parent .inner-wrapper .entry-header .entry-title a {
      text-decoration: none; }

.tax-portfolio-cat .portoflio-area .page-header {
  border-bottom: none; }

.tax-portfolio-cat .row .portfolio-archive-parent {
  margin-bottom: 40px; }
  .tax-portfolio-cat .row .portfolio-archive-parent .inner-wrapper .entry-header {
    text-align: center; }
    .tax-portfolio-cat .row .portfolio-archive-parent .inner-wrapper .entry-header .entry-title a {
      text-decoration: none; }

.portfolio-archive-menu {
  max-width: 1100px;
  margin: 30px auto 0 auto;
  text-align: center; }
  .portfolio-archive-menu ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0; }
    .portfolio-archive-menu ul li {
      display: inline-block;
      margin-bottom: 40px; }
      .portfolio-archive-menu ul li a {
        border-radius: 50px;
        background-color: var(--accent);
        font-size: 16px;
        padding: 7px 27px;
        color: white !important;
        text-decoration: none;
        line-height: 1; }
        .portfolio-archive-menu ul li a.active {
          background-color: var(--accent);
          opacity: 0.7; }

.woo-sidebar .widget, .regular-sidebar .widget {
  margin: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px; }
  .woo-sidebar .widget h2.widget-title, .regular-sidebar .widget h2.widget-title {
    font-size: 1.2rem; }
  .woo-sidebar .widget ul li, .regular-sidebar .widget ul li {
    font-size: 0.8rem;
    opacity: 0.7; }
    .woo-sidebar .widget ul li a, .regular-sidebar .widget ul li a {
      color: #000;
      text-decoration: none; }
      .woo-sidebar .widget ul li a:hover, .regular-sidebar .widget ul li a:hover {
        color: var(--accent);
        text-decoration: none; }
      .woo-sidebar .widget ul li a:focus, .regular-sidebar .widget ul li a:focus {
        color: #000;
        text-decoration: none; }
      .woo-sidebar .widget ul li a:visited, .regular-sidebar .widget ul li a:visited {
        color: #000;
        text-decoration: none; }

@media (max-width: 768px) {
  .woo-sidebar, .regular-sidebar {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    padding: 10px 10px 60px;
    z-index: 999; } }

.toggle-wrapper {
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  right: 10px;
  position: fixed;
  z-index: 99999;
  width: auto;
  background-color: var(--accent);
  bottom: 150px;
  border-radius: 50px;
  transition: all 0.5s ease; }
  .toggle-wrapper span {
    font-weight: 600; }
  .toggle-wrapper .toggle-wrapper-text {
    color: white;
    transition: all 0.5s ease; }
  .toggle-wrapper .filter-close {
    display: none;
    fill: #fff;
    margin-top: -3px; }
  .toggle-wrapper.open-sidebar .filter-on {
    display: none;
    fill: #fff;
    margin-top: -3px; }
  .toggle-wrapper.open-sidebar .filter-close {
    display: inline-block !important;
    fill: #fff;
    margin-top: -3px; }
  .toggle-wrapper.open-sidebar .toggle-wrapper-text {
    display: none !important; }

@media (min-width: 768px) {
  .toggle-wrapper {
    display: none; } }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .woocommerce-loop-product__link {
    overflow: hidden; }
    .woocommerce ul.products li.product .woocommerce-loop-product__link span.onsale {
      min-height: 1.236em;
      min-width: 1.236em;
      padding: 10px;
      line-height: 1;
      border-radius: 0;
      background-color: var(--accent);
      font-size: 0.6em;
      letter-spacing: 1px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--accent); }
  .woocommerce ul.products li.product .price {
    font-weight: 600;
    color: #000; }
  .woocommerce ul.products li.product .button {
    background-color: transparent;
    border: 1px solid var(--accent);
    font-weight: 400;
    margin-top: 0.5em; }
    .woocommerce ul.products li.product .button:hover {
      opacity: 0.7; }
  .woocommerce ul.products li.product .added_to_cart {
    font-weight: 400;
    color: #000; }
    .woocommerce ul.products li.product .added_to_cart:hover {
      opacity: 0.7;
      color: #000; }
    .woocommerce ul.products li.product .added_to_cart:focus {
      opacity: 0.7;
      color: #000; }
    .woocommerce ul.products li.product .added_to_cart:visited {
      opacity: 0.7;
      color: #000; }

.single-product span.onsale {
  min-height: 1.236em;
  min-width: 1.236em;
  padding: 10px;
  line-height: 1;
  border-radius: 0;
  background-color: var(--accent); }

.single-product .product_meta .sku_wrapper {
  display: block; }

.single-product .product_meta .posted_in {
  display: block; }

.single-product .quantity .qty {
  padding: 5px; }

.single-product .related.products {
  margin-top: 60px; }

.woocommerce .woocommerce-result-count {
  margin: 0 0 2em; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 2em; }

@media (max-width: 500px) {
  .woocommerce .woocommerce-ordering {
    float: left; }
  .woocommerce .woocommerce-ordering select {
    max-width: 250px; }
  .woocommerce .woocommerce-ordering select option {
    max-width: 250px; } }

.woocommerce .widget_layered_nav_filters ul li a::before {
  color: var(--accent); }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: var(--accent); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--accent); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--accent); }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .2em; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--accent); }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--accent); }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 1.25em; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: var(--accent); }

.woocommerce a.remove {
  color: var(--accent) !important; }
  .woocommerce a.remove:hover {
    background-color: var(--accent); }

.wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  text-decoration: none; }
  .wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
    overflow: hidden; }
    .wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img {
      transition: all .5s;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: ease;
      transition-delay: 0s; }
  .wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-decoration: none;
    font-weight: 400; }

.wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  display: none; }

.wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a {
  background-color: transparent;
  border: 1px solid var(--accent);
  font-weight: 400;
  margin-top: 0.5em;
  background-image: none;
  color: #515151;
  border-radius: 0; }
  .wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a:hover {
    opacity: 0.7; }

.wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product:hover .wc-block-grid__product-image {
  overflow: hidden; }
  .wp-block-product-category ul.wc-block-grid__products li.wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.3);
    transition: all .5s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease;
    transition-delay: 0s; }

@media (max-width: 480px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 48%;
    padding: 0;
    display: inline-block; } }

.woocommerce-page .content-inner-wrapper {
  padding-top: 10px;
  margin: 10px auto;
  max-width: 1240px; }

.woocommerce .woocommerce-breadcrumb {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  max-width: 1240px;
  margin: 10px auto; }

.woo-header-full-parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .woo-header-full-parent .woo-header-full-title-parent {
    position: absolute; }

.product-archive1.tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail {
  margin-bottom: 5px; }

.product-archive1.tax-product_cat ul.products li.product .archive-item-infos {
  text-align: left;
  padding-bottom: 15px; }
  .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .archive-item-title h2 {
    text-align: center; }
  .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart .archive-item-price {
      order: 1; }
      .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart .archive-item-price .price {
        margin-bottom: 0; }
    .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart {
      position: relative;
      order: 2; }
      .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart a {
        display: block;
        color: var(--accent); }
      .product-archive1.tax-product_cat ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart .added_to_cart {
        background-image: none;
        position: absolute;
        bottom: -40px;
        color: var(--accent) !important;
        font-weight: 400 !important;
        font-size: 13px;
        display: block;
        width: 60px;
        right: -10px; }

.related.products ul.products li.product .attachment-woocommerce_thumbnail {
  margin-bottom: 5px; }

.related.products ul.products li.product .archive-item-infos {
  text-align: left;
  padding-bottom: 15px; }
  .related.products ul.products li.product .archive-item-infos .archive-item-title h2 {
    text-align: center; }
  .related.products ul.products li.product .archive-item-infos .stock-price-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .related.products ul.products li.product .archive-item-infos .stock-price-cart .archive-item-price {
      order: 1; }
      .related.products ul.products li.product .archive-item-infos .stock-price-cart .archive-item-price .price {
        margin-bottom: 0; }
    .related.products ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart {
      position: relative;
      order: 2; }
      .related.products ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart a {
        display: block;
        color: var(--accent); }
      .related.products ul.products li.product .archive-item-infos .stock-price-cart .archive-item-addtocart .added_to_cart {
        background-image: none;
        position: absolute;
        bottom: -40px;
        color: var(--accent) !important;
        font-weight: 400 !important;
        font-size: 13px;
        display: block;
        width: 60px;
        right: -10px; }

.woocommerce-account #customer_login form.woocommerce-form {
  min-height: 377px;
  padding: 40px;
  border-radius: 50px;
  margin: 1em 0; }
  .woocommerce-account #customer_login form.woocommerce-form label {
    margin: 0 0 5px 10px; }
    .woocommerce-account #customer_login form.woocommerce-form label .required {
      color: inherit; }
  .woocommerce-account #customer_login form.woocommerce-form input {
    border-radius: 50px; }
  .woocommerce-account #customer_login form.woocommerce-form .woocommerce-privacy-policy-text {
    margin: 10px 0 0 15px; }
  .woocommerce-account #customer_login form.woocommerce-form .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    text-align: center; }

.woocommerce-account #customer_login .woocommerce-button {
  float: none;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  padding: 5px 20px; }

.woocommerce-account #customer_login p.woocommerce-LostPassword {
  text-align: center; }
  .woocommerce-account #customer_login p.woocommerce-LostPassword a {
    display: inline-block;
    margin: 10px auto 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #828282;
    border-radius: 50px;
    color: #828282;
    padding: 5px 20px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 20px;
    position: relative; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      text-decoration: none;
      font-weight: bold;
      color: black;
      margin-bottom: 5px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
      content: url(../images/icon-cp.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
      content: url(../images/icon-orders.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
      content: url(../images/icon-downloads.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
      content: url(../images/icon-address.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
      content: url(../images/icon-account.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
      content: url(../images/icon-disconect.png); }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
      left: -35px;
      top: 4px;
      position: absolute; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      color: var(--accent); }

.woocommerce-checkout form.woocommerce-form {
  padding: 40px;
  border-radius: 50px;
  margin: 1em 0; }
  .woocommerce-checkout form.woocommerce-form label {
    margin: 0 0 5px 10px; }
    .woocommerce-checkout form.woocommerce-form label .required {
      color: inherit; }
  .woocommerce-checkout form.woocommerce-form input {
    border-radius: 50px; }
  .woocommerce-checkout form.woocommerce-form .woocommerce-privacy-policy-text {
    margin: 10px 0 0 15px; }
  .woocommerce-checkout form.woocommerce-form .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    text-align: center; }
  .woocommerce-checkout form.woocommerce-form .woocommerce-button {
    float: none;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    padding: 5px 20px; }
  .woocommerce-checkout form.woocommerce-form p.lost_password {
    text-align: center; }
    .woocommerce-checkout form.woocommerce-form p.lost_password a {
      display: inline-block;
      margin: 10px auto 0;
      text-align: center;
      text-decoration: none;
      border: 1px solid #828282;
      border-radius: 50px;
      color: #828282;
      padding: 5px 20px; }

.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
  width: 100%; }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
    margin-bottom: 20px; }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 30px 80px; }
    @media (max-width: 800px) {
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        padding: 5px; } }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
      margin: 10px 0 5px 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
      padding: 10px !important;
      border-radius: 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
      height: 44px;
      border-radius: 20px; }
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px; }
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px; }

.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100%; }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3 {
    margin-bottom: 20px; }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 30px 80px; }
    @media (max-width: 800px) {
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
        padding: 5px; } }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
      margin: 10px 0 5px 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input {
      padding: 10px !important;
      border-radius: 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
      height: 44px;
      border-radius: 20px; }
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px; }
      .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px; }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
    margin-top: 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields label {
      margin: 10px 0 5px 20px; }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields textarea {
      padding: 10px !important;
      border-radius: 20px; }

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  border-radius: 20px 20px 5px 5px; }

.socialbar-wrapper {
  display: inline-block; }
  .socialbar-wrapper .socialbar a {
    vertical-align: middle;
    height: 28px; }
    .socialbar-wrapper .socialbar a svg {
      display: block; }

.soko-product-search .woocommerce-product-search {
  display: flex;
  font-size: 12px;
  max-width: 400px;
  width: 400px; }
  .soko-product-search .woocommerce-product-search input.search-field {
    max-width: 350px;
    width: 100%;
    padding: 0 0 0 10px; }
  .soko-product-search .woocommerce-product-search button {
    background: var(--accent);
    color: white;
    margin: 0 !important;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    padding: 18px;
    border: 1px solid var(--accent);
    font-size: 0; }

@media (max-width: 1030px) {
  .soko-product-search .woocommerce-product-search {
    max-width: 250px;
    width: 250px; }
    .soko-product-search .woocommerce-product-search input.search-field {
      max-width: 200px;
      width: 100%;
      padding: 0 0 0 10px; } }

/**
 *
 * Breadcrumb
 *
 */
.single-product .product .summary {
  margin-top: 0; }
  .single-product .product .summary .woocommerce-breadcrumb {
    padding-left: 0;
    margin: 0;
    font-size: 14px; }
    .single-product .product .summary .woocommerce-breadcrumb a {
      text-decoration: none; }
