/*
Theme Name: cadexinc
Theme URI: https://cadexinc.com/
Description: Storefront Child Theme
Author: Andrei Druta & Alexei Web-art
Template: storefront
Version: 1.0
*/

@charset "utf-8";
font-feature-settings: "lnum" 1;

html {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

body {
  font-family: "Poppins", Arial, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

/* MEGA MENU */

#mega-menu-item-6457 > ul.mega-sub-menu {
  position: relative;
}

li#mega-menu-6457-0::before {
  content: "";
  position: absolute;
  background: url("http://cadexinc/new/wp-content/uploads/2022/12/bg-white-line-heart-NEW.png")
    no-repeat center/contain;
  background-position: 0 0;
  top: 0;
  left: 0;
}

.border-white {
  border-color: #fff !important;
}

.cdx-oswald {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 1px !important;
}

h1,
.h1 {
  font-size: 40px !important;
  font-weight: 600 !important;
  font-family: "Oswald", Arial, sans-serif !important;
}

#breadcrumbs {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  font-family: "Oswald", Arial, sans-serif !important;
}

h3,
.h3 {
  position: relative;
  z-index: 1;
  font-size: 34px !important;
  font-weight: 600 !important;
  font-family: "Oswald", sans-serif !important;
}

h2.cdx-title::before {
  content: "";
  height: 138px;
  width: 100%;
  border-radius: 40px;
  background-image: linear-gradient(
    transparent 50%,
    #f7f7f7 50%,
    #e5e5e5 85%,
    transparent 85%,
    transparent 100%
  );
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  margin-top: 25px;
  top: -30px;
  left: 0;
  z-index: -1;
  opacity: 0;
}

h3.cdx_team::before {
  content: "";
  height: 92px;
  width: 100%;
  border-radius: 40px;
  background-image: linear-gradient(
    transparent 50%,
    #f7f7f7 50%,
    #e5e5e5 85%,
    transparent 85%,
    transparent 100%
  );
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  /*margin-top: 25px;*/
  top: -7px;
  left: 0;
  z-index: -1;
  /*opacity: 0;*/
}

h2.cdx-title.animated::before {
  margin-top: 0;
  opacity: 1;
  transition: all 900ms ease;
}

h3.animated::before {
  margin-top: 0;
  opacity: 1;
  transition: all 900ms ease;
}

.w-80 {
  width: 80% !important;
}

.w-77 {
  width: 77% !important;
}

.w-45 {
  width: 45% !important;
}

.w-40 {
  width: 40% !important;
}

.w-35 {
  width: 35% !important;
}

.w-30 {
  width: 30% !important;
}

.w-25 {
  width: 25% !important;
}

.w-20 {
  width: 20% !important;
}
.w-15 {
  width: 15% !important;
}

h4,
.h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  letter-spacing: 1px;
}

h4.chantal {
  font-family: "Oswald", Arial, sans-serif !important;
  font-size: 26px !important;
}

h5,
.h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Oswald", Arial, sans-serif !important;
}

h6,
.h6 {
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Oswald", Arial, sans-serif !important;
}

p,
ul,
ol {
  word-break: break-word !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

ul.cdx_contacts > li {
  list-style-type: none !important;
}

.cdx_person ul.cdx_contacts li:nth-child(1) {
  font-weight: 500;
  text-decoration: underline;
}

figure {
  display: table !important;
}

/* Text Animation*/

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1)
    NaNs both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) NaNs
    both;
}

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.display-1,
.display-3,
.display-4,
.display-5 {
  font-weight: 700 !important;
  color: #ffffff !important;
}

.pe-xxl-6 > h1:nth-child(1) {
  text-transform: uppercase;
  font-size: 56px !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
  color: #ffffff !important;
  animation: tracking-in-expand 0.8s ease !important;
}

.cdx-border {
  border-top: 2px solid #efefef;
  border-right: 2px solid #efefef;
  border-left: 2px solid #efefef;
  border-radius: 5px 5px 0 0;
}

.cdx-border-full {
  border: 2px solid #efefef;
  padding: 5px 0 0 0;
}

.search_button {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

figure.figure {
  display: block;
}

img {
  border-radius: 0 !important;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}

option:not(:checked) {
  color: black !important;
}

@-moz-document url-prefix() {
  select,
  select:-moz-focusring,
  select:-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0 !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.6) inset;
}

/* Custom Margins and Paddings */

.mb-6 {
  margin-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-9 {
  margin-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-8,
.mb-sm-8 {
  margin-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}
.pb-9 {
  padding-bottom: 7rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pt-6,
.pt-sm-6 {
  padding-top: 4rem !important;
}

.pt-7,
.pt-sm-7 {
  padding-top: 5rem !important;
}

.pt-8,
.pt-sm-8 {
  padding-top: 6rem !important;
}

.pt-9,
.pt-sm-9 {
  padding-top: 7rem !important;
}

.pt-10,
.pt-sm-10 {
  padding-top: 8rem !important;
}

.py-5 {
  padding: 5rem 0 !important;
}

.py-6 {
  padding: 6rem 0 !important;
}

.py-7 {
  padding: 7rem 0 !important;
}

.lh-100 {
  line-height: 1 !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

/* tabs-left */

map > area.computer:hover {
  cursor: pointer;
}

.cookielawinfo-row-cat-table thead {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.cookielawinfo-row-cat-table thead tr th {
  text-transform: uppercase;
}

.cookielawinfo-row-cat-table tbody {
  font-family: "Poppins", sans-serif;
}

/*---colours links---*/
a {
  transition: all 300ms ease-in-out !important;
  font-family: "Poppins", sans-serif;
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #ff4438 !important;
  transition: all 300ms ease-in-out !important;
}

a.cdx-button {
  color: #fff !important;
  transition: all 300ms ease-in-out !important;
}

a.cdx-button:hover {
  color: #fff !important;
  transition: all 300ms ease-in-out !important;
}

/* breadcrumb */
.breadcrumb-item.active {
  color: #f1f1f1 !important;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #f1f1f1 !important;
}

.cat-section {
  background: url("https://www.cadexinc.com/wp-content/uploads/2022/12/bg-white-line-heart-WHITE.png")
    center center no-repeat;
  background-size: contain;
}

.list-unstyled {
  list-style-type: none !important;
}

ul.pagination .page-link {
  margin-left: 2px;
  border-radius: 0px;
  border-width: 0px;
  font-size: 18px;
  color: #787878;
  padding: 0.3rem 0.55rem;
  border-color: #cccccc;
}

ul.pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.1);
}

ul.pagination {
  border-radius: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ff4438;
  border-color: #ff4438;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bg-top-url {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg-center-url {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow-x: hidden;
}

.bg-bottom-url {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-center-left-url {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.bg-bottom-right-url {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg-danger {
  background-color: #ff4438 !important;
}

.bg-dark {
  background-color: #171a1d !important;
}

.bg-light {
  background-color: #efefef !important;
}

.bg-gray {
  background-color: #a7a9ac !important;
}

.pe-xxl-6 p {
  margin-bottom: 0 !important;
}

.bg-overlay-dark {
  position: relative !important;
}

.bg-overlay-dark:before {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  content: "" !important;
}

.bg-gradient-dark {
  background: rgb(24, 24, 24);
  background: -moz-linear-gradient(
    62deg,
    rgba(24, 24, 24, 1) 70%,
    rgba(255, 255, 255, 1) 70%
  );
  background: -webkit-linear-gradient(
    62deg,
    rgba(24, 24, 24, 1) 70%,
    rgba(255, 255, 255, 1) 70%
  );
  background: linear-gradient(
    62deg,
    rgba(24, 24, 24, 1) 70%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

/* Cookies Settings */
.wt-cli-privacy-btn {
  color: #fff !important;
  background: #333333 !important;
  border-radius: 3px !important;
}

.wt-cli-privacy-btn:hover {
  color: #fff !important;
  background: #61a229 !important;
}

.cli-plugin-button {
  border-radius: 2px !important;
}

.cli-plugin-button:hover {
  color: #fff !important;
}

#cookie-law-info-again {
  border-radius: 3px 3px 0 0 !important;
  box-shadow: #161616 2px 2px 5px 0 !important;
}

.text-primary {
  color: #119ae1 !important;
}

.text-danger {
  color: #ff4438 !important;
}

.text-light {
  color: #ffffff !important;
}

.fs-special {
  font-size: 50px !important;
}

.link-light a,
a.link-light {
  color: #ffffff !important;
}

.link-light a:hover,
a.link-light:hover {
  color: #ff4438 !important;
}

.link-danger a,
a.link-danger {
  color: #ff4438 !important;
}

.link-danger a:hover,
a.link-danger:hover {
  color: #ff4438 !important;
}

.border-danger {
  border-color: #ff4438 !important;
}

.btn {
  border-radius: 0px !important;
  font-weight: 700 !important;
}

.btn-cdx {
  border-radius: 5px !important;
}

.heading_color {
  background-color: rgb(83, 125, 215) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgb(83, 125, 215) !important;
}

.btn-danger {
  background-color: #ff4438 !important;
  border-color: #ff4438 !important;
}

.btn-dark {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn.btn-success {
  background-color: #4e2a5e !important;
  border-color: #4e2a5e !important;
}

.btn.btn-success:hover {
  background-color: #764f7f !important;
  border-color: #4e2a5e !important;
  border-bottom: solid rgb(118, 128, 140) 4px !important;
  padding-top: 5px !important;
}

.btn-grey {
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}

.btn-grey:hover {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.btn-outline-primary {
  border-radius: 3px !important;
  color: #fff !important;
  background: #333333 !important;
  font-family: Oswald, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 1px;
  border: 3px solid white !important;
}

.btn-outline-primary:hover {
  border: 3px solid #ff4438 !important;
  color: #fff !important;
}

.btn-light-outline {
  background-color: transparent !important;
  color: #ffffff !important;
}

.btn-light-outline:hover,
.btn-light-outline:focus {
  color: #333 !important;
}

.btn-light-outline:not(:disabled):not(.disabled):active,
.btn-light-outline:not(:disabled):not(.disabled).active,
.show > .btn-light-outline.dropdown-toggle {
  color: #f1f1f1 !important;
}

.btn-outline-dark {
  color: #ff4438 !important;
  padding-left: 0px !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: #ff4438 !important;
  background-color: transparent !important;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-light-outline:not(:disabled):not(.disabled).active,
.show > .btn-light-outline.dropdown-toggle {
  color: #ff4438 !important;
}

.btn-outline-dark > span {
  color: #ff4438 !important;
  background-color: #ffffff !important;
  margin-left: 6px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-dark:hover > span,
.btn-outline-dark:focus > span {
  color: #ff4438 !important;
}

.btn-outline-danger {
  color: #ff4438 !important;
  padding-left: 0px !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #333 !important;
  background-color: transparent !important;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-light-outline:not(:disabled):not(.disabled).active,
.show > .btn-light-outline.dropdown-toggle {
  color: #ff4438 !important;
}

.btn-outline-danger > span {
  color: #ff4438 !important;
  margin-left: 6px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-danger:hover > span,
.btn-outline-danger:focus > span {
  color: #333 !important;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-indicators {
  display: none;
}

/* Header */
.language_switcher {
  z-index: 1 !important;
}

/*header top*/
header .navbar > .container {
  position: relative !important;
}

.cdx-bg {
  position: relative;
}

.cdx-bg::before {
  content: "";
  position: absolute;
  background: url(https://www.cadexinc.com/wp-content/uploads/2023/06/testing-background.webp)
    no-repeat center/contain;
  background-position: 0 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 70vw;
  height: 70vh;
  opacity: 0.8;
}
.cdx-bg::after {
  content: "";
  position: absolute;
  background: url(https://www.cadexinc.com/wp-content/uploads/2023/06/testing-background.webp)
    no-repeat center/contain;
  background-position: 0 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 70vw;
  height: 70vh;
  transform: rotate(180deg);
  opacity: 0.8;
}

/*header narbar*/
.navbar-brand {
  max-width: 300px !important;
  z-index: 9999 !important;
}

.navbar-brand img {
  width: 100%;
}

.cm-line-heart {
  position: relative;
}

.cm-line-heart img {
  position: absolute;
  right: 0;
  transform: translateY(-63.5%);
  pointer-events: none;
}

/* tabs vertical */
.nav.flex-column.nav-tabs .nav-link {
  border-width: 0px 1px 0px 0px;
  border-color: #ebebeb;
  border-radius: 0;
  font-weight: 700;
  color: #dadada;
  text-align: left;
  position: relative;
  padding: 1px 0px 80px 0px;
  background: #fafafa;
}

.nav.flex-column.nav-tabs .nav-link:last-child {
  padding: 0px 0px 0px 0px;
}

.nav.flex-column.nav-tabs .nav-link:before {
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 20px;
  position: absolute;
  background-color: #7a7a7a;
  display: block;
  right: 0;
  top: 0;
  transform: translate(8px, 6px);
  box-shadow: 0px 0px 0px 6px #ebebeb;
}

.nav.flex-column.nav-tabs .nav-link.active:before {
  box-shadow: 0px 0px 0px 8px #ffe8e7;
  background-color: #ff4438;
}

/*--- dropdown ---*/
.dropdown-menu {
  min-width: 13rem !important;
  border-radius: 0 !important;
}

.dropdown-item {
  font-size: 14px !important;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ff4438 !important;
  color: #ffffff !important;
}

/*form theme*/
.form-control,
.form-select {
  border-radius: 0px !important;
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  border-color: #ced4da !important;
  background-color: #ebebeb !important;
}

textarea {
  resize: none !important;
}

/* products */
.product-hover .product-tumbnail {
  position: relative !important;
}

.product-hover .product-tumbnail a {
  position: absolute !important;
  left: 0 !important;
  top: 47% !important;
  right: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.product-hover:hover .product-tumbnail a {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-hover .product-tumbnail:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "" !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  text-align: center !important;
}

.product-hover:hover .product-tumbnail:before {
  opacity: 1 !important;
  visibility: visible !important;
}

/*footer*/
.bs-white-list > li {
  margin-bottom: 20px !important;
}

.bs-white-list > li:last-child {
  margin-bottom: 0px !important;
}

footer h4 {
  color: #ffffff !important;
  font-family: "Oswald", sans-serif !important;
}

footer a {
  text-decoration: none !important;
}

.footer-title ul {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-title li {
  padding-left: 0px !important;
  list-style: none !important;
}

.footer-title h4 {
  font-size: 24px !important;
  letter-spacing: 1px;
}

#menu-footer-menu,
.textwidget {
  font-size: 16px;
}

.bs-logo-footer {
  max-width: 200px !important;
  margin-bottom: 20px !important;
}

.tooltip .arrow {
  display: none !important;
}

.cdx-equip:hover {
  background: #fff !important;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 1256px) {
}

@media screen and (max-width: 1199px) {
  header a.navbar-brand {
    width: 133px !important;
  }
}

@media screen and (max-width: 1024px) {
  header a.navbar-brand {
    width: 133px !important;
  }

  #carouselDark
    > div.carousel-inner
    > div.carousel-item.active
    > div
    > div
    > div:nth-child(2)
    > img {
    margin-left: 1px;
  }
}

@media screen and (max-width: 991px) {
  /*header narbar*/
  header a.navbar-brand {
    width: 160px !important;
  }

  .bs-menu.navbar-nav li.mega-menu-item.active .mega-menu-link {
    color: #ffffff !important;
  }

  .bs-menu.navbar-nav li.mega-menu-item {
    margin-left: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left !important;
  }

  .bs-menu.navbar-nav {
    background-color: rgba(118, 79, 127, 0.23) !important;
  }
}

.border-dashed {
  border-style: dashed !important;
  border-right: #9d9d9d !important;
  border-top: 0;
  border-bottom: 0;
}

h3.cdx_team {
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px !important;
  letter-spacing: 1px;
}

/* WPML */
.wpml-ls-legacy-dropdown {
  width: 100% !important;
  max-width: 100% !important;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 0px !important;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.otgs-development-site-front-end {
  display: none !important;
}

header a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

header li.mega-menu {
  line-height: 2 !important;
}

.header-menu-adjustment {
  margin-right: 300px !important;
  margin-top: -75px !important;
}

nav li.mega-menu-item {
  font-size: 8px !important;
}

footer .footer-iso {
  font-size: 12px !important;
}

.footer-iso {
  padding: 10px 0;
}

.site-content {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

.cdx-wrapper {
  margin-top: 80px;
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll {
  background: #3db96f !important;
  color: #ffffff !important;
  margin-top: 20px !important;
  border: none !important;
  border-radius: 5px;
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll p {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.product_cat-promotional-items {
  margin-bottom: 0 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: #ff4438;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #ff4438;
}

/* Footer styling */
footer .btn {
  /*   border-radius: 50px !important; */
  border: 0px;
  font-weight: 700 !important;
}

.footer-iso {
  font-size: 16px !important;
  font-style: italic;
}

/* Woocommerce */
.woocommerce-Price-amount {
}

p.woocommerce-result-count {
  margin-right: 20px;
}

select {
  font-size: 15px;
  color: #7d7d7d;
  border: 1px dashed #535353;
  background: transparent;
  border-radius: 10px;
  padding: 0 10px;
  min-height: 24px;
  line-height: 24px;
  font-family: Poppins, sans-serif;
}

.storefront-sorting {
  margin-bottom: 80px !important;
}

.amount {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #171a1d !important;
}

.wc-proceed-to-checkout a {
  transition: all 300ms ease-in-out;
}

.wc-proceed-to-checkout a:hover {
  transition: all 300ms ease-in-out;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
  background-color: #000 !important;
  border: none !important;
  color: #fff !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #efefef !important;
  border-radius: 2px !important;
  color: #000 !important;
  clear: both !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  color: #000 !important;
}

p.woocommerce-info {
  background-color: #efefef !important;
}

.checkout-button {
  color: white !important;
}

.woocommerce {
  margin-top: 0px !important;
}

.single_add_to_cart_button {
  /*	display: none; */
}

.product-name-text input[type="text"] {
  border: 0px;
  font-size: 32px;
  font-weight: 700;
}

.mega-menu-description span {
  display: none !important;
}

/* WPForms */
.wpforms-form button[type="submit"],
button.wpforms-page-button {
  color: #333333 !important;
  text-transform: uppercase;
  border: none !important;
  border-radius: 5px;
  outline: none !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.9em !important;

  transition: all 300ms ease-in-out;
}

.wpforms-form button[type="submit"]:hover,
button.wpforms-page-button:hover {
  color: #fff !important;
  transition: all 300ms ease-in-out;
  background: #ff4438 !important;
}

.wpforms-form button[type="submit"]:after::hover,
button.wpforms-page-button:after::hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.wpforms-submit-container {
  text-align: center !important;
}

/* GDPR */
.cli_action_button {
  color: #fff !important;
  background-color: #000 !important;
}

/* Media page */
a.media-menu:hover {
  cursor: pointer;
}

.item-box iframe {
  width: 4000px !important;
  height: 200px !important;
}

.media iframe {
  width: 4000px !important;
  height: 200px !important;
}

/* Modal popup*/
.close {
  float: right !important;
  line-height: 25px !important;
  background: transparent !important;
}

.modal-container {
  background-color: black !important;
}

.modal-body {
  padding: 0px 10px 0px 10px !important;
  margin: auto !important;
}

.modal-header {
  display: inline !important;
  padding: 0px !important;
  border-bottom: 0px !important;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.9;
}

/* Home page*/
.mission-quote-img {
  width: 100px;
  height: 100px;
}

.blockquote {
  border-left: none;
  font-size: 16px;
}

.who-we-are-img {
  width: 100%;
  height: 500px;
  object-fit: none;
  object-position: 0% -30%;
}

.zoom:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

/* Carusel */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background: transparent;
}

.carousel-inner {
  width: 100%;
  height: 650px !important;
  max-height: 650px !important;
}

.carousel-item {
  transition: all 1200ms ease;
}

hr.divider {
  margin: 0em;
  border-width: 1px;
}

.text_justify {
  text-align: justify !important;
  display: block !important;
}

.cdx-submit {
  background: #fff !important;
}

.wpforms-field-description.wpforms-disclaimer-description {
  height: 70px !important;
}

.mega-menu-link-normal > a {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black !important;
}

.caption {
  text-transform: capitalize !important;
}

a.more-media {
  text-transform: capitalize !important;
}

/* Mega menu Search box */
.mega-menu .mega-search input::-webkit-input-placeholder {
  color: white;
  border: 1px !important;
}

.mega-menu .mega-search input:-moz-placeholder {
  color: white;
  border: 1px !important;
}

.mega-menu .mega-search input::-moz-placeholder {
  color: white;
  border: 1px !important;
}

.mega-menu .mega-search input:-ms-input-placeholder {
  color: white;
  border: 1px !important;
}

/* Search Navigation - Pagination ------- */
.page-numbers {
  display: inline-block !important;
}

.page-numbers {
  color: black !important;
  float: left !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  transition: background-color 0.3s !important;
  border: 1px solid #ddd !important;
  margin: 0 4px !important;
}

[aria-current="page"].current {
  background-color: #ff4438 !important;
  color: white !important;
}

.page-numbers a:hover {
  background-color: #ddd !important;
}

.pagination {
  clear: none !important;
  border: none !important;
  float: right !important;
}

.mega-search-wrap input[type="text"] {
  font-size: 16px !important;
  border: none !important;
  /*	border-bottom: 2px solid red!important; */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0px 0px 0px 0px red;
}

p.woocommerce-info {
  background-color: #ff4438;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 15px;
  border-radius: 0 0 10px 10px;
}

.search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

ol[type="A"] {
  list-style-type: upper-alpha;
}

/* Contact Us BH */

.cdx-hours {
  margin-left: 1em;
}

.cdx_contacts.cdx_survey a {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border: 1px solid #bebebe;
  padding: 5px 20px;
  font-weight: 800;
  border-radius: 5px;
  letter-spacing: 1px;
  background: #fff;
}

.cdx_contacts.cdx_survey a:hover {
  background: #fff;
  border: 1px solid #fff;
  transition: all 300ms ease-in-out;
}

.card {
  border: none !important;
}

.container.text-center {
  z-index: 9;
}

.card::before,
.card::after {
  background: transparent;
  position: absolute;
  content: "";
}
.card.cdx_person::before,
.card.cdx_person::after {
  width: 15%;
  height: 15%;
  transition: 0.35s;
}

.cdx_person::before {
  top: 0;
  left: 0;
  border-left: 1px solid rgb(148, 148, 148);
  border-top: 1px solid rgb(148, 148, 148);
}

h3.cdx_team::before {
  background: none;
}

.cdx_person::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid rgb(148, 148, 148);
  border-bottom: 1px solid rgb(148, 148, 148);
}

.card.cdx_person:hover::before,
.card.cdx_person:hover::after {
  width: 100%;
  height: 100%;
}

/*
* Survey Maker
*/

.ays-survey-section-button {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 1px;
}

.ays-survey-section-footer {
  margin-top: 26px !important;
}

div.ays-survey-thank-you-page > div:nth-child(n) > p {
  font-size: 20px !important;
  text-align: center !important;
  padding-bottom: 30px !important;
  padding-top: 20px !important;
}

.ays-survey-section-buttons {
  text-align: center !important;
}

.ays-survey-question-title {
  font-size: 22px !important;
  color: #171a1d !important;
}

div.ays-survey-question-wrap-expanded-action
  > div.ays-survey-question-content
  > div
  > div.ays-survey-answer
  > div
  > div
  > textarea,
input.ays-survey-remove-default-border.ays-survey-question-email-input.ays-survey-question-input.ays-survey-input.ays-survey-answer-text-inputs-default {
  background-color: #fff !important;
}

.ays-survey-section-buttons {
  text-align: center !important;
  margin-top: 20px !important;
}

.ays-survey-container .ays-survey-question .ays-survey-question-input {
  background-color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  margin-left: 10px;
  line-height: 40px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 600 !important;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-selected
  .wpforms-image-choices-label {
  font-weight: 600 !important;
  color: #ff4438;
}

#wpforms-9731-field_5-container > div {
  margin-left: 8px;
  padding-right: 7px;
}

@media screen and (max-width: 480px) {
  .ays-survey-answer-linear-scale {
    flex-direction: column !important;
  }

  div > div.ays-survey-answer-linear-scale > label:nth-child(n) {
    flex-direction: row !important;
    justify-content: center !important;
  }

  .ays-survey-answer-linear-scale-radio-label {
    margin-right: 5px !important;
  }

  div
    > div.ays-survey-answer-linear-scale
    > label:nth-child(11)
    > div.ays-survey-answer-linear-scale-radio-label {
    margin-right: 0 !important;
  }

  .ays-survey-question-title {
    font-size: 18px !important;
  }

  .ays-survey-section-button {
    font-size: 20px !important;
  }
}

.cdx_contacts li a {
  transition: all 300ms ease-in-out;
}

.cdx_contacts p a {
  transition: all 300ms ease-in-out;
}

ul.cdx_contacts {
  font-size: 16px;
  list-style-type: none !important;
}

.cdx_contacts .fa-li {
  padding-top: 5px;
}

.cdx_divisions {
  transition: all 0.5s ease-in-out;
}

.cdx_divisions:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.cdx_footer {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.ac_title_class {
  padding-top: 5px !important;
}

.wpsm_panel-body p {
  font-size: 16px !important;
}

.wpsm_panel-body ul li {
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
}

/* Equipment Page */

.cdx-col {
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}

.fs-7 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 1.125rem !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.cdx-equip {
  min-height: 140px !important;
  position: relative;
  background: rgb(228, 228, 228) !important;
  background: linear-gradient(
    180deg,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 0.9864320728291317) 100%
  ) !important;
  transition: all 0.6s ease-in-out !important;
}

.cdx-img {
  max-width: 45%;
  height: auto;
}

.cdx-img-95 {
  max-width: 95%;
  height: auto;
}

.cdx-img-90 {
  max-width: 90%;
  height: auto;
}

.cdx-img-88 {
  max-width: 88%;
  height: auto;
}

.cdx-img-85 {
  max-width: 85%;
  height: auto;
}

.cdx-img-84 {
  max-width: 84%;
  height: auto;
}

.cdx-img-80 {
  max-width: 80%;
  height: auto;
}

.cdx-img-70 {
  max-width: 70%;
  height: auto;
}

.cdx-img-73 {
  max-width: 73%;
  height: auto;
}

.cdx-img-75 {
  max-width: 75%;
  height: auto;
}

.cdx-img-60 {
  max-width: 60%;
  height: auto;
}
.cdx-img-63 {
  max-width: 63%;
  height: auto;
}

.cdx-img-65 {
  max-width: 65%;
  height: auto;
}

.cdx-img-66 {
  max-width: 66%;
  height: auto;
}

.cdx-img-67 {
  max-width: 67%;
  height: auto;
}

.cdx-img-68 {
  max-width: 68%;
  height: auto;
}

.cdx-img-50 {
  max-width: 50%;
  height: auto;
}

.cdx-img-55 {
  max-width: 55%;
  height: auto;
}

.cdx-img-40 {
  max-width: 40%;
  height: auto;
}

.cdx-img-42 {
  max-width: 42%;
  height: auto;
}

.cdx-img-45 {
  max-width: 45%;
  height: auto;
}

.cdx-img-48 {
  max-width: 48%;
  height: auto;
}

.cdx-img-30 {
  max-width: 30%;
  height: auto;
}
.cdx-img-20 {
  max-width: 20%;
  height: auto;
}

/* Gaps */
.g-20 {
  gap: 20px !important;
}

.cdx-proj {
  padding: 0 8px !important;
}

.cdx-alt > center:nth-child(1) > figure > figcaption > i {
  padding-left: 95px !important;
}

#content
  > div
  > div
  > div:nth-child(2)
  > center:nth-child(1)
  > figure
  > figcaption
  > i
  .list-group-numbered
  > .list-group-item::before {
  color: #ff4438 !important;
  font-weight: 600 !important;
}

.cdx-control > .list-group-item::before {
  color: #231f20 !important;
  font-weight: 500 !important;
  padding-right: 5px;
}

span.cdx-text {
  padding-left: 20px !important;
}

span.cdx-number.double {
  padding: 3px 4px;
}

.model_title {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: underline;
}

.cdx-equip::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("https://www.cadexinc.com/wp-content/uploads/2023/06/background.webp");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat, no-repeat;
  z-index: -1;
}

.cdx-equip::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #ff4438 0%, #ff4438 100%),
    linear-gradient(to top, #ff4438 50%, transparent 50%),
    linear-gradient(to top, #ff4438 50%, transparent 50%),
    linear-gradient(to right, #ff4438 0%, #ff4438 100%),
    linear-gradient(to left, #ff4438 0%, #ff4438 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
  border-radius: 0.25rem !important;
}

.cdx-equip h2 {
  font-size: 32px !important;
  margin-bottom: 0 !important;
}

.cdx-equip h3 {
  font-size: 35px !important;
  line-height: 45px !important;
  margin-bottom: 0 !important;
  padding: 0 10px !important;
}

.cdx-equip:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}

.page-title {
  display: none;
}

h2.woocommerce-loop-product__title {
  font-size: 30px !important;
  text-transform: uppercase;
}

span > span > bdi {
  color: #57bf6d;
}

.wp-element-button {
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.wc-forward {
  margin-left: 0 !important;
  padding-right: 10px !important;
  border-radius: 2px;
}

.cdx-phone {
  font-size: 14px !important;
}

.cdx-phone > a {
  line-height: 27px !important;
}

.woocommerce-info::before {
  content: "" !important;
  width: 26px;
  height: 26px;
  background-image: url("https://www.cadexinc.com/wp-content/uploads/2022/11/cart.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* FAQ */

.ac_title_class {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}

.ac_title_class:hover {
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}

.cdx-team > div:nth-child(n) > div > div > h3 {
  font-size: 27px !important;
}

.cdx-about p {
  font-weight: 300 !important;
  font-size: 17px;
  line-height: 30px;
  color: rgb(48, 48, 48);
}

.card:focus {
  border-style: none !important;
}

/* Add arrows to the right container (pointing left) */
.right-1::before {
  content: "";
  position: absolute;
  top: 1px;
  z-index: 1;
  left: 377px;
  border: 1px solid #0d0d0d;
  border-width: 15px 15px 15px 0;
  border-color: transparent #dee2e6 transparent transparent;
}

.right-2::before {
  content: "";
  position: absolute;
  top: 106px;
  z-index: 1;
  left: 377px;
  border: 1px solid #0d0d0d;
  border-width: 15px 15px 15px 0;
  border-color: transparent #dee2e6 transparent transparent;
}

.right-3::before {
  content: "";
  position: absolute;
  top: 217px;
  z-index: 1;
  left: 377px;
  border: 1px solid #0d0d0d;
  border-width: 15px 15px 15px 0;
  border-color: transparent #dee2e6 transparent transparent;
}

.right-4::before {
  content: "";
  position: absolute;
  top: 325px;
  z-index: 1;
  left: 377px;
  border: 1px solid #0d0d0d;
  border-width: 15px 15px 15px 0;
  border-color: transparent #dee2e6 transparent transparent;
}

.card-img-top {
  border-radius: 4px 4px 0 0 !important;
}

/* Timeline */

#v-pills-tab a {
  transition: all 300ms ease-in-out;
}

#WhatisLoremIpsum1,
#WhatisLoremIpsum2,
#WhatisLoremIpsum3,
#WhatisLoremIpsum4 {
  transition: all 200ms ease-in-out;
}

ul.list-group {
  margin-left: 0 !important;
  padding-left: 20px !important;
  color: #6d6d6d !important;
  font-size: 16px !important;
}

.list-group-item {
  color: #6d6d6d !important;
  font-size: 16px !important;
}

.cdx-subtitle {
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: #212529 !important;
  font-size: 16px !important;
}

.list-group-item {
  border: none !important;
  padding: 2px 0px !important;
  line-height: 35px !important;
  background-color: #ffffff5e !important;
}

ul li {
  line-height: 35px !important;
}

ul:nth-child(n) > li:nth-child(n) {
  padding-left: 0 !important;
}

li::marker {
  color: #2a2a2a;
}

li {
  list-style-type: disc;
  padding-inline-start: 1ch;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-n5 {
  margin-top: -5rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-n15 {
  margin-top: -15rem !important;
}

.col-sm-4.pt-4.shadow-sm.border.rounded-1.bg-light > ol > li:nth-child(n) {
  padding-left: 20px !important;
}

ul.list-group.cdx-left {
  padding-left: 0 !important;
}

.cdx-info h3 {
  text-transform: uppercase;
  font-size: 26px !important;
}

#breadcrumbs span {
  font-size: 14px !important;
}

#breadcrumbs .breadcrumb_last {
  font-weight: 500 !important;
}

.text-end a:hover {
  color: #fff !important;
  transition: all 300ms ease-in-out;
}

/*SCROLL for Chrome*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background: #f1f1f1;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #efefef;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff4438;
  border-radius: 3px;
}

/* SCROLL for Firefox*/

* {
  scrollbar-width: thin;
}

/* Custom store link */
.cdx_link {
  color: white;
  transition: 0.5s;
  border-bottom: 1px dashed;
}

.product_title {
  text-transform: uppercase;
}

.cdx-hide {
  display: none !important;
}

.wpforms-field-label-inline {
  cursor: pointer;
}

.site-footer {
  background-image: url("https://www.cadexinc.com/wp-content/uploads/2024/05/footer-cdx.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cdx1994 .card-body,
#cdx2000 .card-body,
#cdx2010 .card-body,
#cdx2015 .card-body {
  border-bottom: 1px dashed #dee2e6;
  border-left: 1px dashed #dee2e6;
  border-right: 1px dashed #dee2e6;
}

/* Custom FAQ section */

.accordion {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.accordion-item {
  border: none !important;
  margin-bottom: 10px;
}

.accordion-button {
  text-transform: uppercase;
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  background: #202328;
  align-items: center;
  width: 100%;
  transition: all 400ms ease-in-out;
}

#flush-collapseOne > div > ul li {
  font-weight: 600;
  font-style: italic;
}

.collapsing {
  transition: height 0.5s ease;
}

#flush-collapseOne > div > table > tbody > tr:nth-child(n) > th,
#flush-collapseOne > div > table > thead > tr:nth-child(n) > th:nth-child(n) {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

#flush-collapseOne > div > table > thead > tr:nth-child(2) > th:nth-child(n),
#flush-collapseOne > div > table > thead > tr:nth-child(1) > th:nth-child(n) {
  text-align: center;
}

#flush-collapseOne > div > table > thead > tr:nth-child(1) > th:nth-child(1) {
  text-align: left;
}

#flush-collapseOne > div > table > tbody > tr:nth-child(n) > td:nth-child(n) {
  font-size: 16px;
  text-align: center;
}

button.accordion-button:focus,
button.accordion-button.collapsed:focus {
  box-shadow: none !important;
}

button.accordion-button:hover {
  background-color: #b3b3b3;
  color: #fff !important;
  transition: all 300ms ease-in-out;
}

.accordion-body p {
  line-height: 30px;
}

.cdx-bg-main {
  margin-top: 20px !important;
  background: #fafafa;
}
/* added by amine - on 2025-07-15 */
.cdx-bg-main > .container {
	padding: unset !important;
}

.accordion-button:not(.collapsed) {
  color: #ff4438 !important;
  background-color: #eeeeee;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.cdx-raport {
  transform: rotate(-5deg);
}

img.cdx-raport {
  margin-bottom: 40px;
}

ul.cdx-policy li {
  color: #6d6d6d;
  font-size: 15px;
  list-style-type: "- ";
}

.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashicons-search:before {
  font-size: 22px;
}

input[type="search"] {
  font-size: 15px !important;
  color: #0f0f0f !important;
  font-family: "Poppins", sans-serif;
}

.cdx-divisions h3 {
  font-weight: 800 !important;
}

/*Cookies Settings*/

.cli-row .cli-privacy-overview.cli-collapsed {
  margin-right: 7px;
}

.cli-row
  .cli-col-12.cli-align-items-stretch.cli-px-0.cli-tab-section-container {
  margin-right: 5px;
}

.cli-modal-body > div > div > div:nth-child(1) > div > div > div {
  text-align: justify;
}

/*
* Preloader
*/

.cdx-preloader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cdx-preloader svg {
  width: 769px;
  height: 222px;
}

.cdx-preloader svg path {
  stroke-dashoffset: 192;
  stroke-dasharray: 10;
  animation: draw 15s infinite;
}

.cdx-preloader svg g {
  fill-opacity: 0;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

input[type="number"] {
  border-radius: 5px !important;
}

input:focus {
  outline-color: #ff4438 !important;
  border-radius: 5px !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
.woocommerce-error::before {
  display: none !important;
}

.woocommerce-error strong {
  color: #ff4438 !important;
}

/*Request a Quote*/

.wpforms-field-description.wpforms-disclaimer-description {
  text-align: center;
  font-size: 14px !important;
  color: #ff4438 !important;
  padding-top: 24px !important;
  scrollbar-width: none;
}

#wpforms-9731-field_12 li.choice-1,
#wpforms-9731-field_12 li.choice-2,
#wpforms-9731-field_12 li.choice-4,
#wpforms-9731-field_12 li.choice-5,
#wpforms-9731-field_12 li.choice-6 {
  min-width: 150px;
}

button#cdx-quote-form {
  display: flex;
  margin: 20px auto;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
  font-weight: 500;
  padding: 6px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #ff4438;
}

button#cdx-quote-form:hover {
  background-color: #ff4438;
  color: #fff;
  transition: all 500ms ease-in-out;
  border: 2px solid #303030;
}

.quote-container {
  max-width: 950px;
  margin: 0 auto;
  transition: 1s ease-out;
}

#wpforms-form-15014 {
  display: none;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
  transition: 1s ease-out !important;
  border: 1px solid #e1dede;
}

#wpforms-form-15014 .wpforms-submit.cdx-submit {
  border: 1px solid #a7a7a7 !important;
  border-radius: 10px !important;
  padding: 10px 50px !important;
  text-transform: uppercase !important;
}
#wpforms-form-15014 .wpforms-submit.cdx-submit:hover {
  border: 1px solid #ff4438 !important;
}

#wpforms-354-field_16-container,
#wpforms-354-field_18-container,
#wpforms-9731-field_5-container {
  padding-left: 7px;
}

#wpforms-354-field_7-container > label,
#wpforms-354-field_14-container > label {
  padding-top: 10px !important;
}

#wpforms-354-field_14-container,
#wpforms-354-field_7-container {
  padding-top: 0;
}

#wpforms-354-field_9-container {
  padding-top: 16px;
}

#wpforms-9731-field_5-container label.wpforms-field-label {
  padding-left: 8px;
}

#wpforms-15014-field_57,
#wpforms-15014-field_35,
#wpforms-15014-field_58,
#wpforms-15014-field_61,
#wpforms-15014-field_62,
#wpforms-15014-field_63,
#wpforms-15014-field_60,
#wpforms-15014-field_59 {
  font-weight: 500;
  color: #ff4438;
}

div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="text"] {
  color: #6d6d6d;
}

.show-form {
  display: block !important;
  transition: 5s ease-in-out !important;
}

#wpforms-confirmation-15014 {
  margin: 0 !important;
  padding: 0 !important;
}

#wpforms-confirmation-15014 p {
  text-align: center;
  font-size: 16px !important;
  color: #0da527 !important;
}

#wpforms-confirmation-15014 > p > a {
  text-decoration: underline;
  font-weight: 600;
}

#wpforms-354-field_2-container {
  padding-top: 6px;
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll {
  background-color: transparent !important;
  text-transform: uppercase;
}

.ps-8 {
  padding-left: 2.4rem;
}

/*Reset form*/

#wpforms-form-15014 #wpforms-15014-field_75-container,
#wpforms-form-9731 #wpforms-9731-field_63-container {
  display: flex;
  justify-content: center;
}

#wpforms-15014-field_75-container #wpforms-15014-field_75 #reset,
#wpforms-9731-field_63-container #wpforms-9731-field_63 #reset {
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
}

#wpforms-15014-field_75-container #wpforms-15014-field_75 #reset:hover,
#wpforms-9731-field_63-container #wpforms-9731-field_63 #reset:hover {
  color: #ff4438;
  transition: all 300ms ease-in-out;
}

#mega-menu-item-14927 > a {
  color: #ff4438 !important;
  font-weight: 600 !important;
}
#mega-menu-item-14927 > a:hover {
  color: #181818 !important;
}

.cdx-info a,
.cdx-team a {
  color: #181818 !important;
}

.cdx-info a:hover,
.cdx-team a:hover {
  color: #ff4438 !important;
}

.cdx_contacts .fa-li:first-child {
  padding-top: 0 !important;
}
.cdx_contacts .fa-li.fa-phone,
.cdx_contacts .fa-li.fa-fax,
.cdx_contacts .fa-li.fa-envelope {
  padding-top: 5px !important;
}

#v-pills-tab > a.nav-link {
  color: #3b424f !important;
}

#v-pills-tab > a.nav-link:hover,
#v-pills-tab > a.nav-link.active {
  color: #ff4438 !important;
}

.woocommerce-product-details__short-description a,
.woocommerce-cart-form__cart-item.cart_item a {
  color: rgb(24, 24, 24);
}

#flush-collapseOne > div:nth-child(n) > p:nth-child(n),
#flush-collapseFour > div:nth-child(n) > p:nth-child(n),
#flush-collapseTwo > div:nth-child(1) > p:nth-child(1),
#flush-collapseThree > div:nth-child(1) > p:nth-child(1) {
  font-size: 16px !important;
}

#mega-menu-item-14944 > a.mega-menu-link:hover {
  background-color: #f1f1f1 !important;
}

.woo-variation-items-wrapper a.reset_variations {
  color: rgb(17, 71, 17);
}

.bench_shownVisor_y {
  display: none !important;
}

.retention_display_n {
  display: none !important;
}

.cdx-ballistic-heads-2 {
  display: none !important;
}

#cookie-law-info-again {
  right: 200px !important;
}

.container.cdx-divisions {
  padding-top: 100px !important;
  padding-bottom: 120px !important;
}

/* Request Button */

#top_request {
  border-radius: 5px !important;
  font-weight: 500 !important;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 400ms ease-in-out;
}

#top_request:hover {
  color: #ff4438 !important;
  transition: all 400ms ease-in-out;
}

#wpforms-15014.wpforms-container.wpforms-container-full {
  margin: 60px auto !important;
}

:root {
  accent-color: #008000;
}

.description_tab a,
.additional_information_tab a {
  color: #666666 !important;
}

.description_tab.active,
.additional_information_tab.active {
  font-weight: 500 !important;
  color: #ff4438 !important;
}

.stock.out-of-stock::before,
.stock.out-of-stock {
  font-weight: 500 !important;
  color: #ff4438 !important;
}

/* Privacy Policy buttons */

span.cdx-privacy-policy {
  display: flex;
  justify-content: end;
}

span.cdx-privacy-policy a {
  background: linear-gradient(#101828 0 0) 50% calc(-3px - 100%) / var(--d, 0%)
    200% no-repeat !important;
  transition: 0.3s, background-size 0.3s 0.3s !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  color: #101828 !important;
  padding: 0 5px;
}

span.cdx-privacy-policy a:hover {
  --d: 100% !important;
  background-position: 50% 0% !important;
  color: #fff !important;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s !important;
}

.cdx-ebox.cdx-image-80 > center > figure {
  padding-top: 5px !important;
}

.cdx-quick > center > figure {
  padding-top: 0.65rem !important;
}

.trp-flag-image {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}

/* Payment method */
.payment_methods > .wc_payment_method > label {
  cursor: text !important;
  text-align: center !important;
  font-size: 17px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  padding: 15px 17px 5px 17px !important;
  background-color: #57bf6d !important;
  margin: 0 !important;
  text-wrap: balance;
  border-radius: 5px 5px 0 0;
}

tr.shipping {
  display: none !important;
}

.payment_box.payment_method_cod {
  background-color: #57bf6d !important;
  border-radius: 0 0 5px 5px;
}

.payment_methods > .wc_payment_method > label::before {
  display: none !important;
}

#payment .payment_methods li p {
  text-align: center !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #ff0 !important;
}

#payment > div > div > div.woocommerce-privacy-policy-text > p > a,
#payment > div > div > p > label > span > a {
  color: #ff4438 !important;
}

#cdx-quote-main-form {
  padding-top: 50px;
}

.cdx-headforms .col-sm-6 h3 {
  text-wrap: balance;
}

/* */

#content
  > div.container.linear-impact-machine
  > div.row.aligh-items-start
  > div:nth-child(1) {
  padding-left: 0 !important;
}

.cdx-special center > figure {
  padding-top: 0 !important;
}

.text-balance {
  text-wrap: balance !important;
}

.footer-iso {
  padding: 16px 0;
}

/* Low Velocity Tables */

div.LowVelocityBlack {
  border: 3px solid rgb(58, 58, 58);
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.LowVelocityBlack .divTableCell,
.divTable.LowVelocityBlack .divTableHead {
  border: 1px solid rgb(58, 58, 58);
  padding: 5px 4px;
}
.divTable.LowVelocityBlack .divTableBody .divTableCell {
  font-size: 16px;
  color: rgb(24, 24, 24);
}

.divTable.LowVelocityBlack .divTableHeading {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  background: -webkit-linear-gradient(
    top,
    #dbdbdb 0%,
    #d3d3d3 66%,
    #cfcfcf 100%
  );
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 3px solid rgb(58, 58, 58);
}
.divTable.LowVelocityBlack .divTableHeading .divTableHead {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.LowVelocityBlack .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

/* Position */

.bottom-35 {
  bottom: 35% !important;
}

.start-15 {
  left: 15% !important;
}

a {
  text-decoration: none !important;
}

.right-left-border{
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.border-right{
	border-right: 3px solid #fff;
}

/*
* Media Queries
*/

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

@media screen and (max-width: 1400px) {
  .right-1::before,
  .right-2::before,
  .right-3::before,
  .right-4::before {
    left: 312px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100% !important;
  }

  .navbar-brand img {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .wpforms-field-description.wpforms-disclaimer-description {
    padding-top: 10px !important;
  }

  #mega-menu-primary {
    padding-top: 20px !important;
  }

  .right-1::before,
  .right-2::before,
  .right-3::before,
  .right-4::before {
    display: none;
  }

  .cdx_phone {
    display: none;
  }

  .navbar-brand img {
    width: 100%;
    margin-top: 10px;
  }

  .cdx-equip {
    min-height: 252px !important;
  }
}

@media screen and (min-width: 992px) {
  header .navbar > .container .nav-top {
    position: absolute !important;
    right: 10px !important;
    top: 6px !important;
  }

  .py-lg-9 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (max-width: 992px) {
  .cdx-title {
    width: 90% !important;
  }

  .cdx-mobile {
    min-width: 450px !important;
  }

  h2.cdx-main {
    width: 50% !important;
  }

  .container.cdx-divisions {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .container.cdx-divisions h2.cdx-main {
    width: 90% !important;
  }

  img.cdx-logo-specialist {
    min-width: 200px;
  }

  #mega-menu-primary li > a.mega-menu-link {
    color: rgb(24, 24, 24) !important;
  }

  #mega-menu-item-3105 > a.mega-menu-link {
    padding-left: 10px !important;
    padding-top: 10px !important;
  }

  #mega-menu-item-14927.cdx_quote > a.mega-menu-link {
    color: #ff4438 !important;
  }

  .container {
    width: 100%;
    justify-content: space-around !important;
  }

  .header-menu-adjustment {
    min-width: 480px;
  }

  /* Add arrows to the right container (pointing left) */
  .right-1::before {
    top: 2px;
  }

  .cdx_quote {
    max-width: 70% !important;
  }

  .mega-toggle-blocks-right {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  #flush-collapseOne > div:nth-child(n) > p:nth-child(n),
  #flush-collapseFour > div:nth-child(n) > p:nth-child(n),
  #flush-collapseThree > div:nth-child(n),
  #flush-collapseTwo > div:nth-child(n) {
    text-align: justify;
  }

  h1.cdx-slider {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  /* Vision Plugin */
  .vision-stage,
  .cdx-tooltip {
    display: none !important;
  }

  h2.cdx-title::before {
    background-image: none !important;
  }

  h2.cdx-main {
    animation: none !important;
  }

  .cdx-mobile {
    min-width: 275px !important;
  }

  img.cdx-logo-specialist {
    min-width: 100%;
  }

  h3.cdx_team {
    width: 60% !important;
    animation: none !important;
  }

  .container.cdx-divisions h2.cdx-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Cart */

  tr.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail img {
    max-width: 50% !important;
    padding-bottom: 40px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item
    > td.product-thumbnail
    img:first-child {
    padding-bottom: 40px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item > td.product-name a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }

  tr.woocommerce-cart-form__cart-item.cart_item
    > td.product-price
    span.woocommerce-Price-amount.amount
    bdi,
  tr.woocommerce-cart-form__cart-item.cart_item
    > td.product-subtotal
    span.woocommerce-Price-amount.amount
    bdi,
  table > tbody > tr.cart-subtotal > td > span > bdi,
  table
    > tbody
    > tr.tax-rate.tax-rate-ca-qc-gst-qst-1
    > td
    > span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #6d6d6d;
  }

  table > tbody > tr.order-total > td > strong > span > bdi {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0da527;
  }

  .cart-collaterals .cart_totals h2 {
    text-align: center;
    text-transform: uppercase;
  }

  table.shop_table_responsive tr td[data-title]::before {
    font-size: 14px;
    font-weight: 600;
  }

  button#cdx-quote-form {
    margin-top: 20px !important;
    font-size: 18px;
  }

  #flush-collapseOne > div:nth-child(n) > p:nth-child(n),
  #flush-collapseFour > div:nth-child(n) > p:nth-child(n),
  #flush-collapseThree > div:nth-child(n),
  #flush-collapseTwo > div:nth-child(n) {
    text-align: justify;
  }

  .container.content .container {
    padding-bottom: 60px;
  }

  .timeline-text p {
    font-size: 14px !important;
  }

  nav.link-light {
    padding-left: 1.5rem !important;
  }

  .pe-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .container.pt-2 h2 {
    padding-top: 0 !important;
  }
  .container.content.py-5 {
    padding-bottom: 0 !important;
  }

  div.col-md-6.d-flex.justify-content-end > center > figure > img {
    max-width: 80% !important;
  }
  .cdx-bg-main > div.container.my-5.pt-5 > h2 {
    padding-top: 0 !important;
    padding-top: 0 !important;
  }

  div.container.text-center.pt-5.pb-7.cdx-divisions > h2 {
    padding-top: 0 !important;
  }

  .cdx-divisions h3 {
    font-size: 28px !important;
  }

  a#cdx1994-tab.nav-link,
  a#cdx2000-tab.nav-link,
  a#cdx2010-tab.nav-link,
  a#cdx2015-tab.nav-link {
    font-size: 18px !important;
  }

  .nav.flex-column.nav-tabs .nav-link {
    padding: 1px 0px 60px 0px !important;
  }

  .container.text-center.pt-5.pb-7.cdx-divisions {
    padding-top: 0 !important;
  }

  .nav.flex-column.nav-tabs .nav-link:last-child {
    padding-bottom: 0 !important;
  }

  .contact-text {
    text-align: justify !important;
    font-size: 16px !important;
  }

  .cdx-about p.text_justify.fs-8:first-child {
    padding-top: 0 !important;
  }

  .cdx-about p.text_justify.fs-8:last-child {
    margin-bottom: 0;
  }

  .cdx-about p.text_justify.fs-8 {
    font-size: 16px !important;
  }

  li.post-956 {
    margin-top: 60px !important;
  }

  .button.wp-element-button.product_type_variable.add_to_cart_button,
  .button.ajax_add_to_cart {
    text-transform: uppercase;
  }

  h2.woocommerce-loop-product__title {
    font-size: 30px !important;
  }

  .storefront-sorting {
    text-align: center;
  }

  .header-menu-adjustment {
    min-width: 100%;
  }

  .container.footer-iso.fade-in > div > div > div > div.col > i {
    font-size: 14px;
  }

  .container.footer-iso.fade-in > div > div > div > div.col {
    padding: 0 0 30px 0;
    text-align: justify;
  }

  .ps-5 {
    padding-left: 10px !important;
  }

  .cdx-border {
    border: 0 !important;
  }

  .cdx-border-full {
    border: 0 !important;
    padding: 5px 0 0 0;
  }

  .cdx-bg::after,
  .cdx-bg::before {
    background: none;
  }

  .cdx-catalog .col-md-6 {
    align-items: center;
  }

  div.col-md-6.d-flex.justify-content-end > center > figure > img {
    max-width: 60% !important;
  }

  .cdx-equip {
    min-height: 170px !important;
    padding: 0 5px !important;
  }

  h2.fs-special {
    text-align: center;
    font-size: 45px !important;
  }

  .cdx-equip h2,
  .cdx-equip h3 {
    font-size: 28px !important;
  }

  .cdx-about {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cdx-about img {
    margin: 0 auto;
    max-width: 85%;
    box-shadow: none !important;
  }

  h3.model_title {
    padding-top: 0 !important;
    text-align: center;
  }

  .bg-gradient-dark {
    background: rgb(24, 24, 24);
    background: -moz-linear-gradient(
      62deg,
      rgba(24, 24, 24, 1) 96%,
      rgba(255, 255, 255, 1) 70%
    );
    background: -webkit-linear-gradient(
      62deg,
      rgba(24, 24, 24, 1) 96%,
      rgba(255, 255, 255, 1) 70%
    );
    background: linear-gradient(
      62deg,
      rgba(24, 24, 24, 1) 96%,
      rgba(255, 255, 255, 1) 60%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  }

  h1,
  .h1 {
    font-size: 34px !important;
  }

  h3,
  .h3 {
    font-size: 22px !important;
  }

  h4,
  .h4 {
    font-size: 18px !important;
  }

  h5,
  .h5 {
    font-size: 16px !important;
  }

  h6,
  .h6 {
    font-size: 10px !important;
  }

  body {
    font-size: 12px !important;
  }

  .row.cdx-team > div:nth-child(n) {
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  .row.cdx-team > div:nth-child(n) > div > div > h3 {
    font-size: 18px !important;
  }

  .row.cdx-team > div:nth-child(n) > div {
    padding: 2px !important;
  }

  .row.cdx-team > div:nth-child(n) > div > div {
    padding: 0 !important;
  }

  .cdx_phone {
    display: none;
  }

  .cdx-form.pe-4 {
    padding: 0 !important;
  }

  .cdx-info {
    padding: 0 20px !important;
  }

  .cdx-info li {
    font-size: 14px;
  }

  .fa-clock,
  .fa-location-dot,
  .fa-phone,
  .fa-fax,
  .fa-location-dot,
  .fa-phone,
  .fa-fax,
  .fa-envelope {
    display: none;
  }

  hr.divider {
    display: block;
  }

  .cdx_contacts,
  .cdx-hours {
    margin-left: 0 !important;
  }

  body > footer > div.container > div > div.col-xl-6.mt-3 > a > img {
    margin: 0 auto;
  }

  body
    > footer
    > div.container
    > div
    > div.col-xl-6.my-5
    > div
    > div:nth-child(1)
    > div {
    padding-bottom: 20px;
  }

  h4.mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .container.my-5.pb-5.text-center.cdx-divisions
    > div
    > div:nth-child(n)
    > a
    > div
    > img {
    margin: 0 auto;
  }

  div:nth-child(4) > div > div > div:nth-child(1) {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {

	.right-left-border, .border-right{
		border: none !important;
	}
	
  #wpforms-9731-field_5-container > div {
    margin-left: 0;
    padding-right: 0;
  }

  #wpforms-9731-field_5-container label.wpforms-field-label {
    padding-left: 0;
  }

  #wpforms-9731-field_62 p {
    font-size: 13px !important;
  }

  #wpforms-9731-field_23-container
    .wpforms-field-layout-preset-50-50
    .wpforms-layout-column-50:first-child,
  #wpforms-9731-field_57-container
    .wpforms-field-layout-preset-50-50
    .wpforms-layout-column-50:first-child {
    padding: 0 !important;
  }
  #wpforms-9731-field_5-container {
    padding-left: 0;
    padding-right: 1px;
  }

  h2.cdx-main {
    width: 100% !important;
  }

  .cdx-mobile {
    min-width: 100% !important;
  }

  #breadcrumbs span {
    font-size: 13px !important;
  }

  .container.cdx-divisions {
    padding-top: 10px !important;
    padding-bottom: 80px !important;
  }

  .cdx-ballistic-heads-1 {
    display: none !important;
  }

  .cdx-ballistic-heads-2 {
    display: block !important;
  }

  nav.link-light {
    padding-left: 1rem !important;
  }

  .triax_uniax_acc h2,
  .ccs_computer_accard h2 {
    margin-top: 20px !important;
  }

  .cdx-title h2 {
    text-align: center;
  }

  .ccs_computer_accard h2,
  .triax_uniax_acc h2,
  .triax_uniax_acc span.text-danger,
  .ccs_computer_accard span.text-danger {
    text-align: center !important;
  }

  .BSI_Modified {
    max-width: 95% !important;
  }

  /*REFRACTIVE POWERS BENCH*/

  .bench_shownVisor_y {
    display: block !important;
  }
  .bench_shownVisor_n {
    display: none !important;
  }

  .retention_display_y {
    display: block !important;
  }

  .retention_display_n {
    display: none !important;
  }

  .cdx-freezer {
    margin-top: 0 !important;
  }

  .pe-xxl-6 {
    padding-left: 0 !important;
  }

  .display-2 {
    animation: none !important;
  }

  img.safety_shoes_icon {
    padding-top: 0 !important;
  }

  #content
    > div.container
    > div.row.align-items-start
    > div.col-sm-6.mb-4
    > center
    > figure
    > figcaption {
    display: none !important;
  }

  ul.list-group.mb-5.cdx-app {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  ul.list-group.mb-4.cdx-app {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #content > p.fs-6.ps-2.pb-2 {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .woocommerce-info::before {
    display: none !important;
  }
  .woocommerce-info {
    padding-left: 20px !important;
  }

  /* Cart */

  tr.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail img {
    max-width: 40% !important;
    padding-bottom: 40px;
  }

  table:not(.has-background) tbody tr:nth-child(2n) td {
    background-color: #fff !important;
  }

  tr.woocommerce-cart-form__cart-item.cart_item > td.product-name a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  tr.woocommerce-cart-form__cart-item.cart_item
    > td.product-price
    span.woocommerce-Price-amount.amount
    bdi,
  tr.woocommerce-cart-form__cart-item.cart_item
    > td.product-subtotal
    span.woocommerce-Price-amount.amount
    bdi,
  table > tbody > tr.cart-subtotal > td > span > bdi,
  table
    > tbody
    > tr.tax-rate.tax-rate-ca-qc-gst-qst-1
    > td
    > span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #6d6d6d;
  }

  table > tbody > tr.order-total > td > strong > span > bdi {
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .cart-collaterals .cart_totals h2 {
    text-align: center;
    text-transform: uppercase;
  }

  table.shop_table_responsive tr td[data-title]::before {
    font-size: 14px;
    font-weight: 600;
  }

  #content > p {
    text-align: justify !important;
  }

  #content > div.container {
    padding-bottom: 0 !important;
  }

  .cdx-order-m1 {
    order: -1 !important;
  }

  .cdx-order-1 {
    order: 1 !important;
  }

  .cdx-order-2 {
    order: 2 !important;
  }

  .cdx-order-3 {
    order: 3 !important;
  }

  div.cdx-image-full > center > figure > img {
    max-width: 100%;
  }

  div.col-sm-6.ps-0.cdx-order-2 > ul {
    text-align: center;
    padding-left: 0 !important;
  }

  div.col-sm-6.ps-0.cdx-order-2 > ul li {
    list-style-type: none !important;
  }

  .container.content.py-5 {
    padding-top: 50px !important;
    /* padding-bottom: 40px  !important; */
  }

  button#cdx-quote-form {
    margin-top: 40px !important;
    font-size: 18px;
  }

  /* #wpforms-form-15014{
			padding: 20px !important;
		} */

  #wpforms-15014-field_35-container,
  #wpforms-15014-field_59-container,
  #wpforms-15014-field_58-container,
  #wpforms-15014-field_62-container,
  #wpforms-15014-field_70-container,
  #wpforms-15014-field_72-container,
  #wpforms-9731-field_59-container,
  #wpforms-9731-field_61-container,
  #wpforms-354-field_16-container,
  #wpforms-354-field_18-container,
  #wpforms-15014-field_63-container,
  #wpforms-15014-field_60-container,
  #wpforms-15014-field_5-container {
    padding-left: 0 !important;
  }

  #wpforms-15014-field_71-container {
    padding-top: 0 !important;
  }

  #content > div:nth-child(n) > div {
    min-height: 20px !important;
  }

  .row.cdx-team > div:nth-child(n) > div > div > h3 {
    padding-top: 5px;
  }

  #mega-menu-primary {
    padding-top: 10px !important;
  }

  #mega-menu-item-3105 > a.mega-menu-link {
    padding-top: 0 !important;
  }

  .mega-toggle-blocks-right {
    padding-top: 0 !important;
  }

  body
    > div.cdx-bg-main
    > div.container.bg-light.rounded-1.my-5.shadow-sm.cat-section
    > div
    > div
    > div.col-md-6.d-flex.justify-content-end
    > center
    > figure
    > img {
    padding: 0 !important;
  }

  div.col-md-6.d-flex.justify-content-end > center > figure > img {
    max-width: 50% !important;
  }

  .card-body.timeline-text {
    padding: 10px !important;
  }

  .card.border {
    margin-left: 10px;
  }

  .card-body.timeline-text p {
    text-align: justify !important;
    line-height: 26px !important;
  }

  .cdx-timeline {
    min-height: 370px !important;
  }

  .cdx-divisions h2 {
    padding-top: 10px !important;
  }

  body > div.cdx-bg-main > div.container.my-5.pt-5 {
    margin-top: 0 !important;
  }

  body > div.cdx-bg-main > div.container.my-5.pt-5 > h2 {
    padding-top: 0 !important;
  }

  body
    > div.cdx-bg-main
    > div.container.my-5.pt-5
    > h2
    .cdx-bg-main
    .container {
    padding-top: 10px !important;
  }

  #cdx1994 .card-body,
  #cdx2000 .card-body,
  #cdx2010 .card-body,
  #cdx2015 .card-body {
    border-top: 1px dashed #dee2e6;
  }

  .cdx-about p {
    font-size: 14px !important;
  }

  .cdx-about p.text_justify.fs-8 {
    font-size: 14px !important;
  }

  a#cdx1994-tab.nav-link,
  a#cdx2000-tab.nav-link,
  a#cdx2010-tab.nav-link,
  a#cdx2015-tab.nav-link {
    font-size: 14px !important;
  }

  a.btn.text-uppercase.rounded-2.btn-outline-primary {
    font-size: 14px;
  }

  .cdx-about p:first-child {
    padding-top: 0 !important;
  }

  body
    > div.bg-gradient-dark
    > div.container.py-5.py-lg-5.text-light
    > div
    > div
    > div
    > div
    > h2 {
    font-size: 22px !important;
  }

  .col-sm-6,
  .col-sm-3 {
    padding-top: 20px !important;
  }

  #content > p,
  #content > div > div.align-items-start.row > div.col-sm-6.ps-0 > ul {
    font-size: 16px !important;
  }

  .cdx-ball-schema {
    padding-top: 20px !important;
    background: #fbfbfb;
    text-align: center;
    letter-spacing: 1px;
  }

  .cdx-ball-schema ul {
    font-size: 14px !important;
    padding-bottom: 10px;
  }

  .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mega-menu-toggle.mega-menu-open {
    margin-right: 0 !important;
  }

  /*FAQ*/
  .wpsm_panel-heading > h4 > a > span.ac_title_class {
    font-size: 16px !important;
  }

  .wpsm_panel-heading {
    padding: 10px 9px;
  }

  #ac_3110_collapse1 > div > p:nth-child(6),
  #ac_3110_collapse1 > div > table {
    display: none;
  }

  .mega-toggle-blocks-center {
    margin: 0 auto;
    font-size: 12px;
  }

  .container.footer-iso.fade-in > div > div > div > div.col {
    padding: 0 30px 20px 40px;
    text-align: justify;
  }

  .footer-iso {
    padding: 0 15px 20px 15px;
    text-align: justify;
  }

  .footer-iso img {
    padding-top: 10px;
    margin-left: 25%;
    margin-right: 50%;
  }

  body > footer > div.container > div > div.col-xl-6.mt-3 > a > img {
    margin: 0 auto;
  }

  body
    > footer
    > div.container
    > div
    > div.col-xl-6.my-5
    > div
    > div:nth-child(1)
    > div {
    padding-bottom: 20px;
  }

  h4.mb-3 {
    margin-bottom: 0.5rem !important;
  }

  #cookie-law-info-again {
    right: 25px !important;
  }

  .display-2 {
    font-size: 46px;
  }

  /* Add arrows to the right container (pointing left) */

  .right-1 p,
  .right-2 p,
  .right-3 p,
  .right-4 p {
    font-size: 14px !important;
    text-align: left !important;
  }

  .right-1 > .card img,
  .right-2 > .card img,
  .right-3 > .card img,
  .right-4 > .card img {
    display: none !important;
  }

  #v-pills-tab {
    margin-right: 20px !important;
  }

  .nav.flex-column.nav-tabs .nav-link:last-child {
    padding: 0px 0px 0px 0 !important;
  }

  .cdx-ballistic-heads-2 .col-sm-3 {
    padding-bottom: 0 !important;
  }

  .pum-theme-14858 .pum-content + .pum-close,
  .pum-theme-default-theme .pum-content + .pum-close {
    top: 3 !important;
    right: 18px !important;
  }

  .cdx-img-80,
  .cdx-img-60 {
    max-width: 100% !important;
  }

  #wpforms-form-15014 {
    padding: 10px;
  }

  .cdx-title {
    width: 100% !important;
  }
}

@media screen and (max-width: 415px) {

.pe-xxl-6 > h1:nth-child(1),
 .pe-xxl-6 p {
  padding-left: 1rem;
}

  .wpforms-field-description.wpforms-disclaimer-description {
    text-align: center;
    font-size: 12px !important;
    padding-top: 10px !important;
  }

  .cdx-privacy-policy > h2 {
    font-size: 28px !important;
  }

  .cdx-privacy-policy > ul.list-group li {
    font-size: 1em !important;
  }

  .cdx-privacy-policy > ul.list-group.cdx-policy li {
    font-size: 14px !important;
  }

  .cdx-privacy-policy > p {
    font-size: 14px !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px !important;
  }

  #top_request {
    animation: none;
    font-size: 14px;
  }

  .pum-theme-14858 .pum-content + .pum-close,
  .pum-theme-default-theme .pum-content + .pum-close {
    top: 0 !important;
    right: 3px !important;
    line-height: 6px !important;
    font-size: 14px !important;
    width: 24px !important;
    height: 24px !important;
  }

  .container.cdx-divisions h2.cdx-main {
    margin-top: 80px !important;
  }

  .cdx-catalog img {
    padding: 0 !important;
  }

  .col-md-6.d-flex.flex-column.cdx-catalog {
    padding-top: 1rem !important;
  }

  .container.cat-section {
    padding-bottom: 1rem;
  }

  .cdx-mobile {
    min-width: 80px !important;
    padding-right: 0 !important;
  }

  img.cdx-logo-specialist {
    min-width: 180px !important;
  }

  /* Cart and Checkout Pages */

  #order_review > table > thead > tr > th.product-name,
  #order_review > table > thead > tr > th.product-total {
    text-transform: uppercase;
  }

  #order_review > table > tbody > tr:nth-child(n) > td.product-total,
  #order_review > table > tfoot > tr.cart-subtotal > td,
  #order_review > table > tfoot > tr.tax-rate.tax-rate-ca-qc-gst-qst-1 > td,
  #order_review > table > tfoot > tr.order-total > td,
  #order_review > table > thead > tr > th.product-total {
    text-align: center;
  }

  #order_review
    > table
    > tbody
    > tr:nth-child(n)
    > td.product-total
    > span
    > bdi,
  #order_review
    > table
    > tbody
    > tr:nth-child(n)
    > td.product-total
    > span
    > bdi,
  #order_review
    > table
    > tfoot
    > tr.tax-rate.tax-rate-ca-qc-gst-qst-1
    > td
    > span.woocommerce-Price-amount.amount,
  #order_review > table > tfoot > tr.cart-subtotal > td > span > bdi {
    font-size: 18px !important;
  }

  tr.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail img {
    max-width: 60% !important;
    padding-bottom: 30px !important;
  }

  span.pdf-button {
    background-color: transparent !important;
  }

  .pdf-button i {
    color: #fff !important;
  }

  div.col-sm-6.ps-0.cdx-order-2 > ul {
    text-align: left;
    padding-left: 10px !important;
  }

  div.col-sm-6.ps-0.cdx-order-2 > ul li {
    list-style-type: disc !important;
  }

  ul.list-unstyled:nth-child(4)
    > li:nth-child(1)
    > ul:nth-child(1)
    > li:nth-child(1) {
    padding-top: 20px;
  }

  .timeline-text p {
    font-size: 12px !important;
  }

  ul.cdx_contacts.cdx_survey:last-child {
    padding-top: 20px !important;
    margin-bottom: 5px !important;
  }

  .rounded.cdx_survey_container > div:nth-child(2) > a,
  .rounded.cdx_survey_container > div:nth-child(5) > a {
    font-size: 16px;
    font-weight: 600;
  }
  footer
    > div.container
    > div
    > div.col-xl-6.my-5
    > div
    > div:nth-child(2)
    > div
    > div
    > p
    > a:nth-child(1) {
    line-height: 30px;
  }

  .cdx-bg-main #content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body > div.cdx-bg-main > div.container.my-5.pt-5 > h2 {
    padding-bottom: 10px !important;
  }

  #wpforms-9731-field_12 {
    margin-top: 10px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .cdx_survey_container {
    padding-top: 40px !important;
    background: #fff !important;
  }

  .cdx_survey_container > ul > li:nth-child(4) {
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px !important;
    margin-top: 20px !important;
  }
  .equipment-bg {
    padding-bottom: 0 !important;
  }

  .tab-pane.active {
    padding-top: 0 !important;
  }

  .card-body {
    padding: 3px 7px !important;
  }

  .cdx-catalog .col-md-6 img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cdx_catalog {
    align-items: center;
  }

  .mega-menu-open {
    margin-right: 50px;
  }

  div:nth-child(1) > div > span > p {
    font-size: 16px;
  }

  div.carousel-inner > div.carousel-item.active > div {
    padding-bottom: 0;
  }

  .row.cdx-team {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h3.cdx_team {
    text-align: center;
    font-size: 36px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    background-image: linear-gradient(
      transparent 50%,
      #f7f7f7 50%,
      #e5e5e5 85%,
      transparent 85%,
      transparent 100%
    );
    background-repeat: no-repeat;
    background-size: 100%;
    animation: none !important;
  }

  .row.cdx-team .col-4 {
    width: 100%;
    margin-bottom: 10px !important;
  }

  .cdx_person {
    box-shadow: none !important;
    border: 1px dashed rgb(148, 148, 148) !important;
    border-radius: 5px !important;
  }

  .cdx_person::before,
  .cdx_person::after {
    border: none !important;
  }

  /* contact us */
  .cdx-form,
  .cdx-info {
    width: 100%;
  }

  .cdx-info {
    border-left: 0 !important;
    padding: 0 10px !important;
  }

  .cdx-info {
    text-align: center;
    border: none !important;
    background: #f1f1f1;
    margin-top: 40px;
  }

  ul.cdx_contacts a {
    font-weight: 500;
    text-decoration: underline;
  }

  ul.cdx_contacts strong {
    font-weight: 600;
    color: #ff4438;
  }

  .cdx_survey_container {
    padding-bottom: 60px !important;
  }

  .cdx_survey_container a {
    font-weight: 500;
    text-decoration: underline;
  }

  .cdx-info li {
    font-size: 15px;
    margin-bottom: 5px !important;
  }

  .cdx-info h3 {
    margin-top: 20px;
  }

  .cdx_contacts {
    margin-left: 0 !important;
  }

  hr {
    display: none;
  }

  .cdx-hours {
    font-size: 18px;
    line-height: 29px;
  }

  .fa-clock,
  .fa-location-dot,
  .fa-phone,
  .fa-fax,
  .fa-envelope {
    display: none;
  }

  .cdx-equip h2,
  .cdx-equip h3 {
    font-size: 26px !important;
    padding: 0 !important;
  }

  .cdx-equip::before {
    background: none !important;
  }

  footer > div.container > div > div.col-xl-6.mt-3 > a > img {
    margin: 0 auto;
  }

  footer
    > div.container
    > div
    > div.col-xl-6.my-5
    > div
    > div:nth-child(1)
    > div {
    padding-bottom: 20px;
  }

  h4.mb-3 {
    margin-bottom: 0.5rem !important;
  }

  #cookie-law-info-again {
    display: none !important;
  }

  .container.footer-iso.fade-in {
    padding: 14px 5px 26px 5px !important;
    text-align: justify;
  }

  .footer-iso img {
    padding-top: 10px;
    margin-left: 20%;
  }

  .cdx-divisions img {
    margin: 0 auto;
  }

  p.cdx-quote-text {
    line-height: 30px;
    font-size: 12px !important;
  }

  #wpforms-9731-field_57-container,
  #wpforms-9731-field_23-container {
    padding-top: 0;
  }
  #wpforms-9731-field_23-container {
    padding-bottom: 0;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-weight: 500;
  }

  button#cdx-quote-form {
    margin-top: 0;
    font-size: 14px !important;
  }

  #content > div:nth-child(n) > div {
    min-height: 20px !important;
  }

  #wpforms-15014-field_57 .quote-container > input.wpforms-field-medium {
    font-size: 14px;
  }

  .faq-content p.text-center {
    font-size: 18px !important;
  }

  button.accordion-button {
    font-size: 16px;
    text-align: center;
  }

  button.accordion-button:last-child {
    justify-content: center;
  }

  #flush-collapseOne > div:nth-child(n) > p:nth-child(n),
  #flush-collapseFour > div:nth-child(n) > p:nth-child(n),
  #flush-collapseThree > div:nth-child(n),
  #flush-collapseTwo > div:nth-child(n) {
    font-size: 14px !important;
  }

  .cdx-example-table {
    display: none;
  }

  button#wpforms-form-15014.wpforms-submit.cdx-submit {
    font-size: 14px !important;
    padding: 10px 40px !important;
  }

  #popmake-16087 > .pum-close.popmake-close {
    top: -14px !important;
    right: -9px !important;
  }

  html#top {
    overflow-x: hidden !important;
  }

  .cdx-special {
    flex-direction: column;
    border: none !important;
  }

  .cdx-special figure img,
  .cdx-special figure figcaption p {
    max-width: 100% !important;
  }

  .cdx-special .vision-map {
    width: 100% !important;
  }

  .cdx-special .cdx-ebox {
    padding-top: 40px !important;
  }

  .cdx-special .col-sm-6:last-child {
    margin-bottom: 40px !important;
  }

  .cdx-special .col-sm-6 img {
    max-width: 100% !important;
  }

  .container.content .container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 393px) {
  .start-15 {
    left: 6% !important;
  }

	.pe-xxl-6 > h1:nth-child(1) {
		font-size: 48px !important;
	}

  .cdx-model,
  .cdx-nomodel {
    font-size: 20px !important;
  }

  div.divTableHead {
    font-size: 13px !important;
  }

  div.divTableCell {
    font-size: 12px !important;
  }

  div.LowVelocityBlack {
    border: 2px solid #000 !important;
  }

  .cdx-proud .col-sm-10 {
    padding: 0 26px;
  }

  .cdx-proud .col-sm-10 p {
    font-size: 13px !important;
    padding-top: 10px;
  }

  .cdx-privacy-policy > h2 {
    font-size: 22px !important;
    line-height: 36px !important;
  }

  .cdx-privacy-policy > ul.list-group li {
    font-size: 0.8em !important;
    line-height: 18px !important;
  }

  .cdx-privacy-policy > ul.list-group.cdx-policy li {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .cdx-privacy-policy > p {
    font-size: 14px !important;
    text-align: justify;
  }

  ol.cdx-active-bubbles {
    counter-reset: item;
    list-style-type: none;
  }

  ol.cdx-active-bubbles li::before {
    content: counter(item) " " !important;
    counter-increment: item !important;
    background-color: #212023 !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    border: 3px solid #e9e9e9;
  }

  .cdx-control > .list-group-item::before {
    color: #fff !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 26px !important;
  }

  #cdx-quote-main-form {
    padding-top: 0 !important;
  }

  #cdx-quote-main-form button {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 360px) {
  .cdx-mobile {
    min-width: 76px !important;
  }

  img.cdx-logo-specialist {
    min-width: 160px !important;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner {
    width: 30px !important;
  }
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.category-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  padding: 1.5rem;
  transition: box-shadow 0.2s;
}

.category-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.category-item h2 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

.category-item .btn {
  display: inline-block;
  margin-top: 1rem;
  background: #0073aa;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
}
.category-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/*added by amine*/
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.category-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  padding: 1.5rem;
  transition: box-shadow 0.2s;
}

.category-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.category-item h2 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

.category-item .btn {
  display: inline-block;
  margin-top: 1rem;
  background: #0073aa;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
}
.category-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}