@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Oswald:400,300,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*base css*/
/* line 3, ../scss/base/_base.scss */
body {
  font-size: 14px;
}

/*layout css*/
/* line 1, ../scss/layout/_header.scss */
.top-row-main {
  background: #eeeeee;
}

/* line 4, ../scss/layout/_header.scss */
header {
  position: static;
}

/* line 8, ../scss/layout/_header.scss */
.store-front-main .logoDealer {
  width: 93px;
  height: 49px;
}
/* line 9, ../scss/layout/_header.scss */
.store-front-main .topHeading {
  font-family: "Oswald", sans-serif;
  color: #00cccb;
  font-size: 20px;
  padding-top: 9px;
}
/* line 10, ../scss/layout/_header.scss */
.store-front-main ul.topmenu {
  list-style: none;
  margin-top: 4px;
}
/* line 11, ../scss/layout/_header.scss */
.store-front-main ul.topmenu li {
  display: inline-block;
  padding: 10px 6px;
}
/* line 12, ../scss/layout/_header.scss */
.store-front-main ul li a {
  color: #999999;
  text-decoration: none;
  transition: color 0.5s ease;
}
/* line 13, ../scss/layout/_header.scss */
.store-front-main ul li a:hover {
  color: #00cccb;
}
/* line 14, ../scss/layout/_header.scss */
.store-front-main .addCart {
  border: 2px solid #dddddd;
  padding: 10px;
  margin-top: 33px;
  font-family: "Oswald", sans-serif;
  color: #777777;
  text-align: left;
  float: right;
}
/* line 16, ../scss/layout/_header.scss */
.store-front-main .addCart a {
  padding: 10px;
  margin-right: -12px;
  margin-top: -12px;
  padding: 12px 15px;
  color: #777;
}
/* line 17, ../scss/layout/_header.scss */
.store-front-main .checkout-ico {
  background: #00cccb;
  float: right;
  padding: 10px 14px 11px;
  margin-top: 33px;
}
/* line 18, ../scss/layout/_header.scss */
.store-front-main .checkout-ico i {
  font-size: 20px;
  color: white;
}

@media (max-width: 767px) {
  /* line 22, ../scss/layout/_header.scss */
  .store-front-main .logoDealer {
    margin: auto;
  }
  /* line 25, ../scss/layout/_header.scss */
  .store-front-main .topHeading {
    text-align: center;
  }
  /* line 28, ../scss/layout/_header.scss */
  .store-front-main .addCart {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* line 1, ../scss/layout/_nav.scss */
.nav-main {
  background: #00cccb;
  padding: 5px 0;
}

/* line 4, ../scss/layout/_nav.scss */
.nav-main ul {
  list-style: none;
}

/* line 5, ../scss/layout/_nav.scss */
.nav-main ul li {
  display: inline-block;
  color: white !important;
  line-height: 39px;
}

/* line 6, ../scss/layout/_nav.scss */
.nav-main ul li select {
  background: #eeeeee url("/images/rs_market_place/rs_store/down-arrow.png") no-repeat 200px 10px !important;
  font-weight: bold;
  border: 0px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #404040;
  padding: 10px 26px 10px 10px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

/* line 18, ../scss/layout/_nav.scss */
.nav-main ul li:first-child a {
  padding: 0;
}

/* line 19, ../scss/layout/_nav.scss */
.nav-main ul li a {
  color: #fff!important;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* line 20, ../scss/layout/_nav.scss */
.nav-main ul li:last-child a {
  background: #eeeeee;
  color: #000;
  padding: 10px 13px 10px 13px;
}

/* line 21, ../scss/layout/_nav.scss */
.nav-main ul li a:hover {
  opacity: .7;
  color: white;
}

@media (max-width: 767px) {
  /* line 23, ../scss/layout/_nav.scss */
  .nav-main ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #029bf3;
  }

  /* line 24, ../scss/layout/_nav.scss */
  .nav-main ul li a {
    width: 100%;
    display: block;
    padding: 6px 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 27, ../scss/layout/_nav.scss */
  .nav-main ul li a {
    font-size: 12px;
  }
}
/* line 2, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top {
  background: #00cccb;
}
/* line 4, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  background: none;
  line-height: 65px;
  background: #00cccb !important;
}
/* line 13, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top p {
  color: #fff;
  line-height: 140%!important;
}
/* line 18, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top .fs11 {
  font-size: 11px;
}
/* line 21, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top .border-right {
  border-right: 1px solid #dfdfdf;
  margin-bottom: 20px;
  min-height: 200px;
}
/* line 26, ../scss/layout/_footer.scss */
.store-front-main .footer-bg-top a {
  color: white;
  text-decoration: underline;
}
/* line 31, ../scss/layout/_footer.scss */
.store-front-main .bgBlack {
  background: black;
  font-size: 12px;
  color: white;
}
/* line 36, ../scss/layout/_footer.scss */
.store-front-main .bgBlack a {
  color: #fff;
}
/* line 39, ../scss/layout/_footer.scss */
.store-front-main .bgBlack .paddingTop10 {
  padding-top: 10px;
}
/* line 42, ../scss/layout/_footer.scss */
.store-front-main .bgBlack .marginTop20 {
  margin-top: 20px;
}

/* line 46, ../scss/layout/_footer.scss */
.copyright {
  color: white;
  padding-left: 20px;
}

@media (max-width: 767px) {
  /* line 52, ../scss/layout/_footer.scss */
  .store-front-main .footer-bg-top {
    display: none;
  }
}
/* line 3, ../scss/layout/_common.scss */
.store-front-main .left-nav-main .quick-link-head {
  border: 1px solid #00cccb;
  font-family: "Oswald", sans-serif;
  padding: 10px;
  font-size: 20px;
  color: #000;
}
/* line 10, ../scss/layout/_common.scss */
.store-front-main .left-nav-main .feedbacks {
  margin: 20px 0;
}
/* line 14, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li {
  list-style-type: none;
  margin: 10px 0;
}
/* line 17, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul {
  border: 1px solid #dddddd;
}
/* line 19, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li {
  margin: 0;
}
/* line 21, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li:last-child a {
  border-bottom: none;
}
/* line 24, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li a {
  border-bottom: 1px solid #dddddd;
  display: block;
  padding: 10px 10px 10px 38px;
  text-decoration: underline;
  color: #00cccb;
}
/* line 30, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li a .lft-al {
  float: left;
  text-decoration: underline;
}
/* line 34, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li a .rgt-num {
  float: right;
}
/* line 38, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li ul li a:hover {
  text-decoration: none;
}
/* line 43, ../scss/layout/_common.scss */
.store-front-main .left-nav-main ul li .title-text {
  background: #00cccb;
  color: white;
  padding: 10px;
  font-size: 16px;
}
/* line 53, ../scss/layout/_common.scss */
.store-front-main h3 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: none;
  color: #111;
  padding: 10px 0;
  border-bottom: 1px solid #00cccb;
}
/* line 61, ../scss/layout/_common.scss */
.store-front-main p {
  color: #3e3e35;
  line-height: 26px;
}
/* line 68, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li {
  margin-right: 2px;
  background: #757575;
}
/* line 72, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li.active {
  background: #00cccb;
}
/* line 75, ../scss/layout/_common.scss */
.store-front-main .nav-tabs > li.active > a, .store-front-main .nav-tabs > li.active > a:focus, .store-front-main .nav-tabs > li.active > a:hover {
  background: #00cccb;
  border: none;
  color: #fff;
}
/* line 80, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li a {
  background: none;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 6px 40px;
}
/* line 87, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li a:hover {
  background: #00cccb;
  border: none;
}
/* line 91, ../scss/layout/_common.scss */
.store-front-main .tab-content > .tab-pane {
  border: 1px solid #c9c9c9;
  padding: 10px;
}
/* line 95, ../scss/layout/_common.scss */
.store-front-main .marginTop20 {
  margin-top: 20px;
}
/* line 98, ../scss/layout/_common.scss */
.store-front-main table tr:nth-child(odd) {
  background: #eeeeee;
}
/* line 101, ../scss/layout/_common.scss */
.store-front-main table tr:nth-child(even) {
  background: #f8f8f8;
}
/* line 104, ../scss/layout/_common.scss */
.store-front-main table tr td {
  padding: 10px;
  font-size: 14px;
}
/* line 108, ../scss/layout/_common.scss */
.store-front-main table tr td:first-child {
  text-align: center;
}
/* line 113, ../scss/layout/_common.scss */
.store-front-main .borderRightGrey {
  border-right: 1px dashed #dddddd;
}
/* line 116, ../scss/layout/_common.scss */
.store-front-main .image {
  text-align: center;
}
/* line 119, ../scss/layout/_common.scss */
.store-front-main .text {
  text-align: center;
  padding: 10px 0 4px 0;
  color: #000000;
}
/* line 124, ../scss/layout/_common.scss */
.store-front-main .name {
  color: #706767;
  text-align: center;
}
/* line 128, ../scss/layout/_common.scss */
.store-front-main .price {
  font-size: 16px;
  text-align: center;
  padding: 0;
}
/* line 133, ../scss/layout/_common.scss */
.store-front-main .cart {
  text-align: center;
  background: #00cccb;
  color: #fff!important;
  padding: 6px 0;
  width: 80%;
  margin: auto;
}
/* line 141, ../scss/layout/_common.scss */
.store-front-main .carousel-inner {
  min-height: 350px;
}
/* line 144, ../scss/layout/_common.scss */
.store-front-main a {
  color: #fff;
}
/* line 147, ../scss/layout/_common.scss */
.store-front-main .fa-chevron-circle-left, .store-front-main .fa-chevron-circle-right {
  color: #dfdfdf;
  font-size: 22px;
}
/* line 151, ../scss/layout/_common.scss */
.store-front-main .carousel-control {
  opacity: 1;
  position: absolute;
  top: -48px;
  width: 5%;
  padding: 0px;
  height: 20px;
}
/* line 159, ../scss/layout/_common.scss */
.store-front-main .left.carousel-control {
  left: 92%;
}
/* line 163, ../scss/layout/_common.scss */
.store-front-main .highlight {
  color: #000;
  border-bottom: 6px solid #00cccb;
  padding: 0 10px;
}
/* line 164, ../scss/layout/_common.scss */
.store-front-main ul.topmenu {
  float: right;
}
/* line 165, ../scss/layout/_common.scss */
.store-front-main ul.topmenu li:last-child {
  padding-right: 0px;
}
/* line 166, ../scss/layout/_common.scss */
.store-front-main .dealer-table-box1 {
  padding: 0;
}
/* line 167, ../scss/layout/_common.scss */
.store-front-main .dealer-table-box1 h4 {
  padding: 10px 0;
}
/* line 168, ../scss/layout/_common.scss */
.store-front-main .dealer-table-box1 h4 {
  background: #00cccb;
  font-weight: normal;
}
/* line 169, ../scss/layout/_common.scss */
.store-front-main .dealer-table-box1 table tr td {
  border-bottom: 1px solid #e6e4e4;
  font-size: 13px;
  padding: 5px 0;
  text-align: center!important;
}
/* line 172, ../scss/layout/_common.scss */
.store-front-main .dealer_sells_days, .store-front-main .dealer_feedback_overall_scores {
  min-height: 217px;
}
/* line 173, ../scss/layout/_common.scss */
.store-front-main #faceted_container {
  width: 100%;
  margin-top: 20px;
}
/* line 177, ../scss/layout/_common.scss */
.store-front-main .text-center-mobile {
  text-align: left;
}
/* line 178, ../scss/layout/_common.scss */
.store-front-main .greynew {
  background: #fff!important;
  color: #111!important;
  font-weight: bold;
  border: 1px solid #dddddd !important;
}

/* line 180, ../scss/layout/_common.scss */
.dealer-table-box1 p {
  text-align: center;
}

/* line 181, ../scss/layout/_common.scss */
.content_border_box table tr td {
  border-bottom: 0px solid #e6e4e4!important;
}

/* line 185, ../scss/layout/_common.scss */
.store-front-main .search-main-panel ul li {
  float: left;
  list-style-type: none;
}
/* line 189, ../scss/layout/_common.scss */
.store-front-main .search-main-panel ul li:nth-child(1) {
  width: 15%;
}
/* line 192, ../scss/layout/_common.scss */
.store-front-main .search-main-panel ul li:nth-child(2) {
  width: 78%;
}
/* line 195, ../scss/layout/_common.scss */
.store-front-main .search-main-panel ul li:nth-child(3) {
  width: 7%;
}
/* line 199, ../scss/layout/_common.scss */
.store-front-main .search-main-panel select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #dddddd;
  height: 34px;
}
/* line 204, ../scss/layout/_common.scss */
.store-front-main .search-main-panel select option {
  padding: 6px 0;
}
/* line 207, ../scss/layout/_common.scss */
.store-front-main .search-main-panel button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #dddddd;
  background: none;
  border-left: none;
  height: 34px;
  color: #00cccb;
  width: 100%;
}
/* line 216, ../scss/layout/_common.scss */
.store-front-main .search-main-panel input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #dddddd;
  height: 34px;
  border-right: none;
}
/* line 223, ../scss/layout/_common.scss */
.store-front-main .search-main-panel select {
  background: #00cccb url("/images/rs_market_place/rs_store/arrow-search.png") no-repeat 63px 7px !important;
  font-weight: bold;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}
/* line 235, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul li {
  float: left;
  width: 24%;
  margin-right: 2.5%;
  list-style-type: none;
  border: 1px solid #00cccb;
  width: 264px;
  height: 103px;
  overflow: hidden;
  position: relative;
}
/* line 246, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul li:first-child {
  margin-right: 2.2%;
}
/* line 249, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul li:last-child {
  margin-right: 0;
}
/* line 252, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since {
  width: 37%;
  float: left;
  border: none;
  background: url("/images/rs_market_place/rs_store/sprite-icon.png") no-repeat 0 0;
  height: 100%;
}
/* line 259, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .ordered-filled {
  width: 33%;
  float: left;
  border: none;
  background: url("/images/rs_market_place/rs_store/sprite-icon.png") no-repeat -78px 0;
  height: 100%;
}
/* line 266, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .item-filled {
  width: 38%;
  float: left;
  border: none;
  background: url("/images/rs_market_place/rs_store/sprite-icon.png") no-repeat -144px 0;
  height: 100%;
}
/* line 273, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .overall-score {
  width: 37%;
  float: left;
  border: none;
  background: url("/images/rs_market_place/rs_store/sprite-icon.png") no-repeat -220px 0;
  height: 100%;
}
/* line 280, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since-text {
  width: 62%;
  float: right;
  background: #00cccb;
  height: 100%;
  width: 160px;
  color: #fff;
  padding-top: 25px;
  position: absolute;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
  transform: skew(-17deg);
  right: -18px;
}
/* line 291, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since-text .tilt-not {
  -webkit-transform: skew(17deg);
  -moz-transform: skew(17deg);
  -o-transform: skew(17deg);
  transform: skew(17deg);
}
/* line 295, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since-text .heading {
  font-weight: bold;
  font-size: 22px;
  color: white !important;
}
/* line 296, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since-text .heading a {
  color: #fff!important;
}
/* line 297, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .dealer-since-text .heading a:hover {
  color: #fff;
}
/* line 298, ../scss/layout/_common.scss */
.store-front-main .dealerPanel ul .marginTop20 {
  margin-top: 20px;
}
/* line 301, ../scss/layout/_common.scss */
.store-front-main .cardsPanel {
  padding: 5px 10px;
  min-height: 400px;
}
/* line 304, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .cardsImg {
  text-align: center;
  margin-top: 20px;
}
/* line 308, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .cardsImg img {
  width: 100%;
  height: 218px;
  overflow: hidden;
}
/* line 313, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .textHeading {
  text-align: center;
  padding: 10px 0 4px 0;
  color: #000000;
  height: 72px;
  overflow: hidden;
}
/* line 320, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .CardPrice {
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
}
/* line 325, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .add-card {
  text-align: center;
  background: #00cccb;
  color: #fff;
  padding: 6px 0;
  width: 80%;
  margin: auto;
  transition: all 0.5s ease;
  opacity: 1;
}
/* line 335, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .add-card:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
/* line 339, ../scss/layout/_common.scss */
.store-front-main .cardsPanel .add_to_cart {
  color: #fff!important;
}
/* line 343, ../scss/layout/_common.scss */
.store-front-main .cardsPanel:hover {
  box-shadow: 0px 0px 2px 2px #ccc;
}
/* line 346, ../scss/layout/_common.scss */
.store-front-main .feedbacks {
  margin: 20px 0!important;
}

/* line 350, ../scss/layout/_common.scss */
.borderRightGrey {
  border-right: 1px dashed #dddddd;
}

/* line 351, ../scss/layout/_common.scss */
.tabsfeatureCards {
  border-bottom: 1px solid #00cccb;
}

/* line 352, ../scss/layout/_common.scss */
ul.tabsfeatureCards {
  list-style: none;
}

/* line 353, ../scss/layout/_common.scss */
ul.tabsfeatureCards li {
  list-style-type: none;
  float: left;
  width: 45%;
  margin: 7px 10px;
}

/* line 354, ../scss/layout/_common.scss */
ul.tabsfeatureCards li a {
  font-size: 24px;
  font-family: 'Oswald',sans-serif;
}

/* line 355, ../scss/layout/_common.scss */
ul#tabsR li {
  list-style-type: none;
  margin-top: 20px;
}

/* line 356, ../scss/layout/_common.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

/* line 368, ../scss/layout/_common.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}

/* line 380, ../scss/layout/_common.scss */
.carousel-control.left {
  background-image: none;
}

/* line 383, ../scss/layout/_common.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}

/* line 389, ../scss/layout/_common.scss */
.carousel-control {
  padding-top: 10.25%;
  width: 5%;
}

/* line 393, ../scss/layout/_common.scss */
.upArrow {
  background: url("/images/rs_market_place/rs_store/up-down.png") no-repeat 0px 0;
  width: 30px;
  height: 25px;
  float: right;
}

/* line 394, ../scss/layout/_common.scss */
.downArrow {
  background: url("/images/rs_market_place/rs_store/up-down.png") no-repeat 0px -21px;
  width: 30px;
  height: 25px;
  float: right;
}

/* line 395, ../scss/layout/_common.scss */
.fa-list {
  font-size: 21px;
}

/* line 396, ../scss/layout/_common.scss */
.highlight {
  border-bottom: 9px solid #00cccb;
  color: #000;
}

@media (max-width: 767px) {
  /* line 401, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul li {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  /* line 408, ../scss/layout/_common.scss */
  .store-front-main .tabsfeatureCards li {
    padding: 0 0 0 10px;
  }
  /* line 409, ../scss/layout/_common.scss */
  .store-front-main .highlight {
    border-bottom: 8px solid #00cccb;
  }
  /* line 410, ../scss/layout/_common.scss */
  .store-front-main .search-main-panel {
    width: 92%;
  }
  /* line 413, ../scss/layout/_common.scss */
  .store-front-main ul.nav-tabs li a {
    padding: 5px 2px;
    font-size: 12px;
  }
  /* line 418, ../scss/layout/_common.scss */
  .store-front-main .carousel .borderRightGrey {
    border: none!important;
  }
  /* line 419, ../scss/layout/_common.scss */
  .store-front-main .carousel .cart {
    padding: 4px 2px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 420, ../scss/layout/_common.scss */
  .store-front-main .carousel .carousel-control {
    left: 85%;
  }
  /* line 424, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .dealer-since {
    width: 32%;
  }
  /* line 427, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .ordered-filled {
    width: 29%;
  }
  /* line 430, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .item-filled {
    width: 32%;
  }
  /* line 433, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .overall-score {
    width: 37%;
  }
  /* line 438, ../scss/layout/_common.scss */
  .store-front-main .checkout-ico {
    margin-top: 0;
  }
  /* line 441, ../scss/layout/_common.scss */
  .store-front-main select {
    font-size: 11px;
    padding: 6px 1px;
  }
  /* line 445, ../scss/layout/_common.scss */
  .store-front-main .fa-search {
    margin-left: -10px;
  }
  /* line 448, ../scss/layout/_common.scss */
  .store-front-main .cardsPanel {
    padding: 5px 3px;
  }
  /* line 451, ../scss/layout/_common.scss */
  .store-front-main .filter-toggle1 h3 {
    background: #00cccb;
    padding-left: 10px;
  }
  /* line 452, ../scss/layout/_common.scss */
  .store-front-main ul.topmenu {
    float: none;
    text-align: center;
  }
  /* line 453, ../scss/layout/_common.scss */
  .store-front-main .topHeading {
    text-align: center!important;
  }
  /* line 454, ../scss/layout/_common.scss */
  .store-front-main .addCart {
    float: none;
  }
  /* line 455, ../scss/layout/_common.scss */
  .store-front-main .text-center-mobile {
    text-align: center;
  }
  /* line 456, ../scss/layout/_common.scss */
  .store-front-main .quick-link-head {
    display: none;
  }

  /* line 458, ../scss/layout/_common.scss */
  ul.tabsfeatureCards li {
    width: 42%;
    padding: 0 0 2px 10px;
  }

  /* line 459, ../scss/layout/_common.scss */
  ul.tabsfeatureCards li a {
    font-size: 14px;
  }

  /* line 460, ../scss/layout/_common.scss */
  .borderRightGrey {
    border-right: none;
  }

  /* line 461, ../scss/layout/_common.scss */
  .left-nav-main ul.filtermobile {
    display: none;
  }

  /* line 464, ../scss/layout/_common.scss */
  .left-nav-main div.filtermobile {
    display: none;
  }

  /* line 467, ../scss/layout/_common.scss */
  .search-main-panel {
    width: 99%!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 475, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul li {
    width: 47.6%;
    margin-bottom: 2%;
  }
  /* line 480, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .dealer-since-text {
    width: 220px;
  }
  /* line 481, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .dealer-since {
    width: 28%;
  }
  /* line 482, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .ordered-filled {
    width: 23%;
  }
  /* line 483, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .item-filled {
    width: 26%;
  }
  /* line 486, ../scss/layout/_common.scss */
  .store-front-main .cardsPanel {
    min-height: 415px;
  }
  /* line 489, ../scss/layout/_common.scss */
  .store-front-main ul.nav-tabs li a {
    padding: 6px 28px;
  }
  /* line 491, ../scss/layout/_common.scss */
  .store-front-main .carousel .image {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 500, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul li {
    width: 218px;
  }
  /* line 501, ../scss/layout/_common.scss */
  .store-front-main .dealerPanel ul .dealer-since-text {
    width: 140px;
  }
  /* line 506, ../scss/layout/_common.scss */
  .store-front-main .cardsPanel {
    min-height: 415px;
  }
  /* line 509, ../scss/layout/_common.scss */
  .store-front-main .topHeading {
    font-size: 19px;
  }
  /* line 512, ../scss/layout/_common.scss */
  .store-front-main ul.topmenu li {
    padding: 9px 2px;
  }
}
/* line 515, ../scss/layout/_common.scss */
.marginBottom20 {
  margin-bottom: 20px;
}

/* line 516, ../scss/layout/_common.scss */
#applied_filters {
  margin-top: -10px;
}

/* line 517, ../scss/layout/_common.scss */
#filters ul li ul, #applied_filters ul li ul {
  border: 0!important;
}

/* line 518, ../scss/layout/_common.scss */
#filters .btn-success, #filters .btn-primary {
  background: #00cccb !important;
  border: 1px solid #00cccb !important;
}

/* line 519, ../scss/layout/_common.scss */
.thumbnailgallery {
  margin-bottom: 20px;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

/* line 525, ../scss/layout/_common.scss */
.showrooms div.logopanel {
  display: inline-block;
  float: left;
  width: 25%;
  border-right: 1px dashed #ccc;
}

/* line 532, ../scss/layout/_common.scss */
.showrooms img {
  padding: 6px;
  display: block;
  border: 0px solid green;
}

/* line 537, ../scss/layout/_common.scss */
.arrowleft {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 20px 0;
  position: absolute;
  right: 14px;
}

/* line 545, ../scss/layout/_common.scss */
.arrowright {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 20px 0;
  position: absolute;
  right: 38px;
}

/* line 553, ../scss/layout/_common.scss */
.tab-pane a {
  color: #00cccb;
}

/* line 554, ../scss/layout/_common.scss */
.selected {
  background: #00cccb !important;
  height: auto;
  width: auto;
  color: #fff!important;
}

/* line 555, ../scss/layout/_common.scss */
.feedbacklist {
  list-style-type: none;
}

/* line 556, ../scss/layout/_common.scss */
.mem, .ser {
  color: #fff!important;
}

/* line 557, ../scss/layout/_common.scss */
.search-area li.price .addtocartbtn a.btn {
  color: #fff;
}

/* line 558, ../scss/layout/_common.scss */
.feedbacks h2 {
  background: #00cccb !important;
}

/* line 559, ../scss/layout/_common.scss */
.breadcrumb a {
  color: #00cccb;
}

/* line 560, ../scss/layout/_common.scss */
.card-details h1 {
  color: #00cccb !important;
}

/* line 561, ../scss/layout/_common.scss */
.dealer-stats table th, .dealer-stats h2, h2 {
  background: #00cccb !important;
  color: white !important;
}

/* line 562, ../scss/layout/_common.scss */
.card-details .img-links a {
  background: #00cccb !important;
  color: white !important;
}

/* line 563, ../scss/layout/_common.scss */
.dealer-stats table th, .dealer-stats h2, h2 {
  background: #00cccb !important;
}

/* line 564, ../scss/layout/_common.scss */
.card-details .customer-feedback {
  padding: 0!important;
}

/* line 565, ../scss/layout/_common.scss */
.card-details .customer-feedback h3 {
  background: #00cccb !important;
}

/* line 566, ../scss/layout/_common.scss */
.card-details .customer-feedback .triangle-right {
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #00cccb !important;
  border-top: 40px solid rgba(0, 0, 0, 0);
}

/* line 569, ../scss/layout/_common.scss */
.store_info h3 {
  color: #00cccb !important;
}

/* line 570, ../scss/layout/_common.scss */
.store_info .shop_at_beckett .block_1 {
  border: 1px solid #00cccb !important;
}

/* line 571, ../scss/layout/_common.scss */
.store-front-main a {
  color: #00cccb;
}

/* line 572, ../scss/layout/_common.scss */
.card-details .customer-feedback {
  border: 1px solid #00cccb !important;
}

/* line 573, ../scss/layout/_common.scss */
.card-details .btn-success, .card-details .btn-primary {
  background: #00cccb !important;
  border: 0;
  color: white !important;
}

/* line 574, ../scss/layout/_common.scss */
ul.search-item-contain .addtocartbtn a {
  color: white !important;
}

/* line 575, ../scss/layout/_common.scss */
.store-front-main .cart a {
  color: white !important;
}

/* line 576, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li a {
  color: white !important;
}

/* line 577, ../scss/layout/_common.scss */
.store-front-main ul.nav-tabs li.active a {
  color: white !important;
}

/* line 578, ../scss/layout/_common.scss */
.add-cartbtn .btn-danger {
  color: white !important;
}

/* line 579, ../scss/layout/_common.scss */
.card-details .item-image {
  width: 100%!important;
}

/* line 580, ../scss/layout/_common.scss */
.card-details .item-image .img-container {
  text-align: center!important;
}

/* line 581, ../scss/layout/_common.scss */
.search-area .search-header a {
  color: white !important;
}

/* line 582, ../scss/layout/_common.scss */
#facets ul.filters-list {
  border: 0px solid #d3d3d3!important;
}

/* line 583, ../scss/layout/_common.scss */
.nxtDFBPage.inactive {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 587, ../scss/layout/_common.scss */
.dealer-stats table th, .dealer-stats h2, h2 a {
  color: #fff!important;
}

/* line 590, ../scss/layout/_common.scss */
.dealer-stats table th, .dealer-stats h2, h2 {
  background: #123c0a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 6px;
  text-transform: capitalize;
}