/* compiled by scssphp v0.0.12 on Tue, 09 Dec 2025 12:21:51 +0000 (0.2289s) */

@font-face {
  font-family: 'Urbanist';
  font-weight: 200;
  src: url('/assets/fonts/Urbanist-Light.woff') format('woff'); }

@font-face {
  font-family: 'Urbanist';
  font-weight: 400;
  src: url('/assets/fonts/Urbanist-Regular.woff') format('woff'); }

@font-face {
  font-family: 'Urbanist';
  font-weight: 500;
  src: url('/assets/fonts/Urbanist-Medium.woff') format('woff'); }

@font-face {
  font-family: 'Urbanist';
  font-weight: 700;
  src: url('/assets/fonts/Urbanist-Bold.woff') format('woff'); }

body {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  color: #333; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    font-weight: 500;
    text-decoration: underline; }

img {
  width: 100%;
  height: inherit; }

@media (min-width: 1400px) {
  .container {
    max-width: 1100px !important; }
    .container.slim {
      max-width: 900px !important; } }

.container-fluid {
  width: 85%; }

.home_spacer {
  width: 100%;
  height: 50px;
  clear: both; }

.top_header {
  padding: 16px 0px 22px 0px;
  margin-bottom: 4px;
  margin-top: 6px; }
  .top_header .logo img {
    width: 165px; }
  .top_header .top_link_holder {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end; }
    .top_header .top_link_holder a {
      font-size: 14px;
      margin-right: 15px; }
      .top_header .top_link_holder a:nth-last-child(1) {
        margin-right: 0px; }

.breadcrumbs {
  position: relative;
  z-index: 1021;
  margin-bottom: 25px;
  background: #eee;
  padding-top: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd; }
  .breadcrumbs ul {
    width: 100%;
    padding: 0px;
    margin: 0px; }
    .breadcrumbs ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 5px;
      padding: 0px;
      font-size: 13px; }
      .bottom_header {
        margin-top: 0px;
        padding: 15px 0px 5px 0px;
        border-bottom: 1px solid #ddd; }
  .bottom_header div.main_top_navs {
    display: flex;
    justify-content: center;
    align-items: center; }
    .bottom_header div.main_top_navs ul.main_top_navs {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      text-align: center; }
      .bottom_header div.main_top_navs ul.main_top_navs li {
        display: inline-block;
        position: relative;
        height: 34px; }
        .bottom_header div.main_top_navs ul.main_top_navs li img {
          display: none; }
        .bottom_header div.main_top_navs ul.main_top_navs li a.parent_link {
          display: inline-block;
          font-size: 15px;
          font-weight: 500;
          margin-right: 20px;
          height: 100%; }
        .bottom_header div.main_top_navs ul.main_top_navs li:nth-last-child(1) a.parent_link {
          border-right: none; }
        .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav {
          display: none;
          padding: 22px 30px 14px 30px;
          position: absolute;
          background: #f8f8f8;
          z-index: 99999;
          left: 0px;
          width: 350px;
          top: 20px;
          max-height: 400px;
          overflow: auto;
          margin-top: 14px;
          border-top: 1px solid #ccc; }
          .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav::-webkit-scrollbar {
            width: 8px;
            background-color: #ddd; }
          .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background-color: #333;
            -webkit-box-shadow: 0 0 1px #333; }
          .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav ul.child {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 15px; }
            .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav ul.child li {
              margin-bottom: 0px;
              color: #333 !important; }
              .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav ul.child li a {
                font-size: 16px;
                display: block;
                text-align: left;
                font-weight: 600; }
                .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav ul.child li a:hover {
                  text-decoration: underline;
                  font-weight: 800; }
        .bottom_header div.main_top_navs ul.main_top_navs li:hover .open-menu-nav {
          display: block; }

header {
  background: #333;
  z-index: 9999 !important; }
  header .main_search .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: relative;
    left: 0;
    right: 0;
    margin: 10px auto; }
    @keyframes spin {
  header .main_search 0% {
    transform: rotate(0deg); }
  header .main_search 100% {
    transform: rotate(360deg); } }
    header .main_search .search_holder {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      header .main_search .search_holder .highlight {
        background-color: #f0f0f0; }
      header .main_search .search_holder .main_search_input {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 99999;
        position: relative; }
      header .main_search .search_holder input.main_search_button {
        position: absolute;
        right: 0;
        z-index: 99999;
        height: 40px;
        border: none;
        padding: 0px 30px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        background: #ddd;
        color: #333; }
      header .main_search .search_holder .search_results {
        z-index: 9999;
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        width: calc(100% - 4px);
        top: 22px;
        padding-top: 40px;
        overflow: auto;
        max-height: 400px;
        left: 2px; }
        header .main_search .search_holder .search_results ul {
          padding: 0px; }
          header .main_search .search_holder .search_results ul li {
            padding: 10px 20px;
            list-style-type: none; }
            header .main_search .search_holder .search_results ul li a {
              font-weight: 500; }
            header .main_search .search_holder .search_results ul li:hover a {
              font-weight: 600; }
    header .main_search .icon_holder {
      display: flex;
      align-items: center; }
      header .main_search .icon_holder.left {
        justify-content: start; }
      header .main_search .icon_holder.right {
        justify-content: end; }
      header .main_search .icon_holder a.icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #444;
        padding: 6px 15px;
        min-width: 65px;
        height: 60px;
        margin-right: 5px;
        position: relative; }
        header .main_search .icon_holder a.icon .cart_count {
          min-width: 20px;
          height: 20px;
          background: #3f9c35;
          color: #fff;
          position: absolute;
          right: -8px;
          top: -8px;
          border-radius: 50%;
          text-align: center;
          font-weight: bold;
          font-size: 12px;
          line-height: 20px; }
        header .main_search .icon_holder a.icon:nth-last-child(1) {
          margin-right: 0px; }
        header .main_search .icon_holder a.icon i {
          color: #fff; }

section.cart_holder {
  display: none;
  z-index: 9999999;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  section.cart_holder .overflow {
    position: absolute;
    background: #333;
    opacity: 0.5;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px; }
  section.cart_holder .cart_box {
    position: absolute;
    width: 500px;
    background: #eee;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 20px; }
    section.cart_holder .cart_box span.main_title {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
      padding-bottom: 10px; }
      section.cart_holder .cart_box span.main_title #close-cart {
        float: right;
        cursor: pointer; }
  section.cart_holder .item_box {
    height: 90vh !important;
    display: block;
    overflow: scroll;
    padding-right: 10px;
    padding-left: 10px; }
    section.cart_holder .item_box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 12px;
      height: 12px; }
    section.cart_holder .item_box::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .5);
      border-radius: 10px;
      border: 3px solid #fff; }
    section.cart_holder .item_box::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    section.cart_holder .item_box table#main-table {
      margin-top: -15px;
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 15px; }
      section.cart_holder .item_box table#main-table tr {
        position: relative;
        background: #fff; }
        section.cart_holder .item_box table#main-table tr td {
          padding: 20px 10px; }
      section.cart_holder .item_box table#main-table span.price {
        font-weight: bold;
        display: block;
        margin-bottom: 5px; }
      section.cart_holder .item_box table#main-table img.product-img {
        width: 100%; }
      section.cart_holder .item_box table#main-table span.title {
        display: block;
        font-size: 14px; }
      section.cart_holder .item_box table#main-table span.sku {
        display: block;
        font-size: 12px; }
      section.cart_holder .item_box table#main-table label {
        display: block;
        font-size: 12px;
        margin-bottom: 3px; }
      section.cart_holder .item_box table#main-table .quantity_change {
        width: 50px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 0px; }
      section.cart_holder .item_box table#main-table .remove-item {
        position: absolute;
        top: 15px;
        right: 15px; }
        section.cart_holder .item_box table#main-table .remove-item .gg-close {
          color: #999;
          --ggs: 1; }
    section.cart_holder .item_box .summary_holder {
      top: 15px;
      background: #fff;
      padding: 20px; }
      section.cart_holder .item_box .summary_holder span.title {
        display: block;
        text-align: right;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 0px;
        margin-bottom: 10px; }
      section.cart_holder .item_box .summary_holder span.no_items {
        display: block;
        text-align: right;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        padding-bottom: 0px; }
      section.cart_holder .item_box .summary_holder .total {
        text-align: right;
        display: block;
        border-top: 1px solid #eee;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding-top: 10px;
        margin-top: 10px; }
    section.cart_holder .item_box .button_holder {
      display: flex;
      justify-content: end; }

body#homepage .flickity-button.previous {
  left: -40px !important; }
  body#homepage .flickity-button.next {
    right: -55px !important; }

.product {
  position: relative; }
  .product span.sale {
    position: absolute;
    background: #333;
    color: #f8d857;
    font-weight: bold;
    border-radius: 50%;
    font-size: 14px;
    top: 5px;
    left: 5px;
    z-index: 9;
    text-align: center;
    line-height: 16px;
    padding: 15px 21px; }

.chat-button {
  z-index: 999;
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  border-radius: 50%;
  /* Orange */
  /* Yellow */
  /* Pink */
  /* Purple */
  /* Blue */
  background: linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
  background-size: 200% 200%;
  animation: gradientAnimation 3s ease infinite; }
  .chat-button:hover {
    font-weight: 400; }
  .chat-button .box-message {
    display: none;
    position: absolute;
    background: #fdfdfd;
    padding: 10px 15px;
    right: 0px;
    bottom: 60px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 100; }
  .chat-button .box-message .box-close {
    position: absolute;
    background: #3f9c35;
    right: -10px;
    top: -14px;
    border-radius: 50%;
    padding: 0px; }
    .chat-button .box-message .box-close i {
      transform: scale(var(--ggs, 0.6)); }
  .chat-button i {
    color: #fff; }

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

.payment_logo_holder {
  list-style-type: none;
  padding: 0px; }
  .payment_logo_holder li {
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    width: 60px;
    height: 40px;
    text-align: center; }
  .payment_logo_holder li img {
    width: 100%; }
  .payment_logo_holder li.clearpay {
    background: #aef5df; }
    .payment_logo_holder li.clearpay img {
      width: 80%; }

.clear {
  clear: both; }

.cookie-policy-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999; }
  .cookie-policy-popup .box {
    background: #fff;
    max-width: 1100px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    right: 20px;
    margin: auto;
    padding: 30px;
    border-radius: 9px; }
  .cookie-policy-popup .box p {
    font-size: 16px;
    margin-bottom: 20px; }
  .cookie-policy-popup .box a {
    display: inline-block; }
  .cookie-policy-popup .box #cookies-accept {
    margin-right: 10px; }

a {
  text-decoration: none; }
  a.small {
    font-size: 13px; }
  a.underline {
    text-decoration: underline; }

.box-message h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.notice {
  background: #eee;
  color: #333;
  padding: 6px 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }
  .notice.white {
    background: #fff;
    color: #333; }
  .notice.red {
    background: #d2122e;
    color: #fff; }
  .notice.yellow {
    background: #ffd700;
    color: #333; }
  .notice.green {
    background: #3f9c35;
    color: #fff; }

.alert {
  border-radius: 0px;
  font-weight: 100;
  padding: 15px 15px; }

.white_box {
  background: #fff;
  padding: 30px; }

.grey_box {
  background: #eee;
  padding: 30px; }

.button {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 200px;
  text-align: center;
  border: none; }
  .button.small {
    min-width: 100px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .button.black {
    background: #333;
    color: #fff; }
  .button.black:hover {
    background: #444;
    text-decoration: none; }

input:focus-visible, input:focus, button:focus {
  box-shadow: none !important;
  outline: none !important; }

.single-style .grey_box {
  padding: 50px; }
  .single-style .grey_box h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px; }

.accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #333;
  color: #fff; }
  .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: var(--bs-accordion-btn-icon-transform); }

.flickity-button {
  background: #3f9c35 !important;
  color: #fff !important; }
  .flickity-button.previous {
    left: -40px !important; }
  .flickity-button.next {
    right: -40px !important; }
  @media (max-width: 992px) {
  .flickity-button.previous {
    display: none !important; }
  .flickity-button.next {
    display: none !important; } }

.crossout {
  text-decoration: line-through;
  font-size: 15px;
  color: #999; }

form {
  width: 100%; }
  form.standard label {
    color: #333;
    display: block;
    margin-bottom: 3px; }
  form.standard input[type='date'], form.standard input[type='email'], form.standard input[type='password'], form.standard input[type='text'], form.standard input[type='number'] {
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    padding: 0 14px; }
  form.standard select {
    padding: 0 14px;
    color: #777;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px; }
  form.standard textarea {
    border: 1px solid #ccc;
    padding: 14px 14px;
    width: 100%;
    min-height: 150px; }
  form.standard .select2-container .select2-selection--single {
    height: 50px;
    border-radius: 0px; }
  form.standard .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 45px; }
  form.standard .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px; }

table.standard-table {
  width: 100%; }

table.basic-table {
  border-collapse: collapse;
  width: 100%; }
  table.basic-table th, table.basic-table td {
    border: 1px solid #eee;
    padding: 2px 10px;
    font-size: 14px; }

table.basic-table-dark {
  border-collapse: collapse;
  width: 100%; }
  table.basic-table-dark th, table.basic-table-dark td {
    border: 1px solid #333;
    padding: 8px 10px !important;
    font-size: 14px;
    text-align: left; }

table.basic-table-1 {
  border-collapse: collapse;
  width: 100%; }
  table.basic-table-1 th, table.basic-table-1 td {
    padding: 2px 0px;
    font-size: 14px; }
  table.basic-table-1 td {
    text-align: right; }

.slider_type {
  overflow: hidden; }
  .slider_type h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 35px; }
  .slider_type p {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px; }
  .slider_type .carousel h4 {
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 12px;
    font-size: 16px; }
  .slider_type .carousel h4.type_2 {
    font-size: 24px; }
  .slider_type .carousel p.price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px; }
  .slider_type .carousel .carousel_cell {
    width: calc(25% - 30px);
    padding-right: 30px; }
  .slider_type .carousel .carousel_cell .cell_wrap {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 16px; }
    .slider_type .carousel .carousel_cell .cell_wrap:hover {
      border: 1px solid #ccc; }
    .slider_type .carousel .carousel_cell .cell_wrap a:hover {
      text-decoration: none; }
    .slider_type .carousel .carousel_cell .cell_wrap img {
      width: 100%; }
  .slider_type .five_across .carousel_cell {
    width: calc(20% - 30px); }

section.top_grid .slider .main_carousel .carousel_cell {
  width: 100%; }
  section.top_grid .slider .main_carousel .carousel_cell img {
    width: 100%; }
  section.top_grid .slider .main_carousel .carousel_cell video {
    width: 100%; }
  section.top_grid .pictures ul {
    list-style-type: none;
    padding: 0px; }
  section.top_grid .pictures ul li:nth-child(1n) {
    margin-bottom: 18px; }
  section.top_grid .pictures ul li img {
    width: 100%; }
  section.banner_image .img_wrap {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 16px; }
  section.banner_image .img_wrap img {
    width: 100%; }
  section.banner_image .img_wrap:hover {
    border: 1px solid #ccc; }
  section.large_category_section {
    padding-top: 30px;
    padding-bottom: 40px; }
  section.large_category_section h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 35px; }
  section.large_category_section p {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px; }
  section.large_category_section .box_wrap {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 16px; }
  section.large_category_section .box_wrap .img_wrap img {
    width: 100%; }
  section.large_category_section .box_wrap p.child {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 12px;
    font-size: 18px; }
  section.large_category_section .box_wrap:hover {
    border: 1px solid #ccc; }
  section.comp_four_icons {
    text-align: center;
    background: #eee;
    padding-top: 70px;
    padding-bottom: 40px; }
  section.comp_four_icons i {
    margin: 0 auto;
    transform: scale(var(--ggs, 2));
    margin-bottom: 25px;
    color: #3f9c35; }
  section.comp_four_icons p {
    font-size: 20px;
    font-weight: 600; }
  section.testimonial_slider {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 40px; }
  section.testimonial_slider .top .wrap {
    margin-top: 20px; }
  section.testimonial_slider .top .wrap h3.main {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px; }
  section.testimonial_slider .top .wrap i {
    left: 10px;
    transform: scale(var(--ggs, 2));
    margin-bottom: 25px;
    color: #3f9c35; }
  section.testimonial_slider .main-carousel .carousel-cell .wrap {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px;
    margin: 0 auto; }
  section.testimonial_slider .main-carousel .carousel-cell .wrap .name {
    color: #3f9c35;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
  section.testimonial_slider .main-carousel .carousel-cell .wrap .text {
    font-weight: 400;
    font-size: 18px;
    display: block; }
  section.testimonial_slider .main-carousel .carousel-cell .wrap .date {
    text-align: right;
    color: #3f9c35;
    margin-top: 15px;
    font-weight: 600;
    font-size: 12px;
    display: block; }

section#product-page {
  margin-top: 30px; }
  section#product-page .top {
    margin-bottom: 80px; }
  section#product-page .top .product-review .review_count {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px; }
  section#product-page .top .product-review a {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: underline; }
  section#product-page .top .label_holder span {
    width: calc(50% - 10px);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    text-align: center; }
  section#product-page .top .label_holder span:nth-last-child(1) {
    margin-right: 0px; }
  section#product-page .top .label_holder span.green {
    background: #3f9c35;
    color: #fff;
    padding: 6px 20px; }
  section#product-page .top .label_holder span.black {
    background: #333;
    color: #fff;
    padding: 6px 20px; }
  section#product-page .top h1 {
    font-size: 30px;
    margin-bottom: 2px; }
  section#product-page .top span.main_price {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center; }
  section#product-page .top span.main_price span.free-post {
    font-size: 13px;
    color: #3f9c35;
    margin-left: 0px;
    font-weight: 600;
    margin-left: 5px; }
  section#product-page .top span.main_price span.currency {
    font-size: 13px;
    position: relative;
    top: -12px; }
  section#product-page .top span.main_price span.smaller {
    font-size: 13px;
    position: relative;
    top: -12px; }
  section#product-page .top span.main_sku {
    font-size: 13px;
    color: #999;
    display: block; }
  section#product-page .top span.main_sku a {
    text-decoration: underline; }
  section#product-page .top span.main_sku a h2 {
    display: inline;
    font-size: 13px;
    color: #999; }
  section#product-page .top span.main_sku a:hover {
    text-decoration: none; }
  section#product-page .top .left .image_holder {
    top: 75px;
    margin-top: -50px;
    padding-top: 50px; }
  section#product-page .top .left .image_holder img.main-product-image {
    width: 100%; }
  section#product-page .top .left .image_holder .gallery_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 525px;
    overflow: auto; }
  section#product-page .top .left .image_holder .gallery_holder img.gallery-image {
    width: 80%;
    margin-bottom: 10px; }
  section#product-page .top .right .content_holder {
    margin-top: -40px;
    padding: 40px 40px 0px 40px; }
  section#product-page .top .right .content_holder span.sub_title {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 17px; }
  section#product-page .top .right .content_holder span.short_description {
    font-size: 15px; }
  section#product-page .top .right .content_holder span.short_description ul {
    padding-left: 15px; }
  section#product-page .top .right .content_holder .accordion-button {
    color: #333 !important;
    background-color: #eee !important;
    padding: 14px 20px; }
  section#product-page .top .right .content_holder .accordion-item .description-box {
    overflow: hidden;
    /* Set a maximum height for the description box */
    max-height: 150px;
    position: relative; }
  section#product-page .top .right .content_holder .accordion-item #readMoreBtn {
    cursor: pointer;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
    /* Gradient effect at the bottom to indicate more content */ }
  section#product-page .top .right .content_holder .accordion-item .fade-effect {
    position: relative; }
  section#product-page .top .right .content_holder .accordion-item .fade-effect:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Adjust height of gradient */
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
  section#product-page .top .right .content_holder .accordion-body {
    padding: 20px 0px;
    font-size: 14px; }
  section#product-page .top .right .content_holder .quantity_holder {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px; }
  section#product-page .top .right .content_holder .quantity_holder .quanity_less, section#product-page .top .right .content_holder .quantity_holder .quanity_more {
    height: 45px;
    width: 45px;
    display: inline-block;
    background: #eee;
    cursor: pointer;
    position: relative; }
    section#product-page .top .right .content_holder .quantity_holder .quanity_less i, section#product-page .top .right .content_holder .quantity_holder .quanity_more i {
      color: #999; }
    section#product-page .top .right .content_holder .quantity_holder .quanity_less:hover, section#product-page .top .right .content_holder .quantity_holder .quanity_more:hover {
      background: #ccc; }
      section#product-page .top .right .content_holder .quantity_holder .quanity_less:hover i, section#product-page .top .right .content_holder .quantity_holder .quanity_more:hover i {
        color: #333; }
  section#product-page .top .right .content_holder .quantity_holder .quanity_less {
    top: -4px;
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    @media (max-width: 768px) {
          section#product-page .top .right .content_holder .quantity_holder .quanity_less {
            top: -3px; } }
  section#product-page .top .right .content_holder .quantity_holder .quanity_more {
    top: -5px;
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    @media (max-width: 768px) {
          section#product-page .top .right .content_holder .quantity_holder .quanity_more {
            top: -4px; } }
  section#product-page .top .right .content_holder .quantity_holder #stock {
    line-height: 45px;
    border-radius: 0px;
    width: 100px;
    height: 45px;
    text-align: center;
    display: inline-block;
    padding-left: 28px; }
  section#product-page .top .right .content_holder input[type='submit'] {
    width: 250px;
    display: block; }
  section#product-page .bottom .nav_holder .nav .nav-link {
    background: #eee;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    padding: 12px 20px;
    margin-right: 5px; }
  section#product-page .bottom .nav_holder .nav .nav-link.active {
    background: #333;
    color: #fff; }
  section#product-page .bottom .nav_holder .tab-pane {
    border: 1px solid #eee;
    padding: 30px; }
  section#product-page .review-holder-table {
    max-height: 300px;
    overflow: auto; }
  section#product-page .review-holder-table .review-table tr td {
    padding: 10px 20px;
    position: relative; }
  section#product-page .review-holder-table .review-table tr td .verified {
    cursor: position;
    position: absolute;
    right: 0;
    top: 0;
    background: #3f9c35;
    padding: 4px; }
    section#product-page .review-holder-table .review-table tr td .verified i {
      color: #fff;
      --ggs: 0.8; }
  section#product-page .review-holder-table .review-table tr td .title {
    margin-top: 5px;
    display: block;
    font-weight: 500;
    font-size: 16px; }
  section#product-page .review-holder-table .review-table tr td .content {
    font-weight: 400;
    font-size: 14px;
    display: block; }
  section#product-page .review-holder-table .review-table tr td .date {
    font-weight: 500;
    font-size: 12px;
    display: block;
    float: right;
    margin-top: 10px; }

body#product h4 {
  font-size: 25px;
  font-weight: 600; }
  body#product .simular-items .carousel-cell {
    padding: 20px; }
  body#product .simular-items .carousel-cell .product {
    padding: 20px;
    border: 1px solid #eee; }
  body#product .simular-items .carousel-cell .product:hover {
    border: 1px solid #ccc; }
  body#product .simular-items .carousel-cell .product .img_holder {
    position: relative; }
  body#product .simular-items .carousel-cell .product .img_holder .magnify {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #333; }
    body#product .simular-items .carousel-cell .product .img_holder .magnify a {
      display: block;
      padding: 15px; }
      body#product .simular-items .carousel-cell .product .img_holder .magnify a i {
        color: #fff; }
  body#product .simular-items .carousel-cell .product .img_holder img {
    margin-bottom: 10px; }
  body#product .simular-items .carousel-cell .product .img_holder:hover .magnify {
    display: block; }
  body#product .simular-items .carousel-cell .product span.title {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  body#product .simular-items .carousel-cell .product span.price {
    font-size: 18px;
    font-weight: 600;
    display: block; }

body#cart {
  background: #eee; }

#cart .parent_company_checkout img {
  width: 165px;
  margin-bottom: 20px; }

section#cart-page .table-holder {
  padding-right: 30px; }
  section#cart-page .table-holder h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px; }
  section#cart-page .table-holder table#main-table {
    margin-top: -15px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px; }
  section#cart-page .table-holder table#main-table tr {
    position: relative;
    background: #fff; }
  section#cart-page .table-holder table#main-table tr td {
    position: relative;
    padding: 40px 30px; }
  section#cart-page .table-holder table#main-table span.price {
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
  section#cart-page .table-holder table#main-table img.product-img {
    width: 100%; }
  section#cart-page .table-holder table#main-table span.title {
    display: block; }
  section#cart-page .table-holder table#main-table span.sku {
    display: block;
    font-size: 12px; }
  section#cart-page .table-holder table#main-table label {
    display: block;
    font-size: 12px;
    margin-bottom: 3px; }
  section#cart-page .table-holder table#main-table .quantity_change {
    width: 50px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0px; }
  section#cart-page .table-holder table#main-table .remove-item {
    position: absolute;
    top: 15px;
    right: 15px; }
  section#cart-page .table-holder table#main-table .remove-item .gg-close {
    color: #999;
    --ggs: 1; }
  section#cart-page .summary .summary_holder {
    top: 80px;
    background: #fff;
    padding: 30px; }
  section#cart-page .summary .summary_holder span.title {
    display: block;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  section#cart-page .summary .summary_holder ul {
    padding: 0px;
    list-style-type: none; }
  section#cart-page .summary .summary_holder.coupon .title {
    font-size: 14px !important;
    padding-bottom: 2px !important; }
  section#cart-page .summary .summary_holder.coupon form input[type="text"] {
    height: 35px;
    width: 65%;
    float: left; }
  section#cart-page .summary .summary_holder.coupon form input[type="submit"] {
    float: right;
    width: 35% !important;
    min-width: inherit !important;
    height: 35px;
    line-height: 0px; }
  section#cart-page .summary .summary_holder .total {
    text-align: right;
    display: block;
    border-top: 1px solid #eee;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-top: 15px; }
  section#cart-page .summary .summary_holder .total small {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: -3px; }
  section#cart-page .summary .summary_holder button {
    width: 100%; }

.category-style .head .left {
  padding-right: 0px; }
  .category-style .head .left .text {
    background: #333;
    min-height: 200px;
    height: 200px;
    padding: 30px;
    display: flex;
    align-items: center; }
  .category-style .head .left .text h1 {
    color: #fff;
    font-size: 35px; }
  .category-style .head .left .text p, .category-style .head .left .text h2 {
    color: #fff;
    font-size: 16px; }
  .category-style .head .left .text a {
    display: inline-block;
    background-color: #3f9c35;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    text-decoration: none;
    font-weight: 500; }
  .category-style .head .right {
    padding-left: 0px; }
  .category-style .head .right .img {
    background: #333;
    min-height: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: cover;
    background-position: 0 85%; }
  .category-style .sidebar ul.side_list {
    list-style-type: none;
    padding: 0px; }
  .category-style .sidebar ul.side_list li a {
    display: block;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400; }
  .category-style .sidebar ul.side_list li a:hover {
    font-weight: 400;
    background: #eee; }
  .category-style .sidebar ul.side_list li span {
    font-weight: 600;
    display: block;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 18px; }

.product-holder .title_holder {
  background: #eee;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-holder .title_holder span {
    display: block;
    width: 100%; }
  .product-holder .title_holder span.right {
    text-align: right; }
  .product-holder .title_holder h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 400; }
  .product-holder .title_holder h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 400;
    display: inline-block; }
  .product-holder .title_holder a {
    display: inline-block;
    background-color: #3f9c35;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 10px;
    text-decoration: none;
    font-weight: 500; }
  .product-holder .sidebar .reset_filters {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block;
    color: #fff;
    background: #3f9c35;
    padding: 3px 10px 3px 10px;
    min-width: 100px;
    text-align: center; }
  .product-holder .sidebar .accordion {
    top: 75px; }
  .product-holder .sidebar .accordion .accordion-button {
    background: #333;
    color: #fff;
    border-radius: 0px !important;
    padding: 10px;
    font-size: 14px; }
  .product-holder .sidebar .accordion .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .product-holder .sidebar .accordion .accordion-body {
    overflow: auto; }
  .product-holder .sidebar .accordion .accordion-body input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .product-holder .sidebar .accordion .accordion-body label {
    font-weight: 400; }
  .product-holder .sidebar .accordion .accordion-body a.go-back {
    font-weight: bold;
    display: block;
    margin-bottom: 20px; }
  .product-holder .sidebar .accordion .accordion-body .cat_navigation {
    padding: 0px;
    list-style-type: none; }
  .product-holder .sidebar .accordion .accordion-body .cat_navigation ul {
    padding-left: calc(5px + 5px); }
  .product-holder .sidebar .accordion .accordion-body .cat_navigation a {
    display: block;
    margin-bottom: 25px; }
    .product-holder .sidebar .accordion .accordion-body .cat_navigation a:hover {
      text-decoration: underline;
      font-weight: 500; }
    .product-holder .sidebar .accordion .accordion-body .cat_navigation a.selected {
      font-weight: 600; }
  .product-holder .sidebar .accordion .accordion-body .slider-box {
    width: 90%;
    margin: 0px auto 0px auto; }
  .product-holder .sidebar .accordion .accordion-body .slider-box input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30%; }
  .product-holder .sidebar .accordion .accordion-body .slider-box input {
    width: 70%; }
  .product-holder .sidebar .accordion .accordion-body .slider-box .slider {
    margin: 25px 0; }
  .product-holder .sortby .filter {
    text-align: right; }
  .product-holder .sortby .filter label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #666; }
  .product-holder .sortby .filter label i {
    display: inline-block;
    color: #999;
    position: relative;
    top: 0px;
    margin-left: 7px; }
  .product-holder .sortby .filter select {
    display: inline-block;
    padding: 0 14px;
    color: #777;
    border: 1px solid #ccc;
    height: 35px; }
  .product-holder .sortby .filter span.count {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    color: #666; }
  .product-holder .content .child_categories {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .product-holder .content .child_categories li {
    flex: 1 1 25%;
    box-sizing: border-box;
    padding: 8px; }
  .product-holder .content .child_categories li:nth-child(4n + 1) {
    padding-left: 0px; }
  .product-holder .content .child_categories li:nth-child(4n), .product-holder .content .child_categories li:nth-last-child(1) {
    padding-right: 0px; }
  .product-holder .content .child_categories a {
    text-align: center;
    padding: 10px;
    background-color: #ddd;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 6px; }
  .product-holder .content .child_categories a span {
    display: block;
    width: 100%; }
  .product-holder .content .child_categories a:hover {
    background-color: #333;
    color: #fff; }
  .product-holder .product {
    padding: 20px;
    border: 1px solid #eee; }
  .product-holder .product:hover {
    border: 1px solid #ccc; }
  .product-holder .product a {
    text-decoration: none; }
  .product-holder .product .img_holder {
    position: relative; }
  .product-holder .product .img_holder .magnify {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #333; }
  .product-holder .product .img_holder .magnify a {
    display: block;
    padding: 15px; }
  .product-holder .product .img_holder .magnify a i {
    color: #fff; }
  .product-holder .product .img_holder img {
    margin-bottom: 10px; }
  .product-holder .product .img_holder:hover .magnify {
    display: block; }
  .product-holder .product span.title {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  .product-holder .product span.price {
    font-size: 25px;
    font-weight: 500;
    display: block; }
  .product-holder .product span.price span.currency {
    font-size: 13px;
    position: relative;
    top: -8px; }
  .product-holder .product span.price span.smaller {
    font-size: 13px;
    position: relative;
    top: -8px; }
  .product-holder .navigation {
    position: relative; }
  .product-holder .navigation .float-right {
    position: absolute;
    right: 15px; }
  .product-holder .navigation .float-right select {
    height: 45px;
    border: 1px solid #eee;
    padding-left: 20px;
    padding-right: 10px;
    color: #333;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 500; }
  @media (max-width: 766px) {
        .product-holder .navigation .float-right select {
          display: none; } }
  .product-holder .navigation ul {
    padding: 0px;
    margin: 0px; }
  .product-holder .navigation ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px; }
  .product-holder .navigation ul li:nth-last-child(1) {
    margin-right: 0px; }
  .product-holder .navigation ul li.current_page a, .product-holder .navigation ul li:hover a {
    border: 1px solid #999;
    font-weight: 600; }
  .product-holder .navigation ul li.no_box {
    border: none;
    padding: 0px 10px; }
  .product-holder .navigation ul li a {
    display: block;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px; }
  .product-holder .navigation ul li a i {
    display: inline-block;
    height: 16px; }

body#account {
  background: #eee; }
  body#account .signin-page h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  body#account .signin-page a {
    display: block; }
  body#account .orders-page h1, body#account .orders-detail-page h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  body#account .orders-page h4, body#account .orders-detail-page h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  body#account .orders-page .navigation .sticky-top, body#account .orders-detail-page .navigation .sticky-top {
    top: 75px; }
  body#account .orders-page .navigation ul, body#account .orders-detail-page .navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  body#account .orders-page .navigation ul li, body#account .orders-detail-page .navigation ul li {
    margin-bottom: 5px; }
  body#account .orders-page .navigation ul li a, body#account .orders-detail-page .navigation ul li a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    font-weight: 400;
    font-size: 14px; }
  body#account .orders-page #orders-table_wrapper .dt-search label {
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #666; }
  body#account .orders-page #orders-table_wrapper .dt-search input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px; }
  body#account .orders-page #orders-table_wrapper .dt-layout-row .dt-start {
    display: none !important; }
  body#account .orders-page #orders-table_wrapper tr th {
    text-align: left !important;
    font-size: 12px;
    border: none;
    background: #eee; }
  body#account .orders-page #orders-table_wrapper tr td {
    box-shadow: none !important;
    background: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 10px !important; }
  body#account .orders-page #orders-table_wrapper tr td a {
    font-weight: bold; }
  body#account .orders-page #orders-table_wrapper .dt-paging-button {
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-weight: 500;
    font-size: 13px;
    margin-top: 40px;
    border-radius: 0px;
    padding: 10px 20px;
    margin-right: 5px; }
  body#account .orders-page #orders-table_wrapper .dt-paging-button.current {
    border: 1px solid #999 !important;
    font-weight: 600; }
  body#account .orders-detail-page ul.address {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  body#account .orders-detail-page table.order-simple {
    width: 100%;
    max-width: 400px; }
  body#account .orders-detail-page table.order-simple th {
    color: #666; }
  body#account .orders-detail-page table.order-simple td {
    text-align: right; }
  body#account .orders-detail-page table.order-items {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 25px; }
  body#account .orders-detail-page table.order-items img {
    width: 70px; }
  body#account .orders-detail-page table.order-items span.price {
    font-weight: bold;
    display: block;
    margin-bottom: 3px; }
  body#account .orders-detail-page table.order-items span.name {
    display: block;
    font-size: 14px; }
  body#account .orders-detail-page table.order-items span.sku {
    display: block;
    font-size: 12px; }
  body#account .orders-detail-page table.order-items span.qty {
    display: block;
    font-size: 12px;
    text-align: center; }

body#contact-us {
  background: #eee; }
  body#contact-us .contact-page h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  body#contact-us .contact-page a {
    display: block; }
  body#contact-us .contact-page form.standard .steps {
    display: none; }

.payment_couriers {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 40px;
  text-align: center; }
  .payment_couriers h5 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #666; }
  .payment_couriers .holder img {
    height: 70px;
    display: inline-block;
    margin-right: 10px;
    width: inherit; }

.stripe_design {
  background-image: url(/assets/img/kuiwee-london-pattern.jpg.webp);
  height: 40px;
  width: 100%;
  background-repeat: repeat;
  background-size: contain;
  margin-top: 35px;
  clear: both; }

footer {
  margin-top: 50px;
  padding-bottom: 40px; }
  footer .lists h6 {
    font-size: 25px;
    font-weight: bold;
    margin-block: 15px; }
  footer .lists ul {
    padding: 0px;
    list-style-type: none; }
  footer .lists ul li {
    margin-bottom: 10px; }
  footer .lists .contact_button {
    position: relative;
    padding-left: 50px;
    padding-right: 24px; }
  footer .lists .contact_button i {
    display: inline-block;
    --ggs: 0.9;
    position: absolute;
    left: 15px; }
  footer .icons a {
    display: inline-block;
    margin-right: 20px; }
  footer .icons a i {
    color: #333; }
  footer .links a {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px; }
  footer .foot_p1 {
    margin: 0px;
    font-size: 12px; }
  footer .foot_p2 {
    margin: 0px;
    font-size: 12px; }

#open_res_menu, #close_res_menu {
  cursor: pointer; }

#close_res_menu {
  position: relative;
  top: 4px; }

.responsive_menu .gg-menu {
  transform: scale(var(--ggs, 1));
  top: 16px; }

.responsive_links {
  display: flex;
  justify-content: end;
  align-content: center; }
  .responsive_links a {
    margin-right: 5px;
    position: relative; }
  .responsive_links a:nth-last-child(1) {
    margin-right: 0px; }
  .responsive_links a span {
    background: #333;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    position: relative;
    min-width: 33px;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .responsive_links a span i {
    transform: scale(var(--ggs, 0.7)); }
  .responsive_links a .cart_count {
    min-width: 20px;
    height: 20px;
    background: #3f9c35;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px; }

.responsive_nav {
  margin-bottom: 35px;
  margin-top: 21px; }
  .responsive_nav .logo {
    display: flex;
    justify-content: start;
    align-content: center; }
  .responsive_nav .logo img {
    width: 125px; }
  .responsive_nav .close {
    display: flex;
    justify-content: end;
    align-content: center; }

@media (max-width: 992px) {
  .home_spacer {
    height: 25px; }

  .container-fluid {
    width: 95%; }

  .sticky-top {
    padding-top: 10px;
    padding-bottom: 10px; }

  .bottom_header {
    display: none;
    transition: left 1s ease, opacity 1s ease;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .bottom_header div.main_top_navs {
      display: flex;
      justify-content: start; }
      .bottom_header div.main_top_navs ul.main_top_navs {
        width: 100%;
        text-align: left; }
        .bottom_header div.main_top_navs ul.main_top_navs li {
          position: relative;
          border-top: 1px solid #ccc;
          display: block;
          height: inherit; }
          .bottom_header div.main_top_navs ul.main_top_navs li:nth-last-child(1) {
            border-bottom: 1px solid #ccc; }
          .bottom_header div.main_top_navs ul.main_top_navs li .open-menu-nav {
            display: none !important; }
          .bottom_header div.main_top_navs ul.main_top_navs li .gg-chevron-right {
            transform: scale(var(--ggs, 0.7));
            position: absolute;
            right: 25px;
            top: 0;
            bottom: 0;
            margin: auto; }
          .bottom_header div.main_top_navs ul.main_top_navs li a {
            padding: 14px 25px 14px 25px;
            width: 100%;
            display: flex !important;
            align-items: center; }
            .bottom_header div.main_top_navs ul.main_top_navs li a img {
              display: block;
              width: 30px;
              height: 30px;
              margin-right: 20px; }

  .top_header {
    padding: 12px 0px 14px 0px; }
    .top_header .logo {
      display: flex;
      justify-content: center;
      align-content: center; }
      .top_header .logo img {
        width: 125px; } }

@media (max-width: 992px) {
  .single-style .grey_box {
    padding: 30px; }

  .breadcrumbs {
    margin-bottom: 0px; }
    .breadcrumbs ul li {
      font-size: 11px; } }

@media (max-width: 992px) {
  section h3 {
    margin-bottom: 2px !important;
    font-size: 25px !important; }
    section.testimonial_slider {
      padding: 20px 20px 20px 20px; }
      section.testimonial_slider .main-carousel .carousel-cell .wrap {
        padding: 20px 30px 20px 30px; }
        section.testimonial_slider .main-carousel .carousel-cell .wrap .text {
          font-size: 14px; }
    section.product_slider .carousel .carousel_cell {
      width: 50%;
      padding-right: 0px; }
      section.product_slider .carousel .carousel_cell h4 {
        font-size: 13px; }
      section.product_slider .carousel .carousel_cell span.price {
        font-size: 18px; }
    section.comp_four_icons {
      padding-top: 40px;
      padding-bottom: 10px; }
      section.comp_four_icons p {
        font-size: 12px; }
    section.category_slider .carousel .carousel_cell {
      width: 50%;
      float: left;
      padding-right: 0px; }
      section.category_slider .carousel .carousel_cell h4 {
        font-size: 18px; }
    section.top_grid .pictures ul li {
      width: calc(50% - 12.5px);
      float: left;
      margin-right: 25px; }
      section.top_grid .pictures ul li:nth-last-child(1) {
        margin-right: 0px; }
      section.top_grid .pictures .col-6:nth-last-child(1) {
        display: none; } }

@media (max-width: 992px) {
  .category-style .head {
    margin-bottom: 20px; }
    .category-style .head .left {
      padding-right: 12px; }
      .category-style .head .left .text {
        background: #333;
        min-height: inherit;
        height: inherit; }
    .category-style .head .right {
      background: transparent;
      padding-right: 12px;
      padding-left: 12px; }

  #category-page {
    margin-top: 25px; }
    #category-page .product-holder .title_holder {
      display: block; }
      #category-page .product-holder .title_holder h1 {
        font-size: 28px; }
      #category-page .product-holder .title_holder h2 {
        font-size: 13px; }
      #category-page .product-holder .title_holder a {
        margin-top: 20px; }
      #category-page .product-holder .title_holder span.right {
        text-align: left; }
    #category-page .product-holder .sidebar .accordion .accordion-item .accordion-button {
      padding: 12px 10px; }
    #category-page .product-holder .content .child_categories li {
      flex: 1 1 50%; }
      #category-page .product-holder .content .child_categories li:nth-child(3n + 1) {
        padding-left: 8px; }
      #category-page .product-holder .content .child_categories li:nth-child(3n), #category-page .product-holder .content .child_categories li:nth-last-child(1) {
        padding-right: 8px; }
      #category-page .product-holder .content .child_categories li:nth-child(2n + 1) {
        padding-left: 0px; }
      #category-page .product-holder .content .child_categories li:nth-child(2n), #category-page .product-holder .content .child_categories li:nth-last-child(1) {
        padding-right: 0px; }
      #category-page .product-holder .content .child_categories a {
        font-size: 14px; } }

@media (max-width: 992px) {
  section.cart_holder .cart_box {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%; }
    section.cart_holder .item_box table#main-table td {
      position: relative; }
    section#product-page .top .right .content_holder {
      padding: 60px 0px 0px 0px; }
      section#product-page .top .right .content_holder .standard input {
        display: inline-block; }
        section#product-page .top .right .content_holder .standard input[type='number'] {
          height: 44px;
          top: 1px;
          position: relative;
          width: 70px; }

  .simular-items .carousel-cell {
    padding: 8px !important; }
    .simular-items .carousel-cell .product span.title {
      font-size: 13px !important; }
      .simular-items .carousel-cell .product span.price {
        font-size: 20px !important; } }

@media (max-width: 992px) {
  #cart section#cart-page .table-holder {
    padding-right: 12px; }
    #cart section#cart-page .table-holder #main-table tr td {
      padding: 30px 15px; }
      #cart section#cart-page .table-holder #main-table tr td span.title {
        font-size: 13px; }
      #cart section#cart-page .table-holder #main-table tr td span.sku {
        font-size: 12px; } }

@media (max-width: 992px) {
  #account .orders-page #orders-table_wrapper tr td {
    padding: 30px 1px !important; }
    #account .orders-page .white_box {
      padding: 22px 8px; } }
