@charset "UTF-8";
.material-icons {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.material-icons.arrow-left:before {
  content: "";
}
.material-icons.arrow-right:before {
  content: "";
}
.material-icons.arrow-down:before {
  content: "";
}
.material-icons.arrow-up:before {
  content: "";
}
.material-icons.menu:before {
  content: "";
}
.material-icons.close:before {
  content: "";
}

#deals_page-description {
  display: none;
}

#deals__header {
  padding: 16px;
  background: #fff;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  font-family: roboto;
  height: 82px;
  border-bottom: 1px solid #E0E0E0;
}
#deals__header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}
#deals__header :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-weight: 400;
}
#deals__header ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-weight: 400;
}
#deals__header #cp__logo {
  top: 5px;
  position: relative;
}
#deals__header i.material-icons {
  cursor: pointer;
  color: #2E4787;
  font-size: 36px;
}
#deals__header #cp_search {
  width: 70%;
  position: relative;
  margin-left: 20px;
  padding-left: 12px;
}
#deals__header #cp_search .btn-search {
  top: 4px;
  border: 0;
  right: 8px;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
}
#deals__header #cp_search i.material-icons {
  top: 2px;
  right: 2px;
  position: relative;
}
#deals__header #cp_search input[type=text] {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  padding-right: 50px;
  border-radius: 36px;
  border: 2px solid #2E4787;
}
#deals__header #cp__usercart {
  width: 232px;
  text-align: right;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#deals__header #cp__usercart a {
  color: #2E4787;
  padding: 0 5px;
}
#deals__header #cp__usercart #deals__menu--mobile {
  display: none;
}
#deals__header #cp__usercart #deals__menu--mobile.active i.menu:before {
  content: "";
}
#deals__header #deals__myaccount, #deals__header #deals__cart {
  display: flex;
  align-items: center;
}
#deals__header #deals__myaccount span {
  font-size: 16px;
}
#deals__header.directory #btn__return {
  order: 2;
  display: none;
}
#deals__header.directory #btn__return a {
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  #deals__header {
    height: auto;
  }
  #deals__header #cp__usercart {
    width: 130px;
  }
  #deals__header #deals__myaccount span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #deals__header {
    flex-wrap: wrap;
    padding: 4px 12px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
  }
  #deals__header #cp__logo {
    order: 1;
    top: 0;
  }
  #deals__header #cp__logo svg {
    width: 190px;
  }
  #deals__header #cp_search {
    order: 3;
    display: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  #deals__header #cp_search i.material-icons {
    top: -3px;
  }
  #deals__header #cp_search input[type=text] {
    height: 40px;
    line-height: 40px;
  }
  #deals__header #cp__usercart {
    order: 2;
    flex: 1;
  }
  #deals__header #cp__usercart #deals__myaccount,
#deals__header #cp__usercart #deals__cart {
    display: none;
  }
  #deals__header #cp__usercart #deals__menu--mobile {
    display: flex;
    align-items: center;
  }
  #deals__header.directory #btn__return {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #deals__header.directory #btn__return {
    font-size: 13px;
  }
}

#deals__hs {
  position: relative;
}
#deals__hs [class$=hs-desktop] {
  display: block;
}
#deals__hs [class$=hs-mobile] {
  display: none;
  height: 80px;
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/deals/2021-supersale/supersale-hs-mobile-bg.png) no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
#deals__hs [class$=hs-mobile] h2 {
  color: #fff;
  padding: 0 50px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -2px;
  background: #ef7e18;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  #deals__hs {
    margin-top: 61px;
  }
  #deals__hs [class$=hs-desktop] {
    display: none;
  }
  #deals__hs [class$=hs-mobile] {
    display: flex;
  }
  #deals__hs [class$=hs-mobile] hsspan {
    left: 0;
    bottom: 18px;
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    position: absolute;
  }
  #deals__hs [class$=hs-mobile] h2 {
    font-size: 40px;
    padding: 0 20px;
    margin: 0;
  }
  #deals__hs.expired {
    height: 200px;
    background: #282832;
  }
}
@media only screen and (max-width: 600px) {
  #deals__hs [class$=hs-mobile] h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #deals__hs [class$=hs-mobile] h2 {
    font-size: 28px;
  }
}

#deals__hsjunior {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,282832+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #282832 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #282832 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #282832 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#282832",GradientType=0 );
  /* IE6-9 */
}
#deals__hsjunior .deals__banners {
  overflow: auto;
  max-width: 1270px;
  margin: 0 auto;
  padding: 20px 0;
}
#deals__hsjunior ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 1248px;
}
#deals__hsjunior li {
  cursor: pointer;
  list-style: none !important;
}
@media only screen and (max-width: 900px) {
  #deals__hsjunior li {
    width: 160px;
    height: auto;
  }
}

#deals__timer {
  color: #fff;
  width: 100%;
  height: 50px;
  font-weight: 400;
  background: #000;
  font-family: roboto;
}
#deals__timer img {
  display: block;
  margin-left: 10px;
  width: 100%;
  border: none;
  max-width: 160px;
}
#deals__timer .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* dynamic css */
.deals__dynamic {
  margin-bottom: -60px;
  height: 580px !important;
}

#deals__banners {
  padding: 20px 0;
  background: #282832;
}
#deals__banners h3 {
  color: #fff;
  display: block;
  text-align: center;
  padding-bottom: 20px !important;
}
#deals__banners ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#deals__banners ul li {
  list-style: none;
  padding: 0 10px;
}
#deals__banners ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #deals__banners {
    padding: 0;
    overflow-y: auto;
  }
  #deals__banners h3 {
    padding-top: 10px;
    padding-bottom: 0 !important;
  }
  #deals__banners ul {
    width: 1440px;
  }
  #deals__banners ul li {
    padding: 10px;
  }
}

#deals__category--desktop {
  color: #333;
  font-size: 16px;
  z-index: 999;
  padding: 0;
  margin-bottom: 30px;
  background: #2d4583;
  border-radius: 5px;
  cursor: pointer;
  top: 10px;
  right: 10px;
  position: fixed;
  display: none;
}
#deals__category--desktop.btn__back {
  width: 280px;
  text-align: center;
}
#deals__category--desktop.btn__back span {
  color: #fff;
  padding: 10px;
  display: block;
  font-weight: 600;
}
#deals__category--desktop img {
  width: 250px;
}
#deals__category--desktop .navbar {
  z-index: 10;
  display: none;
  padding: 10px;
  position: relative;
}
#deals__category--desktop .navbar ul {
  color: #fff;
  column-gap: 0;
  margin-bottom: 5px;
}
#deals__category--desktop .navbar ul li {
  padding: 0 5px;
  list-style: none !important;
  padding-top: 2px;
}
#deals__category--desktop .navbar ul li:hover {
  color: #ffce05;
}
#deals__category--desktop .navbar strong {
  display: block;
  color: #ffce05;
  padding: 5px;
  border-top: 1px solid #3b569c;
}
#deals__category--desktop .navbar strong:hover {
  color: #e1faff;
}
#deals__category--desktop #deals__menu {
  display: flex;
  align-items: center;
}
#deals__category--desktop #deals__menu span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#deals__category--desktop #deals__menu .material-icons {
  color: #fff;
  float: right;
  font-size: 36px;
}
#deals__category--desktop #deals__menu.active {
  top: 0;
  right: 0;
  z-index: 11;
  position: absolute;
}
#deals__category--desktop #deals__menu.active span {
  justify-content: flex-end;
}
#deals__category--desktop #deals__menu.active .material-icons:before {
  content: "";
}
@media only screen and (max-width: 767px) {
  #deals__category--desktop {
    opacity: 0;
    left: 0;
    top: 44px;
    width: 100%;
    border-radius: 1px;
  }
  #deals__category--desktop #deals__menu {
    display: none;
  }
  #deals__category--desktop ul {
    column-count: 2;
    column-gap: 0;
    width: 100%;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

#deals__category--mobile {
  left: 0;
  top: 62px;
  width: 100%;
  z-index: 99;
  display: none;
  padding: 10px;
  color: #fff;
  position: fixed;
  background: #2E4787;
}
#deals__category--mobile strong {
  color: #ffce05;
  display: block;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #3b569c;
}
#deals__category--mobile ul {
  column-count: 2;
  column-gap: 0;
  width: 100%;
}
#deals__category--mobile ul li {
  padding: 5px 10px;
  list-style: none !important;
}
#deals__category--mobile ul li:hover {
  background: transparent;
}

#deals__page {
  color: #333;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  /* --- custom specific element --- */
  /* custom deals slider */
  /* custom grid section */
}
@media only screen and (max-width: 767px) {
  #deals__page {
    overflow: hidden;
    font-size: 16px;
  }
}
#deals__page p {
  padding-bottom: 10px !important;
}
#deals__page .txtBlacj {
  color: #333;
}
#deals__page .txtBlue {
  color: #2E4787;
}
#deals__page .txtYellow {
  color: #ffce05;
}
#deals__page .txtOrange {
  color: #ff761b;
}
#deals__page .deals__heading-see-details {
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: -0.5px;
  line-height: 1.3;
  cursor: pointer;
  color: #2e4787;
  font-style: normal;
}
#deals__page h2 {
  color: #2E4787;
  padding: 0 10px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -2px;
  font-size: 30px !important;
  margin-bottom: 20px !important;
  font-family: "Inter", sans-serif;
}
#deals__page h2 strong {
  color: #ff761b;
  display: inline-block;
}
#deals__page h2 a {
  color: #2E4787;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  #deals__page h2 span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #deals__page h2 {
    font-size: 24px !important;
  }
}
#deals__page h3 {
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 30px !important;
  margin-bottom: 0 !important;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  #deals__page h3 {
    font-size: 24px !important;
  }
}
#deals__page .bgcolor {
  background: #f5f5f5;
}
#deals__page .deals__label {
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  letter-spacing: -2px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  max-width: 1248px;
}
#deals__page .deals__label span {
  padding: 20px 50px;
  font-size: 50px;
  color: #e1faff;
  font-weight: 900;
  background: #2d4583;
  display: inline-block;
}
#deals__page .deals__label a {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  #deals__page .deals__label {
    margin: 10px auto !important;
  }
  #deals__page .deals__label span {
    font-size: 24px;
    padding: 5px 50px;
  }
}
#deals__page .deals__partnameinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
#deals__page .deals__partnameinfo h2 {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  #deals__page .deals__partnameinfo {
    flex-wrap: wrap;
    justify-content: center;
  }
  #deals__page .deals__partnameinfo .deals__copy {
    order: 2;
  }
  #deals__page .deals__partnameinfo .deals__imgpartname {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #deals__page .deals__partnameinfo {
    flex-wrap: wrap;
    justify-content: center;
  }
  #deals__page .deals__partnameinfo h2 {
    order: 2;
    flex: none;
    width: 100%;
    text-align: center;
  }
}
#deals__page .deals__copy {
  z-index: 10;
  width: 50%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #deals__page .deals__copy {
    width: 100%;
  }
}
#deals__page .deals__refineby ul {
  margin: 20px 0;
  display: flex;
  font-size: 12px;
}
#deals__page .deals__refineby span {
  display: block;
}
#deals__page .deals__refineby a {
  color: #333;
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#deals__page .deals__refineby img {
  display: block;
  margin: 5px auto;
}
#deals__page .deals__refineby .deals__btn {
  font-size: 14px !important;
  display: inline-block;
  margin-top: 10px;
}
#deals__page .deals__refineby .deals__btn.blue {
  padding: 0;
  font-weight: normal !important;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
#deals__page .deals__refineby li {
  flex: 1;
  padding: 10px 5px;
  margin: 0 5px;
  list-style: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E0E0E0;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#deals__page .deals__refineby li:hover {
  border: 1px solid #E0E0E0;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
@media only screen and (max-width: 1200px) {
  #deals__page .deals__refineby ul {
    width: 70%;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  #deals__page .deals__refineby {
    overflow-y: auto;
  }
  #deals__page .deals__refineby ul {
    width: 750px;
  }
}
#deals__page h2.fillcolor {
  text-align: center;
  display: block;
  line-height: 60px;
  letter-spacing: -2px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-family: Inter, sans-serif;
}
#deals__page h2.fillcolor span {
  color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  display: inline-block;
  background: #333;
  font-weight: 600 !important;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  #deals__page h2.fillcolor span {
    font-size: 27px !important;
  }
}
#deals__page .targetitem {
  padding: 60px 0;
}
#deals__page .group__deals > .wrap {
  display: flex;
  flex-wrap: nowrap;
}
#deals__page .group__deals > .wrap span {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1023px) {
  #deals__page .group__deals > .wrap section {
    width: 285px !important;
  }
}
@media only screen and (max-width: 920px) {
  #deals__page .group__deals > .wrap {
    display: block;
  }
  #deals__page .group__deals > .wrap h2 span {
    display: inline-block;
  }
  #deals__page .group__deals > .wrap .deals__partnameinfo {
    margin-bottom: 50px;
  }
  #deals__page .group__deals > .wrap .deals__partnameinfo:last-child {
    margin-bottom: 0;
  }
}
#deals__page #deals__group1 .wrap,
#deals__page #deals__group3 .wrap {
  max-width: 1000px !important;
}
#deals__page #deals__content > div img.deals__imgpartname {
  transition: all 0.3s ease 0s;
}
#deals__page #deals__content > div:hover img.deals__imgpartname {
  transform: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#deals__page #deals__content .deals__heading {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
#deals__page #deals__content .deals__heading h2 {
  margin-bottom: 0 !important;
}
#deals__page #deals__content .deals__heading a {
  font-size: 14px;
}
#deals__page .deals__info {
  margin: 60px auto !important;
}
@media only screen and (max-width: 767px) {
  #deals__page .deals__info {
    padding: 0 !important;
    margin: 30px 0 !important;
  }
}
#deals__page .deals__info a {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400 !important;
}
#deals__page .deals__info h2 {
  text-align: center;
  letter-spacing: 0;
  font-size: 30px !important;
}
#deals__page .deals__info h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  #deals__page .deals__info h2 {
    font-size: 24px !important;
    line-height: 26px;
  }
  #deals__page .deals__info h2 span {
    font-size: 16px !important;
  }
}
#deals__page .deals__info .deals__info-bold {
  font-weight: 600;
  color: #ff761b;
}
#deals__page .deals__info .deals__info-list {
  margin-bottom: 8px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#deals__page .deals__info .deals__info-list li {
  list-style: none;
  border: 1px solid #e0e0e0;
  margin: 5px;
  padding: 10px;
  width: 400px;
}
#deals__page .deals__info .deals__info-list li > div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#deals__page .deals__info .deals__info-list li > div span span {
  display: block;
  font-size: 16px;
}
#deals__page .deals__info .deals__info-list li > div span span strong:first-child {
  font-size: 24px;
}
#deals__page .deals__info .deals__info-list li > div span span strong {
  font-size: 16px;
}
#deals__page .deals__info .deals__info-list li .deals-circle-arrow-right {
  color: #2e4787;
  position: relative;
  top: 0;
  margin-right: 10px;
  font-size: 46px;
}
@media only screen and (max-width: 840px) {
  #deals__page .deals__info .deals__info-list {
    margin: 10px 0 20px 0;
    display: block;
  }
  #deals__page .deals__info .deals__info-list li {
    width: 100%;
    margin: 5px 0;
  }
}
#deals__page .deals__info strong {
  color: #ff761b;
  font-size: 26px;
  margin-bottom: -9px;
}
#deals__page .deals__info p {
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #deals__page .deals__info p {
    padding: 10px;
  }
}
#deals__page #deals__directory {
  margin-top: 50px;
}
#deals__page #deals__directory a {
  font-weight: 400;
}
#deals__page #deals__directory .deals__partlist {
  padding: 30px 10px;
}
#deals__page #deals__directory .deals__partlist:nth-child(odd) {
  background: #f5f5f5;
}
#deals__page #deals__directory .deals__heading {
  text-align: left;
  margin-bottom: 0;
  background: #282832;
}
#deals__page #deals__directory .deals__heading h2 {
  color: #fff;
  margin: 0 auto !important;
  padding: 20px 5px;
  display: block;
  max-width: 1248px;
  font-size: 40px !important;
}
#deals__page #deals__directory .wrap {
  margin: 20px auto 50px auto !important;
}
#deals__page #deals__directory h3 {
  color: #2E4787;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #E0E0E0;
}
#deals__page #deals__directory ul {
  column-count: 2;
  column-gap: 0;
  width: 100%;
}
#deals__page #deals__directory li {
  list-style: none !important;
  padding: 5px 10px;
}
#deals__page #deals__directory input[type=checkbox] {
  display: none;
}
@media only screen and (max-width: 767px) {
  #deals__page #deals__directory #deals__walkerproducts {
    margin-bottom: 40px;
  }
  #deals__page #deals__directory .deals__heading {
    padding: 0 10px;
  }
  #deals__page #deals__directory .deals__heading h2 {
    padding: 10px;
    font-size: 18px !important;
  }
  #deals__page #deals__directory .deals__heading h2 span {
    display: inline-block;
  }
  #deals__page #deals__directory h3 {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 500;
  }
  #deals__page #deals__directory .deals__partlist {
    padding: 0 10px;
  }
  #deals__page #deals__directory .deals__partlist:nth-child(odd) {
    background: transparent;
  }
  #deals__page #deals__directory .wrap {
    margin: 0 !important;
  }
  #deals__page #deals__directory input[type=checkbox]:checked ~ label ul {
    display: block;
    margin-top: 10px;
  }
  #deals__page #deals__directory input[type=checkbox]:checked ~ label i.material-icons::before {
    content: "";
  }
  #deals__page #deals__directory label {
    display: block;
  }
  #deals__page #deals__directory label ul {
    display: none;
  }
  #deals__page #deals__directory label i.material-icons {
    top: 14px;
    right: 0;
    font-size: 24px;
    position: absolute;
  }
  #deals__page #deals__directory label i.material-icons::before {
    content: "";
  }
}
@media only screen and (max-width: 480px) {
  #deals__page #deals__directory {
    margin: 20px 10px 50px 10px;
  }
  #deals__page #deals__directory ul {
    column-count: 1;
    column-gap: 0;
    width: 100%;
  }
}
#deals__page .deals__adunit {
  display: flex;
  background: #333;
  align-items: center;
  padding: 30px 0 !important;
  margin: 0 !important;
  justify-content: center;
}
#deals__page .deals__adunit em {
  bottom: -10px;
  font-size: 12px;
  padding: 0 10px;
  font-family: roboto;
  font-style: normal;
  display: inline-block;
  background: #fff;
  position: relative;
}
#deals__page .deals__adunit span {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#deals__page .deals__adunit .ad300 {
  width: 300px;
  display: none;
}
#deals__page .deals__adunit .ad970 {
  width: 970px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 969px) {
  #deals__page .deals__adunit {
    display: flex;
  }
  #deals__page .deals__adunit .ad300 {
    display: flex;
  }
  #deals__page .deals__adunit .ad970 {
    display: none;
  }
}
#deals__page .deals__slider.darkTheme strong {
  color: #ffce05;
}
#deals__page .deals__slider.darkTheme a {
  border: 0;
  padding: 10px;
  font-weight: bold;
  color: #ffce05 !important;
  background: #282832;
}
#deals__page .deals__slider.darkTheme a:hover {
  color: #ccc !important;
}
#deals__page .deals__slider.darkTheme .item {
  margin-bottom: 20px;
}
#deals__page .deals__slider.darkTheme .item section {
  background: transparent;
}
@media only screen and (max-width: 1023px) {
  #deals__page .deals__slider.manufacturer .btn__add a, #deals__page .deals__slider.manufacturer a {
    height: 150px;
    width: 140px;
  }
}
#deals__page .deals__slider.relatedparts [class$=__desc] {
  padding: 10px 0;
}
#deals__page .deals__slider.relatedparts .deals__partname {
  display: block;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  #deals__page .deals__slider.relatedparts .item {
    overflow: auto;
  }
  #deals__page .deals__slider.relatedparts .item [class$=__lists] {
    display: flex;
    flex-wrap: nowrap;
  }
  #deals__page .deals__slider.relatedparts .item #deals__slider2 {
    width: 1248px;
    display: flex;
    flex-wrap: nowrap;
  }
  #deals__page .deals__slider.relatedparts .btn__add a, #deals__page .deals__slider.relatedparts a {
    height: 300px;
    width: 280px;
    padding: 10px;
    margin-right: 10px;
  }
}
#deals__page section {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
#deals__page section:hover {
  border: 1px solid #E0E0E0;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
#deals__page section .btn {
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
}
#deals__page section [class$=__prodinfo] {
  padding: 0 10px;
  text-align: left;
}
#deals__page section a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#deals__page section a span {
  z-index: 10;
  display: block;
  position: relative;
  padding: 15px 0 10px 0;
}
#deals__page #deals__featuredbrands {
  padding: 30px 0 0 !important;
  margin: 30px 0 0 !important;
}
#deals__page #deals__featuredbrands .wrap {
  padding: 50px 0 !important;
}
#deals__page #deals__featuredbrands .bgcolor {
  padding: 0 !important;
}
#deals__page #deals__featuredbrands .deals__heading {
  padding-bottom: 10px;
}
#deals__page #deals__featuredbrands .deals__heading span.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  overflow: hidden;
  text-align: center;
  border-radius: 150px;
  background: #fff;
  border: 1px solid #E0E0E0;
}
#deals__page #deals__featuredbrands .deals__heading-see-details {
  font-style: normal;
  margin-bottom: 8px;
}
#deals__page #deals__featuredbrands h2 {
  font-weight: 400;
  font-size: 24px !important;
  margin-bottom: 20px !important;
}
#deals__page #deals__featuredbrands .deals_see_all_txt {
  color: #2d4583 !important;
  font-weight: 700 !important;
}
#deals__page #deals__featuredbrands .deals-arrow-right-icon {
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  #deals__page #deals__featuredbrands {
    padding: 0;
  }
  #deals__page #deals__featuredbrands h2 {
    font-size: 20px !important;
  }
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list {
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1248px;
  justify-content: center;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .wrap {
  padding: 0 !important;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list > div {
  width: 30%;
  margin: 10px;
  padding: 10px;
  border: 1px solid #E0E0E0;
}
@media only screen and (max-width: 1024px) {
  #deals__page #deals__featuredbrands #deals__featuredbrands--list > div {
    width: 47%;
  }
}
@media only screen and (max-width: 680px) {
  #deals__page #deals__featuredbrands #deals__featuredbrands--list > div {
    width: 100%;
  }
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__grid {
  display: block;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__grid section {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s ease 0s;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__grid section a {
  padding: 10px;
  display: block;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__grid section:hover {
  background: #E0E0E0;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__heading {
  flex-wrap: wrap;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__heading .logo {
  border: 0;
  width: 100%;
  height: auto;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__heading .logo img {
  width: 50%;
}
#deals__page #deals__featuredbrands #deals__featuredbrands--list .deals__heading h2 {
  width: 100%;
  text-align: center;
}

#deals__expired {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #333;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#deals__expired .deals__expired-cont {
  margin: 30px;
  padding: 30px 20px;
  text-align: center;
  max-width: 549px;
  background: #fff;
  border-radius: 4px;
}
#deals__expired .deals__expired-cont h3 {
  margin-bottom: 10px;
}
#deals__expired .deals__expired-cont em {
  font-size: 14px;
  font-style: normal;
}
#deals__expired .deals__expired-cont a {
  text-decoration: underline;
}
#deals__expired .deals__expired-cont p {
  padding: 0;
}
#deals__expired .deals__expired-cont ul {
  display: inline-block;
  margin: 0 auto;
}
#deals__expired .deals__expired-cont ul::after {
  clear: both;
  content: "";
  display: table;
}
#deals__expired .deals__expired-cont li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
#deals__expired .deals__expired-cont li a {
  display: block;
}
#deals__expired .deals__expired-cont li a span {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #deals__expired {
    font-size: 14px;
    align-items: center;
  }
  #deals__expired .deals__expired-cont {
    padding: 20px 10px;
    margin: 0 10px;
  }
}

#deals__subscribe {
  width: 480px;
  z-index: 999;
  color: #fff;
  font-size: 13px;
  background: #2E4787;
  padding: 10px 20px;
}
#deals__subscribe.fixed {
  left: 0;
  bottom: 0;
  position: fixed;
}
#deals__subscribe.fixed .deals__subscribe-txt {
  text-align: center;
}
#deals__subscribe.fixed .deals__subscribe-txt i.material-icons {
  display: none;
}
#deals__subscribe.fluid {
  width: 100%;
  font-size: 14px;
  height: auto;
}
#deals__subscribe.fluid > div {
  margin: 10px auto !important;
  max-width: 900px !important;
}
#deals__subscribe.fluid strong {
  font-size: 18px;
}
#deals__subscribe.fluid .deals__form {
  display: flex;
  flex-wrap: nowrap;
}
#deals__subscribe.fluid .sign-up {
  flex: 1;
}
#deals__subscribe.fluid .sign-up-txt {
  padding: 0 10px;
}
#deals__subscribe.fluid #submit-form {
  flex: 1;
}
#deals__subscribe.fluid .close-carousel-btn {
  display: none;
}
#deals__subscribe.fluid .sign-up-thank-you {
  justify-content: center;
  padding: 10px 0 !important;
  font-size: 16px;
}
#deals__subscribe.fluid .deals__subscribe-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px dashed #4e71ca;
  background: rgba(55, 83, 154, 0.1);
}
#deals__subscribe.fluid .deals__subscribe-txt i.material-icons {
  font-size: 36px;
}
#deals__subscribe.fluid .deals__subscribe-txt span {
  margin-right: 10px;
}
@media only screen and (max-width: 687px) {
  #deals__subscribe.fluid .deals__subscribe-txt i.material-icons {
    font-size: 50px;
  }
}
@media only screen and (max-width: 900px) {
  #deals__subscribe.fluid .deals__form {
    flex-wrap: wrap;
  }
  #deals__subscribe.fluid .sign-up {
    flex: none;
    width: 100%;
  }
  #deals__subscribe.fluid #submit-form {
    flex: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #deals__subscribe.fluid {
    margin: 0;
    padding: 10px !important;
  }
}
#deals__subscribe .deals__text {
  text-align: center;
}
#deals__subscribe p {
  padding: 0 !important;
}
#deals__subscribe .close-carousel-btn {
  top: -12px;
  right: -12px;
  color: #333;
  display: -none;
  position: absolute;
}
#deals__subscribe .close-carousel-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  overflow: hidden;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #3B3B3B;
  box-shadow: 0 0 5px 1px #d4d4d4;
}
#deals__subscribe .close-carousel-btn i.material-icons {
  font-size: 18px;
}
#deals__subscribe .sign-up-thank-you {
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
}
#deals__subscribe strong {
  font-size: 16px;
}
#deals__subscribe form .form-field {
  margin: 10px 0;
  position: relative;
}
#deals__subscribe form .form-field #emailAddress {
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0 90px 0 20px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
}
#deals__subscribe form .form-field .sign-up-btn {
  top: 0;
  right: -2px;
  border: 0;
  height: 40px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  background: #ffce05;
  border-radius: 1px 30px 30px 1px;
}
@media only screen and (max-width: 480px) {
  #deals__subscribe {
    width: 100%;
    max-width: 100%;
  }
  #deals__subscribe .close-carousel-btn {
    right: 0;
  }
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

body {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

#blog .site-header, #btn__search--open, .bialty-container, .pp-multiple-authors-wrapper {
  display: none;
}

#blog #content {
  margin: 0;
}

#blog #content p {
  padding: 0;
}

#blog #content ul > li {
  margin-bottom: 0;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: 0;
}

@media only screen and (max-width: 1279px) {
  #blog #content {
    padding: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 18px;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1248px !important;
  margin: 0 auto !important;
}

.deals__btn {
  min-width: 150px;
  height: 32px;
  margin: 0 auto;
  padding: 0 20px;
  color: #333 !important;
  border: none;
  font-weight: 700 !important;
  cursor: pointer;
  text-align: center;
  border-radius: 32px;
  background: #ffce05 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  display: inline-block;
}
.deals__btn.outline {
  display: inline-block;
  background: transparent !important;
  border: 1px solid #2E4787;
  color: #2E4787 !important;
}
.deals__btn.outline:hover {
  color: #fff !important;
  background: #2E4787 !important;
}
.deals__btn.blue {
  padding: 0 50px;
  color: #fff !important;
  background: #2E4787 !important;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

.nonfeatured {
  max-width: 1270px;
  overflow: auto;
}
.nonfeatured .deals__grid {
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nonfeatured .deals__grid section {
  width: 168px;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .nonfeatured .deals__grid section {
    width: 30%;
  }
}
.nonfeatured.scroll {
  max-width: 1270px;
  overflow: auto;
}
.nonfeatured.scroll .deals__grid {
  width: 1248px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .nonfeatured.scroll .deals__grid {
    width: 1023px;
  }
}
@media only screen and (max-width: 767px) {
  .nonfeatured.scroll .deals__grid section {
    width: 150px !important;
    margin: 5px;
  }
}

.deals__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  /* 5 columns */
  /* 4 columns */
  /* 3 columns */
}
.deals__grid a {
  color: #333 !important;
  font-weight: normal !important;
}
.deals__grid section {
  padding: 10px;
  font-size: 14px;
  margin: 10px;
  /* and that, will result in a 10px gap */
  border: 1px solid #efefef;
  background: #fff;
  /*
  @include custom-max-breakpoints(1109){
  	width: 33% !important;
  }
  @include custom-max-breakpoints(749){
  	width: 48% !important;
  }
  @include custom-max-breakpoints(499){
  	width: 100% !important;				
  }*/
}
.deals__grid section > div {
  position: relative;
}
.deals__grid section img {
  transition: all 0.3s ease 0s;
}
.deals__grid section:hover img {
  transform: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.deals__grid .deals__seeall {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.deals__grid .deals__seeall a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  color: #333 !important;
}
.deals__grid .deals__seeall a:hover {
  color: #ccc !important;
}
.deals__grid .deals__seeall .material-icons {
  font-size: 50px;
}
.deals__grid .deals__seeall span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.deals__grid .deals__seeall em {
  width: 100%;
  display: block;
  font-style: normal;
}
.deals__grid.darkTheme section {
  border: 0 !important;
  background: #282832;
}
.deals__grid.darkTheme section a strong {
  color: #ffce05;
}
.deals__grid.darkTheme section a p {
  color: #fff !important;
}
.deals__grid.darkTheme .deals__seeall a {
  color: #ffce05 !important;
}
.deals__grid.darkTheme .deals__seeall a:hover {
  color: #ccc !important;
}
.deals__grid.lightTheme section a {
  color: #333 !important;
}
.deals__grid.lightTheme section a p {
  color: #333;
}
.deals__grid.lightTheme strong {
  font-weight: 400 !important;
}
.deals__grid.lightTheme .deals__partname {
  text-transform: capitalize;
}
.deals__grid.widthDesc section {
  padding-bottom: 50px;
}
.deals__grid.widthDesc strong {
  padding-bottom: 20px;
}
@media only screen and (max-width: 733px) {
  .deals__grid.widthDesc.col4 section {
    width: 100% !important;
    margin: 5px 0;
  }
  .deals__grid.widthDesc.col4 section.deals__seeall {
    background: transparent;
  }
  .deals__grid.widthDesc.col4 section.deals__seeall a {
    padding: 20px 0;
    color: #333 !important;
    border: 1px solid #E0E0E0;
  }
}
.deals__grid.flexauto > section {
  flex: 1 1 auto;
}
.deals__grid [class$=__thumb] {
  display: block;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.deals__grid [class$=__thumb] img {
  width: 100%;
}
.deals__grid [class$=__desc] {
  padding: 10px 0;
}
.deals__grid a {
  color: #333;
}
.deals__grid .deals__partname {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.deals__grid.col5 section {
  width: 18%;
  padding-bottom: 0;
  /*@include custom-max-breakpoints(733){
  	width: 100%!important;
  	margin: 5px 0;
  }*/
}
.deals__grid.col5 section .deals__partname {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .deals__grid.col5 section {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .deals__grid.col5 section {
    width: 46.6%;
    padding: 0;
    margin: 5px;
  }
}
.deals__grid.col4 section {
  width: 22.9%;
  max-width: 285px;
}
@media only screen and (max-width: 1023px) {
  .deals__grid.col4 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .deals__grid.col4 section {
    /*width: 100%!important;
    margin: 5px 0;*/
    margin: 5px;
  }
}
.deals__grid.col3 section {
  width: 31.2%;
}
@media only screen and (max-width: 1023px) {
  .deals__grid.col3 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .deals__grid.col3 section {
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .deals__grid {
    padding: 0 10px;
  }
}

.deals__slider {
  max-width: 1248px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}
.deals__slider a {
  display: block;
  padding: 10px 0;
  color: #333 !important;
  border: 1px solid #E0E0E0;
}
.deals__slider li.lslide, .deals__slider li.clone {
  list-style: none !important;
}
.deals__slider .deals__seeall {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  border: 1px solid #E0E0E0;
}
.deals__slider .deals__seeall a {
  border: 0;
  width: 100%;
  height: 100%;
}
.deals__slider .deals__seeall a:hover {
  color: #ccc !important;
}
.deals__slider .deals__seeall .material-icons {
  font-size: 50px;
  position: static;
}
.deals__slider .deals__seeall span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.deals__slider .deals__seeall em {
  width: 100%;
  display: block;
  font-style: normal;
}
.deals__slider #slider_controls i.material-icons {
  top: -30px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
}
.deals__slider #slider_controls i.material-icons.arrow-left {
  left: 0;
}
.deals__slider #slider_controls i.material-icons.arrow-right {
  right: 12px;
}
.deals__slider .item {
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .deals__slider #slider_controls {
    display: none;
  }
  .deals__slider .item {
    overflow: auto;
    padding: 0;
  }
  .deals__slider ul {
    display: flex;
    flex-wrap: nowrap;
    width: 1248px;
  }
  .deals__slider li {
    margin-right: 10px;
    list-style: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
