@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

* {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html body {
  background-color: #f0f0f0;
  font-family: "IBM Plex Sans", sans-serif;
}
body .pt-0 {
  padding-top: 0;
}
body .pb-0 {
  padding-bottom: 0;
}
body a {
  text-decoration: none;
  color: #ed1c24;
}
body a:hover {
  color: #ed1c24;
}
body .btn-common {
    color: #fff;
}
body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  margin: 0 0 15px;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #ed1c24;
}
.partners-wrap .partners-content p {
    font-weight: 500;
    color: #767676;
    margin-bottom: 20px;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.cms-index-index .page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
}
.partner-logo img {
    width: 100%;
}
body .container,
body .page-wrapper .header.content,
body .page-header .header.panel {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
header.page-header .panel.wrapper {
  display: none;
}

.message.success a,
.message.success a:hover,
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  color: #ed1c24;
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #ed1c24;
}
#store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary,
.order-review-form .action.primary, .bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary{
      background: #ed1c24;
    border-color: #ed1c24;
}
.action.primary, .action-primary,
.action.primary:hover, .action-primary:hover{
  background: #ed1c24;
  border-color: #ed1c24;
}
.page-title-wrapper {
  padding: 0 20px;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}
.feature-section .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.bg-grey {
  background-color: #f0f0f0;
}
.bg-lightgrey {
  background-color: #E0E0E0;
}
.text-center {
  text-align: center;
}
.section-gapping {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #231f20;
  position: relative;
  padding: 0 0 15px;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 133px;
  margin: 0;
  height: 4px;
  bottom: 0;
  background-color: #ed1c24;
}
.section-title.text-center:after {
  margin: 0 auto;
}
.section-title.no-border:after {
  display: none;
}
.nav-sections-item-content {
  background-color: #ed1b24;
}
header.page-header {
  background-color: #fff;
}
nav.navigation {
  background-color: #ed1b24;
}
nav.navigation > ul {
  text-align: center;
}
nav.navigation ul.level0 {
  text-align: left;
}
body .page-main {
  max-width: 90%;
}
.aboutus-wrapper .container .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 1400px;
}
.service-section .container {
    max-width: 1400px;
}
nav.navigation > ul > li > a {
  color: #fff !important;
}
.service-section .card-box {
  display: flex;
  margin: 0 -10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.service-section .card-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  min-height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border: 1px solid transparent;
}
.service-section .card-box .icon {
  margin-bottom: 15px;
}
.service-section .card-box .label {
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  line-height: 1.3;
  text-transform: capitalize;
}

.service-section .card-box .label a {
  color: #231f20;
  text-transform: capitalize;
}
.service-section .card-box .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #f0f0f0;
  color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-item:hover {
  border: 1px solid #000;
}
.card-item:hover .badge {
  color: #fff;
  background-color: #ed1c24;
}
.service-section .card-item:hover .label a {
  color: #ed1c24;
  text-decoration: none;
}
.about-section .container {
    max-width: 1400px;
}
.tabs-container {
    display: flex;
    margin: 36px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 2px 23px 0px #25252514;
    max-width: 1360px;
}
.tabs-menu {
  width: 274px;
  border-right: 1px solid #f4f0f0;
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mp-product-slider-content
  .product-items
  .product-slider
  .slider-product-item-details
  .slider-product-item-actions {
  display: none;
}
.tabs-menu button {
  display: block;
  padding: 12px 14px;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  background-color: transparent;
  width: calc(100% - 58px);
  margin: 5px auto;
  text-transform: uppercase;
}
.tabs-menu button:hover,
.tabs-menu button.active {
  background: #fff;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 4px;
}
.tab-content {
  flex: 1;
  padding: 24px 36px;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-panel ul li {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0;
    color: #231f20;
    position: relative;
    border: 1px solid #7D0F240A;
}
.tab-panel ul li::after {
  position: absolute;
  right: 15px;
  content: "";
  background-image: url("../images/arrow-up-right.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 24px;
  width: 24px;
}
.tab-panel ul li a {
    color: #231F20;
    width: 100%;
    display: block;
    padding-right: 20px;
    font-size: 18px;
}
.tab-panel ul li a:hover {
  text-decoration: none;
}
.tab-panel ul li:hover {
  background: #f1f1f1;
}
.section-title-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.grid-section {
  display: flex;
  gap: 40px;
}
.grid-section .grid-item {
  flex-grow: 1;
}
.about-image-wrap {
  display: flex;
  gap: 25px;
}
.about-image-wrap img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-image-wrap > .about-image:first-child {
  width: 40%;
}
.about-image-wrap > .about-image:last-child {
  width: 60%;
}
.partners-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.partners-wrap .partners-logos {
  width: 55%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-small-title {
  font-size: 36px;
}
.btn-common,
.products .product-item .tocart,
.review-form .action.submit.primary,
.box-tocart .action.tocart,
.form-create-account .actions-toolbar > .primary .action,
.product-item .tocart.action,
.form-login .actions-toolbar > .primary .action,
.block-new-customer .actions-toolbar > .primary .action,
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-container .form-cart .actions.main button.action {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  background: #ed1c24;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  border: none;
}
.form-login .actions-toolbar .action.remind {
  color: #ed1c24;
}
.btn-common:hover,
.products .product-item .tocart:hover,
.review-form .action.submit.primary:hover,
.box-tocart .action.tocart:hover,
.form-create-account .actions-toolbar > .primary .action:hover,
.product-item .tocart.action:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background-color: #231f20;
  color: #fff;
  text-decoration: none;
  border: none;
}
.cart-container .form-cart .actions.main button.action {
  background-color: #fff;
  color: #ed1c24;
  border: 2px solid #ed1c24;
}
.cart-container .form-cart .actions.main button.action:hover {
  background-color: #ed1c24;
  color: #fff;
}
.checkout-cart-index fieldset.fieldset.rate {
  margin: 0 !important;
}
.checkout-cart-index .checkout .action.multicheckout {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  color: #ed1c24;
}
.review-form > fieldset.fieldset.review-fieldset {
  margin: 0 0 20px;
}
.partners-section {
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: left bottom;
  min-height: 696px;
  position: relative;
}
.partners-section .container {
    height: 100%;
    min-height: 580px;
    display: flex;
    align-items: center;
    width: auto;
    max-width: 1400px;
}
.product-info-main .page-title-wrapper {
  padding: 0;
}
.product-info-main .product-info-price .uom{font-size: 28px;color: #575757;font-weight: 600;}
.product-info-price .price-box .price-container{display: inline-block;}
.partners-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.partners-wrap .partners-content {
  width: 100%;
  padding-right: 20px;
  max-width: 565px;
}
body .page-wrapper .header.content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .page-wrapper .header.content .logo {
  margin: 0 auto 0 0;
  position: relative;
  z-index: 0;
}
.header.content .account-dropdown-wrapper {
    margin-left: 32px;
}
.header.content .account-dropdown-wrapper i {
    color: #ed1c24;
    font-size: 24px;
    background-image: url("../images/icon-user.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 28px;
    width: 29px;
}
.header.content .account-dropdown-wrapper i:before {
    display: none;
}
.header.content .minicart-wrapper .action.showcart:before {
    content: "";
    background-image: url("../images/icon-cart.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 29px;
    width: 29px;
}
.header.content .block-search .label:before {
    content: "";
    background-image: url("../images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 29px;
    width: 29px;
    font-family: none;
    display: block;
    margin: 0;
}
body .page-wrapper .header.content .minicart-wrapper {
    margin-left: 32px;
}
.header .minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 32px;
    background: #000;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}

.header.content .announcement-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: 0 auto;
}
.header.content .announcement-wrapper > p {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #303030;
}
.header.content .announcement-wrapper > p:before {
  content: "";
  background-image: url("../images/icon-announcement.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
body .page-wrapper .header.content .block.block-search {
  width: 205px;
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-inner ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  gap: 10px;
  padding-left: 0;
}

.customer-account-create .column.main {
  padding-bottom: 0;
}

.top-panel.header-top {
  background: linear-gradient(
    92.84deg,
    #111111 3.52%,
    #303030 50.66%,
    #111111 97.8%
  );
  padding: 10px 0;
}

.header-top-inner ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-inner ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.header-top-right > p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.header-top-inner .header-top-left ul li a {
  font-size: 15px;
}

.header-top-middle > ul {
  gap: 20px;
}

.header-top-inner ul li.icon-call {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.header-top-middle li a {
  text-transform: uppercase;
}

.page-header .account-dropdown-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.page-header .account-dropdown-wrapper .account-toggle {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.page-header .account-dropdown-wrapper .account-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 999;
  min-width: 130px;
  margin: 0;
  list-style: none;
}
.page-header .account-dropdown-wrapper.open .account-dropdown {
  display: block;
  opacity: 0;
}
.page-header .account-dropdown-wrapper.open .account-dropdown li {
  padding-left: 10px;
}
.page-header .account-dropdown-wrapper.open .account-dropdown a {
  color: #000;
}
.account-dropdown-wrapper .account-dropdown {
  list-style: none;
  position: absolute;
  right: 20px;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  top: 80px;
  z-index: 9;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.account-dropdown-wrapper .account-dropdown li a {
  color: #000;
}
.account-dropdown-wrapper .account-dropdown li:last-child {
  margin-bottom: 0;
}
.account-dropdown-wrapper .account-dropdown li a {
  text-decoration: none;
}
.account-dropdown-wrapper .account-dropdown li a:hover {
  color: #ed1b24;
}
.account-dropdown-wrapper:hover .account-dropdown {
  opacity: 1;
  visibility: visible;
}
.footer {
  padding: 60px 0 20px;
  background: linear-gradient(
    92.84deg,
    #111111 3.52%,
    #303030 50.66%,
    #111111 97.8%
  );
}

footer .container {
    max-width: 1400px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo img {
  height: 70px;
}

.locations {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 60px;
}

.footer-links h4,
.footer-links .footer-menu a {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
}

.footer-links p {
  margin: 4px 0;
  font-size: 14px;
  color: #ccc;
}

.footer .newsletter > h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 15px;
}

.footer .newsletter-form {
  display: flex;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .content ul.footer-menu > li {
  margin-bottom: 10px;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.social-icons ul {
  display: flex;
  gap: 15px;
}

.social-icons ul li a {
  background-color: #ffffff1a;
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.block.newsletter .field .control:before {
  display: none;
}
.footer .newsletter-form input {
  padding: 6px 10px;
  width: 280px;
  border: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff1a;
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  outline: none;
  height: 48px;
}

.footer .newsletter-form .control {
  width: 280px;
  float: left;
}
.footer .newsletter-form .actions {
  display: inline-block;
  margin-left: 5px;
}

.footer .newsletter-form button {
  background: #ed1c24;
  border: none;
  padding: 8px;
  cursor: pointer;
  height: 48px;
  width: 48px;
  border-radius: 4px;
}

.footer-locations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff0d;
}

.footer-locations h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 10px;
}

.footer-locations p, .footer-locations a {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.footer-location-wrap {
  display: flex;
  align-items: flex-start;
}

.footer-location-wrap .footer-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ffffff3d;
  padding-top: 20px;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.page-footer .footer.content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
footer .copyright {
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 20px 15px;
  text-align: center;
  margin-top: 0;
  border-top: 1px solid #ffffff3d;
}

.contact-section .contact-box a{color:#fff;}
.mp-product-slider-widget {
  background: linear-gradient(
    92.84deg,
    #111111 3.52%,
    #303030 50.66%,
    #111111 97.8%
  );
}
.feature-section .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.mp-product-slider-widget .mp-product-slider-content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.feature-section .section-title {
  padding-bottom: 20px;
  margin-bottom: 125px;
}
.mp-product-slider-widget .mp-product-slider-content .products-grid {
  position: relative;
  top: -80px;
}
.slider-product-item-info > a,
.page-products .product-item .product-item-info > .product-item-photo {
  display: block;
  border-radius: 8px;
  padding: 0;
  width: 100% !important;
}
.product-item.product-slider .slider-product-item-info,
.page-products .product-item .product-item-info {
  width: 100% !important;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.slider-product-item-info > a .product-image-container,
.page-products
  .product-item
  .product-item-info
  > .product-item-photo
  .product-image-container {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
/* .slider-product-item-info > a .product-image-container img,
.page-products .product-item .product-item-info > .product-item-photo .product-image-container img {
    border-radius: 8px;
    overflow: hidden;
  width: 100%;
} */
.slider-product-item-details .product-item-name > a,
.page-products
  .product-item
  .product-item-info
  .product-item-details
  .product-item-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #231f20;
}
.slider-product-item-details .product-item-name > a:hover,
.page-products
  .product-item
  .product-item-info
  .product-item-details
  .product-item-link:hover {
  text-decoration: none;
}
.product-item .price-box .price,
.page-products
  .product-item
  .product-item-info
  .product-item-details
  .price-box {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #ed1c24;
}
.slider-product-item-details .product-item-name > a {
    text-transform: uppercase;
}
.product-item .product .price-box {
  margin: 10px 0 20px;
}
.product.details.slider-product-item-details {
    margin-left: 0;
    margin-top: 15px;
}
.page-products #maincontent .columns .products-grid {
    margin-bottom: 0;
}
.products-grid .owl-theme .owl-dots .owl-dot.active span {
  width: 42px;
  background-color: #ffffff;
}
.products-grid .owl-theme .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 0 5px;
  padding: 0;
}
.products-grid .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #fff;
}
.products-grid .owl-carousel .owl-nav button,
.slider-wrapper .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
  border: 2px solid #ed1c24 !important;
  margin: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 28px !important;
}
.products-grid .owl-carousel .owl-nav button span,
.slider-wrapper .owl-carousel .owl-nav button span {
  font-size: 0;
}
.products-grid .owl-carousel .owl-nav button.owl-prev,
.slider-wrapper .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  background-image: url("../images/icon-arrow.svg");
}
.products-grid .owl-carousel .owl-nav button.owl-next,
.slider-wrapper .owl-carousel .owl-nav button.owl-next {
  right: -25px;
  background-image: url("../images/icon-arrow.svg");
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center;
}
.products-grid .owl-carousel .owl-nav button:hover,
.slider-wrapper .owl-carousel .owl-nav button:hover {
  background-color: #fff;
}
.slider-wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 35px;
}
.slider-wrapper .owl-carousel .owl-nav button.owl-next {
    right: 35px;
}
.slider-wrapper .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 999;
    text-shadow: none;
    background: none;
    border: none;
}
.slider-wrapper .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    text-shadow: none;
    background: none;
    border: none;
}
.slider-wrapper  .owl-theme .owl-dots {
    bottom: -30px;
    position: relative;
}
.industry-partners .banner {
    padding-bottom: 70px;
    margin-bottom: 0 !important;
}
.page-wrapper > .breadcrumbs,
.page-products .columns {
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.breadcrumbs .items > li {
  font-size: 14px;
  font-weight: 600;
  color: #231f20;
}
.breadcrumbs .items > li strong {
  font-weight: 600;
}
.breadcrumbs .items > li > a {
  color: #ed1c24;
}
.breadcrumbs li.item:not(:last-child):after {
  margin: 2px 4px;
}
.breadcrumbs .items > li > a:hover {
  text-decoration: none;
}
.cms-index-index main#maincontent {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-title-wrapper .page-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    color: #231F20;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}
.page-products .columns {
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.page-layout-2columns-left .columns .sidebar {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px 24px;
}
.page-layout-2columns-left .sidebar + .sidebar-additional {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-layout-2columns-left .sidebar-main {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-content .filter-options-item:last-child {
    border-bottom: none;
    padding-bottom: 5px;
}
.page-layout-2columns-left .sidebar-main .filter {
  margin-bottom: 0;
}

.page-products .block-title strong,
.sidebar .filter .block-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  padding: 0;
}

.page-layout-2columns-left .columns .sidebar .block {
  margin-bottom: 20px;
}
.page-layout-2columns-left .columns .sidebar.sidebar-main {
  padding-bottom: 0;
}
.sidebar .filter .filter-subtitle {
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  padding: 0 0 15px;
}
.filter-options .filter-options-title {
  font-size: 18px;
  padding: 0;
}
.catalog-category-view .category-description {
  display: none;
}
.catalog-category-view .page-main .page-title-wrapper {
    padding: 0;
    max-width: 100%;
}
.catalog-category-view .page-title-wrapper .page-title {
  width: 50%;
  float: left;
}
.page-products .product-item .product-item-info {
  border: none;
  box-shadow: none;
  margin: 0;
}
.products-grid .product-item-info .details .product-item-inner {
  display: contents !important;
  border: none;
  box-shadow: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.page-products .products-grid .product-item-inner:before {
  display: none;
}
.columns .toolbar-sorter {
    border: 1px solid #D9D9D9;
    background-color: #fff;
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 5px 50px 5px 24px;
    border-radius: 8px;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #231F20;
    position: relative !important;
}
.columns .toolbar-sorter .sorter-action {
    display: none;
}
.columns .toolbar-sorter select#sorter {
    border: none;
    font-weight: 600;
    color: #231F20;
    appearance: none;
    background: no-repeat;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.page-products .toolbar .field.limiter,.product-info-stock-sku {
  display: none !important;
}
.pages .toolbar .pages-items {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.products.wrapper ~ .toolbar-products .pages {
  float: none !important;
  margin: 0 auto;
  text-align: center;
}
.toolbar .pages-items .item .page,
.toolbar .pages-items .item a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #252525;
  box-shadow: none;
}
.toolbar .pages-items .item.current .page,
.toolbar .pages-items .item .page:hover,
.toolbar .pages-items .item a:hover {
  background-color: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}
.toolbar .pages-items .item a:hover::before {
  color: #fff;
}
.page-wrapper > .breadcrumbs {
  margin-bottom: 10px;
}
.page-products .columns .toolbar.toolbar-products .modes,
.page-products .columns .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.columns .toolbar select:focus {
  box-shadow: none;
}
.columns .toolbar-sorter:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 2px solid #000;
    transform: translateY(-45%) rotate(45deg);
    right: 24px;
    border-left: none;
    border-top: navajowhite;
    top: 45%;
    z-index: -1;
}
.product.info.detailed .product.data {
  max-width: 1680px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 23px 0px #25252514;
  border-radius: 8px;
}
.breadcrumbs .items {
    margin: 0 0 15px;
}
.product.info.detailed .product.data {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 2px 2px 23px 0px #25252514;
    border-radius: 8px;
}
.detailed .product.data.items > .item.title {
    margin-right: 10px;
}
.detailed .product.data.items:has(#tab-label-additional) .item.title,
.detailed .product.data.items:has(#tab-label-description) .item.title {
    width: calc(50% - 10px);
    text-align: center;
}
.detailed .product.data.items > .item.title#tab-label-description,
.detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-additional,
.detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-reviews   {
    width: calc(33.33% - 10px);
    text-align: center;
}
.detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-reviews {
    margin-left: 0;
}
.pdc-customdesc {
    background-color: #F0F0F0;
    padding: 22px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pdc-customdesc p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
}
.detailed .product.data.items > .item.content {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.detailed .product.data.items > .item.title.active > .switch,
.detailed .product.data.items > .item.title > .switch:hover {
  background-color: #222 !important;
  color: #fff !important;
}
.detailed .product.data.items > .item.title > .switch {
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #262626;
  background-color: transparent;
  color: #231f20 !important;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding: 0 !important;
}
.detailed .product.data.items > .item.title#tab-label-reviews {
    margin-left: 10px;
    margin-right: 0;
}
.detailed .product.data.items > .item.title#tab-label-description {
  margin-left: 0;
}

.block-content .fieldset .review-legend.legend {
  margin-top: 15px;
  margin-bottom: 15px;
}
fieldset.fieldset.additional_info {
  margin: 0;
}
.product.description .value p {
  text-align: center;
  font-size: 20px;
  margin: 10px 0 0;
  color: #000;
}
.page-layout-1column .product-info-main {
  padding-left: 30px;
  padding-right: 30px;
}
.customer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.customer-wrapper .customer-card p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.people-says-section .nav-arrows > span {
  background-image: url("../images/arrow-up-right.svg");
  transform: scaleX(-1) rotate(45deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 22px;
  font-size: 0;
}
.people-says-section .nav-arrows > span:last-child {
  transform: rotate(45deg);
}
.customer-wrapper .customer-card {
  background-color: #fff;
  padding: 50px 25px 25px;
  opacity: 0.5;
  min-width: 430px;
  border-radius: 12px;
  margin: 30px 0;
  transform: scale(0.8);
  position: relative;
}
.customer-wrapper .customer-card.active {
  min-width: 566px;
  transform: scale(1.15);
  opacity: 1;
  z-index: 1;
}
.customer-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-wrapper .customer-info .name,
.customer-wrapper .customer-info .rolw {
  text-align: left;
}
.customer-wrapper .customer-info .name {
  font-weight: 600;
  margin-bottom: 0;
  color: #231f20;
}
.customer-wrapper .customer-card .role {
  text-align: left;
  margin-bottom: 0;
  color: #545454;
  font-size: 14px;
}
.customer-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.customer-wrapper .customer-card .stars i {
  font-size: 20px;
  color: #ffc42d;
  margin: 0 5px;
}
.customer-wrapper .customer-card.active > p {
  font-size: 16px;
}
.mp-banner-slider {
  max-width: 90%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mp-banner-slider .banner-description a:hover {
  text-decoration: none;
}
.mp-banner-slider .banner-description {
  position: absolute;
  bottom: 26%;
  left: 35%;
  transform: translateX(-50%);
  max-width: 50%;
}
.mp-banner-slider .banner-description .banner-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mp-banner-slider .banner-description .banner-content-inner,
.mp-banner-slider .banner-description .banner-content-inner p,
.mp-banner-slider .banner-description .banner-content-inner ul li,
.mp-banner-slider .banner-description .banner-content-inner a {
  color: #fff;
  font-size: 14px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 42px;
  background-color: #ffffff;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #111111;
    background-color: transparent;
    margin: 6px 3px;
}
.slider-wrapper .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #111111;
}
.mp-banner-slider .owl-carousel.owl-theme .owl-dots {
  top: auto;
  padding: 15px 40px;
  background: #ffffff29;
  border-radius: 32px;
  left: 0;
  border: 1px solid #ffffff52;
  text-align: center;
  bottom: 32px;
  right: 0;
  display: table;
  margin: 0 auto;
}
.mp-banner-slider .owl-theme .owl-nav > button.owl-prev {
  left: -150px !important;
  color: #fff;
  bottom: 43px;
  top: auto;
  right: 0;
  margin: 0 auto;
  background-color: transparent;
}
.mp-banner-slider .owl-theme .owl-nav > button.owl-next {
  right: -150px;
  color: #fff;
  bottom: 43px;
  top: auto;
  left: 0;
  margin: 0 auto;
  background-color: transparent;
}
.mp-banner-slider .nav-arrows > span,
.mp-banner-slider .owl-theme .owl-nav > button {
  position: absolute;
  top: 87%;
  left: 15px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  border: 1px solid #ed1c24;
  font-size: 15px;
  z-index: 99;
}
.people-says-section .container {
  position: relative;
}
.nav-arrows > span:nth-child(2),
.owl-theme .owl-nav > button.owl-next {
  left: auto;
  right: 15px;
}
.people-says-section {
  overflow: hidden;
  padding-bottom: 0;
}
.customer-wrapper .customer-card:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  background-image: url("../images/icon-quotes.png");
  background-repeat: no-repeat;
  background-position: top right;
  height: 50px;
  width: 75px;
  background-size: auto 50px;
}
.page-products #maincontent {
    max-width: 90%;
}
.page-products #maincontent .columns {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.filter-content .filter-options-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.filter-options-content .item a {
  font-size: 18px;
}
.filter-content .filter-options-content .item {
    margin: 10px 0 0;
    padding: 0 0 5px 36px;
    position: relative;
}
.filter-content .filter-options-content .item a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    cursor: pointer;
}
.filter-content .filter-options-content .item:hover:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: 2px solid #000;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
}
.filter-options .filter-options-content {
    padding: 0;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #ed1c24;
}
.detailed .product.data.items > .item.content table {
  width: 100%;
}
.detailed .product.data.items > .item.content table .label {
  text-align: right;
  width: 50%;
}
.detailed .product.data.items > .item.content table .data {
  width: 100%;
}
.detailed .product.data.items > .item.content table tr:nth-child(2n + 1) .data,
.detailed
  .product.data.items
  > .item.content
  table
  tr:nth-child(2n + 1)
  .label {
  background-color: #f0f0f0;
}
.detailed .product.data.items > .item.content table tr .data {
    padding: 10px 15px;
    border-left: 20px solid #fff;
    color: #231F20;
    font-size: 18px;
}
.detailed .product.data.items > .item.content table tr .label {
    padding: 13px 15px;
    border-right: 20px solid #fff;
    font-size: 18px;
}
.detailed .product.data.items .table-wrapper {
  margin: 10px 0 0;
}
.catalog-product-view .page-main {
  max-width: 90%;
}
.catalog-product-view .page-main {
  max-width: 90%;
}
.product-media-info-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  margin-bottom: 60px;
}
.product-media-info-wrapper .product-info-main {
  width: 50% !important;
  box-shadow: 2px 2px 23px 0px #25252514;
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 8px;
  float: none;
}
.product-media-info-wrapper .product.media {
  width: 50% !important;
  float: none;
  margin-bottom: 0;
}
.product-reviews-summary .reviews-actions a {
  color: #231f20;
  font-size: 16px;
}
.product-media-info-wrapper .product.media .fotorama__stage {
  /*height: 518px !important; */
  height: 700px !important;
}
/*.product-media-info-wrapper .product.media .fotorama__stage img.fotorama__img {
  width: 100%;
  object-fit: cover;
} */
/* .product-media-info-wrapper .product.media { background: #fff;border-radius: 8px;} */
.product-media-info-wrapper .product.media .gallery-placeholder{ background: #fff;}
.mcp-hideprice-wrapper .mcp-hideprice-content {
    max-width: 100%;
    border-radius: 8px;
    border-width: 2px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.mcp-hideprice-wrapper .mcphidelogin-button-text {
    font-size: 24px;
    color: #767676;
    line-height: 1.4;
    margin: 0;
}
.action.primary.mcphidelogin-button {
    font-size: 20px;
    line-height: 1.4;
    padding: 13px 20px;
    border-radius: 8px;
}
.box-tocart .fieldset {
  display: flex;
  justify-content: space-around;
  margin: 0;
  letter-spacing: 0;
  gap: 25px;
}
.product-add-form .box-tocart .fieldset .field,
.product-add-form .box-tocart .fieldset .actions {
  width: 50%;
}
.product-add-form .box-tocart .fieldset .actions button {
  width: 100%;
  margin: 0 !important;
}
.product-add-form .box-tocart .fieldset .field .label {
  display: none;
}
.product-add-form .box-tocart .fieldset .field .control input {
  border: 2px solid #000000;
  width: 100%;
  height: 44px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 20px;
  box-shadow: none;
}
.review-form > fieldset.fieldset.review-fieldset input {
  padding: 5px 15px;
  border-radius: 4px;
  height: 45px;
}
.review-form > fieldset.fieldset.review-fieldset textarea {
  height: 100px;
  border-radius: 4px;
}

.modal-popup.confirm .modal-inner-wrap .action-secondary{margin-right:10px; }

/* Aboutus Page */
.aboutus-wrapper h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.aboutus-wrapper h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #d61f26;
  margin-left: 10px;
}

.aboutus-wrapper .about {
  font-size: 14px;
  color: #333;
}

.aboutus-wrapper .fw-bold {
  font-size: 36px;
  font-weight: bold;
  padding-left: 10px;
}

.aboutus-wrapper .text-danger {
  color: #d61f26 !important;
  font-weight: 600;
  margin-top: 1rem;
  display: inline-block;
}

.aboutus-wrapper .mb-4 img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

.aboutus-wrapper .team-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin-top: 25px;
}

.aboutus-wrapper .team-card img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.aboutus-wrapper .team-card .card-body {
  background-color: #111;
  color: white;
  text-align: center;
  position: relative;
}

.aboutus-wrapper .team-icon {
  width: 60px;
  height: 60px;
  background-color: #bfb9b9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bfb9b9;
  position: absolute;
  left: 0;
  right: 0;
  margin: -35px auto 0;
}

.aboutus-wrapper .team-icon img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.aboutus-wrapper .team-role {
  color: #fff;
  margin: 0px;
  padding: 0px 10px 20px 10px;
  font-size: 12px;
}

.aboutus-wrapper .name {
  font-size: 15px;
  padding: 50px 10px 0px 10px;
}

.aboutus-wrapper .customer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.aboutus-wrapper .customer-card.active {
  transform: scale(1.05);
  opacity: 1;
}

.aboutus-wrapper .customer-card p {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.aboutus-wrapper .stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.aboutus-wrapper .stars i {
    color: #FFC42D;
    margin: 0 5px;
}
.slider-track.owl-carousel .owl-item .customer-card {
    padding: 50px 25px 25px;
    background-color: #fff;
    border-radius: 12px;
    margin: 0;
    overflow: hidden;
}
.slider-track.owl-carousel .owl-item.center .customer-card {
    margin: 10px 0;
}
.aboutus-wrapper .text-center.customer {
    font-weight: bold;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.aboutus-wrapper .slider-wrapper {
    margin-top: 40px;
}

/* .aboutus-wrapper  .slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
}

.aboutus-wrapper .slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.aboutus-wrapper  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}*/

/* .aboutus-wrapper .customer-card {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin: 0 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: left;
} */

.aboutus-wrapper .customer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.aboutus-wrapper .customer-info img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
}
.aboutus-wrapper .customer-info .name {
  font-weight: 600;
  margin: 0;
  padding: 0px;
}

.aboutus-wrapper .customer-info .role {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.aboutus-wrapper .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-wrapper .prev-btn {
  left: 10px;
}

.aboutus-wrapper .next-btn {
  right: 10px;
}

/* careers Page */
.careers-wrapper .main-image {
  border-radius: 5px;
}

.careers-wrapper .text {
  font-size: 12px;
  color: #d5d7da;
}

.careers-wrapper .text-center.main {
    font-weight: bold;
    font-size: 36px;
    color: #231F20;
    margin-top: 60px;
}

.careers-wrapper .heading {
  font-weight: bold;
  font-size: 25px;
}

.careers-wrapper .text-muted {
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #F5F5F5;
}

.careers-wrapper .sales {
  font-size: 10px;
  font-weight: 600;
  color: #5c5c5c;
}

.careers-wrapper .border-2 {
  width: 100%;
  border-color: #9d9494;
  opacity: 20%;
}

.careers-wrapper .form-label {
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
}

.careers-wrapper input[type="text"],
.careers-wrapper input[type="email"] {
  border-radius: 5px;
  height: 40px;
  border-color: #9d9494;
  opacity: 50%;
}

.careers-wrapper .file-upload-box {
  border: 1px dashed #ccc;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.careers-wrapper .upload-image-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.careers-wrapper .upload-image-btn img {
  height: 40px;
  width: auto;
  display: block;
}

.careers-wrapper .upload-text {
  font-weight: 500;
  color: #333;
  font-size: 12px;
}

.careers-wrapper .upload-icon {
  font-size: 15px;
  color: #565252;
}

.careers-wrapper .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  font-size: 15px;
}

.careers-wrapper .form-check-label {
  font-size: 12px;
  padding-top: 2px;
}

.careers-wrapper .submit {
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #ed1c24;
  border: none;
  border-radius: 5px;
  padding: 10px;
}
.careers-wrapper .submit:hover {
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #ed1c24;
  border: none;
  border-radius: 5px;
  padding: 10px;
}
.careers-wrapper .apply {
    max-width: 150px;
    border-radius: 8px;
    background-color: #ed1c24;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
    outline: none;
    padding: 13px 10px 14px 10px;
    font-weight: 600;
    border: none;
}
.careers-wrapper .text-muted i {
    padding-right: 5px;
}
#jobCard .card {
    justify-content: space-between;
    border-radius: 16px;
    padding: 32px !important;
    box-shadow: 2px 2px 23px 0px #25252514 !important;
}
.careers-wrapper .back {
  border-radius: 5px;
  background-color: #ed1c24;
  color: #fff;
}
.careers-wrapper .apply:hover,
.careers-wrapper .back:hover {
  background-color: #231f20;
  color: #fff;
  text-decoration: none;
  border: none;
}

/* Partner page */
.industry-partners .page-title-wrapper,.careersbody  .page-title-wrapper{display: none;}

.industry-partners .partner-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 15px;
    align-items: flex-start;
}
.industry-partners .partner-logo {
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    height: 135px;
    padding: 0;
    border-radius: 12px;
}

.industry-partners .partner-description {
    font-size: 14px;
    flex-grow: 1;
    color: #767676;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.industry-partners .partner-link-btn {
    color: #ed1c24;
    font-weight: 700;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    display: table;
    font-size: 16px;
}

.industry-partners .partner-link-btn:hover {
    color: #111;
}

.industry-partners .partner-link-btn:hover {
  text-decoration: underline;
}

.industry-partners .banner img {
  width: 100%;
  height: auto;
}

/* .industry-partners .custom-modal-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
} */

.industry-partners .custom-modal-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.industry-partners .modal-logo {
  width: 170px;
  height: auto;
}

.filter-content .filter-options-item::after {
    top: 5px;
}

.industry-partners .modal-popup .modal-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  border: none;
  padding: 0px;
}

/* .industry-partners .para1 {
  margin: 0px;
  font-size: 12px;
} */

.industry-partners .para2 {
  margin: 20px 0px 20px 0px;
  font-size: 12px;
}

.industry-partners .btn-danger {
  background-color: #e02b27;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 15px;
  margin: 30px 0px 0px 0px;
}
.aboutus-wrapper .container.my-5,
.careers-wrapper .container.my-5,
.industry-partners .container.my-5 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px !important;
  max-width: 100%;
}
.main-image {
  width: 100%;
  object-fit: cover;
}
#jobCard {
    margin: 20px -12px 0;
}
#jobCard .col-lg-4 {
    padding: 0;
    margin: 12px;
    width: calc(33.33% - 24px);
}
.careers-wrapper span {
  font-size: 16px;
  color: #231f20 !important;
}
#jobCard h4 {
  font-size: 24px;
  color: #231f20;
}
#jobCard p {
    font-size: 16px;
    color: #231F20 !important;
    line-height: 1.5;
    font-weight: 400;
}
.people-says-section .border-bottom.border-3.border-danger {
  display: none;
}
.industry-partners h3 {
  font-size: 36px;
}
body .page-main .page-title-wrapper {
    padding: 0 0 15px;
    max-width: 100%;
}
.customer-account-create main {
  background-color: #fff;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 2px 2px 23px 0px #25252514;
  margin: 25px auto 50px;
  max-width: 1360px;
}
.customer-account-create {
  background-color: #f0f0f0;
}
.customer-account-create .column.main {
  padding-bottom: 0;
}
.form-create-account .legend > span {
  font-size: initial;
  font-weight: inherit;
}
.form-create-account .fieldset > .legend {
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  /*border-bottom: 1px solid #D9D9D9; */
  border-bottom: none;
}
.form-create-account .fieldset > .field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.customer-account-create form.form-create-account {
  width: 100% !important;
  min-width: unset;
}
.form-create-account .fieldset > .field > .label {
  font-size: 16px;
}
.form-create-account .fieldset input[type="text"],
.form-create-account .fieldset input[type="tel"],
.form-create-account .fieldset input[type="email"],
.form-create-account .fieldset input[type="password"],
.form-create-account .fieldset select{
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  height: 60px;
  padding: 0 15px;
  font-size: 18px;
}
/* .form-create-account .field.field-name-firstname .control {
  padding-right: 10px;
}
.form-create-account .field.field-name-lastname .control {
  padding-left: 10px;
} */
.form-create-account .fieldset > .field.newsletter {
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.form-create-account .create.account.fieldset > .field {
  width: 33.33%;
}
.form-create-account .create.info.fieldset > .field {
  width: 50%;
}
.create.info.fieldset > .field.choice {
  width: auto;
}
.fieldset > .field input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  top: 8px;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #aaaaaa;
  background-color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 20px;
  cursor: pointer;
}
.fieldset > .field input[type="checkbox"]:checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB+ElEQVR4nO2ZP0hcQRCHv4uGmIjEEJADJUSwCTYWWogkBAURQbnqWq+MTVBIlUIEGy21EEQruSZFiqQ5QQstBFEIpggiWIgcGgiJckSUM3qysMJj2PPv3fkm7AdTvMfu7Pu9NzvM7AOPx+PxeP5vIsBboAsoQzGTQM7aLErpCYgw9g94gDKeAmkhZBWFzDi+RgvKaAfOhJAxlPEE2BIiNoHHKGNCiDgFXqOMVrsXgkKMMFU8An4IEdtAFcoYFSLMZu9EGU1AVgiZRhnlwDchYhd4hjKGhIgcEEMZr4AjISKJMkzxtyxE/AJqUMYHR0jFUUY98FeI+IrCkFoSIg6A2mIt+AaYBz4BLwrot98RUgmKWC78CSy0BzQXwK95IRkhIkURee7oB0xM997Rb0r4zBT4a1/Z9Ae7tPfcjj6HPxNmJTmGGXYsbmzKlhbXJQr8Fj4W7RolI+Eo6IzN3aDE/izmHgIN3AMdwL5DzHeg7oq5cce8Qe6RRtvoyIdK2zI8X9L4KcavhOHEMAqsOcSY7NPtGJ8U447tCwkFlcAXh5gT4F1gXLdjzEdCRhkwniejmfvVwI64vw48JKQM2OMa174JXmcv2UehIWbTae4SG0EJLY7sdGEbQAWKeOk4lzJh14ZCqoGFgBBzsKCWiO1l1P0C8Hg8HkrGOUae57R9PfheAAAAAElFTkSuQmCC);
}
.form-create-account .create.account.fieldset > .field {
  padding-right: 10px;
  margin-bottom: 0;
}
.form-create-account .create.account.fieldset > .field + .field {
  padding-left: 10px;
  clear: both;
}
.form-create-account .create.account.fieldset > .field.choice {
  float: right;
  margin-top: -30px;
}
.form-create-account .actions-toolbar {
  display: flex;
  justify-content: end;
}
.form-create-account .actions-toolbar .primary .action {
  margin-right: 0;
}
.form-create-account .create.account {
  position: relative;
  padding-bottom: 10px;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 0;
  text-align: right;
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.mp-product-slider-content .actions-primary {
  display: none;
}
.nav-sections .navigation li a {
  font-size: 16px;
  font-weight: 700;
}
.checkout-cart-index .columns .cart-summary {
  box-shadow: 2px 2px 23px 0px #25252514;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  width: 28%;
}
.checkout-cart-index .columns .cart-summary .summary.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #231f20;
  margin: 0 0 10px;
}
.checkout-cart-index .cart-summary .block .title strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .form-cart {
  width: 69%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  margin-right: 3%;
}
.checkout-cart-index .cart-totals tbody tr {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
}
.checkout-cart-index .cart-totals tbody tr.grand.totals th,
.checkout-cart-index .cart-totals tbody tr.grand.totals td {
  font-weight: 700;
  font-size: 24px;
  padding: 5px 0 !important;
}
.checkout-cart-index .cart-totals tbody span {
  padding: 0 0 10px !important;
  display: inline-block;
  vertical-align: top;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a {
  top: -15px !important;
}
.cart.table-wrapper .actions-toolbar a:before {
  color: #000 !important;
}
.cart.table-wrapper .items th span {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #231f20;
  text-align: right;
  text-transform: capitalize;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price,
.checkout-cart-index
  .cart.table-wrapper
  .col.subtotal
  .price-excluding-tax
  .price {
  color: #231f20;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.product-item-actions .actions-secondary {
  display: none;
}
.page-products .message.info.empty {
  width: 100%;
  float: left;
}

.block-collapsible-nav .item {
  width: 100%;
}

/* Sticky Header */
/* .sections.nav-sections {
    position: sticky;
    top: 0;
    z-index: 9;
} */
.columns .contact-section {
  padding: 50px 0;
  max-width: 84%;
  margin: 0 auto;
}
.contact-index-index .page-main .page-title-wrapper {
  display: none;
}
.contactus-wrapper .container {
    max-width: 100%;
}
.contact-box {
  margin: 30px 0 0;
}
.contact-form {
  margin-left: 15px;
}
.contact-box p {
  word-break: break-all;
}
.mp-banner-slider .owl-carousel .owl-item img {
  height: 450px;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background-color: transparent;
}
.mp-banner-slider .banner-description .banner-content-inner a:not(.owl-image) {
  font-size: 16px;
  background-color: #ed1c24;
  padding: 5px 15px;
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 20px;
}
.mp-banner-slider .banner-description .banner-content-inner a:last-child {
    margin-right: 0;
}
.section-title-icon:after {
    display: block !important;
}
.section-title-icon {
    position: relative;
}
body .page-wrapper .header.content .block-search .control {
  border: none;
  margin: 0;
  padding: 0;
}
body .page-wrapper .block-search .label {
  display: block;
  float: none;
  width: 30px;
  height: 30px;
  clip: unset;
  right: 0;
  top: -15px;
  cursor: pointer;
  z-index: 99;
}
body .page-wrapper .header.content .block.block-search {
  width: auto;
}
body .page-wrapper .header.content .minisearch .control {
    position: absolute;
    width: 300px;
    top: -20px;
    left: auto;
    height: 40px;
    right: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.2s linear;
    transform: none;
}
body .page-wrapper .header.content .minisearch.active .control {
    opacity: 1;
    transform: translateY(0);
}
body .page-wrapper .header.content .minisearch .control input {
    max-width: 100%;
    box-shadow: none;
    height: 100%;
    width: 100%;
    font-size: 20px;
    background-color: #fff;
    color: #333;
    padding: 0;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}
.header.content .block-search .active .label:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABYklEQVR4nO3ZTU7DMBAFYB8E3tieOQlIiD0pi/6cnQVnQEiABHLVQheuSBx77ER+UhaVKs98tpO6rTE9PT09qwrfsAjcUKu+wA2hh1mDEJFl2Bcm+8WwB6McvrXPnujTE70mYy4Q36dLFcMnxLl+MkbgNsfm/yBHjAN2pnAcsIvVDj1lmRWNleFSNTUxXLqWBkZtwrhgIfUtzAUK1rgPsxeuhsjZQHVEjkaaQcxpqDlESmPNIqY02DxiTKOLQfx32Kt1+JyVK7O/jJWYgFkOYjUQXsPW8kTbxd/svIbHr8BtYo0K3P78nuYxMgLRPEYmIJrFSAKiOYzADamIZjCSAVEdI1cQcz4T1DFSAKGOkYIINYwEBOhD44jBpTAOeIohwpnKFArnxsS2U3id/NN+hm+aPmUCxdoHhn3XWokRK/PmgfukwS4wqogIJh3xOxjRY80/Qz3R1gN3ter39PT0mCL5AcyeKtJcCCnsAAAAAElFTkSuQmCC");
}
body .page-wrapper .block-search .actions {
  display: none;
}
.slider-track.owl-carousel .owl-item {
    background-color: transparent;
    opacity: 0.5;
    margin: 30px 0;
    transform: scale(0.8);
    position: relative;
    overflow: hidden;
}
.slider-track.owl-carousel .owl-item.center {
    transform: scale(1.25);
    opacity: 1;
    z-index: 1;
}
.slider-track.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #111;
}
.slider-wrapper {
    margin-top: 0;
    margin-bottom: 80px;
}
.banner img {
    width: 100%;
}
.aboutus-wrapper .customer-card > p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #545454;
    line-height: 1.4;
}
.slider-track.owl-carousel .owl-item:After {
    content: "";
    position: absolute;
    top: 0px;
    right: 30px;
    background-image: url(../images/icon-quotes.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    width: 75px;
    background-size: auto 50px;
}
.btn.btn-danger {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 17px 24px;
    background-color: #ED1C24;
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.2s linear;
}
.btn.btn-danger:hover {
    background-color: #231F20;
}
.modal-popup .custom-modal-header {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 24px;
}
.modal-popup .custom-modal-header .modal-title {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-size: 24px;
    border: none;
    line-height: 1.2;
}
.modal-slide .action-close {
    margin: 20px;
    border: 1px solid #EBEBEB !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 0;
    z-index: 999;
}
.modal-slide .action-close:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABYklEQVR4nO3ZTU7DMBAFYB8E3tieOQlIiD0pi/6cnQVnQEiABHLVQheuSBx77ER+UhaVKs98tpO6rTE9PT09qwrfsAjcUKu+wA2hh1mDEJFl2Bcm+8WwB6McvrXPnujTE70mYy4Q36dLFcMnxLl+MkbgNsfm/yBHjAN2pnAcsIvVDj1lmRWNleFSNTUxXLqWBkZtwrhgIfUtzAUK1rgPsxeuhsjZQHVEjkaaQcxpqDlESmPNIqY02DxiTKOLQfx32Kt1+JyVK7O/jJWYgFkOYjUQXsPW8kTbxd/svIbHr8BtYo0K3P78nuYxMgLRPEYmIJrFSAKiOYzADamIZjCSAVEdI1cQcz4T1DFSAKGOkYIINYwEBOhD44jBpTAOeIohwpnKFArnxsS2U3id/NN+hm+aPmUCxdoHhn3XWokRK/PmgfukwS4wqogIJh3xOxjRY80/Qz3R1gN3ter39PT0mCL5AcyeKtJcCCnsAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    height: 22px;
    width: 22px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    border-radius: 16px;
}
body .modal-slide .modal-content {
    padding: 10px 48px 48px;
}
.contact-section .heading {
    font-size: 36px;
    font-weight: bold;
    color: #231F20;
}
.contact-section .underline {
    width: 113px;
}
.contact-section .contact-box {
    border-radius: 10px;
    padding: 50px;
    background: linear-gradient(92.84deg, #111111 3.52%, #303030 50.66%, #111111 97.8%);
    margin: 24px 0 0;
}
.contact-section .contact-box .location-icon {
    top: 50px;
    left: 50px;
    color: #ED1C24;
    padding: 5px 10px 5px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 50px;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .contact-box .location-icon i {
    font-size: 24px;
}
.contact-section .contact-box .name {
    margin-left: 75px;
    font-weight: bold;
    font-size: 24px;
}
.contact-section .contact-box p {
    margin-left: 75px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.columns .contact-section .container {
    max-width: 100%;
}
.contact-form .form {
    font-weight: 600;
    color: #231F20;
}
.contact-section .contact-form {
    border-radius: 16px;
    box-shadow: 2px 2px 23px 0px #25252514;
    padding-bottom: 15px;
}
.contact-form .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-form .form-control {
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    color: #231F20;
    border-radius: 8px;
}
.contact-form .form-check-inline {
    width: 32.5%;
    margin-bottom: 14px;
    margin-right: 0;
}
.contact-form .form-check input[type="checkbox"] {
    margin-top: 0;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: none;
    border: 1px solid #AAAAAA;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.contact-form .form-check input[type="checkbox"]#policyCheck {
    left: 10px;
}
.contact-form .form-check input[type="checkbox"]:checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAgElEQVR4nO2VQQqAIBBF3yWMuv9J2hRhq1x0nNoMESGhokPBPHDpPGaYr2AYRhkdMAGjtjQAB7BoSR2wiXQHepPWxMb77fHOwCrZK8lpyLx74TMLVJHGRjaguL0uQd4sMu5F3jynLiJXexy6x/JUWaRU7l2q/jJId15O804N45+cwpdD2D9PEuAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center;
}
.contact-form .form-check .form-check-label {
    font-size: 15px;
    color: #231F20;
    vertical-align: middle;
    position: relative;
    top: 5px;
    left: 5px;
}
.contact-form .form-check-inline .form-check-input {
    width: 30px;
    height: 30px;
}
.contact-form .subject-hint {
    top: 55px;
    right: 30px;
    font-size: 16px;
    color: #AEAEAE;
}
.contact-form textarea.form-control {
    height: 91px;
}
.contact-form .form-check input[type="checkbox"]#policyCheck {
    left: 10px;
}
.contact-form .form-check .form-check-label[for=policyCheck] {
    left: 15px;
}
.contact-form .form-check .form-check-label[for=policyCheck] a {
    color: #231F20;
    text-decoration: underline;
}
button.Submit {
    font-size: 20px !important;
    border-radius: 8px !important;
    font-weight: 600;
    padding: 14px 15px;
    margin-top: 20px;
}
.contact-form .form-check {
    margin-top: 5px;
    margin-bottom: 5px;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #ed1c24;
}
button.Submit:hover {
    background-color: #231F20;
}
.contactus-wrapper .container .banner {
    max-width: 1360px;
    margin: 0 auto;
}
.account .page-main .page-title-wrapper .order-date{margin: 0 !important;}
.block-actions.filter-actions .filter-clear {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    background: #ed1c24;
    padding: 14px 20px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    border: none;
}
.filter-content .item span {
    font-size: 16px;
}
.sidebar .filter .filter-current .block-subtitle {
    font-size: 24px;
    color: #231F20;
}
.block-actions.filter-actions {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
}
.block-content.filter-content .filter-current .items {
    padding-left: 0;
}
.filter-options .filter-options-content .items {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.block-actions.filter-actions .filter-clear:hover {
    background-color: #231F20;
}
.filter-options-content .item a {
    font-size: 16px;
    color: #231F20;
    font-weight: 600;
    position: relative;
    top: 2px;
}
.slider-wrapper.ourteam-wrapper {
    margin-bottom: 100px;
}
.slider-wrapper.ourteam-wrapper .owl-carousel .owl-nav button.owl-prev {
    bottom: -38px;
    top: auto;
    left: 40%;
    transform: translateX(-40%);
}
.slider-wrapper.ourteam-wrapper .owl-carousel .owl-nav button.owl-next {
    bottom: -38px;
    top: auto;
    right: 40%;
    transform: translateX(-40%) scaleX(-1);
}
.account.page-layout-2columns-left .column.main{background: #fff;}
.account .block-collapsible-nav .content{background: #fff;}
.account.page-layout-2columns-left .columns .sidebar.sidebar-main{padding: 0px;padding-right: 2%;}
.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional{background: transparent;}
.account .block-collapsible-nav .item{display: block;}
.account .block-collapsible-nav .item .delimiter{border: 0px;}
.customer-account-logoutsuccess .page-main{text-align: center;}
.header.content .account-dropdown-wrapper .account-dropdown .nav.item{margin-bottom: 1rem;}
.checkout-index-index .new-address-popup,.checkout-index-index  .action.action-edit-address {display: none !important;}
/* .checkout-payment-method .actions-toolbar .primary {display: none !important;} */
.checkout-index-index .table-checkout-shipping-method .col-price,.table-checkout-shipping-method .col-carrier{display: none !important;}
.checkout-index-index .table-checkout-shipping-method .col-method{width: 200px;}
.checkout-index-index .table-checkout-shipping-method tbody tr td:first-child {max-width: 30px;}
#recaptcha-validate--error{margin-bottom:10px; }
.minicart-items .update-cart-item{display: none;}
@media (max-width: 90%) {
  .header.content .announcement-wrapper > p {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .contact-section .col-lg-5,
  .contact-section .col-lg-7 {
      width: 50%;
  }
}

@media (max-width: 1500px) {
  .contact-form .form-check-inline {
    width: 49%;
  }
  .contact-form .form-check .form-check-label {
    left: 0;
    padding-right: 5px;
  }

}

@media (max-width: 1200px) {

  .section-gapping {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-small-title {
    font-size: 28px;
  }
  .partners-wrap .partners-content {
    max-width: 445px;
  }
  .products-grid .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .products-grid .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
  .header.content .announcement-wrapper {
    display: none;
  }
  .header-top-inner {
    flex-direction: column;
    gap: 5px;
  }
  .header-top-inner ul li a,
  .header-top-inner p {
    font-size: 14px;
    line-height: 1;
  }
  /* .customer-wrapper .customer-card {
    opacity: 0;
    display: none;
  } */
  .customer-wrapper {
    margin-top: 0;
  }
  .nav-arrows > span {
    top: calc(50% + 25px);
  }
  /* .customer-wrapper .customer-card.active {
    min-width: unset;
    transform: scale(0.85);
    opacity: 1;
    display: block;
    margin: 0;
  } */
  .people-says-section {
    padding-bottom: 0;
  }
  .contactus-wrapper .container {
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-section .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .page-main,
  body .page-wrapper .header.content,
  footer .container,
  body .page-main .page-title-wrapper {
    max-width: 100%;
  }
  .contact-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aboutus-wrapper .container {
    max-width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .aboutus-wrapper .container {
    max-width: 100%;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .industry-partners > .container,
  .mp-banner-slider,
  .mp-product-slider-widget .mp-product-slider-content,
  body .container, body .page-wrapper .header.content,
  body .page-header .header.panel.wrapper {
    max-width: 100%;
  }
  .mp-banner-slider {
    padding-top: 10px;
  }
  .page-title-wrapper .page-title {
    font-size: 30px;
  }
  body .columns .toolbar-sorter {
    padding: 5px 40px 5px 20px;
    min-height: 50px;
  }
  body #maincontent .columns {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-products #maincontent .columns .column.main {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body .columns .sidebar.sidebar-main {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  body .column.main .product-items {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -20px;
  }
  .modal-popup .custom-modal-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
  .contact-form .form-check-inline {
    width: 100%;
  }
  .contact-form .form-check .form-check-label {
    padding-right: 0;
    padding-left: 5px;
  }
  .contact-index-index .column.main {
    padding-bottom: 0;
  }
  .contact-section .col-lg-5, .contact-section .col-lg-7 {
    width: 100%;
    flex: auto;
    padding: 0;
  }
  .contact-section .contact-form {
    margin: 30px 0 0;
  }
  .columns .contact-section {
    max-width: 100%;
    padding: 40px 0;
  }
  .mp-banner-slider .owl-carousel.owl-theme .owl-dots {
    display: none;
  }
  header.page-header {
    margin-bottom: 0;
  }
  .contact-section .heading {
    font-size: 24px;
  }
  .contact-section .underline {
    width: 80px;
  }
  .contact-section .contact-box {
    padding: 30px;
  }
  .contact-section .contact-box .location-icon {
    top: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
  }
  .contact-section .contact-box .name {
    margin-left: 50px;
    font-size: 20px;
  }
  .contact-section .contact-box .location-icon i {
    font-size: 20px;
  }
  .contact-section .contact-box p {
    margin-left: 50px;
    font-size: 16px;
  }
  .contact-form .form-control {
    height: 50px;
    padding: 5px 15px;
  }
  .contact-form .form-check input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
  .contact-form .subject-hint {
    position: relative;
    top: 5px;
    right: 0;
  }
  button.Submit {
    font-size: 18px !important;
    padding: 10px 15px;
  }
  #jobCard .col-lg-4 {
    width: calc(50% - 24px);
  }
  .detailed .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
  .pdc-customdesc p {
    font-size: 18px;
  }

}
@media (max-width: 1024px) {
  .mp-banner-slider .banner-description {
    bottom: 17%;
  }
  .mp-banner-slider .banner-description .banner-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigation .level0.parent > a.level-top {
    padding-right: 12px;
    font-size: 13px;
  }
  body .action.primary.mcphidelogin-button {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .mp-banner-slider .owl-theme .owl-dots {
    display: none;
  }
  .mp-banner-slider .owl-theme .owl-nav > button.owl-next {
    left: unset !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mp-banner-slider .owl-carousel .owl-item img {
    height: 250px;
  }
  .mp-banner-slider .banner-description {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .mp-banner-slider .owl-theme .owl-nav > button.owl-prev {
    left: 0% !important;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
  }
  .service-section .card-box .card-item {
    width: calc(50% - 20px);
  }
  .grid-section {
    flex-direction: column;
    gap: 0;
  }
  .partners-content .section-title::after {
    margin: 0 auto;
  }
  .partners-section .container,
  .partners-section {
    min-height: auto;
  }
  .partners-wrap .partners-logos {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
  .partners-wrap .partners-content {
    margin: 0 auto 30px;
    text-align: center;
  }
  .page-products .products-grid .product-item {
    width: calc(33.33% - 20px) !important;
    margin: 0 7.5px 15px;
  }
  .product-media-info-wrapper {
    gap: 0;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .product-media-info-wrapper .product-info-main,
  .product-media-info-wrapper .product.media {
    width: 100% !important;
  }
  .product-media-info-wrapper .product-info-main,
  .product-media-info-wrapper .product.media,
  .product-media-info-wrapper .product.media .fotorama__stage {
    width: 100% !important;
  }
  .product-media-info-wrapper .product-info-main {
    margin-top: 40px;
  }
  .detailed .product.data.items > .item.title > .switch {
    height: 45px;
    font-size: 18px;
  }
  .aboutus-wrapper .mb-4 img {
    width: 40px;
    margin-right: 5px;
  }
  .customer-account-create main {
    padding: 20px;
    border-radius: 6px;
    margin: 10px auto 40px;
    width: calc(100% - 40px);
  }
  .customer-account-create .page-main > .page-title-wrapper .page-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .form-create-account .fieldset > .legend {
    margin: 0 0 10px;
  }
  .form-create-account .fieldset input[type="text"],
  .form-create-account .fieldset input[type="email"],
  .form-create-account .fieldset input[type="password"] {
    height: 50px;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    margin: 20px 0 0;
    float: none;
  }
  .checkout-cart-index .columns .cart-summary {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .checkout-cart-index .column.main {
    padding: 20px;
  }
  .contact-form {
    margin-left: 0;
  }
  #jobCard .col-lg-4 {
    width: calc(100% - 24px);
  }
  .detailed .product.data.items > .item.title > .switch {
    font-size: 15px;
  }
}
@media (max-width: 880px) {
  .mp-banner-slider .banner-description {
    max-width: 75%;
  }
  .mp-banner-slider .banner-description .banner-content-inner,
  .mp-banner-slider .banner-description .banner-content-inner p,
  .mp-banner-slider .banner-description .banner-content-inner ul li,
  .mp-banner-slider .banner-description .banner-content-inner a {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .nav-sections-item-content {
    background-color: #f0f0f0;
  }
  nav.navigation {
    background-color: #f0f0f0;
  }
  nav.navigation > ul > li > a {
    color: #000 !important;
    text-align: left;
  }
  .page-products .columns {
    padding-top: 20px;
  }
  body .page-wrapper .block-search .label {
    position: relative;
    left: -30px;
    top: -4px;
  }
  .top-panel.header-top {
    display: none;
  }
  .section-title,
  .section-small-title {
    font-size: 28px;
  }
  .service-section .card-box .label {
    font-size: 18px;
  }
  .service-section .card-box .icon {
    margin-bottom: 10px;
  }
  .service-section .card-box .card-item {
    width: calc(100% - 20px);
  }
  .tabs-container {
    flex-direction: column;
    margin: 30px auto 0;
  }
  .tab-panel ul li {
    margin: 5px 0;
    font-size: 16px;
  }
  .tabs-menu {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #f4f0f0;
    border-right: none;
  }
  .tabs-menu button {
    width: calc(100% - 50px);
  }
  .tab-content {
    padding: 22px 25px;
  }
  .section-title-icon svg {
    width: 40px;
  }
  .section-title-icon {
    gap: 10px;
    padding-bottom: 5px;
  }
  .about-image-wrap {
    gap: 15px;
  }
  .section-title:after {
    width: 100px;
    height: 3px;
  }
  .partners-wrap .partners-content .section-title {
    font-size: 24px;
  }
  body .page-wrapper .header .minicart-wrapper {
    margin-top: 0px;
    left: -45px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partners-wrap {
    flex-direction: column;
  }
  .partners-wrap .partners-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .partners-wrap .partners-content .section-title {
    text-align: left;
  }
  .partners-content .section-title::after {
    margin: 0;
  }
  .partners-wrap .partners-logos {
    width: 100%;
  }
  .btn-common,
  .review-form .action.submit.primary {
    font-size: 16px;
    padding: 8px 15px;
  }
  body .page-wrapper .header.content .nav-toggle {
    left: auto;
    right: 15px;
    top: 15px;
  }
  .header.content .account-dropdown-wrapper {
    margin-left: 0;
    right: 35px;
    top: 0;
  }

  .navigation .submenu > li > a {
    color: #000 !important;
  }
  .navigation .submenu > li > a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    display: inline;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .account-dropdown-wrapper .account-dropdown {
    min-width: 150px;
  }
  .account-dropdown-wrapper .account-dropdown li {
    list-style: none;
    margin: 2px 5px;
  }
  .account-dropdown-wrapper .account-dropdown li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer-links {
    gap: 15px;
  }
  .footer-links h4 {
    font-size: 14px;
  }
  .footer-logo img {
    height: 50px;
  }
  .footer-location-wrap {
    margin: 15px 10px;
  }
  .footer-locations p {
    font-size: 13px;
  }
  .feature-section .section-title {
    margin-bottom: 110px;
  }
  .product-item.product-slider .slider-product-item-info {
    width: 90% !important;
    margin: 0 auto;
  }
  .products-grid .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }
  .products-grid .owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }
  .products-grid .owl-theme .owl-dots {
    margin-top: 25px;
  }
  .toolbar .pages-items .item .page,
  .toolbar .pages-items .item a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .slider-product-item-details .product-item-name > a,
  .page-products
    .product-item
    .product-item-info
    .product-item-details
    .product-item-link {
    font-size: 18px;
  }
  .column.main .product-item {
    margin-bottom: 10px;
  }
  .product-item .price-box .price,
  .page-products
    .product-item
    .product-item-info
    .product-item-details
    .price-box {
    font-size: 20px;
  }
  .slider-product-item-info > a .product-image-container,
  .page-products
    .product-item
    .product-item-info
    > .product-item-photo
    .product-image-container {
    height: 160px;
    border-radius: 6px;
  }
  .btn-common,
  .products .product-item .tocart,
  .review-form .action.submit.primary {
    padding: 6px 12px;
    font-size: 14px;
  }
  .page-products .products-grid .product-item {
    width: calc(50% - 15px) !important;
  }
  .page-products .block-title strong {
    display: inline-block;
    box-shadow: none;
    position: relative;
    text-align: left;
    background-color: #fff;
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
  }
  .page-layout-2columns-left .columns .sidebar {
    background-color: transparent;
    padding: 0;
    border-radius: 4px;
  }
  .page-title-wrapper .page-title {
    font-size: 24px;
  }
  /* .page-with-filter .toolbar-amount,
  .page-layout-2columns-left .sidebar-main .filter .filter-title {
    text-align: right;
  } */
  .page-layout-2columns-left .sidebar-main .filter .filter-title {
    margin-top: -20px;
  }
  .filter.active .filter-options {
    margin: 0;
    padding: 5px 15px 0;
  }
  .sidebar .filter .block-content .filter-subtitle {
    padding: 10px 0 10px 15px;
  }
  .filter .filter-options-title:after {
    top: 5px;
  }
  .detailed .product.data.items > .item.title,
  .detailed .product.data.items:has(#tab-label-additional) .item.title,
  .detailed .product.data.items:has(#tab-label-description) .item.title,
  .detailed .product.data.items > .item.title#tab-label-description,
  .detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-additional,
  .detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-reviews {
    width: 100%;
    margin: 0;
  }
  .detailed .product.data.items .item.title a:after {
    right: 20px;
    top: 0;
  }
  .detailed .product.data.items > .item.title {
    margin-bottom: 5px;
  }
  .cms-home .columns .column.main {
    padding-bottom: 0;
  }
  .page-products #maincontent .page-title-wrapper,
  .page-products .columns {
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalog-category-view .page-title-wrapper .page-title {
    width: 100%;
    font-size: 20px;
  }
  .product-media-info-wrapper .product-info-main {
    margin-top: 20px;
    padding: 20px;
  }
  .product-media-info-wrapper .product.media .fotorama__stage {
    height: 420px !important;
  }
  .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
    width: 10px;
    height: 10px;
  }
  .product.description .value p {
    font-size: 16px;
    margin-top: 0;
  }
  .product.info.detailed {
    padding: 0;
    margin-bottom: 0;
  }
  .catalog-product-view .column.main {
    padding-bottom: 20px;
  }
  .aboutus-wrapper .container .container {
    padding-top: 0 !important;
  }
  .aboutus-wrapper .team-card {
    margin-top: 0;
  }
  .aboutus-wrapper .container.my-5 {
    margin-top: 10px !important;
  }
  .aboutus-wrapper .container .container .col-md-1.text-center {
    text-align: left !important;
  }
  .aboutus-wrapper .text-center.customer {
    margin-top: 30px;
  }
  .aboutus-wrapper .container.my-5,
  .careers-wrapper .container.my-5,
  .industry-partners .container.my-5 {
    margin-bottom: 0 !important;
  }
  .page-footer {
    margin-top: 0;
  }
  #jobCard h4 {
    font-size: 22px;
  }
  .careers-wrapper span {
    font-size: 14px;
  }
  .careers-wrapper .apply {
    max-width: 120px;
    font-size: 16px;
    padding: 8px 10px 10px 8px;
  }
  .industry-partners h3 {
    font-size: 24px;
  }
  body .page-main .page-title-wrapper {
    padding: 0 0 5px;
  }
  body.page-products .page-main .page-title-wrapper {
    width: 100%;
    float: left;
  }
  .form-create-account .create.account.fieldset > .field.choice {
    margin-top: 0px;
  }

  .customer-account-create .page-main .page-title-wrapper {
    padding: 0 0 5px;
  }
  .form-create-account .fieldset input[type="text"],
  .form-create-account .fieldset input[type="email"],
  .form-create-account .fieldset input[type="password"] {
    border-radius: 6px;
    height: 45px;
    font-size: 16px;
  }
  .form-create-account .fieldset {
    margin-bottom: 20px;
  }
  .form-create-account .create.account.fieldset > .field {
    width: 100%;
  }
  .form-create-account .create.account.fieldset > .field + .field {
    padding-left: 0;
    clear: both;
    padding-top: 10px;
  }
  .form-create-account .create.account.fieldset > .field {
    padding-right: 0;
    margin-bottom: 0;
  }
  .btn-common,
  .products .product-item .tocart,
  .review-form .action.submit.primary,
  .box-tocart .action.tocart,
  .form-create-account .actions-toolbar > .primary .action {
    font-size: 16px;
  }
  .fieldset > .field input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
    top: 6px;
  }
  .form-create-account .fieldset > .field.newsletter {
    margin: 0 0 10px 0;
  }
  .form-create-account .fieldset > .legend {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .columns .contact-section {
    padding: 25px 0;
    max-width: 100%;
  }
  .contact-form .subject-hint {
    position: relative;
    top: 0;
    right: 0;
    color: #333;
  }
  .contactus-wrapper .banner {
    margin-bottom: 0 !important;
  }
  .columns .contact-section .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .columns .contact-section .row .form-check {
    padding-left: 13px;
  }
  .columns .contact-section .row > div:last-child {
    margin-bottom: 0;
  }
  .mp-banner-slider .banner-description .banner-content-inner a:not(.owl-image) {
      font-size: 12px;
      padding: 5px 10px;
      margin-right: 10px;
      margin-top: 10px;
  }
  header.page-header {
    margin-bottom: 0;
  }
  body .page-wrapper .header.content .logo {
    float: none;
    max-width: 150px;
  }
  .slider-track.owl-carousel .owl-item.center {
    transform: scale(1);
  }
  .slider-track.owl-carousel .owl-item.center .customer-card {
    margin: 0;
  }
  .slider-wrapper .owl-carousel .owl-nav button.owl-next {
    top: auto;
    right: 50px;
    bottom: 20px;
  }
  .slider-wrapper .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    left: 50px;
    bottom: 0;
  }
  .aboutus-wrapper {
    padding-bottom: 0;
  }
  .slider-track.owl-carousel .owl-item.center {
    margin: 0 !important;
  }
  .industry-partners .banner {
    padding-bottom: 30px;
  }
  body .page-wrapper .header.content .minisearch .control {
    top: 70px;
    margin: 0 auto;
  }
  body .page-wrapper .header.content .minisearch .control input {
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
  }
  body .page-wrapper .header.content .minisearch .control {
    top: 15px;
    left: 10px;
    margin: 0;
    width: 230px;
  }
  .page-products #maincontent {
    max-width: 100%;
  }
  .page-layout-2columns-left .columns .sidebar .block.filter {
    display: none;
  }
  .page-products #maincontent .columns {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .catalog-category-view .page-title-wrapper .page-title {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .page-products #maincontent .columns .products-grid {
    margin-top: 0;
  }
  body .column.main .product-items {
    margin: 15px 0 0;
  }
  .product-item .product .price-box {
    margin: 10px 0;
  }
  .modal-popup.modal-slide {
    left: 0;
    width: calc(100% - 30px);
    margin: 15px auto;
  }
  body .modal-slide .modal-content {
    padding: 10px 30px 30px;
  }
  .modal-popup .custom-modal-header .modal-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .modal-slide .action-close {
    margin: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-slide .action-close:before {
    height: 18px;
    width: 18px;
  }
  .btn.btn-danger {
    padding: 15px 20px;
  }
  .careers-wrapper .text-center.main {
    font-size: 24px;
    margin-top: 40px;
  }
  #jobCard .card {
    padding: 25px !important;
  }
  .cms-careers .columns .column.main {
    padding-bottom: 0;
  }
  .mcp-hideprice-wrapper .mcphidelogin-button-text {
    font-size: 20px;
    line-height: 1.3;
  }
  .detailed .product.data.items > .item.content table tr .data {
    border-left: none;
  }
  .detailed .product.data.items > .item.title#tab-label-reviews {
    margin-left: 0;
  }
  .detailed .product.data.items > .item.content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-additional,
  .detailed .product.data.items > .item.title#tab-label-description ~ #tab-label-reviews {
    margin-top: 10px;
  }
  .catalog-product-view .page-main {
    max-width: 100%;
  }
  .page-title-wrapper.product .page-title {
    margin-bottom: 15px;
  }
  .product-media-info-wrapper .product-social-links {
    margin-bottom: 0;
  }
  .product.info.detailed .product.data {
    padding: 20px;
  }
  .slider-wrapper.ourteam-wrapper .owl-carousel .owl-nav button.owl-next {
    right: 20px;
    transform: translateX(0) scaleX(-1);
  }
  .slider-wrapper.ourteam-wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    transform: none;
  }

}

@media (max-width: 640px) {
  .mp-banner-slider .banner-description .banner-title {
    font-size: 18px;
  }
  .mp-banner-slider .banner-description .banner-content-inner p {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-products .products-grid .product-item {
    width: 100% !important;
    margin: 0 auto 10px;
  }
  .footer-locations p {
    word-break: break-word;
  }

  .mp-banner-slider .banner-description .banner-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .mp-banner-slider .banner-description ul li {
    margin-bottom: 5px;
  }
  .careers-wrapper span {
    font-size: 12px;
  }
  .careers-wrapper .text-muted i {
    padding-right: 0;
  }

}

@media (max-width: 360px) {
  .columns .toolbar select {
    max-width: 200px;
  }
}



.prices-tier{
  margin-bottom: 15px;
    font-size: 25px;
    color: #000;
    display: flex;
    justify-content: space-between;
}
.prices-tier .item {
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 40px 40px;
    border-radius: 5px;
    display: grid;
}
.prices-tier .item .tierqty{
   font-size: 18px;
    color: #000;
    font-weight: bold;
    align-content: center;
}
.price-container .price {
    font-size: 25px;
    color: red;
    font-weight: bold;
}
.prices-tier .item .tierqtyprice .uom{
  font-size: 25px;
    font-weight: bold;
    color: red;
}

.product-add-form .warehouse-stock-container {
  border: none;
    border-radius: 6px;
    margin-bottom: 20px;
}
.warehouse-stock-header{display: flex;}
.product-add-form .warehouse-stock-header div {
    width: 33.3%;
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #231F20;
}

.product-add-form .warehouse-row .out-of-stock {
    opacity: 0.5;
    padding: 20px 30px 20px 0px;
    font-size: 20px;
}

.product-add-form .warehouse-row.selected {
    background: #f9f9f9;
    border-left: 3px solid #d93025;
    padding: 20px 30px 20px 0px;
    font-size: 20px;
}
.product-add-form .warehouse-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px 30px 20px 0px;
}
.warehouse-stock-header{display: flex;}
.warehouse-stock-header div{
        width: 33.3%;
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #231F20;
}
.warehouse-stock-header .warehouse-select{text-align: right;}
    #product_addtocart_form .box-tocart .input-text.qty {
    display: none !important;
}

.warehouse-row.out-of-stock  .warehouse-qty{min-width: 120px;}
    .warehouse-stock-container {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
        margin-bottom: 20px;
}
.warehouse-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.warehouse-row.selected {
    background: #f9f9f9;
    border-left: 3px solid #d93025; /* highlight selected */
}
.warehouse-name {
    font-weight: 600;
    display: flex;
    align-items: center;
}
.icon-location {
    background: url('data:image/svg+xml;utf8,<svg fill="%23000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L2 7v13h7v-6h6v6h7V7z"/></svg>') no-repeat center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.qty-btn {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px 6px;
    cursor: pointer;
}
.qty-input {
    width: 40px !important;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.out-of-stock {
    opacity: 0.5;
}