@media (max-width: 550px) {

  #captcha,
  #captcha_2 {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .banner .carousel-caption h1 {
    font-size: 24px !important;
  }
}

.modal .add-buy {
  background: linear-gradient(to right, #6c2017, #d22026, #6d2018) !important;
  color: #fff;
  font-family: "Fira Sans";
}

.inner-content .ultra {
  background: transparent !important;
}

.xactive {
  border: 1px solid #eee !important;
}

#home_popup .modal-body {
  padding: 0;
}

#home_popup .modal-close-div {
  position: absolute;
  right: 0;
  top: 0;
  background: #919191;
}

.searchbar .cartbutton {
  position: relative;
  right: 5px;
}

.searchbar .cartbutton .bi {
  font-size: 30px !important;
}

.searchbar .cartbutton .mini-cart #cart_total_items {
  position: absolute;
  font-family: "Roboto";
  top: -20px;
  font-size: 12px;
  right: -10px;
  display: block;
  background: #000;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 17px;
  padding: 2px;
}

/* .product-inner .col-lg-3 {
  border-bottom: 0px !important;
} */

/* .quality-policy .btn::before,
.industries .btn::before,
.certificate .btn::before,
.contact-inner .btn::before {
  content: "\f144";
  font-family: bootstrap-icons !important;
  transform: translateX(-3px) rotate(0deg);
} */

.quality-policy .btn:hover::before,
.industries .btn:hover::before,
.certificate .btn:hover::before,
.contact-inner .btn:hover::before {
  transform: translateX(-3px) rotate(45deg);
  color: #fff;
}

.certificate .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 15px 40px;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
}

.certificate .btn:hover {
  color: #fff;
}

.certificate .btn::before {
  position: absolute;
  left: 18px;
  right: auto;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s ease-out;
  color: #000;
}



.certificate .btn::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eee;
  transition: all .3s ease-out;
  transform: scaleX(1);
  transform-origin: 0 50%;

}

.certificate .btn:hover::after {
  width: 190px;
  border-radius: 40px;
  background: #0a7ed1;
  transform: scaleX(1);
}

.material-for-chain .section-introduction {
  width: 70%;
}

.about-us .experience {
  background: #fff;
}

.about-us .experience h2 {
  font-size: 64px;
  font-weight: 800;
  text-align: left;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  -webkit-text-stroke: 1px #000;
}

.about-us .experience h2 span {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  color: #000;
  -webkit-text-stroke: 1px transparent;
}

.counters .bi {
  font-size: 60px;
  color: #0a7ed1;
  margin: 0 0 15px;
}

#baguetteBox-slider {
  background: rgba(0, 0, 0, .1) !important;
}

.baguetteBox-button {
  background-color: rgba(50, 50, 50, 0) !important;
}

.cart-inner,
.search-inner {
  padding: 70px 0;
  position: relative;
}



.cart-inner .card {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0 0 1.25rem rgba(30, 34, 40, 0.04);
  border: 1px solid rgba(164, 174, 198, 0.2);
}

.cart-inner .product-list-table {
  vertical-align: baseline;
  font-family: "Manrope", sans-serif;
}

.cart-inner .product-list-table td.w-10 {
  width: 18%;
}

.cart-inner .product-list-table .product-quantity button {
  border-radius: 100% !important;
  min-width: 2rem !important;
  height: 2rem;
  padding: 3px;
  width: 2rem;
}

.cart-inner .send-enquiry {
  padding-top: 100px;
}

.cart-inner .send-enquiry input,
.cart-inner .send-enquiry textarea,
.search-inner .search-form-container input {
  font-family: "Manrope", sans-serif;
  height: 50px;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0 0 1.25rem rgba(30, 34, 40, 0.04);
  border: 1px solid rgba(164, 174, 198, 0.2);
}

.cart-inner .send-enquiry textarea {
  height: 150px;
}

.cart-inner .cart-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 10px 30px;
  border-radius: 0%;
  margin-top: 30px;
  text-align: center;
}


.cart-inner .cart-button-blue {
  background-color: #0a7ed1;
  color: #fff;
}

.cart-inner .cart-button-grey {
  background-color: #b6b6b6;
  color: #2b2b2b;
}

.cart-inner .send-enquiry h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Manrope", sans-serif;

}

.cart-inner .send-enquiry label {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.error_message {
  font-size: 12px;
  color: #f00;
}

.modal .input-group .quote_quantity {
  border: 1px solid #b6b6b6;
}

.mobile-menu-trigger {
  top: 10px !important;
  right: 0px !important;
}

.banner .carousel-caption h1 {
  /* font-size: 48px; */
  font-family: "Mont Heavy"; 
  /* font-weight: 700; */
  /* color: #000; */
  /* text-transform: uppercase;
  letter-spacing: 1px; */
  margin-bottom: 15px;
  text-align: left;
  /* margin-left: 25px; */
  /* line-height: 1.2; */
}

.application-section .application-item {
  background: #E4E4E4;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #5C5C5C;
  font-family: 'Open Sans', 'sans-serif';
  cursor: pointer;
  transition: .5s all ease;
  display: inline-block;
  padding: 2%;
}

.application-section .application-item:hover {
  box-shadow: 0 0 10px 0 #5C5C5C;
  transition: all ease-in-out(2s);
}


.download-section .download-item {
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.22px;
  color: #000000;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: normal;
}

.download-section .download-item i {
  margin-right: 10px;
  font-size: 1.5rem;
  color: #dc4405;
  line-height: 20px;
}

.download-section .download-item:hover {
  font-size: 1.1rem;
  color: #dc4405;
  line-height: 20px;
  border-bottom: 1px solid #dc4405;
}

.offcanvas.offcanvas-top {
  height: 20vh;
}

.footer a {
  color: #000 !important;
}

.xzoom-source {z-index:999;}
.xzoom-preview {z-index:9999;}
#product_images { max-width: 100%;}

@media (max-width: 575px) {
  .product-details .xzoom-thumbs .list-group-item {
    display: inline-block;
  }
}
