*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family:'LexendDeca-Regular';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/LexendDeca-Regular.ttf');
  src: url('./fonts/LexendDeca-Regular.ttf') format('truetype');
}

@font-face {
  font-family:'OpenSans-Regular';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/OpenSans-Regular.ttf');
  src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
}

:root {
  /* --font-roboto: font-family: 'Roboto', sans-serif;
  --font-nunito: font-family: 'Nunito', sans-serif;
  --font-quicksand: font-family: 'Quicksand', sans-serif;
  --font-opensans: font-family: 'Open Sans', sans-serif;
  --font-poppins: font-family: 'Poppins', sans-serif;
  --font-inter: font-family: 'Inter', sans-serif; */

  --font-opensans: font-family: 'OpenSans-Regular', sans-serif;
  --font-lexenddeca: font-family: 'LexendDeca-Regular', sans-serif;


  --heading-font: 'LexendDeca-Regular', sans-serif;
  --body-font: 'OpenSans-Regular', sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #003F72;
  --color-secondary: #CE7247;
  --color-tertiary: #baa200;
}

body {
  font-family: var(--body-font);
  color: #1D1934 !important;

}
.color-secondary {
  color: var(--color-secondary);
}

.color-primary {
  color: var(--color-primary);
}

.flt-right {
  float: right; 
}
.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: -18px !important;
    /* height: 80px; */
}
.top_border {
  border-bottom: 0px;
  background: var(--color-primary);
  padding: 5px 0;
}
.logo_tagline {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 80px;
}
.logo_tagline img {
    margin:0;
    text-align: left;
    height: auto;
    display: block;
    max-width: 100%;
    width: 70%;
}
.nav_mainlogo {
  background: var(--color-white);
  border-bottom: none;
  padding: 10px;
}
  .nav_mainlogo-logo {
    width: 20%;
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
  }
  .nav_mainlogo-search {
      width: 40%;
      float: left;
      position: relative;
      padding-right: 10px;
      padding-left: 10px;
      margin: auto;
  }
  .nav_mainlogo-cart {
    width: 40%;
    float: right;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px auto;
    text-align: center;
  }
.nav_main{
  background: #FAFAFA;
  padding:0;
  line-height: 2.5;
  vertical-align: middle;
  /* 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: capitalize; */
    display: inline-block;
    padding: 6px 20px !important;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #575757 !important;
    /* background: #ee2e2b; */
    border-bottom: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.nav_main_list ul li a.active, .nav_main_list ul li a.is-active, .nav_main_list ul li a:hover  {
     /* background: var(--color-secondary); */
     border-bottom: 0;
     color: var(--color-primary) !important;
    }
.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;
}
.menu-item.menu-item--expanded ul.menu li {
  padding: 0 !important;
}
.menu-item.menu-item--expanded ul.menu li a {
  color: #333 !important;
  font-size: 14px !important;
  display: block;
  background: #fff !important;
  /* border-bottom: 1px solid #e7e7e7; */
  border: 1px solid #ebebeb !important;
  margin-right: 0px !important;
}
.menu-item.menu-item--expanded ul.menu li a:hover {
  color: #fff !important;
  background: #ee2e2b !important;
  border-bottom: 1px solid #e7e7e7 !important;
}
.nav_logo img {
  width: auto !important;
  /* height: 80px !important; */
}
.top_searchbox {
  margin:8px 0 5px 0px;
}
.top_searchbox input[type=text], .newsletter_input input[type=text]{
  height:40px;
  line-height: 1;
  border: 0 !important;
  box-shadow: 0px 4px 4px rgba(134, 112, 112, 0.25);
  border-radius: 0px !important;
}
.top_searchbox-link {
  margin-left: 25px;
  text-align: right;
  margin-right: -25px;
}
.top_searchbox-link a {
    color: #bfaa42;
    font-size: 14px;

    text-align:right;
    text-decoration: underline;
}
/* .top_cart {
  margin:15px 0;
} */
.top_cart .my_vehicle img, .top_cart .top_login i, .top_login img,.my_vehicle i {
  display: block;
  text-align: center;
  margin:0px auto;
  width: 32px;
  height: 32px;
  color: rgb(95, 105, 149);
  font-size: 36px;
}
.top_cart > .dis-inline-block, .cart_wishlist:not(:last-child), .cart_shopping {
  margin-right: 20px;
}
.top_searchbox button, .newsletter_input button {
  background: var(--color-primary);
  color: #000 !important;
  /* border-radius: 0 8px 8px 0; */
  text-transform: lowercase;
  height: 40px !important;
  /* margin-top: 1px !important;
  margin-bottom: 0px !important; */
}

.top_searchbox button:hover, .newsletter_input button:hover {
      color: #fff !important;
}

.cart_wishlist .wishlist_count, .cart_shopping .shopping_count{
   background: var(--color-secondary);
}
/* .top_cart a{
  color: #fff !important;
} */
.cart-list a {
  color: #333 !important;
}

.topbar_nav li a{

      font-weight: 500;
      color: #fff;
      font-size: 14px;
      padding: 6px 16px;
      border:0;
      text-transform: capitalize;
    }

.widget-shopping-cart-content .buttons a{
  height:auto;
}
.topbar_phone{
    /* font-size: 15px !important; */
    /* font-weight: 600 !important; */
    padding: 0 !important;
    /* color: #fff; */
    border: 0;
}
.topbar_phone i.fa{
  color: var(--color-white) !important;
  vertical-align: bottom;
}

.topbar_phone i.fa.fa-phone {
  vertical-align: middle;
}
.topbar_phone span i {
  vertical-align: baseline !important;
}
.dropdown-menu li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
}

/* .topbar_nav li:last-child a{
  color: #fff;
} */
.widget-shopping-cart-content .buttons a.view-cart {
    background-color: #f9dd03;

}
.widget-shopping-cart-content .buttons a.checkout {
   background-color:var(--color-primary);
   color: var(--color-white);

}
.widget-shopping-cart-content .buttons a.checkout:hover {
background-color:var(--color-secondary);
}
.widget-shopping-cart-content .widget-shopping-cart-close{
  background-color:var(--color-primary);
}
.widget-shopping-cart-content .cart-list li a{
  margin-bottom: 5px;
  padding-left: 0;
}

.price_color{
  font-weight: 500 !important;
 color: var(--color-primary);
 /* color: #0827fb; */
  margin-bottom: 0px;
  display: inline-block;
}
.header-page-breadcrumb .breadcrumbs {
    padding: 15px 0;
}
footer{
  background: #2a2a32;
  padding-bottom: 0;
  color: #fff;
  text-align: justify;
  /* background: linear-gradient(180deg, #FFFFFF 15%, #e2e2e2 60%, #D9D9D9 100%);
  -webkit-background: linear-gradient(180deg, #FFFFFF 15%, #e2e2e2 60%, #D9D9D9 100%);
  -moz-background: linear-gradient(180deg, #FFFFFF 15%, #e2e2e2 60%, #D9D9D9 100%);
  -o-background: linear-gradient(180deg, #FFFFFF 15%, #e2e2e2 60%, #D9D9D9 100%); */
}
.footer_info{
  /* padding-top: 20px;
  padding-bottom: 25px; */
  font-size: 14px;
}
.footer_info span {
  color: #ddd;
}
.footer_info a {
  font-weight: 400;
  color:#fff;
}
.footer_info li{
  color:#fff;
  font-size: 14px;
}
  .footer_info .footer_title {
    /* font-family: 'Quicksand', sans-serif; */
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
    color: #fff !important;
    position: relative;
    margin: 0 0 15px;
  }
.footer_title p span {
  color: #878787;
}

.copy_right{
  background: var(--color-primary);
  color: #fff;
  padding: 25px 0;
  text-align: left;
  line-height: 2.5;
  text-align: center;
}
.footer_info li img {
  width: 28px;
}
.social_icons li img{
  width: 28px;
}
.footer_info li i{
  color: #BDB9B9;
}
.social_section{
  margin: 25px 0 0 0;
}

input.apa-fa-search, input.apa-fa-search:hover{
  background-image: url(../images/uem_search.png);
    background-color: var(--color-primary) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
}

ul.payment_icons{
  margin: 25px 0 0 0;
  display: inline-block;
}

ul.social_icons li {
  float: left;
  margin:0;
  margin-right: 20px;
  display: inline-block;
}
ul.social_icons li a {
  display: flex;
  height: 40px;
  align-items: center;
}
ul.payment_icons li {
  width: 48px;
  float: left;
  margin:0;
  margin-right: 20px;
  display: inline-block;
}



.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
/******* Bnt Full********
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    height: 80%;
    top: 24px;
}**/

.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}






.banner_slider {
  position: relative;
  background-color: #141414;
}
.banner_slider .carousel-inner .item>img {
  height: auto !important;
}
.banner_slider .carousel-inner .item {
  overflow: hidden;
  height: 500px;
}
/* .banner_slider .slide {
  overflow: hidden;
  height: 250px;
} */
.ymme-search-block {
  position: relative;
  /* top: 80px; */
  /* right: 5%; */
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  /* min-height: 250px; */
  background: #dbdbdb85;
  /* border:1px solid #ee2e2b; */
  /* border-radius: 20px; */
}
.ymme-search-block::after, .news_letter::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: url('../images/mspbg.webp');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: 0.25;
}
.cart_wishlist i, .cart_shopping i {
  font-size: 38px;
  margin: 0px auto;
  vertical-align: middle;
  color: var(--color-primary);
}

.ymme-search-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ymme-search-tabs li {
    float: left;
    width: 100%;
    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: #ee2e2b;
    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: 10px 8px;
    min-height: 40px;
    background-color:#282828;
    margin-bottom: 0;
    border-bottom: 3px solid #ba242a;
}
/* .ymme-search-tabs li:first-child a {
  border-top-left-radius: 20px;
}
.ymme-search-tabs li:last-child a {
  border-top-right-radius: 20px;
}
.ymme-search-tabs a:hover, .ymme-search-tabs a:focus {
    background-color: #ee2e2b;
} */
.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: 1rem 4rem;*/
    /* padding-bottom: 0; */
}
.search-panel {
  position: relative;
  width: 100%;
  height:100%;
  /* top: 13%; */
  left: 0;
  padding: 0;
 /* margin-bottom: 5px;*/
  z-index: 1;
  /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center; */
}
.search-panel-bg {
    position: relative;
    margin-left: -20px;
    opacity: 0.1;
    z-index: 0;
  }

  .featured-block{
    background: #f4f4f4;
    padding:15px 0px;
  }
  #ewd_setbg_blk {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; */
    /* background: #e7503d !important; */
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

 #ewd_setbg_blk .apa-search-icon-wrapper .APAshow {
    display: flex;
    /*margin: 0 10px;*/
    width: auto;
    vertical-align: bottom;
  }

    #ewd_setbg_blk .apa-year-wrapper {
      display: flex;
      /* margin: 0 10px;
    width: 18%; */
      margin: 0;
      /*width: 21.4%;*/
    
      vertical-align: bottom;
    }

    @media (min-width: 992px) {
      #ewd_setbg_blk .apa-year-wrapper {
        width: 21.4%;
      }
    }

  .cart_wishlist, .cart_shopping {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.top_cart a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.cart_wishlist i, .cart_shopping i {
  font-size: 32px;
  
}
.banner-search-sec {
    float: right;
}
.clear-both {
  clear: both;
}
.main_title-block {
  position: relative;
  display: block;
    padding: 0!important;
    font-weight: 700;
    margin:0px auto;
    font-family: var(--heading-font);
}
.vehicle_main_title, .main_title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin:0 0 20px;
  border-bottom: 3px solid var(--color-secondary);
}
.category_block {
  position: relative;
  display: block;
  margin:20px auto;
  box-sizing: border-box;
}
#right-btn, #left-btn {
  background: var(--color-secondary);
}
.product-search-btn {
  border-radius: 0;
  padding: 9px 15px !important;
}
.add-to-cart{
  background:var(--color-secondary);
  border:none;
  font-size: 14px;
  padding: 0.75rem 1.25rem !important;
  border-radius:0px;
  color:#fff!important;
  font-weight:500;
  text-decoration:none;
  text-transform: none;
}
  .add-to-cart:hover, .add-to-cart:focus {
    background:var(--color-tertiary);
    outline: none;
  }
  .apa-list-view ul li {
    background: var(--color-primary) !important;
    box-shadow: none;
    color: #fff;
  }
  .apa-list-view ul li.active, .apa-list-view ul li:hover {
    background: var(--color-secondary) !important;
  }

.product-search-btn {
  /* background: var(--color-secondary);
  color: #0c0e23;
  box-shadow: 0 0 0;
  border: 0; */
  width: 100%;
  margin-top: 0;
  /* height: 35px; */
  display: inline-block;
  vertical-align: top;
}
.featured_block-thumb {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.featured_block-thumbimg {
  display: flex;
  margin-bottom: 15px;
  margin: 0 0 20px 0;
  cursor: pointer;
  /* width:31%; */
  width: 22%;
/* width: 400px !important;*/
  position: relative;
}
.featured_block-thumb img {
    max-width: 100%;
}.feature_info .addcart_btn {
    /*height: 25px;*/
    height: 30PX;
    width: auto;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-right: 5px;
}

.effect4 {
  float: left;
  /* display: inline-block; */
  /* width: 100%;
  max-width: 300px; */
  margin-right: 1.5%;
  position: relative;
  cursor: pointer;
}
.effect4 img {
  max-width: 100%
}
.effect4 span {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 26px;
  height: 0px;
  position: absolute;
  transition: 0.5s ease all;
  visibility: hidden;
  opacity: 0;
  top:0;
} 

.effect4 span a{
  background: #fbdc08;
  font-size: 16px;
  color: #07070a;
  padding: 5px 10px;
}
.effect4:hover span {
  background-color: rgba(26, 24, 24, 0.4);
  visibility: visible;
  height: 100%;
  padding: 30% 0; 
  opacity: 1;
}
  .search_query_adv{
       padding: 0.78125rem 1rem!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-color: #ee2e2b !important;
    border-color: #ee2e2b!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;

}
#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%;
} */
/* shop Page */
.shop_table thead th {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
}
.table-hover>tbody>tr:hover, .table-hover>tbody>tr:hover td {
  background-color: #f5f5f5;
  color: var(--color-black);
  cursor: pointer;
}
@media (min-width: 768px){
.navbar-header {
    display: none;
}
}

.about_us {
  padding: 15px 10px;
  margin: 20px 0;
}

.about_us p, .msp-services-para {
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
    margin:0;
}



.part-search>.sub-menu li a {
  font-size: 14px;

}


.slide_buttons .next_btn{
  background: #ee2e2b;
}
.slide_buttons .prev_btn{
  background: #ed1d23;
}

.news_letter{
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  text-align: center;
}

.footer_newsletter {
  display: block;
  /* justify-content: center; */
  /* align-items: center; */
  /* height: 80px; */
  padding: 0;
  margin:30px;
}
.footer_newsletter img {
  width: auto !important;
  height: 80px !important;
}
/* .newsletter_input{
  margin: 0;
} */

.footer_newsletter h3{
  margin: 0 0 15px 0;
  line-height: 1.25;
  font-size: 18px;
  color:#000;
}


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

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

.brands_block{
  background: url(../images/partwise/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: #ee2e2b;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 10px 20px;
}
.quick-order-list {
    float: right;
    padding: 0;
    margin-right:0;
    margin-left: 0;
    text-align: center;
    margin-top: -2px;
}
input.apa-fa-search, input.apa-fa-search:hover{
  border: 1px solid #333 !important;
  border-radius: 0 3px 3px 0px !important;
}
.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: 6px !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: var(--color-secondary);
}
.carousel-control.right i.fa {
  height: 30px;
  width: 30px;
  right: 6px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 7px;
  padding-left: 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: var(--color-secondary);
}
.carousel-control {
  opacity: 0.2;
  width: auto;
}

.aboutus_panel {
  position: relative;
  padding: 25px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: var(--font-body);
  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: var(--font-poppins);
  text-align: justify;
}
.text-white {
    color: var(--color-white);
}
a.text-white:hover, a.text-white:focus {
  color: #fff;
}
.product_desc_content {
  font-family: var(--font-poppins);
}
.product_desc_content h1 {
  color: var(--color-black);
  font-weight: 600;
  font-size: 14px;
  margin-left : 0px;
  /* margin-bottom: 25px; */
}
/*
.product_desc_content h4 {
  color: var(--color-black);
  font-weight: 600;
  font-size: 14px;
  
}*/

.pdp_popular_pick-block {
  font-family: var(--font-poppins);
  margin: 0;
  display: block;
  padding: 0;
}
.pdp_popular_pick-block .pdp_popular_pick-thumb {
  display: flex;
}
.pdp_popular_pick-block .pdp_popular_pick-thumb a {
  display: flex;
  padding: 5px;
  width: 60px;
  max-height: 60px;
  margin-right: 15px;
}
.pdp_popular_pick-block .pdp_popular_pick-thumb a:hover {
  border:1px solid #dedede;
}
.product_brand > .product_brand-thumb  {
    width: 83px;
    height: 83px;
    /* float: left; */
    display: block;
    display: block;
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px 0px #dedede;
    border: 1px solid #fbdc08;
}
.product_brand-text-block {
    margin-top: 10px;
    display: block;
    text-align: justify;
}
.product_brand-text-block p {
  /* font: 500 14px 'Open Sans', sans-serif; */
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  word-wrap: break-word;
  text-align:justify;
}
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:#0c0e23;
    color: #ffffff;
}
.table-warehouse tbody tr:nth-child(even) td {
  background: #b3b3b312;
}
.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-size: 20px;
  font-weight: 600;
}
#interchange .modal-confirm .modal-body p {
  color: #333;
  font-weight: 500;
  font-size: 16px;

  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-weight: 500;
    font-size:  16px;
    font-family: var(--heading-font);
    color: var(--color-black);
}
.view_all button, .view_all a {
  display: inline-block;
  background: var(--color-secondary);
  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: var(--color-tertiary);
}
.call-for-price {
    color: #ed1d24;
    padding-left: 5px;
    letter-spacing: 1px;
}
.interchange-title {

    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: var(--heading-font);
}
.w-80 {
    width: 80px;
}
.w-100 {
    width: 100px;
}
.save_bg {
  text-transform: capitalize;
    background-color: var(--color-primary);
    color: #fff !important;
}
.save_bg:hover {
    background-color: #000;
}
.feature_info .buybtn_bg, .buybtn_bg {
  text-transform: capitalize;
    background: var(--color-secondary);
    color: #fff !important;
}
.feature_info .buybtn_bg:hover {
  color: #fff !important;
  background-color: var(--color-tertiary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.feature_info .cartbtn_bg {
    background: var(--color-secondary);
}

.feature_info .cartbtn_bg:hover {
  color: #fff !important;
  background-color: var(--color-tertiary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.td-item-name {
    line-height: 1.5;
}
.calculator-info {
  clear: both;
  padding: 20px;
  margin-bottom: 20px;

  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;
}
 #buyer_guide > .table-responsive tbody > tr:nth-child(even) > td {
    background: #E4E3E3;
}

.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: #ee2e2b;
}
/* .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: #ee2e2b;
} */
/* Coatings */
.coatings-banner-img{
  width: 100%;
}

.coatings-img {
  width: 70%;
}
.nav-tabs>li.active>a {
  color : #fff !important;
  background-color: #fbdc08 !important;
}
.nav-tabs>li:not(.active)>a {
  background-color: transparent;
  color: #000;
}
.nav-tabs>li:not(.active)>a:hover {
  background-color: transparent !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;
}
/* .featured_item_box {
  width: 240px;
    font-size: 12px !important;
} */

#view_more_click {
  display: none;
}

/* 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-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: #ee2e2b;
}
.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: #ee2e2b;
}
.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 {
    border-bottom: 3px solid #5f6995;
    position: relative;
    z-index: 1;
}
.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: #333333;
  font-size: 14px;
  font-family: var(--font-poppins);
  /* font: 600 14px 'Open Sans', sans-serif; */
  /* font: 500 14px 'Open Sans', sans-serif; */
  text-transform: capitalize;
  border-radius: 0;
  margin-right:5px;
  padding: 10px 10px;
}
.prod_desc_tab ul.nav-tabs li.active a, .prod_desc_tab ul.nav-tabs li a:hover {
   
    background-color: var(--color-primary) !important;
    font-weight: 600;
    color: #fff !important;
    border:none;
    border:1px solid #ccc;

    /* padding: 10px 5px; */
    /* border-bottom: 3px solid #cd181d; */
}
/* .tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
} */
.prod_specification {
  margin:25px 0;
}
.prod_specification table tbody tr:nth-child(odd) {
     /* background: #ededed !important; */
     background: #fff !important;
}
.prod_specification table tbody tr:nth-child(even), .prod_specification table tbody tr:nth-child(even){
  /* background: #f6f6f6; */
  width: 50%;
  vertical-align: top;
}
/* .prod_specification-table table tbody tr:nth-child(even) {
  background: #e2e2e2
} */

td.prod_specification-table.float-r{
  float: none;
}
.prod_desc_tabcontent {
  margin: 0;
  padding-top:15px;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}
.prod_desc_tabcontent table {
  border-width:1px 0 0 1px;
  border: 1px solid #f0f0f2;

  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:1px solid #f0f0f2;
}
.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-weight: 500;
  font-size: 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-family: var(--heading-font);
    font-size: 1.5em;
    margin: 15px 0;
    font-weight: 600;
    line-height: 1;
    color: #232323;
}
.coming_soon .coming_soon-subtitle {
  font-family: var(--body-font);
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #747474;
}
.coming_soon .coming_soon-descp {
  font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
    color: #787878;
    letter-spacing: .5px;
}

.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%);
}

.contact-form-part {
  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:var(--color-secondary);
  outline: none;
    color:var(--color-white) !important;
    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: #ee2e2b;*/
   color: #fff !important;
}

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

}
.cont-form-desc {

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

.contact-address a, .dist-list tr td a, small a {
  color: #ed1d23;
}
.contact-address i {
  color: #ee2e2b;
}
.contact-address.p-20 {
  padding: 20px;
  min-height: 220px;
}
.dealer-btn {
  background: #fbdc08 !important;
  color: #000 !important;
  text-shadow: none;
  border-radius: 0;
}
.dealer-btn:hover, .dealer-btn:focus {
  background-color: #fbdc08 !important;
}
.dealer-btn i {
  font-size: 16px;
  color: #000;
}

.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: #ee2e2b;
}

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

.installation-header {
  background-color: #282828a3;

  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;

}
 .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 {
    width: 50%;

    margin: 0 auto;
    display: block;
  }
}

@media (max-width:767px) {
  .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;
}
}
#ewd_setbg_blk .garage_icon {
  display: none;
}
.home-featured_item_box {
  width:200px !important;
}

.text-up, .featured_item_box h5 {
  /* font: 500 14px 'Open Sans', sans-serif !important; */
  font-weight: 600 !important;
   font-size: 14px !important;
    line-height: 1.5 !important;
    color: var(--color-black) !important;
}
.featured_item_box h5 {
  /* font: 700 14px 'Open Sans', sans-serif !important; */
  /* color: #ee2e2b !important; */
  line-height: 1.25 !important;
  margin: 0;
  padding: 0 5px;
    /* padding-bottom: 5px !important; */
    height: auto;
    padding: 0;
    text-transform: none;
    text-align: left;
    border-bottom: none;
}
.product_sub-text {

    display: block;
    font-size: 14px;
    padding: 0;
}
.product_wishlist {
  padding: 0 !important;
  color: #333333 !important;
}
.product_wishlist i {
  color: var(--color-tertiary);
}
.add-to-cart-icon {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
  padding: 3px;
  line-height: 1;
  /* color: #ed1d23 !important; */
  /*color: #e1c400 !important;*/
  color: #fbdc08 !important;
  font-size: 36px;
}
.avl_qty {
    display: block !important;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-black);
}
.product_viewmore-btn, .add-to-cart-btn {
  padding: 8px 10px !important;
  margin:0 5px;
  line-height: 1.25;
  background-color: #ffffff;
  border-radius: 6px;
  border:1px solid #2a2a32;
  outline: 0;
  font-weight: 600;
  font-size: 12px;
  color: #333 !important;
   transition: all 0.5s ease;
}
.product_viewmore-btn:hover, .product_viewmore-btn:focus  {
  color: #fff !important;
  border: 1px solid #2a2a32;
  background: #2a2a32;
}
.add-to-cart-btn {
  /* background-color: #ee2e2b; */
  border: 1px solid #ee2e2b;
}
.add-to-cart-btn:hover, .add-to-cart-btn:focus {
  color: #fff !important;
  border: 1px solid #ee2e2b;
  background: #ee2e2b;
}
#product-table .td-part-no a {
  font-weight: 600;
}
#product-table table td {
  vertical-align: middle;
  line-height: 1.75;
}
.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::after {
    content: "\f107";
    color: #fff !important;
    position: absolute;
    top: 10px;
    right: 10px;
    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 #ccc;
}
.ymme-search-block-icon {
    display: none;
}
.clck_crt {
  display: inline-block !important;
  /* margin-right: 18px; */
  margin-right: 30px;
  position: relative;
}
.va-middle {
  vertical-align: middle !important;
  padding-top: 8px;
}
.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%);
}
.about_bg_img::before, .about_bg_img-red::before {
  content: '';
    position: absolute;
    top: -15px;
    right: 1%;
    height: 150px;
    width: 150px;
    background-image: url('../images/cornerImgBlue.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.about_bg_img::after, .about_bg_img-red::after {
  content: '';
    position: absolute;
    bottom : -15px;
    left: 1%;
    height: 150px;
    width: 150px;
    background-image: url('../images/cornerImgBlue.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.about_bg_img-red::before, .about_bg_img-red::after {
    background-image: url('../images/cornerImgRed.png');
}
.from_our-blog-thumb {
  display: flex;
  flex-wrap: wrap;
}
.from_our-blog-thumb .from_our-blog-thumbimg {
  flex: auto;
    display: flex;
    height: 350px;
    margin: 10px;
    position: relative;
    cursor: pointer;
}
.from_our-blog-thumb .from_our-blog-thumbimg img {
  width: 100%;
  max-width: 100%;
}
.from_our-blog-text{
  position: absolute;
  bottom:-100%;
  width: 100%;
  height: 75%;
  background: rgba(255,255,255, 0.81);
  -webkit-background: rgba(255,255,255, 0.81);
  -moz-background: rgba(255,255,255, 0.92);
  visibility: hidden;
  color: #333;
  font-weight: 500;
  padding: 20px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.from_our-blog-thumbimg:hover .from_our-blog-text {
    bottom: 0;
    visibility: visible;
}
.home_services-main-block {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  border-top: 2px solid var(--color-secondary);
  background: #0c0e23;
}
.home_services_block {
    display: flex;
    margin-bottom:20px
}
.home_service_item {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 160px;
  }

  .home_service_item a {
    color: #ffffff;
    text-decoration: none;
    background: #2196f3;
    padding: 4px 30px;
    border-radius: 4px;
    position: absolute;
    top: 95%;
    left: 25%;
  }

  .home_service_item a:hover{
text-decoration: underline;
  }

  .home_service_item:not(:last-child) {
    margin-right: 15px;
  }
  .home_service_item img {
    width: 60px;
    height: 60px;
  }
@media only screen and (min-width: 540px) {

  .home-featured_item_box {
    width:200px !important;
  }
  .col-lg-6 > .featured_item_box {
    width: 350px !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: 510px;
  }
}
@media only screen and (max-width: 1279px) {
.nav_mainlogo-search {
  width: 45%;
}
.nav_mainlogo-cart {
  width: 35%;
}
}
@media only screen and (max-width: 1091px) {
.nav_mainlogo-search {
  width: 40%;
}
.nav_mainlogo-cart {
  width: 40%;
}
.banner_slider .carousel-inner .item {
  height: 420px;
}
.site-logo {
  width: 175px;
  margin-top:3px;
}
.region-topbar-six.cart_shopping {
  margin-top:2px;
}
}
@media only screen and (max-width: 1199px) {
  .menu-item .menu-item--expanded a {
    padding-right: 15px !important;
  }
  li.menu-item.menu-item--expanded::after {
    font: normal normal normal 16px/1 FontAwesome;
    right: 10px;
  }
  .menu-item .menu-item--expanded a {
    padding-right: 15px !important;
  }
}
@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: 165px !important;
      margin: 0 10px;
    }
    .footer_info .footer_title {
      font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
.icon-feature-text-block .icon-feature-title {
  font-size: 30px;
  }
  .site-logo {
    display: block;
    width: 100%;
  }
  .nav_mainlogo-logo {
  width: 15%;
  }
  .nav_mainlogo-search {
    width: 44%;
  }
  .nav_mainlogo-cart {
    width: 41%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_slider .carousel-inner .item {
      overflow: hidden;
      height: 320px;
    }
    .category_block, .about_us {
      margin: 5px auto;
    }
    ul.payment_icons li {
      margin-right: 4px;
    }
    .featured_item_box {
      margin: 0px 10px 0px 10px;
    }
    .featured_block-thumb {
        display: inline-block;
    }
    .featured_block-thumbimg {
      display: inline-block;
      width: 48%;
    }
    .footer_newsletter {
      margin: auto;
    }
    .nav_main_list ul li a {
        padding: 8px 10px !important;
        font-size: 12px;
    }
    .nav_main_list ul li a {
      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: 3px 0 3px 0px;
    }
    .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%;
      text-align: center;
    }
    .cart_wishlist, .cart_shopping {
      margin-right:0px;
      margin: 0px 15px;
    }
    .nav_mainlogo-logo {
      width: 15%;
      margin-top: 5px;
    }
    .nav_mainlogo-search {
      width: 84% !important;
    }
    .nav_mainlogo-cart {
      margin-top:10px;
      width: 100% !important;
    }
    .cart_wishlist i, .cart_shopping i {
      margin-bottom: 2px;
      font-size: 26px;
    }
    .site-logo {
      margin-top: 10px;
    }
    .top_cart > .dis-inline-block {
      margin-right: 10px;
    }
    .top_cart .my_vehicle img, .top_cart .top_login i, .top_login img {
      width: 26px;
      height: 26px;
    }
    /* .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;
  }
    .newsletter_input {
      margin: 0 0 25px 0;
    }
    .footer_newsletter h3 {
      margin: 20px 0;
      line-height: 1.25;
      font-size: 14px;
    }
    .main_title {
      margin:10px 5px;
      font-size: 16px;
      left: 87%;
    }
    .section_title {
      margin-bottom: 0px;
    }
    .home-featured_item_box {
      width: 200px !important;
      margin:10px 20px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .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;
    }
    .search-panel-block {
      padding: 1rem 1rem;
    }
    #ewd_setbg_blk > div {
      margin:0 5px;
    }
    .header_pickup-block {
      margin-top:10px;
    }
    .header_pickup-block::before {
      top: -1px !important;
      left: 14px !important;
    }
    .header_pickup-block img {
      margin-left: 30px;
    }
    .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: none;
      background-color: #4e4e4e;
      border-radius: 6px 0 0 6px;
      color: #fff;
      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 {
      min-height: 140px;
        right:0px;
        top: 0px;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
    }
    #apa-ymm-container .form-group {
      margin-bottom: 0px;
      width: 50%;
    }
    .path-catalogue .product-search-btn {
      margin-top:0px;
    }
    .apa_home_search_block label {
      margin-bottom: 0;
    }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .navbar-header {
  display: inline-block;
  }
  .banner_slider .carousel-inner .item {
    height: 270px;
  }
  .top_searchbox {
    width: auto;
    margin:10px 20px;
  }
  .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;
    width: 50%;
    margin: 0 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:var(--color-primary);
    line-height:0 !important ;
  }
  .navbar-toggle {
    background-color:var(--color-secondary);
    margin: 10px;
  }
  .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;
    border-color:var(--color-secondary);
  }
  .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: 20px;
    min-height: 220px;
  }
   .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) {
  /* .main_title, .section_title {
    display: none;
  } */
  .navbar-header {
  display: inline-block;
  }
  .banner_slider .carousel-inner .item {
    height: 230px;
  }
  .top_searchbox {
    width: auto;
    margin:10px 20px;
  }
  .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;
    width: 40%;
    margin: 0 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:var(--color-primary);
  }
  .navbar-toggle {
    background-color: #ee2e2b;
    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;
    border-color:var(--color-secondary);
  }
  .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;
    min-height: 220px;
  }
   .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) {
  .widget-shopping-cart-content {
    right:10%;
  }
  .dis-flex.shop-btn-group {
    display: block;
  }
  .dis-flex.shop-btn-group .product-search-btn {
    display: inline-block;
    width: 46%;
    margin-bottom: 10px;
}
  button {
    padding: 0 15px;
  }
  .nav_mainlogo-logo, .nav_mainlogo-search, .nav_mainlogo-cart {
    width: 100%;
  }
  .nav_logo {
    float: none !important;
  }
  .top_border {
    border-bottom: 1px solid var(--color-secondary);
  }
.cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
  top: 0;
  left: 15px;
}
.cart_wishlist .wishlist_count {
  left: 30px;
}
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: inline-block;
  } */
  .banner_slider .carousel-inner .item {
    height: 160px;
  }
  .top_searchbox {
    width: auto;
    margin:10px;
  }
  .nav_logo img {
    width: 180px !important;
      height: auto !important;
  }
  .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: 160px;
    height: 100%;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .top_cart .my_vehicle img, .top_cart .top_login i, .top_login img {
    width: 26px;
    height: 26px;
  }
  .navbar-header button {
      height:32px;
      border-radius: 0;
  }
  .clck_crt {
    margin: 2px 15px 8px 0;
  }
  .cart_wishlist i, .cart_shopping i {
    font-size: 26px;
    margin-right: 0px;
  }
  /* .top_cart {
    margin: 8px 0px;
    position: absolute;
    right: 15px;
    top:-100px;
  } */
  .widget-myvehicle-content {
    top: 65%;
  }
  .dropdown:hover > .dropdown-menu {
    left: -60%;
  }
  .top_cart > .dis-inline-block, .cart_shopping {
    margin-right: 10px;
  }
  .quick-order-list {
    padding: 0px 0px;
    margin-left: 0px;
    margin-top:4px;
    margin-right: 0px;
  }
  .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;
  }
  .navbar-toggle {
    background-color: #ee2e2b;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .nav_main_list ul.menu {
    display: block;
    width: 100%;
    position: absolute;
    min-width: 250px;
    background-color: var(--color-primary);
    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;
    line-height: 1.75;
  }
  .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;
    border-color:var(--color-secondary);
  }
  .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;
    min-height: 210px;
  }
  .search-panel-block {
    padding: 3rem 4rem 1rem 4rem;
  }
  #ewd_setbg_blk {
    display: block;
  }
    #ewd_setbg_blk > div {
      margin: 0;
      /* margin-bottom: 15px;*/
      padding-top: 1px;
    /*  width: 50%;*/
    width: 100%;
    }
  .product-search-btn {
      width: 100%;
  }
  .ymme-search-block-mob {
    padding: 0 !important;
  }
   .ymme-search-tabs a {
     padding: 10px 8px;
   }
   /* .search-panel {
     padding: 10px 30px;
   } */
  #apa-ymm-container .form-group {
    margin-bottom: 0;
    padding: 5px 0;
  }
    #apa-ymm-container .form-group .form-control {
      font-size: 10px !important;
      padding: 0;
      /*margin-left: 20px;*/
      width: 80%;
      
      display: block;
      margin: 0 auto;
      padding-left: 5px;
    }
    .apa_home_search_block label {
      margin-bottom: 0;
    }

    .search-panel-block {
      padding: 0 !important;
    }
  .product-search-btn {
    float: none !important;
    display: block;
    width: 80%;
    margin: 0 auto;
  }


  .home-featured_item_box {
    width: 155px !important;
    margin: 0 4px;
    padding: 0;
  }
    .uem-static {
      padding: 10px 0;
    }
    .footer_newsletter {
      margin: 10px 0 10px 0;
    }
    .copy_right, .copy_right .float-r {
      float: left;
      text-align: center;
      width: 100%;
    }
    ul.payment_icons li {
      margin-right:10px;
    }
    .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 {
      /* display: none; */
      font-size: 14px;
      margin: 10px 0px;
      letter-spacing:0px;
    }
    .about_us {
      padding: 15px 10px;
      margin: 20px 0;
    }
    .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 !important;
      margin-top: 20px !important;
    }
    .about_us p {
      text-align: justify;
      font-size: 14px;
    }
    .home_services_block {
      display: block;
    }
    .mob-footer {
      width: 100%;
    }
    .footer_info {
      padding-bottom: 20px;
    }
    .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 {
      padding: 2px 6px;
    font-size: 1rem;
    line-height: 15px;
    }
    .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;
    }
    .product_image .productslide_img {
      height: 150px;
      margin-bottom: 10px;
    }
    div#owl_2 img {
      height: 40px;
    }
    .prod_desc_tab ul.nav-tabs li a {
      font-weight: 500;
      font-size: 12px;
      display: block;
      width: 100%;
    }
    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;
    }
    .logo_tagline {
      height: 45px;
    }
    .search-panel {
      top: 18%;
    }

    td.prod_specification-table {
    width: 100% !important;
    display: block;
  }
/*  .prod_desc_tabcontent table th, .prod_desc_tabcontent table td {
      min-width: 200px !important;
  }*/

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

  .simplelogin a.product-search-btn {
      width: 100% !important;
  }

  .home_service_item a {
    top: 90%;
    left: 30%;
    margin-bottom: 20px !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: 200px !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: 185px !important;
  }
  #table_ordersummary_id .order_elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 245px;
  }
  .nav_logo img {
    width: auto !important;
    height: auto !important;
}
.logo_tagline {
  height: 45px;
}
}
@media only screen and (min-width:401px) and (max-width:415px) {
  .home-featured_item_box {
    width: 175px !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: 175px !important;
  }
}
@media only screen and (min-width:361px) and (max-width:375px) {
  .home-featured_item_box {
    width: 160px !important;
  }
}
@media only screen and (max-width:385px) {
  .top_cart {
    text-align: left;
    font-size: 12px;
  }
  .cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
    font-size: 12px;
  }
  .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;
  }
}

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

  .home_service_item a {
    top: 90%;
    left: 25%;
    margin-bottom: 20px !important;
  }

}

/* 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:1380px){
    .search-panel-block {
      padding: 1px 20px;
    }
  }

  @media only screen and (max-width:1280px){
    .search-panel-block{
      /*padding: 1em 6em;*/
    }
  }

  @media only screen and (max-width:1180px){
    .search-panel-block{
     /* padding: 1em 11em;*/
    }
  }

  @media only screen and (max-width:1080px){
    .search-panel-block{
      /*padding: 1px 6px;*/
    }
  }

  @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;
    }
    .msp-about-us-title, .msp-services-title {
        padding-top: 20px;
        padding-bottom: 5px;
    }
  }
.clear-both {
  clear: both;
}
.text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
/* About Us Slider*/
.brands {
    width: 100%;
}
.brands_slider_container {
    height: 130px;
    /* border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);*/
    /*  padding-left: 97px;
    padding-right: 97px; */
    /* background: #fff;*/
}
.brands_slider {
    height: 100%;
    padding: 10px;
    margin-top: 30px
}
.brands_item {
    height: 100%
}
    .brands_item img {
        max-width: 100%
    }
.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}
    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
    .brands_nav:hover i {
        color: #676767
    }
.brands_prev {
    left: 40px
}
.brands_next {
    right: 40px
}
.msp-about-us-title, .msp-services-title {
    padding-top: 20px;
    padding-bottom: 5px;
}


.msp-bg-section {
    background-color: rgba(95, 105, 149,1);
    padding: 50px 25px;
}



.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
#block-robins-content .owl-carousel .owl-item img  {
    width: 145px !important;
}

.cartbtn_red {
    background-color: #E95C49;
}

/* css for product details */
/* #owl_2.owl-carousel .owl-item {
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
    margin-bottom: 10px;
} */

.product_desc_content .total_price span {
    color: #000 !important;
}

.quantity .input-text {
  border-left: 0 !important;
  border-right: 0 !important;
  /* width: 70px !important; */
  width: 40px !important;
  height: 28px !important;
  background-color: #f3f3f3 !important;
}
a.minus, a.plus {
    background-color: #d9d9d9;
}

.quantity .group-quantity-button a {
    height: 28px;
}

div#owl_2 {
    display: inline-block;
    /* width: 15% !important; */
}
div#owl_1 {
    float: right !important;
    /* border: 1px solid #ccc; */
    width: 100% !important;
}

.cartbtn_red {
    margin-top: 10px;
}

div#owl_2 .owl-stage-outer .owl-stage {
  /* width: 35px !important; */
  /* width: 720px !important;*/
  /* width: 900px !important;*/
  width: 1930px !important;
}

.owl-stage-outer::-webkit-scrollbar {
    width: 0 !important;
}

.slide_buttons .prev_btn, .slide_buttons .next_btn {
    display: none !important;
}





@media (max-width:548px) {
  .quantity .input-text {
    /* width: 70.5px !important; */
    width: 45px !important;
}

   /* div#owl_2 {
        width: 25% !important;
    }*/

    div#owl_1 {
        width: 74% !important;
    }

  #owl_2 .owl-item {
    width: 51.5px !important;
  }

  div#owl_2 {
    width: 100% !important;
  }


  .effect4 span {
    width: 77% !important;
    top: -77px !important;
  }

  .top_cart .my_vehicle img, .top_cart .top_login i, .top_login img, .my_vehicle i {
    height: 22px !important;
  }
  .cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
    font-size: 8px !important;
    display: inline-block !important;
  }
  .top_cart .my_vehicle img, .top_cart .top_login i, .top_login img {
  
    height: auto !important;
  }

  .my_vehicle span {
      font-size: 8px !important;
  }

}


@media only screen and (max-width: 640px) {
  #cont{
    width: 100%;
  }
  .product_sub-text{
    float: left;
  }
  #slider-container {
    width: 100%;
    margin: 0;
    /* display: inline-block;
    text-align: center; */
    height: 320px;
    overflow: hidden;
}

.featured_item_box{
  width:100% ;
}

.item-container {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.item-image-wrapper{
  width: 100%;
  display: inline-block;
}
span#view_more_click {
  float: right;
  margin: 10px 0 0 0;
  background: #ee2e2b;
  cursor: pointer;
  padding: 4px 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
  display: block;
}

/* .featured_item_box{
  float: left;
} */

#right-btn, #left-btn{
  display: none;
}
}
.num-in-stock {
    color: #1FA51C;
}

.availability {
    padding-top: 10px;
    padding-right: 10px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div#owl_2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width:539px) {
    #owl_2.owl-carousel .owl-stage-outer {
        overflow-y: auto !important;
        min-height: 175px !important;
        height: 175px !important;
    }
}

@media only screen and (max-width:499px) {
    div#owl_2 {
        padding: 0 !important;
    }
}



/*styles newly added on 06/02/23  */
.featured_item_box h5 {
  border-top: 1px solid #9c9c9d;
  padding: 10px 5px 3px 10px;
}

.button-checkout {
  /* background: #fbdc08 !important; */
  background-color: var(--color-primary) !important;
  border-color:var(--color-primary) !important;
  color: #fff !important;
}

.button-checkout:hover {
  background-color: var(--color-secondary);
  border-color:var(--color-secondary) !important;
  color: #fff !important;
}

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

input.apa-fa-search, input.apa-fa-search:hover {
    /* background-image: url(../images/uem_search.png) !important; */
    background-image: url(https://esellsimple-ymm.apacatapult.com/assets/uem_search.png);
}

.feature_info .cartbtn_bg {
  color: #fff !important;
}

.contact-form-para {
  display: none;
}
.cont-form-desc + hr {
  margin-top: 5px;
  margin-bottom: 30px;
}

#product_desc_content_ymm .quantity .input-text {
  width: 70px !important;
}

.pt-sort__results-title.pgn-results {
  color: #000 !important;
}

.td-view a {
  color: #000 !important;
}

.td-part-no .add-to-cart-icon {
  /*color: #e1c400 !important;*/
  color: #fbdc08 !important;
}

.dealer-btn {
    display: none !important;
}

.quantity .group-quantity-button a {
  width: 26px !important;
  padding-left: 0px !important;
}

.quantity .input-text {
  height: 26px !important;
  background-color: #fff !important;
}

#product_desc_content_ymm .quantity {
    width: auto !important;
   margin-top: 10px !important;
}
.cart_wishlist {
    display: none;
}

.apa-list-view ul li.active, .apa-list-view ul li:hover {
  background: var(--color-secondary) !important;
  
}

.top_cart a:focus {
   color: #fff;
}
.feature_info {
  margin-top: 10px !important;
}
td.prod_specification-table {
  width: 50%;
}
.breadcrumb-item.current, .breadcrumbs {
  color: var(--color-secondary) !important;
}

/* New styles for Paypal button*/
@media only screen and (min-width: 500px) {
  .paypal-button-container {
    min-width: 200px !important;
    max-width: 300px !important;
    width: 300px !important;
    /* width: auto; */
    margin: 0 auto !important;
    /* height: 43px; */
    /* padding: 10px 20px; */
  }
}

.buttons-container {
  margin-top: 15px !important;
}

@media only screen and (min-width: 500px) {
  .paypal-button-row {
    height: 33px !important;
    vertical-align: top !important;
    min-height: 33px !important;
    max-height: 33px !important;
  }
}

/* pradeep */

button#card-button {
  /*background: #00bff3 !important;*/
  height: 42px !important;
  width: 300px !important;
  margin-bottom: 15px !important;
  border-radius: 5px !important;
}

a.site-logo img {
  width: 80% !important;
  margin-top: 12px;
  /* height: 57px;*/
}

.top_cart {
    margin-top: 18px !important;
}
/*.nav_main_list.wow.slideInRight {
    display: none !important;
}*/
  .top_cart a:hover {
  color: var(--color-primary) !important;
}

.cart-list-right a:hover {
    color: #000 !important;
}



.vehicle_title_section {
  /* font-size: 14px;
  padding-left: 15px;
  text-align: left;
  margin-top: 5px; */
  display: none;
}

  
#apa-ymm-container .btn.text-r {
  padding: 0px !important;
  border: none !important;
  margin-left: 5px;
  margin-top: 5px !important;
}
.path-catalogue #apa-ymm-container .btn.text-r {
  padding: 0px !important;
  border: none !important;
  margin-left: 5px;
  margin-top: 0px !important;
}


.vehicle_main_title_new {
  color: #fbdc08;
}

#ewd_setbg_blk .apa-year-wrapper {
    padding-top: 0 !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
}

.login-block_register {
  display: block;
  margin: 0 0;
  font-size: 14px;
  text-align: center;
}
.login-block_register a {
    clear: both;
    float: none;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 1.75;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Raleway,Arial,sans-serif;
}

.product-search-btn {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 0 0;
    border: 0;
    float: right;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
}

.product-search-btn:hover {
   background: var(--color-secondary) !important;
}
/* .top_border {
  display: none !important;
} */

.vehicle_main_title_new {
    color: var(--color-primary) !important;
}

button#dummy_btn {
    height: 42px !important;
    width: 300px !important;
    margin-bottom: 15px !important;
    border-radius: 5px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1130px !important;
    
  }
}

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

.nav_main {
    padding: 0 !important;
}


.quantity .group-quantity-button a {
  width: 22px !important;
  
  background-color: transparent !important;
}
.quantity .input-text {
 
  border-right: 1px solid #cccccc57 !important;
  border-left: 1px solid #cccccc57 !important;
}

/* .pretty {
  margin-left: 15px !important;
} */
div#owl_2 img {
  width: auto !important;
}

input#apatags {
   /* height: 57px !important;
    min-height: 57px !important;
    max-height: 57px !important;*/
   margin-top: 10px;
}
input.apa-fa-search, input.apa-fa-search:hover {
   top: 5px !important;
    
}

#apa-ymm-container .form-control {
  font-size: 12px !important;
}

.mob-footer .col-md-3.col-sm-12.col-xs-12 .newsletter_input button {
  width: 60px !important;
}
.newsletter_input input[type=text] {
  padding: 5px !important;
}

.about_bg_img {
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: -40px;
}

.about_us p {
    text-align: justify;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.apabreadcurmb {
  font-size: 16px;
  padding-bottom: 10px;
}

.black-color {
    color: #000 !important;
}
.breadcrumb-item.current {
  color:var(--color-primary) !important;
  font-weight: 700;
}
.catalogue_listpage .product-search-btn {
  height: 39px !important;
}

.slick-prev {
  right: 103% !important;
  left: auto !important;
}

.slick-next {
  right: 0 !important;
}

.slick-next::before, .slick-prev::before {
    color: #000 !important;
    /* opacity: 0.2; */
    font-size: 4rem;
    font-weight: 800;
    line-height: 1rem;
}

  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 0.5 !important;
    color: rgba(0,0,0,.28) !important;
  }


  .mr-25 {
      margin-right: 25px !important;
  }

.home-strong {
    font-weight: 700;
}

.ln-ht {
    line-height: normal;
}

.breadcrumb-item {
  vertical-align: unset;
}
.path-checkout input.search_query_adv {
  margin-bottom: 0 !important;
  display: inline-block !important;
}


/* payment buttons style */
.paypal-buttons.paypal-buttons-context-iframe {
  height: 25px !important;
  vertical-align: middle !important;
  width: 100% !important;
  min-width: 100% !important;
}
/* #zoid-paypal-buttons-uid_202b975cdc_mtq6ndk6nte {
   min-height: 25px !important;
} */

.paypal-buttons.paypal-buttons-context-iframe {
  min-height: 25px !important;
}

/* .paypal-button-row {
  height: 25px;
  vertical-align: top;
  min-height: 25px !important; 
  max-height: 25px !important; 
} */

#paypal-button-container iframe {
  top: 0px !important;
}

/* cart popup fix */
@media only screen and (max-width: 1500px) and (min-width: 991px){
  .widget-shopping-cart-content{
    left:auto !important;
  }
}
@media only screen and (max-width: 1095px) and (min-width: 991px){
  .widget-shopping-cart-content{
    left: auto !important;
  }
}


@media only screen and (min-width: 1200px){ 
   .vehicle_main_title, .main_title { 
        font-size: 20px;
  }
}

#apa-ymm-container select {
  cursor: pointer;
}

/* payment buttons on order information page */
button#dummy_btn {
  width: 18% !important;
  height: 25px !important;
  display: inline-block;
  margin-bottom: 20px !important;
  border-radius: 5px !important;
  margin-right: 10px;
  margin-left: 10px;
}
button#card-button {
  display: inline-block;
  margin: 0 10px !important;
  height: 25px !important;
  width: 18% !important;
}
#activepayment button {
    padding: 5px 15px;
}
.sq-card-wrapper .sq-card-message {
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
}
.stripe-button {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 18%;
  height: 25px !important;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  }

  /* styles for partwise */
  p {
    line-height: 1.42857143 !important;
  }
  h3.title-text{
    font-family: LexendDeca-Regular;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0 0 0;
}
.topbar-2-col {
    color: var(--color-white);
    text-align: center;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
  }

  #phones {
    color: var(--color-white);
  }
  .topbar_nav li {
    font-size: 12px !important;
  }

  .topbar_phone {    
    font: 500 12px 'Open Sans', sans-serif !important;
  }

  .nav_main_list ul li:nth-child(1) a {
    padding-left: 30px !important;
  }

  .nav_main_list ul li a {
    text-transform: capitalize;
  }
   .partwise-heading {
    font-family:'LexendDeca-Regular';
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
  }
  .banner-para {
    font-family:'OpenSans-Regular';
font-size: 14px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
  }

  .partwise-button {
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    text-transform: capitalize;
  }

  .banner-image {
    position: relative;
    height: 350px;
    width: 100%;
  }

  .banner-text {
    position: absolute;
    top:40px;  
    /* left: 10%; */
    width: 36%;
  }

  .banner_slider {
    background: url('./images/adsitco/car_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .banner_slider .container {
    padding-left: 30px;
  }

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

  /* .carousel-indicator-section { 
    width: 100%;
    background: #000;
    opacity: 0.5;
  } */
  .carousel-indicators { /* indicators for banner slider */
    background: #000;
    opacity: 0.5;
    left: 0 !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .pl-0 {
    padding-left: 0;
  }

  .pr-0 {
    padding-right: 0;
  }

  .search_query_adv {
    height: 36px !important;
    font-size: 13px!important;
    color: #ccc !important;
  }

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

  .ymme-search-block-mob.sticky-header.sticky {
    position: fixed;
    top: 67px;
  }

  .nav_mainlogo.sticky-header.sticky {
    margin-top: 0;
    margin-bottom: 0;
   }

   /* dropdown arrow on YMM Box */
   .apa-year-wrapper select {
      appearance: none;
      
   }
   .apa-year-wrapper::before {
    pointer-events:none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    content: "";
    z-index: 5;
    width: 0;
    height: 0;
    border-top: 7px solid var(--color-primary);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
   }
   /* shop by catagory */

.shop-section{
  padding-top: 40px;
  /* padding-bottom: 30px; */
}
.category-box{
  width: 100%;
  padding-left: 5px;
  display: flex;
  align-items: center;
  height: 120px;
  position: relative;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
}
.category-box:hover{
  border: 2px solid var(--primary, #003F72);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
}
.category-box h3{
  margin: 0px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.grey-text{
  color: #7E7E7E;
  font-weight: 400;
  text-transform: capitalize;
}
.category-img{
  width: 120px;
}
.category-img img {
  width: 80%;
}
.column-padding{
  padding-left: 5px;
  padding-right: 5px;
}





/* about-us */
.about-us-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-us-image{
  padding:0px  30px;
}
.about-us-content p{
  padding-bottom: 5px;
}
.about-us-content h3.title-text{
  margin-bottom: 20px;
  margin-top: 0;
}
.blue-button{
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 17px;
  font-family: 'LexendDeca-Regular', sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: capitalize;
  height: auto !important;
  margin-top: 5px;
}

/* add-testimonials */

.add-testimonials{
  background-color: var(--color-primary);
  margin-top: 60px;
  position: relative;
  padding-bottom: 70px;
}
.test-content{
  padding: 100px 0px;
  position: relative;
}
.test-title{
  font-family: 'LexendDeca-Regular', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.add-testimonials .white-text{
  color: var(--color-white);
}
.top-image{
  position: absolute;
  top: -64px;
  left: 0;
}

/* slider */

.test-slider-section {
  width: 860px;
  padding: 70px 0px;
  overflow: hidden;
  position: absolute;
  /* right: 0; */
  right: -15px;
  top: 0;
}
.test-cards{
  position: relative;
  background-color: var(--color-white);
  margin: 5px;
  padding:20px 30px;
  padding-top: 0px;
  margin-top: 30px;
}
.test-user-img{
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.test-details{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 5px;
}
.test-user-review p{
  color: #3F3F3F;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  min-height: 140px;
}
.test-name{
  color: var(--color-primary);
  font-family: 'LexendDeca-Regular', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.test-date{
  color: #444;
  font-family: 'LexendDeca-Regular', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.test-quote{
  width: 70px;
  margin-top: -30px;
  margin-bottom: 10px;
}

.testimonal-slider .slick-prev {
  top: 52%;
  left: -30px !important;
}
.testimonal-slider .slick-next {
  right: -32px !important;
  top: 52%;
}

.testimonal-slider .slick-prev:before{
  content: '\f104' !important;
  font-family: FontAwesome !important;
  color: var(--color-white) !important;
  font-size: 12px;
}
.testimonal-slider .slick-next:before{
  content: '\f105' !important;
  font-family: FontAwesome !important;
  color: var(--color-white) !important;
  font-size: 14px;
}
.testimonal-slider .slick-arrow{
  background-color:rgba(255, 255, 255, 0.17);
  width: 30px;
  height: 30px;
}

/* Slick css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }

  .slick-track:after {
    clear: both;
  }

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}




/* brands */

.brand-image{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

/* footer */
.news_letter {
  
  background: #262626 !important;
}
 .footer_main {
  background-image: url(../images/adsitco/footer-bg.png) !important;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-information {
  padding-bottom: 10px;
}
footer.haas-footer{
  
  padding-top: 30px;
  color: #BDB9B9;
  font-size: 14px;
}
.company-description{
  padding: 0px 30px;
}
.company-description .footer-logo{
  padding-bottom: 20px;
}
.company-description p{
  color: #BDB9B9;
  text-align: left;
  text-transform: capitalize;
}
.social-icons{
  /* text-align: center; */
}
.s-icons{
  /* display: inline-block;
  width: 35px;
  border: 1px solid #BDB9B9;
  padding: 9px 3px;
  background-color: transparent;
  border-radius: 50%;
  margin: 15px 5px; */
  display: inline-block;
  width: 31px;
  background-color: transparent;
  vertical-align: middle;
}
.footer-title h4{
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-list li{
  color: #BDB9B9;
  list-style: none;
  position: relative;
}
.footer-list li a{
  color: #BDB9B9;
  text-transform: capitalize;
}
.footer-list img{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.insta-img {
  height: 27px !important;
}

.footer-title.payment-title h4{
  margin-top: 10px;
  margin-bottom: 20px;
}

.copyrights{
  border-top: 1px solid #EBEBEB;
  padding: 10px 0px;
}
footer {
  background: none;
}

.copy_right {
  display: none;
}
.company-description img {
  margin: 0 auto;
  width: 50%;
  display: block;
}
/* Subscribe */
.footer_newsletter {
  
  
    
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
}

.footer_newsletter h3 {
  color: #fff !important;
    text-align: left !important;
    margin: 0;
    text-transform: capitalize;
    font-size: 24px;
}

.newsletter_input button {
  color: #fff !important;
  text-transform: capitalize;
}
.main_title {
  border-bottom: 0 !important;
}
.newsletter_input-txt {
    padding-top: 10px;
}
.footer_info li {
  line-height: 10px !important;
}
.footer-list li a:hover {
  color:#fff;
}


   /* responsive new as on 21-01 */
   @media (min-width:1200px){
    .testimonal-slider .slick-prev {
        top: 107%;
        left: 6px !important;
    }
    .testimonal-slider .slick-next {
        right: 0;
        top: 107%;
        left: 42px;
    }
    .path-catalogue .col-lg-3 {
       
        padding-left: 10px;
        padding-right: 0;
    }
    .path-catalogue .col-lg-3 .featured_item_box .featured_item_price span.out_stk {
    display: inline-block;
    margin-bottom: 8px;
    }

    .path-catalogue .col-lg-3 .featured_item_box .add-to-cart-icon {
     margin-top: -40px;
    }



}

   @media only screen and (min-width: 768px) {
    .carousel-indicators {
      bottom: -0px !important; /* indicators on slider banner */
    }
   }

   @media (max-width:1200px){
    .add-testimonials{
        padding-bottom: 0px;
    }
    .test-slider-section {
        position: relative;
        left: 0;
        width: 80%;
        margin: 0 auto;
        padding: 40px 0px;
        overflow: visible;
    }
    .test-content{
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .about-us-image{
        width: 70%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
  }
  
  @media (max-width:550px){
    .about-us-image{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .path-frontpage .apa-year-wrapper::before {
      right: 14%;
    }

  }
  .simplelogin-wrapper {
    padding: 4% 0 0 !important;
  }

  /* Catalogue Page */
  .path-catalogue .fil-sec.sel-range {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }

  .path-catalogue .fil-sec.sel-sortby {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .path-catalogue .fil-sec select {
    width: 80% !important;
  }

  .path-catalogue #fil-range-heading {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  /* bug fix */

  .footer-information .newsletter_input input[type=text] {
    padding: 15px !important;
    border-radius: 5px !important;
  }
  .footer-information .newsletter_input button {
    border-radius: 0px 5px 5px 0px;
    right: -1px !important;
  }

  .path-register-users .form-control{
    height: 40px !important;
  }


  /* ymm change button */

  .path-catalogue span.changeVehicle {
    color: var(--color-secondary);
  }

  .path-catalogue .filter-header .APArow{
    align-items: center;
  }

  .price_color_ord_inf {
    color: var(--color-primary);
  }

  /* top bar */
  .topbar_phone i.fa.fa-phone {
    margin-right: 5px;
  }

  /* YMM Box */
  #apa-search-header h2 {
    display: none;
  }
  /* cart count*/
  .cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
    color: #fff !important;
  }

  .cart-list-right .brand font {
    color: var(--color-secondary) !important;
  }

  .fnt_style {
    font-size: 13px;
  }
  .price_color {
    font: 600 13px 'Nunito', sans-serif !important;
  }

  .widget-shopping-cart-content .cart-list .quantity {
    font-size: 13px !important;
  }

  #block-uem-cncmycartwishcustomblock ul.dropdown-menu {
    min-width: 180px !important;
    font-size: 12px !important;
  }

  #block-uem-cncmycartwishcustomblock ul.dropdown-menu li > a font {
    vertical-align: middle !important;
  }
  #block-uem-cncmycartwishcustomblock ul.dropdown-menu li > a {
    padding: 10px !important;
  }
  .cart_wishlist i, .cart_shopping i {
    font-size: 18px !important;
  }

  #block-uem-cncmycartwishcustomblock ul.dropdown-menu li > a:hover i, #block-uem-cncmycartwishcustomblock ul.dropdown-menu > li > a:focus i {
    color: #fff !important;
  }

  /* Order Informations Page */
  .bll_dtl .field, .shp_dtl .field {
    margin-bottom: 1em !important;
  }
  .order-radio-buttons {
    padding-left: 0 !important;
  }

  .shp_dtl label {
    font-size: 15px;
  }

  .upt_btn.text-center input {
    background-color: var(--color-primary) !important;
  }

  .shp_dtl label {
    font-weight: 500 !important;
  }

@media (max-width:768px) {
  .top-pagin.pagi_master .pull-left{
    float: right !important;
  }
  #ewd_setbg_blk .apa-year-wrapper {
    width: 50%;
  }
  .catalogue_listpage .product-search-btn {
    height: 39px !important;
    width: 80px;
    margin-top: 5px;
    margin-right: 5px;
  }

}
@media (max-width:550px){
  #ewd_setbg_blk .apa-year-wrapper {
    width: 100%;
  }
  .catalogue_listpage .product-search-btn {
    width: 100%;
  }
} 

.filter-footer .APArow{
  /* align-items: center;*/
} 

.path-catalogue .apa-search-icon-wrapper {
  flex: auto;
}

.out_stk{
    color: red;
    font-weight: bold;
}




.path-catalogue .filter-toggle {
  background:var(--color-primary);
  color: var(--color-white)!important;
}
.path-catalogue .filter-toggle span:after{
  color: var(--color-white) !important;
}
.path-catalogue .sort-toggle {
  background: #fff;
  color:var(--color-primary);
}
.path-catalogue .sort-toggle span:after{
  color:var(--color-primary) !important;
}



.brands .slick-next::before, .brands .slick-prev::before {
  color:var(--color-secondary) !important;
  /* opacity: 0.2; */
  font-size: 25px;
  font-weight: 600;
  line-height: 1rem;
}
.brands .slick-prev {
  right: auto !important;
  left: auto !important;
  z-index: 1;
}

@media only screen and (max-width: 768px){
  .path-catalogue .pagi_master{
    margin-top: -10px;
    padding-left: 0px;
  }
  .path-catalogue .pagi_master .nextPage, .pagi_master .prevPage {
    font-size: 14px;
    height: 34.4px;
  }
  
}

@media only screen and (max-width:320px){
  .path-catalogue .top-pagin.pagi_master.APAcol-sm-12.ng-scope {
    padding: 0px;
}
}

@media only screen and (max-width: 410px){
.path-product .pagi_master {
    max-width: 120px;
}
}
@media (max-width: 548px){
 .path-product div#owl_1 {
    width: 74% !important;
    margin: 0 auto;
    float: none !important;
}
.clck_crt {
  margin: 5px 10px !important;
}
}

.path-product #owl_2 .owl-stage-outer .owl-stage img{
  margin: 0 auto;
}

.nav_main {
  /* background-color: var(--color-primary); */
  line-height: 0;
}
.navbar-toggle{
  background-color: var(--color-secondary);
  margin: 10px;
}

@media only screen and (max-width:768px) {
  .path-frontpage .search-panel-block .container {
    width: auto;
  }
  .top_cart {
    margin-top: 0px !important;
}
.cart_shopping span.widget-shopping-cart-close {
  display:block;
}
}

@media only screen and (max-width: 750px){
  .nav_logo {
    float: none !important;
    padding: 0;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (max-width:991px){
  .path-catalogue #apa-ymm-container .btn.text-r {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 539px){
  .top_cart {
      top: 9px !important;
  }
.cart_shopping .shopping_count {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  position: absolute;
  top: -2px;
  left: 17px;
}
}

.featured_item_box {
  width: 100% !important;
  max-width: 100% !important;
}
.res_wdt_1 .filter-body .ng-scope.col-xs-12.col-lg-4.col-md-4.col-sm-4{
  padding: 0px 5px;
}

@media only screen and (min-width:538px) and (max-width:766px){
  .va-middle {
    vertical-align: middle !important;
    padding-top: 13px;
}
}
@media only screen and (max-width: 995px){
.pagi_master {
    width: 100%;
    max-width: 100% !important;
}
.featured_item_box {
  max-width: 100% !important;
}
.res_wdt_1 .filter-body .ng-scope.col-xs-12.col-lg-4.col-md-4.col-sm-4{
  padding: 0px;
}
}
@media only screen and (min-width: 769px) and (max-width: 992px){
.featured_item_box {
    width: auto !important;
    margin: 0px 5px 30px 5px;
}
.cart_shopping .shopping_count {
  left: auto;
  right: -10px;
  top: -3px;
}
.va-middle{
  padding-top: 5px;
}
}

@media only screen and (max-width:548px){
  .cart_shopping span.widget-shopping-cart-close{
    font-size: 18px !important;
  }
}




/* karthi bug fixing code */


.my_vehicle  .fa-user {
  margin: 0px !important;
  width: 40px !important;
  height: auto !important;
}
.cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
  top: -7px !important;
  left: 19px !important;
}
.va-middle {
 font-size:14px !important;
}
.cart_shopping {
margin-right: 7px !important;
}
/* .banner_slider .container {
  padding-left: 40px !important;
  width: 1300px !important;
} */
.banner-text {
  top: 40px;
  width: 44%;
}
.path-product .magnifier {
background: #fff;
}
.path-product .magnifier img {
   object-fit: contain;
}
div.searchsuggestion {
   top: 30px !important;
   left: 0% !important;
}
.nav_main {
  padding: 15px !important;
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width:539px) {
.nav_main_list ul li a {
	border-top: 1px solid var(--color-secondary);
        color: #fff !important;
}
.nav_main_list ul li a.active, .nav_main_list ul li a.is-active, .nav_main_list ul li a:hover {
	color: #fff !important;
}
.site-logo {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.clck_crt {
  margin: 5px 28px !important;
}
#cartshopping {
      margin: 5px 10px !important;
  }
.cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
          font-size: 13px !important;
}
.cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
  width: 20px;
  height: 20px;
}
.showshippo .product-search-btn {
  width: 100% !important;
}
}
@media (max-width: 768px) {
.cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
     display: inline-block !important;
}
.ymme-search-block-mob.sticky-header.sticky {
display: none;
}
.nav_logo {
  float: none !important;
}
.fs-14 {
  padding-top: 20px;
}
    .nav_main_list ul.menu {
        display: block;
        width: 100%;
        position: absolute;
        min-width: 250px;
        background-color: var(--color-primary);
        top: -4px;
        margin-bottom: -4px;
        transition: all 0.2s;
    }
.nav_main_list ul.menu li {
line-height: 1.75;
}
.nav_main {
background: #FAFAFA !important;
}
.nav_main_list ul li a {
	border-top: 1px solid var(--color-secondary);
        color: #fff !important;
}
.nav_main_list ul li a.active, .nav_main_list ul li a.is-active, .nav_main_list ul li a:hover {
	color: #fff !important;
}
}
@media only screen and (max-width:991px){ 
.ymme-search-block-mob.sticky-header.sticky{
  display: none;
}
  #apa-ymm-container .btn.text-r {
      display: inline !important;
  }
  #apa-ymm-container .product-search-btn {
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
      float: none !important;
  }
   .site-logo {
  margin-top: 0px !important;
  }
a.site-logo img {
  width: 100% !important;
  margin-top: 10px;
}
.select-new-address {
padding:0px !important;
}
ul.cart-list_ord_inf {
display: inline-block !important;
}
}
@media only screen and (max-width: 1199px) {
.debit_card_block button {
  width: 100% !important;
}
#activepayment button {
    padding: 5px 7px !important;
}
}
#searchsuggestion {
    top: 50px !important;
    left: 0% !important;
}
.htt_ld {
    position: relative;
    z-index: 1;
}

li.menu-item.menu-item--expanded::after {
  pointer-events: none;
    content: "\f107";
    color: #003f72 !important;
    position: absolute;
    top: -1px;
    right: 5px;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: bold;

}


    .policy-main-heading h1 {
        font-family: LexendDeca-Regular;
        font-size: 32px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .policy-sub-heading h3 {
        font-weight: 600;
        font-size: 22px;
        font-family: LexendDeca-Regular;
    }
    .policy-sub-heading h5 {
        font-weight: 600;
        font-size: 18px;
        font-family: LexendDeca-Regular;
    }
    .policy-table table th {
        font-weight: 300;
    }
    .policy-another-sub-heading h5 {
    font-weight: 800;
    font-size: 16px;
    }
    .policy-table tbody > tr:nth-child(even) > td {
        background: none !important;
   }
    .main-policy-section {
	padding-bottom : 20px
   }

    /* Privacy Policy Page*/
    .main-policy-section td, .main-policy-section th {
        padding-left: 5px;
    }


    .AcceptUI{
	background-color: var(--color-primary) !important;
    	border-color: var(--color-primary) !important;
    	color: #fff !important;
    	height: 40px !important;
     }

   @media screen and (min-width: 992px) {
  .mobie-view-info {
    display:none;
  }
}

.mobie-view-info .footer-list li a {
   text-transform: lowercase;
}
