/*======================================================
  BASE & UTILITIES (FONT, COLOR, GLOBAL SETUP)
======================================================*/

body,
input,
textarea,
select,
button {
  font-family: "Open Sans", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif !important;
}
p {
  line-height: 1.4em !important;
}
:root {
  --color-primary: #d72a2a;
  --color-secondary: #353535;
  --color-black-one: #111111;
  --color-black-two: #222222;
  --color-black-three: #353535;
  --color-btn-bg: #2b2b2b;
  --color-text: #656565;
  --color-gray: #686868;
  --color-white: #fff;
}
.header,
.footer-upper,
.footer-lower,
.footer-block,
.header-menu {
  width: 100% !important;
}
.header-menu {
  padding: 10px 0;
  background-color: #6b6c6e;
}
.container,
.master-wrapper-content {
  padding: 0 20px !important;
}
/* .................. */
body .ajax-loading-block-window {
    display: none!important;
}
 .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button {
  padding: 10px!important;
}
.product-list .list-view-price-cart-wrapper {
  justify-content: space-between;
}
.product-list .list-view-price-cart-wrapper .buttons,
.product-list .item-box .product-item .add-info .prices {
  flex: 0 0 auto;
}
/* Specific Page Containers (reset padding) */
.page-help .container,
.page-notices .container,
.page-returns.policy .container,
.page-money .container,
.page-recycling .container,
.page-shipping .container,
.page-terms .container,
.page-privacy .container,
.page-about .container {
  padding: 0 !important;
}
.page-notices .page-banner-title h1{
margin:0!important;
}
/* Home Page Wrapper (Full Width) */
.container,
.master-wrapper-content {
  width: 100% !important;
  max-width: 1350px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
html.html-home-page .master-wrapper-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.main-color {
  color: #d72a2a !important;
}
.custom-mobile-menu-wrapper,
nav#cmmMenu {
  display: none;
}
.customer-type-cta__option span {
  font-size: 13px !important;
}
.customer-type-cta__option {
  padding: 5px 10px !important;
}
.customer-type-cta {
  margin: 5px 0 !important;
}

ul.sublist.first-level.manufacturer-logos li {
  border: 1px solid #ddd;
}
/*======================================================
  BREADCRUMB DESIGN
======================================================*/
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  margin: 0;
}
.breadcrumb-you-are-here {
  background: linear-gradient(to right, #555, #666);
  color: white;
  padding: 6px 12px;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumb-you-are-here::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #666;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.breadcrumb-link {
  color: #333;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 3px;
  transition: all 0.2s;
}
.breadcrumb-link:hover {
  background-color: #f0f0f0;
  color: #d63b2b;
}
.breadcrumb .delimiter {
  margin: 0 8px;
  color: #999;
}
.breadcrumb .current-item {
  color: #333;
  font-weight: 600;
}
.breadcrumb-link {
  padding: 5px !important;
}
.breadcrumb .delimiter {
  margin: 0 !important;
}
ul#dynamic-breadcrumb li.breadcrumb-you-are-here {
  padding: 4px !important;
  margin-right: 10px !important;
}
html.html-category-page .breadcrumb {
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.breadcrumb li * {
  margin: 5px !important;
}
.breadcrumb,
.breadcrumb-link:hover {
  background-color: transparent !important;
}
.breadcrumb li {
  margin: 3px !important;
}
html.html-category-page .header-menu {
  margin: 0 auto 10px !important;
}
.breadcrumb {
  padding: 0 !important;
}
/*========================PRELOADER=========================*/
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#ffffffc9; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#preloader img {
    width: 130px;
    height: 130px;
}


/*===========================BTN-CSS=======================*/
.contact-page .contact-form .btn-primary,
.account-card .btn-secondery,
.page.returns-request-page .btn-next,
.page.track-order-page .button-1,
.page.track-order-page .login-button,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
a.contact-button {
  padding: 10px 25px !important;
  background-color: var(--color-black-three) !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
  line-height: 1.2em !important;
}
.contact-page .contact-form .btn-primary:hover,
.account-card .btn-secondery:hover,
.page.returns-request-page .btn-next:hover,
.page.track-order-page .button-1:hover,
.page.track-order-page .login-button:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.email-revalidation-page .button-1:hover,
.account-activation-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
a.contact-button:hover {
  background-color: var(--color-primary) !important;
  border: none !important;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  text-transform: capitalize !important;
}
.page.returns-request-page .form-control:focus {
  border-color: #4ab2f1 !important;
  box-shadow: 0 0 0 2px rgba(74, 178, 241, 0.12) !important;
  outline: none !important;
}
.page.track-order-page .text a {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-style: italic;
}
.page.track-order-page .returning-wrapper.fieldset .text a{
font-weight: 400;
font-style: normal;
text-decoration: underline;
}
.page.track-order-page .text a:hover {
  color: var(--color-primary) !important;
}
.new-wrapper.register-block .title {
  padding-bottom: 15px;
}
.returning-wrapper.fieldset,
.login-page .buttons {
  margin: 0 !important;
  gap: 15px;
  flex-wrap: wrap;
}
.page.track-order-page h1,
.account-card h1,
.page.credit-application-page h1,
.page.cancellation-request-page h1,
.page.returns-request-page h1,
.page .page-title h1, .page.serial-number-search-page h1 {
  font-size: 26px !important;
  color: var(--color-black-three) !important;
  margin-bottom: 15px !important;
  line-height: 1.2em !important;
  text-transform: capitalize !important;
}

/*=======================GLOBAL-CSS=================*/
ul.sublist.first-level.manufacturer-logos li:hover {
  border: 1px solid #ffc2c2;
}
.block .list .active > a {
  color: var(--color-primary) !important;
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.custom-row .col-4 {
  flex: 0 0 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
}
.custom-row .col-8 {
  flex: 0 0 calc(66.666% - 15px);
  max-width: calc(66.666% - 15px);
}
.custom-row .col-6 {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.slider-wrapper,
.center-1,
.product-grid.home-page-product-grid,
html.html-blogpost-page .center-2,
html.html-blogpost-page .side-2,
.cart-footer {
  margin: 0 !important;
}

.why-us-wrapper {
  margin: 60px 0 !important;
}
.category-content-wrap {
  text-align: left;
}
.page.clearance-page,
.page-emprrapid,
.page-complete-order,
.page.shopping-cart-page,
.page.order-details-page,
.page.return-request-page,
.page.wishlist-page,
.page.blogpost-page,
.page.blog-page,
.page-help,
.page.login-page,
.why-empr,
.page.credit-application-page,
.contact-page,
.account-card,
.page.cancellation-request-page,
.page.returns-request-page,
.page.track-order-page,
.page.password-recovery-page {
  margin: 30px 0 60px 0 !important;
}
.page.blogpost-page {
  margin-top: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.contact-form select.form-control:focus,
.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus,
.page.track-order-page .form-fields input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #4ab2f1 !important;
  box-shadow: 0 0 0 2px rgba(74, 178, 241, 0.12) !important;
  outline: none !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary) !important;
}
.select2-container--default .select2-selection--single {
  padding: 10px !important;
  height: auto !important;
}
.product-search-box label {
  font-weight: 600 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.1em !important;
}
div#login-fields .form-fields {
  border: none !important;
}
.returning-wrapper.fieldset,
.login-page .new-wrapper {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}
.login-page .returning-wrapper .inputs.reversed a,
.login-page .returning-wrapper .inputs.reversed a {
  font-style: italic;
  font-weight: 600;
  margin: 5px 0 !important;
}
.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus {
  color: var(--color-primary) !important;
}
.password-recovery-page .tooltip {
  border: none !important;
}
/*====================================
SLICK-SLIDER-ARROW
======================================*/
.anywhere-slider .slick-next,
.anywhere-slider .slick-prev {
  background: transparent !important;
  opacity: 1 !important;
}
.slick-prev.slick-arrow::before,
.slick-next.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 999;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.slick-prev.slick-arrow:hover::before,
.slick-next.slick-arrow:hover::before {
  filter: none;
}
.slick-prev.slick-arrow::before {
  background: url("/Themes/DefaultClean/Content/images/prev-arrow.png")
    no-repeat center center;
}
.slick-next.slick-arrow::before {
  background: url("/Themes/DefaultClean/Content/images/next-arrow.png ")
    no-repeat center center;
}
.anywhere-slider .slick-dots .slick-active button {
  background: #ec2922 !important;
}
.anywhere-slider .slick-dots {
  bottom: 15px;
}
.anywhere-slider .slick-dots button {
  position: relative;
  height: 9px !important;
  width: 9px !important;
  border-radius: 30px;
  border-radius: 50%;
}
.anywhere-slider .slick-dots .slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ec2922;
  border-radius: 50%;
  background: transparent;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anywhere-slider .slick-dots .slick-active button {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*======================================================
  CUSTOM LAYOUTS (GRID & FLEX)
======================================================*/

.custom-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.custom-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-container [class*="col-"] {
  padding: 0 15px;
  flex: 0 0 auto;
  width: 100%;
}

.custom-container .col-1 {
  width: 8.33%;
}
.custom-container .col-2 {
  width: 16.66%;
}
.custom-container .col-3 {
  width: 25%;
}
.custom-container .col-4 {
  width: 33.33%;
}
.custom-container .col-5 {
  width: 41.66%;
}
.custom-container .col-6 {
  width: 50%;
}
.custom-container .col-7 {
  width: 58.33%;
}
.custom-container .col-8 {
  width: 66.66%;
}
.custom-container .col-9 {
  width: 75%;
}
.custom-container .col-10 {
  width: 83.33%;
}
.custom-container .col-11 {
  width: 91.66%;
}
.custom-container .col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .custom-container .col-sm-1 {
    width: 8.33%;
  }
  .custom-container .col-sm-2 {
    width: 16.66%;
  }
  .custom-container .col-sm-3 {
    width: 25%;
  }
  .custom-container .col-sm-4 {
    width: 33.33%;
  }
  .custom-container .col-sm-5 {
    width: 41.66%;
  }
  .custom-container .col-sm-6 {
    width: 50%;
  }
  .custom-container .col-sm-7 {
    width: 58.33%;
  }
  .custom-container .col-sm-8 {
    width: 66.66%;
  }
  .custom-container .col-sm-9 {
    width: 75%;
  }
  .custom-container .col-sm-10 {
    width: 83.33%;
  }
  .custom-container .col-sm-11 {
    width: 91.66%;
  }
  .custom-container .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .custom-container .col-md-1 {
    width: 8.33%;
  }
  .custom-container .col-md-2 {
    width: 16.66%;
  }
  .custom-container .col-md-3 {
    width: 25%;
  }
  .custom-container .col-md-4 {
    width: 33.33%;
  }
  .custom-container .col-md-5 {
    width: 41.66%;
  }
  .custom-container .col-md-6 {
    width: 50%;
  }
  .custom-container .col-md-7 {
    width: 58.33%;
  }
  .custom-container .col-md-8 {
    width: 66.66%;
  }
  .custom-container .col-md-9 {
    width: 75%;
  }
  .custom-container .col-md-10 {
    width: 83.33%;
  }
  .custom-container .col-md-11 {
    width: 91.66%;
  }
  .custom-container .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .custom-container .col-lg-1 {
    width: 8.33%;
  }
  .custom-container .col-lg-2 {
    width: 16.66%;
  }
  .custom-container .col-lg-3 {
    width: 25%;
  }
  .custom-container .col-lg-4 {
    width: 33.33%;
  }
  .custom-container .col-lg-5 {
    width: 41.66%;
  }
  .custom-container .col-lg-6 {
    width: 50%;
  }
  .custom-container .col-lg-7 {
    width: 58.33%;
  }
  .custom-container .col-lg-8 {
    width: 66.66%;
  }
  .custom-container .col-lg-9 {
    width: 75%;
  }
  .custom-container .col-lg-10 {
    width: 83.33%;
  }
  .custom-container .col-lg-11 {
    width: 91.66%;
  }
  .custom-container .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-container .col-xl-1 {
    width: 8.33%;
  }
  .custom-container .col-xl-2 {
    width: 16.66%;
  }
  .custom-container .col-xl-3 {
    width: 25%;
  }
  .custom-container .col-xl-4 {
    width: 33.33%;
  }
  .custom-container .col-xl-5 {
    width: 41.66%;
  }
  .custom-container .col-xl-6 {
    width: 50%;
  }
  .custom-container .col-xl-7 {
    width: 58.33%;
  }
  .custom-container .col-xl-8 {
    width: 66.66%;
  }
  .custom-container .col-xl-9 {
    width: 75%;
  }
  .custom-container .col-xl-10 {
    width: 83.33%;
  }
  .custom-container .col-xl-11 {
    width: 91.66%;
  }
  .custom-container .col-xl-12 {
    width: 100%;
  }
}

/*================================
SEARCH-INPUT-FIELD
=================================*/
form#small-search-box-form .results-container {
  width: 100% !important;
  left: 0;
}
#small-search-box-form {
  position: static !important;
}

/*================================
HEADER-PLUGIN-STYLE
================================*/
#topcartlink {
  position: relative;
  padding: 10px !important;
  background-color: #979797 !important;
  border-radius: 5px;
  height: 42px !important;
  width: 43px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.header-actions .btn {
  height: 42px !important;
}

#topcartlink .cart-label {
  position: relative;
  display: inline-block;
}
#topcartlink .cart-label i {
  font-size: 20px;
  color: #fff !important;
}
.header-actions .btn-orange i,
.header-actions .btn-red i {
  font-size: 20px;
}
.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.header-actions .btn-orange,
.header-actions .btn-red {
  color: white;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.header-actions .btn-orange {
  background-color: #ffa500 !important;
  border: 2px solid #ffa500 !important;
}

.header-actions .btn-orange:hover {
  background-color: #fff !important;
  color: #ffa500 !important;
}
.header-actions .btn-orange p,
.header-actions .btn-red p {
  font-size: 14px;
  line-height: 1.1em !important;
  font-weight: 700;
}
.header-actions .btn-orange span,
.header-actions .btn-red span {
  font-size: 12px;
  font-weight: 600;
}

.header-actions .btn-red {
  background-color: #ec2922;
  border: 2px solid #ec2922;
}

.header-actions .btn-red:hover {
  background-color: #fff !important;
  color: #ec2922 !important;
}

#topcartlink .cart-qty {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #979797;
  color: #fff;
  font-size: 11px !important;
  line-height: 11px !important;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.top-menu.notmobile li a {
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
ul.top-menu.notmobile li.has-sublist {
  position: relative;
}
ul.top-menu.notmobile li.has-sublist:hover:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -2px;
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
ul.top-menu.notmobile {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-menu {
  padding: 0 !important;
}

.header-menu ul li:hover > .sublist {
  width: 100% !important;
  padding: 30px !important;
  top: 35px !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
}

ul.top-menu.notmobile .sublist {
  display: none !important;
}
ul.top-menu.notmobile li:hover > .sublist,
ul.top-menu.notmobile li:focus > .sublist,
ul.top-menu.notmobile
  li:focus-within
  > .sublist
  ul.top-menu.notmobile
  li.has-sublist {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(6, calc((100% - 100px) / 6));
  gap: 20px;
  top: 100% !important;
  left: 0 !important;
}
ul.top-menu.notmobile li {
  padding: 15px;
}
ul.top-menu.notmobile > li:hover {
  background-color: #979797;
}
.header-lower-wrap {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff;
}
body.scrolled .header-lower-wrap {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.block .title {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

.block .title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #111;
}
.product-search-box {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.bar-notification.success {
  background-color: #00771b !important;
}
.bar-notification .content{
  text-align: center!important;
}
.bar-notification{
  padding: 15px 50px 15px 50px!important;
}
.mobile-menu-wrapper {
  display: none !important;
}
ul.top-menu.notmobile li.has-sublist {
  position: static !important;
}
.wishlist-content .button-2 {
  width: auto !important;
}
.address-edit-page .edit-address {
  border: 1px solid #ddd !important;
}
html.html-manufacturer-page .side-2 {
  position: sticky;
  top: 100px;
}
/*=============================
MOBILE-MENU
================================*/
@media (max-width: 1000px) {
  .page.product-details-page .product-essential .gallery {
    position: relative!important;
    top: auto!important;
}
  .block.block-account-navigation .title {
    margin-bottom: 0 !important;
    background: transparent !important;
  }
  .header-menu ul li:hover > .sublist {
    padding: 0 !important;
  }
  .block .listbox {
    margin-top: 15px;
  }
  html.html-manufacturer-page .side-2,
  .cart-items-wrap {
    position: relative !important;
    top: auto !important;
  }
  .block.block-recently-viewed-products {
    margin-top: 20px;
  }
  .page.search-page{
    margin-top: 30px;
  }
  .rapid-guide-content-wrap {
    flex-wrap: wrap;
  }
  .rapid-guide-content-wrap > div:first-child,
  .rapid-guide-content-wrap > div:last-child {
    width: 100% !important;
  }
  html.html-account-page .side-2,
  html.html-search-page .master-column-wrapper .side-2,
  html.html-category-page .master-column-wrapper .side-2 {
    position: relative !important;
    top: auto !important;
    margin: 0 0 10px !important;
  }
  .block.block-account-navigation {
    width: 100% !important;
    margin: 0 0 20px !important;
    display: inline-block !important;
    max-width: 100% !important;
  }
  html.html-wishlist-page .cart td.product,
  .cart td.product {
    text-align: left !important;
  }
  .shopping-cart-page .page-title {
    margin: 0 0 -40px !important;
  }
  html.html-wishlist-page .cart tr {
    margin: 0 2% 30px !important;
  }
  html.html-wishlist-page .cart td.quantity,
  .cart td.unit-price,
  .cart td.subtotal {
    display: block !important;
  }
  label.td-title {
    font-weight: 700 !important;
  }
  .cart td.remove-from-cart {
    margin: 0 !important;
    background-color: #fff2f3 !important;
    border: 0 !important;
  }
  html.html-blogpost-page .center-2 {
    width: 100% !important;
  }
  .returning-wrapper.fieldset {
    margin-bottom: 30px !important;
  }
  .top-menu .sublist li {
    display: inline !important;
  }
  .top-menu .sublist li a {
    display: inline-block !important;
  }
  .upper-header-wrap,
  ul.top-menu.notmobile,
  .header-actions a.btn,
  ul.top-menu-notmobile.right-side-menu {
    display: none !important;
  }
  .header .header-upper-wrap {
    padding: 0 !important;
    border-bottom: none !important;
  }
  .header-lower .search-box input.search-box-text {
    width: 100% !important;
  }
  form#small-search-box-form {
    flex-wrap: nowrap;
  }
  .mobile-menu-wrapper {
    display: block !important;
  }
  .header-menu {
    max-width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
  }
  .reseller-text {
    padding: 15px;
    font-size: 14px;
    background: #8f9194;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
  }
  .reseller-dropdown {
    position: relative;
    display: inline-block;
  }
  .customer-type {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: none;
    z-index: 10;
  }
  .customer-type li {
    padding: 6px 15px;
    cursor: pointer;
    font-size: 13px;
  }
  ul.customer-type li:nth-child(2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .customer-type li:hover {
    color: var(--color-primary);
  }
  .reseller-dropdown.active .customer-type {
    display: block;
  }
  .menu-toggle {
    background: none !important;
    padding: 0px !important;
    width: 40px;
  }
  .menu-toggle i {
    font-size: 24px;
  }
  .mobile-menu-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    position: relative;
  }
  div#accountDropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 15px;
    min-width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  div#accountDropdown .header-links li {
    display: block !important;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
  }
  div#accountDropdown .header-links li a,
  div#accountDropdown .header-links li a span {
    text-transform: capitalize !important;
  }
  .user-account-wrapper {
    display: flex;
    gap: 25px;
    align-items: center;
  }
  ul.top-menu.mobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    height: 60vh;
    overflow-y: auto;
    z-index: 9999;
    padding: 10px 0;
    transition: transform 0.3s ease;
  }
  .user-account-wrapper i {
    color: #fff;
  }
  .top-menu .sublist li a {
    padding: 0 !important;
  }
  .header-menu ul li:hover > ul.sublist.first-level.manufacturer-logos {
    display: none;
  }
  ul.top-menu.mobile > li > a {
    min-height: 100% !important;
    padding: 10px !important;
    font-weight: 400;
    color: var(--color-gray);
  }
  ul.top-menu.mobile > li {
    background-color: #fff !important;
    margin: 0 !important;
    border-bottom: 1px solid #dedede;
  }
  ul.top-menu.mobile {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .sublist-toggle {
    height: auto !important;
  }
  button.User-account {
    font-size: 18px;
    background: transparent;
    outline: none;
    border: none;
  }
}
/*================================
HEADER-TOP-BAR
==================================*/
ul.brand-slider.slick-initialized.slick-slider .slick-slide {
  display: inline !important;
  width: auto !important;
}
.top-bar,
.header-upper-wrap {
  padding: 13px 0;
  border-bottom: 1px solid #e8e8e8 !important;
}
.brand-slider .slick-track,
ul.brand-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-links-wrapper {
  display: flex;
  align-items: center;
}
.brand-wrapper ul li a img {
  height: 24px;
  width: 100%;
  min-width: 30px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5 !important;
  transition: all 0.3s ease-in-out;
}
.brand-wrapper ul li.brand-genixit a img {
  height: 22px !important;
}
.brand-wrapper ul li.brand-acer a img,
.brand-wrapper ul li.brand-hpe a img {
  height: 16px !important;
}
.brand-wrapper ul li.custom-logo-height a img {
  height: 18px !important;
}
.brand-wrapper ul li a:hover img {
  filter: none;
  opacity: 1 !important;
}
/*==========================
UPPER-HEADER
=============================*/
.sticky-header-customer-type {
  display: none;
}
body.scrolled .sticky-header-customer-type {
  display: block;
}
.sticky-header-customer-type .reseller-text {
  height: 42px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  background: #8f9194;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-header-customer-type .reseller-dropdown {
  position: relative;
  display: inline-block;
}

.sticky-header-customer-type .customer-type {
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 200px;
  z-index: 10;
}
.sticky-header-customer-type .customer-type li {
  padding: 6px 15px;
  cursor: pointer;
  font-size: 13px;
}
.sticky-header-customer-type ul.customer-type li:nth-child(2) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sticky-header-customer-type .reseller-dropdown:hover .customer-type {
  display: block;
}
.sticky-header-customer-type .customer-type li:hover {
  color: var(--color-primary);
}

.sticky-header-customer-type .reseller-dropdown.active .customer-type {
  display: block;
}
.header-logo {
  margin: 0 !important;
}
.upper-header-wrap {
  display: flex;
  justify-content: space-between;
}
.upper-header-wrap ul.top-menu {
  display: flex;
  gap: 30px;
}
ul.top-menu li a {
  color: var(--color-black-one);
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
ul.top-menu li a:hover {
  color: var(--color-primary);
}
.header-links a,
.header-links span {
  line-height: 1.2em !important;
  font-size: 12px !important;
  font-weight: 600;
  color: #979797;
}
.top-menu li {
  position: relative;
}

.top-menu li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 150px;
  z-index: 999999;
}

.top-menu li .dropdown li a {
  padding: 5px;
  display: inline-block;
}

.top-menu li.has-dropdown:hover .dropdown {
  display: block;
}
/*========================
LOWER-HEADER
==========================*/
.header-lower {
  padding: 10px 0 !important;
  z-index: 22 !important;
}
.search-box-wrapper,
.account-shopping-cart-wrapper {
  display: flex;
  gap: 10px;
}
.header-lower {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.rapid-ai-wrap img {
  height: 42px;
  border-radius: 5px;
  filter: grayscale(100%);
  opacity: 0.7 !important;
}
.header-lower .search-box input.search-box-text,
.header-lower .search-box .search-box-category {
  height: 42px !important;
  border-radius: 5px 0 0 5px!important;
  border: 1px solid #d4d4d4 !important;
  outline: none !important;
}
.header-lower .search-box .search-box-button {
  min-width: auto !important;
  height: 42px !important;
  border-radius: 0 5px 5px 0!important;
  background-color: #a2a0a0 !important;
}
.header-lower button.button-1.search-box-button i {
  font-size: 20px;
}
.header-lower .search-box input.search-box-text {
  width: 350px;
  padding: 10px 10px 10px 20px;
}
.desktop-menu-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* Right side customer type */
.customer-type-btn {
  line-height: 1em;
  display: flex;
}

.customer-type-btn > a {
  padding: 10px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  width: 130px;
  background-color: #979797;
}
.desktop-menu-wrapper ul.sublist li,
.desktop-menu-wrapper ul.sublist li a {
  padding: 0 !important;
}
.desktop-menu-wrapper ul.sublist li a img {
  margin: 0 auto;
  transition: transform 0.2s;
}
.header-menu .sublist li:hover > a,
.header-menu .sublist li:focus > a {
  background-color: #fff !important;
}
/* Flex design for customer type */
.customer-type-wrap {
  display: none;
  flex-direction: row;
  gap: 15px;
  padding: 15px;
  background: white;
  min-width: 300px;
  position: absolute;
  right: 0;
  top: 100%;
  border: 1px solid #ddd;
  justify-content: space-around;
}
.customer-type-wrap li {
  list-style: none;
  border: none;
}
.customer-type-wrap img {
  width: 80px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.customer-type-wrap img:hover {
  transform: scale(1.1);
}
/* Align dropdown to right */
.customer-type-btn:hover .customer-type-wrap {
  display: flex;
  right: 0;
  left: auto;
}
span#customerType {
  font-weight: 700;
  font-size: 13px;
}

/*==============================
FOOTER
================================*/
.footer-upper {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  gap: 0 30px;
}
.footer-upper {
  padding: 0 0 40px 0 !important;
}

.footer-upper .footer-title h6 {
  font-size: 18px;
  color: var(--color-black-one);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.footer-upper .footer-title h6::after,
.page-help .section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #d72a2a;
}

.footer-block .footer-list-wrap a,
ul.contact-info-wrap li a {
  color: var(--color-gray) !important;
  transition: color 0.3s ease-in-out;
}
.footer-block .footer-list-wrap a:hover,
.footer-block .footer-list-wrap a:focus,
ul.contact-info-wrap li:hover a,
ul.contact-info-wrap li:hover i,
.social-icon ul li a i:hover {
  color: var(--color-primary) !important;
}
ul.footer-list-wrap li {
  padding: 7px 0;
}
ul.contact-info-wrap li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}
ul.contact-info-wrap li i,
.social-icon ul li a i {
  color: var(--color-black-one);
  transition: color 0.3s ease-in-out;
}
.social-icon ul {
  display: flex;
  gap: 20px;
}
.social-icon ul li a i {
  font-size: 18px;
  padding: 10px 11px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
}
.social-icon ul li i.fa-brands.fa-facebook-f {
  padding: 10px 14px;
}
.footer-lower {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-lower:after,
.footer-upper:after {
  content: none !important;
}
.footer-payment-info-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-payment-info-wrap p {
  font-weight: 600;
}
span.footer-disclaimer,
.footer-payment-info-wrap p {
  font-size: 13px;
  color: #545454;
}
.footer-payment-info-wrap p {
  font-size: 12px !important;
}
span.footer-disclaimer a:hover {
  color: var(--color-primary);
}
.footer-payment-info-wrap img {
  height: 25px;
}
.footer-lower-wrap {
  margin-top: 20px;
}
/*================================
HERO-BANNER
==================================*/
.left-banner-wrapper {
  position: relative;
}
.left-banner-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 4;  
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.banner-img-wrap img,
.right-banner-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.banner-img-wrap,
.right-banner-img-wrap {
  position: relative;
}
.banner-img-wrap::before,
.right-banner-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.banner-img-wrap::before {
  background-color: rgba(118, 118, 118, 0.4);
}
.right-banner-img-wrap::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.left-banner-heading {
  position: absolute;
  bottom: 0;
  margin: 30px;
  padding: 20px;
  background: #6b6c6e;
  opacity: 0.9;
  border-radius: 5px;
  text-align: left;
}
.left-banner-heading h3 {
  font-size: 22px;
}
.left-banner-heading h3,
.right-banner-heading h1 {
  color: var(--color-white);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
}
.right-banner-heading h1 {
  font-size: 36px;
}
.left-banner-heading p {
  font-size: 15px;
  margin: 5px 0 10px;
  line-height: 1.5em;
}
.left-banner-heading p,
.right-banner-heading p {
  color: var(--color-white);
}
.right-banner-heading p {
  font-size: 20px;
  margin: 10px 0 25px;
  line-height: 1.2em;
}
a.banner-btn {
  padding: 10px 15px;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

a.underline-hover {
  font-size: 14px;
  color: var(--color-white);
  position: relative;
  transition: color 0.3s ease-in-out;
}
.underline-hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
a.underline-hover:hover {
  color: var(--color-primary);
}
.underline-hover:hover::before {
  background-color: var(--color-primary);
}
.right-banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 40px;
}
p:empty {
  display: none;
}

/*===============================
HOMEPAGE-CATEGORY
===============================*/
.category-wrapper {
  margin: 40px 0 60px;
}
.category-item span {
  font-size: 14px;
}
.category-wrapper h2,
.title-info-wrap h2 {
  font-size: 24px;
  color: var(--color-black-three);
  text-align: left;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 45px) / 4));
  gap: 15px;
  margin-top: 15px;
}
.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: border 0.4s ease-in-out;
}
a.category-item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.category-item img {
  object-fit: contain;
}
.category-content-wrap h3 {
  font-size: 16px;
  color: var(--color-black-three);
  margin-bottom: 5px;
  text-transform: capitalize;
}
.category-content-wrap span {
  color: #757575;
}
.category-item h3,
.category-item span {
  line-height: 1.2em;
  transition: color 0.4s ease-in-out;
}
.category-item:hover {
  border: 1px solid var(--color-primary);
}
.category-item:hover h3,
.category-item:hover span {
  color: var(--color-primary);
}

.category-content-wrap {
  flex: 0 0 55%;
  max-width: 55%;
}

.category-item img {
  flex: 0 0 45%;
  max-width: 45%;
  height: auto;
  display: block;
}
/*======================================
POPULAR-PRODUCT-SECTION
=======================================*/
.title-info-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.title-info-wrap a.underline-hover {
  color: var(--color-primary);
  font-weight: 600;
}
.title-info-wrap .underline-hover::before {
  background-color: var(--color-primary);
}
.title-info-wrap a.underline-hover:hover {
  color: #111111;
}
.title-info-wrap .underline-hover:hover::before {
  background-color: #111111;
}
.product-first-bg-img {
  background-image: url("/Themes/DefaultClean/Content/images/hp-repair-resized.webp");
}
.product-first-bg-img,
.product-sec-bg-img {
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}
.product-sec-bg-img {
  background-image: url("/Themes/DefaultClean/Content/images/repair-img-resized.webp");
}
.content-wrap {
  position: absolute;
  bottom: 0;
  margin: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.content-wrap h3 {
  font-size: 20px !important;
  line-height: 1.2em !important;
}
/*======================================
HOMEPAGE-LAPTOP-GUIDE-SECTION
========================================*/
.info-wrap h4 {
  font-size: 24px;
  color: var(--color-black-one);
  line-height: 1.1em;
}
a.learn-more-btn {
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-black-three);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.2em;
}
.guide-content-wrap,
.proliant-servers-content-wrap {
  display: flex;
  align-items: center;
  background-color: #eae8e8;
  border-radius: 5px;
  padding: 30px;
}
.laptop-guide-section-wrap .info-wrap h4 {
  display: block;
  position: relative;
  padding-top: 10px;
}
.laptop-guide-section-wrap .info-wrap h4:after {
  content: " ";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d72a2a;
  width: 50px;
}
a.learn-more-btn,
a.banner-btn {
  transition: all 0.3s ease;
}
a.learn-more-btn:hover,
a.banner-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.img-wrap img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.info-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}
.img-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  height: auto;
  display: block;
}
/*==============HOMEPAGE-WHY-US-SECTION=====================*/
.why-us-content-box p {
  font-size: 18px;
  color: var(--color-gray);
  text-align: center;
}
.why-us-content-box img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}
.why-us-content-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  padding-right: 20px;
}
.why-us-wrap {
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 120px) / 5));
  gap: 30px;
}
.why-us-content-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 70%;
  border-right: 1px solid #e0e0e0;
}
.why-us-content-box:last-child:after {
  content: none;
}
/*================================
PAGES-BANNER-IMAGES
====================================*/
/* .page-help .page-banner-title, */
.page-about .page-banner-title,
.page-privacy .page-banner-title,
.page-returns .page-banner-title,
.page-recycling .page-banner-title,
.page-money .page-banner-title,
.page-shipping .page-banner-title,
.page-terms .page-banner-title,
.page-notices .page-banner-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 30px 0;
  border-radius: 6px;
}
.page-privacy,
.page-returns,
.page-recycling,
.page-money,
.page-shipping,
.page-terms,
.page-notices,
.page-about {
  margin-bottom: 60px;
}
.page-privacy .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/privacy-bg.webp");
}
.page-returns .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/return-policy.webp");
}
.page-recycling .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/RecyclePageBanner.webp");
}
.page-money .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/save-money.webp");
  background-position: bottom !important;
}
.page-shipping .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/shipping-policy-banner.webp");
}
.page-terms .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/terms-condition.webp");
}
.page-notices .page-banner-title {
  /* background: #f7d9d9; */
  margin-bottom: 10px;
}
.page-about .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/EMPR-Computer-Parts-Online-In-Australia.webp");
}
/* .page-help .page-banner-title {
  background-image: url("/Themes/DefaultClean/Content/images/help-banner.png");
  background-position: right center !important;
} */
/*===========================
ABOUT-US-PAGE
==============================*/
section.our-team-wrapper {
  margin-bottom: 60px;
}
section#BrandsWeSupport {
  padding-top: 60px;
}
p.about-sub-h-text {
  font-weight: 600;
  color: var(--color-primary);
  margin-top: 30px;
}
.brand-info-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 20px 0 0;
}
.brand-logos {
  width: calc(10% - 15px);
}
.brand-logos img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.brand-info-wrap {
  width: calc(90% - 15px);
}
.brand-info-wrap h4,
.services-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
section.our-services-wrapper {
  padding: 60px 0;
}
.services-info-wrapper,
.services-info {
  margin-top: 10px;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: center;
  margin: 20px 0;
}
.stats .stat {
  flex: 1 1 250px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #6868681f;
  transition: transform 0.3s;
}
.stats .stat:hover {
  transform: translateY(-5px);
}
.stats .stat h2 {
  font-size: 26px;
  color: var(--color-primary);
}

.stats .stat p {
  font-size: 16px;
  color: #555;
}
.values-info-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  gap: 30px;
  margin-top: 10px;
}
.values-info h4 {
  color: var(--color-primary);
  font-size: 18px;
}
.our-team-wrapper h2 {
  margin-bottom: 20px;
}
.team-info-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
}
.team-info {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
}
.team-info:hover {
  transform: translateY(-6px);
}
.team-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
.team-content {
  padding: 15px 18px 25px;
}
.team-content h4,
.hover-info h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-black-one);
}
.team-content .role {
  margin: 5px 0;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text);
}
.team-content .short {
  font-size: 14px;
  color: var(--color-text);
}
.hover-info {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 25px 20px;
  text-align: left;
  overflow-y: auto;
  transition: all 0.4s ease;
}
.hover-info p.role {
  color: var(--color-text);
  font-weight: 600;
  margin: 5px 0;
}
.hover-info p {
  color: var(--color-text);
}

.team-info:hover .hover-info {
  opacity: 1;
  visibility: visible;
}

.hover-info::-webkit-scrollbar {
  width: 6px;
}
.hover-info::-webkit-scrollbar-thumb {
  background: #ff5959;
  border-radius: 10px;
}

/*====================================
RESELLER-PAGE
=====================================*/
.reseller-top-banner h1 {
  font-size: 28px;
  color: var(--color-black-two);
}
.page.reseller-page .main-color{
color: var(--color-primary);
font-weight: 600;
margin-bottom:5px;
display: inline-block;
}
.purpose-content-wrap, .spare-parts-content-wrap, .trust-content-wrap{
  padding-left: 30px;
}

.page.reseller-page .page-title {
    position: relative; 
    z-index: 1;
}

.page.reseller-page .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-image: url('/Themes/DefaultClean/Content/images/purpose.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    z-index: -2;
}
.page.reseller-page .page-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background:#fffc;
    transform: translateX(-50%);
    z-index: -1;
}
.purpose-content-wrap .main-info , .spare-parts-content-wrap .main-info, .empr-trust-wrapper .main-info{
    position: relative;
    font-weight: 600;
    color: var(--color-black-three);
    margin: 10px 0;
}
.purpose-content-wrap .main-info::before, .spare-parts-content-wrap .main-info::before, .empr-trust-wrapper .main-info::before{
    content: "";                  
    position: absolute;          
    left: -25px;                      
    top: 0;                      
    width: 3px;                  
    height: 100%;                
    background-color: #D72A2A;    
}

.community-txt{
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
}
.page.reseller-page h1, .page.reseller-page .page-title p{
  text-align: center!important;

}
.page.reseller-page .page-title{
      padding: 50px 30px;
    margin-bottom: 30px;
    position: relative;
    margin-top: -30px;
}
.purpose-img-wrap img, .spare-parts-img-wrap img{
  aspect-ratio: 16/10;
}
.purpose-img-wrap img, .spare-parts-img-wrap img, .trust-img-wrap img, .partner-img-banner img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.trust-img-wrap img{
   aspect-ratio: 16/9;
}

.partner-img-banner img{
    aspect-ratio: 16/6;
}
section.empr-purpose-wrapper .custom-container .row, .spare-parts-wrapper .custom-container .row{
  align-items: center;
}
 .empr-trust-wrapper .custom-container .row{
align-items: end;
}
section.empr-program-info-wrapper{
  padding: 30px;
}
section.spare-parts-wrapper{
  margin: 30px 0 60px 0;
}
 .empr-trust-wrapper{
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
  display: inline-block;
}
.trust-img-wrap{
  margin-top: -70px;
}
/* .page.reseller-page .page-title::before,   */
.empr-trust-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
  transform: translateX(-50%);
  z-index: -1;
}

.page.reseller-page a.signup-btn{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--color-black-three);
  color: #fff;
  margin: 10px 0 0 0;
  transition: all 0.3s ease-in-out;
}
.page.reseller-page a.signup-btn:hover{
  background-color: var(--color-primary);
}

.tick-list {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.tick-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px;
    font-weight: 600;
}

.tick-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; 
    width: 20px;
    height: 20px;
    background-image: url('/Themes/DefaultClean/Content/images/tick-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}
section.empr-partner-info-wrapper{
  margin-top: 20px;
}
/*===========================*/

.page-privacy ul li:before,
.page-returns ul li:before,
.page-money ul li:before,
.recycling-e-waste-content-wrapper ul li:before,
.page-shipping ul li:before {
  content: "- ";
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
}
.page-privacy ul li,
.page-returns ul li,
.page-money ul li,
.recycling-e-waste-content-wrapper ul li,
.page-shipping ul li,
.page-terms ol li {
  display: table-row;
  line-height: 1.5em;
}
/*===============================
PRIVACY-POLICY-PAGE
==============================*/
.page-banner-title h1,
.page.contact-page .page-title h1 {
  display: inline-block;
  margin: 100px 30px 30px;
  padding: 10px 20px;
  font-style: italic;
  background: #c9140b;
  color: var(--color-white) !important;
  line-height: 1.2em;
  font-weight: 700;
  border-radius: 4px;
}
.privacy-policy-wrapper h2,
.recycling-e-waste-content-wrapper h2,
.returns-policy h2,
.money-bank-guarantee-policy-wrapper h2,
.page-shipping h2,
.page-terms h2,
.page-notices h2,
.page-about h2,
.page-emprrapid h2 {
  font-size: 22px;
  color: var(--color-black-three);
}
.privacy-policy-wrapper strong,
.recycling-e-waste-content-wrapper h3,
.page-terms h3,
.page-notices h3 {
  font-size: 18px;
  color: var(--color-black-three);
}

.page-privacy a,
.page-returns a,
.page-money a,
.recycling-e-waste-content-wrapper a,
.page-shipping a,
.page-terms a,
.page-notices a,
.page-about a {
  font-weight: 600;
  color: var(--color-text) !important;
  transition: all 0.3s ease-in-out;
  font-style: italic !important;
}
.view-map:hover,
.email-list div a:hover,
.page-privacy a:hover,
.page-returns a:hover,
.page-money a:hover,
.recycling-e-waste-content-wrapper a:hover,
.page-shipping a:hover,
.page-terms a:hover,
.page-notices a:hover,
.page-about a:hover {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.recycling-programs {
  padding: 20px 0 0 20px;
}
.privacy-policy-wrapper h2,
.recycling-e-waste-content-wrapper h2,
.recycling-e-waste-content-wrapper h3,
.returns-policy h2,
.money-bank-guarantee-policy-wrapper h2,
.page-shipping h2,
.page-terms h2,
.page-notices h2 {
  margin: 15px 0 0;
}
/*===========================
SHIPPING-POLICY-PAGE
=================================*/
.page-shipping .table > thead > tr > th,
.page-shipping .table > tbody > tr > th,
.page-shipping .table > tfoot > tr > th,
.page-shipping .table > thead > tr > td,
.page-shipping .table > tbody > tr > td,
.page-shipping .table > tfoot > tr > td {
  padding: 10px;
  text-align: center;
}
.page-shipping table.table.table-bordered.table-hover {
  margin: 30px 0 10px 0;
}
.page-shipping .table > tbody > tr > th {
  font-size: 16px;
  color: var(--color-black-three);
}
/*=============================
TERMS-AND-CONDITION-PAGE
===========================*/
.page-terms ol li:before {
  content: attr(value) "";
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
}
.page-terms
  li:is(
    #p-1,
    #p-2,
    #p-3,
    #p-4,
    #p-5,
    #p-6,
    #p-7,
    #p-8,
    #p-9,
    #p-10,
    #p-11,
    #p-12,
    #p-13,
    #p-14,
    #p-15,
    #p-16,
    #p-17,
    #p-18,
    #p-19,
    #p-20,
    #p-21,
    #p-22,
    #p-23
  ) {
  font-weight: 700;
  color: var(--color-black-three);
}
.page-terms
  li:is(
    #p-1,
    #p-2,
    #p-3,
    #p-4,
    #p-5,
    #p-6,
    #p-7,
    #p-8,
    #p-9,
    #p-10,
    #p-11,
    #p-12,
    #p-13,
    #p-14,
    #p-15,
    #p-16,
    #p-17,
    #p-18,
    #p-19,
    #p-20,
    #p-21,
    #p-22,
    #p-23
  )
  li {
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text);
}
.scrollTop,
a.scrollTop {
  text-align: right;
  text-decoration: underline;
}
.notic-img-content-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.notic-img-content-wrapper p {
  flex: 0 0 calc(80% - 15px);
  max-width: calc(80% - 15px);
}

.notic-img-content-wrapper .img-wrap {
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
}
.notic-img-content-wrapper .img-wrap img {
  height: auto !important;
}
/*====================================
OUR-BRAND-PAGE
======================================*/
.page.manufacturer-list-page .page-title h1 {
  font-weight: 700 !important;
  line-height: 1.2em;
  color: var(--color-black-one) !important;
  margin: 0 !important;
}
.page.manufacturer-list-page .item-box .picture a:before {
  padding-top: 100px !important;
}
.page.manufacturer-list-page .manufacturer-grid .title {
  display: none !important;
}
.page.manufacturer-list-page .manufacturer-grid .item-box,
.page.manufacturer-list-page .manufacturer-grid .item-box .picture {
  margin: 0 !important;
}
.page.manufacturer-list-page .manufacturer-grid .item-grid {
  display: grid !important;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  gap: 20px 30px;
}
.page.manufacturer-list-page .manufacturer-grid .item-grid .item-box {
  width: 100% !important;
}
.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus {
  color: var(--color-primary) !important;
}
.page.manufacturer-list-page .manufacturer-grid .picture {
  border: none !important;
}
.page.manufacturer-list-page .manufacturer-item {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
}
.page.manufacturer-list-page .page-title {
  min-height: auto !important;
  margin: 0 0 10px;
  border-bottom: none !important;
  padding: 0 !important;
}
.block.block-manufacturer-navigation,
.block.block-category-navigation,
.block.block-recently-viewed-products {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.block.block-category-navigation ul li a{ 
font-size: 14px;
font-weight: 500;
}
.block .title {
  padding: 0 0 !important;
  font-size: 16px !important;
  border: none !important;
}
.block.block-manufacturer-navigation .listbox ul li.active a {
  color: var(--color-primary) !important;
}
.block {
  max-width: 100% !important;
}
.block .title strong {
  color: var(--color-black-three) !important;
  text-transform: capitalize;
}
.block .listbox,
.block .list a {
  padding: 0 !important;
}
.block .list a:before {
  content: none !important;
}
.block .list li {
  padding: 5px 0 0 10px !important;
}
.block.block-recently-viewed-products ul.list li {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 10px 0;
  background-color: #fff;
}
html.html-manufacturer-page .block .title,
html.html-manufacturer-list-page .block .title {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.block .view-all a {
  padding: 0 10px !important;
}
.block .view-all a {
  color: var(--color-black-one) !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.block .view-all a:hover {
  color: var(--color-primary) !important;
}
/*====================================
PRODUCT-DETAILS-PAGE
=========================================*/
.add-to-wishlist-button i {
  display: flex;
  align-items: center;
}

.overview .availability .value strong .c-blue {
  color: #008000 !important;
}
section.product-overview-alternative .container .title strong,
section.product-overview-compatible .container .title strong {
  font-size: 20px !important;
  color: var(--color-black-three);
}
.free-shipping-badge {
  max-width: 75px !important;
}
.product-free-shipping-badge {
  max-width: 100px !important;
}
.cart td.quantity input {
  width: 40px !important;
}
.order-summary-content span.sku-number {
  font-size: 13px;
}
.cart .product-quantity div.down i,
.cart .product-quantity div.up i {
  font-size: 14px;
}

html.html-product-details-page .related-parts-wrapper .container,
html.html-product-details-page .breadcrumb {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.product-related-parts p {
  line-height: 1.8em !important;
}

html.html-product-details-page .related-products-grid.product-grid {
  padding: 40px 0;
  position: relative;
}
html.html-product-details-page .related-products-grid.product-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
  transform: translateX(-50%);
  z-index: -1;
}
html.html-product-details-page section.why-empr {
  margin-bottom: 60px !important;
}
.mfp-auto-cursor .mfp-content .estimate-shipping-address-control {
  border-radius: 6px;
}
.apply-shipping-button {
  border-radius: 6px;
  padding: 10px 30px !important;
  line-height: 1.2em;
}
html.html-product-details-page .breadcrumb {
  margin: 0 0 10px;
  background-color: #ffffff !important;
  padding: 0 !important;
}
html.html-product-details-page .breadcrumb li * {
  font-size: 15px !important;
  margin: 0 2px !important;
}
html.html-product-details-page .breadcrumb li a {
  color: var(--color-black-one) !important;
  transition: all 0.3s ease-in-out;
}
.page.product-details-page .overview .manufacturers {
  margin: 0 !important;
}
html.html-product-details-page .breadcrumb li a:hover {
  color: var(--color-primary) !important;
}
.breadcrumb strong,
html.html-product-details-page .breadcrumb li a {
  font-weight: 500 !important;
}
html.html-product-details-page .specification-item {
  margin-bottom: 4px !important;
}
html.html-product-details-page .overview .short-description {
  margin-bottom: 10px !important;
}
html.html-product-details-page .specifications {
  font-size: 13px !important;
}
.breadcrumb strong {
  color: #979797 !important;
}
html.html-product-details-page .picture-gallery .picture {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.picture-gallery .picture-thumbs .thumb-item {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
html.html-product-details-page .overview .product-name {
  margin: 10px 0 !important;
  padding: 0 !important;
  border: none !important;
}
html.html-product-details-page .overview .product-name h1 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3em!important;
}
.overview .additional-details,
.variant-overview .additional-details,
.overview .availability,
.variant-overview .availability {
  margin: 0 !important;
}
html.html-product-details-page span.label {
  font-weight: 600;
}
html.html-product-details-page .specifications h3 {
  color: #656565 !important;
}
.overview .value,
.variant-overview .value,
.overview .value strong .c-blue {
  font-weight: 600 !important;
  color: var(--color-text) !important;
  font-size: 13px !important;
}
html.html-product-details-page .specifications h3 {
  margin-bottom: 5px !important;
}
.product-essential .overview .product-price,
.variant-overview .product-price {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: var(--color-secondary) !important;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  height: auto !important;
  background-color: #808080 !important;
  padding: 10px 30px !important;
  font-size: 16px !important;
  line-height: 1.2em;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  border-radius: 5px;
  margin-left: 10px;
}
.payment-info h4 {
  font-size: 16px !important;
  color: var(--color-text);
  margin-bottom: 10px;
}
.picture-gallery .picture-thumbs img {
  padding: 8px;
}
.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
  color: #2f9000 !important;
  font-size: 14px !important;
}
.non-discounted-price {
  font-size: 20px !important;
}
.product-price.discounted-price span:first-child {
  font-size: 18px !important;
}
.product-price.discounted-price span:nth-child(2) {
  font-size: 22px !important;
  font-weight: 700;
}
.product-price.discounted-price {
  color: var(--color-black-three) !important;
}
/*Other options card*/
.bc-card {
  border: 1px solid #eee;
  background: #fcfcfc;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.bc-card.gen {
  border-left: 4px solid #5cb85c;
}
.bc-card.gen .bc-head {
  margin: 0 0 6px;
}
.bc-head {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 6px;
}
.bc-sub {
  font-size: 12px;
  color: #666;
  margin: 2px 0 8px;
}
.bc-badges {
  margin-bottom: 8px;
}

.bc-badge {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.bc-badge.success {
  background-color: #5cb85c;
}

.bc-badge.default {
  background-color: #999;
}
.bc-price {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 2px;
}
.bc-cta {
  margin-top: 8px;
}
.bc-cta a {
  text-decoration: none;
  font-weight: 600;
  padding: 8px;
  color: #fff;
  background-color: var(--color-gray);
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.functional-product-description h2,
h4.heading {
  color: var(--color-text) !important;
}
h4.heading {
  margin: 15px 0;
}
dl.dl-horizontal.product-specifications dt {
  font-weight: 700 !important;
}
.bc-cta a:hover {
  background-color: var(--color-primary);
}

.functional-product-description {
  word-break: break-word;
}
.product-details-page {
  padding: 0 !important;
}
.product-specifications dt,
.product-specifications dd {
  padding: 2px 0;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: left;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}
.heading a {
  text-decoration: underline;
}
.hoverextra {
  margin-top: 10px;
}
.hoverextra .arrow-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.hoverextra .arrow-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #d9534f;
}
.hoverextra a {
  text-decoration: none;
  font-weight: 500;
}
.functional-info-wrapper a:hover,
p.product-certificate-wrap a:hover {
  color: var(--color-primary);
}
.product-specifications-info-table h2 strong {
  font-size: 14px;
  color: #656565;
}
p.product-certificate-wrap a:hover {
  text-decoration: underline;
}
p.product-certificate-wrap a {
  font-weight: 600;
}
.why-empr-wrapper {
  display: grid !important;
  grid-template-columns: repeat(5, calc((100% - 120px) / 5));
  gap: 30px;
}
.why-empr-item-wrap {
  text-align: center;
}
.why-empr h3 {
  font-size: 20px;
}
.why-empr-item-wrap h4,
.why-empr h3 {
  color: var(--color-black-two);
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.1em !important;
  font-weight: 600 !important;
}
.why-empr-item-wrap h4 {
  font-size: 18px;
}
.why-empr span {
  font-weight: 600;
  color: #b32719;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0;
}

.why-empr-item-wrap img {
  height: 60px;
  object-fit: contain;
}

.quantity-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
}

.qty-btn {
  background: none;
  border: none;
  width: 35px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  user-select: none;
}

.qty-btn:hover {
  background: #f3f3f3;
}

.qty-input {
  width: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  outline: none;
  color: #333;
}
input#product-qty {
  border: none !important;
}
.quantity-wrapper input {
  border: none !important;
}
.quantity-wrapper input[type="text"]:focus {
  box-shadow: none !important;
}
.qty-wishlist-btn-wrap {
  display: flex;
  gap: 10px;
}
.qty-wishlist-btn-wrap .overview-buttons,
.qty-wishlist-btn-wrap .add-to-cart {
  margin: 0 0 20px !important;
}
.qty-wishlist-btn-wrap .add-to-wishlist-button {
  background-image: none !important;
  width: auto !important;
}

.prod-details-popup-info-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px 0 20px;
}

.prod-details-login-wrap p {
  font-weight: 600;
  color: var(--color-black-three);
}
.prod-details-login-wrap p a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.prod-details-login-wrap p a:hover {
  color: var(--color-primary);
}
.page.product-details-page .product-essential {
  margin: 0 !important;
  padding: 0 !important;
}
.page.product-details-page .overview,
.page.product-details-page .gallery {
  margin-bottom: 30px !important;
}
.buy-now-pay-later {
  display: inline-block;
  margin-right: 20px;
}
.empr-buy-now-pay-later-detail {
  padding: 5px;
}
.buy-now-pay-later svg {
  height: 25px;
}
svg:not(:root) {
  overflow: hidden;
}

.product-box-page{
    background-color: #fcfcfc;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-radius: 8px;
}
 .bundle-product-list{
margin: 0!important;;
}
.bundle-product-wrap-custom {
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 0 auto;
}
.product-box-item {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-heading {
    margin-bottom: 10px!;
}
.product-desc {
    font-size: 15px;
    color: #666;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.price-value {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-text);
}
.price-gst, span.price-gst-bundle {
    font-size: 14px;
    color: #666;
    font-weight: 400!important;
}
.us-discount {
    color: #008000;
    padding: 2px 8px;
    font-size:13px;
    font-weight: 600;
    text-transform: uppercase;
}

.us_remove {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #dc3545;
    font-size: 16px; 
    cursor: pointer;
    z-index: 10;
    opacity: 1; 
}
.us_remove i {
    font-size: 1em;
}

.bundle-product-wrap-custom {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.bundle-product-list {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.bundle-product-list .product-box-item {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 12px;
    position: relative;
}

.bundle-product-list .product-image img {
    width: 100%;
    aspect-ratio: 7/4;
    height: auto;
    display: block;
    object-fit: contain;
}
.bundle-product-list .product-heading a {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-gray);
    text-decoration: none;
}

.bundle-product-list .product-desc {
    font-size: 12px;
    margin: 6px 0;
}

.bundle-product-list .price-value {
    font-weight: 700;
}
.bundle-product-list .product-details{
  text-align: center;
}
.bundle-product-list .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    display: block;
}
.product-with-operator::after,
.product-with-equals::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px; 
    font-weight: bold; 
    color: #747474; 
    z-index: 5;
    right: -25px; 
    width: 20px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-with-operator::after {
    content: "+";
}

.product-with-equals::after {
    content: "=";
}

.bundle-col-custom {
    width: 20%;
    box-sizing: border-box;
}

.bundle-heading span {
    font-weight: 700;
    font-size: 15px;
}

.old-price-bundle {
    color: #999;
    text-decoration: line-through;
    margin: 8px 0 4px;
}

.new-price-value-bundle {
    font-size: 20px;
    font-weight: 700;
}

.save-label {
    color: #2e7d32;
    font-weight: 600;
    margin: 8px 0;
    font-size: 14px;
}

/* ================================
   Add To Cart Button
================================ */
.add-to-cart-custom {
    width: 100%;
    padding: 10px;
    background:#808080;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 5px!important;
}
.add-to-cart-custom:hover{
  background-color: var(--color-primary);
}
.product-box-page  .product-heading, .product-parts-overview-wrapper .product-heading{
  color: var(--color-gray);
  margin: 0!important;
}
.product-parts-overview-wrapper .product-heading, h3.product-heading{
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 10px!important;
}
small.parts-question-popup {
    font-size: 16px;
    color:#999;
    font-weight: 600;
}
.product-parts-overview-wrapper .product-grid{
margin-bottom: 0!important;
}
@media (max-width: 1200px) {
    .bundle-product-list .product-box-item {
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
    }
    .trust-img-wrap {
      margin: 0;

    }
}
/*======================================*/
section.product-overview-alternative.product-parts-overview-wrapper, section.product-overview-compatible.product-parts-overview-wrapper{
background-color: #fcfcfc;
border: 1px solid #eee;
padding: 10px;
margin: 40px 0;
}
section.product-overview-alternative.product-parts-overview-wrapper .row.part-card{
    padding: 0!important;
}

/*====product-tab=============*/
div#description h2 {
  font-size: 22px;
}
.product-tabs .tab-content h4 {
  font-size: 16px;
}
.tab-titles li {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-black-two);
  transition: all 0.3s ease;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
}
.tab-content {
  padding: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 0 10px 10px 10px;
}
.tab-content h3 {
  font-size: 18px;
  color: var(--color-black-three);
  margin-bottom: 10px;
}
.tab-titles li.active {
 color: var(--color-primary);
border-bottom: 3px solid var(--color-primary);
}
div#faq h5 {
  font-size: 16px;
  color: var(--color-black-three);
  margin-bottom: 5px;
}
div#faq ul li {
  margin-bottom: 20px;
}
.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-panel.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

div#information ul {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  gap: 30px;
}
div#information ul li img {
  width: 100%;
}
div#information ul li h4 {
  font-size: 18px;
  color: var(--color-black-three);
  margin: 15px 0 5px;
}
/*===============================
PRODUCT-DETAILS-REALTED-PRODUCT-SECTION
====================================*/
html.html-product-details-page .product-grid .item-grid {
  display: grid !important;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  gap: 30px;
}

html.html-product-details-page .product-grid .item-grid .item-box {
  width: 100% !important;
  margin: 0!important;
}
.related-products-grid.product-grid .title strong,
.also-purchased-products-grid.product-grid .title strong {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  color:#686868;
  line-height: 1.1em;
}
.also-purchased-products-grid.product-grid .title {
  margin-bottom: 15px !important;
  line-height: 1em;
}

.related-products-grid.product-grid .title,
.page.product-details-page .container .title {
  margin-bottom: 15px;
}
.related-products-grid.product-grid .item-grid .item-box {
  margin-bottom: 0 !important;
}
.page.product-details-page .container {
  padding: 0 !important;
}
.page.product-details-page .container .item-box {
  margin: 0 !important;
}

/*===========related-parts==========*/
div#related-parts {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 15px 0px 50px 0px;
    border-radius: 6px;
}
.custom-container a {
  padding-left: 8px;
  font-size: 14px;
  margin: 3px 0px;
  display: inline-block;
}
div#related-parts .custom-container .row h3 {
  font-size: 15px;
  color: var(--color-text);
  margin: 10px 0 0;
  padding: 5px;
  background-color:#fcfcfc;
}
div#readmore-model h2 {
  font-size: 18px;
  color: var(--color-text);
  margin: 5px 0 0;
}
html.html-category-page .block .title{
margin-bottom: 0!important;
}
/*==================================================
HOME-PAGE-PRODUCTS
==============================================*/
section.popular-product-wrapper {
  background-color: #f5f5f5;
  padding: 60px 0 40px;
  margin-bottom: 60px;
}
.home-page-product-grid-items .item-grid {
  display: grid !important;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  gap: 30px;
}
.home-page .product-grid .item-box {
  width: 100% !important;
  margin: 0 !important;
}
.product-item.product-item-wrap {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
}
.product-item.product-item-wrap .description[data-short-description] {
  display: block !important;
  text-align: center;
  color: var(--color-text);
  font-size: 14px;
  margin: 5px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
}
.product-item.product-item-wrap .picture a img {
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 10px auto !important;
}
.item-box .picture {
  border-radius: 5px;
}
.product-item.product-item-wrap .picture a:before {
  padding-top: 200px !important;
}
.product-item.product-item-wrap .product-title {
  min-height: auto !important;
  text-align: center;
  color: #616161 !important;
  font-weight: 600;
  font-size: 16px !important;
  margin: 0 !important;
}
.product-item.product-item-wrap .prices,
.product-item.product-item-wrap .prices .actual-price {
  min-height: auto !important;
  text-align: center;
  font-weight: 700;
  font-size: 20px !important;
  color: var(--color-secondary);
  padding: 0 10px;
  margin: 0 0 20px 0;
  line-height: 1em;
}
.product-box-add-to-cart-button {
  width: 100% !important;
  background-color: #808080 !important;
  padding: 10px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: 600;
  line-height: 1.1em;
  border: 1px solid #808080 !important;
  border-radius: 0 5px 3px 0;
  height: 100% !important;
  transition: all 0.3s ease-in-out;
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
.item-box .product-title a:hover,
.item-box .product-title a:focus {
  color: var(--color-primary) !important;
}
a.view-details-btn {
  padding: 10px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: 600;
  color: var(--color-gray);
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  line-height: 1.1em;
  border-radius: 5px 0 0 3px;
  text-align: center;
  transition: all 0.3s ease;
}
a.view-details-btn:hover,
a.view-details-btn:focus {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
  border-bottom: 0;
  border-left: 0;
}
/*==============================================
COMPATIBLE-PART-INFO
================================================*/
  .product-parts-overview-wrapper {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        margin: 20px 0;
        padding: 15px;
        border-radius: 6px;
      }
.product-parts-overview-wrapper .row.part-card{
        margin: 0!important;
      }
.product-parts-overview-wrapper .part-card-container{
        background: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 10px 0;
        border-radius: 6px;
        margin-top: 10px;
}
     .product-parts-overview-wrapper .part-info-link {
        font-size: 0.8em;
        margin-left: 10px;
        color: #007bff;
        text-decoration: none;
      }
 .product-guarantee-info {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 15px;
    color: var(--color-text);
    font-size: 14px;
}
 .gurantee-content{
  padding: 10px 0 0 10px;
  color: var(--color-text)!important;
}
 .guarantee-info {
    padding-left: 10px;
}
 .product-guarantee-info h3{
  font-size: 16px;
}
 .product-guarantee-info h5{
  font-size: 15px;
margin: 5px 0;
}
     .product-parts-overview-wrapper .part-card {
        padding: 15px 0;
      }
      .product-parts-overview-wrapper .product-info-column {
        min-width: 50%;
      }
      .product-parts-overview-wrapper .product-title {
        margin-top: 0;
        margin-bottom: 10px;
      }
       .product-parts-overview-wrapper .product-title a {
  font-size: 16px;
  margin: 0;
  padding: 0;
       }

      .product-parts-overview-wrapper .product-title a {
        color: #333;
        text-decoration: none;
      }
      .product-parts-overview-wrapper .product-image {
        max-width: 100%;
        max-height: 100%;
        aspect-ratio: 16/9;
        object-fit: contain; 
      }
.product-parts-overview-wrapper span.add-to-cart-buttons, span.add-to-cart-buttons{
  width: 100%;
}
      .product-parts-overview-wrapper .product-description-wrap {
        flex-grow: 1;
      }

      .product-parts-overview-wrapper .part-description {
        color: var(--color-text);
        font-size: 14px;
      }

      .product-parts-overview-wrapper .product-highlights {
        display: flex;
        align-items: center;
        padding-top: 5px;
        gap:10px;
        flex-wrap: wrap;
      }

      .product-parts-overview-wrapper .highlight-item a {
        color:var(--color-gray);
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
        padding: 3px 8px;
        border: 1px solid #777;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
      }
      .product-parts-overview-wrapper .highlight-item a:hover{
        color: var(--color-white);
        background-color: var(--color-black-three);
      }

      .product-parts-overview-wrapper .highlight-item .glyphicon {
        margin-right: 5px;
        color: #007bff;
      }

      /* --- Price and Availability --- */
      .availability-text,
      .warranty-text {
        margin: 5px 0;
        font-size:12px;
        color: #555;
      }

    .stock-status {
        font-weight: bold;
      }

    .in-stock-color {
        color:#008000;
      }
 .product-parts-overview-wrapper .shipping-note {
        font-weight: normal;
        font-size: 0.9em;
        color: #777;
        display: block;
      }

      .product-parts-overview-wrapper .price-and-cart-row, li.product-list-view-item-wrap .price-and-cart-row {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
      }

  .product-parts-overview-wrapper .price-section, li.product-list-view-item-wrap .price-section {
        flex: 1;
      } 

      .product-parts-overview-wrapper .price-large, li.product-list-view-item-wrap .price-large {
        color:var(--color-text);
        font-size: 22px;
        font-weight: bold;
      }

      .price-small {
        font-size:14px;
        color: #777;
      }

      .product-parts-overview-wrapper .cart-section, li.product-list-view-item-wrap .cart-section {
        flex: 1;
        text-align: right;
      }

      .product-parts-overview-wrapper .add-to-cart-group, li.product-list-view-item-wrap .add-to-cart-group {
        display: flex;
        gap: 5px;
        align-items: center;
      }

      .product-parts-overview-wrapper .quantity-field, li.product-list-view-item-wrap .quantity-field {
        width: 60px;
        min-width: 60px;
        padding: 7px;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: center;
      }

      .product-parts-overview-wrapper .add-to-cart, li.product-list-view-item-wrap .add-to-cart {
        background-color: #808080;
        color: #fff;
        border: none;
        padding: 8px 15px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px!important;
        transition: background-color 0.2s;
        width: 100%;
      }

      .product-parts-overview-wrapper .add-to-cart:hover, li.product-list-view-item-wrap .add-to-cart:hover {
        background-color:var(--color-primary);
      }

      /* --- Footer Note --- */
      .product-parts-overview-wrapper .login-pricing-note {
        font-size: 13px;
        color: #777;
      }

      .product-parts-overview-wrapper .underline-link {
        text-decoration: underline;
        color: #777;
      }
 .product-availability-box {
    font-weight: 600;
    margin-top: 10px;
}
/*==========================
CONTACT-PAGE
=============================*/
.contact-page,
.account-card {
  max-width: 100% !important;
  padding: 0 !important;
}
.center-1 .page-title,
.center-1 .title,
.page.credit-application-page .page-title h1,
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  text-align: left !important;
}
.page.contact-page .page-title {
  padding: 0 !important;
  border: none !important;
  background-image: url("/Themes/DefaultClean/Content/images/contact-banner.webp");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.page.contact-page .page-title {
  border-radius: 6px;
}
.contact-page h3 {
  font-size: 20px !important;
  color: var(--color-black-three) !important;
  margin-bottom: 5px;
}
.help-link {
    margin: 5px 0 0!important;
    line-height: 1em;;
}
.contact-page .message-field{
  margin-top: 10px!important;
}
.contact-page .contact-info,
.contact-page .contact-form {
  padding: 20px !important;
}
.collection-notes p {
  margin: 0 !important;
}
.contact-info-item {
  margin-bottom: 5px !important;
}
.contact-page strong,
.email-list div {
  font-weight: 600 !important;
  margin: 0 !important;
}
.email-list div a {
  font-weight: 400 !important;
  transition: all 0.3 ease-in-out;
}
.contact-page .contact-details {
  margin-bottom: 20px !important;
}
.contact-page .contact-form .form-group:last-child,
.contact-page .click-collect-location {
  margin-bottom: 0 !important;
}
.view-map {
  color: var(--color-black-one) !important;
  font-weight: 600 !important;
  transition: all 0.3 ease-in-out;
}

.contact-form h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.contact-page .contact-form select.form-control,
.contact-page .contact-form select.form-control,
.contact-page .contact-form input.form-control,
.contact-page .contact-form textarea.form-control {
  padding: 8px 10px !important;
  font-size: 14px !important;
  height: auto !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  height: auto !important;
}
.help-link-text {
  color: #e4434b !important;
  font-weight: 600 !important;
}

form#empr-register-form,
.contact-page .contact-info,
.contact-page .contact-form {
  border-radius: 6px !important;
}
.mb-3 label.section-title {
  margin-top: 0 !important;
}
/*=======================================
REGISTER-DESIGN
=========================================*/
.account-card label {
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 600!important;
}
.account-card .additional-info-grid .other-option input[type="text"]:focus {
  border-bottom-color: var(--color-primary) !important;
}
.account-card .section-title {
  font-weight: 700 !important;
}
.account-card {
  border: none !important;
}

.account-card .radio-group label{
  margin-bottom: 0!important;
}
.account-card .section-title {
  border: none !important;
  margin-top: 0 !important;
}

 .account-info-wrap, div#section-business, div#section-billing, div#section-additional, div#section-departments   {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #fff;
}
div#section-business .section-title, div#section-billing .section-title, div#section-additional .section-title, div#section-departments .section-title{
  margin-top: 0!important;
}
div#section-departments{
  margin: 15px 0!important;
}
.account-info-wrap h2{
   font-size: 16px;
   text-transform: uppercase;
   margin-bottom:8px;
}
.account-info-wrap .mb-3{
  margin-top: 8px;
}
.change-password-page .fieldset{
  padding: 20px 20px 10px 20px!important;
}
.address-edit-page .edit-address{
  margin: 0 0 20px!important;
  background-color: #fff!important;
}
.change-password-page .fieldset{
  margin: 0 0 20px!important;
  background-color: #fff!important;
}
.account-card input[type="text"],
.account-card input[type="email"],
.account-card input[type="url"],
.account-card input[type="password"],
.account-card input[type="tel"],
.account-card select,
.account-card textarea {
  outline: none !important;
  padding: 8px 10px !important;
}
.account-card .flex-center-gap {
  align-items: start !important;
}
div#section-core .section-title,
.account-card .section-title {
  margin: 20px 0 8px !important;
}
div#section-business {
  margin: 15px 0!important;
}
.field-error-inline,
span.field-validation-error,
span.text-danger.field-validation-error {
  font-size: 12px !important;
  font-weight: 600 !important;
  font-style: italic;
  text-transform: capitalize;
}
.account-card .additional-info-grid p strong {
  font-weight: 600 !important;
}
/* .account-card .form-switch .form-check-input:checked {
  background-color: var(--color-primary) !important;
} */

/* .radio-group input[type="radio"] {
    accent-color: #d72a2a!important;
} */

/* .account-creation-billing-address-wrapper .w-33 {
  margin-top: 10px !important;
} */
span.field-validation-valid {
  display: inline !important;
}
.account-title-info {
  margin-bottom: 15px;
}
.form-row label {
  font-weight: 600 !important;
}

/*================================
CREDIT-APPLICTAION-PAGE
=====================================*/
.page.credit-application-page .page-title {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
}
.terms-confirmation,
.account-card .small-text {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: italic;
}
.terms-confirmation {
  margin: 10px 0 20px !important;
}
.page.credit-application-page .field-error-inline,
.page.credit-application-page span.field-validation-error,
.page.credit-application-page span.text-danger.field-validation-error {
  margin: 5px 0 0 !important;
}
button#edit-btn {
  background-color: var(--color-black-three);
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
  font-size: 14px;
}

button#edit-btn:hover {
  background-color:var(--color-primary)!important;
}
/*===================================
LOGIN-PAGE
=====================================*/
.login-page .returning-wrapper .inputs label {
  width: auto !important;
  display: block;
  text-align: left !important;
  font-weight: 600;
  margin-bottom: 5px;
}
.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="email"],
.login-page .returning-wrapper input[type="password"],
.login-page .login-password,
.page.password-recovery-page input#Email {
  width: 100% !important;
  border-radius: 5px;
}
.login-page .returning-wrapper .buttons {
  padding: 0 !important;
  margin: 0 !important;
}
.login-page .returning-wrapper .inputs.reversed {
  text-align: left !important;
  margin-bottom: 5px!important;
}
span.forgot-password {
  display: block !important;
}
.login-page .buttons,
.page.password-recovery-page .buttons {
  justify-content: left !important;
}
.login-page .customer-blocks,
span.forgot-password,
.login-page .new-wrapper,
.page.password-recovery-page .fieldset {
  margin: 0 !important;
}
.page.password-recovery-page .inputs label {
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/*===================================
HELP-PAGE
===================================*/
/* .page-help .page-banner-title {
  border-radius: 8px;
} */
 .page-help .page-banner-title {
    display: none;
}
.help-info-wrapper{
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
/* .help-info-wrapper .faq-item:hover{
background-color: #f5f5f5;
} */
.help-heading h1, .help-heading p{
  text-align: center;
}
.help-heading h1{
  font-size: 24px;
  margin-bottom: 5px;
}
.help-heading p{
  font-size: 12px;
}
.help-heading {
  margin-bottom: 30px;
}
.category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, calc((100% - 45px) / 4));
  gap: 15px;
}
.category-card {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-card.active {
  border: 1px solid #666666;
  background-color: #e9ecef;
}
.category-card:hover{
    border: 1px solid #666666;
  background-color: #f5f5f5;
}

.category-title {
  font-weight: 600;
  font-size: 14px!important;
  color: var(--color-black-three);
  transition: all 0.3s ease;
  line-height: 1.1em;
}
.category-grid .category-title{
text-align: center!important;
margin: 0 0 5px;
}
.category-count {
  font-size: 11px;
  opacity: 0.8;
}
.category-title,
.category-count {
  text-transform: capitalize;
}
.questions-section {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.questions-section.active {
  display: block;
}
.page-help .section-title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  margin: 0 0 10px!important;
  border: 0 !important;
  color: var(--color-primary);
  position: relative;
  padding-bottom: 10px;
}
.alert-info {
  background: #fff3f3;
  border-left: 3px solid #bd4848;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: #d72a2a;
  font-weight: 600;
  font-size: 14px;
}
.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 10px;
  font-size: 14px;
}
.faq-question:hover {
  /* color: var(--color-primary); */
  background-color: #f5f5f5;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  margin: 10px 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  padding-left: 10px;
  border-left: 2px solid #d72a2a;
}
.faq-item.active .faq-answer {
  display: block;
  animation: fadeIn 0.3s ease;
}
.faq-item.active .faq-question {
  color: var(--color-primary);
}
.faq-answer a {
  font-weight: 600 !important;
  font-style: italic;
  color: var(--color-text);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.faq-answer a:hover {
  text-decoration: underline;
}
.faq-answer a:hover {
  color: var(--color-primary);
}

.faq-question:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* @keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */
section.contact-info-wrapper {
  padding: 20px;
  background-color: #666;
  border-radius: 8px;
  margin-top: 20px;
}
.contact-info{
  text-align: center;
  color: #fff!important;
}
.contact-info h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff!important;
}
.contact-info a.contact-button {
  display: inline-block;
  margin: 15px 0 0;
  background-color: #fff!important;
  color:#666!important;
  font-weight: 600!important;
}
/*===============================
MY-ACCOUNT-PAGE
==================================*/
#shipping-options-section.enabled-section{
  margin-bottom: 10px!important;
}
.password-recovery-page .tooltip{
  margin: 0!important;
}
.password-recovery-page .form-fields{
  border: 0!important;
}
html.html-account-page .page-title h1 {
  font-size: 26px !important;
  color: var(--color-black-three);
}
input#Newsletter {
  height: 15px;
  width: 15px;
}
.inputs {
  text-align: left !important;
}
.block.block-account-navigation,
.page.account-page.customer-info-page .page-body {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background-color: #f1f1f1;
}
.page.account-page.customer-info-page .page-body {
  background-color: #fff !important;
  padding: 0!important;
  border: none!important;
}
.page.account-page.customer-info-page .page-body form{
 border: 1px solid #ddd;
  padding: 15px;
    border-radius: 8px;
}
.page.account-page .inputs label {
  display: block !important;
  text-align: left !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
.page.account-page span.required {
  color: var(--color-primary) !important;
}
.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  width: 100% !important;
  padding: 8px 10px !important;
  border-radius: 5px;
}
.page.account-page .fieldset .title,
.page.account-page .section .title,
.page.account-page .fieldset .title strong,
.page.account-page .section .title strong {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page.account-page .form-fields {
  border: none !important;
}
.change-password-page .fieldset .form-fields{
  padding: 0!important;
}
.change-password-page .fieldset .warnings{
margin: 0!important;
}
.buttons {
  margin: 0 !important;
}
.block.block-account-navigation .title strong{
font-weight: 700!important;
}
.block.block-account-navigation ul.list li {
  padding: 6px 10px !important;
  border-radius: 3px;
}
.block.block-account-navigation ul.list li a {
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: capitalize;
}
.block.block-account-navigation .title {
  margin-bottom: 10px;
}
.block.block-account-navigation ul.list li.active > a {
  color: #fff !important;
}
.block.block-account-navigation ul.list li.active {
  background-color: var(--color-black-three);
}
html.html-account-page .side-2 {
  position: sticky;
  top: 100px;
}
.page.account-page.order-list-page span.order-status.processing {
  color: #2196f3;
}
.page.account-page.order-list-page span.order-status.pending {
  color: #d39c03;
}
.page.account-page.order-list-page span.order-status.complete {
  color: #4caf50;
}
.page.account-page.order-list-page span.order-status.cancelled {
  color: #f44336;
}
.page.account-page.order-list-page span.order-status.pending,
.page.account-page.order-list-page span.order-status.complete,
.page.account-page.order-list-page span.order-status.cancelled {
  font-weight: 700;
  font-style: italic;
}
.page.account-page.order-list-page .info li {
  font-weight: 600;
}
.page.account-page.order-list-page span.order-total {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
  color: var(--color-primary) !important;
}
.return-request-page h1 a {
  color: var(--color-primary) !important;
}
html.html-return-request-page .fieldset .title,
html.html-return-request-page .section .title {
  padding: 0 !important;
  margin: 0 0 10px !important;
}
html.html-return-request-page .fieldset .title strong,
html.html-return-request-page .section .title strong {
  font-weight: 600 !important;
  font-size: 18px !important;
}
html.html-return-request-page .form-fields {
  border: 0 !important;
  padding: 0 !important;
}
.inputs label {
  margin: 0 0 10px !important;
  font-weight: 600 !important;
  display: block !important;
  text-align: left !important;
}
html.html-return-request-page .data-table td {
  padding: 10px !important;
}
.field-error-inline, span.field-validation-error, span.text-danger.field-validation-error{
  color:#dc3545!important ;
  font-weight: 600!important;

}

.page.account-page.customer-info-page .fieldset{
margin: 0 0 20px!important;
}
.page.account-page.customer-info-page .form-fields{
  padding: 10px 0 0;
}
.address-edit-page .edit-address {
  padding: 15px!important;
}

/*================LOG-OUT-STATE=====================*/
.login-page .new-wrapper .text, .container.b2b-account-container{
  padding: 0!important;
}
.b2b-account-container div#staffRows span.text-center{
text-align: left!important;
}
.page.account-info-page .content > div{
  padding: 15px!important;
}
.page.account-info-page .content > div ul{
  padding: 0!important;
}
.page.account-info-page .content > div ul li{
  margin-bottom: 5px!important;
}
.page.account-info-page .content > div h3{
  font-weight: 700!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
/*======================================
BLOG-PAGE
=======================================*/
.page.blog-page .post-title {
  -webkit-line-clamp: 2;
  max-height: calc(1.4em * 2);
}
.page.blog-page .post-title,
.page.blog-page .post-body,
.page.blog-page .news-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em !important;
}
.page.blog-page .post-body,
.page.blog-page .news-body {
  -webkit-line-clamp: 3;
  max-height: calc(1.4em * 3);
}
.blog-post-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
}
.post-date,
.news-date {
  background-color: transparent !important;
  margin: 7px 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.post-title,
.news-title {
  padding: 0 0 5px !important;
  font-size: 16px !important;
}
.blog-posts .buttons {
  width: auto !important;
  padding: 0 !important;
  display: block !important;
}
.page.blog-page .post-body,
.news-body {
  padding: 0 !important;
  line-height: 1.3em !important;
  font-size: 14px !important;
}
html.html-blogpost-page .page.blogpost-page .post-body {
  padding: 0 !important;
}
.blog-page .page-title,
.news-list-page .page-title {
  margin-bottom: 20px !important;
}
.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
  padding: 0 !important;
  color: var(--color-btn-bg) !important;
  background-color: transparent !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: italic;
  transition: all 0.3s ease;
}
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
  color: var(--color-primary) !important;
  text-decoration: underline !important;
}
.post-title,
.post-title,
.news-title,
.news-title {
  transition: all 0.3s ease !important;
}
.blog-posts .post {
  break-inside: avoid;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.blog-posts {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 60px) / 4));
  gap: 30px 20px;
}

.blog-page .post {
  margin: 0 !important;
}
html.html-blogpost-page .post-body,
html.html-blogpost-page .news-body {
  margin: 0 0 7px !important;
}
.post-title,
.news-title {
  color: var(--color-black-three) !important;
  line-height: 1.3em !important;
}
.page.blogpost-page img {
  width: auto;
  max-width: 100%;
  border-radius: 5px;
  object-fit: contain;
}
.page.blogpost-page .text-center {
  text-align: left !important;
}
.breadcrumb {
  font-style: italic;
  border-radius: 3px;
}
.breadcrumb a,
span.breadcrumb-separator,
span.breadcrumb-separator {
  transition: all 0.3s ease;
  font-weight: 600;
  color: #222 !important;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-primary) !important;
}

/*===============================
BLOG-DETAILS-PAGE
==================================*/

html.html-blogpost-page .side-2 {
  float: right !important;
  float: right !important;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  position: sticky;
  top: 100px;
  background-color: #fff;
}
html.html-blogpost-page .center-2 {
  float: left !important;
}
.block-blog-archive li.month {
  border-radius: 3px;
  margin-bottom: 10px;
  background: #f3f3f3 !important;
  text-transform: capitalize;
}
.block .sublist a {
  font-weight: 600;
  color: var(--color-gray) !important;
}
.block-blog-archive li.month:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover {
  background-color: var(--color-primary) !important;
}
.block-blog-archive li.month:hover a,
.block .tags li a:hover,
.product-tags-all-page li a:hover {
  color: var(--color-white) !important;
  text-decoration: none !important;
}
html.html-blogpost-page .breadcrumb a {
  text-decoration: none !important;
}
html.html-blogpost-page .page.blogpost-page a {
  font-weight: 600 !important;
  font-style: italic;
  transition: all 0.3s ease;
  text-decoration: underline;
}
html.html-blogpost-page .page.blogpost-page a:hover {
  color: var(--color-primary) !important;
}
.block .tags li,
.product-tags-all-page li {
  margin: 0 !important;
}
.block .tags li a,
.product-tags-all-page li a {
  line-height: 1.1em !important;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px !important;
  font-weight: 600;
  background: #f3f3f3 !important;
  text-transform: capitalize;
  color: var(--color-gray) !important;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
  text-decoration: underline;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  text-align: left !important;
}
html.html-blogpost-page .page.blogpost-page table td,
html.html-blogpost-page .page.blogpost-page table thead tr th {
  border: 1px solid #ddd;
  padding: 10px;
}
html.html-blogpost-page .page.blogpost-page table {
  margin-top: 10px;
}

html.html-blogpost-page .page.blogpost-page table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

html.html-blogpost-page .page.blogpost-page table th,
html.html-blogpost-page .page.blogpost-page table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
html.html-blogpost-page .page.blogpost-page h2 {
  font-size: 22px !important;
}
html.html-blogpost-page .page.blogpost-page h3 {
  font-size: 20px !important;
}
a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
html.html-blogpost-page .page.blogpost-page .post-body {
  position: relative;
}
html.html-blogpost-page .page.blogpost-page .post-body .logo-section,
html.html-blogpost-page .page.blogpost-page .logo-sectiontools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
html.html-blogpost-page .page.blogpost-page .post-body iframe {
  width: 100% !important;
}
html.html-blogpost-page .page.blogpost-page .logo-sectiontools img {
  width: 100px !important;
  object-fit: contain;
}
html.html-blogpost-page .page.blogpost-page .faq-question {
  display: block !important;
  margin: 0 0 15px;
}
html.html-blogpost-page .page.blogpost-page .faq-question strong {
  font-size: 16px;
}
html.html-blogpost-page .page.blogpost-page .faq-question p {
  font-weight: 400 !important;
  margin: 0 0 0 10px !important;
}
html.html-blogpost-page .page.blogpost-page strong {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html.html-blogpost-page .page.blogpost-page .faq-question:hover {
  padding: 0 !important;
  color: var(--color-text) !important;
}
html.html-blogpost-page .page.blogpost-page .faq-question p.blog-sub-heading {
  color: var(--color-black-three) !important;
  font-size: 18px !important;
  margin: 0 !important;
}
.blogpost-page .tags {
  padding: 0 !important;
  margin: 20px 0 0 !important;
}
html.html-blogpost-page .page.blogpost-page .tags a {
  text-decoration: none !important;
  color: var(--color-text) !important;
  text-transform: capitalize;
}
html.html-blogpost-page .page.blogpost-page .tags a:hover {
  text-decoration: underline !important;
  color: var(--color-primary) !important;
}
html.html-blogpost-page .page.blogpost-page .col-md-1.hidden-sm.hidden-xs {
  display: inline-block;
}
.panel-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.panel-collapse.show {
  max-height: 1000px;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 5px;
  background-color: #fff;
}
.panel.panel-default {
  margin-bottom: 10px;
}
.panel-heading {
  cursor: pointer;
  user-select: none;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: #e7e7e7;
  border-left: 3px solid red;
}
.panel-heading.active {
  background: #f1f1f1;
}
.panel-title a::after {
  content: "▸";
  float: right;
  transition: transform 0.3s ease;
  rotate: -30deg;
}
img.window-key-image {
  height: 25px;
}
.panel-heading.active .panel-title a::after {
  transform: rotate(90deg);
}
div#accordion a {
  text-decoration: none !important;
  font-style: normal !important;
}
html.html-blogpost-page .page.blogpost-page .col-md-3.skin-border.row {
  display: inline-block !important;
}
.pager li a,
.pager li span {
  border-radius: 5px !important;
  font-weight: 700 !important;
}
.pager li span {
  background-color: var(--color-primary) !important;
}
.pager ul {
  text-align: center !important;
  margin-top: 10px !important;
}
.pager ul li {
  margin: 3px !important;
}
.product-grid{
  margin-bottom: 10px!important;
}
/*=============blog-product-slider==========*/
.blog-product-slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.blog-product-slider {
  overflow: hidden;
  position: relative;
}
.blog-product-slider .product-item img {
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: contain;
}
.product-item {
  text-align: center;
}

.product-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-item h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.buy-btn {
  padding: 8px 15px;
  background-color: #e63431;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.buy-btn:hover {
  background-color: #111;
}
.blog-product-slider button.slick-prev.slick-arrow,
.blog-product-slider button.slick-next.slick-arrow {
  padding: 5px 10px;
  border-radius: 30px;
  border: none;
  color: var(--color-black-one);
  transition: all 0.3s ease;
}

.blog-product-slider button.slick-prev.slick-arrow:hover,
.blog-product-slider button.slick-next.slick-arrow:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.blog-product-slider .slick-prev,
.blog-product-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.blog-product-slider .slick-prev {
  left: 0;
}

.blog-product-slider .slick-next {
  right: 0;
}
.entire-collection-product-link {
  text-align: center;
  margin-top: 20px;
}
/*=====================================
LATEST-NEWS-PAGE
=======================================*/
.news-header-section {
  background: linear-gradient(
    135deg,
    #6c757d 0%,
    #495057 25%,
    #5a6268 50%,
    #495057 75%,
    #6c757d 100%
  );
  color: white;
  padding: 40px 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}
.news-head:hover a.news-title {
  color: var(--color-primary) !important;
}
.page.news-item-page .breadcrumb {
  margin: 0 0 30px !important;
}
.page.news-list-page {
  margin-bottom: 60px;
}
.page.news-list-page .breadcrumb {
  margin: 0 0 30px !important;
}
.page.news-list-page a.news-title {
  font-size: 18px !important;
}
.page.news-item-page .news-body {
  margin-bottom: 60px !important;
}
.page.news-item-page img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
  height: auto;
}
.lenovo-enterprise-wrap {
  margin-top: 30px;
}
.page.news-list-page {
  padding: 40px 40px 20px 40px !important;
  background: #f8f9fa;
  margin-bottom: 60px !important;
}
.page.news-item-page .latest-news-why-empr,
.lenovo-enterprise-wrap,
.platform-box {
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}
.news-icon-text {
  background: linear-gradient(135deg, #dc3545, #e85a6a);
  padding: 10px 15px;
  color: white;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  line-height: 1.3em;
}

.news-body h1 {
  font-size: 24px;
}
.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5,
.news-body h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.platform-box {
  margin: 30px 0;
}
p.empr-links a {
  font-style: italic;
}
.empr-news-footer {
  padding: 20px;
  background: #333;
  color: #fff;
}
a.empr-btn {
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
}
a.platform-btn {
  padding: 8px 15px;
  background-color: #e63431;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 5px;
}
.ibm-content {
  background: #e8f0fe;
  border: 1px solid #d2e3fc;
  padding: 20px;
}
.ibm-btn {
  background: #1a73e8;
  color: white;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}
.page.news-list-page h1.news-title {
  font-size: 28px !important;
  color: var(--color-white) !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px !important;
}
p.news-subtitle {
  text-align: center;
  font-size: 14px;
}
.news-item .buttons {
  display: inline-block !important;
  padding: 0 !important;
}
.news-item {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px !important;
  background: #fff;
  transition: all 0.3s ease;
}

.news-item:hover {
  transform: translateY(-3px) scale(1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.news-read-more {
  background: #dc3545;
  color: white;
  font-size: 13px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}
html.html-news-list-page .breadcrumb {
  margin: 0 0 30px !important;
}
/*======================PRODUCT-LIST-DESIGN=================*/
.product-list .product-item.product-item-wrap .product-title,
.product-list
  .product-item.product-item-wrap
  .description[data-short-description] {
  text-align: left !important;
}
/*=======================================
WISHLIST-PAGE
======================================*/
.page.wishlist-page .cart td,
.page.wishlist-page .data-table td,
.page.wishlist-page .forum-table td {
  padding: 8px !important;
}
.page.wishlist-page td.subtotal {
  font-weight: 700 !important;
}
.page.wishlist-page td.add-to-cart input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
}
input[type="checkbox"]:checked {
  accent-color: var(--color-primary) !important;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  border-radius: 5px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  min-width: auto !important;
  transition: all 0.3s ease-in-out !important;
}

.order-details-page .selected-checkout-attributes{
  color:#e88105!important ;
}
.order-details-page .selected-checkout-attributes{
  padding:8px!important;
  border-radius: 4px!important;
  border: 1px solid #ffeed9;
  background-color: #fff8ea!important;
}
.wishlist-content .wishlist-add-to-cart-button {
  background-color: var(--color-black-three) !important;
}
.wishlist-content .update-wishlist-button {
  background-color: #dadada !important;
  color: var(--color-black-three) !important;
  border: 1px solid #333 !important;
  margin-right: 10px !important;
}
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .wishlist-add-to-cart-button:focus {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: 1px solid #fff !important;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .wishlist-add-to-cart-button:focus {
  border: none !important;
}
.order-details-page .totals.section,
.page.order-details-page .title,
.selected-checkout-attributes {
  padding: 0 !important;
}
html.html-order-details-page .section.products {
  margin-bottom: 20px !important;
}
html.html-wishlist-page .cart th,
html.html-wishlist-page .data-table th,
html.html-wishlist-page .forum-table th {
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #8f8f8f !important;
  padding: 8px 15px !important;
  text-transform: capitalize;
}
.selected-checkout-attributes
.cart .product a:hover,
.cart .product a:focus,
.data-table .product a:hover,
.data-table .product a:focus,
.data-table .info a:hover,
.data-table .info a:focus {
  color: var(--color-primary) !important;
}
.cart td.quantity input {
  border-radius: 5px !important;
}
html.html-wishlist-page td.product-picture img {
  opacity: 1 !important;
}
.page.return-request-page .data-table th,
.page.shopping-cart-page table.cart th {
  background-color: #878787 !important;
  color: #fff !important;
  font-weight: 700 !important;
}
.page.return-request-page .result {
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 18px !important;
}
.return-request-list-page .details {
  border: 1px solid #ddd !important;
  margin: 20px 0 0 !important;
  border-radius: 8px !important;
  background-color: #fff!important;
  padding: 15px!important;
}
.return-request-list-page .details li span,
.return-request-list-page .comments div,
.return-request-list-page a {
  font-weight: 600 !important;
}
.return-request-list-page .comments div {
  margin: 0 !important;
}
.return-request-list-page a {
  color: var(--color-primary) !important;
}
.order-details-page .totals.section {
  margin: 0 !important;
}
.order-details-page .page-title h1 {
  border: none !important;
  padding: 0 !important;
}
.order-details-page .order-overview,
.order-details-page .selected-checkout-attributes,
.order-details-page .cart .product,
.order-details-page .data-table .product,
.order-details-page .data-table .message,
.order-details-page .data-table .info,
.order-details-page .data-table .name {
  text-align: left !important;
}
.order-details-page .order-overview {
  margin: 20px 0 !important;
}
.order-details-page .page-title a {
  min-width: auto !important;
  padding: 10px 25px !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}
.order-details-page .page-title a.print-order-button {
  background-color: var(--color-primary) !important;
}
.order-details-page .page-title a.print-order-button:hover {
  background-color: var(--color-black-one) !important;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div,
.order-details-page .total-info {
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px;
}
.order-details-page .totals {
  float: left !important;
}
.order-details-page .section.options {
  margin: 0 !important;
}
.selected-checkout-attributes {
  margin: 0 0 10px !important;
  font-weight: 600 !important;
}
.order-details-page .actions button:first-child {
  background-color: var(--color-black-three) !important;
  border-radius: 5px !important;
  padding: 10px 25px !important;
  min-width: auto !important;
}
.order-details-page .actions button:first-child:hover {
  background-color: var(--color-primary) !important;
}
html.html-order-details-page .section.products strong,
.order-details-page .order-overview .order-total strong {
  font-weight: 700 !important;
}
.order-details-page .order-overview .order-total strong {
  color: var(--color-black-three) !important;
}
.address-list-page .button-2,
.order-list-page .button-2 {
  font-size: 14px !important;
}
.product-items a:hover {
  background-color: var(--color-primary) !important;
}
/*=====================================
SHOPPING-CART-PAGE
=======================================*/
.cart .product-quantity div.up,
.cart .product-quantity div.down {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 10px !important;
}
.page.shopping-cart-page .product-quantity {
  display: flex;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  margin: 8px 0 0;
}
.page.shopping-cart-page .qty-input {
  border: none !important;
}
.page.shopping-cart-page input[type="text"]:focus {
  box-shadow: none !important;
}
.cart td,
.data-table td,
.forum-table td {
  padding: 10px !important;
}
a img {
  opacity: 1 !important;
}
.shopping-cart-page .common-buttons {
  margin: 20px 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons .estimate-shipping-button {
  max-width: auto !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.shopping-cart-page .selected-checkout-attributes {
  float: left !important;
}
.cart-footer {
  border: none !important;
}
.checkout-info-wrapper {
  display: flex;
  gap: 30px;
}
.cart-footer .totals {
  margin: 0 !important;
}
.shopping-cart-page .checkout-attributes,
.cart-footer .cart-collaterals,
.cart-footer .totals,
.cart-footer,
.checkout-attr-info {
  width: 100% !important;
}
.cart-footer .cart-collaterals {
  display: none !important;
}
.shopping-cart-page .selected-checkout-attributes {
  max-width: 100% !important;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
  min-width: 100% !important;
  padding: 8px 10px !important;
  border-radius: 5px;
  max-width: 100%;
}
.cart-footer .totals {
  border-radius: 10px;
  border: 1px solid #ddd;
}
.cart-total .order-total,
span.value-summary {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--color-black-three) !important;
}
.cart-footer .checkout-button {
  min-width: 100% !important;
  padding: 10px 25px !important;
  border-radius: 5px;
  text-transform: capitalize !important;
  background-color: var(--color-black-one) !important;
  transition: all 0.3s ease;
}
.cart-footer .checkout-button:hover {
  background-color: var(--color-primary) !important;
}
.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .common-buttons button:focus {
  background-color: var(--color-gray) !important;
}
.ui-widget.ui-widget-content {
  z-index: 99999999999 !important;
}
.ui-dialog-titlebar > span {
  color: #fff !important;
}
.ui-widget-header {
  background-color: #313131 !important;
}
.terms-of-service label,
.terms-of-service a {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
}
.terms-of-service a {
  color: var(--color-primary) !important;
}
.selected-checkout-attributes {
  width: 100%;
  font-size: 14px;
  color: #e4434b !important;
  border-radius: 5px;
}
.shopping-cart-page .page-title {
  margin: 0 !important;
  padding: 0 !important;
}
button.button-1.order-completed-continue-button {
  background: #111 !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  line-height: 1.2em !important;
  min-width: auto !important;
  transition: all 0.3s ease;
}
.checkout-page .button-1:hover,
.checkout-page .button-1:focus {
  background-color: #d32f2f !important;
}
.order-completed .details {
  padding: 0 !important;
  text-align: left !important;
  margin: 20px 0 !important;
}
.checkout-page .section .buttons {
  justify-content: left !important;
}
.section.order-completed .title {
  padding: 0 !important;
}
.section.order-completed .details-link a {
  color: var(--color-primary) !important;
  font-weight: 600 !important;
}
.button-1.save-address-button {
  padding: 10px 25px !important;
}
button#billingEditBtn{
  width: 100%!important;
}
/*==================================
RECENT-PRODUCT-LIST
=====================================*/
.block.block-recently-viewed-products a.product-picture{
  display: block!important;
}
.block.block-recently-viewed-products a.product-picture img{
  object-fit: contain;
}
.block.block-recently-viewed-products a.product-picture + a.product-name {
  width: 100% !important;
  margin: 0 !important;
}
.block.block-recently-viewed-products a.product-picture {
  width: 100px;
  margin: 0 !important;
}
.block.block-recently-viewed-products ul.list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
span.forgot-password a {
  margin: 0 !important;
}
.inputs.reversed label {
  display: inline-block !important;
  margin: 0 !important;
  font-size: 13px !important;
}
@media (min-width: 1001px) {
  .flyout-cart.active {
    z-index: 9999999 !important;
  }
  div#customer-type-flyout.flyout-cart {
    top: 100% !important;
  }

}

/*===================================
SEARCH-PAGE
====================================*/
.page.search-page h1{
margin-bottom: 0!important;
}
span#page-main-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-black-three);
}
html.html-category-page .page-title-wrapper {
  margin: 0 0 15px;
  padding: 0 !important;
}

ul.model-columns li {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  transition: all 0.3s ease;
}

ul.model-columns li a,
.keywords-columns li.selected a {
  font-weight: 700;
  font-size: 14px;
  color: #555;
  font-family: "Titillium Web", sans-serif !important;
  line-height: 1.2em;
  transition: all 0.3s ease;
}

ul.model-columns li a:hover,
.keywords-columns li.selected a {
  color: var(--color-primary) !important;
}

ul.model-columns li:hover {
  border: 1px solid #e99195;
}
.model-columns {
  display: grid !important;
  grid-template-columns: repeat(4, calc((100% - 45px) / 4));
  gap: 15px;
  column-gap: 15px !important;
  margin-bottom: 30px !important;
}
html.html-search-page .side-2 ul.model-columns.keywords-columns {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
}
html.html-search-page .side-2 ul.model-columns.keywords-columns li {
  width: 100% !important;
  border: none !important;
  justify-content: left !important;
  padding: 0 !important;
}
html.html-search-page .side-2 .facet-block {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
html.html-search-page .page-title-wrapper .page-title {
  font-size: 18px !important;
  font-weight: 700;
}
html.html-search-page .page-title-wrapper {
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.view-all-product {
  background-color: transparent !important;
  height: auto !important;
  color: #222 !important;
  padding: 0 !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #222 !important;
  margin-top: 0 !important;
  transition: all 0.3s ease;
}
.view-all-product:hover {
  color: var(--color-primary) !important;
  border-bottom: 1px solid var(--color-primary) !important;
}
html.html-search-page .side-2,
html.html-category-page .side-2 {
  position: sticky !important;
  top: 90px !important;
}
.facet-block br {
  display: none;
}
html.html-search-page .product-grid,
html.html-search-page .product-list,
html.html-search-page .search-input .fieldset {
  margin: 0 !important;
}
html.html-search-page .product-grid .item-box {
  margin: 0 0.5% 30px !important;
}
html.html-search-page .pager ul {
  margin-top: 10px !important;
}

.search-input .form-fields,
.product-selectors {
  margin: 0 !important;
  border-top: none !important;
  padding: 0 !important;
  border-bottom: none !important;
}
.product-selectors .product-viewmode {
  display: none !important;
}
.basic-search input#q {
  border-radius: 5px 0 0 5px !important;
}
.roll-products-count-wrapper {
  justify-content: start !important;
  margin: 10px 0 !important;
}
html.html-search-page .search-input .button-1 {
  border-radius: 0 5px 5px 0 !important;
  background-color: #a2a0a0 !important;
  transition: all 0.3s ease;
  text-transform: capitalize !important;
}
.search-input .button-1:hover,
.search-input .button-1:focus {
  background-color: var(--color-primary) !important;
}
.product-selectors span {
  font-size: 14px !important;
}
/*==================================
RAPID-AI-PAGE
======================================*/
.page-emprrapid .page-banner-title {
  display: none;
}
.page-emprrapid .container {
  padding: 0 !important;
}
.page-emprrapid table {
  text-align: left;
  margin: 10px 0 20px;
}
.rapid-info-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rapid-info-table-wrap table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: #fff;
}
.page-emprrapid .breadcrumb {
  margin: 0 0 30px;
}
p.rapid-faq-answer {
  margin: 10px 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  padding-left: 10px;
  border-left: 2px solid #d72a2a;
}
.page-emprrapid table th,
.page-emprrapid table td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.2em;
}

.page-emprrapid table th {
  background: #f7f7f7;
  font-weight: bold;
}
.rapid-guide-content-wrap h4 {
  margin-top: 15px;
  color: var(--color-black-three);
  font-size: 16px;
}
.rapid-guide-content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
}
.page-emprrapid h5 {
  font-size: 15px;
  color: var(--color-black-three);
}

.rapid-guide-content-wrap > div:first-child {
  width: calc(55% - 15px);
}

.rapid-guide-content-wrap > div:last-child {
  width: calc(55% - 15px);
}
.rapid-guide-content-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*==========================================
CLEARANCE-PAGE
===============================================*/
.page.clearance-page .page-title img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}
.page.clearance-page .page-title {
  margin-bottom: 20px;
  background-image: url("/Themes/DefaultClean/Content/images/Clearance-banner.webp");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  border-radius: 6px;
  padding: 90px 30px 30px 30px;
}
.title-info {
  background-color: #27557cd6;
  padding: 15px;
  border-radius: 5px;
}
.title-info p {
  font-size: 16px;
}
.title-info p,
.page.clearance-page .page-title h1 {
  color: #fff !important;
  margin-bottom: 5px !important;
}

/*================================
MANUFACTURING-PAGE
==================================*/
.page.manufacturer-page .brand-rich-content h2 {
  font-size: 20px !important;
}
.brand-left-banner img {
  width: 100%;
  border-radius: 6px;
}
#brand-separator-line {
  height: auto !important;
  background: transparent !important;
  margin: 0 !important;
}
.page.manufacturer-page .brand-rich-content h1,
.page.ubiquiti .brand-rich-content h1 {
  font-size: 26px !important;
  color: var(--color-black-three);
  margin: 20px 0 10px;
}
.brand-home-hero img {
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
html.html-manufacturer-page .brand-home-hero{
  margin-bottom: 10px;
}
.brand-rich-content img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
html.html-news-list-page .header-menu,
html.html-news-list-page .breadcrumb,
html.html-news-item-page .header-menu,
html.html-news-item-page .breadcrumb,
html.html-blog-page .header-menu,
html.html-blogpost-page .header-menu {
  margin-bottom: 10px !important;
}
.page.blog-page {
  margin-top: 10px !important;
}
/*================================
BRAND-COLOR
====================================*/
.manufacturer-page.acer .brand-rich-content a {
  font-weight: 600;
}
.acer-color {
  color: #83b819;
}
.page.manufacturer-page.acer .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #83b819;
}
.ubiquiti-color {
  color: #2596be;
}
.page.manufacturer-page.ubiquiti
  .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #2596be;
}
.aruba-color {
  color: #fc882c;
}
.page.manufacturer-page.aruba .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #fc882c;
}
.genixit-color {
  color: #47b96a;
}
.page.manufacturer-page.genixit .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #47b96a;
}
.lexmark-color {
  color: #008945;
}
.page.manufacturer-page.lexmark .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #008945;
}
.dynabook-color {
  color: #e63431;
}
.page.manufacturer-page.dynabook-\(toshiba\)
  .brand-content-info-wrap.brand-bg-content-wrap,
.page.manufacturer-page.toshiba .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #012d4b;
}
.hpe-color {
  color: #008567;
}
.page.manufacturer-page.hpe .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #008567;
}
.dell-color {
  color: #0076ce;
}
.page.manufacturer-page.dell .brand-content-info-wrap.brand-bg-content-wrap,
.page.manufacturer-page.dell .distributor-parts-info {
  background-color: #002a58;
}
span.hp-color {
  color: #568393;
}
.page.manufacturer-page.hp .brand-content-info-wrap.brand-bg-content-wrap {
  background-color: #568393;
}
.page.manufacturer-page.hp
  .brand-content-info-wrap.brand-content-without-bg-card {
  background-color: #ff5050;
  color: #fff;
}
.lenovo-color {
  color: #e63431;
}

.brand-rich-content[data-brand-name="Lenovo"] button.btn, .category-search-wrapper[data-brand-name="Lenovo"] button.search-btn {
  background-color: #e63431!important;
}
.brand-rich-content[data-brand-name="HP"] button.btn, .category-search-wrapper[data-brand-name="HP"] button.search-btn{
  background-color: #4096c9!important;
}
.brand-rich-content[data-brand-name="HPE"] button.btn, .category-search-wrapper[data-brand-name="Hpe"] button.search-btn  {
  background-color:  #008567!important;
}
.category-search-wrapper[data-brand-name="Genixit"] button.search-btn, .category-search-wrapper[data-brand-name="Genixit"] button.search-btn  {
  background-color: #47b96a!important;

}
.brand-rich-content[data-brand-name="DELL"] button.btn, .category-search-wrapper[data-brand-name="Dell"] button.search-btn {
  background-color: #0076ce!important;
}

.brand-rich-content[data-brand-name="Dynabook (Toshiba)"] button.btn, .category-search-wrapper[data-brand-name="Dynabook (Toshiba)"] button.search-btn  {
  background-color: #e63431!important;
}

/*=================================
GLOBAL-CSS-FOR-BRAND-PAGE
=======================================*/

.brand-content-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
  gap: 8px;
}
.brand-content-info-wrap,
.brand-image-wrap {
  flex: 1 1 calc(50% - 4px);
  max-width: calc(50% - 4px);
  box-sizing: border-box;
  position: relative;
}
.brand-content-info-wrap {
  border-radius: 6px;
}
.brand-content-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}

.brand-content-info-wrap.brand-bg-content-wrap p,
.page.manufacturer-page.dell .distributor-parts-info ul li {
  color: #fff !important;
}
.brand-content-info-wrap,
.distributor-parts-info {
  font-size: 14px;
}
p.italic-text {
  margin-top: 10px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3em !important;
  font-size: 14px;
}
.brand-bg-content-wrap h2,
.page.manufacturer-page.hp
  .brand-content-info-wrap.brand-content-without-bg-card
  h2 {
  color: #fff !important;
}
.page.manufacturer-page.lexmark
  .brand-content-info-wrap
  .brand-text-wrap
  strong {
  color: #fff;
  margin-bottom: 10px;
}
.brand-content-card-wrapper h2,
.distributor-parts-info h2 {
  margin-bottom: 5px;
}
.brand-content-info-wrap,
.full-width-content-card-wrapper {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fcfcfc;
}
.full-width-content-card-wrapper,
.hp .full-width-brand-content-card-wrapper {
  background-color: #eee !important;
  margin-bottom: 10px;
}
.page.manufacturer-page.lenovo .brand-content-info-wrap.brand-bg-content-wrap {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fcfcfc;
  color: var(--color-text);
}
.page.manufacturer-page.lenovo .brand-text-wrap h2 {
  color: var(--color-black-three) !important;
}
.page.manufacturer-page.lenovo .brand-text-wrap ul li p {
  color: var(--color-text) !important;
}
.hp .full-width-brand-content-card-wrapper {
  padding: 20px;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.yellow-bg-card {
  background-color: #ffb92f;
  color: var(--color-black-one) !important;
}
.brand-left-banner img {
  width: 100%;
  border-radius: 6px;
}
.page.manufacturer-page .brand-rich-content h1,
.page.ubiquiti .brand-rich-content h1 {
  font-size: 26px !important;
  color: var(--color-black-three);
  margin: 20px 0 10px;
}
.page.manufacturer-page .brand-rich-content h2 {
  font-size: 20px !important;
}
.brand-category-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
a.clearance-btn {
  background: var(--color-primary);
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 5px;
}
.page.manufacturer-page .brand-rich-content h2.category-h-text {
  color: #fff !important;
  font-size: 16px !important;
}
.category-title-wrap {
  background-color: #999;
  color: white;
  padding: 8px 10px;
  flex: 1;
  min-width: 250px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.brand-distributor-wrap {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 10px;
  align-items: center;
}

.brand-distributor-wrap .brand-distributo-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
p.bold-font {
  font-weight: 600;
  margin-bottom: 5px;
}
.distributor-parts-info {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fcfcfc;
}
p.brand-distributor-image-wrap img {
  width: auto;
  max-width: 100%;
}
.distributor-parts-info ul li,
.hp .full-width-brand-content-card-wrapper ul li,
.page.manufacturer-page.lenovo .brand-text-wrap ul li {
  list-style-type: square;
  color: #666;
  margin: 0 0 0 20px;
}

.brand-category-search-wrapper {
  margin-top: 0 !important;
}
.brand-category-search-wrapper {
  background-color: #838383;
  border-radius: 6px;
  padding: 20px 15px;
}
.category-search-wrapper {
  background-color: #959595;
}
.category-search-wrapper .search-input-btn-wrap .btn {
  background-color: #6b6c6e !important;
}
.brand-category-search-wrapper label,
.category-search-wrapper label {
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
  line-height: 1.1em;
}
.search-input-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 5px;
}

.search-input-btn-wrap input.form-control {
  flex: 1;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
}
.search-input-btn-wrap .btn {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.brand-distributor-wrap {
  display: grid;
  grid-template-columns: calc(30% - 5px) calc(70% - 5px);
  gap: 10px;
  align-items: center;
}
.page.manufacturer-page.lexmark .search-input-btn-wrap .btn {
  background-color: #008945;
}
.page.manufacturer-page.hpe .search-input-btn-wrap .btn {
  background-color: #008567;
}
.page.manufacturer-page.dell .search-input-btn-wrap .btn {
  background-color: #0076ce;
}
.hp .search-input-btn-wrap .btn {
  background-color: #4096c9;
}

.page.manufacturer-page.dynabook-\(toshiba\)
  .brand-content-card-wrapper.brand-content-without-bg-card
  .brand-content-info-wrap {
  background-color: #6b6b6b;
  color: #fff !important;
}
.page.manufacturer-page.dynabook-\(toshiba\)
  .brand-content-card-wrapper.brand-content-without-bg-card
  .brand-content-info-wrap
  h2 {
  color: #fff !important;
}
.hpe-trust-img {
  margin-top: 10px;
}
.certified-info-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.brand-category-double-search-inner-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.brand-category-double-search-inner-wrap .search-wrap {
  width: 100%;
}
.brand-image-wrap iframe {
  width: 100%;
  border-radius: 6px;
}
.lenovo-partnership-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 15px 15px 15px 20px;
  border-left: 4px solid #e63431;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
}
.lenovo-text {
  flex: 1 1 60%;
  min-width: 300px;
}

.lenovo-heading {
  color: #e63431;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.lenovo-heading i {
  margin-right: 0.5rem;
}

.lenovo-text a {
  color: #e63431;
  text-decoration: none;
}

.lenovo-text a:hover {
  text-decoration: underline;
}
.lenovo-image {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lenovo-eg-img {
  max-width: 310px;
  max-height: 130px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-category-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 7.5px));
  gap: 10px;
  margin: 10px 0;
  box-sizing: border-box;
}
.brand-category-list-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.brand-category-list-item img {
  width: 100%;
  height: auto;
}

.brand-category-list-item h3 {
  font-size: 14px;
  margin: 10px;
  color: var(--color-black-three);
  text-transform: capitalize;
}
.brand-category-list-item:hover h3 {
  color: var(--color-primary);
}
.brand-category-list-item:hover {
  border: 1px solid #f9d0d2;
}
form#search-form ul li.select2-results__option {
  font-size: 14px !important;
}
.select2-results__option {
  font-size: 14px !important;
}
.page.account-upgrade-page .section-title{
  color: var(--color-black-one);
}
/*=================================================
CATEGORY-PAGE-PRODUCT(LIST-GRID) VIEW
===================================================*/
 div#product-results .product-grid .item-grid .item-box {
  width: 100% !important;
  margin: 0 !important;
}
.category-faq-container .faq-question {
  margin: 0 !important;
  padding: 0 !important;
}
html.html-category-page .category-faq-container .faq-question{
  padding: 10px!important;
}
html.html-category-page .category-faq-container .faq-answer{
  margin-bottom: 10px;
}
.category-faq-container .faq-item.active .faq-answer {
  padding-left: 0 !important;
  border-left: none !important;
}
 div#product-results .product-grid .item-grid {
  display: grid !important;
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  gap: 30px 15px;
}
.product-selectors select {
  border-radius: 5px !important;
}

.category-faq-container .faq-title {
  margin: 0;
}

/*==============================
BATTERY-PAGE
====================================*/
.breadcrumb-you-are-here {
  padding: 9px !important;
  border-radius: 0 !important;
}
.breadcrumb li * {
  line-height: 1.2em !important;
}
/*===========================
AD-HOC-PAGE
===============================*/
.adhoc-page-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.adhoc-page-content-wrapper .col-left {
  width: calc(25% - 10px);
}
.adhoc-page-content-wrapper .col-right {
  width: calc(75% - 10px);
}
.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-wrapper {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
}
.adhoc-product-item, .product-list-view-item-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.product-title {
  margin-bottom: 5px;
}
.product-title h2 {
  margin: 0;
  font-size: 18px;
  text-align: left !important;
}
.adhoc-infomration-wrap h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.adhoc-page-content-wrapper .product-list {
  margin: 0 !important;
}
.adhoc-infomration-wrap {
  margin-top: 20px;
}
.adhoc-page-content-wrapper .col-right h1 {
  font-size: 24px !important;
  margin-top: 20px;
}
.filter-header h2 {
  font-size: 18px;
  color: var(--color-black-three);
  margin-bottom: 10px;
}
div#pro-left-filter h3 {
  font-size: 15px;
  color: var(--color-black-three);
}
div#pro-left-filter div ul li a:hover {
  color: var(--color-primary);
}
.page.adhoc-page {
  margin-bottom: 60px;
}
div#pro-left-filter div {
  margin-bottom: 10px;
}
div#pro-left-filter div ul {
  margin-left: 10px;
}
div#pro-left-filter div ul li {
  font-size: 14px;
  margin: 5px 0;
}
.logo-box {
  border: 1px solid #eee;
  border-radius: 6px;
}
.logo-box img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.col-12.col-md-4.custom-col-padding {
  padding: 0 !important;
}
.product-title span {
  font-size: 13px;
  color: #777;
}

.product-title a {
  text-decoration: none;
  color: var(--color-text);
}
.product-row {
  display: flex;
  gap: 20px;
}
.product-left {
  width: 60%;
  display: flex;
}
.product-img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img img {
  max-width: 100px;
  height: auto;
}
.product-content {
  width: 60%;
}

.etaToolTip {
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 5px;
  background: rgb(34, 34, 34);
  border-radius: 10px;
  display: inline-block;
}
.tooltip-inner {
  background-color: #555 !important;
  color: #fff !important;
  font-size: 19px;
  padding: 6px 10px;
  border-radius: 4px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #555 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #555 !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #555 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #555 !important;
}
.desc {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--color-text);
}

.more-info {
  font-size: 12px;
  font-weight: 600;
  color: #ed3024;
  text-decoration: none;
  text-align: left!important;
  margin: 4px 0 0;
}
.product-grid .compatible-text{
display: none;
}
.product-list .compatible-text{
      display: block;
    text-align: left;
    font-size: 12px;
    background: #8b8b8b;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    margin-top: 5px;
    border-radius: 4px;
}
span.list-view-text a{
  text-decoration: underline;
}
.list-view-price-cart-wrapper.has-price-login-text{
  display: block!important;
}
.product-right-info-info {
  width: 40%;
  text-align: left;
  font-weight: 600;
}
li.adhoc-product-item .stock , li.product-list-view-item-wrap .stock{
  color: #0b8043;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 12px !important;
}
.product-right-info-info p {
  line-height: 1.2em !important;
  font-size: 12px !important;
}
.adhoc-product-item .stock-info{
  margin-bottom: 10px !important;
  font-size: 12px;
  font-weight: 600;
}
.warranty {
  font-size: 12px;
  margin-bottom: 10px;
}
.login-note {
  font-size: 13px;
  font-weight: 400;
}
.login-note a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.login-note a:hover {
  color: var(--color-primary);
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  color: var(--color-black-three);
}
div#filterToggle i.fa-solid.fa-chevron-down {
  display: none;
}
.product-list .product-item-wrap, .clearance-products .product-list .item-box .product-item{
  display: flex;
  gap: 20px;
}

.product-list .product-item-wrap > .picture {
  flex: 0 0 calc((100% - 40px) * 0.15);
}
.clearance-products .product-list .item-box .product-item > .picture, .product-details-page .product-list .product-item-wrap > .picture {
 flex: 0 0 calc((100% - 40px) * 0.2)!important;
}
.clearance-products .product-list .item-box .product-item .details, .product-details-page .product-list .item-box .product-item .details{
 flex: 0 0 calc((100% - 40px) * 0.4)!important;
}
.clearance-products .product-list .item-box .product-item .add-info , .product-details-page .product-list .item-box .product-item .add-info {
  flex: 0 0 calc((100% - 40px) * 0.4)!important;
}
.product-list .item-box .product-item .details{
  flex: 0 0 calc((100% - 40px) * 0.35);
}

.product-list .item-box .product-item .add-info{
  flex: 0 0 calc((100% - 40px) * 0.5);
}

.product-list .list-view-price-cart-wrapper .prices,
.product-list .list-view-price-cart-wrapper .buttons {
  flex: 0 0 calc((100% - 20px) / 2);

}
.item-box .list-view-price-cart-wrapper .old-price {
  font-size: 20px!important;
}

.product-list .add-to-cart-quantity {
  display: flex;
  align-items: center;
  max-width: 120px; 
}

.product-list .add-to-cart-quantity input.quantity-field {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center; 
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-width: 45px;
  height: 37px;
}
.product-list .add-to-cart-quantity input.quantity-field:focus {
  box-shadow: 0 0 3px rgba(122, 122, 122, 0.5);
}
.product-list .product-item.product-item-wrap .picture a:before{
  padding-top: 120px!important;
}


.product-list .list-view-price-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.product-list .list-view-price-cart-wrapper .prices {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
}

.product-list .list-view-price-cart-wrapper .buttons {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-list .add-to-cart-quantity input.quantity-field {
    width: 60px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .product-list .list-view-price-cart-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
.product-list .product-item-wrap > .picture, .clearance-products .product-list .item-box .product-item > .picture{
  flex:1!important;
  width: 100%!important;
}
    .product-list .list-view-price-cart-wrapper .prices,
    .product-list  .list-view-price-cart-wrapper .buttons {
        flex: 0 0 100%;
    }
        .product-list .item-box .product-item {
       gap:5px!important;
    }
    .product-list .list-view-price-cart-wrapper .buttons{
      align-items:start!important;
    }
    .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button{
      justify-content: center;
    }
}
.product-list .item-box .product-box-add-to-cart-button{
  min-width: auto!important;
}

/*========================================
RESPONSIVE-DESIGN
=======================================*/
@media (max-width: 1199px) {
  .top-bar{
    height: 51px;
    overflow: hidden;
  }
      .product-list .list-view-price-cart-wrapper .buttons{
  flex: 1 1 100%!important;
  }
  .products-wrapper .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button{
    width: auto!important;
    padding: 10px 30px!important;
  }
  .product-list .list-view-price-cart-wrapper{
    width: auto!important;
  }
  .product-list .list-view-price-cart-wrapper{
    align-items: start!important;
  }
  .product-list .list-view-price-cart-wrapper .buttons{
    justify-content: start;
  }
  .product-list .list-view-price-cart-wrapper{
    gap:8px;
  }
  .brand-category-list-wrapper {
    grid-template-columns: repeat(3, calc(33.333% - 6.7px));
  }
  body.scrolled .sticky-header-customer-type {
    display: none;
  }
  .team-info-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  ul.brand-slider {
    display: block !important;
  }
  .brand-wrapper {
    overflow: hidden;
  }
  .category-list {
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  }
  .header-actions .btn-orange p,
  .header-actions .btn-red p {
    display: none !important;
  }
  .blog-posts {
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  }

}

@media (max-width: 1000px) {

    .empr-facets-container {
    margin-top: 30px!important;

  }
  .header-menu ul li:hover > .sublist {
    box-shadow: none !important;
  }
  ul.top-menu.mobile .sublist li {
    display: inline-block !important;
    margin: 5px !important;
  }

body.custom-account-info .side-2{
margin: 0!important;
}

.table-wrapper {
    width: 100%;
}
.order-details-page .data-table tr{
  margin: 0!important;
}

.page.shopping-cart-page table.cart tbody tr, html.html-wishlist-page .wishlist-content table.cart tbody tr{
    margin: 0!important;
}

.table-wrapper .data-table tbody, .page.shopping-cart-page table.cart tbody, html.html-wishlist-page .wishlist-content table.cart tbody{
    display: flex!important;
    flex-wrap: wrap;
    gap: 20px;
}
.manage-permissions-container .title-container{
  width: 100%!important;
}
.existing-staff-title button.primary-btn.b2b-delete-button{
  padding: 0!important;
}
.table-wrapper .data-table tbody tr, .page.shopping-cart-page table.cart tbody tr, html.html-wishlist-page .wishlist-content table.cart tbody tr {
    width: calc(50% - 10px); 
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.wishlist-content .message-error{
margin: 5px 0 0!important;
font-style: italic!important;
font-weight: 600;
}
}
@media (max-width: 1024px) {
  .block a.product-picture + a.product-name {
    width: 65% !important;
  }
  .block a.product-picture {
    width: 35% !important;
  }
  .right-banner-heading h1 {
    font-size: 32px;
  }
  .why-us-content-box p {
    font-size: 16px;
  }
  .home-page-product-grid-items .item-grid,
  html.html-product-details-page .product-grid .item-grid {
    grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  }
}
@media (max-width: 992px) {

.product-list .list-view-price-cart-wrapper .prices, .product-list .list-view-price-cart-wrapper .buttons{
   flex: 100%;
  }
      .bundle-product-list {
        width: 70%;
    }

    .bundle-col-custom {
        width: 30%;
    }

    .bundle-product-list .product-box-item {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

  div#filterToggle i.fa-solid.fa-chevron-down {
    display: block;
  }
  .filter-title {
    margin: 0 !important;
  }
  .filter-toggle i {
    transition: transform 0.3s ease;
  }
  .filter-toggle.active i {
    transform: rotate(180deg);
  }

  .filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 10px;
  }

  .filter-content.active {
    max-height: 2000px;
    padding: 10px;
  }
  span.footer-disclaimer,
  .footer-payment-info-wrap p,
  .poweredby-text {
    width: 100% !important;
    text-align: left;
  }
  .page.manufacturer-page .brand-rich-content h1,
  .page.news-list-page h1.news-title {
    font-size: 24px !important;
  }
  .stats {
    gap: 20px;
  }

  .page.cancellation-request-page .order-hint-pop img,
  .page.returns-request-page .invoice-hint-pop img {
    max-width: 580px !important;
  }
  .footer-upper {
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
    gap: 30px;
  }
  .home-page-product-grid-items .item-grid,
  html.html-product-details-page .product-grid .item-grid {
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
    gap: 30px 15px;
  }

  .info-wrap h4,
  .stats .stat h2 {
    font-size: 22px;
  }
  .notic-img-content-wrapper {
    margin: 15px 0 0;
    flex-wrap: wrap;
    align-items: start;
    gap: 10px;
    flex-direction: column-reverse;
  }
  .notic-img-content-wrapper p,
  .notic-img-content-wrapper .img-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .notic-img-content-wrapper .img-wrap img {
    width: 200px;
  }
  .header-lower {
    flex-wrap: wrap;
    gap: 10px;
  }
  .header-logo {
    flex: 1 1 100%;
  }
  .search-box-wrapper,
  .header-actions {
    flex: 1 1 100%;
    display: flex;
  }
  .search-box-wrapper {
    flex: 0 0 calc(80% - 7px);
  }

  .header-actions {
    flex: 0 0 calc(20% - 3px);
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }
  .search-box-wrapper .search-box {
    width: 100%;
  }

  .adhoc-page-content-wrapper .col-left,
  .adhoc-page-content-wrapper .col-right {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .col-12.col-md-4.custom-col-padding {
    padding: 10px 15px !important;
  }
}
@media (max-width: 768px) {

   .row-grid {
          flex-direction: column; 
        }
       .product-parts-overview-wrapper .product-image-wrap {
          margin-bottom: 10px;
        }

        .product-parts-overview-wrapper .price-and-cart-row, li.product-list-view-item-wrap .price-and-cart-row {
          flex-direction: column;
          align-items: flex-start;
        }
li.product-list-view-item-wrap .product-row{
  gap:5px!important;
}
        .product-parts-overview-wrapper .price-section, li.product-list-view-item-wrap .price-section {
          margin-bottom: 15px;
        }

        .product-parts-overview-wrapper .cart-section, li.product-list-view-item-wrap .cart-section {
          width: 100%;
          text-align: left;
        }

        .product-parts-overview-wrapper .add-to-cart-group, li.product-list-view-item-wrap .add-to-cart-group {
          justify-content: flex-start;
        }
           .product-parts-overview-wrapper .product-image, li.product-list-view-item-wrap .product-image {
        max-width: 100%;
        max-height: 100px;
        object-fit: contain; 
      }


  .product-row, li.product-list-view-item-wrap .product-row{
    flex-direction: column;
  }

  .product-left,
  .product-right-info {
    width: 100%;
  }

  .product-left {
    flex-direction: column;
  }

  .product-img,
  .product-content {
    width: 100%;
  }

  .product-right-info-info {
    text-align: left;
    margin-top: 10px;
  }
  .news-title {
    flex-direction: column;
    gap: 15px;
  }
  .brand-distributor-wrap,
  .brand-content-card-wrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .brand-category-list-wrapper {
    grid-template-columns: repeat(2, calc(50% - 5px));
  }

  p.brand-image-wrap.brand-video-wrap {
    height: 500px;
  }
  .brand-content-info-wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .brand-image-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .lenovo-eg-img {
    max-width: 200px;
    max-height: 85px;
    margin-top: 1rem;
  }
  .lenovo-text,
  .lenovo-image {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .lenovo-partnership-section {
    gap: 0;
  }

  .why-choose-aruba-card.no-bg-card .aruba-content-wrap {
    margin-top: 10px;
  }
  .page.manufacturer-page .brand-rich-content h2 {
    font-size: 20px !important;
  }
  .page.blogpost-page .breadcrumb,
  .page.blog-page .breadcrumb {
    margin: 0 0 20px !important;
  }
  .team-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-posts {
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  }
  .category-grid {
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  }
  .brand-info-wrapper {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
  }
  .brand-logos img {
    width: 100px;
  }
  .brand-info-wrap,
  .brand-logos {
    width: 100%;
  }
  div#information ul {
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  }

  .contact-page .contact-grid > .contact-info,
  .contact-page .contact-grid > .contact-form {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .why-empr-wrapper {
    grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  }
  .why-empr-item-wrap {
    text-align: left;
  }
  .page.manufacturer-list-page .item-box .picture a:before {
    padding-top: 80px !important;
  }
  .custom-row.banner-slider-row .col-4,
  .custom-row.banner-slider-row .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-row.banner-slider-row {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .why-us-content-box br,
  .right-banner-heading br {
    display: none;
  }
  .category-list,
  .values-info-wrapper {
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
  .values-info-wrapper {
    gap: 15px;
  }
  .guide-content-wrap,
  .proliant-servers-content-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .info-wrap,
  .img-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page .page-title h1,
  .page.track-order-page h1,
  .page-banner-title h1,
  .page.manufacturer-list-page .page-title h1,
  .page.contact-page .page-title h1,
  .account-card h1,
  .page.credit-application-page .page-title h1,
  .page.cancellation-request-page h1,
  .page.returns-request-page h1 {
    font-size: 26px !important;
  }
  .privacy-policy-wrapper h2,
  .recycling-e-waste-content-wrapper h2,
  .returns-policy h2,
  .page.blogpost-page h2,
  span#page-main-title,
  .page-emprrapid h2 {
    font-size: 20px;
  }
  .left-banner-wrapper .banner-img-wrap img {
    height: 300px;
  }
  .page.credit-application-page {
    padding: 0 !important;
  }
  .page.cancellation-request-page .btn-next,
  .page.cancellation-request-page .btn-primary,
  .contact-page .contact-form .btn-primary,
  .account-card .btn-secondery,
  .page.returns-request-page .btn-next,
  .contact-page .contact-form .btn-primary,
  .account-card .btn-secondery,
  .page.credit-application-page .btn-primary,
  .page.credit-application-page .submit-card .btn-primary,
  .page.cancellation-request-page .order-details-table td {
    width: 100% !important;
  }
  .page.cancellation-request-page .order-details-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-info-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
       .bundle-product-wrap-custom {
        flex-direction: column;
    }

    .bundle-product-list .product-box-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bundle-product-list,
    .bundle-col-custom {
        width: 100%;
    }
            .product-with-operator::after,
    .product-with-equals::after {
        top: auto;
        bottom: -34px;       
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        font-size: 26px;
    }
  .adhoc-page-content-wrapper .col-right h1 {
    font-size: 22px !important;
  }
  .tab-titles li {
    margin: 0;
    padding: 10px 20px;
  }

  .product-tabs .tab-content {
    padding: 15px !important;
  }
  .brand-category-double-search-inner-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .certified-info-wrapper {
    flex-wrap: wrap;
  }
  .model-columns {
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  }

  .team-info-wrapper {
    grid-template-columns: 1fr;
  }
  .page.cancellation-request-page .order-hint-pop img,
  .page.returns-request-page .invoice-hint-pop img {
    max-width: 400px !important;
  }
  .home-page-product-grid-items .item-grid,
  html.html-product-details-page .product-grid .item-grid,
   div#product-results .product-grid .item-grid {
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
    gap: 20px 10px;
  }
      .product-item.product-item-wrap .prices{
        margin: 6px 5px 10px 5px;
      }
  html.html-manufacturer-page .product-grid,
  html.html-manufacturer-page .product-list {
    margin-bottom: 30px !important;
  }
  .account-card .grid-2 div {
    margin-bottom: 15px !important;
  }
  .account-creation-billing-address-wrapper .w-33,
  .account-creation-billing-address-wrapper .w-100 {
    margin-top: 15px !important;
  }
  .account-card .grid-2 {
    grid-template-columns: 100% !important;
  }
  .account-creation-billing-address-wrapper,
  .account-card .grid-2 {
    gap: 0 !important;
  }
  .why-us-wrap {
    grid-template-columns: 100%;
  }
  .why-us-content-box::after {
    content: none;
  }
  .category-item {
    gap: 10px;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .category-list {
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  }
  .category-content-wrap,
  .category-item img,
  .laptop-guide-section-wrap .col-6,
  .account-payable-content-wrapper > div,
  .page.cancellation-request-page .form-group {
    flex: 100% !important;
    max-width: 100%;
    width: 100% !important;
  }
  .account-payable-content-wrapper {
    flex-wrap: wrap;
  }
  .category-item {
    padding: 15px;
  }
  .right-banner-heading h1 {
    font-size: 28px;
  }
  .right-banner-heading p,
  .page-help .section-title,
  span#page-main-title {
    font-size: 18px;
  }
  .account-creation-billing-address-wrapper p {
    margin-bottom: 8px !important;
  }
  .account-creation-billing-address-wrapper .w-33 {
    width: 100% !important;
  }
  div#abn-lookup-msg {
    margin: 0 !important;
  }
  .tab-content {
    border-radius: 10px;
  }
  .tab-titles {
    flex-direction: column;
    gap: 5px;
    display: flex;
  }
}
.part-details-table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.part-details-table th,
.part-details-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .part-details-table th,
  .part-details-table td {
    padding: 6px 10px;
  }

  .part-details-table {
    font-size: 14px;
  }
  .ibm-content img {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {

.order-details-page .data-table tr{
  margin-bottom: 30px!important;
}
.table-wrapper .data-table tbody {
    display: block!important;
}

.table-wrapper .data-table tbody tr, .page.shopping-cart-page table.cart tbody tr , html.html-wishlist-page .wishlist-content table.cart tbody tr{
    width: 100%!important; 
}
.contact-form-flex-field{
   display: block!important;
}

.contact-form .contact-form-flex-field .form-group {
  width: 100%!important;
}
form#contact-form .contact-form-flex-field :first-child, div#dynamic-fields, form#contact-form .form-group{
  margin-bottom: 10px!important;
}



html.html-home-page .item-box .old-price{
  margin-bottom: 5px!important;
}
  .why-us-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button, .products-wrapper .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button, .product-list .list-view-price-cart-wrapper{
  width: 100%!important;
}
.why-us-wrap .why-us-content-box:last-child {
    grid-column: 1 / -1;
}

  html.html-account-page .page-title h1 {
    font-size: 22px !important;
  }
  a.view-details-btn, a.view-details-btn:hover, a.view-details-btn:focus{
    border-right: 0!important;
  }
  ul.top-menu.mobile .sublist li {
    display: flex !important;
    justify-content: center;
  }
  .product-item.product-item-wrap .prices,
  .product-item.product-item-wrap .prices .actual-price {
    padding: 0 10px 0 5px !important;
  }
  .img-wrap img {
    height: 150px;
  }

  .page.news-list-page {
    padding: 40px 20px 20px 20px !important;
  }
  .product-box-add-to-cart-button,
  a.view-details-btn {
    padding: 12px !important;
  }
  p.brand-image-wrap.brand-video-wrap {
    height: 200px;
  }
  html.html-search-page .item-box {
    width: 100%!important;
  }
  .model-columns {
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
  html.html-blogpost-page .center-2 {
    width: 100% !important;
  }

  .category-grid {
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
  .page.cancellation-request-page .order-hint-pop img,
  .page.returns-request-page .invoice-hint-pop img {
    max-width: 300px !important;
  }

  .page.manufacturer-list-page .manufacturer-grid .item-grid {
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 10px;
  }
  .page.manufacturer-list-page .item-box .picture a:before {
    padding-top: 50px !important;
  }
  .rapid-ai-wrap {
    display: none;
  }
  .content-wrap {
    padding: 20px 10px;
  }
  .product-item.product-item-wrap .picture a:before {
    padding-top: 100px !important;
  }
  .page .page-title h1,
  .page.track-order-page h1,
  .page.returns-request-page h1,
  .page-banner-title h1,
  .page.manufacturer-list-page .page-title h1,
  .page.contact-page .page-title h1,
  .account-card h1,
  .page.credit-application-page .page-title h1,
  .page.cancellation-request-page h1, .page.serial-number-search-page h1 {
    font-size: 24px !important;
  }
  .category-wrapper h2,
  .title-info-wrap h2,
  html.html-blogpost-page .page .page-title h1 {
    font-size: 22px !important;
  }
  .left-banner-heading h3 {
    font-size: 20px;
  }
  .content-wrap h3 {
    font-size: 18px !important;
  }
  .page.blogpost-page h2,
  html.html-blogpost-page .page.blogpost-page h2,
  .page-emprrapid h2 {
    font-size: 18px !important;
  }
  html.html-blogpost-page .page.blogpost-page h3 {
    font-size: 18px !important;
  }
  .brand-slider .slick-slide {
    margin: 0 10px;
  }
  .footer-upper,
  .why-empr-wrapper,
  .values-info-wrapper,
  .blog-posts {
    grid-template-columns: 100%;
  }
  .blog-posts {
    gap: 30px;
  }
  .why-empr-wrapper {
    gap: 20px;
  }
  .product-item.product-item-wrap .buttons {
    flex-wrap: wrap;
  }
  .product-list .product-item.product-item-wrap .buttons{
flex-wrap: nowrap!important;
  }
  .product-box-add-to-cart-button,
  a.view-details-btn {
    height: auto !important;
    border-radius: 3px !important;
  }
  .content-wrap {
    margin: 10px;
  }
  .prod-details-popup-info-wrapper {
    flex-wrap: wrap;
    gap: 5px 15px;
  }
  div#information ul {
    grid-template-columns: 100%;
  }
  html.html-home-page .item-box .old-price{
    display: block;
  }
}
@media (max-width: 480px) {
  .category-list {
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
  .page.cancellation-request-page .order-hint-pop img {
    max-width: 230px !important;
  }
  .category-grid {
    grid-template-columns: 100%;
  }
  html.html-wishlist-page .cart tr {
    margin: 0 0 30px !important;
  }
  .footer-lower {
    justify-content: center;
  }
  .poweredby-text {
    text-align: center;
  }
  .footer-payment-info-wrap {
    gap: 10px;
  }
  .footer-payment-info-wrap img {
    width: 220px;
    object-fit: contain;
  }
  .page.product-details-page .product-essential .overview .add-to-cart-panel{
    display: flex!important;
  }
}

.steps-container > .step-item {
    flex: 0 0 auto;
    min-width: 1px;
    padding: 5px 5px 5px 25px;
}
.steps-container > .step-item .step-label {
    font-size: 10px;
    line-height: 1.2;
    margin: 0 0 5px;
}
.steps-container > .step-item .step-value {
    font-size: 12px;
    line-height: 1.2;
    opacity: 1;
}

.bundle-product-list .product-box-item {
    max-width: none;
    display: inline-block;
    flex-direction: unset;
    justify-content: unset;
    flex: auto;
}
.bundle-product-list {
    flex-wrap: nowrap;
    flex: 0 0 auto;
    overflow: auto;
    gap: 30px;
    padding-right: 30px;
}
.bundle-product-wrap-custom {
    gap: 0;
}
.bundle-col-custom {
    padding:20px 0 0 10px;
}
.product-with-operator::after, .product-with-equals::after {
    width: 30px;
    left: 100%;
    right: auto;
}
@media(max-width: 1000px) {
    .bundle-product-list .product-box-item {
        max-width: calc(50% - 30px);
        flex: 0 0 auto;
    }
}
@media (max-width: 680px) {
.page.account-page.address-list-page .address-list{
  display: block!important;
}
html.html-account-page.html-address-list-page .page.account-page.address-list-page .section.address-item{
  margin: 60px 0!important;
}

    .product-with-operator:last-child::after, .product-with-equals:last-child::after {
        display: none;
    }
    .product-with-operator::after, .product-with-equals::after {
        left: 100%;
        top: 50%;
        transform: translate(0,-50%);
        bottom: auto;
    }
    .bundle-product-list {
        padding-right: 0;
    }
    .bundle-col-custom {
      padding:20px 0 0 0;
    }
    .bundle-col-custom {
        text-align: center;
    }
        .bundle-product-list .product-box-item {
        max-width: calc(80% - 30px);
    }
}

@media (min-width: 769px) {
    .product-list .item-box .product-item .details {flex: 0 0 360px;}
    .product-list .item-box .product-item .picture {flex: 0 0 130px;}
    .product-list .item-box .product-item .add-info {flex: 0 0 calc(100% - 360px - 130px - 40px);}
}

.product-list {
  margin-bottom: 0!important;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;              
    pointer-events: none;    
    background-color: #333;
    color: white;
    padding: 8px 13px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.4s, transform 0.4s, background-color 0.3s;
    transform: translateY(20px);  
}

#back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);  
}

#back-to-top:hover {
    background-color: #dc3545;
}


.order-details-area {
    display: flex;
    flex-wrap: wrap;       
    gap: 20px;            
    justify-content: flex-start; 
    margin-bottom: 30px;
}

.order-details-area .billing-info-wrap,
.order-details-area .shipping-info-wrap {
    flex: 1 1 calc(50% - 20px); 
    box-sizing: border-box;     
    margin: 0!important;
}

.text-danger.validation-summary-errors {
    margin: 10px;
    font-weight: 600;
    font-style: italic;
}

html.html-not-found-page .page.not-found-page{
  margin-bottom: 15px;
}
.page.registration-result-page i{
font-size: 50px;
}
.page.registration-result-page .buttons{
  justify-content: center!important;
}
.registration-result-page .result {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #353535;
}
.registration-success {
    font-weight: 700!important;
    font-size: 24px;
    margin: 10px 0 20px 0;
}
.registration-result-page .result p{
  color: var(--color-gray)!important;
}
.page.registration-result-page {
    margin: 60px 0;
}
a.button-1.register-continue-button{
  background-color: #353535!important;
}
a.button-1.register-continue-button:hover{
  background-color: var(--color-primary)!important;
}

.brand-modal-wrapper div#modelsWrapper, div#productsWrapper{
position: sticky;
top:0;
}
.product-list .item-box .product-item .add-info .stock-container{
  line-height: 1em!important;
}
@media(min-width: 769px) and (max-width: 805px) {
    .products-wrapper .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button {
        font-size: 12px!important;
        padding: 10px !important;
    }
}


@media(min-width: 1206px) and (max-width: 1300px){
.product-list .list-view-price-cart-wrapper .buttons {
    gap: 5px;
    /* flex: 100%!important; */
}
  .products-wrapper .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button {
        font-size: 12px!important;
        padding: 10px 12px!important;
    }
/* .product-list .item-box .product-item .add-info .buttons .product-box-add-to-cart-button {
    padding: 10px!important;
    font-size: 12px!important;
} */

.product-list .list-view-price-cart-wrapper {
    gap: 10px;
}

.product-list .add-to-cart-quantity {
    max-width: 50px;
}    
}

.required {
    display: none;
}
label:has(+ input[data-val-required])::after {
    content: " *";
    color: red;
    font-weight: 600;
}

 /* span.required {
    order: -1;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0px;
}

.inputs {
    display: flex;
    flex-wrap: wrap;
}
.form-row label {max-width: 90%;
} 
form .inputs label {order:-1;}
 */


.order-completed .details a, .section.order-completed .alert.alert-info.change-shipping-alert p{
    color: #353535!important;
}
.order-completed .details a{
    text-decoration: underline!important;
}
.page.checkout-page.order-completed-page{
  margin: 50px 0;
}
.page.checkout-page.order-completed-page h1, .section.order-completed .title, .order-completed .details div{
  text-align: center!important;
}
.page.checkout-page.order-completed-page .buttons{
  justify-content: center!important;
}
.checkout-data .payment-info .info td, .checkout-data .payment-info .info td:first-child, .checkout-data select#CreditCardType, .checkout-data .payment-info .info td input[name="CardCode"]{
width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: left;
    font-weight: 600;
    color: #656565;
    margin-bottom: 5px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select{
  border-radius: 5px!important;
}

.section.order-completed .alert.alert-info.change-shipping-alert {
    background: #fff!important;
    border: none!important;
    padding: 0!important;
}

html.html-account-page.html-order-list-page p.no-data.text-center.mt-4 {
    text-align: left !important;
    margin-top: 10px;
}

.page.password-recovery-page .form-fields{
padding: 20px 0 0!important;
}
.password-recovery-page .result{
  font-weight: 600!important;
}
.password-recovery-page .button-1{
  margin: 10px 0 20px;
}

/*==================NEW======================*/
.info-table {
    width: 100%;
      font-size: 13px!important;
    border-collapse: collapse;
}

.info-table td {
    padding:3px 3px 3px 10px;
    vertical-align: top;
}

.info-table .label {
    width: 30%;
    font-weight: 700;
    color: #555;
    font-size: 12px;
    white-space: nowrap;
}

.info-table .value {
    width: 70%;
}
.info-table .value span {
    line-height: 1.4;
}
.page.account-page.address-list-page .section.address-item .title{
  padding: 5px 8px!important;
  background-color:#f2f2f2;
  border-radius: 5px;
  margin-bottom: 8px!important;
}
.page.account-page.address-list-page .section.address-item .title strong, .page.account-page.address-list-page .section.address-item .title span {
  font-size: 13px!important;

}
.page.account-page.address-list-page button.button-1.add-address-button{
background-color: #fff!important;
color: var(--color-black-three)!important;
font-size: 14px!important;
font-weight: 700!important;
padding: 0!important;
text-transform: uppercase!important;
margin-top: 5px!important;

}
.page.account-page.address-list-page button.button-1.add-address-button:hover{
  color: var(--color-primary)!important;
}
.page.account-page.address-list-page button.button-1.add-address-button i{
      padding: 1px 4px 2px 4px;
    border: 2px solid var(--color-primary);
    border-radius: 3px;
    color: var(--color-primary);
    margin-right: 4px;
}
.section.address-item .section.address-item{
margin: 0!important;
}


.page.account-page.address-list-page .address-list{
  display: flex;
  gap:20px;
  flex-wrap: wrap;

}
.page.account-page.address-list-page .section.address-item{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
  margin: 30px 0 20px!important;
}
   .page.account-page.address-list-page .buttons{
      top:-30px!important;
      position:absolute!important
    }
.address-list-page .info{
background-color: #fff!important;
}
.page.account-page.address-list-page .section.address-item .info{
height: 100%!important;
}
.page.account-page.address-list-page .section.address-item .info li label{
  font-weight: 700!important;
}
.address-list .address-item {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
}
div#section-core .section-title{
  display: none!important;

}
select#SelectedType {
    margin-bottom: 15px;
}

.contact-form-flex-field{
    display: flex;
    gap: 10px;
}

.contact-form .contact-form-flex-field .form-group {
  width: calc(50% - 5px);
  margin-bottom: 0!important;
}

.input-group label{
  font-weight: 600;
}
span.asterisk{
  color: red;
  margin-left: 2px;
}
.page.contact-page .contact-info{
  text-align: left!important;
  color: #656565!important;
}
.contact-form-flex-field .input-group{
  width: 100%;
}
.password-recovery-confirm {
  padding: 0 0 60px!important;
}

html.html-account-page.html-customer-upgrade-page div#section-business .section-title, html.html-account-page.html-customer-upgrade-page div#section-billing .section-title, html.html-account-page.html-customer-upgrade-page div#section-additional .section-title, html.html-account-page.html-customer-upgrade-page div#section-departments .section-title{
border-bottom: 3px solid #F3F3F3!important;
padding-bottom: 5px!important;
position: relative;
}
html.html-account-page.html-customer-upgrade-page div#section-business .section-title::before, html.html-account-page.html-customer-upgrade-page div#section-billing .section-title::before, html.html-account-page.html-customer-upgrade-page div#section-additional .section-title::before, html.html-account-page.html-customer-upgrade-page div#section-departments .section-title::before{
      width: 70px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    content: "";
    display: inline-block;
    background-color: #000;
}

.serial-number-info-wrapper{
    padding: 20px;
    background: #f0f8ff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    border-radius: 10px;
}
.serial-number-info-wrapper h3{
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.serial-number-info-wrapper .custom-container{
  margin: 10px 0 0;
}
input#dtag {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    background: #d63b2b;
    color: #fff;
}
.serial-number-info-wrapper .form-wrap{
  display: flex;
  gap:10px;
  margin-bottom: 10px;

}
.serial-number-info-wrapper .form-wrap input:first-child{
  width: 100%;
  padding: 8px 10px;
}
.serial-image img{
  width: 100%;
}

.serial-number-search-page .alert-danger {
    background-color: #f2dede;
    color: #a94442;
        padding: 5px 10px;
    margin: 20px 0 0;
    border: 1px solid  #ebccd1;
    font-size: 14px;
    border-radius: 3px;
}
.serial-number-info-wrapper a:hover{
  color: var(--color-primary);
}
