
a {
    text-decoration: none !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container{
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;display: -webkit-flex;
  -ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;
  flex-wrap: wrap;-webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}
/*# sourceMappingURL=bootstrap-grid.css.map */

body{
  font-family: 'Overpass', sans-serif;
  margin: 0;
  background: #f5f9fb
}

header.part_Store-header {
    padding: 0;
    background: #ffffff;
}
.top-header {
    display: flex;display: -webkit-flex;
    justify-content: flex-start;-webkit-justify-content: flex-start;
    padding: 13px  0 10px;

}
.top-header-left {
    display: flex;display: -webkit-flex;
    flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    align-items: center; -webkit-align-items: center;
    
}
.part_store_logo h3 {
    margin: 0;
}

.part_store_logo a {
    display: inline-block;
    padding: 3px 10px;
}
.part_store_logo img {
    max-width: 100%;
    width: auto;
}

span.rgt-icon {
    color: #ffcd34;
    font-size: 23px;
    position: relative;
    top:0;
    right:0;
}
.part_store_logo {
    max-width: 325px;
    margin-right: 20px;
}
nav.part_Store_mainmenu {
    background: #164ba7;
}
.search-bar {
    flex: 0 65%;
    -webkit-flex:0 65%;
    position: relative;
}

input.search-parts {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #b0c3e4;
    position: relative;
    padding: 3px 30px 0 20px;
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
}
input.search-parts::placeholder{
  color: #bbbbbb;
  opacity: 1;
}
span.search-icon {
    position: absolute;
    right: 15px;
    z-index: 99999;
    top: 13px;
    color: #164ba7;
    font-weight: 300;
    font-size: 18px;
}
span.search-icon a{
  color: #164ba7;
}
.part_store_cart {
    padding: 0 20px;
    color: #fff;
    font-size:15px;
    font-weight: 600;
}
span.cart-icon {
    position: relative;
}
span.cart-value {
    position: absolute;
    top: -40px;
    font-size: 15px;
    background: #ffe94c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #164ba7;
    z-index: 888;
    text-align: center;
    font-weight: 700;
    line-height: 25px;
    right: -15px;
}
.top-header-right {
  display: flex;display: -webkit-flex;
  align-items: center; -webkit-align-items: center;
  margin-left: auto;
}

.header-menu {
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
    position: relative;
}
.footer_middle_content a.btn.btn-primary.btn-contact {
  margin-bottom: 0;
}
ul {
    list-style: none;
}
.header-menu ul {
    display: flex;display: -webkit-flex;
    align-items: center; -webkit-align-items: center;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
.main-menu ul li {
  color: #fff;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 18px;
}
.main-menu ul li a {
  color: #fff;
  font-size: 14px;
  padding: 15px 0 10px;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
}
.header-right-menu ul li {
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
span.user-icon {
  font-size: 20px;
  padding-right: 4px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.eight-point .user-account-number {
    color: #fff !important;
    padding-right: 8px !important;
    display: inline-block !important;
    font-size: 14px !important;
    padding-left: 8px !important;
}
.header-menu {
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
    border-top: 1px solid #437ce0;
}
.encompass-logo {
  flex: 0 0 175px;
  -webkit-flex: 0 0 175px;
  margin-left: 17px;
}
.poweredbtencompasslogo {
    position: relative;
    background: #fff;
    padding: 10px 10px 0;
    text-align: center;
    font-size: 12px;
}
.part_score_extradetail h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
.part_score_extradetail p {
    color: #0489C9 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}
.poweredbtencompasslogo p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
.encompass-logo img {
     max-width: 32px;
    width: auto;
    margin-bottom: 1px;
}
footer.part_score_footer {
    padding: 50px 0 0;
}
.latest-deal-sec {
    display: flex;display: -webkit-flex;
    justify-content: center;-webkit-justify-content: center;
    align-items: center; -webkit-align-items: center;
    background: #164ba7;
    padding: 25px;
}
.latest-deal-sec h3 {
    color: #fce953;
    font-weight: 600;
    font-size: 30px;
    padding-right: 25px;
    margin: 0;
}
input.latest-imput {
    width: 315px;
    margin-right: 25px;
    height: auto;
    border-radius: 4px;
    border: none;
    padding: 8px 15px;
}
button.latestDeal_signup {
    background: #fce953;
    border-color: #fce953;
    width: 90px;
    height: 30px;
    border: none;
    color: #063890;
    font-weight: 600;
    cursor: pointer;
}
.header-leftmenu ul {
    display: -ms-flexbox;
    display: flex;display: -webkit-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;-webkit-justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; -webkit-align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-leftmenu ul li {
    font-size: 15px;
    margin: 0;
}
.header-leftmenu ul li a {
    display: inline-block;
    color: #0c1e30;
}
footer.part_score_footer {
    padding: 0 !important;
}
section.newfooterbr-sec {
    padding: 30px 0;
    background: #fff;
    margin-top: 40px;
}
.header-leftmenu ul li i {
    font-size: 33px;
    padding-right: 15px;
    vertical-align: middle;
    margin-right: 10px;
    color: #0088cc;
}
ul.footer-infolist {
    padding-left: 0;
}
.footer-info-sec h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3c3c3c;
}
ul.footer-infolist li {
  font-size: 13px;
  color: #929292;
  font-weight: 600;
  line-height: 21px;
}

.footer-infolist i {
    font-style: normal;
    color: #000;
    margin-right: 6px;
}
.footer-info-sec ul.footer-infolist li + li {
    margin-top: 8px;
}

ul.footer-infolist li a {
    font-size: 14px;
    color: #929292;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.footer-info-sec h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3c3c3c;
    margin: 0;
    min-height: 30px;
}
.row.footer_middle_content {
    padding: 30px;
}
.footer-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #45c2b1;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;display: -webkit-flex;
    align-items: center; -webkit-align-items: center;
    justify-content: center;-webkit-justify-content: center;
}
.footer-icon img {
    width: 50%;
}
.icon-content {
    text-align: center;
}
.icon-content h4 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
.icon-content p {
    font-size: 12px;
    color: grey;
    margin-top: 0;
}
.header-right-menu ul li a {
    color: #fff;
}
.left-slider-col-wrp {
    position: relative;
}
.left-slider_Sec {
    margin-top: 27px;
}
.left-slider_Sec-slider {
    margin-bottom: 0;
}
.left-slider_Sec-slider .owl-dots {
    position: absolute;
    /* width: 100%; */
    bottom: 20px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 150px;
    border-radius: 30px;
    line-height: 0px;
    padding: 4px 10px;
}
ul.ep-dropdown-menu {
    z-index: 9999;
}
.header-right-menu ul li .ep-dropdown-menu a {
    color: #000;
}
ul.ep-dropdown-menu {
    top: 23px !important;
}
.left-slider-col-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}
.owl-carousel .owl-item .left-slider-col-wrp img {
  width: auto;
  max-width: 100%;
}
.owl-carousel .owl-item .left-slider-col-wrp .left-slider-col-mimg img {
    /*height: 478px*/;
    max-width: 100%;
    width: 100%;

}
.left-slider-col-text {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}
.left-slider-col-text h2 {
    margin-bottom: 0;
    font-size: 46px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.cart-icon span#numberOfItemsInCart {
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-size: 11px;
    right: -3px;
    top: -13px;
    text-align: center;
}
.header-right-menu ul li a:hover, 
.header-right-menu ul li a:focus, 
.header-right-menu ul li a:active{
  text-decoration: none;
}
.icon-content a.btn.btn-primary.btn-contact {
    color: #fff;
    background-color: #0c1e30;
    border-color: #0c1e30;
    padding: 7px 10px;
    font-size: 9px;
    text-decoration: none;
}
.row.footer_middle_content {
    padding: 30px;
    width: 100%;
    margin: 0;
    background: #fff;
}
.footer-bottom-sec {
    padding: 10px;
    background: #f7faf8;
}
.footer-bottom-sec {
    padding: 25px 20px;
    background: #f7faf8;
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
}
.payment-card {
    position: relative;
    right: -55px;
    width: 20%;
}
.payment-card img{
  width: 100%
}
span.foot-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    color: #5f5959;
}
span.foot-icon a {
    color: #6d6d6d;
}
.footer_social_icon {
    width: 10%;
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
}
span.foot-icon i {
    font-size: 20px;
}
.copyright_part_Store {
    font-size: 13px;
    color: #928b8b;
    font-weight: 600;
}
/*slider css*/
.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: 504px;
    max-width: 692px;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}
.right-slider_sec {
    width: 50%;
    padding: 0 25px;
}
.left-slider_Sec {
    width: 50%;
}
.part_Store_slider_sec {
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    
}
.banner-image-content {
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
    padding: 15px 0 45px;
}
.banner-image-content img {
    width: 30%;
}
.banner.content {
   width: 65%;
}
.right-slider_sec {
    width: 48%;
    padding: 6px 25px;
    background: #fff;
    border: 1px solid #b7b7b7;
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 20px;
}
.part-store-main-content {
    background: #f5f9fb;
}
.add-to-cartsec h4, .people-also-bought-slider h4 {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #404040;
    margin: 15px 0;
}
.banner.content h3 {
    font-size: 20px;
    color: #0489C9;
    font-weight: 600;
    line-height: 28px;
}

a.goto-cart-btn {
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
    text-decoration: none;
    padding: 6px 25px 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a.goto-cart-btn:hover {
    background: #0c1e30;
    border-color: #0c1e30;
    color: #fff;
}
.feature_sales_newarrival_Sec {
    padding: 20px;
}
.box-heading h3 {
    margin: 0;
    font-size: 15px;
    color: #545454;
    text-transform: uppercase;
    font-weight: 800;
}
.box-heading {
    background: #fff;
    
    text-align: center;
    padding: 15px 15px 10px;
}
.box-image img {
    margin: 0 auto;
    width: 75% !important;
    justify-content: center;-webkit-justify-content: center;
    display: flex !important;
}
.box-image {
    padding-top: 45px;
    background: #f3f3f3;
    padding-bottom: 45px;
}
.box-bottom-description {
    display: flex;display: -webkit-flex;
    justify-content: space-between;-webkit-justify-content: space-between;
    align-items: flex-end; -webkit-align-items: flex-end;
    padding:0 10px;
    background:#fff;
}
.price-des p {
    color: #49c5a8;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.price-des h3 {
    color: #3e433d;
    font-size: 27px;
    margin: 0;
}
.manufacture-detail p {
    font-size: 12px;
    color: #4e4e4e;
    margin: 5px 0 0;
}

span.partno-detail {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    max-width: 176px;
    width: 100%;
    display: inline-block;
}
.price-des {
    padding-left: 25px;
    text-align: left;
}
.manufacture-detail p:nth-child(1) {
    margin: 3px 0;
}
img.manufacture-company-logo {
	width: auto;
	max-width: 64px;
}
.accessories_heading {
    text-align: center;
    padding: 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.manufacture-detail {
    text-align: left;
}
.accessories_box h3 a{
  font-size: 17px;
  color: #3e3e3e;
  margin: 24px 0 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.feature_sales_newarrival_Sec .featured-box {
  border-bottom: 0;
  padding-bottom: 12px;
  border-radius: 0;
  margin-top: 0;
}
.part_score_extradetail i {
    color: #0088cc;
    font-size: 45px;
    padding-bottom: 8px;
}
.part_score_extradetail {
    text-align: center;
}

.three-detail-sections {
    padding: 25px 15px;
    background: #fff;
    margin-top: 35px
}
.part_score_extradetail h4 {
    line-height: 41px;
    margin: 0 0 0;
    color: #3e3e3e;
    font-size: 15px;
}
.part_score_logosider {
    padding: 30px 15px 30px;
    background: #fff;
    margin: 35px 30px;
}
.part-store-main-content .owl-nav {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;display: -webkit-flex;
  justify-content: space-between;-webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;-webkit-justify-content: space-between;
  width: 100%;
  z-index: -1
}
button:focus, button:active{
  outline: none;
  box-shadow: none;
}
.part-store-main-content .owl-nav button.owl-prev {
  left: -60px ;
  font-size: 40px !important;
  opacity: 1 !important;
  position: relative;
}
.part-store-main-content .owl-nav button.owl-next {
  position: relative;
  right: -60px;
  font-size: 40px !important;
  opacity: 1 !important
}
.part-store-main-content .owl-nav button.owl-next:hover, .part-store-main-content .owl-nav button.owl-prev:hover{
  background:transparent !important;
  color: grey !important
}
.carousel-inner-logoimage img {
    width: 100%;
    height: auto;
    background: #fff;
}
.carousel-inner-logoimage {
    z-index: 999;
    top: 20px;
    position: absolute;
    width: 21%;
    left: 31px;
}
.carousel-image-content {
    position: absolute;
    z-index: 9999;
    bottom: 55px;
    font-size: 40px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.carousel-image-content h3 {
    margin: 0;
}
.pro-slider-content img {
    max-width: 80px;
    width: auto !important;
    margin: 0 auto;
}
.pabcrousel.owl-loaded.owl-drag .owl-nav button.owl-prev{
  left: -22px !important;
}
.pabcrousel.owl-loaded.owl-drag .owl-nav button.owl-next{
  right: -22px !important;
}
.pro-slider-content h3 {
  font-size: 14px;
  font-weight: 500;
  color: #0489C9;
  margin: 15px 0 0;
  text-transform: capitalize;
  text-align: center;
  line-height: 15px;
}
.owl-carousel .owl-nav [class*=owl-]:active, .owl-carousel .owl-nav [class*=owl-]:active:focus, .owl-carousel .owl-nav [class*=owl-]:active:hover, .owl-carousel .owl-nav [class*=owl-]:focus{
  border: 0;
  background: transparent;
  color: grey !important
}
.sub-menu{
  display: none;
}
.partstoredropdown-menu:hover .sub-menu, 
.partstoredropdown-menu:focus .sub-menu,
.partstoredropdown-menu:active .sub-menu{
  display: block;
  background:#fff;
  color: grey;
}

.sub-menu {
    position: absolute;
    top: 40px;
    z-index: 99999;
    width: 1157px;
    left: 0;
    padding: 15px;
}
li.dropdown-menu {
    position: relative;
}
ul.main-ul {
    display: flex;display: -webkit-flex;
    list-style: none;
    padding: unset;
    text-transform: uppercase;
    align-items: start; -webkit-align-items: start;
}
li.main-li {
    margin-right: 5px;
    width: 20.6667%;
    list-style: none;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 18px;
    padding-bottom: 4px !important;
}
li.main-li a{
  color: #333333 !important;
  text-decoration: none;
  font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 18px;
    padding-bottom: 4px !important;
    padding: 0 15px !important
}
li.main-li ul {
    display: block;
    padding-left: 0
}
li.main-li ul li{
    padding: 8px 8px 0px 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #777777;
}
li.main-li ul li a{
    color: #777777 !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #777777;
}
span.down-icon {
    padding: 0 10px;
    color: grey;
    cursor: pointer;
    position: relative;
    top: 3px;
}
li.dropdown-menu {
    cursor: pointer;
}
.part_store_cart a {
    color: #fff;
    text-decoration: none;
}
.part-store-main-content .owl-carousel .owl-nav .owl-prev:before,
.part-store-main-content .owl-carousel .owl-nav .owl-next:before {
  display: none;
}
.menu-toggle {
    display: none;
}
.feature_sales_newarrival_Sec-row{
  margin: 0 -15px;
}
.ftrslprocol{
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.newfooterbr-sec + footer#footer {
    margin: 0;
}
.main-menu ul li a.menu-heading {
    font-size: 15px !important;
    padding: 3px 0 !important;
}
.cart-right img {
      width: 60%;
      position: relative;
      top: 3px;
  }
.shop-allbrands-btn a {
    justify-content: center;-webkit-justify-content: center;
    display: flex;display: -webkit-flex;
    background: #164ba7;
    max-width: 157px;
    margin: 0 auto;
    padding: 10px 10px 5px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    top: 15px;
}
ul.main-ul li.main-li ul li{
  position: relative;
}
ul.main-ul li.main-li ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: #ebd02f;
    top: 7px;
}
.main {
    margin-top: 0 !important;
}

.eight-point .page-header {
    position: unset;
    min-height: 77px !important;
    background: #fff;
}
.container.mt-lg {
    padding-top: 0 !important;
}
section.feature-sec.seprator .feature-box {
    width: 31.33%;
    text-align: center;
}
.d-flex.justify-content-between.feature-box-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    width: 100%;
}
.feature-icon i.fa {
    color: #0088cc;
    font-size: 35px;
}
.feature-head p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.feature-subhead p {
    line-height: 22px;
    margin: 0 0 20px;
    color: #687176;
    font-size: 13px;
}
.feature-description p {
    color: #2d3192 !important;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
section.feature-sec.seprator {
    padding: 30px 0 0;
}
.add-to-cartsec {
    width: 100%;
    padding-top: 15px;
}
.add-to-cartsec img {
    width: 100%;
}
.account.social-icons.text-center .row {
    justify-content: center;
}
.eight-point .page-header {
    background-color: transparent !important;
    border-top: none;
    display: flex;
    align-items: center;
}

.page-header {
    background-color: transparent !important;
    border-top: none !important;
}
.page-header .breadcrumb {
    width: 100% !important;
    display: inline-block;
}
section.page-header h1 {
    border-bottom-color: transparent !important;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0;
    color: #0c1e30!important;
}
ul.ep-dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 32px;
    right: 0px;
}
.header-right-menu ul li:hover ul.ep-dropdown-menu {
    display: block;
}
li.ep-dropdown.login {
    position: relative;
}
.people-also-bought-slider {
    padding-top: 55px;
}
.part_store_nextthree_section {
    background: #fff !important;
    margin: 35px 0;
    padding: 15px;
}
.part_store_nextthree_section .icon-headline-content.with-image {
    display: flex;
    align-items: center;
}
.widget-icon-headline.half-height .icon-headline-image-shell {
    width: 40px;
    padding-right: 8px;
}
.widget-icon-headline.half-height h2.headline {
    display: inline;
    font-size: 15px;
}
.widget-icon-headline.half-height p.body {
    display: inline;
}
.widget-icon-headline .body {
    font-size: 13px;
}

/*responsive*/
@media(max-width: 1025px){
    .main-menu ul li {
        margin-right: 12px;
    }
    .header-right-menu ul li {
        padding: 0 8px;
    }
    .pro-slider-content h3 {
        font-size: 14px;
    }
    .pro-slider-content img {
        min-height: 70px;
    }
    .price-des {
      padding-left: 0;
      text-align: left;
    }
    .manufacture-detail {
      text-align: right;
    }
    .manufacture-detail {
      text-align: right;
    }
    input.search-parts {
      font-size: 13px;
    }
    .left-slider-col-text h2 {
      font-size: 30px;
    }
    .box-heading h3 {
      font-size: 13px;
    }
    .box-heading h3 {
      margin: 0;
      font-size: 13px;
      color: #545454;
      text-transform: uppercase;
      font-weight: 800;
    }
    .accessories_box h3 a {
      font-size: 14px;
    }
    .latest-deal-sec h3 {
      font-size: 22px;
    }
    .icon-content p {
      font-size: 10px;
      color: grey;
      margin-top: 0;
    }
    .sub-menu {
      position: absolute;
      top: 40px;
      z-index: 99999;
      width: 100%;
      left: 0;
      padding: 15px;
    }
}
@media(max-width: 991px){
      footer.part_score_footer .col-2 {
          flex: 0 0 32.666667% !important;
          -webkit-flex: 0 0 32.666667% !important;
          max-width: 50.666667% !important;
      }
    .icon-content {
          text-align: center;
          padding-top: 16px;
      }
    .left-slider_Sec {
          width: 100%;
      }
    .right-slider_sec {
          width: 100%;
          padding: 6px 25px;
          background: #fff;
          border: 1px solid #b7b7b7;
          margin-top: 27px;
          margin-left: 0;
          margin-right: 0;
      }
      .part_Store_slider_sec {
          display: flex;display: -webkit-flex;
          justify-content: space-between;-webkit-justify-content: space-between;
          flex-direction: column; -webkit-flex-direction: column;
      }
      /*.owl-carousel .owl-item .left-slider-col-wrp .left-slider-col-mimg img {
          height: 451px;
          margin: 0 !important;
          width: 100% !important;
      }*/
      .price-des {
          padding-left: 0;
          padding-right: 45px;
          text-align: left;
      }
      .part_score_extradetail p {
          color: #0489C9 !important;
          font-weight: 500;
          font-size: 13px;
          line-height: 23px;
      }
      .price-des h3 {
          color: #3e433d;
          font-size: 20px;
          margin: 0;
      }
      .header-leftmenu a {
          font-size: 11px;
      }
      .header-leftmenu ul li i {
          font-size: 25px;
          padding-right: 7px;
          vertical-align: middle;
          margin-right: 10px;
          color: #0088cc;
      }
      .latest-deal-sec h3 {
          font-size: 15px;
      }
      .footer-info-sec h3 {
          font-size: 14px;
          text-transform: uppercase;
          color: #3c3c3c;
          margin: 0;
          min-height: 30px;
      }
      ul.footer-infolist li {
          font-size: 12px;
          color: #929292;
          font-weight: 600;
          line-height: 21px;
      }
      ul.footer-infolist li a {
          font-size: 12px;
          color: #929292;
          font-weight: 600;
          line-height: 15px;
          text-decoration: none;
      }
      .logo-img img {
          max-width: 70px;
          margin: 0 auto;
      }
      input.search-parts::placeholder{
        font-size: 7px;
      }
      

}

@media(max-width: 767px){
  li.ep-dropdown.ep-account-search {
      position: relative;
  }
  .owl-carousel .owl-item .left-slider-col-wrp .left-slider-col-mimg img {
      height: auto;
      margin: 0 !important;
      width: 100% !important;
  }
  .header-menu ul.ep-dropdown-menu{
    left: 0;
    right: initial;
    z-index: 2;
    display: none;
  }
  .menu-toggle {
      display: block;
  }
  input.search-parts::placeholder{
        font-size: 15px;
      }
  .body.eight-point .part-store-main-content .owl-nav button.owl-next {
      position: relative;
      right: 0px;
      font-size: 40px !important;
      opacity: 1 !important;
      z-index: 9999;
  }
  .top-header {
      display: flex;display: -webkit-flex;
      justify-content: flex-start;-webkit-justify-content: flex-start;
      padding: 13px 0;
      flex-wrap: wrap;-webkit-flex-wrap: wrap;
      position: relative;
  }
  .part_store_logo {
      max-width: 225px;
      margin-right: 0px;
      width: 100%;
      padding: 10px 0 20px;
  }
  .top-header-left {
      display: flex;display: -webkit-flex;
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      align-items: center; -webkit-align-items: center;
      flex-wrap: wrap;-webkit-flex-wrap: wrap;
      justify-content: center;-webkit-justify-content: center;
  }
  .top-header-right {
      display: flex;display: -webkit-flex;
      align-items: center; -webkit-align-items: center;
      margin-left: auto;
      justify-content: end;-webkit-justify-content: end;
      position: absolute;
      bottom: 21px;
      right: 0;
  }
  .encompass-logo {
      flex: 0 0 175px;
      -webkit-flex: 0 0 175px;
      margin-left: 0;
  }
  .search-bar {
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      position: relative;
  }
  .menu-toggle {
      position: absolute;
      left: 17px;
      font-size: 27px;
      color: #0088cc;
      z-index: 999;
      bottom: 20px;
  }
  .part_store_cart {
      padding: 0 0;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
  }
  .header-menu ul {
      display: flex;display: -webkit-flex;
      align-items: start; -webkit-align-items: start;
      padding-left: 10px;
      margin-bottom: 0;
      margin-top: 0;
      flex-direction: column; -webkit-flex-direction: column;
      justify-content: end;-webkit-justify-content: end;
      text-align: left;
  }
  .header-menu {
      display: flex;display: -webkit-flex;
      justify-content: space-between;-webkit-justify-content: space-between;
      align-items: flex-start; -webkit-align-items: flex-start;
      border-top: 1px solid #437ce0;
      flex-direction: column; -webkit-flex-direction: column;
  }
  .header-right-menu ul li {
      padding: 10px 0px;
  }
  .sub-menu {
      position: absolute;
      top: 85px;
      z-index: 99999;
      width: 100%;
      left: 0;
      padding: 15px;
      max-height: 245px;
      overflow: auto;
  }
  li.main-li {
      margin-right: 5px;
      width: 100%;
  }
  .part_score_logosider {
      padding: 30px 15px 30px;
      background: #fff;
      margin: 35px 0;
  }
  .part-store-main-content .owl-nav button.owl-prev {
      left: 0 !important;
  }
  .shop-allbrands-btn a {
      max-width: 115px;
      padding: 5px 10px 3px;
      font-size: 10px;
      position: relative;
      top: 18px;
  }
  .part-store-main-content .owl-nav {
      z-index: 9999;
  }
  
  section.newfooterbr-sec {
      margin-top: 0;
  }
  .header-leftmenu ul {
      flex-wrap: wrap;-webkit-flex-wrap: wrap;
  }
  .header-leftmenu ul li {
      padding: 10px 0;
  }
  .latest-deal-sec {
      flex-wrap: wrap;-webkit-flex-wrap: wrap;
  }
  input.latest-imput {
      width: 100%;
      margin-right: 25px;
      height: auto;
      border-radius: 0;
      border: none;
      padding: 8px 15px;
      margin: 15px 0;
  }
  button.latestDeal_signup {
      background: #fce953;
      border-color: #fce953;
      width: 90px;
      height: 38px;
      border: none;
      color: #063890;
      font-weight: 600;
      cursor: pointer;
  }
  .footer-form {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      
  }
  .eight-point footer.part_score_footer .col-2 {
      flex: 0 0 100% !important;
      -webkit-flex: 0 0 100% !important;
      max-width: 100% !important;
      text-align: center;
  }
  .footer-bottom-sec {
      flex-direction: column; -webkit-flex-direction: column;
  }
  .payment-card {
      position: relative;
      right: 0;
      width: 50%;
      padding: 20px 0;
  }
  .copyright_part_Store p {
      font-size: 12px;
  }
  .footer_social_icon {
      width: 35%;
      display: flex;display: -webkit-flex;
      justify-content: space-between;-webkit-justify-content: space-between;
      align-items: center; -webkit-align-items: center;
  }
  header.part_Store-header {
      position: relative;
  }
  nav.part_Store_mainmenu {
      width: 100%;
      float: left;
  }
  .banner.content h3 {
      font-size: 14px;
      color: #0489C9;
      font-weight: 600;
      line-height: 20px;
  }
  .banner.content {
      width: 50%;
  }
  .banner-image-content img {
      width: 45%;
  }
  .manufacture-detail p {
      font-size: 12px;
      color: #4e4e4e;
      margin: 5px 0 0;
      float: right;
      width: 100%;
  }
  img.manufacture-company-logo {
      width: auto;
      max-width: 64px;
      float: right;
  }
  .accessories_box h3 {
      text-align: center;
  }
  .accessories_box img {
      max-height: 185px;
      height: auto;
      width: auto !important;
      margin: 0 auto;
      max-width: 100%;
  }
  .accessories_box{
    padding: 0 10px;
  }
  .accessories_heading h3 {
      font-size: 20px;
  }
  .accessories_sections {
      padding: 0 30px;
  }
  .eight-point .part-store-main-content .accessories_sections .button.owl-prev{
        left: -38px !important;
  }
  .eight-point .part-store-main-content .accessories_sections .button.owl-next{
        right: -38px !important;
  }
  .accessories_box h3 a {
      font-size: 12px;
      margin: 10px 0 0;
  }
  .eight-point .accessories_sections button.owl-prev {
      left: -35px !important;
  }
  .eight-point .accessories_sections button.owl-next {
      right: -35px !important;
  }
  .left-slider-col-text h2 {
      font-size: 21px;
  }
  nav.part_Store_mainmenu {
        display: none;
    }
  .ftrslprocol {
      float: left;
      width: 100%;
      padding: 0 15px;
  }
  footer.part_score_footer .col-2 {
      flex: 0 0 100% !important;
      -webkit-flex: 0 0 100% !important;
      max-width: 100% !important;
      text-align: center;
  }
  .d-flex.justify-content-between.feature-box-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    flex-direction: column;
  }


}
