/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #808080;
  font-family: "Oswald", sans-serif;
}

.header-fixed {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #CCCECD;
  width: 100vw;
  height: 100px;
  z-index: 999999;
}

#videoModal {
  z-index: 9999999;
}

.header-body {
  width: 95%;
}

.header-logo img {
  width: 100%;
}

.header-nav {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0px 22px !important;
}

.nav-link:hover {
  color: #fff;
}

.submenu,
.submenu-second {
  font-family: "Lato", sans-serif;
  position: absolute;
  z-index: 999;
  width: auto;
  white-space: nowrap;
  font-size: 15px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  color: #333;
}

.submenu {
  top: 110px;
}

.submenu ul {
  list-style: none;
  padding: 10px 0 !important;
  background-color: #fff;
}

.submenu-second ul {
  padding-right: 20px !important;
  background-color: #fff;
}

.submenu .nav-link {
  color: #333;
  padding: 8px 25px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submenu .nav-link:hover {
  margin-left: 6px;
}

.submenu-second {
  left: 100%;
  margin-top: -10px;
  bottom: auto;
  background: #333;
  max-height: 100vh;
  overflow: auto;
  margin-left: 20px;

}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.submenu-second {
  scrollbar-width: auto;
  scrollbar-color: #fea620 #ffffff;
}

/* Chrome, Edge, and Safari */
.submenu-second::-webkit-scrollbar {
  width: 16px;
}

.submenu-second::-webkit-scrollbar-track {
  background: #ffffff;
}

.submenu-second::-webkit-scrollbar-thumb {
  background-color: #fea620;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-link-names {
  height: 100%;
  ;
  display: -webkit-box;
  ;
  display: -ms-flexbox;
  ;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-sub-item:hover .submenu-second {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

main {
  padding-top: 102px;
}

.carousel .circle button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.carousel .square button {
  width: 50px;
  height: 5px;
  border-radius: 8px;
}

.main-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  background-color: #fff;
}

.second-carousel-container {
  padding: 40px 0;
}

.carousel-indicators .active {
  background-color: #fff;
}

.product-cat {
  width: 90%;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", sans-serif;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-box-text {
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  z-index: 99;
}

.product-box-images {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #22A1A7;
  color: #fff !important;
}

.product-box-images:hover {
  background-color: #2acaca;
}

.product-box-images a {
  color: #333 !important;
  text-decoration: none !important;
}

.product-images {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box-images:hover .product-images {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.topSidebar p img {
  width: 100% !important;
}

.slider-center {
  max-width: 1260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.choose-us {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding: 100px 20px;
  margin-top: 30px;
}

.choose-us-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.choose-images {
  width: 64px;
}

.choose-desc {
  font-size: 20px;
}

.choose-body ul li {
  padding: 16px 0;
  border-bottom: 1px solid #a5a5a5;
}

.circle-bg {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.circle-icon {
  color: #137db8;
  font-size: 80px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.dots {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -145px;
  top: -145px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border: 5px solid #ccc;
  border-radius: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
}

.dot-two {
  -webkit-animation: Spread 4s ease-out 1s infinite;
  animation: Spread 4s ease-out 1s infinite;
}

.dot-three {
  -webkit-animation: Spread 4s ease-out 2s infinite;
  animation: Spread 4s ease-out 2s infinite;
}

.dot-four {
  -webkit-animation: Spread 4s ease-out 3s infinite;
  animation: Spread 4s ease-out 3s infinite;
}

@-webkit-keyframes Spread {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    transform: scale(1);
  }
}

@keyframes Spread {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    transform: scale(1);
  }
}

.details-section {
  background-color: #22A1A7;
  width: 100%;
  padding: 90px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.details-header-text {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.details-subheader-text {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  padding: 10px 80px;
}

.details-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.view-btn {
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background-color: #fff;
  background: #fff !important;
  color: #fea620;
}

.fix-btn {
  border: 2px solid #ffff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fix-btn:hover {
  border: 2px solid #ffff;
  color: #fff;
}

.details-btn-ctrl {
  padding: 10px 60px !important;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.footer-ctrl {
  background: #CCCECD;
  background-size: cover;
  padding: 20px;
  padding-bottom: 0;
  padding-top: 50px;
  color: #292929;
}

.btn-primary {
  background: #22A1A7 !important;
  border-color: #22A1A7 !important;
  font-weight: bold;
}

.footer-ctrl ul {
  list-style: none;
  padding-left: 0;
  font-family: "Lato", sans-serif;
  color: #000;
  margin-top: 10px;
}

.footer-ctrl ul li {
  padding: 4px 0;
}

.footer-ctrl ul a {
  color: #000;
  text-decoration: none;
}

.footer-ctrl-container {
  border-bottom: 2px solid #000;
}

.details-form {
  font-family: "Lato", sans-serif;
}

#search-container {
  position: relative;
}

.fa-magnifying-glass {
  color: #000;
}

.fa-xmark {
  color: #ccc;
}

#search-input {
  position: absolute;
  background-color: #fff;
  width: 0;
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Added right transition */
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

#search-input:focus {
  outline: none;
  width: 260px;
  opacity: 1 !important;
  visibility: visible !important;
}

.search-btn-ctrl {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#search-icon,
#close-search {
  cursor: pointer;
}

#close-search {
  display: none;
}

.footer-links a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000 !important;
}

.footer-links a:hover {
  margin-left: 6px;
  color: #22A1A7 !important;
}

.social-links i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-links i:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.social-links a {
  padding: 0 8px;
}

.sidenav-contact {
  position: fixed;
  right: 20px;
  background-color: #0000004d;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 12px;
  border-radius: 30px;
}

.sidenav-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidenav-contact i {
  font-size: 24px;
  color: #fff;
}

.custom-fs-icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 16px !important;
  margin-left: 2px;
}

.custom-fs-container {
  background-color: #fda51f;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  cursor: pointer;
}

video {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
  margin: 0;
}

.innerpage-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aboutus-bg {
  /*background-image: url("../images/about-bg.webp");*/
  background-size: cover;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-top: -6px;
}

.aboutus-text-body {
  font-family: "Lato", sans-serif;
  color: #eee;
}

.choose-us-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  /*border-top-left-radius: 6px;*/
  /*border-top-right-radius: 6px;*/
  border-radius: 6px;
  background-color: #fea620;
  font-family: "Lato", sans-serif;
}

.breadcrumb li+li:before {
  color: #eee !important;
}

.breadcrumb {
  list-style: none;
  font-family: "Lato", sans-serif;
  color: #eee;
}

.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: #ddd !important;
}

.breadcrumb li a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb li a:hover {
  color: #fff;
}

.tabcontentProducts img {
  width: 100% !important;
}

#download-search-input {
  width: 100%;
  position: absolute;
  top: 0;
  font-family: "Lato", sans-serif;
  padding: 6px 10px;
  border: none;
}

#download-search-input:focus {
  outline: none;
}

#download-search-input::-webkit-input-placeholder {
  font-size: 14px;
}

#download-search-input::-moz-placeholder {
  font-size: 14px;
}

#download-search-input:-ms-input-placeholder {
  font-size: 14px;
}

#download-search-input::-ms-input-placeholder {
  font-size: 14px;
}

#download-search-input::placeholder {
  font-size: 14px;
}

.download-input-ctrl {
  position: relative;
  margin-top: 10px;
}

#downloadSearchIcon {
  position: absolute;
  right: 8px;
  z-index: 999;
  color: #969696;
  top: 10px;
  cursor: pointer;
}

.contact-details {
  border-top: 1px solid #ffffff66;
  border-bottom: 1px solid #ffffff66;
  padding: 10px 0;
}

.contact-details-icon {
  font-size: 28px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff66;
}

.contact-details-icon:hover {
  border-color: #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.contact-details-text {
  font-family: "Lato", sans-serif;
  color: #fff;
}

.contact-details-text a {
  color: #fff;
  text-decoration: none;
}

.contact-details-text a:hover {
  text-decoration: underline;
}

.contact-details-form {
  font-family: "Lato", sans-serif;
}

.contact-details-form button {
  background-color: #1264a6;
  padding: 16px;
}

.contact-details-form .form-control {
  padding: 12px 8px;
  border-radius: 4px;
}

.download-card {
  font-family: "Lato", sans-serif;
}

#fileDownloadModal {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.fa-download {
  cursor: pointer;
}

.suggestion-container {
  position: absolute;
  /* left: 100%; */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /* width: 102%; */
  width: 250px;
  /* border-radius: 54px; */
  margin-top: 20px;
}

.first-sub-item,
.sec-nav-item {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .carousel-inner-multiple {
    width: 1120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.carousel-inner-multiple .carousel-item.active,
.carousel-inner-multiple .carousel-item-next,
.carousel-inner-multiple .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-inner-multiple .carousel-item-end.active,
.carousel-inner-multiple .carousel-item-next {
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.carousel-inner-multiple .carousel-item-start.active,
.carousel-inner-multiple .carousel-item-prev {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.choose-body ul {
  list-style: none;
}

.slider-margin-ctrl {
  margin-top: -100px;
}

#aboutus-video {
  height: 100vh !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .collapse:not(.show) {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1324px) {
  .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px !important;
    font-size: 16px;
    white-space: nowrap;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .details-header-text h4 {
    padding: 10px 20px !important;
  }

  .header-nav {
    position: absolute;
    top: 80px;
    left: 0;
    background: #222;
    overflow-y: scroll;
    width: 100vw;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #navbarNav {
    -webkit-transition: all 0.001s ease;
    -o-transition: all 0.001s ease;
    transition: all 0.001s ease;
  }

  #navbarNav.show {
    height: calc(100vh - 80px) !important;
  }

  .main-nav {
    padding: 12px 0;
  }

  .submenu ul li:hover .submenu-second {
    top: 0;
    left: 0;
  }

  .submenu ul li:hover .submenu-second {
    position: relative !important;
    top: 10px !important;
  }

  .submenu .nav-link {
    color: #fff;
  }

  .submenu ul {
    background-color: #222;
  }

  .submenu ul,
  .submenu-second ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
  }

  .main-nav {
    display: block;
  }

  #navbarNav ul li:hover .submenu {
    top: 0;
    position: relative;
  }

  .submenu-second,
  .submenu {
    white-space: normal !important;
  }

  .submenu {
    height: auto;
  }

  .details-subheader-text {
    padding: 10px 0 !important;
  }

  .innerpage-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  main {
    padding-top: 87px !important;
  }

  #aboutus-video {
    height: auto !important;
  }

  .img-zoom-result {
    left: 0 !important;
    top: 100% !important;
  }

  .second-carousel-container {
    padding: 40px 30px;
  }

  .fa-caret-down-navbar {
    right: 20px;
  }

  .download-image {
    text-align: center;
    margin-top: 60px;
  }

  .download-image img {
    width: 30%;
  }

  .slider-margin-ctrl {
    margin-top: 0;
  }

  .sidenav-contact {
    position: fixed;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 100%;
  }

  .sidenav-contact ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .contact-info-overlay {
    width: 100%;
    right: 0 !important;
    text-align: center;
    top: -50px !important;
    padding-right: 0 !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .contact-info-container {
    position: static !important;
  }

  .circle-bg {
    margin-top: 70px;
  }

  .choose-body ul {
    padding: 0;
  }

  .text-overflow-ellipsis {
    white-space: normal;
  }

  .details-subheader-text {
    padding: 10px 0px;
  }

  .details-section {
    padding: 90px 20px;
    text-align: left;
  }

  .details-btn-ctrl {
    padding: 10px !important;
  }

  .carousel-inner-multiple .carousel-item>div {
    display: none;
  }

  .carousel-inner-multiple .carousel-item>div:first-child {
    display: block;
  }
}

.btn:hover {
  background-color: transparent !important;
}

.view-btn {
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-btn:hover {
  border-color: #fff !important;
  color: #fff;
}

.carousel-inner-multiple .carousel-item-end,
.carousel-inner-multiple .carousel-item-start {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.carousel-multiple .card {
  background-color: transparent;
  border: none;
}

.carousel-multiple-container {
  background-color: #fea620;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-section {
  font-family: "Lato", sans-serif;
}

#product-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1264a6;
  z-index: 999;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-input-ctrl {
  position: relative;
}

.product-input-ctrl .form-control {
  border-radius: 0;
}

.product-sidebar-title {
  color: #1264a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-sidebar {
  list-style: disc !important;

  padding: 0;
  padding-left: 20px;
}

.product-sidebar .nav-link {
  padding: 10px 0 !important;
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
}

.nav-item ul {
  list-style: none;
  padding: 0;
}

.nav-item ul li a {
  font-weight: 100 !important;
}

.sidebar-drop {
  margin-top: -32px;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.products-items .card {
  border-radius: 0;
}

.font-normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.product-details-table li {
  border-bottom: 1px solid #dee2e6;
  padding: 12px 0;
}

.right-text-table {
  color: #8d8d8d;
}

.rounded-4 {
  border-radius: 50px !important;
}

.product-details-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600 !important;
}

.product-details-btn:hover {
  background-color: #1264a6;
}

.pDescriptionBtn {
  background-color: #1264a6;
  color: #fff;
  border-radius: 0;
  padding: 16px;
}

.bg-eee {
  background-color: #eee;
}

.textColor {
  color: #1264a6;
}

.contact-info-overlay {
  position: absolute;
  right: -12px;
  background-color: #fda51f;
  white-space: nowrap;
  z-index: 999;
  padding: 13px;
  padding-right: 70px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 26px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.contact-info-icon {
  z-index: 9999;
  position: relative;
}

.contact-info-container {
  position: relative;
}

.contact-info-container:hover .contact-info-overlay {
  visibility: visible;
  opacity: 1;
}

.out-of-stock {
  background: -o-linear-gradient(45deg,
      #ff5959,
      #ff7e7e);
  background: linear-gradient(45deg,
      #ff5959,
      #ff7e7e);
  /* Gradient color for red */
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
  font-weight: bold !important;
}

.tabcontentProducts {
  display: none;
}

.productImage {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img-zoom-lens {
  position: absolute;
  /*set the size of the lens:*/
  width: 200px;
  height: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: crosshair;
}

#expandedImg {
  cursor: crosshair;
}

.img-zoom-result {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
}

/*.expandedImg:hover .img-zoom-lens,*/
/*.expandedImg:hover .img-zoom-result {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/
.product-social-icons a {
  padding: 6px 12px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 4px;
}

.product-social-icons a:hover {
  opacity: 0.7;
}

.product-social-icons .fa {
  color: white;
}

#languageForm {
  display: none;
}

.iconFreeDel {
  width: 32px;
}

i.fa-circle-play.fa-solid {
  color: #c1a053 !important;
}

.view-btn:hover i.fa-circle-play.fa-solid {
  color: #fff !important;
}

.fix-btn:hover {
  background-color: #fff !important;
  color: #fea620;
}

.fix-btn:hover i.fa-brands.fa-facebook {
  color: #c1a053 !important;
}

.imgLinkProducts:hover {
  cursor: pointer;
}

.menu-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  position: absolute;
}

.btn-primary:hover {
  background: #5f5f5f !important;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99999;
}

table {
  /*display: block;*/
  width: 100% !important;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.col-2_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.text-overflow-ctrl {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-overflow-ctrl-1 {
  -webkit-line-clamp: 1 !important;
}

.product-details {
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}

.price,
.discounted-price {
  font-size: 24px;
  color: #333;
}

.discounted-price {
  color: #e44d26;
  text-decoration: line-through;
}