@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  color: #1e1e20;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  overscroll-behavior: contain;
}
body.hide {
  overflow: hidden;
}

.left_nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
  height: 100%;
  background: #d8690a;
}

.nav_left_text {
  color: var(--title, #1e1e20);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.search-form {
  padding: 8px 52px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}

.search_bar {
  padding-right: 120px;
  box-sizing: border-box;
  border: none;
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: calc(100% - 130px);
}
.logo:nth-child(2) {
  position: relative;
}

.logo:nth-child(2) a .cart-total {
  position: absolute;
  top: -8%;
  right: 12px;
  background: white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.logo a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul {
  border: unset;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: unset;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: unset;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product {
  border: transparent;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product:hover {
  border: 1px solid rgb(187, 187, 187);
}
.products-categories {
  position: sticky;
  top: 0px;
}
.nav_search_button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.page_numbers .nav_left_text {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.nav_search_bar {
  width: 143px;
  height: 100%;
  background: var(--accent, #f58220);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.nav_search_bar span {
  color: var(--background, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.nav-header {
  background-color: #1e1e20;
}
.top_navigation::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 29.33%;
  background: #f58220;
  z-index: 0;
}
.breadcrumb-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 20px;
  margin-top: 40px;
}

.breadcrumb-list li {
  display: inline-block;
  position: relative;
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-list li:not(:last-child)::after {
  content: ' \003E ';
  position: absolute;
  right: -15px;
}
.columns-3 {
  position: relative;
  /* z-index: -7; */
}
.nav_search_bar i {
  margin-right: 8px;
}
.right_nav_icons {
  border-radius: 50%;
  border: 1px solid black;
  height: 32px;
  width: 32px;
  padding: 2px;
  box-sizing: border-box;
}
.contact_icons {
  height: 20px;
  width: 20px;
}
.button a p {
  color: var(--background, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#menu-bar {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
  flex-direction: row;
}
#menu-bar ul {
  list-style: none;
  display: flex;
}

#menu-bar ul {
  list-style: none;
  display: flex;
}

#menu-bar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  /* padding: 12px 16px; */
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.right_menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.menu_title {
  font-size: 20px;
}
.menu_title > a {
  color: white;
}
.contact_detail {
  display: flex;
  gap: 12px;
  align-items: center;
}
#banner--slider > .splide_slide {
  width: 1903px;
}
#banner--slider {
  visibility: visible;
}
.grid-item {
  border: 1px solid black;

  text-align: center;
  min-height: 421px;
  max-width: 376px;
  display: flex;
  flex-direction: column;
}
/* }
#menu-bar > nav > ul > li.hasChild.isActive > div > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
} */

#menu-bar ul .subMenu ul {
  grid-template-columns: repeat(2, 1fr);
}

.container .page--box {
  margin: 40px 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #f58220;
  max-width: 316px;
  max-height: 48px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  padding: 10px 32px;
  border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #1e1e20;
}

.section--title h1 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.product-name a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* .shop_table > thead > tr > th {
  color: var(--primary, #1e1e20);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
} */
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding: 13px 16px;
  max-width: 268px;
  margin-top: 65px !important;
}

.woocommerce-cart-form .amount bdi {
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.cart-collaterals {
  /* flex-basis: 40%; */
  width: calc(100% - 798px) !important;
}
.cart_totals {
  width: unset;
  float: unset;
  max-width: 410px;
  margin-inline: auto;
  padding: 30px;
  background: var(--surface, #f9f9f9);
}
.woocommerce-cart-form {
  flex-grow: 1;
  max-width: 768px;
  width: 768px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: unset;
}
.cart-collaterals .cart_totals h2 {
  font-family: 'Cabin';
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.woocommerce table.shop_table {
  border: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    flex-direction: column;
  }
  .section--title h1 {
    font-size: 25px;
  }
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  justify-content: center;
}
/* .page--box .description h2 {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
} */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  border: 1px solid var(--border, #d6d6d6);
  padding: 24px;
}
.woocommerce form.login {
  border: none;
}
.price {
  display: flex !important;
  flex-direction: row !important;
}

.price ins {
  order: -1 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.woocommerce ul.products li.product .button {
  background: #f58220;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: unset;
  max-height: 48px;
}
.content-product-image {
  overflow: hidden;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  margin: unset;
}
.content-product-image img {
  transition: transform 0.2s ease;
  overflow: hidden;
}
.content-product-image a:hover img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}
.label-wrap > label {
  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.order-received {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-message {
  text-align: center;
  max-width: 776px;
  max-height: 60px;
  margin-bottom: 32px;
}
.cart-collaterals .cart-totals h2 {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
.order-id {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 40px;
}
.view-order {
  color: var(--primary, #1e1e20);
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  margin-bottom: 18px;
}
.continue-shopping {
  max-height: 52px;
  border: 2px solid var(--accent, #f58220);
  padding: 10px 32px;
  text-decoration: none;
}
.continue-shopping p {
  color: #f58220;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.test_tag_text {
  height: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 56px;
}

.woocommerce-Price-amount ins bdi {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: var(--primary, #1e1e20);
}
.woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
  color: inherit;
}
.woocommerce-Price-amount .price del bdi {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: strikethrough;
}
.woocommerce .u-column1 {
  max-width: 424px;
  border: 1px solid var(--border, #d6d6d6);
  padding: 24px;
}
@media screen and (max-width: 1280px) {
  .woocommerce .products ul::after,
  .woocommerce .products ul::before,
  .woocommerce ul.products::after,
  .woocommerce ul.products::before {
    display: unset !important;
    content: unset !important;
  }
  .columns-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-top: 20px;
    /* place-items: center; */
  }
  .products-categories {
    position: static;
    top: 0px;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop_slider li input[type='checkbox'] {
  accent-color: var(--accent, #f58220);
}

.woocommerce ul.products[class*='columns-'] li.product,
.woocommerce-page ul.products[class*='columns-'] li.product {
  background: #f9f9f9;
  position: relative;
}
.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 16px;
  min-width: 188px;
}
.product_type_simple {
  position: absolute;
  bottom: 16px;
}
.item_image {
  flex-basis: 90%;
  background-color: #f9f9f9;
}
body > div.container > div > div.pagination > ul > li:hover {
  background: var(--primary, #1e1e20);
  border: 1px solid var(--primary, #1e1e20);
  color: white;
}
.woocommerce div.product .product_title {
  color: var(--primary, #1e1e20);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}
.woocommerce div.product p.price > bdi > .woocommerce-Price-currencySymbol {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: var(--accent, #f58220) !important;
}
#banner--slider > .splide_slide {
  width: 1903px;
}
.right_nav_icons {
  margin-bottom: 4px;
}
.breadcrumb {
  margin-bottom: 16px;
}
.breadcrumb-list li :first-child {
  color: #ddd;
}
.breadcrumb-list li:after {
  color: #ddd;
}
.term-description {
  max-width: 645px;
}
.product-category-card:hover .button {
  background: var(--accent, #f58220);
  border: none;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.product-category-card .button a {
  background-color: unset !important;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  width: 100%;
}
.product-category-card .button a:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'><path d='M8.50023 1.99379L9.42682 1.0672C9.81916 0.674865 10.4536 0.674865 10.8417 1.0672L18.9557 9.17693C19.348 9.56926 19.348 10.2037 18.9557 10.5918L10.8417 18.7057C10.4494 19.0981 9.81498 19.0981 9.42682 18.7057L8.50023 17.7792C8.10371 17.3826 8.11206 16.7357 8.51692 16.3475L13.5464 11.556L1.55079 11.556C0.995674 11.556 0.549072 11.1094 0.549072 10.5543L0.549072 9.21866C0.549072 8.66354 0.995674 8.21695 1.55079 8.21695L13.5464 8.21695L8.51692 3.42541C8.10789 3.03724 8.09954 2.3903 8.50023 1.99379Z' fill='white'/></svg>");
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 0;
  transition: 0.5s;
  color: white;
  font-weight: bolder;
  transform: translateY(-50%);
}

.product-category-card:hover .button a {
  padding-right: 45px;
}
.button a h5 {
  color: var(--background, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  height: 24px;
  margin-bottom: 10px;
  max-width: 252px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-inline: auto;
}

.product-category-card:hover .button a:after {
  opacity: 1;
  right: 10%;
}
.figure_container {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.figure_container img {
  transition: transform 0.2s ease;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product-category-card:hover .figure_container img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}

.categories-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin-top: 20px;
  margin-bottom: 72px !important;
}
.product-category-card {
  border: 1px solid var(--border, #d6d6d6);
  text-align: center;
  max-height: 421px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.button {
  background-color: var(--primary, #1e1e20);
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  transition: all 0.5s;
  cursor: pointer;
}
.button a {
  padding: 20px;
  display: flex;
  color: white;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
/* .button a::after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
} */
.button a:hover {
  padding-right: 25px;
  background-color: var(--accent, #f58220);
}
.products-categories {
  background: #1e1e20;
  color: white;
  max-height: 480px;
}
.shop_slider {
  max-height: 400px;
  overflow-y: auto;
}
.products-listing-page {
  display: flex;
  gap: 40px;
  flex-direction: row;
}
.categories-selection-section {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #414141;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.woocommerce ul.products li.product .button {
  background: #f58220;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: unset;
  max-height: 48px;
  height: 48px;
}

.label-wrap > label {
  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.woocommerce ul.products li.product a {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product a img {
  transition: transform 0.2s ease;
  overflow: hidden;
}
.woocommerce ul.products li.product a:hover img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}
.test_tag_text {
  height: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 48px;
}
.woocommerce-Price-amount > bdi {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: var(--primary, #1e1e20);
}
.woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
  color: inherit;
}

.categories-selection-section > a > p {
  white-space: nowrap;
  color: white;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#main > header > h1 {
  margin-bottom: 48px;
}
.woocommerce-result-count {
  font-size: 16px;
}
.woocommerce span.onsale {
  min-height: 26px;
  min-width: 45px;
  padding: 4px 8px;
  line-height: unset;
  background-color: #f58220;
  border-radius: unset;
}
.woocommerce ul.products li.product .onsale {
  right: unset;
  top: 4%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  left: 0;
}
/* .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-block: 16px;
} */
.woocommerce ul.products li.product a img {
  max-height: 216px;
  max-width: 278px;
}
.products-list {
  flex-grow: 1;
}
.orderby {
  border: none;

  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.price .woocommerce-price-suffix {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--primary, #1e1e20);
}
@media (min-width: 777px) and (max-width: 1562px) {
  #menu-bar ul li a {
    font-size: 16px;
  }
  .menu_title a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  .right_menu {
    flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .clients--box figure img {
    max-width: 250px;
    max-height: 100px;
  }
  .categories-lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-categories {
    position: static;
    top: 0px;
  }
  #menu-bar {
    flex-direction: column;
    padding-block: 20px;
    padding-inline: unset;
    gap: 15px;
  }
  #menu-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #menu-bar ul li a {
    font-size: 14px;
    font-weight: bold;
  }
  .contact_detail {
    display: flex;
  }
  .menu_title {
    font-size: 14px;
  }
  .search-form {
    padding: unset;
    background-color: #fff;
    position: relative;
    display: inline-block;
  }
  .woocommerce ul.products li.product .onsale {
    right: 82%;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}
.search-form {
  padding: 8px 24px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}

.top_navInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}
.top_navigation {
  position: relative;
  border-bottom: 1px solid #414141;
}
.nav_search_bar {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.search_icon {
  width: 24px;
  height: 24px;
}
.left_nav {
  background: #f58220;
  /* width: 100%; */
  padding: 25px 0 25px 62px;
  color: white;
  z-index: 1;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  color: #1e1e20;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  overscroll-behavior: contain;
}
body.hide {
  overflow: hidden;
}

.left_nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
  height: 100%;
  background: #d8690a;
}

.nav_left_text {
  color: var(--title, #1e1e20);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.search-form {
  padding: 8px 52px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.header--nav > ul > li.hasChild .subMenu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
}
.search_bar {
  padding-right: 120px;
  box-sizing: border-box;
  border: none;
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: calc(100% - 130px);
}
.logo:nth-child(2) {
  position: relative;
}

.logo:nth-child(2) a .cart-total {
  position: absolute;
  top: -8%;
  right: 12px;
  background: white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.logo a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul {
  border: unset;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: unset;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: unset;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product {
  border: transparent;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product:hover {
  border: 1px solid rgb(187, 187, 187);
}
.products-categories {
  position: sticky;
  top: 0px;
}
.nav_search_button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.page_numbers .nav_left_text {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.nav_search_bar {
  width: 143px;
  height: 100%;
  background: var(--accent, #f58220);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.nav_search_bar span {
  color: var(--background, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.nav-header {
  background-color: #1e1e20;
}
.top_navigation::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 29.33%;
  background: #f58220;
  z-index: 0;
}
.breadcrumb-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 20px;
  margin-top: 40px;
}

.breadcrumb-list li {
  display: inline-block;
  position: relative;
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-list li:not(:last-child)::after {
  content: ' \003E ';
  position: absolute;
  right: -15px;
}
.columns-3 {
  position: relative;
  /* z-index: -7; */
}
.nav_search_bar i {
  margin-right: 8px;
}
.right_nav_icons {
  border-radius: 50%;
  border: 1px solid black;
  height: 32px;
  width: 32px;
  padding: 2px;
  box-sizing: border-box;
}
.contact_icons {
  height: 20px;
  width: 20px;
}
.button a p {
  color: var(--background, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#menu-bar {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
  flex-direction: row;
}
#menu-bar ul {
  list-style: none;
  display: flex;
}

#menu-bar ul {
  list-style: none;
  display: flex;
}

#menu-bar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  /* padding: 12px 16px; */
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.right_menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.menu_title {
  font-size: 20px;
}
.menu_title > a {
  color: white;
}
.contact_detail {
  display: flex;
  gap: 12px;
  align-items: center;
}
#banner--slider > .splide_slide {
  width: 1903px;
}
#banner--slider {
  visibility: visible;
}
.grid-item {
  border: 1px solid black;

  text-align: center;
  min-height: 421px;
  max-width: 376px;
  display: flex;
  flex-direction: column;
}
/* }
#menu-bar > nav > ul > li.hasChild.isActive > div > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
} */

#menu-bar ul .subMenu ul {
  grid-template-columns: repeat(2, 1fr);
}

.container .page--box {
  margin: 40px 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #f58220;
  max-width: 316px;
  max-height: 48px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  padding: 10px 32px;
  border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #1e1e20;
}

.section--title h1 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.product-name a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* .shop_table > thead > tr > th {
  color: var(--primary, #1e1e20);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
} */
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding: 13px 16px;
  max-width: 268px;
  margin-top: 65px !important;
}

.woocommerce-cart-form .amount bdi {
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.cart-collaterals {
  /* flex-basis: 40%; */
  width: calc(100% - 798px) !important;
}
.cart_totals {
  width: unset;
  float: unset;
  max-width: 410px;
  margin-inline: auto;
  padding: 30px;
  background: var(--surface, #f9f9f9);
}
.woocommerce-cart-form {
  flex-grow: 1;
  max-width: 768px;
  width: 768px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: unset;
}
.cart-collaterals .cart_totals h2 {
  font-family: 'Cabin';
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.woocommerce table.shop_table {
  border: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    flex-direction: column;
  }
  .section--title h1 {
    font-size: 25px;
  }
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  justify-content: center;
}
/* .page--box .description h2 {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
} */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  border: 1px solid var(--border, #d6d6d6);
  padding: 24px;
}
.woocommerce form.login {
  border: none;
}
.price {
  display: flex !important;
  flex-direction: row !important;
}

.price ins {
  order: -1 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.woocommerce ul.products li.product .button {
  background: #f58220;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: unset;
  max-height: 48px;
}
.content-product-image {
  overflow: hidden;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  margin: unset;
}
.content-product-image img {
  transition: transform 0.2s ease;
  overflow: hidden;
}
.content-product-image a:hover img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}
.label-wrap > label {
  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.order-received {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-message {
  text-align: center;
  max-width: 776px;
  max-height: 60px;
  margin-bottom: 32px;
}
.cart-collaterals .cart-totals h2 {
  color: var(--title, #1e1e20);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
.order-id {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 40px;
}
.view-order {
  color: var(--primary, #1e1e20);
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  margin-bottom: 18px;
}
.continue-shopping {
  max-height: 52px;
  border: 2px solid var(--accent, #f58220);
  padding: 10px 32px;
  text-decoration: none;
}
.continue-shopping p {
  color: #f58220;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.test_tag_text {
  height: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 56px;
}

.woocommerce-Price-amount ins bdi {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: var(--primary, #1e1e20);
}
.woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
  color: inherit;
}
.woocommerce-Price-amount .price del bdi {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: strikethrough;
}
@media screen and (max-width: 1280px) {
  .woocommerce .products ul::after,
  .woocommerce .products ul::before,
  .woocommerce ul.products::after,
  .woocommerce ul.products::before {
    display: unset !important;
    content: unset !important;
  }
  .columns-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-top: 20px;
    /* place-items: center; */
  }
  .products-categories {
    position: static;
    top: 0px;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop_slider li input[type='checkbox'] {
  accent-color: var(--accent, #f58220);
}

.woocommerce ul.products[class*='columns-'] li.product,
.woocommerce-page ul.products[class*='columns-'] li.product {
  background: #f9f9f9;
  position: relative;
}
.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 16px;
  min-width: 188px;
}
.product_type_simple {
  position: absolute;
  bottom: 16px;
}
.item_image {
  flex-basis: 90%;
  background-color: #f9f9f9;
}
body > div.container > div > div.pagination > ul > li:hover {
  background: var(--primary, #1e1e20);
  border: 1px solid var(--primary, #1e1e20);
  color: white;
}
.woocommerce div.product .product_title {
  color: var(--primary, #1e1e20);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}
.woocommerce div.product p.price > bdi > .woocommerce-Price-currencySymbol {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: var(--accent, #f58220) !important;
}
#banner--slider > .splide_slide {
  width: 1903px;
}
.right_nav_icons {
  margin-bottom: 4px;
}
.breadcrumb {
  margin-bottom: 16px;
}
.breadcrumb-list li :first-child {
  color: #ddd;
}
.breadcrumb-list li:after {
  color: #ddd;
}
.term-description {
  max-width: 645px;
}
.product-category-card:hover .button {
  background: var(--accent, #f58220);
  border: none;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.product-category-card .button a {
  background-color: unset !important;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  width: 100%;
}
.product-category-card .button a:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'><path d='M8.50023 1.99379L9.42682 1.0672C9.81916 0.674865 10.4536 0.674865 10.8417 1.0672L18.9557 9.17693C19.348 9.56926 19.348 10.2037 18.9557 10.5918L10.8417 18.7057C10.4494 19.0981 9.81498 19.0981 9.42682 18.7057L8.50023 17.7792C8.10371 17.3826 8.11206 16.7357 8.51692 16.3475L13.5464 11.556L1.55079 11.556C0.995674 11.556 0.549072 11.1094 0.549072 10.5543L0.549072 9.21866C0.549072 8.66354 0.995674 8.21695 1.55079 8.21695L13.5464 8.21695L8.51692 3.42541C8.10789 3.03724 8.09954 2.3903 8.50023 1.99379Z' fill='white'/></svg>");
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 0;
  transition: 0.5s;
  color: white;
  font-weight: bolder;
  transform: translateY(-50%);
}

.product-category-card:hover .button a {
  padding-right: 45px;
}
.button a h5 {
  color: var(--background, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  height: 24px;
  margin-bottom: 10px;
  max-width: 252px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-inline: auto;
}

.product-category-card:hover .button a:after {
  opacity: 1;
  right: 10%;
}
.figure_container {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.figure_container img {
  transition: transform 0.2s ease;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product-category-card:hover .figure_container img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}

.categories-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin-top: 20px;
  margin-bottom: 72px !important;
}
.product-category-card {
  border: 1px solid var(--border, #d6d6d6);
  text-align: center;
  max-height: 421px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.button {
  background-color: var(--primary, #1e1e20);
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  transition: all 0.5s;
  cursor: pointer;
}
.button a {
  padding: 20px;
  display: flex;
  color: white;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
/* .button a::after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
} */
.button a:hover {
  padding-right: 25px;
  background-color: var(--accent, #f58220);
}
.products-categories {
  background: #1e1e20;
  color: white;
  max-height: 480px;
}
.shop_slider {
  max-height: 400px;
  overflow-y: auto;
}
.products-listing-page {
  display: flex;
  gap: 40px;
  flex-direction: row;
}
.categories-selection-section {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #414141;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.woocommerce ul.products li.product .button {
  background: #f58220;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: unset;
  max-height: 48px;
  height: 48px;
}

.label-wrap > label {
  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.woocommerce ul.products li.product a {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product a img {
  transition: transform 0.2s ease;
  overflow: hidden;
}
.woocommerce ul.products li.product a:hover img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  animation-duration: 300ms;
}
.test_tag_text {
  height: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 48px;
}
.woocommerce-Price-amount > bdi {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  lne-height: 25px;
  color: var(--primary, #1e1e20);
}
.woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
  color: inherit;
}

.categories-selection-section > a > p {
  white-space: nowrap;
  color: white;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#main > header > h1 {
  margin-bottom: 48px;
}
.woocommerce-result-count {
  font-size: 16px;
}
.woocommerce span.onsale {
  min-height: 26px;
  min-width: 45px;
  padding: 4px 8px;
  line-height: unset;
  background-color: #f58220;
  border-radius: unset;
}
.woocommerce ul.products li.product .onsale {
  right: unset;
  top: 4%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  left: 0;
}
/* .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-block: 16px;
} */
.woocommerce ul.products li.product a img {
  max-height: 216px;
  max-width: 278px;
}
.products-list {
  flex-grow: 1;
}
.orderby {
  border: none;

  font-size: 16px;
}
.test_tag_text {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.price .woocommerce-price-suffix {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--primary, #1e1e20);
}
@media (min-width: 777px) and (max-width: 1562px) {
  #menu-bar ul li a {
    font-size: 16px;
  }
  .menu_title a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  .right_menu {
    flex-basis: unset;
  }
}
@media (max-width: 992px) {
  .categories-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .clients--box figure img {
    max-width: 250px;
    max-height: 100px;
  }
  .categories-lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-categories {
    position: static;
    top: 0px;
  }
  #menu-bar {
    flex-direction: column;
    padding-block: 20px;
    padding-inline: unset;
    gap: 15px;
  }
  #menu-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #menu-bar ul li a {
    font-size: 14px;
    font-weight: bold;
  }
  .contact_detail {
    display: flex;
  }
  .menu_title {
    font-size: 14px;
  }
  .search-form {
    padding: unset;
    background-color: #fff;
    position: relative;
    display: inline-block;
  }
  .woocommerce ul.products li.product .onsale {
    right: 82%;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}
.search-form {
  padding: 8px 24px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}

.top_navInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}
.top_navigation {
  position: relative;
  border-bottom: 1px solid #414141;
}
.nav_search_bar {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.search_icon {
  width: 24px;
  height: 24px;
}
.left_nav {
  background: #f58220;
  /* width: 100%; */
  padding: 25px 0 25px 62px;
  color: white;
  z-index: 1;
}
.figure_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.bottom_navigation {
  background-color: #1e1e20;

  z-index: 10;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}
[class*='sliderBox'] {
  min-width: 100%;
  max-width: 100%;
}
.padding {
  padding: 60px 0;
}
.padding-lg {
  padding: 20px 0 125px;
}
@media screen and (max-width: 992px) {
  .padding-lg {
    padding: 20px 0 100px;
  }
  .products-listing-page {
    flex-direction: column;
  }
  .products-categories {
    width: 100%;
    margin-inline: auto;
    max-height: 300px;
  }
  .shop_slider {
    max-height: 200px;
    overflow-y: auto;
  }
  .shop_slider ul li .label-wrap {
    max-width: initial !important;
  }
  .products-categories {
    position: static !important;
    top: 0px;
  }
  #main-slider .splide__track--fade .splide__list .splide__slide {
    max-width: unset;
  }
  /* tbody .woocommerce-cart-form__cart-item .product-name a {
    max-width: 250px !important;
  } */
}
@media screen and (min-width: 782px) {
  #menu-bar {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .top_navigation {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .padding-lg {
    padding: 20px 0 80px;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    max-height: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .padding-lg {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .padding {
    padding: 50px 0;
  }
}
.dimBg {
  background: #f9f9f9;
}
.section--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section--title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.section--title.center > p {
  max-width: 640px;
  margin: 15px auto 0;
}
.section--title > p {
  max-width: 600px;
  margin: 12px 0 0;
}
ul {
  list-style: none;
}
ul.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 12px;
}
ul.dots li:last-child {
  margin: 0;
}
ul.dots li::before {
  content: '';
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background: #f58220;
  margin: 4px 16px 0 0;
  border-radius: 50%;
}
h1 {
  font-size: 45px;
  line-height: 1.3;
}
h2 {
  font-size: 35px;
  line-height: 1.3;
}
h3 {
  font-size: 28px;
  line-height: 1.3;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
}
h5 {
  font-size: 20px;
  line-height: 1.3;
}
h6 {
  font-size: 18px;
  line-height: 1.3;
}
.border-orange {
  border-left: 8px solid #f58220;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 14px;
  }
}
.btn {
  all: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: inherit;
  padding: 10px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  /* z-index: 1; */
}
.btn::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover::before {
  height: 100%;
}
.btn--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn--small {
  font-size: 18px;
}
.btn--primary {
  background: #f58220;
  color: #ffffff;
}
.btn--primary::before {
  background: #d8690a;
}
.btn--secondary {
  background: #1e1e20;
  color: #ffffff;
}
.btn--secondary::before {
  background: #050506;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 16px;
  }
}
.form--group {
  padding: 0 4px;
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  width: 100%;
  max-width: 100%;
}
.form--group:last-child {
  margin: 0;
}
.form--group .icon {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 18px;
  height: 18px;
}
.form--group .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.form--group.halfCol {
  max-width: 50%;
}
.form--control {
  all: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  min-height: 52px;
  border: 1px solid #fff;
  padding: 13px 16px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: inherit;
}
.form--control::-webkit-input-placeholder {
  color: #fff;
}
.form--control:-ms-input-placeholder {
  color: #fff;
}
.form--control::-ms-input-placeholder {
  color: #fff;
}
.form--control::placeholder {
  color: #fff;
}
.form--control.hasIcon {
  padding-left: 46px;
}
@media screen and (max-width: 576px) {
  .form--control {
    font-size: 16px;
  }
}

.form--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header--section {
  position: relative;
  z-index: 100;
  background: #1e1e20;
}
.header--section::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 33.33%;
  background: #f58220;
  z-index: -1;
}
@media screen and (max-width: 2160px) {
  .header--section::before {
    width: 30%;
  }
}
@media screen and (max-width: 1440px) {
  .header--section::before {
    width: 15%;
  }
  .search-form {
    padding: 8px 24px;
    width: 483px;
  }
}
@media screen and (min-width: 1450px) {
  .search-form {
    padding: 8px 24px;
    width: 483px;
  }
  /* .top_navigation::before {
    width: 33.33%;
  } */
}
@media screen and (min-width: 1668px) {
  .top_navigation::before {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .header--section::before {
    content: unset;
    display: none;
  }
}
.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  width: calc(100% - 185px);
}
.coupon #coupon_code {
  width: 268px;
  border: 1px solid var(--border, #d6d6d6);
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  padding: 15px 32px;
  opacity: unset;
  text-align: center;
  margin-top: unset !important;
}
.header--group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
.header--group > div {
  min-height: 120px;
}
@media screen and (max-width: 1180px) {
  .header--group {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1360px) {
  .search-form {
    width: 376px;
  }
  .top_navigation::before {
    width: 25%;
  }
  .left_nav {
    padding: 12px;
  }
}
@media screen and (max-width: 992px) {
  .page--section .page--box .woocommerce {
    display: flex;
    flex-direction: column;
  }

  .shop_table .cart_item {
    margin-block: 22px;
  }
  .header--group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .search-form {
    padding: 8px 24px;
    width: 100%;
  }
  .top_navInner {
    justify-content: initial;
    gap: 10px;
    width: calc(100% - 60px);
  }
  figure .header--logo {
    max-width: 200px;
  }
  .top_navigation::before {
    position: static;
  }
  .left_nav {
    background-color: inherit;
    flex-grow: 1;
    justify-content: right;
    gap: 12px;
    padding: 24px 0;
  }
}

.header--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
figure.header--logo {
  margin: 0;
}
.header--logo a {
  max-width: 260px;
  width: 100%;
}
.header--nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.header--nav > ul > li {
  margin: 0 20px 0 0;
}
.header--nav > ul > li:last-child {
  margin: 0;
}
.header--nav > ul > li > a {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--nav > ul > li.isActive > a {
  color: #f58220;
}
.header--nav > ul > li:hover > a {
  color: #f58220;
}
.header--nav > ul > li.hasChild {
  position: relative;
  z-index: 1;
}
.header--nav > ul > li.hasChild > a > img {
  max-width: 17px;
  margin: 0 0 0 8px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header--nav > ul > li.hasChild .subMenu {
  display: none;
  max-width: 783px;
  width: 730px;
  /* height: 730px; */
  position: absolute;
  top: calc(100% + 15px);
  /* left: -80%; */
  background: #1e1e20;
  padding: 40px 50px;
  border-bottom: 9px solid #f58220;
}
/* .header--nav > ul > li.hasChild .subMenu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  height: 50px;
  left: 0;
  width: 100%;
  background: transparent;
} */
.header--nav > ul > li.hasChild .subMenu h6 {
  display: none;
}

.header--nav > ul > li.hasChild .subMenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--nav > ul > li.hasChild .subMenu ul li figure.icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin: 0 18px 0 0;
}
.header--nav > ul > li.hasChild .subMenu ul li figure.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover figure.icon {
  background-color: #f58220;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover a {
  color: #f58220;
}
.header--nav > ul > li.hasChild .subMenu ul li a {
  color: #fff;
  line-height: 1.3;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  /* .header--nav ul li:hover {
    transform: unset !important;
  } */
  .header--nav > ul > li.hasChild .subMenu {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .header--nav > ul > li.hasChild .subMenu h6 {
    display: none;
  }
  #menu-bar ul .subMenu ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 20px 0 0 0;
  }
  .header--nav > ul > li.hasChild .subMenu {
    border-bottom-width: 2px;
    padding-bottom: 15px;
  }
  .header--nav > ul > li.hasChild .subMenu ul li a {
    font-size: 18px;
  }
}
.header--nav > ul > li.hasChild:hover > a > img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.header--nav > ul > li.hasChild.isActive > a {
  color: #f58220;
}
.search_bar {
  padding-right: 0;
}
.header--nav > ul > li.hasChild.isActive > a > img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header--nav > ul > li.hasChild.isActive > .subMenu {
  display: block;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
@media screen and (max-width: 992px) {
  .header--nav {
    max-width: 100%;
    background: #1e1e20;
    z-index: 1;
    padding: 30px 15px;
  }
  .header--nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header--nav > ul > li {
    margin: 0 0 25px;
    width: 100%;
  }
  .header--nav > ul > li:last-child {
    margin: 0;
  }
  .header--nav > ul > li > a {
    width: 100%;
  }
  .header--nav.isActive {
    display: block;
  }
}
.hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  /*hamburger menu*/
  .hamburger_menu {
    position: absolute;
    background: yellow;
  }
  .hamburger .isActive {
    display: block;
  }
  #menu-bar {
    display: none;
  }
  .right_nav_icons {
    border: 1px solid #fff;
  }
  .right_nav_icons path {
    fill: white;
  }
  .nav_left_text {
    color: white;
    font-size: 14px;
  }
  .navbar_new {
    display: none;
  }
  .navbar_new.active {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 425px;
    max-width: 100%;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    background: #1e1e20;
    z-index: 10;
    padding: 30px 15px;
    color: white;
  }
  .navbar_new.active #searchform {
    display: flex;
  }
  #searchform {
    display: none;
  }
  .right_menu {
    flex-direction: column;
    gap: 10px;
  }
  .contact_detail {
    margin-top: 20px;
    max-width: 395px;
    max-height: 70px;
    background-color: #f58220;
    padding: 20px;
  }
  .menu_title a {
    font-size: 20px;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 30px;
    position: absolute;
    top: 38%;
    right: 15px;
  }
  .hamburger button {
    all: unset;
    border: none;
    outline: none;
    background: transparent;
    display: -ms-grid;
    display: grid;
    grid-gap: 7px;
    cursor: pointer;
  }
  .hamburger button span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1 / span 1 / span 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hamburger button span:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1 / span 1 / span 1;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  .hamburger button span:last-child {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1 / span 1 / span 1;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .hamburger button.isActive span {
    background: #f58220;
  }
  .hamburger button.isActive span:first-child,
  .hamburger button.isActive span:last-child {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .hamburger button.isActive span:nth-child(2) {
    /* -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    transform: rotate(45deg) translate(8px, 5px);
    -webkit-transform: rotate(45deg) translate(8px, 5px);
  }
  .hamburger button.isActive span:nth-child(3) {
    /* -webkit-transform: rotate(135deg);
    transform: rotate(135deg); */
    transform: rotate(-45deg) translate(-3px, 6px);
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  }
  .header--contact {
    padding: 40px 35px;
    background: #f58220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header--contact a img {
    width: 20px;
    margin: 0 20px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header--contact a span {
    font-size: 20px;
    color: #fff;
  }
  .header--contact a:hover img {
    -webkit-animation: phoneVibrate 0.1s ease 2;
    animation: phoneVibrate 0.1s ease 2;
  }
}

@media screen and (max-width: 992px) {
  .header--contact {
    display: none;
  }
}
@-webkit-keyframes phoneVibrate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes phoneVibrate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.header--mobcontact {
  display: none;
  margin-top: 25px;
  background-color: #f58220;
  padding: 20px;
}
.header--mobcontact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--mobcontact a img {
  width: 20px;
  margin-right: 10px;
}
.header--mobcontact a .text {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header--mobcontact {
    display: block;
  }
}
.footer--section {
  position: relative;
}
.footer--section:before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      to(rgba(0, 0, 0, 0.7))
    ),
    url('https://webo.dev/jrsafety/wp-content/uploads/2023/06/footer-bg-img-scaled.jpg');
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 100%),
    url('https://webo.dev/jrsafety/wp-content/uploads/2023/06/footer-bg-img-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.footer--section > .container {
  position: relative;
  z-index: 1;
}
.footer--box {
  padding: 75px 0 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 225px 300px 1fr;
  grid-template-columns: 225px 300px 1fr;
  grid-gap: 50px;
}
.footer--box ul.socialIcons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2 / span 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer--box ul.socialIcons {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--box ul.socialIcons {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1 / span 1 / span 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer--box ul.socialIcons li {
  margin: 0 20px 0 0;
}
.footer--box ul.socialIcons li:last-child {
  margin: 0;
}
.footer--box ul.socialIcons li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer--box ul.socialIcons li a * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .footer--box {
    -ms-grid-columns: 200px 1fr 1fr;
    grid-template-columns: 200px 1fr 1fr;
    grid-gap: 50px 30px;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer--box {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 576px) {
  .footer--box {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0;
  }
}
.footer--logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1 / span 1 / span 4;
  }
}
.footer--logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
}
.footer--list {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 2/1 / span 1 / span 4;
  }
}
.footer--list h5 {
  color: #f58220;
  margin: 0 0 16px;
  font-size: 22px;
}
.footer--list > ul {
  list-style: none;
}
.footer--list > ul li {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer--list > ul li:last-child {
  margin: 0;
}
.footer--list > ul li a {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer--list > ul li a:hover {
  text-decoration: underline;
}
.footer--list.services {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list.services {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--list.services {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3/1 / span 1 / span 4;
  }
}
.footer--list.messageUs {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list.messageUs {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3/1 / span 1 / span 4;
  }
}
@media screen and (max-width: 576px) {
  .footer--list.messageUs {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 4/1 / span 1 / span 4;
  }
}
.footer--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.footer--form .form--submit {
  margin-left: auto;
}
.footer--form .form--group br {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer--form .form--group.halfCol {
    max-width: 100%;
  }
}
.footer--icon {
  min-width: 18px;
}
.footer--icon img {
  width: 18px;
}
.copyright--box {
  padding: 35px 0;
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.copyright--box * {
  font-size: 20px;
}
.copyright--box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.copyright--box ul li {
  margin: 0 30px 0 0;
}
.copyright--box ul li:last-child {
  margin: 0;
}
.copyright--box ul li a {
  color: #fff;
}
.copyright--box ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .copyright--box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .copyright--box {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright--box > * {
    margin: 0 0 10px;
  }
  .copyright--box > *:last-child {
    margin: 0;
  }
}
.wpcf7-response-output {
  color: #dc3232;
}
.wpcf7-spinner {
  display: block !important;
}
.footer--form .form--submit {
  display: block;
}
.footer--form .form--submit > * {
  margin-left: auto;
}
.banner--section {
  position: relative;
  /* z-index: 1; */
  padding: 220px 0 70px;
}
@media screen and (max-width: 992px) {
  .banner--section {
    padding: 60px 0;
  }
}
.banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner--bg .banner--sliderBox .splide__slide {
  position: relative;
}
.banner--bg .banner--sliderBox .splide__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 40%, transparent 100%);
}
.banner--section .container {
  position: relative;
}
@media (max-width: 767px) {
  .banner--bg .banner--sliderBox .splide__slide:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, rgba(0, 0, 0, 0.7)),
      to(transparent)
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 40%,
      transparent 100%
    );
  }
}
.banner--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 613px;
}
.banner--text {
  max-width: 670px;
  color: #fff;
}
.banner--text > .btn--holder {
  margin: 35px 0 0 0;
}
.banner--sliderBox *:not(.splide__pagination),
.banner--sliderBox {
  height: 100%;
}
.splide__pagination__page {
  height: 8px !important;
}
.info--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px;
}
@media screen and (max-width: 992px) {
  .info--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
.info--textBox .mainTitle {
  margin: 0 0 20px;
}
.info--textBox > p {
  margin: 16px 0;
}
.info--textBox > .btn--holder {
  margin: 28px 0 0 0;
}
.info--textformat > *:not(:last-child) {
  margin-bottom: 20px;
}
.info--textformat p br {
  display: none;
}
.info--textformat ul li {
  font-size: 20px;
}
.clients--section {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .clients--section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .clients--section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .clients--section {
    padding-bottom: 50px;
  }
}
.clients--box {
  margin: 65px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 60px 70px;
}
@media screen and (max-width: 992px) {
  .clients--box {
    margin: 50px 0 0 0;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  .clients--box {
    grid-gap: 40px;
  }
}
.clients--box > figure {
  width: 225px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .clients--box > figure {
    width: 100%;
  }
}
.clients--box > figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .clients--section.padding {
    padding-top: 0;
  }
}
.testimonial--section .section--title {
  max-width: 440px;
}
.testimonial--sliderBox {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .testimonial--sliderBox {
    margin: 60px 0 0 0;
  }
  .testimonial--sliderBox .splide__arrow {
    top: unset;
    bottom: -110px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial--sliderBox {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .testimonial--sliderBox .splide__arrow {
    top: -130px;
  }
  .testimonial--sliderBox .splide__arrow.splide__arrow--prev {
    left: unset;
    right: 82px;
  }
}
.testimonial--sliderBox .splide__arrow {
  opacity: 1;
  border-radius: 0;
  width: 60px;
  height: 60px;
  background-color: #f58220;
}
.testimonial--sliderBox .splide__arrow[disabled] {
  background-color: #1e1e20;
  opacity: 1;
}
.testimonial--sliderBox .splide__arrow svg {
  display: none;
}
.testimonial--sliderBox .splide__arrow.splide__arrow--next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial--sliderBox .splide__arrow:before {
  content: url('../../../../../wp-content/themes/jr-safety/assets/images/icons/icon-left.svg');
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial--item {
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr auto;
  grid-gap: 30px;
}
.testimonial--item > .text p {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 576px) {
  .testimonial--item {
    grid-gap: 15px;
  }
}
.testimonial--user {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 5px 20px;
}
.testimonial--user > figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1 / span 3 / span 1;
  width: 70px;
  height: 70px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial--user > h6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2 / span 1 / span 1;
}
.testimonial--user > span {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2 / span 1 / span 1;
}
.certification--section {
  padding: 75px 0 100px;
}
@media screen and (max-width: 992px) {
  .certification--section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .certification--section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .certification--section {
    padding: 50px 0;
  }
}
.certification--box {
  margin: 60px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}
@media screen and (max-width: 576px) {
  .certification--box {
    margin: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.certification--inner {
  margin: 60px 0 0 0;
}
.certification--item > a {
  display: block;
  margin: 30px 0 0 0;
  color: #1e1e20;
  text-align: center;
  font-size: 20px;
}
.certification--item figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.contact--section {
  padding: 50px 0;
  background: #f58220;
  margin-top: 48px !important;
}
@media screen and (max-width: 576px) {
  .contact--section {
    padding: 40px 0;
  }
}
.contact--section .btn--holder a.btn {
  font-size: 18px;
}
.contact--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact--box > .title a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 0 0 0;
}
.contact--box > .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact--box > * {
    margin: 0 0 30px;
  }
  .contact--box > *:last-child {
    margin: 0;
  }
}
.service-inner--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  grid-gap: 75px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .service-inner--box {
    grid-gap: 50px;
  }
  .header--logo {
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .service-inner--box {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-inner--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-inner--sidebar {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .service-inner--sidebar {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1 / span 1 / span 1;
  }
}
.service-inner--lists {
  background: #1e1e20;
  padding: 30px 40px 40px;
  list-style: none;
}
.service-inner--lists li {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.service-inner--lists li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-inner--lists li {
    font-size: 18px;
  }
}
.service-inner--lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.service-inner--lists li a::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  width: 6px;
  background: #f58220;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service-inner--lists li a:hover {
  color: #f58220;
}
.service-inner--lists li.isActive a {
  color: #f58220;
}
.service-inner--lists li.isActive a::before {
  opacity: 1;
}
.service-inner--infoBox {
  padding: 35px 25px 25px;
  position: relative;
  z-index: 1;
}
.service-inner--infoBox .bgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-inner--infoBox .bgOverlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.service-inner--infoBox p {
  font-size: 22px;
  color: #fff;
}
.service-inner--infoBox .btn {
  margin: 30px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}
.service-inner--desc .services-content *:not(:last-child) {
  margin-bottom: 24px;
}
.service-inner--desc .services-content li:not(:last-child) {
  margin-bottom: 12px;
}
.service-inner--desc .services-content * + ul {
  margin-top: -14px;
}
.service-inner--desc .services-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.service-inner--desc .services-content ul li::before {
  content: '';
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background: #f58220;
  margin: 4px 16px 0 0;
  border-radius: 50%;
}
.report--box {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 992px) {
  .report--box {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .report--box {
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .report--box {
    margin: 60px 0 0 0;
  }
}
.report--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 576px) {
  .report--form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.report--form .form--control {
  border-color: #707070;
  color: #1e1e20;
}
.report--form .form--control::-webkit-input-placeholder {
  color: #707070;
}
.report--form .form--control:-ms-input-placeholder {
  color: #707070;
}
.report--form .form--control::-ms-input-placeholder {
  color: #707070;
}
.report--form .form--control::placeholder {
  color: #707070;
}
.report--form .form--group {
  padding: 0 6px;
  margin: 0;
  width: 100%;
}
.report--form .form--submit {
  padding: 0 6px;
}
@media screen and (max-width: 576px) {
  .report--form .form--submit {
    width: 100%;
    margin: 12px 0 0;
  }
  .report--form .form--submit .btn {
    width: 100%;
  }
}
.report--section .message.report--form {
  font-style: italic;
  padding-top: 1rem;
  font-size: 16px;
  color: #707070;
}
.report--section .section--title > p {
  max-width: none;
}
.report--section .section--title > p strong {
  text-decoration: underline;
  color: #f58220;
}
body.page-template-find-my-report .container {
  width: 100%;
  max-width: 1180px;
}
body.page-template-find-my-report .btn,
body.page-template-find-my-report .btn:hover {
  letter-spacing: 0;
  font-style: normal;
  text-transform: capitalize;
}
body.page-template-find-my-report .wpcf7-spinner {
  display: block;
}
.page--box {
  margin: 50px 0 0 0;
}
@media (max-width: 1023px) {
  .nav_left_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page--box {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 993px) {
  .navbar_new {
    display: none;
  }
}

@media (min-width: 1569px) and (max-width: 1668px) {
  .top_navigation::before {
    width: 31.33%;
  }
}
#\31 2387 > .subMenu > ul > li:last-child > a {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1563px) {
  #menu-bar ul .subMenu ul,
  #menu-bar ul .subMenu ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
@media (min-width: 993px) and (max-width: 1662px) {
  #menu-bar ul .subMenu ul,
  #menu-bar ul .subMenu ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .header--logo {
    padding-block: 24px;
  }
}
@media (max-width: 420px) {
  .hamburger {
    left: 79%;
  }
  .nav_search_bar span,
  .menu_title a {
    font-size: 18px;
  }
}
/*categories text*/
.top p {
  color: var(--body, rgba(30, 30, 32, 0.8));
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 24px 0 54px 0;
}
.product-remove .remove {
  color: #f02828 !important;
}
.quantity .input-text {
  border: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 45px !important;
}
.cart_item .product-thumbnail {
  background: #f9f9f9;
}
.cart_item .product-quantity {
  /* display: flex !important; */
  align-items: center;
  justify-content: space-between;
}
.page--section .page--box .woocommerce {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.coupon .button,
.actions .button {
  border: 1px solid var(--accent, #f58220) !important;
  color: var(--accent, #f58220) !important;
  font-family: 'Inter' !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 175% !important;
  background-color: transparent !important;
  padding: 10px 32px !important;
  opacity: unset !important;
}
.shop_table .actions {
  background-color: transparent !important;
}
.cart-total .shop_table .amount bdi {
  color: var(--title, #1e1e20);
  /* text-align: right; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cart_totals .shop_table {
  margin-block: 32px !important;
}

.shop_table span bdi {
  color: var(--title, #1e1e20) !important;
  text-align: right !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}
.shop_table th {
  color: var(--title, #1e1e20) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}
.woocommerce-cart-form .shop_table tr th {
  color: var(--primary, #1e1e20) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.quantity .quantity-label {
  display: none;
}
.order-total th,
.order-total td strong .amount bdi {
  font-weight: 700 !important;
  line-height: 28px !important;
}
.shop_table tbody .actions {
  padding: 32px 0 0 !important;
}
@media (max-width: 640px) {
  .nav_left_text {
    display: none;
  }
  .logo:nth-child(2) a .cart-total {
    right: 0;
  }
  .right_nav_icons {
    margin-bottom: 0;
  }
  .left_nav {
    gap: 30px;
  }
  .hamburger {
    top: 42%;
  }
}
@media (max-width: 480px) {
  .left_nav {
    gap: 12px;
  }
  .top_navInner {
    width: calc(100% - 50px);
  }
  .top_navInner {
    gap: 20px;
  }
  .nav_search_bar span {
    display: none;
  }
  .nav_search_bar {
    width: 54px;
  }
  .search_bar {
    width: calc(100% - 48px);
  }
  .search-form {
    padding: 8px 12px;
  }
}
@media (max-width: 350px) {
  .right_nav_icons {
    width: 24px;
    height: 24px;
  }
  .top_navInner {
    width: calc(100% - 40px);
  }
}
.woocommerce-form-row #user_login,
.password-input #password_1,
.password-input #password_2 {
  padding: 12px;
  font-size: 16px;
  line-height: 1.375 !important;
  border: 1px solid #d6d6d6;
  margin: 12px 0;
}
.woocommerce-form-row label {
  font-weight: 700;
  margin-top: 12px;
}
.wc-proceed-to-checkout .checkout-button {
  max-height: initial !important;
}

.header--nav ul li a:hover,
.header--nav ul li a.selected {
  color: #f58220;
}
#\31 2387 > a:hover,
#\31 2387 > a.active {
  color: #f58220;
}
#\31 1347 > a:hover,
#\31 1347 > a.active {
  color: #f58220;
}
#menu-bar ul li a:hover {
  color: #f58220;
}
#menu-bar ul li.hasChild.isActive > a {
  color: #f58220;
}
.footer-contact-image {
  margin-top: 12px;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover {
  color: #f58220;
}
.subMenu li:hover > a {
  color: #f58220 !important;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product:hover {
  background: var(--background, #fff);
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 641px) and (max-width: 768px) {
  .products-list .woocommerce-ordering,
  .site-main .woocommerce-ordering {
    float: unset;
  }
  .products-list {
    position: relative;
  }
  .woocommerce-result-count,
  .site-main .woocommerce-result-count {
    float: unset !important;
  }
}
@media (max-width: 640px) {
  .products-list {
    position: relative;
  }
  .products-list .woocommerce-ordering,
  .site-main .woocommerce-ordering {
    float: unset;
  }
  .woocommerce-result-count {
    float: unset !important;
  }
}
.shop_slider ul li .label-wrap {
  max-width: 184px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navigation-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.products-categories {
  position: sticky;
  top: 160px;
  margin: 15px 0;
}
/* made my order of checkout page sticky */
.jr-review-order {
  position: sticky;
  top: 185px;
  align-self: flex-start;
  bottom: 44px;
}
/* single product image height and width */
.type-product .splide__list .splide__slide img {
  /* height: 82px; */
  height: 100% !important;
  width: 82px;
  object-fit: cover;
}

@media (min-width: 481px) and (max-width: 529px) {
  .coupon #coupon_code {
    width: 100%;
    max-width: initial;
  }
  .coupon .button {
    width: 100% !important;
    max-width: initial;
  }
}
/* @media (max-width: 768px) {
  .coupon #coupon_code {
    max-width: initial;
    width: unset;
  }
} */

.woocommerce-product-gallery .splide .splide_track {
  max-height: 400px;
  overflow-y: auto;
}
/* all categories height and width */
.all-categories .categories-lists .product-category-card .figure_container img {
  height: 360px;
  width: 376px;
  object-fit: cover;
  object-position: center;
}

/* shopping cart checkout button */
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
}
/* product tags */
.site-main .product .summary .product_meta {
  flex-direction: column;
  gap: 5px;
}
.product_meta .prod-cats,
.product_meta .sku_wrappper,
.prod-tags .tagged_as {
  color: var(--title, #1e1e20);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.product_meta .prod-cats a,
.product_meta .sku_wrappper .sku,
.prod-tags {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--title, #1e1e20);
}
.summary .woocommerce-product-details__short-description {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.summary .prod-tags {
  margin-top: 16px !important;
}
/* trucating the product title */
.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
  white-space: normal;
}
/* product design image background */
#main-slider .splide__slide img {
  padding: 50px;
}

/* product design image slider */
#main-slider .splide__track--fade .splide__list .splide__slide {
  max-height: 485px;
  max-width: 481px;
  background: #f9f9f9;
}
#thumbnail-slider
  .splide__track--nav
  > .splide__list
  > .splide__slide.is-active,
#thumbnail-slider .splide__track--nav > .splide__list > .splide__slide {
  background: #f9f9f9;
}
/* Product image slider design */
#thumbnail-slider .splide__arrows--ttb .splide__arrow--prev,
#thumbnail-slider .splide__arrows--ttb .splide__arrow--next {
  border-radius: 99px;
  border: 1px solid var(--disabled, #bcbcbc);
  background: var(--background, #fff);
  box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12),
    0px 3px 6px -3px rgba(23, 24, 24, 0.08);
  padding: 6px;
}
/* shopping cart */
tbody .woocommerce-cart-form__cart-item .product-name {
  max-width: 250px;
}
tbody .product-quantity .quantity {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart-form__cart-item
  .product-thumbnail
  .content-product-image
  img {
  width: auto !important;
}
@media (max-width: 768px) {
  tbody .woocommerce-cart-form__cart-item .product-name {
    max-width: unset;
  }
  .shop_table tr td::before {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin-right: 10px;
  }
  tbody .product-quantity .quantity {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 993px) and (max-width: 1160px) {
  .woocommerce-cart-form__cart-item
    .product-thumbnail
    .content-product-image
    img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
  }

  #coupon_code {
    width: 222px !important;
  }
}
/* hover when the product price */
.woocommerce ul.products li.product .card-description .price {
  height: 48px;
}
.woocommerce ul.products li.product .card-description .price:hover {
  height: unset;
}
/* Reset password and Return to shop buttons*/
.form-row .woocommerce-Button,
.return-to-shop .wc-backward {
  background: #f58220 !important;
  height: 54px !important;
  color: white !important;
}

.parent-prod-section .woocommerce-products-header__title {
  margin-bottom: 15px;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-size: 35px;
  line-height: 1.3;
}
.page--section .page--box .woocommerce > *:empty {
  display: none;
}
@media (max-width: 768px) {
  .page--box .woocommerce-notices-wrapper {
    top: -4%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .page--box .woocommerce-notices-wrapper {
    top: -6%;
  }
}

/*image slider aligned with the Product Image */
@media (min-width: 993px) {
  #thumbnail-slider-track {
    max-height: 485px;
    height: 485px !important;
  }
}

/* Password icon aligned center */
.password-input .show-password-input {
  top: 35% !important;
}
/* return to shop */
.woocommerce .woocommerce .cart-empty {
  margin: unset;
}
.return-to-shop a:hover {
  color: white !important;
}
form.lost_reset_password button {
  text-transform: capitalize;
}
/* Image slider active state */
#thumbnail-slider
  .splide__track--nav
  > .splide__list
  > .splide__slide.is-active {
  border: 2px solid #f8a45d !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}
.page-numbers {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.page-numbers li span,
.page-numbers li a {
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1e1e20 !important;
  border: 1px solid #1e1e20;
}
.page-numbers li span.current,
.page-numbers li a.current {
  background-color: #1e1e20 !important;
  color: #ffffff !important;
}
.page-numbers li span.next,
.page-numbers li a.next,
.page-numbers li span.prev,
.page-numbers li a.prev {
  border-color: #dddddd;
}
.page-numbers li span.next img,
.page-numbers li a.next img,
.page-numbers li span.prev img,
.page-numbers li a.prev img {
  width: 28px !important;
  height: 28px !important;
}
@media (max-width: 992px) {
  .woocommerce-cart-form {
    width: auto !important;
  }
  .cart-collaterals {
    width: auto !important;
  }
  #main > header > h1 {
    margin-bottom: 20px;
  }
  .products-listing-page {
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .coupon #coupon_code {
    width: calc(50% - 4px);
    margin-right: 0;
  }

  .screen-reader-text {
    display: none;
  }

  .woocommerce-cart-form {
    width: 100%;
    max-width: 100%;
  }
  .cart-collaterals {
    width: 100% !important;
    margin-inline: auto;
  }
  .cart_totals {
    max-width: 100%;
    float: unset !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .actions .coupon {
    width: 100%;
  }
  .actions .coupon::before,
  .actions .coupon::after {
    display: none !important;
  }
  .actions .coupon > * {
    width: calc(50% - 4px);
  }
  .coupon #coupon_code {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .coupon #coupon_code {
    width: 100%;
  }
  .actions .coupon > * {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */

.figure_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.bottom_navigation {
  background-color: #1e1e20;

  z-index: 10;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}
[class*='sliderBox'] {
  min-width: 100%;
  max-width: 100%;
}
.padding {
  padding: 60px 0;
}
.padding-lg {
  padding: 20px 0 125px;
}
@media screen and (max-width: 992px) {
  .padding-lg {
    padding: 20px 0 100px;
  }
  .products-listing-page {
    flex-direction: column;
  }
  .products-categories {
    width: 100%;
    margin-inline: auto;
    max-height: 300px;
  }
  .shop_slider {
    max-height: 200px;
    overflow-y: auto;
  }
  .shop_slider ul li .label-wrap {
    max-width: initial !important;
  }
  .products-categories {
    position: static !important;
    top: 0px;
  }
  #main-slider .splide__track--fade .splide__list .splide__slide {
    max-width: unset;
  }
  /* tbody .woocommerce-cart-form__cart-item .product-name a {
    max-width: 250px !important;
  } */
}
@media screen and (min-width: 782px) {
  #menu-bar {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .top_navigation {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .padding-lg {
    padding: 20px 0 80px;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    max-height: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .padding-lg {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .padding {
    padding: 50px 0;
  }
}
.dimBg {
  background: #f9f9f9;
}
.section--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section--title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.section--title.center > p {
  max-width: 640px;
  margin: 15px auto 0;
}
.section--title > p {
  max-width: 600px;
  margin: 12px 0 0;
}
ul {
  list-style: none;
}
ul.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 12px;
}
ul.dots li:last-child {
  margin: 0;
}
ul.dots li::before {
  content: '';
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background: #f58220;
  margin: 4px 16px 0 0;
  border-radius: 50%;
}
h1 {
  font-size: 45px;
  line-height: 1.3;
}
h2 {
  font-size: 35px;
  line-height: 1.3;
}
h3 {
  font-size: 28px;
  line-height: 1.3;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
}
h5 {
  font-size: 20px;
  line-height: 1.3;
}
h6 {
  font-size: 18px;
  line-height: 1.3;
}
.border-orange {
  border-left: 8px solid #f58220;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 14px;
  }
}
.btn {
  all: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: inherit;
  padding: 10px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  /* z-index: 1; */
}
.btn::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover::before {
  height: 100%;
}
.btn--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn--small {
  font-size: 18px;
}
.btn--primary {
  background: #f58220;
  color: #ffffff;
}
.btn--primary::before {
  background: #d8690a;
}
.btn--secondary {
  background: #1e1e20;
  color: #ffffff;
}
.btn--secondary::before {
  background: #050506;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 16px;
  }
}
.form--group {
  padding: 0 4px;
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  width: 100%;
  max-width: 100%;
}
.form--group:last-child {
  margin: 0;
}
.form--group .icon {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 18px;
  height: 18px;
}
.form--group .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.form--group.halfCol {
  max-width: 50%;
}
.form--control {
  all: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  min-height: 52px;
  border: 1px solid #fff;
  padding: 13px 16px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: inherit;
}
.form--control::-webkit-input-placeholder {
  color: #fff;
}
.form--control:-ms-input-placeholder {
  color: #fff;
}
.form--control::-ms-input-placeholder {
  color: #fff;
}
.form--control::placeholder {
  color: #fff;
}
.form--control.hasIcon {
  padding-left: 46px;
}
@media screen and (max-width: 576px) {
  .form--control {
    font-size: 16px;
  }
}

.form--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header--section {
  position: relative;
  z-index: 100;
  background: #1e1e20;
}
.header--section::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 33.33%;
  background: #f58220;
  z-index: -1;
}
@media screen and (max-width: 2160px) {
  .header--section::before {
    width: 30%;
  }
}
@media screen and (max-width: 1440px) {
  .header--section::before {
    width: 15%;
  }
  .search-form {
    padding: 8px 24px;
    width: 483px;
  }
}
@media screen and (min-width: 1450px) {
  .search-form {
    padding: 8px 24px;
    width: 483px;
  }
  /* .top_navigation::before {
    width: 33.33%;
  } */
}
@media screen and (min-width: 1668px) {
  .top_navigation::before {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .header--section::before {
    content: unset;
    display: none;
  }
}
.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  width: calc(100% - 185px);
}
.coupon #coupon_code {
  width: 268px;
  border: 1px solid var(--border, #d6d6d6);
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  padding: 15px 32px;
  opacity: unset;
  text-align: center;
  margin-top: unset !important;
}
.header--group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
.header--group > div {
  min-height: 120px;
}
@media screen and (max-width: 1180px) {
  .header--group {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1360px) {
  .search-form {
    width: 376px;
  }
  .top_navigation::before {
    width: 25%;
  }
  .left_nav {
    padding: 12px;
  }
}
@media screen and (max-width: 992px) {
  .page--section .page--box .woocommerce {
    display: flex;
    flex-direction: column;
  }

  .shop_table .cart_item {
    margin-block: 22px;
  }
  .header--group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .search-form {
    padding: 8px 24px;
    width: 100%;
  }
  .top_navInner {
    justify-content: initial;
    gap: 10px;
    width: calc(100% - 60px);
  }
  figure .header--logo {
    max-width: 200px;
  }
  .top_navigation::before {
    position: static;
  }
  .left_nav {
    background-color: inherit;
    flex-grow: 1;
    justify-content: right;
    gap: 12px;
    padding: 24px 0;
  }
}

.header--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
figure.header--logo {
  margin: 0;
}
.header--logo a {
  max-width: 260px;
  width: 100%;
}
.header--nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.header--nav > ul > li {
  margin: 0 20px 0 0;
}
.header--nav > ul > li:last-child {
  margin: 0;
}
.header--nav > ul > li > a {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--nav > ul > li.isActive > a {
  color: #f58220;
}
.header--nav > ul > li:hover > a {
  color: #f58220;
}
.header--nav > ul > li.hasChild {
  position: relative;
  z-index: 1;
}
.header--nav > ul > li.hasChild > a > img {
  max-width: 17px;
  margin: 0 0 0 8px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header--nav > ul > li.hasChild .subMenu {
  display: none;
  max-width: 783px;
  width: 730px;
  /* height: 730px; */
  position: absolute;
  top: calc(100% + 15px);
  /* left: -80%; */
  background: #1e1e20;
  padding: 40px 50px;
  border-bottom: 9px solid #f58220;
}
/* .header--nav > ul > li.hasChild .subMenu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  height: 50px;
  left: 0;
  width: 100%;
  background: transparent;
} */
.header--nav > ul > li.hasChild .subMenu h6 {
  display: none;
}

.header--nav > ul > li.hasChild .subMenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--nav > ul > li.hasChild .subMenu ul li figure.icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin: 0 18px 0 0;
}
.header--nav > ul > li.hasChild .subMenu ul li figure.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover figure.icon {
  background-color: #f58220;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover a {
  color: #f58220;
}
.header--nav > ul > li.hasChild .subMenu ul li a {
  color: #fff;
  line-height: 1.3;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  /* .header--nav ul li:hover {
    transform: unset !important;
  } */
  .header--nav > ul > li.hasChild .subMenu {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .header--nav > ul > li.hasChild .subMenu h6 {
    display: none;
  }
  #menu-bar ul .subMenu ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 20px 0 0 0;
  }
  .header--nav > ul > li.hasChild .subMenu {
    border-bottom-width: 2px;
    padding-bottom: 15px;
  }

  .header--nav > ul > li.hasChild .subMenu ul li a {
    font-size: 18px;
  }
}
.header--nav > ul > li.hasChild:hover > a > img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.header--nav > ul > li.hasChild.isActive > a {
  color: #f58220;
}
.search_bar {
  padding-right: 0;
}
.header--nav > ul > li.hasChild.isActive > a > img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header--nav > ul > li.hasChild.isActive > .subMenu {
  display: block;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
@media screen and (max-width: 992px) {
  .header--nav {
    max-width: 100%;
    background: #1e1e20;
    z-index: 1;
    padding: 30px 15px;
  }
  .header--nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header--nav > ul > li {
    margin: 0 0 25px;
    width: 100%;
  }
  .header--nav > ul > li:last-child {
    margin: 0;
  }
  .header--nav > ul > li > a {
    width: 100%;
  }
  .header--nav.isActive {
    display: block;
  }
}
.hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  /*hamburger menu*/
  .hamburger_menu {
    position: absolute;
    background: yellow;
  }
  .hamburger .isActive {
    display: block;
  }
  #menu-bar {
    display: none;
  }
  .right_nav_icons {
    border: 1px solid #fff;
  }
  .right_nav_icons path {
    fill: white;
  }
  .nav_left_text {
    color: white;
    font-size: 14px;
  }
  .navbar_new {
    display: none;
  }
  .navbar_new.active {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 425px;
    max-width: 100%;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    background: #1e1e20;
    z-index: 10;
    padding: 30px 15px;
    color: white;
  }
  .navbar_new.active #searchform {
    display: flex;
  }
  #searchform {
    display: none;
  }
  .right_menu {
    flex-direction: column;
    gap: 10px;
  }
  .contact_detail {
    margin-top: 20px;
    max-width: 395px;
    max-height: 70px;
    background-color: #f58220;
    padding: 20px;
  }
  .menu_title a {
    font-size: 20px;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 30px;
    position: absolute;
    top: 38%;
    right: 15px;
  }
  .hamburger button {
    all: unset;
    border: none;
    outline: none;
    background: transparent;
    display: -ms-grid;
    display: grid;
    grid-gap: 7px;
    cursor: pointer;
  }
  .hamburger button span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1 / span 1 / span 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hamburger button span:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1 / span 1 / span 1;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  .hamburger button span:last-child {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1 / span 1 / span 1;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .hamburger button.isActive span {
    background: #f58220;
  }
  .hamburger button.isActive span:first-child,
  .hamburger button.isActive span:last-child {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .hamburger button.isActive span:nth-child(2) {
    /* -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    transform: rotate(45deg) translate(8px, 5px);
    -webkit-transform: rotate(45deg) translate(8px, 5px);
  }
  .hamburger button.isActive span:nth-child(3) {
    /* -webkit-transform: rotate(135deg);
    transform: rotate(135deg); */
    transform: rotate(-45deg) translate(-3px, 6px);
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  }
  .header--contact {
    padding: 40px 35px;
    background: #f58220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header--contact a img {
    width: 20px;
    margin: 0 20px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header--contact a span {
    font-size: 20px;
    color: #fff;
  }
  .header--contact a:hover img {
    -webkit-animation: phoneVibrate 0.1s ease 2;
    animation: phoneVibrate 0.1s ease 2;
  }
}

@media screen and (max-width: 992px) {
  .header--contact {
    display: none;
  }
}
@-webkit-keyframes phoneVibrate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes phoneVibrate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.header--mobcontact {
  display: none;
  margin-top: 25px;
  background-color: #f58220;
  padding: 20px;
}
.header--mobcontact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--mobcontact a img {
  width: 20px;
  margin-right: 10px;
}
.header--mobcontact a .text {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header--mobcontact {
    display: block;
  }
}
.footer--section {
  position: relative;
}
.footer--section:before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      to(rgba(0, 0, 0, 0.7))
    ),
    url('https://webo.dev/jrsafety/wp-content/uploads/2023/06/footer-bg-img-scaled.jpg');
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 100%),
    url('https://webo.dev/jrsafety/wp-content/uploads/2023/06/footer-bg-img-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.footer--section > .container {
  position: relative;
  z-index: 1;
}
.footer--box {
  padding: 75px 0 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 225px 300px 1fr;
  grid-template-columns: 225px 300px 1fr;
  grid-gap: 50px;
}
.footer--box ul.socialIcons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2 / span 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer--box ul.socialIcons {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--box ul.socialIcons {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1 / span 1 / span 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer--box ul.socialIcons li {
  margin: 0 20px 0 0;
}
.footer--box ul.socialIcons li:last-child {
  margin: 0;
}
.footer--box ul.socialIcons li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer--box ul.socialIcons li a * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .footer--box {
    -ms-grid-columns: 200px 1fr 1fr;
    grid-template-columns: 200px 1fr 1fr;
    grid-gap: 50px 30px;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer--box {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 576px) {
  .footer--box {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0;
  }
}
.footer--logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1 / span 1 / span 4;
  }
}
.footer--logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
}
.footer--list {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 2/1 / span 1 / span 4;
  }
}
.footer--list h5 {
  color: #f58220;
  margin: 0 0 16px;
  font-size: 22px;
}
.footer--list > ul {
  list-style: none;
}
.footer--list > ul li {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer--list > ul li:last-child {
  margin: 0;
}
.footer--list > ul li a {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer--list > ul li a:hover {
  text-decoration: underline;
}
.footer--list.services {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list.services {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3 / span 1 / span 2;
  }
}
@media screen and (max-width: 576px) {
  .footer--list.services {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3/1 / span 1 / span 4;
  }
}
.footer--list.messageUs {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3 / span 1 / span 1;
}
@media screen and (max-width: 768px) {
  .footer--list.messageUs {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3/1 / span 1 / span 4;
  }
}
@media screen and (max-width: 576px) {
  .footer--list.messageUs {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 4/1 / span 1 / span 4;
  }
}
.footer--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.footer--form .form--submit {
  margin-left: auto;
}
.footer--form .form--group br {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer--form .form--group.halfCol {
    max-width: 100%;
  }
}
.footer--icon {
  min-width: 18px;
}
.footer--icon img {
  width: 18px;
}
.copyright--box {
  padding: 35px 0;
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.copyright--box * {
  font-size: 20px;
}
.copyright--box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.copyright--box ul li {
  margin: 0 30px 0 0;
}
.copyright--box ul li:last-child {
  margin: 0;
}
.copyright--box ul li a {
  color: #fff;
}
.copyright--box ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .copyright--box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .copyright--box {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright--box > * {
    margin: 0 0 10px;
  }
  .copyright--box > *:last-child {
    margin: 0;
  }
}
.wpcf7-response-output {
  color: #dc3232;
}
.wpcf7-spinner {
  display: block !important;
}
.footer--form .form--submit {
  display: block;
}
.footer--form .form--submit > * {
  margin-left: auto;
}
.banner--section {
  position: relative;
  /* z-index: 1; */
  padding: 220px 0 70px;
}
@media screen and (max-width: 992px) {
  .banner--section {
    padding: 60px 0;
  }
}
.banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner--bg .banner--sliderBox .splide__slide {
  position: relative;
}
.banner--bg .banner--sliderBox .splide__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 40%, transparent 100%);
}
.banner--section .container {
  position: relative;
}
@media (max-width: 767px) {
  .banner--bg .banner--sliderBox .splide__slide:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, rgba(0, 0, 0, 0.7)),
      to(transparent)
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 40%,
      transparent 100%
    );
  }
}
.banner--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 613px;
}
.banner--text {
  max-width: 670px;
  color: #fff;
}
.banner--text > .btn--holder {
  margin: 35px 0 0 0;
}
.banner--sliderBox *:not(.splide__pagination),
.banner--sliderBox {
  height: 100%;
}
.splide__pagination__page {
  height: 8px !important;
}
.info--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px;
}
@media screen and (max-width: 992px) {
  .info--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
.info--textBox .mainTitle {
  margin: 0 0 20px;
}
.info--textBox > p {
  margin: 16px 0;
}
.info--textBox > .btn--holder {
  margin: 28px 0 0 0;
}
.info--textformat > *:not(:last-child) {
  margin-bottom: 20px;
}
.info--textformat p br {
  display: none;
}
.info--textformat ul li {
  font-size: 20px;
}
.clients--section {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .clients--section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .clients--section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .clients--section {
    padding-bottom: 50px;
  }
}
.clients--box {
  margin: 65px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 60px 70px;
}
@media screen and (max-width: 992px) {
  .clients--box {
    margin: 50px 0 0 0;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  .clients--box {
    grid-gap: 40px;
  }
}
.clients--box > figure {
  width: 225px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .clients--box > figure {
    width: 100%;
  }
}
.clients--box > figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .clients--section.padding {
    padding-top: 0;
  }
}
.testimonial--section .section--title {
  max-width: 440px;
}
.testimonial--sliderBox {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .testimonial--sliderBox {
    margin: 60px 0 0 0;
  }
  .testimonial--sliderBox .splide__arrow {
    top: unset;
    bottom: -110px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial--sliderBox {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .testimonial--sliderBox .splide__arrow {
    top: -130px;
  }
  .testimonial--sliderBox .splide__arrow.splide__arrow--prev {
    left: unset;
    right: 82px;
  }
}
.testimonial--sliderBox .splide__arrow {
  opacity: 1;
  border-radius: 0;
  width: 60px;
  height: 60px;
  background-color: #f58220;
}
.testimonial--sliderBox .splide__arrow[disabled] {
  background-color: #1e1e20;
  opacity: 1;
}
.testimonial--sliderBox .splide__arrow svg {
  display: none;
}
.testimonial--sliderBox .splide__arrow.splide__arrow--next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial--sliderBox .splide__arrow:before {
  content: url('../../../../../wp-content/themes/jr-safety/assets/images/icons/icon-left.svg');
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial--item {
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr auto;
  grid-gap: 30px;
}
.testimonial--item > .text p {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 576px) {
  .testimonial--item {
    grid-gap: 15px;
  }
}
.testimonial--user {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 5px 20px;
}
.testimonial--user > figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1 / span 3 / span 1;
  width: 70px;
  height: 70px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial--user > h6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2 / span 1 / span 1;
}
.testimonial--user > span {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2 / span 1 / span 1;
}
.certification--section {
  padding: 75px 0 100px;
}
@media screen and (max-width: 992px) {
  .certification--section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .certification--section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .certification--section {
    padding: 50px 0;
  }
}
.certification--box {
  margin: 60px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}
@media screen and (max-width: 576px) {
  .certification--box {
    margin: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.certification--inner {
  margin: 60px 0 0 0;
}
.certification--item > a {
  display: block;
  margin: 30px 0 0 0;
  color: #1e1e20;
  text-align: center;
  font-size: 20px;
}
.certification--item figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.contact--section {
  padding: 50px 0;
  background: #f58220;
  margin-top: 48px !important;
}
@media screen and (max-width: 576px) {
  .contact--section {
    padding: 40px 0;
  }
}
.contact--section .btn--holder a.btn {
  font-size: 18px;
}
.contact--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact--box > .title a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 0 0 0;
}
.contact--box > .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact--box > * {
    margin: 0 0 30px;
  }
  .contact--box > *:last-child {
    margin: 0;
  }
}
.service-inner--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  grid-gap: 75px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .service-inner--box {
    grid-gap: 50px;
  }
  .header--logo {
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .service-inner--box {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-inner--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-inner--sidebar {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .service-inner--sidebar {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1 / span 1 / span 1;
  }
}
.service-inner--lists {
  background: #1e1e20;
  padding: 30px 40px 40px;
  list-style: none;
}
.service-inner--lists li {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.service-inner--lists li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-inner--lists li {
    font-size: 18px;
  }
}
.service-inner--lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.service-inner--lists li a::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  width: 6px;
  background: #f58220;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service-inner--lists li a:hover {
  color: #f58220;
}
.service-inner--lists li.isActive a {
  color: #f58220;
}
.service-inner--lists li.isActive a::before {
  opacity: 1;
}
.service-inner--infoBox {
  padding: 35px 25px 25px;
  position: relative;
  z-index: 1;
}
.service-inner--infoBox .bgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-inner--infoBox .bgOverlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.service-inner--infoBox p {
  font-size: 22px;
  color: #fff;
}
.service-inner--infoBox .btn {
  margin: 30px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}
.service-inner--desc .services-content *:not(:last-child) {
  margin-bottom: 24px;
}
.service-inner--desc .services-content li:not(:last-child) {
  margin-bottom: 12px;
}
.service-inner--desc .services-content * + ul {
  margin-top: -14px;
}
.service-inner--desc .services-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.service-inner--desc .services-content ul li::before {
  content: '';
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background: #f58220;
  margin: 4px 16px 0 0;
  border-radius: 50%;
}
.report--box {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 992px) {
  .report--box {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .report--box {
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .report--box {
    margin: 60px 0 0 0;
  }
}
.report--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 576px) {
  .report--form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.report--form .form--control {
  border-color: #707070;
  color: #1e1e20;
}
.report--form .form--control::-webkit-input-placeholder {
  color: #707070;
}
.report--form .form--control:-ms-input-placeholder {
  color: #707070;
}
.report--form .form--control::-ms-input-placeholder {
  color: #707070;
}
.report--form .form--control::placeholder {
  color: #707070;
}
.report--form .form--group {
  padding: 0 6px;
  margin: 0;
  width: 100%;
}
.report--form .form--submit {
  padding: 0 6px;
}
@media screen and (max-width: 576px) {
  .report--form .form--submit {
    width: 100%;
    margin: 12px 0 0;
  }
  .report--form .form--submit .btn {
    width: 100%;
  }
}
.report--section .message.report--form {
  font-style: italic;
  padding-top: 1rem;
  font-size: 16px;
  color: #707070;
}
.report--section .section--title > p {
  max-width: none;
}
.report--section .section--title > p strong {
  text-decoration: underline;
  color: #f58220;
}
body.page-template-find-my-report .container {
  width: 100%;
  max-width: 1180px;
}
body.page-template-find-my-report .btn,
body.page-template-find-my-report .btn:hover {
  letter-spacing: 0;
  font-style: normal;
  text-transform: capitalize;
}
body.page-template-find-my-report .wpcf7-spinner {
  display: block;
}
.page--box {
  margin: 50px 0 0 0;
}
@media (max-width: 1023px) {
  .nav_left_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page--box {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 993px) {
  .navbar_new {
    display: none;
  }
}

@media (min-width: 1569px) and (max-width: 1668px) {
  .top_navigation::before {
    width: 31.33%;
  }
}
#\31 2387 > .subMenu > ul > li:last-child > a {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1563px) {
  #menu-bar ul .subMenu ul,
  #menu-bar ul .subMenu ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
@media (min-width: 993px) and (max-width: 1662px) {
  #menu-bar ul .subMenu ul,
  #menu-bar ul .subMenu ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .header--logo {
    padding-block: 24px;
  }
}
@media (max-width: 420px) {
  .hamburger {
    left: 79%;
  }
  .nav_search_bar span,
  .menu_title a {
    font-size: 18px;
  }
}

.quantity .input-text {
  border: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 45px !important;
}
.cart_item .product-thumbnail {
  background: #f9f9f9;
}
.cart_item .product-quantity {
  /* display: flex !important; */
  align-items: center;
  justify-content: space-between;
}
.page--section .page--box .woocommerce {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.coupon .button,
.actions .button {
  border: 1px solid var(--accent, #f58220) !important;
  color: var(--accent, #f58220) !important;
  font-family: 'Inter' !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 175% !important;
  background-color: transparent !important;
  padding: 10px 32px !important;
  opacity: unset !important;
}
.shop_table .actions {
  background-color: transparent !important;
}
.cart-total .shop_table .amount bdi {
  color: var(--title, #1e1e20);
  /* text-align: right; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cart_totals .shop_table {
  margin-block: 32px !important;
}

.shop_table span bdi {
  color: var(--title, #1e1e20) !important;
  text-align: right !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}
.shop_table th {
  color: var(--title, #1e1e20) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}
.woocommerce-cart-form .shop_table tr th {
  color: var(--primary, #1e1e20) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.quantity .quantity-label {
  display: none;
}
.order-total th,
.order-total td strong .amount bdi {
  font-weight: 700 !important;
  line-height: 28px !important;
}
.shop_table tbody .actions {
  padding: 32px 0 0 !important;
}
@media (max-width: 640px) {
  .nav_left_text {
    display: none;
  }
  .logo:nth-child(2) a .cart-total {
    right: 0;
  }
  .right_nav_icons {
    margin-bottom: 0;
  }
  .left_nav {
    gap: 30px;
  }
  .hamburger {
    top: 42%;
  }
}
@media (max-width: 480px) {
  .left_nav {
    gap: 12px;
  }
  .top_navInner {
    width: calc(100% - 50px);
  }
  .top_navInner {
    gap: 20px;
  }
  .nav_search_bar span {
    display: none;
  }
  .nav_search_bar {
    width: 54px;
  }
  .search_bar {
    width: calc(100% - 48px);
  }
  .search-form {
    padding: 8px 12px;
  }
}
@media (max-width: 350px) {
  .right_nav_icons {
    width: 24px;
    height: 24px;
  }
  .top_navInner {
    width: calc(100% - 40px);
  }
}
.woocommerce-form-row #user_login,
.password-input #password_1,
.password-input #password_2 {
  padding: 12px;
  font-size: 16px;
  line-height: 1.375 !important;
  border: 1px solid #d6d6d6;
  margin: 12px 0;
}
.woocommerce-form-row label {
  font-weight: 700;
  margin-top: 12px;
}
.wc-proceed-to-checkout .checkout-button {
  max-height: initial !important;
}

.header--nav ul li a:hover,
.header--nav ul li a.selected {
  color: #f58220;
}
#\31 2387 > a:hover,
#\31 2387 > a.active {
  color: #f58220;
}
#\31 1347 > a:hover,
#\31 1347 > a.active {
  color: #f58220;
}
#menu-bar ul li a:hover {
  color: #f58220;
}
#menu-bar ul li.hasChild.isActive > a {
  color: #f58220;
}
.footer-contact-image {
  margin-top: 12px;
}
.header--nav > ul > li.hasChild .subMenu ul li:hover {
  color: #f58220;
}
.subMenu li:hover > a {
  color: #f58220 !important;
}
.woocommerce ul.products[class*='columns-'] li.product:hover,
.woocommerce-page ul.products[class*='columns-'] li.product:hover {
  background: var(--background, #fff);
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 641px) and (max-width: 768px) {
  .products-list .woocommerce-ordering,
  .site-main .woocommerce-ordering {
    float: unset;
  }
  .products-list {
    position: relative;
  }
  .woocommerce-result-count,
  .site-main .woocommerce-result-count {
    float: unset !important;
  }
}
@media (max-width: 640px) {
  .products-list {
    position: relative;
  }
  .products-list .woocommerce-ordering,
  .site-main .woocommerce-ordering {
    float: unset;
  }
  .woocommerce-result-count {
    float: unset !important;
  }
}
.shop_slider ul li .label-wrap {
  max-width: 184px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navigation-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.products-categories {
  position: sticky;
  top: 160px;
  margin: 0;
}
/* made my order of checkout page sticky */
.jr-review-order {
  position: sticky;
  top: 185px;
  align-self: flex-start;
  bottom: 44px;
}
/* single product image height and width */
.type-product .splide__list .splide__slide img {
  /* height: 82px; */
  height: 100% !important;
  width: 82px;
  object-fit: cover;
}

@media (min-width: 481px) and (max-width: 529px) {
  .coupon #coupon_code {
    width: 100%;
    max-width: initial;
  }
  .coupon .button {
    width: 100% !important;
    max-width: initial;
  }
}
/* @media (max-width: 768px) {
  .coupon #coupon_code {
    max-width: initial;
    width: unset;
  }
} */

.woocommerce-product-gallery .splide .splide_track {
  max-height: 400px;
  overflow-y: auto;
}
/* all categories height and width */
.all-categories .categories-lists .product-category-card .figure_container img {
  height: 360px;
  width: 376px;
  object-fit: cover;
  object-position: center;
}

/* shopping cart checkout button */
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
}
/* product tags */
.site-main .product .summary .product_meta {
  flex-direction: column;
  gap: 5px;
}
.product_meta .prod-cats,
.product_meta .sku_wrappper,
.prod-tags .tagged_as {
  color: var(--title, #1e1e20);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.product_meta .prod-cats a,
.product_meta .sku_wrappper .sku,
.prod-tags {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--title, #1e1e20);
}
.summary .woocommerce-product-details__short-description {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.summary .prod-tags {
  margin-top: 16px !important;
}
/* trucating the product title */
.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
  white-space: normal;
}
/* product design image background */
#main-slider .splide__slide img {
  padding: 50px;
}

/* product design image slider */
#main-slider .splide__track--fade .splide__list .splide__slide {
  max-height: 485px;
  max-width: 481px;
  background: #f9f9f9;
}
#thumbnail-slider
  .splide__track--nav
  > .splide__list
  > .splide__slide.is-active,
#thumbnail-slider .splide__track--nav > .splide__list > .splide__slide {
  background: #f9f9f9;
}
/* Product image slider design */
#thumbnail-slider .splide__arrows--ttb .splide__arrow--prev,
#thumbnail-slider .splide__arrows--ttb .splide__arrow--next {
  border-radius: 99px;
  border: 1px solid var(--disabled, #bcbcbc);
  background: var(--background, #fff);
  box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12),
    0px 3px 6px -3px rgba(23, 24, 24, 0.08);
  padding: 6px;
}
/* shopping cart */
tbody .woocommerce-cart-form__cart-item .product-name {
  max-width: 250px;
}
tbody .product-quantity .quantity {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart-form__cart-item
  .product-thumbnail
  .content-product-image
  img {
  width: auto !important;
}
@media (max-width: 768px) {
  tbody .woocommerce-cart-form__cart-item .product-name {
    max-width: unset;
  }
  .shop_table tr td::before {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin-right: 10px;
  }
  tbody .product-quantity .quantity {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 993px) and (max-width: 1160px) {
  .woocommerce-cart-form__cart-item
    .product-thumbnail
    .content-product-image
    img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
  }

  #coupon_code {
    width: 222px !important;
  }
}
/* hover when the product price */
.woocommerce ul.products li.product .card-description .price {
  height: 48px;
}
.woocommerce ul.products li.product .card-description .price:hover {
  height: unset;
}
/* Reset password and Return to shop buttons*/
.form-row .woocommerce-Button,
.return-to-shop .wc-backward {
  background: #f58220 !important;
  height: 54px !important;
  color: white !important;
}

.parent-prod-section .woocommerce-products-header__title {
  margin-bottom: 15px;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-size: 35px;
  line-height: 1.3;
}
.page--section .page--box .woocommerce > *:empty {
  display: none;
}
@media (max-width: 768px) {
  .page--box .woocommerce-notices-wrapper {
    top: -4%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .page--box .woocommerce-notices-wrapper {
    top: -6%;
  }
}

/*image slider aligned with the Product Image */
@media (min-width: 993px) {
  #thumbnail-slider-track {
    max-height: 485px;
    height: 485px !important;
  }
}

/* Password icon aligned center */
.password-input .show-password-input {
  top: 35% !important;
}
/* return to shop */
.woocommerce .woocommerce .cart-empty {
  margin: unset;
}
.return-to-shop a:hover {
  color: white !important;
}
form.lost_reset_password button {
  text-transform: capitalize;
}
/* Image slider active state */
#thumbnail-slider
  .splide__track--nav
  > .splide__list
  > .splide__slide.is-active {
  border: 2px solid #f8a45d !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}
.page-numbers {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.page-numbers li span,
.page-numbers li a {
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1e1e20 !important;
  border: 1px solid #1e1e20;
}
.page-numbers li span.current,
.page-numbers li a.current {
  background-color: #1e1e20 !important;
  color: #ffffff !important;
}
.page-numbers li span.next,
.page-numbers li a.next,
.page-numbers li span.prev,
.page-numbers li a.prev {
  border-color: #dddddd;
}
.page-numbers li span.next img,
.page-numbers li a.next img,
.page-numbers li span.prev img,
.page-numbers li a.prev img {
  width: 28px !important;
  height: 28px !important;
}
@media (max-width: 992px) {
  .woocommerce-cart-form {
    width: auto !important;
  }
  .cart-collaterals {
    width: auto !important;
  }
  #main > header > h1 {
    margin-bottom: 20px;
  }
  .products-listing-page {
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .coupon #coupon_code {
    width: calc(50% - 4px);
    margin-right: 0;
  }

  .screen-reader-text {
    display: none;
  }

  .woocommerce-cart-form {
    width: 100%;
    max-width: 100%;
  }
  .cart-collaterals {
    width: 100% !important;
    margin-inline: auto;
  }
  .cart_totals {
    max-width: 100%;
    float: unset !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .actions .coupon {
    width: 100%;
  }
  .actions .coupon::before,
  .actions .coupon::after {
    display: none !important;
  }
  .actions .coupon > * {
    width: calc(50% - 4px);
  }
  .coupon #coupon_code {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .coupon #coupon_code {
    width: 100%;
  }
  .actions .coupon > * {
    width: 100% !important;
  }
}
.ywraq-form-table-wrapper .ywraq_list_empty_message {
  margin-bottom: 15px;
}
.yith_ywraq_add_item_browse_message {
  margin-top: 10px;
}
.page-numbers li a:hover {
  background: #ebe9eb !important;
  color: #8a7e88 !important;
}
/* terms and conditions */
.page--box .description h2 {
  margin-top: 20px;
}
.description li ul li {
  padding-left: 30px;
}
.description li ul {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .categories-lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .header--nav > ul > li.hasChild .subMenu ul {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
