@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bungee+Shade&family=Changa:wght@200..800&family=Coustard:wght@400;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&family=Marmelad&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&family=Salsa&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bungee+Shade&family=Changa:wght@200..800&family=Coustard:wght@400;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&family=Marmelad&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&family=Salsa&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');



.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
}

.site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav_logo a::before {
  position: absolute;
  top: 0px;
  right: -18px;
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  content: '';
}

.top_border {
  border-bottom: 0px;
  background: #242424;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav_mainlogo {
  background: #fff;
  border-bottom: unset;
  padding: 0px !important;
}

.nav_mainlogo {
  padding: 10px !important;
}

.path-product .nav_mainlogo {
  padding: 0px !important;
}

.nav_main {
  background: #171717;
  padding: 0;
  /* margin-bottom: 20px; */
  /* border-bottom: 2px solid #ed1d23; */
}

.nav_main_list ul li {
  height: auto;
  padding: 0 0px;
  position: relative;
}

.nav_main_list ul li a {
  text-transform: inherit;
  display: inline-block;
  padding: 10px 10px !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.71px;
  color: #000000 !important;
  background: #fff;
  border-bottom: none;
  margin-right: 5px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  font-family: "Oswald", sans-serif;
}

.nav_main_list ul li a.active,
.nav_main_list ul li a.is-active,
.nav_main_list ul li a:hover {
  background: #fff !important;
  color: #F10000 !important;
  /* background: -webkit-linear-gradient(
  0deg,#da291c 0%, #c31217 50%, #da291c 100%);
  background: -moz-linear-gradient(
  0deg,#da291c 0%, #c31217 50%, #da291c 100%);
  background: linear-gradient(
  0deg,#da291c 0%, #c31217 50%, #da291c 100%); */
}

.menu-item.menu-item--expanded ul.menu {
  display: none;
}

.menu-item.menu-item--expanded ul.menu {
  padding-top: 0;
  padding-bottom: 0 !important;
  width: 30%;
  min-width: 250px;
  /*overflow-y: scroll;
  max-height: 316px;*/
}

.nav_main_list li ul li:last-child.menu-item.menu-item--expanded ul.menu {
  right: 0;
}

.menu-item.menu-item--expanded ul.menu li {
  padding: 0 !important;
}

.menu-item.menu-item--expanded ul.menu li a {
  color: #000000 !important;
  font-size: 14px !important;
  display: block;
  background: #fff !important;
  margin-right: 0px !important;
  padding: 10px 7px !important;
  text-align: left !important;
}

.menu-item.menu-item--expanded ul.menu li a:hover {
  color: #F10000 !important;
}

.nav_logo {
  padding:0px !important;
<<<<<<< HEAD
}

.global-search {
    margin-top: 0px !important;
=======
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
}


.nav_logo img {
  width: auto !important;
  height: 56px !important;
}

.top_searchbox {
  margin: 22px 5px 0px 0px;
  width: 100% !important;
  display: inline-block !important;
}

.top_searchbox_buybtn-block {
  display: inline-block;
  width: 15%;
}

.top_searchbox_buybtn {
  width: auto;
  border-radius: 25px;
  padding: 0 15px;
}

.top_searchbox input[type=text],
.newsletter_input input[type=text] {
  height: 40px;
  border-radius: 0px !important;
  line-height: 1;
}

.top_searchbox-link {
  margin-left: 25px;
  text-align: right;
  margin-right: -25px;
}

.top_searchbox-link a {
  color: #bfaa42;
  font-size: 14px;
  /* font-family: 'Nunito', sans-serif; */
  text-align: right;
  text-decoration: underline;
}

.top_cart {
  margin: 23px 0;
}

.top_searchbox button,
.newsletter_input button {
  background: #da291c;
}

.cart_wishlist .wishlist_count,
.cart_shopping .shopping_count {
  background: #da291c;
}

.top_cart a {
  color: #fff !important;
}

.cart-list a {
  color: #333 !important;
}

.topbar_nav li a {
  /* font-family: 'Nunito', sans-serif; */
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
}

.top_cart {
  /* font-family: 'Nunito', sans-serif; */
}


.widget-shopping-cart-content .buttons a {
  height: auto;
}

.topbar_phone,
.topbar_nav {
  padding: 0px 0 0px 0 !important;
  border: 0;
}

.topbar_phone i.fa {
  color: #fff !important;
  vertical-align: bottom;
  margin-right: 15px !important;
}

.topbar_phone span i {
  vertical-align: baseline !important;
}

.topbar_nav li:last-child a {
  color: #fff;
}

.widget-shopping-cart-content .buttons a.view-cart {
  background-color: #ed1c24;
  /* font-family: 'Nunito', sans-serif; */
}

.widget-shopping-cart-content .buttons a.checkout {
  background-color: #da291c;
  /* font-family: 'Nunito', sans-serif; */
}

.widget-shopping-cart-content .buttons a.checkout:hover {
  background-color: #da291c;
}

.widget-shopping-cart-content .widget-shopping-cart-close {
  background-color: #da291c;
}

.widget-shopping-cart-content .cart-list li a {
  margin-bottom: 5px;
}

.price_color {
  margin-bottom: 0px;
}

.header-page-breadcrumb .breadcrumbs {
  padding: 15px 0;
}

footer {
  background-image: url('.././images/footer-bg.webp');
  padding-top: 50px;
  padding-bottom: 40px;
  color: #d0d1d3;
  position: relative;
}

.footer_info {
  /* font-family: 'Nunito', sans-serif; */
  font-size: 14px;
}

.footer_info a {
  color: #d0d1d3;
}

.footer_info li {
  color: #d0d1d3;
}

.footer_info .footer_title {
  /* font-family: 'Quicksand', sans-serif; */
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #fff;
}

.copy_right {
  background: #000;
  color: #fff;
  padding: 18px 0;
  border: none;
}

.copy_right p {
  margin: 0;
  color: #A8A8A8;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}

.footer_info li i {
  color: #971515;
}

.banner_slider {
  position: relative;
}

.banner_slider .carousel-inner .item>img {
  height: auto !important;
}

.banner_slider .carousel-inner .item {
  overflow: hidden;
  height: auto;
}

/* .banner_slider .slide {
  overflow: hidden;
  height: 250px;
} */
.ymme-search-block {
  position: absolute;
  /* position: relative; */
  top: 1px;
  right: 5%;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 95%;
  height: auto;
  min-height: 446px;
  background: #282828;
}

.cart_wishlist i,
.cart_shopping i {
  font-size: 32px;
  margin-right: 10px;
  vertical-align: sub;
}

.carousel-control.right {
  /* right:25px; */
}

.ymme-search-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ymme-search-tabs li {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.ymme-search-tabs li:not(:last-child) {
  border-right: 3px solid #141414;
}

.ymme-search-tabs a.active {
  background-color: #da291c;
  color: #fff;
  font-weight: 600;
  /* border-bottom: 1px solid #444444; */
}

.ymme-search-tabs a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 12px 8px;
  min-height: 40px;
  background-color: #282828;
  margin-bottom: 0;
  /* font-family: 'Nunito', sans-serif; */
  border-bottom: 3px solid #da291c;
}

.ymme-search-tabs a:hover,
.ymme-search-tabs a:focus {
  background-color: #da291c;
}

.ymme-search-tabs a .search_icon {
  opacity: 0.8;
  font-size: 14px;
  padding-right: 6px;
  vertical-align: middle;
  color: #ffffff;
}

.search-panel-block {
  clear: left;
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 0;
}

.search-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12%;
  left: 0;
  padding: 30px 20px;
}

.search-panel-bg {
  position: relative;
  margin-left: -20px;
  opacity: 0.1;
  z-index: 0;
}

.banner-search-sec {
  float: right;
}

.clear-both {
  clear: both;
}

.product-search-btn {
  border-radius: 0;
  padding: 0.65rem 1.25rem;
}

.product-search-btn {
  background: #da291c;
  color: #fff;
  box-shadow: 0 0 0;
  border: 0;
  /* float: right; */
}

.product-search-btn:hover,
.product-search-btn:focus {
  background: #da291c;
  color: #fff;
  border: 0;
}

.search_query_adv {
  padding: 0.78125rem 1.875rem !important;
  font-size: 15px !important;
}

input.apa-fa-search.home {
  position: absolute;
  right: 0px;
  opacity: 1;
  z-index: 9;
  font-size: 12px;
  height: inherit;
  width: 48px;
  box-shadow: none;
  border-radius: 0px 1px 1px 0px;
  height: 41px !important;
  box-shadow: 0 0 0;
  padding: 10px;
  /* background-image: url(../search-icon.png); */
  background-image: url(https://www.apacatapult.com/originalcaraudio/assets/search-icon-white.png);
  background-color: #da291c !important;
  border-color: #da291c !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
}

.apa_home_search_block {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  /* font-family: 'Nunito', sans-serif; */
}

#Engine_family .apa_home_search_block {
  margin-top: 10px !important;
}

.buyersguide_table thead tr>th:nth-child(1) {
  width: 10%;
}

.buyersguide_table thead tr>th:nth-child(2) {
  width: 18%;
}

.buyersguide_table thead tr>th:nth-child(3) {
  width: 22%;
}

.buyersguide_table thead tr>th:nth-child(4) {
  width: 30%;
}

.buyersguide_table thead tr>th:nth-child(5) {
  width: 20%;
}

@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}



.about_us p {
  /* font-family: 'Nunito', sans-serif; */
  font-size: 15px;
  line-height: 1.7;
}

.about-section-bg {
  position: relative;
}

.about-section-bg::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/themes/UEM/images/uem/history-bg.png');
  background-position: center;
  background-repeat: no-repeat;
}


.part-search>.sub-menu li a {
  font-size: 14px;
  /* font-family: 'Nunito', sans-serif; */
}


.slide_buttons .next_btn {
  background: #ed1d23;
}

.slide_buttons .prev_btn {
  background: #ed1d23;
}

.news_letter {
  background: #222;
  color: #fff;
}

.footer_newsletter {
  /* font-family: 'Nunito', sans-serif; */
}

.newsletter_input {
  margin: 34px 0;
}

.footer_newsletter h3 {
  margin: 40px 0;
  line-height: 1.25;
  font-size: 22px;
}


.uem-static {
  padding: 30px 0;
  display: none !important;
}

.news_letter {
  display: none !important;
}

.uem-static img {
  width: 100%;
  box-shadow: 0 0 5px #ccc;
}

.global-search {
   margin-top: 0px;
}

.brands_block {
  background: url(../images/uem/brand-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

ul.product-line-tab {
  position: absolute !important;
  bottom: 0;
}

.top_searchbox .top_searchbox-icon {
  position: absolute;
  background: #da291c;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 10px 20px;
}

.quick-order-list {
  float: right;
  /*background: #ed1d23;*/
  background: #da291c;
  padding: 5px 16px;
  margin-right: 0;
  margin-left: 10px;
}

/* .quick-order-list a {
  padding: 10px;
} */
.sticky-header.sticky {
  background: #171717;
}

.fb-icon {
  background-color: #0c4a99;
  padding: 6px 0 5px 14px !important;
  border-right: 1px solid #0c4a99 !important;
}

.insta-icon {
  padding: 5px 0 6px 14px !important;
  background: #f09433;
  background: -moz-linear-gradient(43deg, #f09433 0%, #e6683c 25%, #c91f39 50%, #b9205d 75%, #970e6b 100%);
  background: -webkit-linear-gradient(43deg, #f09433 0%, #e6683c 25%, #c91f39 50%, #b9205d 75%, #970e6b 100%);
  background: linear-gradient(43deg, #f09433 0%, #e6683c 25%, #c91f39 50%, #b9205d 75%, #970e6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  border-right: 1px solid #f09433 !important;
}

.linked-icon {
  background-color: #007ab5;
  padding: 5px 0 6px 14px !important;
  border-right: 1px solid #007ab5 !important;
}

.youtube-icon {
  background-color: #0c4a99;
  background-image: -webkit-linear-gradient(bottom, rgb(109, 2, 2) 22%, rgb(201, 0, 0) 61%);
  background-image: -moz-linear-gradient(bottom, rgb(109, 2, 2) 22%, rgb(201, 0, 0) 61%);
  background-image: -o-linear-gradient(bottom, rgb(109, 2, 2) 22%, rgb(201, 0, 0) 61%);
  background-image: -ms-linear-gradient(bottom, rgb(109, 2, 2) 22%, rgb(201, 0, 0) 61%);
  background-image: linear-gradient(bottom, #6D0202 22%, rgb(201, 0, 0) 61%);
  color: #fff;
  letter-spacing: -6px;
  text-shadow: 0 3px 0 #000;
  /* border-radius: 50% / 11%; */
  box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.67);
  padding: 5px 0 6px 14px !important;
  border-right: 1px solid #0c4a99 !important;
}

.youtube-icon i.fa {
  padding-right: 6px;
}

.linked-icon i.fa {
  padding-right: 0px;
}

.carousel-control.left i.fa {
  height: 30px;
  width: 30px;
  left: 0px !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 7px;
  font-size: 14px;
  padding-right: 4px;
  border-radius: 50%;
  text-align: center;
  background: rgb(237 29 35);
}

.carousel-control.right i.fa {
  height: 30px;
  width: 30px;
  right: 0px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 7px;
  padding-left: 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: rgb(237 29 35);
}

.carousel-control {
  opacity: 1;
}

.aboutus_panel {
  position: relative;
  padding: 25px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  /* font-family: 'Open Sans', sans-serif; */
  background-color: #222;
}

.aboutus_panel .panel_inner {
  position: relative;
  padding: 2em 2em;
  border: 1px solid hsla(0, 0%, 93%, .5);
}

.aboutus_panel .panel_inner p {
  line-height: 30px;
  font-size: 16px;
  /* font-family: 'Open Sans', sans-serif; */
  text-align: justify;
}

.text-white {
  color: #fff;
}

a.text-white:hover,
a.text-white:focus {
  color: #fff;
}

.product_desc_content h4 {
  color: #404040;
  font: 600 18px;
}

.product_brand>.product_brand-thumb {
  width: 200px;
  /* float: left; */
  display: block;
  display: block;
  padding: 4px;
  background: #fff;
  box-shadow: 2px 2px 2px 0px #dedede;
  border: 1px solid #da291c75;
}

.product_brand-text-block {
  margin-top: 10px;
  display: block;
}

.product_brand-text-block p {
  font: 500 14px;
  color: #333333;
  line-height: 1.5;
  word-wrap: break-word;
}

/*pdf block*/
.product_pdf-block {
  display: block;
  width: 100%;
}

.product_pdf-block h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.product_pdf-block .product_pdf {
  float: left;
  display: inline-block;
  text-align: center;
  width: 80px;
}

.product_pdf-block .product_pdf:hover .product_pdf-img {
  border: 1px solid #cd181d;
}

.product_pdf:hover .pdf_download {
  color: #cd181d;
}

.product_pdf-block .product_pdf-img {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #dedede;
  display: block;
  text-align: center;
  margin: 0px auto;
}

.product_pdf-block .product_pdf img {
  max-width: 100%;
}

.product_pdf-block .pdf_download {
  font-weight: 500;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

/*pdf block*/

a.order_summary_img-thumb {
  width: 100px;
  display: flex;
  height: 60px;
  margin-right: 10px;
  align-items: center;
}

a.order_summary_img-thumb img {
  height: 100%;
  object-fit: contain;
  padding: 5px;
  margin: 0px;
  width: 80%;
  max-width: 100%;
}

.table-warehouse thead {
  background: #cd181d;
  color: #ffffff;
}

.table-warehouse tbody tr:nth-child(even) td {
  background: #cd181d12;
}

.table-warehouse tbody tr td {
  border: 1px solid #2828282e !important;
}

ul.livesearch {
  position: absolute;
  background: rgb(255, 255, 255);
  max-height: 200px;
  overflow: auto;
  width: 90%;
  padding-left: 0;
  border: 1px solid #b9b9b9;
  text-align: left;
  box-shadow: 2px 2px 2px 0px #40404073;
}

ul.livesearch li.prt_no_sear {
  margin: 0px;
}

ul.livesearch li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #cbcbcb;
}

ul.livesearch li a:hover {
  background-color: #e7e7e7;
}

/* Application search result */

.serch_img {
  margin-top: 0px;
}

.apa-ac-item a .apa-item-txt {
  padding-top: 10px;
}

/* .apa-selection-wrapper {
  width: 50% !important;
} */
#apa-upper-embed {
  padding-bottom: 0 !important;
}

.apa_home_search_block label {
  color: #fff;
  margin-bottom: 0;
}

#interchange .modal-content {
  border-radius: 0;
  padding: 10px;
}

#interchange .modal-title {
  color: #333;
  /* font-family: 'Nunito', sans-serif; */
  font-size: 20px;
  font-weight: 600;
}

#interchange .modal-confirm .modal-body p {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  /* font-family: 'Nunito', sans-serif; */
  line-height: 1.5;
  text-align: justify;
}

input.apa-fa-search,
input.apa-fa-search:hover {
  z-index: 3 !important;
}

#save_to_scratch .modal-content {
  border-radius: 0;
  padding: 0px;
}

#save_to_scratch .modal-header {
  background-color: #d1d1d1;
  text-align: left;
}

#save_to_scratch .modal-title,
#save_to_scratch label {
  /* font: 500 18px 'Open Sans', sans-serif; */
  color: #000;
}

.view_all button,
.view_all a {
  display: inline-block;
  background: #da291c;
  outline: none;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px auto;
  height: 36px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.view_all button:hover,
.view_all a:hover {
  background: #da291c;
}

.call-for-price {
  font: 800 14px;
  color: #ed1d24;
  padding-left: 5px;
  letter-spacing: 1px;
}

.interchange-title {
  /* font-family: 'Nunito', sans-serif; */
  font-size: 18px;
  font-weight: 600;
}

.top_searchbox-interchange {
  display: inline-block;
  width: 60%;
  margin-top: 0;
}

/* Quality  */
.quality_block {
  position: relative;
  padding: 20px;
  margin: -5px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 0px 2px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  -webkit-box-shadow: 0 0px 2px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0 0px 2px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  height: 100%;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.quality_block:hover {
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  border: 1px solid #ed1d24;
}

.quality_block p,
.quality_block ul li {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}

.quality_block .quality_block-title {
  font-size: 16px;
  color: #3e3e3e;
  min-height: 66px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  /* font-family: 'Open Sans', sans-serif; */
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.save_bg {
  text-transform: uppercase;
  background-color: #000;
  color: #fff !important;
}

.save_bg:hover {
  background-color: #000;
}

.buybtn_bg {
  text-transform: uppercase;
  background-color: #da291c;
  color: #fff !important;
}

.buybtn_bg:hover {
  background-color: #ed1d24;
}

.td-item-name {
  line-height: 1.5;
}

.calculator-info {
  clear: both;
  padding: 20px;
  margin-bottom: 20px;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
  color: #282828;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.calculator-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

/* .calculator-block li:hover {
    background: #fff;
    -webkit-box-box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border: 1px solid #ed1d24;
} */
.calculator-block li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: unset;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  margin: 7px;
  padding: 10px;
}

.calculator-block li a:hover {
  text-decoration: underline !important;
}

.calculator-block .calculator_block-title {
  font-size: 16px;
  color: #ed1d24;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  /* font-family: 'Open Sans', sans-serif; */
}

.calculator-block .calculator_block-title a:hover {
  text-decoration: underline !important;
}

.dist-list,
.uem-calculator>table {
  border: 1px solid #dddddd;
}

.table-title td,
.uem-calculator th {
  background: #222 !important;
  color: #FFF;
  border-color: #222 !important;
}

.dist-list td,
.uem-calculator>table td {
  vertical-align: middle !important;
}

.uem-calculator td:last-child {
  min-width: 70px;
  font-weight: bold;
  color: #ed1d23;
  font-size: 16px;
  border-left: 1px solid #ccc;
}

tbody>tr:nth-child(even)>td {
  background: transparent;
}

.uem-calculator .btn-primary {
  color: #fff;
  background-color: #ed1c24;
  background-image: none;
  border-color: #de1219;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uem-calculator .btn-primary:hover,
.uem-calculator .btn-primary:focus {
  color: #fff;
  background-color: #c61017;
  border-color: #da291c;
}

/* .btn-primary {
    color: #fff;
    background-color: #ed1c24;
    border-color: #de1219;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover {
    color: #fff;
    background-color: #c61017;
    border-color: #da291c;
} */
/* Coatings */
.coatings-banner-img {
  width: 100%;
}

.coatings-img {
  width: 70%;
}

.nav-tabs>li.active>a {
  color: #ED1D24 !important;
}

.nav-tabs>li:not(.active)>a {
  background-color: #EEE;
  color: #000;
}

.nav-tabs>li:not(.active)>a:hover {
  background-color: #e31b21 !important;
  color: #fff !important;
}

.overview-heading {
  margin: 0 auto;
  width: 50%;
  font-style: italic;
}

.overview-content {
  margin-top: 6rem;
}

.overview-list-heading {
  margin-bottom: 20px;
}

li.overview-content-list,
li.overview-content-list-even {
  list-style-type: none;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

li.overview-content-list::before,
li.overview-content-list-even::before {
  content: '\f058';
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  color: #ED1D24;
  font-size: 18px;
}

.overview-line {
  border-top: 1px solid #ebebeb;
}

.faq-title {
  margin-top: 5rem;
}

.faq-content {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ffe6bf;
  border-color: #ffcda5;
  color: #f29400;
}

/* Media Query */
@media (min-width: 768px) {
  .overview-img-align {
    text-align: right;
  }
}

/* News and Events */
.news-section {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  /* font-family: 'Nunito', sans-serif; */
  font-size: 14px;
  line-height: 1.5;
}

.list_news_title {
  font-size: 24px;
  margin-bottom: 20px !important;
}

.news_tile {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

.news_tile_date {
  float: left;
  width: 45px;
  background: #171717;
  border: 0;
  padding: 5px;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}

.news_tile_month,
.news_tile_year {
  font-size: .83em;
  color: #fff;
}

.news_tile_day {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  line-height: 1.15;
}

.news_tile_text {
  margin: 0 0 15px 60px;
  text-align: justify;
}

.news_tile_text-header {
  color: #ed1c24;
  margin: 0;
  font-size: 20px;
}

.news_tile_text-header:hover {
  text-decoration: underline;
  color: #da291c;
}

.news_sidebar-block {
  padding: 5px 0;
  margin: 0;
}

.news-sidebar-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #dedede;
  background: #f5f5f5;
  padding-left: 15px
}

ul.news_sidebar-text {
  padding-left: 0;
}

.news_sidebar-text li {
  list-style: none;
  padding-top: 10px;
}

.news_sidebar-text li a {
  color: #333;
}

.news_sidebar-text li a:hover {
  text-decoration: underline;
}

.news-video-img a {
  color: #ed1d23;
}

.news-video-img a:hover {
  color: #da291c;
}

.news-video-block .news-video-img:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}

.news-video-block .video-img {
  height: 70px;
  width: 120px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}

.news-video-img span {
  display: block;
}

.news-video-block .video-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pdf-icon {
  max-width: 100%;
}

.list_news-descp img {
  display: inline-block;
  float: left;
  width: 160px;
  padding-right: 20px;
}

.list_news-descp {
  text-align: justify;
}

/* News and Events */
/* Product Desp */
.prod_desc_tab ul.nav-tabs li.active:before {
  display: block;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  width: 100%;
  z-index: 11;
}

.prod_desc_tab ul.nav-tabs li a {
  margin: 0;
  color: #464646;
  font: 600 14px;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 5px;
}

.prod_desc_tab ul.nav-tabs li.active a,
.prod_desc_tab ul.nav-tabs li a:hover {
  background-color: #707070;
  color: #fff !important;
  border-bottom: 3px solid #cd181d;
}

/* .tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
} */
.prod_specification {
  margin-bottom:10px;
}

.prod_specification.table-responsive.application_sec {
 margin-bottom:10px;
}

.prod_specification-table {
  width: 50%;
  /* display: inline-block; */
  float: left;
  padding: 0 !important;
}

.prod_specification table tbody tr td table tbody tr:nth-child(even) td,
.prod_specification table tbody tr td table tbody tr:nth-child(even) th {
  background: #E9E9E9;
}

.prod_desc_tabcontent {
  margin: 0;
  color: #3a3a3a;
  font: 500 14px;
  line-height: 1.75;
}

.prod_desc_tabcontent table {
  border: 1px solid #AFAFAF;
  width: 100%;
}

.prod_desc_tabcontent table>thead>tr {
  background-color: #e7e7e7;
  color: #282828;
}

.prod_desc_tabcontent table th,
.prod_desc_tabcontent table td {
  padding: 5px;
  border: unset;
}

.prod_specification_right {
  float: right;
  width: 55%;
  padding: 0 25px 0 25px;
}

.prod_specification_right h4 {
  margin-top: 0;
}

.prod_specification_right>ul {
  margin: 0;
  padding: 0;
}

.prod_specification_right>ul>li {
  list-style-type: circle;
  line-height: 2;
  margin-left: 30px;
}

.m_t_0 {
  margin-top: 0;
}

.prod_addinfo {
  margin-top: 25px;
}

.prod_addinfo ul {
  margin: 0;
  padding: 0;
}

.prod_addinfo ul li {
  list-style-type: circle;
  line-height: 2;
  margin-left: 30px;
}

.prod_storepolicy {
  margin-top: 25px;
  text-align: justify;
  font: 500 14px;
  line-height: 1.75;
}

.prod_storepolicy_title {
  color: #282828;
  font-weight: 500;
  margin-top: 15px;
}

.table-bordered>tbody>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #efefef;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}

/* product Desp */
.coming_soon {
  /* font-family: 'Nunito', sans-serif; */
  line-height: 1.2;
  display: block;
  margin-top: 30px;
}

.coming_soon .coming_soon-img {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 140px;
  height: 180px;
  margin-top: 20px;
}

.coming_soon .coming_soon-img img {
  max-width: 100%;
}

.coming_soon .coming_soon-title {
  font-size: 2em;
  margin: 15px 0;
  font-weight: 700;
  line-height: 1;
  color: #232323;
}

.coming_soon .coming_soon-subtitle {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #747474;
}

.coming_soon .coming_soon-descp {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
  color: #787878;
  letter-spacing: .5px;
}

/* Coming Soon */
/* Contact Us Page */
/* .contact-page-content {
  background-color:  #f4f4f4;
} */


.contact-form-uem {
  background-color: #fff;
  /* margin-left: 5rem;
  margin-top: 2rem; */
  margin-bottom: 2rem;
  padding: 20px 20px;
  box-shadow: 0 3px 6px 0 rgb(23 25 51 / 8%), 0 16px 32px 0 rgb(23 25 51 / 10%);


}

.submit-btn {
  display: inline-block;
  background: #da291c;
  outline: none;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px auto;
  height: 36px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.submit-btn:hover {
  background: #da291c;
}

.contact-form-data {
  /* margin-top: 5rem; */
  /* margin-left: 2rem; */

}

.cont-form-desc {}

.contact-form-para {
  font-size: 16px;
  /* font-family: 'Open Sans', sans-serif; */
  text-align: justify;
}

.contact-address {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  /* font-family: jost; */
  box-shadow: 0 3px 6px 0 rgb(23 25 51 / 8%), 0 16px 32px 0 rgb(23 25 51 / 10%);
}

.contact-address a,
.dist-list tr td a,
small a {
  color: #ed1d23;
}

.contact-address i {
  color: #da291c;
}

.contact-address.p-20 {
  padding: 20px;
  min-height: 220px;
}

.dealer-btn {
  background: #da291c !important;
  color: #fff !important;
  text-shadow: none;
  border-radius: 0;
}

.dealer-btn:hover,
.dealer-btn:focus {
  background-color: #ed1d23 !important;
}

.dealer-btn i {
  font-size: 16px;
  color: #fff;
}

.installation-box-uem {
  border: 1px solid #ccc;
  padding: 2rem;
  height: 100%;
  /* box-shadow: 0 3px 6px 0 rgb(23 25 51 / 8%), 0 16px 32px 0 rgb(23 25 51 / 10%); */
  border-radius: 15px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  min-height: 325px;
  overflow-wrap: break-word;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.installation-box-uem:hover {
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  border: 1px solid #ed1d24;
}

.installation-img {
  width: 100%;
}

.installation-title,
.installation-source {
  padding-top: 15px;
  font-size: 18px;
}

.installation-source {
  color: #da291c;
}

.installation-source a {
  color: #da291c;
}

.installation-header {
  background-color: #282828a3;
  /* font-family: 'Nunito', sans-serif; */
  color: #fff;
  text-align: center;
  margin: -2rem -2rem 1rem;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 14px;
}

.order_summary_table tbody tr td {
  /* font-family: 'Open Sans', sans-serif; */
  vertical-align: middle;
  /* font-family: */
}

.user_order_img {
  max-width: 100%;
}

.user_order_img-block {
  width: 40px;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 0px auto
}

.apa-ac-main {
  z-index: 8 !important;
}

/*for product line dropdown*/



/* Responsive for Installation Instructions page */
@media (max-width:1199px) {
  .installation-img {
    display: block;
  }

  .product_pdf-block h5 {
    margin-top: 10px;
    margin-left: -10px;
  }
}

@media (max-width:767px) {
  .feature_info ul li::before {
    left: 15px !important;
  }
  .product-right-content {
     padding-left: 0px !important;
  }

  .sel-range {
    padding-left: 20px;
  }

  .top_searchbox-interchange input.apa-fa-search.home {
    height: 36px !important;
  }

  .section_title h2 {
    text-align: center;
    font-size: 14px;
  }

  .section_title h2 span {
    padding: 0 !important;
    margin: 0 !important;
  }
  .top_cart {
      width: auto;
      float: right;
}
  .nav_logo a::before{
    display: none;
  }
  .site-logo {
    padding-bottom: 10px;
  }
  .navbar-toggle {
    height: 40px !important;
  }
  .Regulation-ymm label {
    margin-bottom: 16px;
  }
}

#ewd_setbg_blk .garage_icon {
  display: none;
}

/* .featured_item_box {
  width: 100% !important;
    font-size: 12px !important;
} */
.home-featured_item_box {
  width: 100% !important;
  margin: 0px 30px;
  padding: 0;
  float: left;
  display: inline-block;
  height: 100%;
  background-color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.home-featured_item_box:hover {
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  border: none;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.home-featured_item_box .home-featured-topimg {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0;
}

.home-featured_item_box .home-featured-prod_img {
  position: relative;
  top: 0;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: -20%;
}

.home-featured_item_box .home-featured-prod_img>img {
  padding: 0;
  object-fit: none;
  margin: 0;
  max-width: 100%;
}

.home-featured_item_box .home-featured-topimg img {
  max-width: 100%;
  padding: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.home-featured_item_box .home-featured-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 10px 20px 20px 20px;
  margin-top: -30px;
  line-height: 1.7;
  text-align: justify;
  margin-top: -10%;
}

.home-featured_item_box a {
  padding: 0;
}

.text-up,
.featured_item_box h5 {
  font: 600 14px !important;
  line-height: 1.5 !important;
  color: #333 !important;
}

.add-to-cart-icon {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
  padding: 3px;
  line-height: 1;
  color: #ed1d23 !important;
  font-size: 36px;
}

.avl_qty {
  display: block !important;
  font-size: 14px;
  margin-bottom: 0;
  font: 600 14px !important;
  color: #333;
}

#product-table .td-part-no a {
  font-weight: 600;
}

#product-table table td {
  vertical-align: middle;
}

.td-part-no a {
  color: #333;
  font-weight: 600;
}

.td-view {
  text-align: center;
}

.td-part-no .add-to-cart-icon {
  float: none;
  margin-right: 0;
  margin-top: 0;
  font-size: 32px;
}

li.menu-item.menu-item--expanded::before {
  content: "\f107";
  color: #000 !important;
  position: absolute;
  top: 12px;
  right: 4px;
  font: normal normal normal 16px/1 FontAwesome;
}

#accordion .panel-body ul li:hover {
  color: #ed1d23;
}

.checkout-table {
  color: #333;
}

#edit-sidebar-order-summary-summary .view:hover {
  color: #000 !important;
  background-color: transparent;
}

.bll_dtl .field .form-control,
.shp_dtl .field .form-control {
  height: 40px;
  border: 1px solid #eeeeee;
}

.ymme-search-block-icon {
  display: none;
}

.clck_crt {
  display: inline-block;
  margin-right: 2px;
  position: relative;
}

.prod_desc_quantity {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
}

.accordion-toggle,
.desktop-narrow-results {
  font-size: 14px;
  font-weight: 500;
}

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

#table_ordersummary_id .order_elipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
}



@media only screen and (min-width: 540px) {
  .col-lg-3>.featured_item_box {
    width: 100% !important;
  }
}

.featured_img {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  margin: 0 !important;
}

.product_img_head img {
  /* max-width: 200px; */
  max-width: 100% !important;
  max-height: 100% !important;
  width: 85%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 540px) {
  .featured_item_box {
    width: 100% !important;
    font-size: 12px !important;
  }

  /* .home-featured_item_box {
    width:100% !important;
  } */
  .col-lg-3>.featured_item_box {
    width: 100% !important;
  }

  .col-lg-4>.featured_item_box {
    width: 100% !important;
  }

  .col-lg-6>.featured_item_box {
    width: 100% !important;
  }

  .col-lg-6>.featured_item_box .featured_img {
    width: 100%;
    height: 200px !important;
  }

}

@media only screen and (min-width: 1500px) {
  .banner_slider .carousel-inner .item {
    height: auto;
  }

  .top_border>.container,
  .nav_mainlogo>.container,
  .our_categories>.container,
  .testimonial>.container,
  .about_us>.container,
  .uem-static>.container,
  .news_letter>.container,
  .footer_main>.container {
    width: 94%;
  }

  ul.menu {
    width: 100%;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; */
  }

  .navbar-nav-menu>li,
  .navbar-collapse.collapse {
    width: 100%;
  }

  .home-featured_item_box {
    width: 520px !important;
  }

  /* .row-flex {
justify-content:space-between;
} */
  .m-b-20:nth-child(1) .home-featured_item_box,
  .m-b-20:nth-child(4) .home-featured_item_box {
    margin-left: 0 !important;
  }

  .m-b-20:nth-child(3) .home-featured_item_box,
  .m-b-20:nth-child(6) .home-featured_item_box {
    margin-right: 0 !important;
  }

  .home-featured_item_box .home-featured-prod_img {
    margin-top: -30% !important;
  }

  .home-featured_item_box .home-featured-text {
    margin-top: -20% !important;
  }

  .topbar_nav li a {
    font-size: 14px;
    font-weight: 600;
  }

  body,
  .top_cart a,
  .ymme-search-tabs a,
  .apa_home_search_block,
  .form-control,
  .btn,
  button,
  .home-featured_item_box .home-featured-text,
  .footer_info li {
    font-size: 16px;
  }

  .topbar_nav li i {
    font-size: 15px;
  }

  .search_query_adv {
    font-weight: 600;
  }

  .copy_right {
    font-size: 14px;
  }

  .fb-icon {
    padding-top: 8px;
  }

  .insta-icon,
  .linked-icon,
  .youtube-icon {
    padding-top: 7px;
  }

  .quantity {
    width: 165px;
  }

  .quantity .input-text {
    height: 26px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1540px) {

  /*.nav_main_list ul li a {
   padding: 10px 32px !important;
}
.nav_main_list li.logged_in ul li a {
    padding: 10px 18px !important;
}*/
  li.menu-item.menu-item--expanded::after {
    top: 16px;
    right: 6px;
  }

  .home-featured_item_box {
    width: 415px !important;
  }
}

@media only screen and (min-width: 1541px) and (max-width: 1746px) {

  /* .nav_main_list ul li a {
    padding: 10px 40px !important;
  }
  .nav_main_list li.logged_in ul li a {
    padding: 10px 28px !important;
  } */
  .home-featured_item_box {
    width: 480px !important;
  }
}

@media only screen and (min-width: 2500px) {
  .home-featured_item_box {
    width: 740px !important;
  }

  .home-featured_item_box .home-featured-text {
    margin-top: -24% !important;
  }

  a.site-logo img {
    height: auto;
  }

  .quantity .input-text {
    height: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 2000px) {
  a.site-logo img {
    height: auto;
  }
}

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

  .nav_main>.container,
  .top_border>.container,
  .nav_mainlogo>.container {
    width: 100%;
    padding: 0 3% !important;
  }
}

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

  .nav_main>.container,
  .top_border>.container,
  .nav_mainlogo>.container {
    width: 100%;
    padding: 0 2% !important;
  }
}

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

  .nav_main>.container,
  .top_border>.container,
  .nav_mainlogo>.container {
    width: 100%;
    padding: 0 1% !important;
  }

  /* .nav_main_list ul li a {
padding:10px 28px !important;
letter-spacing:0.70px;
}
.nav_main_list li.logged_in ul li a {
    padding: 10px 24px !important;
    font-size:13px;
} */
  li.menu-item.menu-item--expanded::after {
    top: 14px;
    right: 8px;
  }

  .cart_wishlist span:nth-of-type(odd),
  .cart_shopping span:nth-of-type(odd) {
    display: none;
    font-size: 12px;
  }
}

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

  .nav_main>.container,
  .top_border>.container,
  .nav_mainlogo>.container {
    width: 100%;
    padding: 0 1% !important;
  }
}

@media only screen and (max-width: 1208px) {
  .menu-item .menu-item--expanded a {
    padding-right: 15px !important;
  }

  .nav_main>.container,
  .top_border>.container,
  .nav_mainlogo>.container {
    width: 100%;
    padding: 0 2% !important;
  }

  /* .nav_main_list ul li a {
      padding: 10px 10px !important;
      font-size: 13px;
  } */
  li.menu-item.menu-item--expanded::after {
    display: none;
    font: normal normal normal 16px/1 FontAwesome;
    right: 10px;
  }

  .menu-item .menu-item--expanded a {
    padding-right: 15px !important;
  }

  .top_cart {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (min-width: 1141px) and (max-width: 1200px) {
  .home-featured_item_box {
    width: 200px !important;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .home-featured_item_box {
    width: 290px !important;
    margin: 0 10px;
  }

  .our-category-box-title {
    font-size: 18px;
  }

  .m-b-20:nth-child(1) .home-featured_item_box,
  .m-b-20:nth-child(4) .home-featured_item_box {
    margin-left: 0 !important;
  }

  .footer_info .footer_title {
    font-size: 14px;
  }

  /* .nav_main_list ul li a {
        padding: 10px 26px !important;
        font-size: 12px;
    }
    .nav_main_list li.logged_in ul li a {
      padding: 10px 15px !important;
      font-size: 12px;
    } */
  .clck_crt,
  .quick-order-list {
    float: left;
  }

  .nav_mainlogo>.container {
    width: 98%;
  }

  .top_border>.container {
    width: 96%;
  }

  .our-category-box-title {
    font-size: 20px;
    line-height: 1;
  }

  .section_title h2 {
    font-size: 22px !important;
  }

  .home-featured_item_box .home-featured-text {
    line-height: 1.5;
  }

  .home-featured_item_box .home-featured-prod_img>img {
    padding: 10px;
    object-fit: contain;
  }

  .section_title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_slider .carousel-inner .item {
    overflow: hidden;
    height: auto;
  }

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

  /* .nav_main_list li.logged_in ul li a {
      padding: 10px 5px !important;
      font-size: 13px;
    } */
  .home-featured_item_box {
    margin: 0px 16px;
  }

  /* .nav_main_list ul li a {
        padding: 10px 23px !important;
        font-size: 10px;
        margin-right: 3px;
    } */
  ul li.menu-item.menu-item--expanded>a {
    padding-right: 18px !important;
  }

  li.menu-item.menu-item--expanded::after {
    font: normal normal normal 12px/1 FontAwesome;
    right: 7px;
  }

  .menu-item.menu-item--expanded:last-child ul.menu {
    right: 0px;
  }

  .search_query_adv {
    padding: 0.65rem 6rem 0.65rem 0.875rem !important;
    font-size: 14px !important;
  }

  /* .top_searchbox {
      margin: 0px 0 0px 0px;
    } */
  .site-logo {
    height: 90px;
  }

  .search_query_adv {
    height: 36px !important;
  }

  input.apa-fa-search,
  input.apa-fa-search:hover {
    height: 36px !important;
    padding: 0 22px !important;
  }

  .quick-order-list {
    padding: 3px 8px;
    margin-left: 20px;
  }

  .top_cart {
    width: 100%;
  }

  .cart_wishlist,
  .cart_shopping {
    margin-right: 0px;
  }

  .cart_wishlist i,
  .cart_shopping i {
    font-size: 28px;
  }

  .cart_wishlist span:nth-of-type(odd),
  .cart_shopping span:nth-of-type(odd) {
    font-size: 12px;
    display: none;
  }

  .quick-order-list span {
    float: right;
    text-align: left;
    line-height: 1.2;
  }

  .news_letter>.container {
    width: 98%;
  }

  .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    font: 500 10px !important;
  }

  .newsletter_input {
    margin: 18px 0;
  }

  .footer_newsletter h3 {
    margin: 20px 0;
    line-height: 1.25;
    font-size: 14px;
  }

  .main_title {
    margin: 10px 5px;
    font-size: 16px;
  }

  .section_title {
    margin-bottom: 0px;
  }

  .home-featured_item_box h4 {
    font-size: 14px !important;
  }

  .footer_info .footer_title {
    font-size: 14px;
  }

  .uem-static {
    padding: 30px 0 10px 0;
  }

  .footer_info .footer_title {
    margin: 0 0 20px
  }

  .search-panel {
    padding: 10px 20px;
  }

  .ymme-search-tabs a {
    padding: 8px 8px;
    min-height: 32px;
  }

  .ymme-search-block-mob {
    position: absolute;
    right: 0;
  }

  .ymme-search-block.open {
    right: -91%;
  }

  .ymme-search-block-icon {
    display: block;
    background-color: #4e4e4e;
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 13px;
    height: 40px;
    left: -40px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 15px;
    width: 40px;
  }

  .ymme-search-block {
    right: 15px;
    top: 0px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
  }

  #apa-ymm-container .form-group {
    margin-bottom: 0px;
  }

  .product-search-btn {
    margin-top: 5px;
  }

  .apa_home_search_block label {
    margin-bottom: 0;
  }

  .ymme-search-block {
    min-height: 369px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 782px) {
  /* .nav_main_list li.logged_in ul li a {
    padding: 10px 1px !important;
    font-size: 12px;
  }
  .nav_main_list li.logged_in ul li:nth-child(1) a {
    padding: 10px 6px !important; */
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .navbar-header {
    display: none;
  }

  .banner_slider .carousel-inner .item {
    height: auto;
  }

  .top_cart {
    position: relative !important;
  }

  .top_searchbox {
    width: auto;
    margin: 10px 0 6px 25px;
  }

  .top_searchbox_buybtn-block {
    margin-left: 25px;
  }

  .nav_mainlogo {
    padding: 5px 0;
  }

  .search_query_adv {
    padding: 0.78125rem 0.875rem !important;
    font-size: 14px !important;
  }

  input.apa-fa-search,
  input.apa-fa-search:hover {
    padding: 0 20px !important;
  }

  .site-logo {
    height: auto;
  }

  .clck_crt {
    margin: 8px 15px 8px 0;
  }

  .cart_wishlist i,
  .cart_shopping i {
    font-size: 26px;
    margin-right: 0px;
  }

  .top_cart {
    margin: 8px 0px;
    position: absolute;
    right: 0;
  }

  .quick-order-list {
    padding: 2px 6px;
    margin-left: 15px;
    margin-top: 4px;
    margin-right: 5px;
  }

  .quick-order-list span {
    float: right;
    text-align: left;
    line-height: 1.2;
  }

  .sticky-header.sticky {
    position: relative;
  }

  .nav_main {
    background-color: #383838;
  }

  .navbar-toggle {
    background-color: #da291c;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav_main_list ul.menu {
    display: block;
    width: 100%;
    position: absolute;
    min-width: 250px;
    top: -4px;
    margin-bottom: -4px;
    transition: all 0.2s;
  }

  .nav_main_list ul.menu li {
    height: auto;
    padding: 0 0px;
    position: relative;
    display: block;
    min-width: 250px;
  }

  .nav_main_list ul.menu li a {
    min-width: 250px;
  }

  .menu-item.menu-item--expanded ul.menu {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
  }

  /* .nav_main_list ul li a {
    border-bottom:1px solid #da291c;
  } */
  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 10px;
  }

  .banner_slider {
    background-color: transparent;
  }

  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 0px;
    margin-bottom: 10px;
    top: 0px;
  }

  .ymme-search-block-mob {
    padding: 0 15px !important;
  }

  .ymme-search-tabs a {
    padding: 10px 8px;
  }

  .search-panel {
    padding: 10px 20px;
  }

  #apa-ymm-container .form-group {
    margin-bottom: 0;
  }

  .product-search-btn {
    margin-top: 10px;
  }

  .apa_home_search_block label {
    margin-bottom: 0;
  }

  .home-featured_item_box {
    width: 200px !important;
    margin: 0 16px;
  }

  .uem-static {
    padding: 10px 0;
  }

  .footer_newsletter h3 {
    font-size: 18px;
  }

  .footer_newsletter h3,
  .newsletter_input {
    margin: 16px 0;
  }

  .footer_info .footer_title {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 725px) {
  .home-featured_item_box {
    width: 170px !important;
    margin: 0 16px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 639px) {
  .navbar-header {
    display: none;
  }

  .banner_slider .carousel-inner .item {
    height: auto;
  }

  .top_searchbox {
    width: auto;
    margin: 10px 0 6px 25px;
  }

  .top_searchbox_buybtn-block {
    margin-left: 25px;
  }

  .nav_mainlogo {
    padding: 5px 0;
  }

  .search_query_adv {
    padding: 0.78125rem 0.875rem !important;
    font-size: 14px !important;
  }

  input.apa-fa-search,
  input.apa-fa-search:hover {
    padding: 0 20px !important;
  }

  .site-logo {
    height: auto;
  }

  .clck_crt {
    margin: 8px 15px 8px 0;
  }

  .cart_wishlist i,
  .cart_shopping i {
    font-size: 26px;
    margin-right: 0px;
  }

  .top_cart {
    margin: 8px 0px;
    position: absolute;
    right: 0;
  }

  .quick-order-list {
    padding: 2px 6px;
    margin-left: 15px;
    margin-top: 4px;
    margin-right: 5px;
  }

  .quick-order-list span {
    float: right;
    text-align: left;
    line-height: 1.2;
  }

  .sticky-header.sticky {
    position: relative;
  }

  .nav_main {
    background-color: #383838;
  }

  .navbar-toggle {
    background-color: #da291c;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav_main_list ul.menu {
    display: block;
    width: 100%;
    position: absolute;
    min-width: 250px;
    top: -4px;
    margin-bottom: -4px;
    transition: all 0.2s;
  }

  .nav_main_list ul.menu li {
    height: auto;
    padding: 0 0px;
    position: relative;
    display: block;
    min-width: 250px;
  }

  .nav_main_list ul.menu li a {
    min-width: 250px;
  }

  .menu-item.menu-item--expanded ul.menu {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
  }

  /* .nav_main_list ul li a {
    border-bottom:1px solid #da291c;
  } */
  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 10px;
  }

  .banner_slider {
    background-color: transparent;
  }

  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 0px;
    margin-bottom: 10px;
    top: 0px;
  }

  .ymme-search-block-mob {
    padding: 0 15px !important;
  }

  .ymme-search-tabs a {
    padding: 10px 8px;
  }

  .search-panel {
    padding: 10px 20px;
  }

  #apa-ymm-container .form-group {
    margin-bottom: 0;
  }

  .product-search-btn {
    margin-top: 10px;
  }

  .apa_home_search_block label {
    margin-bottom: 0;
  }

  .home-featured_item_box {
    width: 200px !important;
    margin: 0 16px;
    padding: 0;
  }

  .uem-static {
    padding: 10px 0;
  }

  .footer_newsletter h3 {
    font-size: 13px;
  }

  .footer_newsletter h3 {
    margin: 18px 0;
  }

  .newsletter_input {
    margin: 16px 0;
  }

  .footer_info .footer_title {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .width-100 {
    width: 100%;
  }

  .main_title {
    font-size: 14px;
    margin: 10px 15px;
    letter-spacing: 0px;
  }

  .main_title span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_searchbox-interchange input.apa-fa-search.home {
    height: 40px !important;
  }
}

@media only screen and (max-width: 539px) {
  .product_desc {
    margin-top: 28px;
  }

  .header-page-breadcrumb .breadcrumbs {
    width: 100% !important;
  }

  ul.product-line-tab {
    position: relative !important;
    border-bottom: 0px;
  }

  ul.product-line-tab li a {
    padding: 7px 5px;
    margin-bottom: 5px;
  }

  .banner_slider .carousel-inner .item>img {
    height: 100% !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 360px;
  }

  .navbar-header {
    display: none;
  }

  .banner_slider .carousel-inner .item {
    height: auto;
  }

  .top_searchbox {
    width: auto;
    margin: 0px 0 6px 25px;
  }

  .top_searchbox_buybtn-block {
    margin-left: 25px;
  }

  .nav_mainlogo {
    padding: 5px 0;
  }

  .search_query_adv {
    padding: 0.5rem 0.875rem 0.5rem 0.5rem !important;
    font-size: 14px !important;
  }

  input.apa-fa-search,
  input.apa-fa-search:hover {
    padding: 0 20px !important;
  }

  .site-logo {
    width: 70px;
    height: 100%;
    margin-top: 4px;
  }

  .navbar-header button {
    height: 32px;
    border-radius: 0;
  }

  .clck_crt {
    margin: 8px 15px 8px 0;
  }

  .cart_wishlist i,
  .cart_shopping i {
    font-size: 22px;
    margin-right: 0px;
  }

  .top_cart {
    margin: 8px 0px;
    position: absolute;
    right: 0;
  }

  .quick-order-list {
    padding: 2px 6px;
    margin-left: 15px;
    margin-top: 3px;
    margin-right: 5px;
  }

  .quick-order-list>a>img {
    padding-right: 5px;
  }

  .quick-order-list span {
    float: right;
    text-align: left;
    line-height: 1.2;
  }

  .sticky-header.sticky {
    position: relative;
  }

  .nav_main {
    background-color: #383838;
  }

  .navbar-toggle {
    background-color: #da291c;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav_main_list ul.menu {
    display: block;
    width: 100%;
    position: absolute;
    min-width: 250px;
    top: -4px;
    margin-bottom: -4px;
    transition: all 0.2s;
  }

  .nav_main_list ul.menu li {
    height: auto;
    padding: 0 0px;
    position: relative;
    display: block;
    min-width: 250px;
  }

  .nav_main_list ul.menu li a {
    min-width: 250px;
  }

  .menu-item.menu-item--expanded ul.menu {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
  }

  /* .nav_main_list ul li a {
    border-bottom:1px solid #da291c;
  } */
  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 10px;
  }

  .banner_slider {
    background-color: transparent;
  }

  .ymme-search-block {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    margin: 0px;
    margin-bottom: 10px;
    top: 10px;
  }

  .ymme-search-block-mob {
    padding: 0 15px !important;
  }

  .ymme-search-tabs a {
    padding: 10px 8px;
  }

  .search-panel {
    padding: 10px 20px;
  }

  #apa-ymm-container .form-group {
    margin-bottom: 0;
  }

  .product-search-btn {
    margin-top: 10px;
  }

  .apa_home_search_block label {
    margin-bottom: 0;
  }

  .home-featured_item_box {
    width: 155px !important;
    margin: 0 4px;
    padding: 0;
  }

  .uem-static {
    padding: 10px 0;
  }

  .footer_newsletter h3 {
    font-size: 13px;
  }

  .footer_newsletter h3 {
    margin: 6px 0;
  }

  .newsletter_input-txt,
  .newsletter_input {
    width: 100%;
    margin: 0;
  }

  .newsletter_input {
    margin-bottom: 10px;
  }

  .footer_info .footer_title {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .width-100 {
    width: 100%;
  }

  .main_title,
  .section_title {
    font-size: 14px;
    margin: 10px 0px;
    letter-spacing: 0px;
  }

  .main_title span,
  .section_title span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_title h2 span {
    padding: 0 5px !important;
  }

  .section_title h2 {
    margin-top: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
  }

  .about_bg_img {
    padding: 5px 0;
  }

  .about_us p {
    text-align: justify;
    font-size: 14px;
  }

  .mob-footer {
    width: 100%;
  }

  .coming_soon {
    margin-top: 10px;
  }

  .coming_soon .coming_soon-img {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }

  .coming_soon .coming_soon-title,
  .coming_soon .coming_soon-subtitle,
  .coming_soon .coming_soon-descp,
  .coming_soon .coming_soon-descp+.view_all {
    text-align: center;
  }

  .coming_soon .coming_soon-descp+.view_all a {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  .quality_block {
    padding: 15px;
  }

  .quality_block .quality_block-title {
    font-size: 14px;
    min-height: auto;
    padding-bottom: 10px;
  }

  .overview-heading {
    width: 100%;
  }

  .overview-content {
    margin-top: 0;
  }

  .overview-img-align {
    text-align: center;
  }

  .coatings-img {
    text-align: center;
    width: 40%;
    margin: 0px auto;
  }

  .uem-calculator table tbody td>input {
    width: 70px;
  }

  .uem-calculator>table {
    margin-bottom: 10px !important;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumb-item+i,
  i+.breadcrumb-item {
    margin-left: 0;
  }

  .header-page-breadcrumb .breadcrumbs {
    padding: 10px 0;
  }

  .breadcrumbs i {
    font-size: 1rem;
    line-height: 1px;
  }

  .m-t-b-25 {
    margin: 10px 0 0 0;
  }

  /* .filter-toggle, .sort-toggle {
      margin-top:-20px !important;
    } */
  #apa-ymm-container.catalogue_listpage {
    margin: 15px 0 !important;
  }

  .product_image {
    height: 250px !important;
  }

  .product_image .productslide_img {
<<<<<<< HEAD
    height: 200px;
=======
    height: 200px !important;
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
    margin-bottom: 10px;
  }
  .thumb-item {
   height: 60px !important;
  }

  div#owl_2 img {
    height: 40px;
    object-fit: contain;
  }

  .prod_desc_tab ul.nav-tabs li a {
    font: 600 12px;
  }

  table#customers {
    margin-bottom: 0;
  }

  .contact-address.p-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quality_block p,
  .quality_block ul li {
    text-align: left;
  }

  .apa-selection-wrapper {
    width: 100%;
  }

  .top_searchbox-interchange {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .top_searchbox-interchange input.apa-fa-search.home {
    height: 32px !important;
  }

  #apasearchformHome input.search_query_adv {
    height: 32px !important;
  }
}

@media only screen and (min-width:501px) and (max-width:538px) {
  .home-featured_item_box {
    width: 225px !important;
  }
}

@media only screen and (min-width:471px) and (max-width:500px) {
  .home-featured_item_box {
    width: 210px !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 290px;
  }
}

@media only screen and (min-width:451px) and (max-width:470px) {
  .home-featured_item_box {
    width: 430px !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 275px;
  }
}

@media only screen and (min-width:416px) and (max-width:450px) {
  .home-featured_item_box {
    width: 380px !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 245px;
  }
}

@media only screen and (min-width:401px) and (max-width:415px) {
  .home-featured_item_box {
    width: 380px !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
  }
}

@media only screen and (min-width:376px) and (max-width:400px) {
  .home-featured_item_box {
    width: 340px !important;
  }
}

@media only screen and (min-width:361px) and (max-width:375px) {
  .home-featured_item_box {
    width: 340px !important;
  }
}

@media only screen and (max-width:360px) {
  .home-featured_item_box {
    width: 150px !important;
  }

  .filter-toggle,
  .sort-toggle {
    font-size: 14px;
    text-transform: inherit !important;
  }
}

@media only screen and (max-width:342px) {
  .home-featured_item_box {
    width: 290px !important;
  }

  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
  }
}

/* Product Lines Start*/
.icon-feature-block {
  background: #EEE;
  padding: 60px 15px;
  margin: 15px 0 0 0;
}

.icon-feature-text-block {
  flex-direction: row;
  display: -webkit-box;
}

.icon-feature-text-block .icon-feature-title {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 30%;
  flex: 0 30%;
  line-height: 1;
  margin-top: 10px;
  color: #999;
  font-size: 48px;
}

.icon-feature-text-block .icon-feature-title span {
  text-transform: uppercase;
  font-weight: 700;
}

ul.icon-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 30px;
  padding: 0 0 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}

ul.icon-feature-text li {
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(50% - 30px);
  flex: 0 calc(50% - 30px);
  margin-left: 30px;
}

ul.icon-feature-text li::before {
  content: '\f058';
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  color: #ed1c24;
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  .icon-feature-text-block .icon-feature-title {
    font-size: 30px;
  }

  .prod_specification-table {
    width: 100%;
  }

  td.prod_specification-table table tbody tr th,
  .prod_specification-table table tbody tr td {
    width: 50%;
  }
}

@media only screen and (max-width: 540px) {
  .icon-feature-text-block .icon-feature-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .icon-feature-text-block .icon-feature-title span {
    text-transform: capitalize;
    font-weight: 500;
  }

  ul.icon-feature-text {
    margin: 0 0 0 0;
    padding: 0;
    border-left: 0;
    display: block;
  }

  .icon-feature-block {
    padding: 30px 0;
  }

  .icon-feature-text-block {
    display: block;
  }
  .res_wdt_1 .row-flex [class*="col-"] {
     padding-left: 15px !important;
}
}

/* Product Lines End */

.location_icon {
  display: inline-block;
  float: left;
  width: 10%;
  font-size: 20px;
}

.location_text {
  display: inline-block;
  vertical-align: sub;
}

ul.list_icon li {
  list-style: circle;
  line-height: 2;
}

.our_category-title {
  text-align: center;
  display: block;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: 'Nunito', sans-serif; */
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  margin: 20px;
}

.our_category-title:after {
  bottom: 0;
  position: absolute;
  content: "";
  width: 6%;
  left: 47%;
  border-bottom: 3px solid #da291c;
  margin: 0px auto;
  text-align: center;
  border-radius: 10px;
}

.our_categories {
  display: block;
  background: linear-gradient(180deg, rgba(20, 20, 20, 1) 48%, rgb(247 247 247) 100%) 79%, rgb(255 0 0) 100%;
  /* background: #110b04;
    background: -moz-linear-gradient(top, #110b04 0%, #9b9b9b 54%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #110b04 0%,#9b9b9b 54%,#ffffff 100%);
    background: linear-gradient(to bottom, #110b04 0%,#4a4a4a 30%,#dddddd 100%); */
}

.nav_main>.container,
.nav_mainlogo>.container,
.top_border>.container {
  width: 100%;
  padding: 0 3%;
}

/* News Event V_1.2 */
.news_event-block {
  width: 310px !important;
  margin: 0px 30px;
  padding: 0;
  float: left;
  display: inline-block;
  height: 100%;
  background-color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.news_event-thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px;
  color: #333;
}

.news_event-thumb:hover,
.news_event-thumb:active,
.news_event-thumb:focus {
  color: #333;
}

.news_event-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: block; */
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.news_event-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news_tile_text {
  display: block;
  margin: 0;
  text-align: justify;
}

.news_event-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.news_tile_text-header {
  display: block;
  color: #ed1c24;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

/*  Check Old style */
.newsevent_shadow {
  box-shadow: 0px 1px 2px 2px #f1f1f1;
  -moz-box-shadow: 0px 1px 2px 2px #f1f1f1;
  -webkit-box-shadow: 0px 1px 2px 2px #f1f1f1;
  -o-box-shadow: 0px 1px 2px 2px #f1f1f1;
}

.p-15 {
  padding: 15px;
}

.list_news_title {
  font-size: 22px;
  font-weight: 800;
  margin-top: 5px;
}

/* new styles for home page pistonscustomblock section*/
.home-featured_item_box .home-featured-topimg {
  position: relative;
}

.our-category-box-title {
  position: absolute;
  top: -5px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 10px;
  /* font-family: 'Nunito', sans-serif; */
  text-align: center;
  margin: 0 auto !important;
  display: block;
  line-height: 1.3;
  width: 100% !important;
}

.our-category-box-title5 {
  font-size: 20px;
}

/*.our-category-box-title1 {
    left: 30px;
}
.our-category-box-title2, .our-category-box-title3, .our-category-box-title4 {
  left: 40px;
}
.our-category-box-title5 {
  left: 5px;
  font-size: 20px;
}TEST*/


/*Menu Responsive*/

@media only screen and (min-width:900px) {
  ul.menu {
    width: 100%;
    /* display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; */
  }

  .nav_main_list ul li {
    /* padding: 0 2px 0 3px !important; */
    /* width: 100%; */
    display: block;
  }

  .nav_main_list ul li a {
    display: block !important;
    padding: 6px 10px !important;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 5px !important;
  }

  .nav_main_list li.logged_in ul li:last-child {
    min-width: 0px !important;
  }

  .nav_main_list ul li:last-child {
    padding-right: 0px !important;
  }

}

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

  .nav_main_list ul li:nth-child(5),
  .nav_main_list ul li:nth-child(8) {
    min-width: 0px;
  }

  .nav_main_list li.logged_in ul li:last-child {
    min-width: 210px !important;
  }
}

/*Menu Responsive*/

/******mounica *******/

.disable_cartbtn {
  background-color: #33333354 !important;

}


input::-webkit-input-placeholder {
  color: #ffffff;
}

input:-moz-placeholder {
  color: #ffffff;
}

input::-ms-input-placeholder {
  color: #ffffff;
}

.disable_cartbtn {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.disable_cartbtn .disable_cartbtntext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the disable_cartbtn */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.disable_cartbtn:hover .disable_cartbtntext {
  visibility: visible;
}

/* karthik own css */

input.apa-fa-search,
input.apa-fa-search:hover {
  background-color: #da291c !important;
}

@media only screen and (min-width: 900px) {
  .nav_main_list li.logged_in ul li:last-child {
    min-width: 0px !important;
  }
}

.top_cart {
  margin: 0px !important;
}

/* .home-featured-text{
  display: none !important;
}
.home-featured_item_box{
  height: auto !important;
}
.home-featured_item_box .home-featured-prod_img{
  margin-top: 0px !important;
}
.home-featured_item_box .home-featured-prod_img>img{
  display: none !important;
}
.our-category-box-title{
  display: none !important;
} */
.flex-gabriel {
  display: flex;
  align-items: center;
}

.gabriel_store {
  padding-right: 23px;
  margin-top: 3px;
}

.ymm-header h3 {
  background: #da291c;
  margin: 0px !important;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 19px;
}

.apa_home_search_block {
  padding-bottom: 15px;
}

.ymme-search-tabs {
  display: none !important;
}

.testimonial {
  padding: 0 0 30px;
}

.testimonial p {
  font-size: 15px !important;
}

.top_searchbox_buybtn-block .top_searchbox_buybtn {
  font-size: 12px !important;
}

.top_searchbox_buybtn-block {
  width: auto !important;
  position: absolute;
  left: 0px;
  top: 24px;
}

/* .clck_crt{
  display: none !important;
} */
.cart_wishlist {
  display: none !important;
}

/* @media only screen and (min-width: 539px) and  (max-width: 1199px){
  .ymm-header h3{
    padding: 10px !important;
    font-size: 14px !important;
  }
  .apa_home_search_block{
    padding-bottom: 0px !important;
  }
  .search-panel{
    top: 12% !important;
    padding: 10px 20px !important;
  }
  .ymme-search-block{
    min-height: 336px !important;
  }
} */
@media only screen and (max-width: 539px) {
  .ymm-header h3 {
    padding: 10px !important;
    font-size: 14px !important;
  }

  .nav-tabs>li {
    float: none !important;
  }

  .apa_home_search_block {
    padding-bottom: 0px !important;
  }

  .search-panel {
    top: 12% !important;
    padding: 10px 20px !important;
  }

  .ymme-search-block {
    min-height: 336px !important;
  }

  .top_cart {
    margin: 8px 0px;
    position: relative;
    right: 0;
    width: 100%;
  }

  .nav_main_list ul li:nth-child(8) a {
    padding: 10px 15px !important;
  }

  li.menu-item.menu-item--expanded::before {
    right: 35px;
  }

  .site-logo {
    width: 100px;
  }

  .ymme-search-block-mob {
    position: relative !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .gabriel_copy_right {
    text-align: center !important;
  }

  .sub-footer {
    text-align: center !important;
    padding-top: 10px;
  }

  .gabriel_store {
    margin-top: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 539px) and (max-width: 767px) {

  .product_desc {
    margin-top: 28px;
  }

  .header-page-breadcrumb .breadcrumbs {
    width: 100% !important;
  }

  .gabriel_copy_right {
    text-align: center !important;
  }

  .sub-footer {
    text-align: center !important;
    padding-top: 10px;
  }

  .top_searchbox_buybtn-block {
    display: block;
    margin-top: 10px;
  }

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

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

  .top_cart {
    width: 100%;
  }

  .site-logo {
    width: 100px;
  }

  .gabriel_store img {
    width: 100px;
  }

  .gabriel_brand img {
    width: 65px !important;
  }

  .ymme-search-block-mob {
    position: relative !important;
  }
}

@media only screen and (min-width: 540px) and (max-width: 639px) {
  .top_cart {
    margin: 8px 0px;
    position: relative;
    right: 0;
    width: 100%;
  }

  .nav_main_list ul li:nth-child(8) a {
    padding: 10px 15px !important;
  }

  li.menu-item.menu-item--expanded::before {
    right: 35px;
  }

}

@media (max-width:767px) {
  .top_searchbox {
    width: 100% !important;
    margin: 9px 5px 0px 0px !important;

  }

  .top_searchbox_buybtn-block {
    margin: 13px 0px !important;
    position: absolute !important;
    right: 0px !important;
    top: auto !important;
  }

  .submit-btn {
    display: inline-block;
    background: #da291c;
    outline: none;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0px auto;
    height: auto;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 19px;
    font-weight: 600;
    line-height: 29px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }

  .nav_logo {
    float: none !important;
    padding: 8px 0 0 0px !important;
  }

  .top_searchbox_buybtn-block {
    width: auto !important;
  }

  .top_cart {
    width: 100%;
  }

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

  .flex-gabriel {
    padding: 8px;
  }
}

@media only screen and (max-width: 539px) {
  .gabriel_copy_right {
    text-align: center !important;
  }

  .sub-footer {
    text-align: center !important;
    padding-top: 10px;
  }

  .flex-gabriel {
    padding: 8px;
  }

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

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

  .top_cart {
    width: 100%;
  }

  .gabriel_store img {
    width: 100px;
  }

  .gabriel_brand img {
    width: 65px !important;
  }
}

.apa-list-view ul li.active,
.apa-list-view ul li:hover {
  background: #da291c !important;
}

.desktop-narrow-results {
  background: #75787b !important;
}

.home-featured_item_box {
  width: 100% !important;
  height: 100% !important;
}

.home-featured_item_box {
  margin: 0 0px !important;
}

.our_categories .m-b-20 {
  height: 100%;
}

#searchcatalog {
  padding-top: 0px !important;
}

.m-t-b-25 {
  margin: 10px 0 !important;
}

.SelectedfitmatQuery {
  font-size: 15px !important;
}

.featured_item_box h5 {
  height: 100% !important;
}

#fil-range-heading {
  font-size: 18px !important;
}

.featured_item_box {
  margin: 0px !important;
  padding-bottom: 5px !important;
}

.filter-header {
  padding: 10px 0px !important;
}

.apa-list-view {
  padding-top: 0px !important;
}

#fil-range,
.fil-sec {
  margin-bottom: 5px !important;
  font-family: "Inter", sans-serif;
}

/* karthik own css */

.desktop-login {
  float: right;
  margin: 5px 9px 0px 0px;
}

.desktop-login a {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .mob-login {
    float: left;
    display: block !important;
    margin: 24px 15px 8px 0;
  }

  .cart_shopping {
    width: 100%;
  }

  .flex-gabriel {
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
  }
}

.column-mt {
  margin-top: -26px;
}

.sel-sortby {
  padding-left: 20px;
}

@media screen and (min-width: 1300px) {
  #searchsuggestion {
    left: 0px !important;
  }
}

@media only screen and (min-width:991px) and (max-width:1140px) {
  .ymme-search-block {
    min-height: 333px;
  }

  .search-panel {
    padding: 20px 20px;
  }

  .apa_home_search_block {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:1141px) and (max-width:1230px) {
  .ymme-search-block {
    min-height: 357px;
  }

  .search-panel {
    padding: 20px 20px;
  }

  .apa_home_search_block {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:1230px) and (max-width:1340px) {
  .ymme-search-block {
    min-height: 388px;
  }

  .search-panel {
    padding: 20px 20px;
  }

  .apa_home_search_block {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:1340px) and (max-width:1420px) {
  .ymme-search-block {
    min-height: 420px;
  }

  .search-panel {
    padding: 20px 20px;
  }

  .apa_home_search_block {
    padding-bottom: 0px;
  }
}

.header-page-breadcrumb .breadcrumbs {
  width: 50%;
}

.apa-fitmentmatch {
  margin-top: 3px;
  display: inline-block;
  width: auto !important;
  max-width: 70%;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.template-heading {
  margin-top: 40px !important;
}

@media only screen and (max-width: 1000px) {
  .apa-fitmentmatch {
    margin-top: 40px !important;
    display: block;
    width: auto !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top_searchbox_buybtn-block {
    left: -17px !important;
  }

  .gabriel_brand {
    padding-right: 16px !important;
  }

  .gabriel_store {
    padding-right: 0px;
  }

}

.path-product .magnifier {
  background-color: #fff;
}

.path-product .magnifier img {
  object-fit: contain;
}

.nav_main_list ul li a {
  white-space: normal !important;
}

.menu-item.menu-item--expanded ul.menu::-webkit-scrollbar {
  width: 10px;
}

.menu-item.menu-item--expanded ul.menu::-webkit-scrollbar-track {
  border-radius: 5px;
}

.menu-item.menu-item--expanded ul.menu::-webkit-scrollbar-thumb {
  background: #ed1d23;
  border-radius: 5px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li {
  white-space: inherit !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
  color: #009efb !important;
}

@media (min-width:767px) {
  li.menu-item.menu-item--expanded:hover .menu {
    display: block;
  }
}


/* karthik own css final */




/* menu css pradeep */

.drop-icon {
  display: none;
  cursor: pointer;
}

li.menu-item.menu-item--expanded::before {
  cursor: pointer;
}

/*  menu media css pradeep */
@media (max-width:767px) {
  .drop-icon {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 9;
    font-size: 20px;
    display: block;
  }

  li.menu-item.menu-item--expanded::before {
    display: none;
  }
}

.text-heading {
  font-size: 18px !important;
  color: #ed1d23;
  font-weight: 700;
  margin: 0px;
}

.text-location {
  font-size: 15px !important;
  font-weight: 600;
}

.testimonial p {
  margin: 0px !important;
}

.path-user input[type=password],
.path-user input[type=text] {
  -webkit-text-fill-color: #4c4c4c !important;
}

.prod_specification h4 {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #f10000;
  font-family: "Oswald", sans-serif;
}

.product_desc_content h4 {
  font-weight: 600;
  font-size: 18px;
}

.product_brand-text-block p {
  padding: 0px !important;
}

.prod_desc_tabcontent table th,
.prod_desc_tabcontent table td {
  width: 50%;
  font-size: 14px;
}

.topbar_phone i.fa {
  color: #fff !important;
  vertical-align: bottom;
  margin-right: 15px !important;
}

.topbar_phone span {
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.topbar_nav span {
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #B2B2B2;
}

.buyersguide_table thead tr>th:nth-child(1) {
  width: auto !important;
}

.buyersguide_table thead tr>th:nth-child(2) {
  width: auto !important;
}

.buyersguide_table thead tr>th:nth-child(3) {
  width: auto !important;
}

.buyersguide_table thead tr>th:nth-child(4) {
  width: auto !important;
}

.buyersguide_table thead tr>th:nth-child(5) {
  width: auto !important;
}

.buyersguide_table th,
.buyersguide_table td {
  width: auto !important;
}

.top_searchbox_buybtn {
  margin-left: -13px;
}

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

  .prod_specification table th,
  .prod_specification table td {
    width: 100% !important;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1081px) {
  .APAinput-group #searchsuggestion {
    left: 0% !important;
  }
}

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

  .prod_specification.table-responsive td,
  th {
    min-width: 250px;
    max-width: 250px;
  }
}

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

  .topbar_phone {

    display: block !important;

  }

}

@media only screen and (max-width: 539px) {
  .prod_desc_tabcontent table {
    border: none !important;
  }
}

.feature_info .product_text_description {
  color: #da291c;
  font-weight: 600;
  font-size: 16px;
}

.feature_info ul li {
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
}

.feature_info ul li::before {
  content: '\f058';
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 35px;
  color: #ed1c24;
  font-size: 14px;
}


.ultimate-banner {
  display: flex;
  align-items: center;
  background-color: #000000;
  height: 28px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}

.stripe {
  width: 4px;
  height: 100%;
  margin-right: 3px;
  transform: skewX(353deg);
}

.yellow {
  background-color: #da291c;
}

.Best {
  background-color: #9a8435;
}

.Specialty {
  background-color: #1c1f9a;
}

.Better {
  background-color: #368eca;
}

.Premium {
  background-color: #e83139;
}

.Accessory,
.Performance,
.Performance_Adjustable,
.Good,
.Premium,
.Premium_Adjustable {
  background-color: #f0ad4e;
}

.text {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}

.res_wdt_1 .row-flex [class*="col-"] {
  margin-bottom: 40px !important;
}

.featured_item_box {
  border-radius: 0px 0px 15px 15px !important;
}

/* .nav_mainlogo {
  height: 70px;
} */

.region.region-topbar-search {
  flex: 1;
}

.navbar-collapse.collapse {
  margin-top: 0px;
}

.navbar-menus-inner {
  display: flex;
  align-items: center;
  gap: 65px;
  flex-wrap: wrap;
  justify-content: start;
}


input.apa-fa-search {
  display: none;
}

/* input[type=text] {
  border: 1px solid #D5D5D5;
  color: #A5A5A5;
  -webkit-text-fill-color: #A5A5A5;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
} */



.banner-section {
  position: relative;
  display: none !important;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  padding: 100px;
  background: linear-gradient(rgb(0 0 0 / 24%)), url('.././images/banner-img.webp') no-repeat center center / cover;
}

.inner-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  gap: 100px;
}

.banner-text {
  max-width: 550px;
}

.banner-text h1 {
  font-size: 55px;
  font-weight: 400;
  margin: 0 0 22px;
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 66px;
  letter-spacing: 0.72px;
}

.banner-text h1 span {
  color: #F10000;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.banner-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #E7E7E7;
  font-family: "Inter", sans-serif;
}

.banner-text h1:before {
  content: '';
  position: absolute;
  width: 7px;
  background-color: #F10000;
  height: 100%;
  left: -30px;
  top: 0;
}

.banner-text .btn {
  background: #F10000;
  color: #fff;
  font-family: "Inter", sans-serif;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
}

.banner-text .btn:hover {
  background: #b5050f;
}

/* Right side video thumbnail */
.banner-video {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.banner-video img {
  width: 100%;
  display: block;
}



/* myparts section css start */

.myparts-section {
  position: relative;
  background: url('.././images/myparts-bg.webp') no-repeat center center / cover;
  padding: 30px 0px 40px 0px;
}

.mypart-heading h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding-bottom: 22px;
  color:#000;
}

.mypart-heading span {
  color: #F10000;
}

.mypart-heading p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}

.regulation_type {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: unset !important;
}

.regulation_type select {
  width: 500px;
  color: #4c4c4c;
}

.form-section {
  background: #111;
  padding: 30px;
  position: relative;
}


.form-section.dark {
  background: #333;
  padding: 30px;
}

.form-section.dark .form-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ymm-select-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.form-group {
  flex: 1;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
}

select,
input {
  padding: 10px;
  font-size: 14px;
  border: unset;
  -webkit-text-fill-color: #272727;
  border-radius: 3px;
  outline: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.search-btn {
  background: #F10000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  align-self: flex-end;
}

.search-btn:hover {
  background: #c00510;
}

.form-inline {
  display: flex;
  gap: 10px;
  flex: 1;
}

.regulation_type label,
.ymm-select-option label {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}


.form-group.full-width {
  width: 100%;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-wrap input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  height: 40px;


}

.input-wrap .search-btn {
  padding: 10px 20px;
  background: #F10000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize; 
  width: 133px;
}

.form-section.dark label {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.input-wrap input::placeholder {
  color: #272727;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding-left: 10px;
}

.ymm-select-option .search-btn {
  /* margin-top: 15px; */
  height: 40px;
  padding: 10px 20px;
  background: #F10000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  align-self: center;
}

.product_card_wrapper {
  justify-content: center;
  display: flex;
  gap: 40px;
  padding-bottom: 72px;
  padding-top: 47px;
  flex-wrap: nowrap;
}

.inner_product_card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.inner_product_card::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -17px;
  width: 100%;
  height: 100%;
  border: 5px solid #F10000;
  z-index: -1;
  pointer-events: none;
}

.inner_product_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner_product_card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.inner_product_card .overlay h2 {
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin: 0;
}

.ap-products,
.ap_brands {
  padding-top: 47px;
}

.ap-products h3,
.ap_brands h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 0;
  color:#000;
}

.ap-products span,
.ap_brands span {
  color: #F10000;
}


.market-bg-image {
  position: relative;
  background: url('.././images/marketing-bg.webp') no-repeat center center / cover;
  padding: 48px;
  padding-bottom: 63px;
}

.marketing-wrapper h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 0;
  color: #fff;
  padding-bottom: 28px;
}

.marketing-wrapper span {
  color: #F10000;
}

.marketing-wrapper p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.marketing-image-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* 30% black */
}


.performance-section {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.performance-section img {
  width: 100%;
  height: auto;
  display: block;
}

.performance-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F10000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 0px 15px 15px;
  font-family: "Inter", sans-serif;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  width: 337px;
  display: flex;
  align-items: center;
  height: 60px;
  z-index: 9;
}

.performance-label.inner-label {
  background: #000;
  z-index: 0;
  left: 7px;
}


.newsletter-content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 17px;
}

.newsletter-content p {
  font-family: "Inter", sans-serif;
  color: #D6D6D6;
  font-size: 14px;
  margin-bottom : 0px;
}

.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-input {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: 100px;
}

.newsletter-input .email-input {
  width: 100%;
  padding: 15px 15px;
  padding-right: 140px;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background-color: #fff;
  color: #474747;
  font-family: "Inter", sans-serif;
}

.newsletter-input .email-input::placeholder {
  color: #474747;
}

.newsletter-input .subscribe-button {
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5px;
  height: 40px;
  transform: translateY(-50%);
  padding: 7px 40px;
  border: none;
  border-radius: 6px;
  background-color: #F10000;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  outline: none;
  text-transform: capitalize;
  z-index: 10;
}

.newsletter-line {
  border: 1px solid #A5A5A5;
  margin-top: 60px;
  margin-bottom: 50px;
}

.company-details p {
  font-size: 14px;
  color: #A8A8A8;
  margin-top: 23px;
  margin-bottom: 18px;
  font-family: "Inter", sans-serif !important;
}

.qucik-links p,
.other-links p,
.contact-us p {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.interactive-heading b {
    color: #2D2D2D;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}

#accordion .panel .panel-heading {
  background: #E9E9E9;
}

.pro-panel-body img {
    max-height: 100px !important;
    max-width: 100px !important;
}


.qucik-links li,
.other-links li {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  color: #A8A8A8;
  margin-top: 10px;
}

.contact-us .phone-details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-us .phone-details li {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A8A8A8;
  margin-bottom: 0px;
  margin-top: 5px;
}

.contact-us .phone-details li a {
  color: #A8A8A8;
}

.topbar_phone span  a {
  color: #fff;
}

.location-details {
  margin-top: 20px;
}

.ap_brands_wrapper .brand {
  background: #FAFAFA;
  padding: 50px 60px;
  box-shadow: 0px 0px 4px 0px #00000038;
  display: flex;
  align-items: center;
}

.ap_brands_wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 47px;
  padding-bottom: 40px;
}

.ap_brands_wrapper .brand img {
  width: 140px;
  max-width: 100%;
}

.view_all_brands {
  text-align: center;
}

.view_all_brands button {
  background: #F10000;
  padding: 12px 20px;
  height: 100%;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 32px;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
}

.menu-item.menu-item--expanded ul.menu li a {
  font-family: "Oswald", sans-serif;
}

.ymm-select-option .apa-year-wrapper {
  width: 245px;
  padding-left: 0px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.Regulation-ymm {
  position: absolute;
  padding-top: 30px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.Regulation-ymm label {
   font-size: 18px;
   color:#fff;
}

.ymm-select-option .apa-year-wrapper select {
  height: 40px;
  color: #272727;
  font-size: 13px;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
}

.Regulation-ymm select {
    width: 291px;
    height: 40px;
}

.ymm-select-option .btn {
  padding: 0px;
  margin-top: 98px;
  /* padding-top: 10px; */
}

.ymm-select-option .btn .fa.fa-search {
  display: none;
}

.ymm-select-option #ewd_setbg_blk {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-search-btn {
  padding: 10px 20px;
  background: #F10000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  display: inline-block;
  margin-top: 0px;
  text-transform: capitalize;
  width: 133px;
<<<<<<< HEAD
=======
  -webkit-text-fill-color: #ffffff;
}

.APAproduct-search-btn:hover, .APAproduct-search-btn:focus {
   background: #F10000 !important;
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
}

.find-my-parts .ymm-select-option .search-btn {
  margin-top: 24px;
  width:133px;
}

/* mobile responisve */

@media only screen and (max-width : 1024px) {
  .inner-banner {
    gap: 30px;
    flex-direction: column;
  }

  .banner-section {
    padding: 40px;
    display: block;
  }
}

@media only screen and (max-width : 991px) {
  .product-search-btn {
    margin-top: 0px;
  }
  .product-right-content {
     padding-left: 0px !important;
     padding-top:20px;
  }
  .mobile-size-view .col-sm-12 {
    padding-left: 0px !important;
  }
}


@media only screen and (max-width : 767px) {
  .footer_main {
    padding: 20px;
  }

  .product_card_wrapper {
    flex-wrap: wrap;
    padding-left: 15px;
  }

  .inner_product_card {
    width: auto;
  }

  .regulation_type {
    display: block;
  }

  .ymm-select-option {
    display: block;
  }

  .regulation_type select {
    width: 100%;
  }

  .myparts-section {
    padding: 30px;
  }

  .newsletter-input {
    max-width: 100%;
    margin-right: 0px;
  }

  .ymm-select-option #ewd_setbg_blk {
    display: block;
  }

  .ymm-select-option .apa-year-wrapper {
    width: 100%;
  }

  .APAshow {
    display: inline-block !important;
  }

  #apa-ymm-container .form-group {
    padding-right: 0px !important;
  }

  .form-section.dark .form-row {
    display: block;
  }

  .find-my-parts .form-section.dark .form-row {
    display: block !important;
  }
  .ymm-select-option .apa-year-wrapper {
    margin-top: 10px;
    padding-right: 0;
}
  .Regulation-ymm select {
    width: 100%;
}
  .Regulation-ymm {
    position: unset;
    display: unset;
}
.ymm-select-option .btn {
    display: flex !important;
}
.product-search-btn {
    margin: 0px auto;
    text-align: center;
<<<<<<< HEAD
    margin-top: 20px;
=======
    margin-top: 0px;
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d

  }
}

@media only screen and (max-width : 540px) {
  .inner_product_card .overlay h2 {
    font-size: 28px;
  }

  .performance-label {
    width: 100%;
    height: unset;
    clip-path: unset;
  }

  .performance-label.inner-label {
    display: none;
  }
  .newsletter-input .subscribe-button {
    padding: 7px 15px;
  }
  .social-icons {
    margin-bottom: 20px;
  }
<<<<<<< HEAD
=======
  .input-wrap {
      display: block;
      text-align: center;
  }
  .input-wrap .search-btn {
      margin-top: 10px;
  }
  .find-my-parts .form-section {
      padding: 20px;
  }
  .Regulation-ymm label {
      display: flex;
  }
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
}



/* catelog page design*/

.catalogue_listpage #ewd_setbg_blk {
  background-color: #E9E9E9 !important;
  padding: 15px !important;
}

.SelectedHead {
  color: #F10000;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-left: 50px;
  font-family: "Inter", sans-serif;
  border: none !important;
}

.SelectedfitmatQuery {
  color: #2D2D2D !important;
  font-family: "Inter", sans-serif;
  margin-right: 40px;
  font-size: 14px !important;
}


.changeVehicle {
  background: #f10000;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: none !important;
  color:#fff;
}

#accordion .panel-body li {
  display: flex;
  align-items: start;
  gap: 7px;
}

#accordion .panel-body li .form-check-input {
  width: 12px;
  border: 1px solid #A9A8A8 !important;
  border-radius: 3px !important;
  margin-top: 4px;
}

#accordion .panel-body li .form-check-input:checked {
  accent-color: #f10000 !important;
  border-color: #A9A8A8 !important;
}

#accordion .panel .panel-collapse {
  max-height: 400px !important;
}

.panel-heading .panel-title a {
  color: #2D2D2D !important;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

#accordion .panel-body li a,
#accordion .panel-body ul li {
  font-family: "Inter", sans-serif;
  color: #2D2D2D !important;
  font-size: 14px;
}

.desktop-narrow-results {
  background: #f10000 !important;
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
}

.accordion-toggle:after {
  color: #2D2D2D !important;
}

.part-number-search {
  display: flex;
  gap: 10px;
  align-items: center;
}

.part-number-search p {
  font-size: 14px;
  font-weight: 700;
  width: auto;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #2D2D2D !important;
}

.part-number-search input {
  width: 250px;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  font-size: 12px;
  color: #242424;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.part-number-search .input-wrapper {
  position: relative;
  display: inline-block;
}

.part-number-search input {
  padding-left: 35px;
}

.part-number-search .fa-search:before {
  font-size: 14px !important;
  color: #252525;
}

.part-number-search .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #242424;
  font-size: 16px;
  pointer-events: none;
}

.apa-list-view ul li:first-child {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.apa-list-view ul li {
  background: #D9D9D9 !important;
  border-radius: 5px !important;
  color: #252525 !important;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 12px !important;
}

.apa-list-view ul li.active,
.apa-list-view ul li:hover {
  background: #F10000 !important;
  color: #fff !important;
}

#accordion .panel {
  border: 1px solid #D4D4D4 !important;
  box-shadow: none !important;
}

.res_wdt_1 .row-flex [class*="col-"] {
  padding-left: 0px;
}

.apa-list-view ul li:first-child:hover {
  color: #252525 !important;
}

.diagram-catalog-image {
  margin-bottom: 15px;
  position: relative;
}
.diagram-data {
  border: 1px solid #D4D4D4;
  padding: 20px;
  border-radius: 5px;
}
.diagram-catalog-image .inner-diagram {
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}

.diagram-catalog-image .inner-diagram img {
  width: 250px;
}

.diagram-catalog-image .zoom-icon {
  position: absolute;
  top: 8px;
  right: 6px;
  background: #f10000;
  padding: 5px;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  padding-top: 1px;
  cursor: pointer;
}

.diagram-catalog-image .zoom-icon img {
  width: 15px;
}

.diagram-data p {
     margin: 0;
    text-align: center;
    font-weight: 700;
    color: #2D2D2D !important;
    font-family: "Inter", sans-serif;
}

/* Popup overlay */
.diagram-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.diagrampopup-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 80%;
  max-height: 80%;
}

.diagrampopup-content img {
  max-width: 100%;
}

.close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.APAinput-group::before {
  content: "\f002";
  /* Unicode for fa-search */
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #242424;
}

.APAinput-group input {
  padding-left: 35px !important;
  color: #252525 !important;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;

}

.header-main-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.res_wdt_1 .row-flex [class*="col-"] {
  margin-bottom: 20px !important;
}


.filter-footer .APArow {
  justify-content: end;
  padding-right: 20px;
}

#apa-search-header h2 {
  color: #f10000 !important;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif;
}

#apa-upper-embed .apa-select {
  color: #242424 !important;
  font-weight: 700 !important;
  border: none !important;
  font-family: "Inter", sans-serif !important;
}

#apa-upper-embed .btn.text-r {
  padding-bottom: 0px !important;
  padding-top: 0px;
}

#product-table thead th {
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  font-size: 12px;
}

#product-table table {
  border-bottom: 1px solid #E3E3E3 !important;
  border: none;
  margin-bottom: 10px;
}

#product-table .table-bordered>tbody>tr>td,
.table-bordered>thead>tr>th {
  border-bottom: 1px solid #E3E3E3 !important;
  border: none;
}

#product-table thead td {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.border-bottom {
  border: none !important;
}

.png-results-wrap .pgn-results {
  color: #f10000;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;

}

.brand-width {
  width:100px;
}

.td-item-name {
  font-family: "Inter", sans-serif !important;
}

.td-item-name a {
   font-family: "Inter", sans-serif !important;
}

.png-results-wrap .pgn-pagedisplay {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #242424 !important;
}

.pt-sort {
  background: none !important;
}

@media screen and (min-device-width: 991px) and (max-device-width: 1300px) {
  .header-main-section {
   
    margin-top: 10px;
  }
  .APAinput-group input {
    width: 100%;
  }
}


@media screen and (min-device-width: 767px) and (max-device-width: 991px) {
  .header-main-section {
    margin-top: 10px;
  }
  .APAinput-group input {
    width: 100%;
<<<<<<< HEAD
  }
  .global-search {
    margin-top: 0px !important;
    margin-bottom: 10px;
=======
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
  }
  .navbar-menus-inner {
    gap: 10px;
  }
  .header-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .find-my-parts {
    margin-top: 10px;
  }
}

@media screen and (min-device-width: 540px) and (max-device-width: 767px)  {
  .APAinput-group input {
    width: 100%;
  }
  .find-my-parts {
    justify-content: end;
  }
    .header-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-menus-inner {
    gap: 10px;
  }
  .navbar-toggle {
        margin: 0;
    margin-top: 0px;
    background-color: #f10000;
  }
}

@media only screen and (max-width : 540px)  {
  .header-main-section {
    display: block;
    margin-top: 10px;
  }
  .APAinput-group input {
    width: 100%;
  }
  .global-search {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .find-my-parts {
    justify-content: end;
  }
    .header-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-menus-inner {
    gap: 10px;
  }
  .navbar-toggle {
    margin: 0;
    margin-top: 0px;
    background-color: #f10000;
  }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1300px) {
   .find-my-parts {
      margin-top: 10px;
}
   .header-main-section {
      padding-left:10px;
      padding-right:10px;
}
   .top_cart {
     display: block;
}
}

.nav_main_list ul.menu {
     z-index: 99;
}

@media screen and (min-device-width: 540px) and (max-device-width: 882px) {
    .part-number-search input{
        width: 100%;
    }
    .part-number-search {
        gap: 3px;
    }
}

@media only screen and (max-width : 540px)  {
    .mobile-view-search .col-xs-7 {
        width: 100%;
        text-align:center;

    }
    .part-number-search input {
        width: 100%;
    }
    .part-number-search .input-wrapper {
        display: block;
<<<<<<< HEAD
        width: 100%;
=======
         flex: 1;
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
    }
    .part-number-search {
        align-items: center;
    }
}


/* pdp page */

.breadcrumb-item a {
  color: #2D2D2D;
  font-family: "Inter", sans-serif !important;
  text-transform: capitalize;
}

.breadcrumbs i {
  color: #2D2D2D !important;
  font-size: 12px;
}

.breadcrumb-item.current {
  color: #f10000 !important;
  font-family: "Inter", sans-serif !important;
}

.ymme-search-block-mob {
  display: none;
}

.mobile-size-view .product_name strong {
    font-family: "Oswald", sans-serif !important;
    margin-bottom: 10px;
    color: #000000;
    font-size: 22px;
}

.mobile-size-view .m-t-5 p strong {
  font-family: "Inter", sans-serif;
  color: #2D2D2D;
  font-weight: 700;
}

#fitment_check {
    color: #0D99FF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: unset;
    text-transform: capitalize;
    padding: 0;
}

.prod_specification {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width : 450px) {
    .performance-section .overlay {
        display: none;
    }
    .performance-label {
        position: unset;
    }
    .inner-parts {
        width: 100%;
    }
}

@media only screen and (max-width : 767px)  {
    .find-my-parts .dropdown {
        width: 100%;
    }
    .top_cart {
        width: 100% !important;
    }
}


.view-diagram {
   background-color: #f10000 !important;
   border-radius: 5px !important;
}

a .view-diagram{
   font-size: 14px;
   font-family: "Inter", sans-serif;
   font-weight: bold;
   text-transform: capitalize;
}

.product-name-1 .product-name {
   font-family: "Inter", sans-serif;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #2D2D2D !important;
}

.p-application {
    font-family: "Inter", sans-serif;
    font-size: 13px !important;
    margin-bottom: 0px;
    color: #2D2D2D !important;
   font-weight: 500;
}

.p-application .engine-span {
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

.product-name-flex p {
   font-family: "Inter", sans-serif;
   font-size: 14px;
}

.pagi_master li.active {
    color: #ffffff !important;
    background: unset !important;
    border: unset !important;
}


.pagi_master li a {
    border-radius: 5px !important;
    color: #252525 !important;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    background: #D9D9D9;
    font-size: 14px;
    padding: 2px 8px;
}

.pagi_master li.active a {
    background: #f10000;
}

.pagi_master li.active a {
   color: #fff !important;
}

.filter-toggle span, .sort-toggle span {
  font-family: "Oswald", sans-serif !important;
}

.pagi_master li:hover a {
  color: #fff !important;
  background: #f10000;
}

.product-name-1 .product-name p  {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.main-flex-product p {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 12px !important;
}

.p-application p {
   font-family: "Inter", sans-serif;
   font-weight: bold;
   font-size: 13px !important;
}

.product-search-page .strong-title {
  font-family: "Inter", sans-serif;
}

.product-search-page .strong-title {
  font-weight: 500 !important;
}

.prod_specification h4 {
   font-weight: bold;
}

.prod_specification-table table tbody tr th div b {
   font-family: "Inter", sans-serif;
   color:#2D2D2D;
}

.fitment-field {
   font-family: "Inter", sans-serif;
   color:#2D2D2D;
}

#fil-range-heading span {
   font-family: "Inter", sans-serif;
   color:#2D2D2D;
   font-weight: bold;
}

#fil-range-heading {
  font-family: "Inter", sans-serif;
  color:#2D2D2D !important;
  font-weight: bold !important;
}

.spec-div {
   font-family: "Inter", sans-serif;
   color:#2D2D2D;
}

.prod_specification-table table tbody tr th div{
   font-family: "Inter", sans-serif;
   color:#2D2D2D;
}

.product-name-1 span {
   font-family: "Oswald", sans-serif !important;
   font-size: 16px;
}

.product-name-1 a {
   font-family: "Oswald", sans-serif !important;
   font-size: 16px;
}

body.path-interactive-diagram div#field_31_blk {
    display: none;
}

.APAsubtitle_tpp {
    float: left;
    border-right: 1px solid #cecece;
    font-family: "Inter", sans-serif;
   
}
 
.APAsubtitle_inn {
    float: left;
    font-family: "Inter", sans-serif;
    border-left: 1px solid #cecece;
}
@media screen and (min-width: 1300px) {
div.searchsuggestionHometwo {
    font-size: 14px;
    position: absolute;
    max-width: 720px;
    max-height: 490px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
    min-width: 690px;
}
}

.apa-ac-item a .apa-item-txt {
    font-family: "Inter", sans-serif;
}

.catalog-parts-sort .sel-sortby {
    display:none;
}


#searchcatalog .sort-toggle {
    display:none;
}

#searchcatalog .filter-toggle {
     width: 100% !important;
}


#searchcatalog .cnt_bll ul {
       padding: 0;
}

.mobile-sort {
   display:none !important;
}


.td-item-ap_notes  div {
    font-family: "Inter", sans-serif;
}

#product-table .tablesorter-header-inner {
  font-family: "Inter", sans-serif;
}

.breadcrumb-item {
  font-family: "Inter", sans-serif;
  color:#2D2D2D !important;
  font-weight : 600;
}

#apa-upper-embed .apa-select {
  height: 40px !important;
}


/* footer social icons */

.social-icons .fa {
    font-size: 15px;
    color: #fff;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.social-icons .sm-icon{
    border: 1px solid #fff;
    padding: 11px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}


@media only screen and (max-width: 540px) {
  .catalog-diagram-popup .modal-body {
        height: auto !important;
  }
  .catalog-diagram-popup .modal-body img {
        width: 100% !important;
  }
}


.apa-list-view ul {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

#product-table .tablesorter-header-inner {
   text-transform: capitalize;
}

.prod_specification table tbody tr:nth-child(even) {
  background-color: #E9E9E9;
}

.prod_specification table tbody tr th {
   font-family: "Inter", sans-serif;
   color:#2D2D2D !important;
   min-width: 30% !important;
   font-weight: bold;
   padding-left: 10px;
}


.prod_desc_tabcontent table td  {
      width: 60% !important;
}

.prod_specification table tbody tr th b {
   font-family: "Inter", sans-serif;
   color:#2D2D2D !important;
}


.global-search input {
  -webkit-text-fill-color: #A5A5A5;
  border: 1px solid #d5d5d5;
}


/* Media Query */
@media (max-width: 1500px) {
  .newsletter-input {
       margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .newsletter-input {
       margin-top: 40px;
  }
}


.header-menu-part {
   flex: 1;
}



@media only screen and (max-width: 540px) {
  .topbar_phone {
        margin-bottom: 10px;
  }
}


@media screen and (min-device-width: 991px) and (max-device-width: 1300px) { 
   .navbar-collapse.collapse {
    margin-left: 30px;
    }
}

@media screen and (min-device-width: 767px) and (max-device-width: 991px) { 
   .navbar-collapse.collapse {
        margin-left: 0px;
    }
<<<<<<< HEAD
    .navbar-menus-inner {
        display: block;
    }
=======
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
    .site-logo {
        height: unset !important;
        padding-bottom: 10px;
    }
    .nav_main_list ul li:first-child {
        padding-left: 30px;
    }
    .nav_logo a::before {
        height: 90%;
    }
}

.desktop-narrow-results {
  border-radius: 5px;
}

.diagram-title h3 {
    font-size: 18px !important;
    color: #2D2D2D !important;
    margin-bottom: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: bold !important;
}




.product-right-content {
   margin-top:0px !important;
}

.product_subname {
    font-size: 26px !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}

.product-right-content hr {
    border-top: 1px solid #E0DFDF !important;
}
.product_type_name {
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

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

.fab_details h5 {
   font-family: "Inter", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: #f10000;
    font-weight: 700;
}

.product_fb_details {
 
}

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


.fab_details ul li {
    position: relative;
    padding-left: 30px;
}

.fab_details ul {
    padding-left: 18px;
}


.fab_details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url("/themes/catapult/images/double-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}


.fab_details ul {
   list-style: none;
   padding-left: 20px;
}

.product_fb_details {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fab_details ul li {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-bottom: 10px;
}

.training-wrapper , .pdf-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.training-wrapper .img img , .pdf-wrapper .img img{
   width: 200px;  
}

<<<<<<< HEAD

@media (min-width: 1300px) and (max-width: 1450px) {
  div.searchsuggestionHometwo {
     left: -194px;
}
}
=======
.prod_specification.table-responsive {
   border: unset;
 }

.attr-item .attr-name {
   font-family: "Inter", sans-serif;
}

.attr-item .attr-val {
   font-family: "Inter", sans-serif;
}


@media (min-width: 1300px) and (max-width: 1450px) {
  div.searchsuggestionHometwo {
       left: unset;
}
}


@media only screen and (max-width : 991px) {
    .attributes-container {
        grid-template-columns: repeat(2, 1fr) !important;
     }
    .thumb-prev {
       left: -14px !important;
    }
    .thumb-next {
       right: -14px !important;
    }
}


@media only screen and (max-width : 600px) {
    .attributes-container {
        grid-template-columns: repeat(1, 1fr) !important;
     }
}

.highlight-border {
    border: 1px solid #F10000 !important;
    animation: glow-red 1.2s infinite alternate;
}


#apa-upper-embed .highlight_border_cat .apa-select {
  border: 1px solid #F10000 !important;
}

@keyframes glow-red {
  0% {
    box-shadow: 0px 0px 2px 0px #f10000a8, 0px 2px 4px #f10000a8;
}
100% {
    box-shadow: 0px 0px 10px #f10000a8, 0 0 13px #f10000a8;
}
}


@keyframes glow-box {
    0% {
    box-shadow: 0px 0px 0px 0px #f10000a8, 0px 2px 4px #f10000a8;
    }

    100% {
    box-shadow: 0px 0px 3px #f10000a8, 0 0 4px #f10000a8;
    }
}


.catalog-product-image , .catalog-product-brand {
       width: 20%;
}

.no-ios-link {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}


@media only screen and (max-width : 540px) {
    .ymm-select-option .product-search-btn {
          margin-top: 20px !important;
    }
}
>>>>>>> d299a2e59c08ff71ba36cbfd6fa29475e7022c3d
