@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }
.product-template-default .row_product_image_details button.centre-button {
  color: #fff; }
.product-template-default .woocommerce-variation-add-to-cart.btn-disabled {
  position: relative; }
  .product-template-default .woocommerce-variation-add-to-cart.btn-disabled button {
    opacity: 0.35;
    pointer-events: none; }
  .product-template-default .woocommerce-variation-add-to-cart.btn-disabled .ribbon-select {
    display: inline-block;
    height: auto;
    opacity: 1; }
.product-template-default .woocommerce-variation-add-to-cart .ribbon-select {
  bottom: -2.5rem;
  color: var(--primary-color);
  display: none;
  font-size: 14px;
  left: 0;
  height: 0;
  opacity: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  transition: 1s; }
.product-template-default .monsta_modal .clear-field {
  color: var(--primary-color);
  float: right;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 5px; }
  .product-template-default .monsta_modal .clear-field:hover {
    color: var(--secondary-color); }
.product-template-default .monsta_modal #clear-all {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2px;
  font-size: 14px; }
  .product-template-default .monsta_modal #clear-all .frame {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 150px;
    transition: 0.5s;
    width: 150px; }
  .product-template-default .monsta_modal #clear-all:hover .frame, .product-template-default .monsta_modal #clear-all.active .frame {
    border-color: #000; }
  .product-template-default .monsta_modal #clear-all i {
    font-size: 2.75rem; }

.row-products img.lazyloading {
  background: linear-gradient(90deg, #f4f4f4 25%, #eaeaea 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 15px;
  animation: shimmer 1.5s infinite;
  position: absolute;
  opacity: 1;
  z-index: 101; }

#menu-carousel {
  justify-content: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%; }
  #menu-carousel.active .menu-main-menu-container {
    display: flex;
    order: 2;
    overflow: hidden;
    width: 100%; }
    #menu-carousel.active .menu-main-menu-container > .menu {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap;
      width: 100%; }
    #menu-carousel.active .menu-main-menu-container > ul > li {
      flex: 0 0 auto;
      text-align: center;
      width: 120px; }
      #menu-carousel.active .menu-main-menu-container > ul > li > a {
        display: block;
        line-height: 1.5; }
  #menu-carousel button.prev, #menu-carousel button.next {
    background: transparent;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    line-height: 1 !important;
    outline: none;
    margin-top: -6px;
    padding: 10px; }
    #menu-carousel button.prev:hover, #menu-carousel button.next:hover {
      color: var(--secondary-color) !important; }
  #menu-carousel button.prev {
    order: 1; }
  #menu-carousel button.next {
    order: 3; }
  #menu-carousel button:disabled {
    opacity: 0.25;
    pointer-events: none; }
  #menu-carousel.active .menu-main-menu-container > ul > li > a {
    line-height: 1.35; }

#with-sidebar {
  position: relative;
  transition: opacity 0.5s ease; }
  #with-sidebar #loader-dom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--primary-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999; }
  #with-sidebar .sidebar {
    float: left;
    max-width: 420px;
    padding-bottom: 3rem;
    position: absolute;
    top: 0;
    width: 25%;
    overflow-y: auto;
    transition: top 0.3s ease; }
    @media only screen and (max-width: 1024px) {
      #with-sidebar .sidebar {
        max-width: 100%;
        padding-bottom: 0;
        position: relative;
        width: 100%; } }
    #with-sidebar .sidebar.sticky {
      position: fixed;
      top: 0;
      transition: top 0.3s ease;
      z-index: 9; }
      @media only screen and (max-width: 1024px) {
        #with-sidebar .sidebar.sticky {
          position: initial !important; } }
    #with-sidebar .sidebar.default-style {
      position: initial !important; }
      #with-sidebar .sidebar.default-style > .cat_list {
        height: 100% !important; }
  #with-sidebar .content {
    float: right;
    margin-left: 25%;
    width: 75%; }
    @media only screen and (max-width: 1024px) {
      #with-sidebar .content {
        margin-left: 0;
        width: 100%; } }
    #with-sidebar .content.default-style {
      margin-left: 0 !important; }
  #with-sidebar .toggle_cats {
    color: #ffffff;
    background-color: var(--primary-color);
    border: solid 2px var(--primary-color);
    cursor: pointer;
    padding: 25px 50px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #with-sidebar .toggle_cats {
        padding: 15px 25px; } }
    #with-sidebar .toggle_cats:hover {
      background-color: transparent;
      color: var(--primary-color); }
    @media screen and (min-width: 1024px) {
      #with-sidebar .toggle_cats {
        display: none; } }
  #with-sidebar .cat_list {
    height: 88vh;
    overflow-y: auto;
    margin-right: 30px; }
    @media screen and (min-width: 1024px) {
      #with-sidebar .cat_list {
        display: block !important; } }
    @media screen and (max-width: 1024px) {
      #with-sidebar .cat_list {
        height: 100% !important;
        overflow-y: hidden;
        margin-right: 0;
        display: none; } }
    #with-sidebar .cat_list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #with-sidebar .cat_list ul li a {
        display: block;
        padding: 0 0 0 20px;
        font-size: 20px;
        color: #000000;
        line-height: 2.5;
        border-left: solid 2px transparent;
        position: relative; }
        @media screen and (max-width: 1600px) {
          #with-sidebar .cat_list ul li a {
            font-size: 18px; } }
        @media screen and (max-width: 1400px) {
          #with-sidebar .cat_list ul li a {
            font-size: 16px; } }
        @media screen and (max-width: 1024px) {
          #with-sidebar .cat_list ul li a {
            font-size: 18px; } }
        #with-sidebar .cat_list ul li a i {
          position: absolute;
          right: 20px;
          top: 50%;
          color: #888888;
          font-size: 12px;
          margin-top: -5px; }
          #with-sidebar .cat_list ul li a i.fa-chevron-up {
            display: none; }
      #with-sidebar .cat_list ul li.active a {
        color: var(--primary-color) !important; }
      #with-sidebar .cat_list ul li ul.children {
        display: none; }
        #with-sidebar .cat_list ul li ul.children li a {
          background: none;
          border: none;
          font-size: 16px;
          color: #888888; }
          #with-sidebar .cat_list ul li ul.children li a:hover {
            color: var(--primary-color); }
          @media screen and (max-width: 1200px) {
            #with-sidebar .cat_list ul li ul.children li a {
              font-size: 14px; } }
      #with-sidebar .cat_list ul.active > li > a {
        background-color: #f8f8f8;
        border-left: solid 2px var(--primary-color); }
        #with-sidebar .cat_list ul.active > li > a i.fa-chevron-down {
          display: none; }
        #with-sidebar .cat_list ul.active > li > a i.fa-chevron-up {
          display: inline; }
      #with-sidebar .cat_list ul.active > li ul.children {
        display: block; }
      #with-sidebar .cat_list ul:not(.children) > li {
        transition: none !important; }
        #with-sidebar .cat_list ul:not(.children) > li > a {
          transition: none !important; }
          #with-sidebar .cat_list ul:not(.children) > li > a:hover {
            background-color: #f8f8f8;
            border-left: solid 2px var(--primary-color); }

.archive #with-sidebar .row.row-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(24, auto); }
  @media only screen and (max-width: 1200px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 800px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 600px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 480px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(1, 1fr); } }
  .archive #with-sidebar .row.row-products > .product-item-wrap {
    width: 100%; }
.archive #with-sidebar .cat_list {
  background-color: #fff; }
  .archive #with-sidebar .cat_list ul > li {
    transition: none !important; }
    .archive #with-sidebar .cat_list ul > li > a {
      font-size: 18px;
      line-height: 1.5;
      padding: 12px 20px;
      transition: none !important; }
    .archive #with-sidebar .cat_list ul > li > ul.children {
      padding: 10px; }
      .archive #with-sidebar .cat_list ul > li > ul.children li a {
        padding-bottom: 5px;
        padding-top: 5px; }
  .archive #with-sidebar .cat_list ul.active > li > a {
    background: var(--primary-color);
    color: #fff;
    border-left: 0;
    text-transform: uppercase;
    font-weight: 600; }
  .archive #with-sidebar .cat_list ul:not(.children) > li > a {
    text-transform: uppercase;
    font-weight: 600; }
    .archive #with-sidebar .cat_list ul:not(.children) > li > a:hover {
      background: var(--primary-color);
      color: #fff; }
      .archive #with-sidebar .cat_list ul:not(.children) > li > a:hover i.fas {
        color: #fff; }
@media only screen and (max-width: 1024px) {
  .archive #with-sidebar .sidebar {
    margin-bottom: 3em; } }

.prod-new {
  position: absolute;
  background: var(--secondary-color);
  height: 75px !important;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  width: 75px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  z-index: 9;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0; }
  @media only screen and (max-width: 600px) {
    .prod-new {
      height: 60px !important;
      font-size: 18px;
      width: 60px; } }
  @media only screen and (max-width: 480px) {
    .prod-new {
      height: 55px !important;
      font-size: 14px;
      font-weight: 500;
      width: 55px; } }
  .prod-new.item {
    height: 30px !important;
    font-size: 10px;
    font-weight: 500;
    width: 30px; }

/*# sourceMappingURL=mohawk_customs.css.map */
