.unset-align .block-title {
  text-align: unset !important;
}
.home-services {
  padding: 55px 0;
  border-bottom: 2px solid #e7e7e7;
}
.home-services ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.home-services ul li {
  padding: 0 15px;
  margin-bottom: 10px;
  width: 25%;
}
.home-services ul li:not(:last-child) {
  border-right: 2px solid #f1f1f1;
}
.home-services .service-item {
  display: flex;
  width: 100%;
  padding-left: 15px;
}
.home-services .service-image {
  padding-top: 3px;
}
.home-services .service-info strong {
  font-size: 128.571%;
  color: #000;
}
.home-services .service-info {
  padding-left: 20px;
}
.safety-part .block-title {
  margin-bottom: 20px;
}
.safety-part .block-title strong {
  color: #000;
  font-size: 214.285%;
}
.quote-safety {
  position: relative;
  padding-left: 22px;
  margin-bottom: 35px;
}
.quote-safety:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.list-safety {
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 0 50px;
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
}
.list-safety li {
  width: 50%;
  font-size: 114.285%;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}
.list-safety li:before {
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  background: url("../images/icon-images.png") no-repeat -346px -14px;
  position: absolute;
  left: 0;
  top: 7px;
}
.block-safety .bottom .action.primary {
  padding: 12px 30px;
  font-weight: 700;
}
.block-title-icon .block-title {
  text-align: center;
  font-size: 214.285%;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.block-title-icon .block-title strong {
  position: relative;
  display: inline-block;
}
.block-title-icon.title-icon-l .block-title strong {
  padding-left: 48px;
}
.block-title-icon.title-icon-l .block-title strong:before {
  content: "";
  display: block;
  width: 29px;
  height: 20px;
  background: url("../images/icon-images.png") no-repeat -7px -100px;
  position: absolute;
  left: 0;
  top: 14px;
}
.block-title-icon.title-icon-r .block-title strong {
  padding-right: 48px;
}
.block-title-icon.title-icon-r .block-title strong:after {
  content: "";
  display: block;
  width: 29px;
  height: 20px;
  background: url("../images/icon-images.png") no-repeat -63px -100px;
  position: absolute;
  right: 0;
  top: 14px;
}
.product-slider-1 .block {
  margin-bottom: 0;
}
.product-slider-1 .block-content {
  margin: 0 -15px;
}
.product-slider-1.nav-center .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -12px;
}
.product-slider-1.nav-center .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -12px;
}
.product-slider-1 .products-grid .product-item-info {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.nav-center .owl-theme .owl-nav {
  margin: 0;
  position: static;
}
.nav-center .owl-theme .owl-nav [class*=owl-] {
  background-image: url("../images/icon-images.png");
  background-repeat: no-repeat;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #ccc;
  border: none;
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.nav-center .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -25px;
  background-position: -44px -135px;
}
.nav-center .owl-theme .owl-nav [class*=owl-].owl-next:hover {
  background-position: -44px -169px;
}
.nav-center .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -25px;
  background-position: -1px -135px;
}
.nav-center .owl-theme .owl-nav [class*=owl-].owl-prev:hover {
  background-position: -1px -169px;
}
.nav-center .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.product-slider-1 .products-grid .product-item {
  margin-bottom: 0;
}
/**
 * Deal
 */
.deal-full {
  background: url("../images/bg-deals.jpg") no-repeat top center;
  background-size: cover;
}
.deal-full .slider-deal {
  background-color: #fff;
  padding: 45px 30px 30px;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.deal-full .bzotech-slider-grid {
  margin: 0;
}
.deal-full .block-title-icon .block-title {
  margin-bottom: 25px;
}
.slider-deal .product-item-info:before,
.slider-deal .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.slider-deal .product-item-info .product-image-container {
  vertical-align: top;
}
.slider-deal .product-item-info .product-image {
  float: left;
  width: 44%;
  border: 1px solid #ccc;
  position: relative;
  padding: 1px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.slider-deal .product-item-info .product-item-details {
  float: right;
  width: 56%;
  padding-left: 30px;
}
.slider-deal .product-item-info .product-item-name {
  margin: 0 0 3px;
}
.slider-deal .product-item-info .product-item-name a {
  font-size: 114.285%;
  font-weight: 700;
  color: #000;
}
.slider-deal .product-item-info .product-reviews-summary {
  margin: 0 0 3px;
}
.slider-deal .product-item-info .product-reviews-summary .reviews-actions {
  font-size: 100%;
}
.slider-deal .product-item-info .product-reviews-summary .reviews-actions a {
  color: #666;
  margin: 0;
}
.slider-deal .product-item-info .price-box {
  margin: 0 0 8px;
}
.slider-deal .product-item-info .price-box .price {
  font-size: 128.571%;
  color: #000;
  font-weight: 700;
}
.slider-deal .product-item-info .price-box .special-price .price {
  color: #f73312;
}
.slider-deal .product-item-info .price-box .old-price .price {
  font-size: 100%;
  color: #666;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.slider-deal .product-item-info .product-item-description {
  margin: 0 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slider-deal .product-item-info .countdown-item {
  margin-bottom: 17px;
}
.slider-deal .product-item-info .countdown-item .deals-time {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin-right: 10px;
  margin-left: 0;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-deal .product-item-info .countdown-item .deals-time .title-time,
.slider-deal .product-item-info .countdown-item .deals-time .num-time {
  line-height: 1;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #000;
}
.slider-deal .product-item-info .countdown-item .deals-time .num-time {
  font-size: 114.285%;
  font-weight: 500;
  margin: 4px 0 2px;
}
.slider-deal .product-item-info .countdown-item .deals-time .title-time {
  font-size: 85.714%;
}
.slider-deal .product-item-info .actions-primary .tocart {
  position: relative;
  padding-left: 45px;
  background-color: #000;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.slider-deal .product-item-info .actions-primary .tocart:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url("../images/icon-images.png") no-repeat -162px -103px;
  position: absolute;
  left: 16px;
  top: 12px;
}
.slider-deal .product-item-info .actions-secondary .action {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.slider-deal .product-item-info .actions-secondary .action:before,
.slider-deal .product-item-info .actions-secondary .action span {
  display: none;
}
.slider-deal .product-item-info .actions-secondary .action.towishlist {
  background: url("../images/icon-images.png") no-repeat -197px -52px #f5f5f5;
}
.slider-deal .product-item-info .actions-secondary .action.towishlist:hover {
  background-position: -197px -92px;
}
.slider-deal .product-item-info .actions-secondary .action.tocompare {
  background: url("../images/icon-images.png") no-repeat -236px -53px #f5f5f5;
}
.slider-deal .product-item-info .actions-secondary .action.tocompare:hover {
  background-position: -236px -93px;
}
/**
 * Tabs category
 */
.tabs-category .has-parent-image .parent-image {
  width: 330px;
  float: left;
}
.tabs-category .has-parent-image .category-item {
  margin-left: 360px;
  margin-right: 0;
}
.tabs-category .tabs-cate-content .child-item .child-inner .item-inner {
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.tabs-category .child-image {
  margin: 0;
}
.tabs-category .child-name {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs-category .child-name strong {
  font-weight: 700;
}
.tabs-category .child-name a {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.full-popular-cat {
  background-color: #f8f8fb;
}
/**
 * Popular Makes
 */
.slider-popular-makes .owl-dots {
  max-width: 477px;
}
.slider-popular-makes .block-content {
  margin: 0 -15px;
  overflow: hidden;
}
.slider-popular-makes .block-content .owl-carousel .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
.slider-popular-makes .item-inner {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  max-width: 447px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.slider-popular-makes .item-inner:before,
.slider-popular-makes .item-inner:after {
  content: "";
  display: block;
  clear: both;
}
.slider-popular-makes .item-inner:not(:last-child) {
  margin-bottom: 30px;
}
.slider-popular-makes .item-inner .btn-view-cat {
  display: block;
  width: 48px;
  height: 30px;
  background: url("../images/icon-images.png") no-repeat -215px -138px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.slider-popular-makes .item-inner .btn-view-cat span {
  display: none;
}
.slider-popular-makes .item-inner:hover .btn-view-cat {
  opacity: 1;
}
.slider-popular-makes .parent-image {
  float: left;
  width: 80px;
  height: 60px;
  overflow: hidden;
  margin: 0;
}
.slider-popular-makes .category-info {
  margin-left: 100px;
  padding-top: 5px;
}
.slider-popular-makes .parent-name {
  margin: 0;
}
.slider-popular-makes .parent-name strong {
  font-size: 114.0285%;
}
.slider-popular-makes .parent-name .count {
  display: block;
}
.slider-popular-makes .owl-theme .owl-dots .owl-dot {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.slider-popular-makes .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.slider-popular-makes .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #c4c4c4;
}
.list-tab-cates .block-title,
.slider-popular-makes .block-title {
  position: relative;
  margin-bottom: 5px;
  font-size: 128.571%;
  color: #000;
  display: table;
}
.list-tab-cates .block-title:before,
.slider-popular-makes .block-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  right: -50px;
  top: 14px;
}
/**
 * Slider Post
 */
.slider-post.block-title-icon .block-title {
  margin-bottom: 30px;
}
.slider-post .post-image {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.slider-post .post-image a {
  display: block;
  overflow: hidden;
}
.slider-post .post-image a img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.slider-post .post-image a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.slider-post .post-title {
  font-size: 116.285%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.slider-post .post-title a {
  display: table;
}
.slider-post .author-date {
  display: flex;
  margin-bottom: 17px;
}
.slider-post .post-author {
  padding-left: 25px;
  padding-right: 60px;
  position: relative;
}
.slider-post .post-author:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-images.png") no-repeat -291px -144px;
  position: absolute;
  left: 0;
  top: 3px;
}
.slider-post .post-author .label {
  display: none;
}
.slider-post .post-author a {
  color: #666;
}
.slider-post .post-date {
  padding-left: 25px;
  position: relative;
}
.slider-post .post-date:before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("../images/icon-images.png") no-repeat -339px -144px;
  position: absolute;
  left: 0;
  top: 2px;
}
.slider-post .post-date .label {
  display: none;
}
.slider-post .post-read-more {
  display: none;
}
/**
 * Nav top
 */
.nav-top .owl-theme .owl-nav {
  top: -80px;
  right: 0;
  margin: 0;
  position: absolute;
}
.nav-top .owl-theme .owl-nav [class*=owl-] {
  background-image: url("../images/icon-images.png");
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #ccc;
  border: none;
  opacity: 1;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.nav-top .owl-theme .owl-nav [class*=owl-].owl-next {
  background-position: -44px -135px;
}
.nav-top .owl-theme .owl-nav [class*=owl-].owl-next:hover {
  background-position: -44px -169px;
}
.nav-top .owl-theme .owl-nav [class*=owl-].owl-prev {
  background-position: -1px -135px;
}
.nav-top .owl-theme .owl-nav [class*=owl-].owl-prev:hover {
  background-position: -1px -169px;
}
.nav-top .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.list-tab-cates .block-content {
  position: relative;
}
.list-tab-cates .has-no-parent-image .tabs-cate-content .child-item {
  width: 50%;
}
.list-tab-cates .has-no-parent-image .tabs-cate-content .child-item .item-inner {
  max-width: 335px;
  width: 100%;
}
.list-tab-cates .has-no-parent-image .tabs-cate-content .child-item:nth-child(2n) .item-inner {
  float: right;
}
.list-tab-cates .tabs-cate-content .child-item .child-inner {
  text-align: unset;
}
.list-tab-cates .has-no-parent-image .tabs-cate-content .child-item {
  margin-bottom: 12px;
}
.list-tab-cates .tabs-cate-content .child-items {
  padding-top: 11px;
}
.list-tab-cates .tabs-cate-content .child-items .child-name a {
  display: inline-block;
  padding: 3px 0;
}
.list-tab-cates .tabs-cate-content .child-items .count {
  float: right;
  position: relative;
  top: 3px;
}
.auto-services .main-service-img {
  text-align: center;
}
.auto-services .service-column {
  padding-top: 45px;
}
.auto-services .service-item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 24px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.auto-services .service-image {
  width: 70px;
  min-width: 70px;
  padding-top: 15px;
}
.auto-services .service-info {
  padding-left: 15px;
}
.auto-services .sv-title {
  font-size: 114.285%;
  font-weight: 700;
}
.auto-services .sv-title a {
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.auto-services .service-column-l .service-item:nth-child(2n) {
  right: -30px;
}
.auto-services .service-column-l .service-image {
  order: 2;
}
.auto-services .service-column-l .service-info {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.auto-services .service-column-r .service-item:nth-child(2n) {
  left: -30px;
}
.client-rating {
  border-bottom: 2px solid #e7e7e7;
}
.client-rating .main-rating {
  width: 290px;
  text-align: center;
  float: left;
}
.client-rating .rating-rate {
  font-size: 114.285%;
  color: #000;
  margin-bottom: 12px;
}
.client-rating .rating-based {
  padding-top: 15px;
}
.client-rating .rating-based span {
  color: #000;
}
.client-rating .list-rating {
  margin-left: 290px;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #f1f1f1;
}
.client-rating .list-rating .rating-item {
  width: 33.33333333%;
}
.client-rating .list-rating .rating-item:not(:last-child) {
  padding-right: 55px;
}
.client-rating .list-rating .rating-top {
  margin-bottom: 10px;
}
.client-rating .list-rating .title-rating {
  color: #000;
  font-size: 114.285%;
  margin-bottom: 8px;
}
.client-rating .list-rating .rating-top img {
  margin-left: -1px;
}
.client-rating .list-rating .time-rating {
  float: right;
  margin-top: 2px;
}
.full-contact {
  background: url("../images/bg-contact.png") no-repeat top left;
  overflow: hidden;
}
.contact-home {
  max-width: 695px;
  width: 100%;
  float: right;
  background-color: #f8f8fb;
  padding: 50px 0 60px 40px;
  position: relative;
}
.contact-home:before {
  content: "";
  display: block;
  width: 130px;
  height: 100%;
  background-color: #f8f8fb;
  position: absolute;
  left: -62px;
  top: 0;
  z-index: 0;
  -webkit-transform: skew(-13deg, 0);
  -ms-transform: skew(-13deg, 0);
  -o-transform: skew(-13deg, 0);
  transform: skew(-13deg, 0);
}
.contact-home:after {
  content: "";
  display: block;
  width: 10000px;
  height: 100%;
  background-color: #f8f8fb;
  position: absolute;
  right: -10000px;
  top: 0;
  z-index: 0;
}
.contact-home .block-content {
  position: relative;
}
.contact-home .field.name {
  float: left;
  width: 48%;
}
.contact-home .field.telephone {
  float: right;
  width: 48%;
}
.contact-home .field.email {
  clear: both;
}
.contact-home .field.comment textarea {
  height: 120px;
}
.contact-home .primary button {
  min-width: 200px;
  text-align: center;
  font-weight: 700;
}
.attr-search-block {
  background: url("../images/bg-search.jpg") no-repeat top center;
  background-size: cover;
}
.attr-home {
  max-width: 1015px;
  padding: 0 15px;
  margin: 0 auto;
}
.attr-home .bzo-as-container {
  background: none;
  padding: 0;
}
.attr-home .bzo-as-form-wrap .bzo-as-btn .btn-search:before {
  margin-right: 5px;
}
.attr-home .bzo-as-form-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.attr-home .bzo-as-form-wrap .bzo-as-loading {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.attr-home .bzo-as-caption {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.attr-home .bzo-as-caption .attr-title-top {
  font-size: 321.428%;
  font-weight: 700;
  line-height: 1.4;
}
.attr-home .bzo-as-caption .attr-des {
  font-size: 114.285%;
}
.attr-home .bzo-as-wrap select {
  height: 49px;
  font-weight: 700;
  color: #222;
  font-size: 107.69%;
}
/**
 * Styles
 */
@media (min-width: 768px) {
  .list-tab-cates .tabs-cate,
  .tabs-category .tabs-cate {
    margin-bottom: 35px;
  }
  .list-tab-cates .tabs-cate .tabs-list-cate,
  .tabs-category .tabs-cate .tabs-list-cate {
    text-align: center;
  }
  .list-tab-cates .tabs-cate .tabs-list-cate .tab-item,
  .tabs-category .tabs-cate .tabs-list-cate .tab-item {
    display: inline-block;
    float: none;
    margin: 0 3px 5px;
    color: #222;
    font-weight: 400;
  }
  .list-tab-cates .tabs-cate {
    position: absolute;
    top: -98px;
    right: 0;
  }
  .list-tab-cates .tabs-cate .tabs-list-cate {
    text-align: right;
  }
  .list-tab-cates .tabs-cate .tabs-list-cate .tab-item {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-search-block {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
  .attr-home .bzo-as-caption {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .tabs-category .has-parent-image .tabs-cate-content .child-item {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .home-services .service-item {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-category .has-parent-image .parent-image {
    width: 240px;
  }
  .tabs-category .has-parent-image .category-item {
    margin-left: 270px;
  }
  .tabs-category .has-parent-image .tabs-cate-content .child-item {
    width: 25%;
  }
  .client-rating .main-rating {
    width: 220px;
  }
  .client-rating .list-rating {
    margin-left: 240px;
    padding-left: 40px;
  }
  .client-rating .list-rating .rating-item:not(:last-child) {
    padding-right: 40px;
  }
  .product-slider-1.nav-center .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0;
  }
  .product-slider-1.nav-center .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .deal-full .slider-deal {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-deal .product-item-info .product-item-details {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .auto-services .service-column {
    padding-top: 0;
  }
  .auto-services .service-image {
    padding-top: 2px;
  }
  .auto-services .service-column-l .service-image {
    order: 0;
  }
  .auto-services .service-column-l .service-info {
    padding-left: 15px;
    padding-right: 0;
    text-align: unset;
  }
  .auto-services .service-item {
    right: unset !important;
    left: unset !important;
  }
  .safety-part .banner-image {
    display: none;
  }
  .full-popular-cat .list-tab-cates .tabs-cate {
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
    top: unset;
    left: unset;
    right: unset;
  }
  .full-popular-cat .list-tab-cates .tabs-cate .tabs-list-cate {
    text-align: unset;
  }
  .full-popular-cat .list-tab-cates .tabs-cate .tabs-list-cate > li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .slider-popular-makes .owl-dots {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .main-service-img {
    display: none;
  }
  .client-rating .main-rating {
    display: none;
  }
  .client-rating .list-rating {
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding: 0;
  }
  .client-rating .list-rating .rating-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .deal-full .block-title-icon .block-title {
    margin-bottom: 15px;
  }
  .home-services ul li {
    width: 50%;
    border: none !important;
    margin-bottom: 30px;
  }
  .product-slider-1.block-title-icon .block-title {
    margin-bottom: 0;
  }
  .tabs-category .has-parent-image .parent-image {
    display: none;
  }
  .tabs-category .has-parent-image .category-item {
    margin-left: 0;
    margin-right: 0;
  }
  .full-contact {
    background: none;
  }
  .contact-home {
    max-width: unset;
    float: none;
    margin: 0 -15px;
    padding: 25px 15px 35px;
    background-color: #f8f8fb;
    width: unset;
  }
  .contact-home:before,
  .contact-home:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .bzo-as-form-wrap .bzo-as-attr {
    width: 100%;
  }
  .bzo-as-form-wrap .bzo-as-btn .btn-search {
    width: 100%;
  }
  .attr-home .bzo-as-caption {
    margin-bottom: 25px;
  }
  .tabs-category .has-parent-image .tabs-cate-content .child-item {
    width: 33.33333%;
  }
  .client-rating .list-rating .rating-item {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .block-title-icon .block-title {
    font-size: 200%;
  }
  .block-title-icon .block-title strong {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-title-icon .block-title strong:before,
  .block-title-icon .block-title strong:after {
    display: none !important;
  }
}
@media (max-width: 560px) {
  .home-services ul li {
    width: 100%;
  }
  .attr-home .bzo-as-caption .attr-title-top {
    font-size: 200%;
  }
  .tabs-category .has-parent-image .tabs-cate-content .child-item {
    width: 50%;
  }
  .list-safety {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-deal .product-item-info .product-image {
    width: 100%;
    float: none;
  }
  .slider-deal .product-item-info .product-item-details {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
}
