.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
 */
/* SET HOT DEAL SECTION START */
.deal-full {
  background: url("../images/bg-image.jpg") no-repeat left center;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 40px !important;
}
.deal-full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SET HOT DEAL SECTION END */
.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-search-block.zipline_gear {
  background: url("../images/zipline-header.jpg") no-repeat top center;
  background-size: cover;
}
.attr-search-block.head-rush {
  background: url("../images/headrush-tech-header.jpg") no-repeat top center;
  background-size: cover;
}
.attr-search-block.climbing-gear {
  background: url("../images/climbing-header.jpg") no-repeat top center;
  background-size: cover;
}
.pb-desktop-240 {
  padding-bottom: 270px !important;
}
body .product-info-main .box-tocart .actions,
body .product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: center;
  width: 100%;
}
body .product-info-main .box-tocart .fieldset .field.qty {
  margin-bottom: 0px;
}
body .product-info-main .box-tocart .actions button.tocart,
body .product-info-main .product-social-links .product-addto-links .action.towishlist {
  margin-right: 10px;
}
body .cart-container .checkout-methods-items .action.primary,
.slider-deal .product-item-info .actions-primary .tocart,
body .footer-style-1 .block-subscribe-footer .action-button button {
  background-color: #666666;
}
body .product-info-main .box-tocart .actions button.tocart,
body .product-info-main .product-social-links .product-addto-links .action,
body .product-info-main .box-tocart .buynow {
  background-color: #666666 !important;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 12px 20px;
}
body .product-info-main .box-tocart .actions button.tocart:hover,
body .product-info-main .product-social-links .product-addto-links .action:hover,
body .cart-container .checkout-methods-items .action.primary:hover,
body .slider-deal .product-item-info .actions-primary .tocart:hover,
body .product-info-main .box-tocart .buynow:hover,
body .footer-style-1 .block-subscribe-footer .action-button button:hover,
body .contact-home .primary button:hover {
  background-color: rgba(102, 102, 102, 0.7) !important;
}
body .product-info-main .box-tocart .buynow,
body .product-info-main .box-tocart .tocart {
  max-width: 115px;
  width: 100%;
}
body .product-info-main .box-tocart {
  display: flex;
}
.slider-deal .product-item-info .countdown-item .deals-time:last-child {
  margin-right: 0px !important;
}
.products-list .product-item-info .product-image-container {
  max-width: 300px;
  width: 100% !important;
}
.product-item .price-box {
  margin: 20px 0 5px;
}
.page-bottom .back2top {
  background-color: #666;
  color: #fff;
}
body .footer-style-1 .ft-socials .social-items li a:hover {
  background-color: #666;
}
.ft-socials .social-items .Construction a {
  background: url(/pub/media/wysiwyg/qt=q_95.png) no-repeat center;
  background-size: 22px;
}
body .products-list .product-item-info .actions-primary .tocart:before {
  background-position: -162px -103px;
}
.contact-home .primary button {
  font-weight: normal;
}
.post-info .post-shortcontent {
  display: none;
}
.product-image .btn-quickview {
  background-position: -276px -54px;
}
body .nav-center .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ccc;
}
@media (max-width: 768px) {
  .opc-progress-bar-item {
    width: 35%;
  }
}
@media (max-width: 767px) {
  body .product-info-main .box-tocart .actions {
    padding-top: 28.75px;
  }
  body .product-info-main .box-tocart .actions button.tocart,
  body .product-info-main .box-tocart .actions button.buynow {
    padding: 12px 16px;
  }
  .product-item .price-box {
    margin: 10px 0 5px;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .product.data.items .data.item.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 7px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
  }
  .product.data.items .data.item.title.active:after {
    content: '\e621';
  }
}
@media (max-width: 440px) {
  .products-list .product-item-info .product-item-description table {
    display: block;
    white-space: normal;
    overflow: scroll;
    width: calc(70vw);
    margin: 0px auto 0px 0px;
  }
}
@media (max-width: 350px) {
  .slider-deal .product-item-info .countdown-item .deals-time {
    margin-right: 5px !important;
  }
}
@media (min-width: 1025px) {
  body .megamenu-vertical .megamenu-title:after {
    top: 22px;
  }
}
.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%;
}
.cms-index-index .page-main,
.header-desktop,
.page-footer {
  margin: 0 auto;
  width: 100%;
}
/*Home page*/
.cms-home-demo-01 {
  font-size: 1.2rem;
}
.cms-home-demo-01 .home-services .service-item {
  padding-left: 0;
}
.cms-home-demo-01 .home-services .service-item > div {
  width: 50%;
}
.cms-home-demo-01 .banner-1 .banner-image {
  text-align: center;
}
.cms-home-demo-01 .client-rating .list-rating {
  flex-wrap: nowrap;
  gap: 20px;
}
.cms-home-demo-01 .client-rating .list-rating .rating-item {
  padding: 0 !important;
}
.cms-home-demo-01 .client-rating .list-rating .rating-top img {
  width: 100%;
}
@media (min-width: 561px) and (max-width: 1024px) {
  .cms-home-demo-01 .home-services ul li {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cms-home-demo-01 .full-contact {
    padding-top: 150px !important;
  }
  .cms-home-demo-01 .full-contact .container .contact-home .block-content {
    width: calc(60%);
  }
  .cms-home-demo-01 .full-contact .container .contact-home:after {
    right: -9997px;
  }
}
@media (max-width: 767px) {
  .cms-home-demo-01 .client-rating .list-rating {
    flex-wrap: wrap;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item {
    border-bottom: 1px solid #cccccc54;
    padding-bottom: 15px !important;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item:last-child {
    border-bottom: unset;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  .cms-home-demo-01 .client-rating .list-rating .rating-item {
    position: relative;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item .rating-top {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item .rating-top .time-rating {
    position: absolute;
    right: 0;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item .title-rating {
    float: left;
    width: 48%;
  }
  .cms-home-demo-01 .client-rating .list-rating .rating-item .des-rating {
    float: left;
    width: 48%;
  }
}
@media (max-width: 560px) {
  .cms-home-demo-01 .client-rating .list-rating {
    gap: 0px;
  }
}
/* header */
.header-desktop .minicart-wrapper .action.showcart .counter-number {
  top: -5px;
  left: 15px;
  background: #000;
  color: #fff;
}
.header-desktop .hd-middle-content .r-middle-container {
  padding: 20px 0;
}
.header-desktop .header-bottom #menu-desktop {
  border-bottom: 1px solid #ccc;
  margin-inline: -15px;
}
@media (min-width: 1025px) {
  .megamenu-vertical .megamenu-title {
    padding-left: 15PX;
  }
  .megamenu-vertical .megamenu-title:after {
    top: 24px;
    left: 15px;
  }
  .megamenu-vertical .megamenu-title:before {
    margin-top: 19px;
  }
}
@media (max-width: 1024px) {
  .page-header .header-mobile .mobile-top {
    background: #f2f2f2;
  }
  .page-header .header-mobile .mobile-top .mobile-nav a {
    border-color: #000;
  }
  .page-header .header-mobile .mobile-top .mobile-nav a:before {
    background: #000;
  }
  .page-header .header-mobile .minicart-wrapper .action.showcart {
    padding-top: 15px;
  }
  .page-header .header-mobile .minicart-wrapper .action.showcart:after {
    background-position: -107px -56px;
  }
  .page-header .header-mobile .minicart-wrapper .action.showcart .counter {
    background: #000;
    color: #fff;
    top: 5px;
    padding: 0;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}
/*Breadcrumbs*/
.breadcrumbs {
  margin-top: 15px;
}
@media (max-width: 768) {
  .catalog-category-view .breadcrumbs .container {
    margin-left: 0;
  }
}
/* Toolbar */
.toolbar-products {
  font-size: 1.2rem;
}
.toolbar-products .toolbar-sorter .sorter-action {
  top: 3px;
}
.toolbar-products .toolbar-amount {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .toolbar-products {
    text-align: right;
  }
}
/*product list*/
.catalog-category-view .actions-primary .action.tocart {
  color: #000;
  border: 1px solid #ccc;
}
.catalog-category-view .actions-primary .action.tocart:hover {
  opacity: 0.7;
}
.catalog-category-view .products-list .product-item {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc69;
}
.catalog-category-view .products-list .product-item:first-child {
  padding-top: 0;
}
.catalog-category-view .products-list .product-item:last-child {
  border-bottom: 0;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-description .action.more {
  display: unset;
}
@media (max-width: 767px) {
  .catalog-category-view .products-list .product-item {
    padding: 30px 0;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-image {
    float: unset;
    width: 100%;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details {
    margin-left: 0;
    padding: 10px 0 0 0;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions {
    display: flex;
    justify-content: space-between;
  }
}
/* Footer */
.page-footer .footer-top .ft-socials .social-items .instagram a {
  background: url("../../frontend/BzoTech/bzotech_theme/en_US/images/instagram.png") no-repeat;
  background-size: 16px;
  background-position: center;
}
.page-footer .footer-top .ft-block .ft-title {
  border-bottom: 1px solid #fff;
}
.page-footer .footer-top .ft-socials .ft-title {
  border-bottom: 0;
}
.products-list .product-item-info .actions-secondary .action.towishlist:hover,
.products-grid .product-item-info .actions-secondary .action.towishlist:hover {
  opacity: 0.5;
}
.products-list .product-item-info .actions-secondary .action.tocompare:hover,
.products-grid .product-item-info .actions-secondary .action.tocompare:hover {
  opacity: 0.5;
}
.products-list .product-item-info .actions-primary .tocart:hover:before,
.products-grid .product-item-info .actions-primary .tocart:hover:before {
  background-position: -126px -103px;
}
.products-list .product-item-actions .actions-secondary .action.tocompare:hover,
.products-grid .product-item-actions .actions-secondary .action.tocompare:hover {
  background-position: -237px -53px;
  opacity: 0.5;
}
.products-list .product-item-actions .actions-secondary .action.towishlist:hover,
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover {
  background-position: -198px -53px;
}
/*Product modal*/
.ajaxcart-catalog_product-view .page-main {
  font-size: 1.2rem;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-reviews-summary {
  margin: 0;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-reviews-summary .reviews-actions {
  padding-left: 0;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .price-box {
  margin-top: 5px;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .actions .action {
  font-size: 1.4rem !important;
  padding: 12px 20px !important;
  line-height: 1.6rem !important;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-add-form .box-tocart {
  width: 100%;
  margin-bottom: 0;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-add-form .box-tocart .actions {
  width: 100%;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-add-form .box-tocart .actions .action {
  float: left;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-add-form .box-tocart .actions .buynow {
  margin-left: 5px;
}
.ajaxcart-catalog_product-view .page-main .product-info-main .product-social-links .actions .action.tocompare {
  margin-left: 3px;
}
.cms-zip-line-trolley-review-chart table > tbody > tr > td {
  padding-left: 0;
}
/* 04-01-2024 START */
/* STATIC CONTENT HOME PAGE START */
body.cms-index-index .home-services .service-item > div.service-info {
  width: auto;
}
body.cms-index-index .home-services .service-item > div.service-image {
  min-width: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* STATIC CONTENT HOME PAGE END */
/* CONTACT-US SECTION HOME PAGE END */
body .contact-home:before {
  width: 210px;
  left: -85px;
}
/* CONTACT-US SECTION HOME PAGE END */
@media screen and (max-width: 767px) {
  body.cms-index-index .home-services .service-item > div.service-image img {
    width: 28px;
  }
  body.cms-index-index .home-services ul li {
    margin-bottom: 15px;
  }
}
/* BLOG START */
.blog-list .post-image a {
  height: 316px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-list .post-image a img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
body .nav-top .owl-theme .owl-nav [class*=owl-].owl-prev {
  background-position: -1px -135px !important;
  background-color: #ccc !important;
}
body .nav-top .owl-theme .owl-nav [class*=owl-].owl-next {
  background-position: -44px -135px !important;
  background-color: #ccc !important;
}
body .nav-top .owl-theme .owl-nav [class*=owl-].disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .blog-list .post-image a {
    height: 266px;
  }
}
@media screen and (max-width: 991px) {
  .blog-list .post-image a {
    height: 31vw;
  }
  .slider-post.block-title-icon .block-title {
    padding-right: 112px;
  }
}
@media screen and (max-width: 480px) {
  .blog-list .post-image a {
    height: 65vw;
  }
}
/* BLOG END */
/* SET LOGO START */
body .logo-content .logo img {
  margin-top: -16px;
}
body .page-header .header-mobile .mobile-logo img {
  max-height: 50px;
  margin-top: -5px;
}
/* SET LOGO END */
/* 04-01-2024 END */
/* 05-01-2024 START */
.product-1-style .product-image .btn-quickview {
  background-color: #f73312 !important;
}
/* 05-01-2024 END */
/* 08-01-2024 START */
@media screen and (max-width: 991px) {
  .banner-1 {
    margin-bottom: 30px !important;
  }
  .banner-1 .row.mobile-owl {
    margin: 0;
  }
  .banner-1 .owl-theme .owl-nav [class*=owl-] {
    background: #ccc;
    width: 39px;
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 7px;
    color: #000;
  }
  .banner-1 .owl-theme .banner-image {
    margin-bottom: 0;
  }
  .container .banner-1 .row.mobile-owl > div {
    display: none;
  }
  .container .banner-1 .row.mobile-owl > div:first-child {
    display: block;
  }
  .container .banner-1 .row.mobile-owl [class*=col-lg-] {
    max-width: 100%;
  }
  .container .banner-1 .row.mobile-owl.owl-carousel > div {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container .banner-1 .row.mobile-owl > div:nth-child(2) {
    display: block;
  }
  .banner-1 .row.mobile-owl > div {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  .list-rating.owl-theme .owl-nav [class*=owl-] {
    background: #ccc;
    width: 39px;
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 7px;
    color: #000;
  }
  .list-rating {
    margin-bottom: 30px !important;
  }
  .list-rating .owl-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .client-rating .list-rating .rating-top img {
    width: auto;
  }
  .client-rating .list-rating .rating-item {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  body .hover-show-nav .owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .product-item-info .product-image .btn-quickview {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item-info .product-item-actions .actions-secondary {
    opacity: 1;
    visibility: visible;
  }
}
/* 08-01-2024 END */
/**
 * 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;
  }
}
