/**
 * Dropdown minicart
 */
.minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
}
.minicart-wrapper .block-minicart {
  padding: 25px 15px 25px;
  position: static;
}
.minicart-wrapper .block-minicart:before {
  top: -6px;
}
.minicart-wrapper .block-minicart:after {
  top: -8px;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 400;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin-left: 0;
  margin-right: 0;
}
.minicart-wrapper .block-minicart .subtotal {
  margin: 0 0 11.5px;
}
.minicart-wrapper .block-minicart .items-total {
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0 -15px;
  height: auto !important;
  max-height: 300px;
  overflow-y: auto;
}
.minicart-wrapper .block-minicart .minicart-items .product-item {
  border: none !important;
  padding: 0;
  margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item .product-item-name {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product-item .product-item-name a {
  color: #222;
}
.minicart-wrapper .block-minicart .minicart-items .product-item .product > .product-item-photo {
  width: 78px;
  float: left;
}
.minicart-wrapper .block-minicart .minicart-items .product-item .product > .product-item-photo .product-image-container {
  width: 100% !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item .product .product-item-details {
  padding: 0;
  margin-left: 88px;
}
.minicart-wrapper .block-minicart .product.options.list {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .product.options.list:before,
.minicart-wrapper .block-minicart .product.options.list:after {
  content: "";
  display: block;
  clear: both;
}
.minicart-wrapper .block-minicart .product.options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.minicart-wrapper .block-minicart .product.options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
/**
 * Dropdown megamenu
 */
.megamenu-nav .megamenu-items > li > .dropdowm-megamenu {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.grid-full-subcat .block-grid-categories {
  margin-bottom: 0;
}
.grid-full-subcat .bzo-categories .block-title {
  display: none;
}
.grid-full-subcat .categories-listing.grid-categories .category-item {
  width: 14.285%;
  text-align: center;
}
.grid-full-subcat .category-info {
  position: relative;
}
.grid-full-subcat .category-item .parent-name {
  margin: 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 10;
}
.list-full-subcat .block-grid-categories {
  margin-bottom: 0;
}
.list-full-subcat .block-grid-categories .block-title {
  display: none;
}
.list-full-subcat .cat-1-column .categories-listing.grid-categories .category-item {
  width: 100%;
  text-align: center;
}
.list-full-subcat .megamenu-content-left .categories-listing.grid-categories .category-item .category-short-des {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.list-full-subcat .megamenu-content-left .categories-listing.grid-categories .category-item .parent-name {
  margin-bottom: 4px;
}
.list-full-subcat .megamenu-content-left .categories-listing.grid-categories .category-item .parent-name strong {
  font-size: 114.285%;
}
.list-full-subcat .cat-3-columns .categories-listing.grid-categories .category-item {
  width: 33.333333%;
}
.list-full-subcat .cat-type-list .item-inner {
  display: flex;
  align-items: center;
}
.list-full-subcat .cat-type-list .category-item .parent-name {
  margin: 0;
}
.list-full-subcat .cat-type-list .category-item .parent-name a {
  display: inline-block;
}
.list-full-subcat .cat-type-list .category-item .parent-image {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin: 0;
}
.list-full-subcat .cat-type-list .category-info {
  padding-left: 10px;
}
/**
 * Header Mobile
 */
.page-header {
  border: none;
  margin-bottom: 0;
}
.header-mobile {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header-mobile .mobile-top-content {
  padding: 0 15px;
  height: 56px;
}
.header-mobile .mobile-bottom-content {
  padding: 10px 15px;
}
.header-mobile .mobile-nav {
  width: 60px;
  float: left;
  margin-top: 17px;
}
.header-mobile .mobile-cart {
  width: 60px;
  float: right;
}
.header-mobile .mobile-logo {
  float: left;
  text-align: center;
  padding: 10px 20px;
  width: calc(100% - 120px);
}
.header-mobile .mobile-logo img {
  max-height: 36px;
}
.header-mobile .mobile-nav a {
  display: block;
  width: 25px;
  height: 22px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  position: relative;
}
.header-mobile .mobile-nav a:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ddd;
  margin-top: 8px;
}
.header-mobile .mobile-nav a span {
  display: none;
}
.header-mobile .block-search {
  margin: 0;
  width: 100% !important;
  float: none;
  padding: 0;
}
.header-mobile .block-search .action.search:before,
.header-mobile .block-search .nested {
  display: none !important;
}
.header-mobile .block-search .block-content {
  position: relative;
}
.header-mobile .block-search .control {
  margin: 0;
  padding: 0;
  border: none;
}
.header-mobile .block-search .input-text {
  position: static;
  height: 38px;
  width: 100% !important;
  margin: 0 !important;
}
.header-mobile .block-search .field.search label {
  display: none;
}
.header-mobile .block-search .action.search {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-images.png") no-repeat 0 -50px transparent;
}
.header-mobile .block-search .action.search span {
  display: none;
}
.header-mobile .block-search .label {
  display: none;
}
.header-mobile .minicart-wrapper {
  float: right;
  margin: 0;
}
.header-mobile .minicart-wrapper .action.showcart {
  height: 56px;
  position: relative;
  padding-top: 9px;
}
.header-mobile .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-mobile .minicart-wrapper .action.showcart:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background: url("../images/icon-images.png") no-repeat -111px -272px;
}
.header-mobile .minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
  height: 22px;
  min-width: 22px;
  padding: 0 3px;
  position: absolute;
  background: #fff;
  width: unset;
  color: #222;
  top: 3px;
  right: -2px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.header-mobile .minicart-wrapper .action.showcart .counter-label,
.header-mobile .minicart-wrapper .action.showcart .price-minicart {
  display: none;
}
.header-mobile .minicart-wrapper .mage-dropdown-dialog {
  right: -15px;
  margin-top: -1px;
}
.header-mobile .minicart-wrapper .block-minicart {
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.mobile-customer {
  background: #222;
  padding: 20px;
  margin: -20px -20px 20px;
}
.mobile-customer:before,
.mobile-customer:after {
  content: "";
  display: block;
  clear: both;
}
.mobile-customer .customer-avata {
  float: left;
  width: 60px;
  height: 60px;
  background: url("../images/user.png") no-repeat center center #ffffff;
  background-size: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.mobile-customer .customer-info {
  margin-left: 70px;
  padding-top: 1px;
}
.mobile-customer .mobile-welcome {
  font-size: 142.857%;
  color: #fff;
  font-weight: 700;
}
.mobile-customer .customer-links > .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-customer .customer-links > .header.links > li {
  float: left;
  margin-bottom: 0;
}
.mobile-customer .customer-links > .header.links > li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: #fff;
}
.mobile-customer .customer-links > .header.links > li > a {
  color: #fff;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome {
  position: relative;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome:after {
  display: none;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome + .link.authorization-link a {
  background: #fd5c63;
  padding: 5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome .greet.welcome {
  margin-right: 15px;
  color: #fff;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome .greet.welcome:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome .customer-menu {
  padding: 20px;
  margin-top: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.mobile-customer .customer-links > .header.links > li.customer-welcome .customer-menu:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  left: 22px;
  z-index: 10;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-customer .customer-links > .header.links > li.customer-welcome .customer-menu .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile-overlay {
  z-index: 800;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px;
  position: fixed;
  width: 320px;
  left: -340px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 850;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.navigation-mobile .megamenu-items {
  padding: 0 !important;
}
.navigation-mobile .megamenu-items .dropdowm-megamenu {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.show-nav-mobile {
  overflow: hidden;
}
.show-nav-mobile .nav-mobile-overlay {
  opacity: 1;
  visibility: visible;
}
.show-nav-mobile .navigation-mobile {
  left: 0;
}
@media (max-width: 1024px) {
  .search-by-category .select-categories,
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  /**
     * Dropdown menu mobile
     */
  .grid-full-subcat .categories-listing.grid-categories {
    margin: 0 -10px;
  }
  .grid-full-subcat .categories-listing.grid-categories .category-item {
    width: 50%;
    padding: 0 10px;
  }
  .grid-full-subcat .category-item .parent-name {
    top: -60px;
    padding: 0 10px;
  }
  .list-full-subcat .cat-3-columns .categories-listing.grid-categories .category-item {
    width: 100%;
  }
}
/**
 * Menu featured
 */
.column-featured h3 {
  text-transform: uppercase;
  font-size: 107.69%;
  color: #222;
  margin-bottom: 15px;
}
.column-featured .featured-items {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.column-featured .featured-items li {
  margin-bottom: 5px;
}
.column-featured .featured-items li a {
  display: table;
  padding: 3px 0;
}
.page-products .columns {
  z-index: unset !important;
}
/**
 * Toolbar filter
 */
.toolbar-filter {
  display: none;
  float: left;
  margin-right: 10px;
}
.toolbar-filter .btn-filter {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: url("../images/icon-images.png") no-repeat -162px -276px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.toolbar-filter .btn-filter span {
  display: none;
}
@media (max-width: 1024px) {
  .toolbar-amount {
    display: none;
  }
  .toolbar-filter {
    display: inline-block;
  }
  .block.filter {
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    bottom: 0;
    overflow: auto;
    padding: 40px 20px 30px;
    background: #fff;
    margin: 0 !important;
    z-index: 850;
    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);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .filter-overlay {
    z-index: 800;
  }
  .show-filter {
    overflow: hidden;
  }
  .show-filter body {
    overflow: hidden;
  }
  .show-filter .filter-overlay {
    opacity: 1;
    visibility: visible;
  }
  .show-filter .block.filter {
    left: 0;
  }
}
@media (max-width: 767px) {
  .modes {
    display: none !important;
  }
  .sub-categories-container .sub-item {
    width: 25%;
  }
}
@media (max-width: 560px) {
  .sub-categories-container .sub-item {
    width: 33.333333%;
  }
}
/**
 * Breadcrumbs / Title
 */
.breadcrumbs-title {
  background: url("../images/bg-breadcrumbs-title.jpg") no-repeat top center;
  padding: 90px 0;
  background-size: cover;
}
.breadcrumbs-title .page-title,
.breadcrumbs-title .breadcrumbs {
  text-align: center;
}
.breadcrumbs-title .page-title {
  margin: 0;
  color: #fff;
  font-size: 321.428%;
  font-weight: 700;
}
.breadcrumbs-title .breadcrumbs {
  margin: 0;
}
.breadcrumbs-title .breadcrumbs .items {
  color: #fff;
  font-size: 114.285%;
}
.breadcrumbs-title .breadcrumbs .item:not(:last-child):after {
  font-size: 30px;
  position: relative;
  top: 4px;
}
.breadcrumbs-title .breadcrumbs a {
  color: #fff;
}
/**
 * Sidebar
 */
.sidebar .block-compare .counter {
  display: none;
}
.sidebar .block-compare .product-item .product-item-name {
  margin-left: 0;
  margin-right: 0;
}
.sidebar .block-compare .action.delete {
  float: right;
  position: static;
}
.products {
  margin: 0;
}
.toolbar {
  margin: 0 0 30px;
}
.toolbar label,
.toolbar .toolbar-amount,
.toolbar .limiter-text {
  color: #000;
  font-weight: 500;
}
.toolbar .toolbar-amount {
  float: none;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  font-size: 114.285%;
}
/**
 * Pages
 */
.pages .pages-items:before,
.pages .pages-items:after {
  content: "";
  display: block;
  clear: both;
}
.pages .pages-items li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.pages .pages-items li a,
.pages .pages-items li strong {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 !important;
  padding: 0;
  font-size: 116.285%;
  color: #666;
  font-weight: 400;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.pages .pages-items .action:before {
  margin: 0;
  font-size: 40px;
  color: inherit !important;
}
.modes {
  float: left;
}
.modes:before,
.modes:after {
  content: "";
  display: block;
  clear: both;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  display: inline-block;
  float: left;
  vertical-align: top;
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.modes .modes-mode:before,
.modes .modes-mode span {
  display: none;
}
.modes .modes-mode:after {
  content: "";
  display: block;
  background-image: url("../images/icon-images.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.modes .mode-grid:after {
  background-position: -120px -134px;
}
.modes .mode-grid.active:after,
.modes .mode-grid:hover:after {
  background-position: -120px -172px;
}
.modes .mode-list:after {
  background-position: -165px -134px;
}
.modes .mode-list.active:after,
.modes .mode-list:hover:after {
  background-position: -165px -172px;
}
.sorter {
  padding: 0;
  float: right;
}
.sorter .sorter-action {
  position: relative;
  top: 0;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.has-attr-search .breadcrumbs-title {
  padding-top: 80px;
  padding-bottom: 140px;
  margin-bottom: 120px;
  position: relative;
}
.has-attr-search .breadcrumbs-title .bzo-as-wrap {
  width: 1016px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -508px;
  z-index: 50;
}
.has-attr-search .breadcrumbs-title .bzo-as-container {
  background-color: #fff;
  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;
}
.has-attr-search .breadcrumbs-title .bzo-as-container .bzo-as-form-wrap {
  padding-top: 10px;
}
.has-attr-search .breadcrumbs-title .bzo-as-container .bzo-as-caption {
  text-align: center;
}
.has-attr-search .breadcrumbs-title .bzo-as-container .attr-title-top {
  font-size: 142.857%;
  color: #000;
}
.has-attr-search .breadcrumbs-title .bzo-as-container .attr-des {
  display: none;
}
/**
 * Sidebar
 */
.sidebar .block {
  margin-bottom: 30px;
}
.sidebar .block .block-title strong {
  color: #000;
  font-weight: 700;
  font-size: 114.285%;
}
.sidebar .block.filter .block-title {
  display: none;
}
.sidebar .block.filter .block-content .block-subtitle {
  display: none;
}
#narrow-by-list.filter-options .filter-options-content .item a {
  position: relative;
  display: block;
  padding: 6px 0 6px 30px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
#narrow-by-list.filter-options .filter-options-content .item a:before,
#narrow-by-list.filter-options .filter-options-content .item a:after {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
#narrow-by-list.filter-options .filter-options-content .item a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 6px;
  left: 0;
}
#narrow-by-list.filter-options .filter-options-content .item a:after {
  content: "";
  display: block;
  opacity: 0;
  visibility: visible;
  width: 6px;
  position: absolute;
  height: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  left: 7px;
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#narrow-by-list.filter-options .filter-options-content .item a:hover:after {
  opacity: 1;
  visibility: visible;
}
#narrow-by-list.filter-options .filter-options-content .item .count {
  float: right;
  margin: 0 6px;
}
#narrow-by-list .filter-options-title {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 114.285%;
}
#narrow-by-list .filter-options-content {
  margin: 0 0 20px;
}
#narrow-by-list .btn-open-close {
  right: 0;
  left: auto;
  background: url("../images/icon-images.png") no-repeat -218px -177px;
}
#narrow-by-list .btn-open-close span {
  display: none;
}
#narrow-by-list .btn-open-close.active {
  background-position: -258px -177px;
}
.filter-current .filter-label {
  color: #000;
}
.filter-current .action.remove {
  float: right;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.page-products .products.wrapper.products-grid .product-items {
  position: relative;
  margin-bottom: 0;
}
.page-products .products.wrapper.products-grid .product-items:after {
  content: "";
  display: block;
  height: 2px;
  background: #e7e7e7;
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
}
.sub-categories-container {
  margin-bottom: 30px;
}
.column.main .page-title-wrapper .page-title {
  font-size: 200%;
  color: #222;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .page-layout-1column .block.filter {
    margin-bottom: 25px;
  }
  .page-layout-1column .block.filter .block-title {
    display: none;
  }
  .page-layout-1column .block.filter .block-subtitle {
    color: #222;
    font-size: 114.285%;
  }
  .page-layout-1column #narrow-by-list:before,
  .page-layout-1column #narrow-by-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-layout-1column #narrow-by-list .filter-options-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .page-layout-1column #narrow-by-list .filter-options-item .filter-options-title {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 37px 0 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .page-layout-1column #narrow-by-list .filter-options-item .filter-options-title .btn-open-close {
    background: none;
    width: auto;
    height: auto;
    right: 20px;
    top: 13px;
  }
  .page-layout-1column #narrow-by-list .filter-options-item .filter-options-title .btn-open-close:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page-layout-1column #narrow-by-list .filter-options-item .filter-options-title .btn-open-close span {
    display: none;
  }
  .page-layout-1column #narrow-by-list .filter-options-item .filter-options-content {
    display: none !important;
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    margin-top: 10px;
    min-width: 260px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    z-index: 50;
    left: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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);
  }
  .page-layout-1column #narrow-by-list .filter-options-item:hover .filter-options-title:before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 40;
  }
  .page-layout-1column #narrow-by-list .filter-options-item:hover .filter-options-title:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    position: absolute;
    bottom: -16px;
    left: 27px;
    z-index: 55;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-layout-1column #narrow-by-list .filter-options-item:hover .filter-options-content {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs-title {
    padding: 40px 0;
  }
  .breadcrumbs-title .page-title {
    font-size: 200%;
  }
  .has-attr-search .breadcrumbs-title .bzo-as-wrap {
    display: none;
  }
  .has-attr-search .breadcrumbs-title {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .toolbar-products .toolbar-amount {
    display: none;
  }
}
.review-list .block-title {
  margin-bottom: 20px;
}
.review-list .block-title strong {
  font-size: 130%;
  color: #222;
  font-weight: 700;
}
.review-list .review-ratings {
  width: 170px;
  float: left;
}
.review-list .review-content-container {
  margin-left: 200px;
}
.review-list .review-content {
  margin-bottom: 10px;
}
.review-list .rating-summary .rating-result {
  position: relative;
  top: -2px;
}
.review-list .review-item {
  padding: 0 0 30px;
  border: none;
}
.review-list .review-title {
  margin: 0 0 15px;
  font-size: 100%;
  font-weight: 700;
  color: #222;
}
.review-field-ratings .review-field-rating {
  position: relative;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 40px;
}
.fieldset .review-legend.legend strong {
  color: #222;
}
.product.info.detailed .additional-attributes {
  width: 100%;
  color: inherit;
}
.product.info.detailed .additional-attributes tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > td {
  padding: 10px 15px;
}
/**
 * stage-padding Slider owl
 */
.stage-padding .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
/**
 * Upsell - Related
 */
.block-related .product-item,
.block-upsell .product-item {
  width: 100% !important;
}
.block-related .product-item-info,
.block-upsell .product-item-info {
  width: 100%;
  max-width: unset;
}
/**
 * Zoom
 */
.gallery-placeholder {
  position: relative;
}
.magnifier-preview {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  margin-left: 20px;
  z-index: 500;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/**
 * Product types
 */
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .legend.title {
  margin-top: 0;
  color: #222;
}
.page-product-downloadable .product-options-bottom {
  width: unset;
}
.bundle-options-container .block-bundle-summary {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.bundle-options-container .block-bundle-summary .title {
  margin: 10px 0 15px;
  color: #222;
}
.product-info-main .items.samples {
  margin-bottom: 15px;
}
.field.downloads .sample.link {
  float: right;
  margin: 0 10px;
}
.field.downloads.downloads-no-separately > .label {
  margin-bottom: 15px !important;
  color: #222;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 20px 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.page-product-downloadable .product-add-form .links-title + br {
  display: none;
}
.page-product-downloadable .product-add-form .fieldset {
  margin-bottom: 0;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart {
  margin: 0;
  display: block;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart .actions {
  display: flex;
  float: right;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart .actions button {
  min-width: 150px;
  font-size: 100%;
  margin-left: 10px;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions .tocart {
  width: 100%;
  font-size: 100%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review-list .review-content-container {
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-top: 5px;
  }
}
/**
 * Default
 */
.autopart-style.catalog-product-view .columns {
  padding-top: 50px;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart .actions .buynow,
.detail-info-container .product-info-main .box-tocart .actions button.buynow,
.bundle-options-container .block-bundle-summary .box-tocart .actions .buynow {
  background-color: #d2bd00;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart .actions .buynow:hover,
.detail-info-container .product-info-main .box-tocart .actions button.buynow:hover,
.bundle-options-container .block-bundle-summary .box-tocart .actions .buynow:hover {
  background-color: #c8b400;
}
.detail-support {
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.detail-support .sp-image {
  width: 60px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.detail-support .sp-title {
  font-size: 116.285%;
  color: #000;
  font-weight: 700;
}
.detail-support .sp-des {
  margin-bottom: 5px;
}
.detail-support .sp-call {
  font-weight: 700;
  margin-bottom: 20px;
}
.detail-support .sp-chat a {
  display: block;
  padding: 8px 20px;
  font-weight: 700;
  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;
}
.detail-policy {
  margin-bottom: 20px;
}
.detail-policy .policy-title {
  font-size: 116.285%;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.detail-policy a {
  text-decoration: underline;
}
.detail-policy a:hover {
  text-decoration: none;
}
.default-style .counter {
  display: none;
}
.default-style .resp-tabs-list {
  border-bottom: 2px solid #e7e7e7;
}
.default-style .resp-tabs-list li {
  float: left;
  margin: 0 45px 10px 0;
  padding: 0 !important;
  background: none !important;
  border: none;
  font-size: 157.142%;
  color: #000;
  font-weight: 500;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.default-style .resp-tabs-list li:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -12px;
  opacity: 0;
  visibility: hidden;
}
.default-style .resp-tabs-list li.active:before {
  opacity: 1;
  visibility: visible;
}
.default-style .resp-tabs-container {
  padding: 30px 0 0;
  border: none;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
  color: #000;
  font-weight: 500;
}
.spec-stripped-table {
  margin-bottom: 15px;
}
.spec-stripped-table tr:nth-child(2n + 1) {
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.product.attribute.description strong {
  color: #000;
}
.block-related .block-title,
.block-upsell .block-title {
  text-align: center;
  font-size: 214.285%;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.block-related .block-title strong,
.block-upsell .block-title strong {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  margin: 0;
  line-height: unset;
  font-size: inherit !important;
}
.block-related .block-title strong:before,
.block-upsell .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-related .block-title strong:after,
.block-upsell .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;
}
.block-related .owl-stage,
.block-upsell .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-related .products-grid .product-item,
.block-upsell .products-grid .product-item {
  margin-bottom: 0;
}
.block-related .owl-theme .owl-nav,
.block-upsell .owl-theme .owl-nav {
  margin: 0;
  position: static;
}
.block-related .owl-theme .owl-nav [class*=owl-],
.block-upsell .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;
}
.block-related .owl-theme .owl-nav [class*=owl-].owl-next,
.block-upsell .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -12px;
  background-position: -44px -135px;
}
.block-related .owl-theme .owl-nav [class*=owl-].owl-next:hover,
.block-upsell .owl-theme .owl-nav [class*=owl-].owl-next:hover {
  background-position: -44px -169px;
}
.block-related .owl-theme .owl-nav [class*=owl-].owl-prev,
.block-upsell .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -12px;
  background-position: -1px -135px;
}
.block-related .owl-theme .owl-nav [class*=owl-].owl-prev:hover,
.block-upsell .owl-theme .owl-nav [class*=owl-].owl-prev:hover {
  background-position: -1px -169px;
}
.block-related .owl-theme .owl-nav [class*=owl-] span,
.block-upsell .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.product-1-style .block-related .products-grid .product-item-info,
.product-1-style .block-upsell .products-grid .product-item-info {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.detail-top-container {
  margin-bottom: 30px;
}
.detail-top-container:before,
.detail-top-container:after {
  content: "";
  display: block;
  clear: both;
}
.detail-top-container .detail-image-container {
  width: 40%;
  display: block;
  float: left;
}
.detail-top-container .detail-image-container .product.media {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.detail-top-container .detail-info-container {
  float: right;
  width: 60%;
  padding-left: 30px;
}
.detail-top-container .detail-info-container:before,
.detail-top-container .detail-info-container:after {
  content: "";
  display: block;
  clear: both;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__stage__frame {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__thumb {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__thumb-border {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.page-layout-1column .detail-info-container .product-info-main {
  width: calc(100% - 300px);
}
.detail-info-container .product-info-main {
  float: left;
  width: 100% !important;
  margin-bottom: 30px;
}
.detail-info-container .product-info-main .page-title-wrapper .page-title {
  margin: 0 0 10px;
  font-size: 185.714%;
  font-weight: 700;
  color: #000;
}
.detail-info-container .product-info-main .product-info-stock-sku {
  margin-bottom: 8px;
}
.detail-info-container .product-info-main .price-box {
  margin: 0 0 15px;
}
.detail-info-container .product-info-main .special-price {
  margin: 0;
}
.detail-info-container .product-info-main .special-price .price {
  color: #f73312;
}
.detail-info-container .product-info-main .old-price .price {
  font-size: 116.67%;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.detail-info-container .product-info-main .product-reviews-summary {
  margin: 0 0 12px;
}
.detail-info-container .product-info-main .product-reviews-summary .reviews-actions a {
  color: #666;
}
.detail-info-container .product-info-main .product.attribute.overview {
  display: none;
}
.detail-info-container .product-info-main .product-add-form {
  margin-bottom: 30px;
}
.detail-info-container .product-info-main .box-tocart {
  margin: 0 0 2px;
}
.detail-info-container .product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}
.detail-info-container .product-info-main .box-tocart .field.qty {
  display: flex !important;
  align-items: center;
  margin: 0;
  padding-right: 10px;
}
.detail-info-container .product-info-main .box-tocart .field.qty .qty {
  height: 50px;
}
.detail-info-container .product-info-main .box-tocart .field.qty .label {
  margin-bottom: 0;
  margin-right: 10px;
}
.detail-info-container .product-info-main .box-tocart .actions {
  padding: 0 !important;
  margin-right: -10px;
  display: flex !important;
}
.detail-info-container .product-info-main .box-tocart .actions button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 200px;
  font-weight: 700;
  margin-right: 10px;
  font-size: 100% !important;
}
.detail-info-container .product-info-main .box-tocart .actions .tocart:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/icon-images.png) no-repeat -162px -103px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.product.media {
  position: relative;
}
.product.media .product-addto-links {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.product.media .product-addto-links .action {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  transition: background-color 0.2s, border-color 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product.media .product-addto-links .action span {
  display: none;
}
.product.media .product-addto-links .towishlist {
  background: url("../images/icon-images.png") no-repeat -198px -53px;
}
.product.media .product-addto-links .towishlist:hover {
  background-position: -198px -92px;
}
.product.media .product-addto-links .tocompare {
  background: url("../images/icon-images.png") no-repeat -237px -53px;
}
.product.media .product-addto-links .tocompare:hover {
  background-position: -237px -93px;
}
.help-install {
  border-top: 2px solid #e7e7e7;
  padding-top: 20px;
}
.help-install:before,
.help-install:after {
  content: "";
  display: block;
  clear: both;
}
.help-install .help-image {
  width: 50px;
  float: left;
  padding-top: 5px;
}
.help-install .help-info {
  margin-left: 70px;
}
.help-install .help-title {
  font-size: 114.285%;
  color: #000;
  font-weight: 700;
}
.sidebar .bzotech-slider-list {
  border: 1px solid #ccc;
  padding: 20px 15px 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.sidebar .bzotech-slider-list .owl-dots {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.sidebar .bzotech-slider-list .product-item-photo {
  position: static !important;
  float: none !important;
}
.sidebar .bzotech-slider-list .block-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 114.285%;
}
.sidebar .bzotech-slider-list .product-item-info {
  margin-bottom: 20px !important;
  display: block;
}
.sidebar .bzotech-slider-list .product-item-info:before,
.sidebar .bzotech-slider-list .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar .bzotech-slider-list .product-item-info .product-item-details {
  padding: 0;
  margin-left: 95px;
  margin-right: 0;
  width: unset;
}
.sidebar .bzotech-slider-list .product-item-info .product-item-image {
  width: 80px;
  float: left;
}
.sidebar .bzotech-slider-list .product-item-info .price-box {
  margin: 3px 0 0;
}
.sidebar .bzotech-slider-list .product-item-info .price-box .price {
  color: #000;
}
.sidebar .bzotech-slider-list .product-item-info .product-item-inner {
  display: none;
}
.sidebar .bzotech-slider-list .product-item-info .product.name {
  margin: 0;
}
.sidebar .bzotech-slider-list .product-item-info .product.name a {
  font-weight: 700;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .bzotech-slider-list .product-item-info .product-reviews-summary {
  margin: 0;
}
.sidebar .bzotech-slider-list .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-nav {
  right: -5px;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  float: left;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-nav [class*=owl-].owl-next {
  background: url("../images/icon-images.png") no-repeat -56px -145px;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-nav [class*=owl-].owl-prev {
  background: url("../images/icon-images.png") no-repeat -10px -145px;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-dots button {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.sidebar .bzotech-slider-product.bzotech-slider-list .owl-theme .owl-dots button span {
  width: 12px;
  height: 12px;
}
.delivery-detail {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
.delivery-detail li {
  margin-bottom: 5px;
  padding-left: 22px;
  position: relative;
}
.delivery-detail li:before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("../images/icon-images.png") no-repeat -301px -188px;
  position: absolute;
  left: 0;
  top: 7px;
}
.magnifier-preview {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.page-bottom .block-upsell .block-content,
.page-bottom .block-related .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1366px) {
  .block-related .owl-theme .owl-nav [class*=owl-].owl-next,
  .block-upsell .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .block-related .owl-theme .owl-nav [class*=owl-].owl-prev,
  .block-upsell .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .autopart-style.catalog-product-view .columns {
    padding-top: 0;
  }
  .default-style .resp-tabs-list {
    border: none;
  }
  .default-style .resp-tabs-list li {
    font-size: 120%;
    margin-right: 0;
    margin-left: 0;
  }
  .default-style .resp-tabs-list li:before {
    bottom: 0;
    height: 1px;
  }
  .detail-top-container .detail-image-container {
    width: 100%;
    float: none;
  }
  .detail-top-container .detail-image-container .product.media {
    margin-bottom: 15px;
  }
  .detail-top-container .detail-info-container {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .block-related .block-title,
  .block-upsell .block-title {
    font-size: 200%;
  }
  .block-related .block-title strong,
  .block-upsell .block-title strong {
    padding: 0;
  }
  .block-related .block-title strong:before,
  .block-upsell .block-title strong:before,
  .block-related .block-title strong:after,
  .block-upsell .block-title strong:after {
    display: none;
  }
}
/**
 * Contact us
 */
.contact-index-index .page-main {
  max-width: unset;
  width: 100%;
  padding: 0;
}
.contact-index-index .google-map {
  line-height: 0;
  margin-bottom: 40px;
}
.contact-index-index .google-map iframe {
  width: 100% !important;
  height: 500px !important;
}
.contact-content {
  overflow: hidden;
  padding-bottom: 20px;
}
.contact-content:before,
.contact-content:after {
  content: "";
  display: block;
  clear: both;
}
.contact-content .contact-info-block {
  float: left;
  width: 250px;
  margin-bottom: 40px;
}
.contact-content .contact-block {
  margin-left: 280px;
  margin-bottom: 40px;
}
.contact-content .title-contact {
  font-size: 128.571%;
  color: #222;
  border-bottom: 2px solid #e7e7e7;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-content .title-contact strong {
  display: inline-block;
  position: relative;
  bottom: -2px;
  padding-bottom: 7px;
}
.contact-content .about-des {
  margin-bottom: 20px;
}
.contact-content .list-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-content .list-contact li {
  position: relative;
  padding-left: 30px;
}
.contact-content .list-contact li:before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-content .list-contact li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-content .list-contact .address:before {
  background: url("../images/icon-images.png") no-repeat -17px -229px;
}
.contact-content .list-contact .email:before {
  background: url("../images/icon-images.png") no-repeat -83px -229px;
}
.contact-content .list-contact .phone:before {
  background: url("../images/icon-images.png") no-repeat -50px -229px;
}
.contact-content .form.contact {
  width: unset !important;
  margin-right: -30px;
  min-width: unset !important;
}
.contact-content .form.contact .field {
  float: left;
  width: 33.33333%;
  padding-right: 30px;
}
.contact-content .form.contact .comment {
  width: 100%;
}
.contact-content .form.contact .comment textarea {
  height: 200px;
}
.contact-content .form.contact .action.submit {
  width: 200px;
  text-transform: uppercase;
  font-weight: 700;
}
.autopart-style.contact-index-index .breadcrumbs-title {
  display: none;
}
/**
 * About
 */
.about-top {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.about-top .title-welcome {
  font-size: 285.714%;
  font-weight: 700;
  color: #222;
}
.about-top .sub-title-welcome {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-top .about-text {
  max-width: 970px;
  line-height: 2.1;
  margin: 0 auto 30px;
}
.about-top .about-bottom .about-s,
.about-top .about-bottom .about-name {
  display: inline-block;
  padding: 0 60px;
  vertical-align: top;
  text-align: left;
}
.about-top .about-bottom .about-name {
  border-left: 1px solid #ccc;
}
.about-top .about-bottom .name {
  font-size: 171.428%;
  color: #000;
  font-weight: 700;
}
.about-services {
  max-width: 1170px;
  margin: 0 auto;
}
.about-services ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}
.about-services ul li {
  width: 33.33333%;
  padding: 0 15px;
  display: flex;
}
.about-services ul .info-about-service {
  padding-left: 20px;
}
.about-services ul .image-about-service {
  padding-top: 2px;
  min-width: 62px;
  text-align: right;
}
.about-services ul .title-about-service {
  font-size: 114.285%;
  color: #222;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-video {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.about-video .button-video {
  display: block;
  width: 81px;
  height: 81px;
  background: url("../images/icon-images.png") no-repeat -6px -276px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 2;
}
.about-video .button-video span {
  display: none;
}
.faq-client {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.about-clients,
.block-faq-about {
  margin-bottom: 30px;
}
.about-clients .title,
.block-faq-about .title {
  font-size: 171.428%;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.accordion-item {
  margin-bottom: 20px;
  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);
}
.accordion-item .accordion-title {
  padding: 10px 25px;
  color: #fff;
  font-weight: 500;
  background-color: #222;
  cursor: pointer;
  position: relative;
}
.accordion-item .accordion-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 5px;
  background: url("../images/icon-images.png") no-repeat -258px -223px;
}
.accordion-item .accordion-title.collapsed {
  background-color: #fff;
  color: #222;
}
.accordion-item .accordion-title.collapsed:before {
  background-position: -218px -223px;
}
.accordion-item .accordion-content {
  background-color: #fff;
  padding: 25px;
}
.about-clients .content {
  background-color: #fff;
  padding: 30px;
  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);
}
.about-clients .item {
  text-align: center;
}
.about-clients .item .client-img {
  width: 110px;
  overflow: hidden;
  margin: 15px auto 20px;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
}
.about-clients .item .client-text {
  max-width: 420px;
  margin: 0 auto 20px;
}
.about-clients .item .client-name {
  font-size: 114.285%;
  color: #222;
  font-weight: 700;
}
.about-clients .item .client-customer {
  margin-bottom: 10px;
}
.about-clients .owl-theme .owl-dots {
  margin-bottom: 8px;
}
.about-clients .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .about-top .about-bottom .about-s,
  .about-top .about-bottom .about-name {
    padding: 0 40px;
  }
  .about-services ul li {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
  .about-services ul .image-about-service {
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
  }
  .contact-content .contact-info-block {
    float: none;
    width: 100%;
  }
  .contact-content .contact-block {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-content .form.contact .action.submit {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-top .about-bottom .about-s,
  .about-top .about-bottom .about-name {
    display: block;
    text-align: center;
  }
  .about-top .about-bottom .about-name {
    padding: 20px 0 0;
    border: none;
  }
  .about-top .title-welcome {
    font-size: 200%;
  }
  .contact-content .form.contact .field {
    width: 100%;
  }
}
.block-collapsible-nav-content .nav.items {
  display: unset;
}
.block-collapsible-nav-content .nav.items .nav.item {
  display: block;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .account .column.main {
    padding-top: 30px;
  }
  .account .block-collapsible-nav {
    top: 0;
    left: -15px;
    right: -15px;
    width: unset;
  }
  .account .block-collapsible-nav .block-collapsible-nav-title {
    text-transform: uppercase;
    color: #222;
  }
}
@media (min-width: 768px) {
  .wishlist-index-index .product-item-info {
    padding: 10px;
  }
  .wishlist-index-index .product-item-info + .btn-quickview {
    display: none !important;
  }
}
.checkout-container .authentication-wrapper {
  margin-top: 10px;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  background: #333;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
}
.checkout-container .authentication-wrapper .authentication-dropdown.modal-custom .action-close {
  margin: 15px;
}
.checkout-index-index .page-title-wrapper {
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 30px 10px 0;
}
.opc-block-summary .items-in-cart > .title:after {
  right: 0;
  left: auto;
  top: 12px;
}
.opc-block-summary .items-in-cart > .title strong {
  position: relative;
  top: 1px;
}
.opc-block-summary .minicart-items .product-image-container {
  float: left;
  width: 70px !important;
}
.opc-block-summary .minicart-items .product-item-details {
  margin-left: 80px;
  padding: 0;
}
.opc-block-summary .price-including-tax,
.opc-block-summary .price-excluding-tax {
  font-size: 100%;
}
.opc-block-summary .price-including-tax .price,
.opc-block-summary .price-excluding-tax .price {
  font-size: 100%;
  color: #222;
}
@media (min-width: 768px) {
  .authentication-dropdown {
    margin-top: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .checkout-container .opc-sidebar {
    margin: 33px 0 23px;
  }
}
@media (max-width: 767px) {
  .opc-block-summary {
    background: #fff;
    padding: 20px;
  }
}
/**
 * Login page
 */
.login-container .fieldset:after {
  display: none;
}
.login-container .block .block-title {
  color: #222;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  min-height: 485px;
  border: 1px solid #ddd;
  padding: 30px;
  background-color: #fafafa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
/**
 * Create account
 */
.customer-account-create .form-create-account {
  min-width: unset !important;
  width: unset !important;
}
.customer-account-create .form-create-account .fieldset.create.info,
.customer-account-create .form-create-account .fieldset.create.account {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fafafa;
  width: 48.8%;
  min-height: 481px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.customer-account-create .form-create-account .fieldset.create.info .legend,
.customer-account-create .form-create-account .fieldset.create.account .legend {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.customer-account-create .form-create-account .fieldset.create.info {
  float: left;
}
.customer-account-create .form-create-account .fieldset.create.account {
  float: right;
}
@media (max-width: 767px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    float: none !important;
    width: 100% !important;
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .fieldset.create.info,
  .customer-account-create .form-create-account .fieldset.create.account {
    float: none !important;
    width: 100% !important;
    min-height: unset;
  }
}
mark,
.mark {
  background-color: transparent;
}
.cart-container .abs-discount-block > .title,
.cart-container .cart-summary .block > .title,
.cart-container .paypal-review-discount .block > .title {
  padding: 7px 34px 7px 0;
}
.cart-container .abs-discount-block > .title strong,
.cart-container .cart-summary .block > .title strong,
.cart-container .paypal-review-discount .block > .title strong {
  font-weight: 700 !important;
  color: #222 !important;
  font-size: 100% !important;
}
.cart-container .cart-totals {
  border-top: none;
  padding-top: 0;
}
.cart-container .cart-summary {
  padding: 1px 20px 25px;
}
.cart-container .cart-summary > .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}
.cart-container .cart.main.actions .action.continue {
  display: none;
}
.cart.items.data.table td {
  border: none;
}
/**
 * Amasty sitemap
 */
.htmlsitemap-search-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 0 35px 0;
}
.am-sitemap-column {
  float: left;
  padding-right: 20px;
}
.htmlsitemap-search-wrapper label {
  color: #222;
  text-transform: uppercase;
}
.sitemapSection ul {
  padding-left: 0;
}
.sitemapSection ul li {
  margin-left: 0 !important;
}
.sitemapSection h2 {
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 30px;
}
.am-sitemap-list dl dt {
  color: #222;
  font-weight: 700;
}
/**
 * Magefan blog
 */
.blog-post-view .post-description h1,
.blog-post-view .post-description h2,
.blog-post-view .post-description h3,
.blog-post-view .post-description h4,
.blog-post-view .post-description h5,
.blog-post-view .post-description h6 {
  color: #222;
}
