
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.catalogue-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.product-catalogue {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  flex-grow: 1;
  margin: 1rem 0;
}

.catalogue-image {
  width: 35%;
  max-width: 80vw;
  flex-grow: 1;
  margin: auto;
}

.product-catalogue img {
  width: 100%;
  height: auto;
}

.catalogue-description {
  width: 50%;
  min-width: 400px;
  flex-grow: 2;
}

.catalogue-btn {
  background: #f36e37;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 24px;
}

.catalogue-btn:hover {
  background: #f58b5f;
  color: #fff;
  text-decoration: none;
}

.intro-text {
  padding-top: 1rem;
  margin-bottom: 3rem;
}

.intro-text h1 {
  font-size: 2.8125rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 500;
  text-wrap: balance;
}

.intro-text p {
  color: #222;
  font-size: 1.1875rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-wrap: balance;
  max-width: 95ch;
  margin-top: 1rem;
}

.catalogue-description h2 {
  font-size: 28px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 300;
  margin-top: 0.5rem;
  text-wrap: balance;
}

.catalogue-description p {
  color: #222;
  font-size: 1.1875rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-wrap: balance;
  margin-bottom: 2rem;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.container-about {
  width: 100%;
}

.wrapper-about {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 20px;
  margin: 2rem 0 2rem 0;
}

.wrapper-secret {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 20px;
  row-gap: 2rem;
  margin: 3rem 0 3rem 0;
}

.box1-heading {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 2;
}

.box1-circle {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  border-radius: 1rem;
  width: 100%;
  height: 95%;
  background: #f36e37;
  border-radius: 50rem;
}

.box1-about {
  grid-column-start: 2;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 3;
  border-radius: 1rem;
  z-index: 5;
}

.box1-about img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.box2-about {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
}

.about-h1 {
  font-size: 2.8125rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
  text-wrap: balance;
}

.about-h2 {
  font-size: 28px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 300;
  margin-top: 0.5rem;
  text-wrap: balance;
}

.paragraph-about {
  color: #222;
  font-size: 1.1875rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 300;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
  text-align: left;
  max-width: 75ch;
  text-wrap: balance;
}

.box1-smooth {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
    url(https://shop.maqab.com/files/general/file/maq-smooth-machining.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  margin: 0;
  padding: 1.5rem 2rem 2rem 2rem;
  box-sizing: border-box;
  min-height: 100px;
}

.box2-smooth {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 2rem;
}

.invert {
  color: #fff;
}

.italic {
  font-style: italic;
}

.wrapper-stmd {
  background: #f0f0f0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 20px;
  margin: 2rem 0 1rem 0;
  padding: 2rem;
  border-radius: 1rem;
}

.box1-stmd {
  grid-column-start: 1;
  grid-column-end: 5;
}

.box2-stmd {
  grid-column-start: 5;
  grid-column-end: 9;
}

.box2-stmd img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.box3-stmd {
  background: #fff;
  grid-column-start: 1;
  grid-column-end: 9;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-top: 1rem;
  display: flex;
  height: 260px;
}

.box3-stmd img {
  width: auto;
  height: 100%;
  margin: 0 4em 0 4rem;
}

.box3-stmd a {
  text-decoration: none;
  font-family: "Robot", sans-serif;
  font-weight: 300;
  line-height: 3.2;
  font-size: 1.1875rem;
  margin-top: 0;
  color: #222;
}

.box3-stmd a:hover {
  color: #f36e37;
}

.link-button {
  background-color: #f36e37;
  padding: 0.9rem 1.2rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
  font-weight: 600;
  color: #fff;
}
.link-button:hover {
  color: #fff;
  background-color: #ffc7b0;
}

.vertical-shake {
  animation: vertical-shaking 0.35s infinite;
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 992px) {
  .box1-smooth {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.9) 10%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      url(https://shop.maqab.com/files/general/file/maq-smooth-machining.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box2-smooth {
    grid-column-start: 1;
    grid-column-end: 9;
  }

  .box1-heading {
    grid-column-start: 2;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
  }

  .box1-circle {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    border-radius: 1rem;
    width: 100%;
    height: 95%;
    background: #f36e37;
    border-radius: 50rem;
  }

  .box1-about {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    border-radius: 1rem;
    z-index: 5;
  }

  .box1-about img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .box2-about {
    grid-column-start: 2;
    grid-column-end: 8;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .wrapper-stmd {
    background: #f0f0f0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
    margin: 2rem 0 2rem 0;
    padding: 2rem;
    border-radius: 1rem;
  }

  .box1-stmd {
    grid-column-start: 1;
    grid-column-end: 9;
  }

  .box2-stmd {
    grid-column-start: 1;
    grid-column-end: 9;
  }

  .box2-stmd img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .box3-stmd {
    background: #fff;
    grid-column-start: 1;
    grid-column-end: 9;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    height: auto;
  }

  .box3-stmd img {
    width: 100%;
    height: 100%;
    margin: 0 1rem 0 1rem;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Header */

.breadcrumb-wrapper {
  padding: 0.75rem 0rem;
}

a.breadcrumb-link {
  color: #222;
  font-style: oblique;
  font-weight: 400;
}

h1.category-title {
  font-size: 2.8125rem;
  line-height: 1.6;
  color: #222;
}

#category-top-text {
  font-size: 1.1875rem;
  font-weight: 300;
  color: #222;
  margin-bottom: 1rem;
}

#category-pagination-top {
  display: none;
}

#category-top > div.flex.d-p-none > div > span.cursor-pointer {
  /* Hide print button */
  display: none;
}

#category-top > div.flex.d-p-none {
  /* Hide List View icon */
  display: none;
}

#per-page {
  position: relative;
  appearance: none;
  background-color: #f0f0f0;
  border: 0px solid #caced1;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Product cards */

.product-card-deck {
  margin-bottom: 1rem;
}

.card {
  border: 0px solid #f0f0f0;
}

.product-card-deck .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;
  border-radius: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

.part-card-text-area {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.card-title {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025rem;
}

#product-items .mon-tooltip-balance {
  display: none;
}

.campaign-img-wrapper-0::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0
  ); /* Change the color and opacity as needed */
}

small.card-text {
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

p.card-text {
  color: red;
}

.card-text:last-child {
  margin-bottom: 0rem;
}

.part-card-footer .pricing {
  background-color: #ffffff00;
}

.card-footer .pricing .price {
  font-size: 1.1875rem;
  text-align: right;
  font-weight: 500;
  color: #222;
}

.product-small .pricing p.original {
  text-align: right;
}

.product-small .purchase {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  display: none;
}

/* Footer */

.pagination {
  justify-content: center;
}

#category-pagination-bottom {
  margin-top: 1rem;
}

.page-link {
  color: #f36e37;
  background-color: #ffffff00;
  border: 0px solid #dee2e6;
  border-radius: 3rem;
  font-size: 1.1875rem !important;
  margin: 0 0.5rem 0 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f36e37;
}

/* Product Filter */

@media (min-width: 768px) {
  #site-menu {
    border-radius: 16px;
    min-width: 100%;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #222;
    font-size: 1rem;
    margin-top: 1rem;
  }

  #site-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}

#part-menu > li:nth-child(n) > span {
  color: #222;
  margin-bottom: 1rem !important;
  display: block;
  font-size: 1rem;
}

#category-filters > div.pr-2.ng-scope {
  display: none;
}

#part-menu > li:nth-child(n) > div:nth-child(n) > label {
  display: inline-block;
  border: 0px solid currentcolor;
  color: #222;
  background: rgba(51, 117, 129, 0.14);
  margin-right: 0.5rem;
  padding: 0.5em 0.75em 0.5em 0.5em;
  border-radius: 0.5rem;
  font-weight: 400;
}

#part-menu
  > li:nth-child(n)
  > div:nth-child(n)
  > label:has(input[type="checkbox"]:checked) {
  background: rgba(29, 95, 107, 1);
  color: #fff;
  font-weight: 500;
}

#part-menu
  > li:nth-child(n)
  > div:nth-child(n)
  > label:has(input[type="checkbox"]:not(:checked)):hover {
  opacity: 1;
  background: rgba(29, 95, 107, 0.5);
}

#part-menu
  > li:nth-child(n)
  > div:nth-child(n)
  > label:has(input[type="checkbox"]:focus-visible) {
  opacity: 0.5;
}

#part-menu > li:nth-child(n) > div:nth-child(n) > label > input {
  appearance: none;
  -webkit-appearance: none;
}

#part-menu > li:nth-child(n) > div:nth-child(n) {
  display: inline-block;
}

#part-menu > li:nth-child(n) > div:nth-child(n) {
  padding-left: 0;
}

#part-menu > li:last-child > mon-button > button {
  background: rgba(233, 61, 61, 0.05);
  border: 1px solid rgba(233, 61, 61, 0.6);
  border-radius: 0.5rem;
  color: #222;
  font-size: 1rem;
}

#part-menu > li:last-child > mon-button > button:hover {
  background: rgba(233, 61, 61, 0.15);
  color: #222;
}

/* Mobile styles */

@media (max-width: 767px) {
  #site-menu ul {
    margin: 1rem 1rem 0rem 1rem;
  }

  #part-menu > li:nth-child(2) > span {
    margin-bottom: 1rem !important;
    margin-top: 1rem;
  }

  h1.category-title {
    font-size: 2.8125rem;
    line-height: 1.1;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #222;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body > .footer {
  margin-top: 3rem;
}

.maqab-footer {
  background: #f0f0f0;
  color: #222;
  font-size: 1.1875rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  padding: 2rem 2rem;
  margin: 0;
}

.maqab-footer p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-address {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 1rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  text-align: right;
  max-width: 300px;
}

.footer-btn {
  background: #f36e37;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 24px;
}

.footer-btn:hover {
  background: #f58b5f;
  color: #fff;
  text-decoration: none;
}

.footer-bold {
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 1rem;
  border-radius: 100px;
}

.footer-bottom-links {
  color: #222;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer-bottom ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-bottom li {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom li:hover {
  filter: brightness(0) saturate(100%) invert(63%) sepia(17%) saturate(5628%)
    hue-rotate(334deg) brightness(90%) contrast(98%);
}

.footer-bottom li a {
  text-decoration: none;
  color: #222;
}

.footer-bottom li a:hover {
  text-decoration: none;
  color: #f36e37;
}

.cookie-color-theme {
  background-color: #fff !important;
  color: #222 !important;
}

@media (max-width: 767px) {
  .maqab-footer {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    font-weight: 300;
    padding: 12px 24px;
  }

  .maqab-footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    align-items: center;
    align-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }

  body > .footer {
    height: auto !important;
  }

  .footer-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    align-content: center;
  }

  .footer-bottom li {
    padding: 16px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@media (min-width: 768px) {
  #site-logo {
    height: 70px;
  }
  .nav.navbar-nav.navbar-right {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
  }

  .navbar.navbar-under {
    margin-bottom: 1rem;
  }

  .nav-container {
    position: relative;
    padding: 0 15px 0 15px;
  }

  .navbar.navbar-under ul {
    margin: auto;
    padding: 1rem 0rem 1rem 0rem;
    font-size: 1.1875rem;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-weight: 400;
  }

  .navbar.navbar-under ul li {
    margin: 0 1rem;
  }

  .navbar.navbar-under div.nav-container > ul > li > a:hover {
    border-bottom: 6px solid #ffc7b0;
    color: #222;
    background: #ffffff00;
  }

  .navbar.navbar-under ul li.active > a {
    font-weight: 400;
  }

  .navbar.navbar-under ul > li.active > a {
    border-bottom: 6px solid #f36e37;
    color: #222;
    background: #ffffff00;
  }

  .new-navigation {
    background-color: #fff;
    border-top: solid 0px #f36e37;
    border-radius: 0rem 0 0rem 0rem !important;
    margin-top: -6px;
    font-size: 1rem;
    font-weight: 400 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
      rgba(0, 0, 0, 0.05) 0px 5px 10px;
  }

  .new-navigation-right-pane {
    box-shadow: inset 0 0 0px #555555;
  }

  div.new-navigation > div:first-child {
    background-color: #f0f0f0;
  }

  .new-navigation-item:hover {
    background-color: #fff;
  }

  .new-navigation .new-navigation-item h5 a.toggle-dropdown {
    scale: 0.7;
  }

  .new-navigation-item-child {
    font-size: 1rem;
    padding: 2rem 1rem 1rem 2rem;
  }

  .new-navigation-item-child div h6 a {
    color: #222;
    font-size: 1rem;
    font-weight: 700;
  }

  .new-navigation-item-child div h6 a li {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
  }

  .new-navigation-item-child div ul > li > a {
    color: #222;
    padding-left: 0 !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
  }

  .alert-success {
    background: #56db70;
    border: 1px solid #222;
    color: #222;
  }
}

*:focus {
  color: #5097a5;
}

.nav-container .navbar-right.nav.nav.navbar-nav div svg {
  scale: 1.4;
  margin-right: 0.5rem;
}

.pl-3:hover {
  text-decoration: none;
}

/*

.badge .js-nav-list-count {
  display: inline;
}

*/

#main-navbar > div > nav > div:nth-child(2) > a > span .top-bar-search-wrapper {
  position: static !important;
}

.nav-container .navbar-right.nav.navbar-nav div > a span.badge {
  position: static;
}

.navbar {
  padding: 1.5rem 0 0 0;
  margin: 0 3rem;
}

.navbar .container {
  row-gap: 2rem;
}

.top-bar-search-wrapper {
  background: none;
}

#search-box {
  background: #f0f0f0;
  border: 0px solid #ced4da;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding: 1.5rem 1.5rem;
  color: #222;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

#searchContainer > form > span {
  background: #f0f0f0;
  border: 0px solid #ced4da;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

#searchContainer > form > span > button {
  border: 0px solid #f36e37;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
}

#searchContainer > form > span > button:hover {
  background: #f36e37;
}

@media screen and (max-width: 992px) {
  #topbar {
    padding-right: 1rem;
  }

  .navbar {
    padding: 1rem 0 0 0;
    margin: 0 3rem;
  }

  .navbar .container {
    row-gap: 3rem;
  }

  #site-logo {
    margin-bottom: 1rem;
  }

  .bottom-navigation {
    filter: drop-shadow(-0px -1px 32px rgba(0, 0, 0, 0.2)) !important;
  }

  .bottom-navigation-link {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #222;
  }
}

#shopping-cart-model-header svg {
  scale: 1;
}

.shopping-cart-clickable > svg {
  scale: 1 !important;
}

#shopping-cart-model-body #quantity-display {
  height: 32px !important;
}

#shopping-cart-model-body #quantity-decrease,
#shopping-cart-model-body #quantity-increase {
  height: 32px;
}

.mon-cart-item > div.col-9.d-flex > div > div:nth-child(3) {
  visibility: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Product tables */

#part-traits > div > div.card-header.p-0 > h4 > button {
  font-weight: 300;
  font-size: 1.1875rem;
  color: #222;
  text-decoration: none;
  text-align: center !important;
  background-color: rgba(252, 250, 250, 0.25);
}

#part-traits > div > div.card-header.p-0 > h4 > button.collapsed {
  color: #222;
}

#part-traits > div > div.card-header.p-0 > h4 > button:hover {
  color: #f36e37;
}

#extra-field-group-header > h4 > button {
  font-weight: 300;
  font-size: 1.1875rem;
  color: #222;
  text-decoration: none;
  text-align: center !important;
  background-color: rgba(252, 250, 250, 0.25);
}

#extra-field-group-header > h4 > button:hover {
  color: #f36e37;
}

#product-text {
  font-size: 1.1875rem;
  font-weight: 400;
  margin: 2rem 1rem 2rem 1rem;
}

.hidden-desc {
  display: none;
}

#extra-fields {
  background: #f0f0f000;
}

#main-container table th,
#main-container table td {
  color: var(--main-content-text-color, #212529);
  font-weight: 400;
  font-size: 1rem;
}

.table td,
.table th {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

#main-container .table td:last-child,
#main-container .table th:last-child {
  font-weight: 500;
}

.table-sm td,
.table-sm th {
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

.swiper-zoom-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 1rem; /* Change the color and opacity as needed */
}

/* Product details right pane */

#product-container > .product-details {
  background: rgba(252, 250, 250, 0.25);
  margin-top: 4rem;
}

.btn-outline-info {
  color: #fff;
  border: 0px solid red;
  background-color: #f36e37;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 24px;
}

.btn-outline-info:hover {
  background: #f58b5f;
  border: 0px solid red;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #f36e37;
  border-color: #f36e37;
}

.accordion > .card > .card-header {
  background-color: #fff;
  border-bottom: 0px solid #f0f0f0;
}

.accordion > .card {
  margin-bottom: 2rem;
  background-color: #ffffff00;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope {
  background: #f0f0f0;
  padding: 1rem 0 0.5rem 0;
  border-radius: 1rem;
}

.product-details header {
  border-bottom: 0px solid #eee;
}

#part-name {
  font-size: 2.8125rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 500;
  text-wrap: balance;
}

.product-details .links h5 {
  display: none;
}

.product-details .links ul {
  margin: 0;
  padding: 0 0 0 0px;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div.col-12.links.ng-scope
  > ul
  > li {
  list-style: none;
  background: #f36e37;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  list-style-position: outside;
  margin: 0.25rem 0 0 0;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div.col-12.links.ng-scope
  > ul
  > li:hover {
  background: #f58b5f;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div.col-12.links.ng-scope
  > ul
  > li
  > a:hover {
  color: #fff;
  text-decoration: none;
}

.product-details .pricing .price {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  margin: 10px 0 0 0;
}

#part-quantity > div {
  max-width: 100% !important;
  margin-top: 1rem;
}

#quantity-display {
  text-align: center;
  font-size: 1rem;
  height: 48px !important;
}

#quantity-decrease,
#quantity-increase {
  height: 48px;
}

#quantity-decrease:hover,
#quantity-increase:hover {
  background-color: rgba(51, 117, 129, 0.14);
  color: #222;
}

#quantity-decrease .btn-success {
  height: 48px;
  background: red !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0) !important;
}

#buy > button {
  background: #f36e37;
  color: #fff;
  padding: 12px 24px;
}

#buy > button:hover {
  background: #f58b5f;
  border: 1px solid #f58b5f;
}

#add-to-shopping-list > button {
  padding: 12px 24px;
}

#add-to-shopping-list > button:hover {
  background-color: rgba(51, 117, 129, 0.14);
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div:nth-child(9)
  > hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div.col-12.links.ng-scope
  > hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0 !important;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > div.row.ng-scope
  > div:nth-child(n)
  > hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.pricing .show-vat {
  margin: 0 0 1rem 0;
}

#part-balance-tooltip-904462182150251890
  > table
  > thead
  > tr
  > th:nth-child(-n + 2) {
  border-bottom: 0px solid #dee2e6;
}

#product-container
  > div.col-12.col-md-4.float-md-right.product-details
  > header
  > small {
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
}

/* Mobile styling */

@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 1rem 0rem 0.25rem 0rem;
    margin-bottom: 0 !important;
  }

  #part-name {
    font-size: 2.8125rem;
    line-height: 1;
  }

  #product-container > .product-details {
    background: #fff;
    margin-top: 1rem;
  }

  #product-container
    > div.col-12.col-md-4.float-md-right.product-details
    > div.row.ng-scope {
    background: #fff;
    padding: 0;
    border-radius: 0;
  }

  #product-container
    > div.col-12.col-md-4.float-md-right.product-details
    > div.row.ng-scope
    > div:nth-child(n)
    > hr {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #product-text {
    font-size: 1.1875rem;
    font-weight: 400;
    margin: 0rem 0rem 2rem 0rem;
  }
}

.quoteDiv {
  display: flex;
  justify-content: center;
}

.quoteBtn {
  color: #fff;
  border: 0px solid red;
  background-color: #f36e37;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 40px;
  border-radius: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.quoteBtn:hover {
  background: #f58b5f;
  border: 0px solid red;
  color: #fff;
  text-decoration: none;
}

/* Override styles when printing product sheet */
@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  div,
  p {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Product image */
  img {
    display: inline !important;
    vertical-align: top;
    width: 25% !important;
    height: auto;
  }

  /* Product category heading */
  h1 {
    font-size: 1.25rem !important;
    font-style: italic !important;
    font-weight: 300;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  /* Product name */
  h3 {
    margin-top: 0 !important;
    padding: 0 !important;
    font-size: 2.5rem !important;
  }

  /* Part number */
  h4 {
    font-size: 1.25rem !important;
    letter-spacing: 0.05rem !important;
    font-weight: 400;
  }

  hr {
    display: none !important;
  }

  table {
    width: 99% !important;
    margin: auto !important;
    margin-top: -0px !important;
  }

  .table-sm td,
  .table-sm th {
    padding: 1rem;
  }

  tr {
    padding: 0 !important;
    margin: 0 !important;
  }

  th {
    font-weight: 400 !important;
  }

  td {
    font-weight: 500 !important;
  }

  .quoteDiv {
    display: none;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.product-small .box {
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0px 0px #ddd;
  -ms-box-shadow: 0 0px 0px #ddd;
  box-shadow: 0 0px 0px #ddd;
  padding: 10px;
  background-color: #edf2f2;
  transition: transform 0.3s;
}

.product-small .box:hover {
  -webkit-box-shadow: 0 0px 0px #bbb;
  -ms-box-shadow: 0 0px 0px #bbb;
  box-shadow: 0 0px 0px #bbb;
  transform: scale(0.9);
}

.product-small h5 {
  margin: 5px 0 0;
  color: #222;
  font-size: 1.1875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.5rem;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: rgba(252, 250, 250, 0.25);
}

#contentWrapper > ui-view > category-component > mon-page > div > h2 {
  display: none;
}

#main-container {
  background-color: #ffffff00;
}

.start-page-text {
  padding: 2rem;
  max-width: 95ch;
  margin-top: 1rem;
}

.start-page-text h1 {
  font-weight: 300;
  margin-bottom: 1rem;
}

.intro-company-text {
  font-size: 1.1875rem;
  font-weight: 300;
  color: #222;
  line-height: 1.6;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  column-gap: 16px;
  row-gap: 16px;
  margin: 1rem 0 0 0;
  padding: 0;
}

.box1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 7;
  background-color: #f0f0f0;
  background-image: linear-gradient(
      to top,
      rgba(26, 22, 21, 0.4),
      rgba(26, 22, 21, 0.2),
      rgba(243, 110, 55, 0.8)
    ),
    url("https://shop.maqab.com/files/general/file/turning-1919x1080.jpg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  margin: 0;
  padding: 1.5rem 2rem 2rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  border-radius: 1rem;
  background-color: #f0f0f0;
  background-image: linear-gradient(
      to bottom,
      rgba(51, 117, 129, 0.8),
      rgba(8, 13, 14, 0.2),
      rgba(8, 13, 14, 0.4)
    ),
    url("https://shop.maqab.com/files/general/file/milling-1920x1080.jpg");
  height: 292px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 1.5rem 2rem 2rem 2rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 7;
  border-radius: 1rem;
  background-color: #f0f0f0;
  background-image: linear-gradient(
      to top,
      rgba(22, 20, 14, 0.4),
      rgba(238, 214, 158, 0.2),
      rgba(246, 209, 123, 0.8)
    ),
    url("https://shop.maqab.com/files/general/file/boring-1400x1080.jpg");
  height: 292px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 1.5rem 2rem 2rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-wrapper p {
  text-wrap: balance;
  font-family: "Robot", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1875rem;
  margin-top: 0;
  color: #fff;
}

.hero-wrapper a {
  text-decoration: none;
  font-family: "Robot", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1875rem;
  margin-top: 0;
  color: #fff;
}

.hero-wrapper a:hover {
  color: #ffc7b0;
}

.link-button {
  background-color: #f36e37;
  padding: 0.9rem 1.2rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
  font-weight: 600;
}

.right-aligned {
  text-align: right;
}

.subcategories {
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 0.5rem 2rem 1rem 2rem;
}

.subcategories h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 300;
  margin-bottom: 1rem;
}

.subcategory-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

.subcategory-link {
  border-radius: 1rem;
  background: #edf2f2;
  transition: transform 0.3s;
}

.subcategory-link:hover {
  transform: scale(0.9);
}

.subcategory-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.subcategory-link h4 {
  color: #222;
  font-size: 1.15rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 0;
}

.subcategory-link a {
  text-decoration: none;
}

.empty-category {
  visibility: hidden;
}

@media screen and (max-width: 992px) {
  .box1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 300px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .box2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    height: 300px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .box3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7;
    height: 300px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .hero-wrapper p {
    display: none;
  }

  .aligned {
    text-align: right;
  }

  .box1 {
    height: 150px;
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .box2 {
    height: 150px;
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .box3 {
    height: 150px;
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .link-button {
    background-color: #f36e37;
    padding: 1rem 1.35rem;
    border-radius: 10rem;
    margin: 0 0.5rem;
    font-weight: 600;
  }

  .subcategories {
    padding: 0.5rem 0rem 1rem 0rem;
  }

  .subcategories h3 {
    margin-bottom: 1rem;
    text-align: center;
  }

  .start-page-text {
    padding: 1.5rem 0.5rem;
    margin-top: 1rem;
  }

  .start-page-text h1 {
    font-weight: 300;
    margin-bottom: 1rem;
  }

  .intro-company-text {
    font-size: 1.1875rem;
    font-weight: 300;
    color: #222;
    line-height: 1.6;
  }
}
