/*
 Theme Name:   Misterfix 
 Theme URI:    /
 Description:  Misterfix Child Theme of Constructor Theme
 Author:       ya
 Author URI:   https://creative-frontend.com/
 Template:     constructor-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  misterfix-constructor-theme
*/
.larger-text .expanded-submenu-inner a {
  font-size: 1.5rem;
}

.mb-31 {
  margin-bottom: 31px;
}

@media (max-width: 1199px) {
  div#n2-ss-1 .n-uc-14dafe58406d2-inner {
    background: transparent !important;
  }
}
@media (max-width: 1199px) {
  .wprevpro_t1_outer_div div:not(:first-child) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav-tabs {
    border: none;
  }
}
.n2-ss-slider .n2-ss-img-wrapper img {
  max-height: 200px !important;
}

.shadow-bot {
  box-shadow: 0px 10px 25px 0px rgb(170, 170, 170);
}

#goTop {
  display: none;
}

html {
  font-size: 14px;
  min-width: 350px;
}

.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.misterfix-caption {
  font-size: 2rem;
  font-weight: 900;
  margin: auto;
}
@media (min-width: 1200px) {
  .misterfix-caption {
    font-size: 3.5rem;
  }
}
.misterfix-caption:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #fa6905;
  margin: 0 20px;
}
@media (min-width: 1200px) {
  .misterfix-caption:after {
    height: 15px;
  }
}
.misterfix-caption.misterfix-caption-ls:after {
  position: absolute;
  width: 20%;
}
@media (min-width: 1200px) {
  .misterfix-caption.misterfix-caption-ls:after {
    margin: 0 0 -15px;
  }
}

.misterfix-white {
  color: #ffffff;
}

.misterfix-color,
.store-selection a {
  color: #fa6905;
}

@media (min-width: 992px) {
  .site-header .navbar ul .misterfix-color a {
    color: #fa6905;
  }
}
.shop-name {
  font-weight: 900;
  font-size: 1.25rem;
}

.dropdown-item {
  white-space: break-spaces;
}
.dropdown-item:nth-child(even) {
  background-color: #f3f3f3;
}

.modal {
  z-index: 999999;
}

.wprev-no-slider ul {
  margin: 0;
  padding: 0;
}
.wprev-no-slider ul img:not(.wprevpro_t1_star_img_file) {
  margin: 10px 20px 0 50px;
}

#slider-navs {
  border: none;
}
#slider-navs .nav-link {
  color: #a8a8a8;
  border: none;
  border-bottom: 2px solid #a8a8a8;
}
#slider-navs .nav-link.active {
  background-color: transparent;
  color: #fa6905;
  border-bottom: 2px solid #fa6905;
}

/* =============  404 ============ */
.error404 .site-content {
  background-color: transparent;
}
.error404 h1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}
.error404 .page-content {
  text-align: center;
}

/* =============  404 ============ */
/* =============  BLOG ============ */
.post-template-default .reusable__map {
  margin-top: 2em;
}

body.category-news .entry-sidebar a.category-news,
body.category-news .entry-header a.category-news {
  color: #fa6905;
  border-color: #fa6905;
}

body.category-portfolio .entry-sidebar a.category-portfolio,
body.category-portfolio .entry-header a.category-portfolio {
  color: #fa6905;
  border-color: #fa6905;
}

body.category-tech-tips .entry-sidebar a.category-tech-tips,
body.category-tech-tips .entry-header a.category-tech-tips {
  color: #fa6905;
  border-color: #fa6905;
}

.entry-sidebar,
.entry-header {
  text-align: center;
}
.entry-sidebar > div > p,
.entry-header > div > p {
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 900;
}
.entry-sidebar > div > .cat-nav,
.entry-header > div > .cat-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .entry-sidebar > div > .cat-nav,
.entry-header > div > .cat-nav {
    display: block;
  }
}
.entry-sidebar > div > .cat-nav a,
.entry-header > div > .cat-nav a {
  display: inline-flex;
  flex: 1 1 0px;
  border-bottom: 2px solid #a8a8a8;
  font-size: 1.5rem;
  justify-content: center;
  color: #a8a8a8;
  padding: 0.5rem 0;
  text-decoration: none;
}
.entry-sidebar > div > .cat-nav a:not(:first-child),
.entry-header > div > .cat-nav a:not(:first-child) {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .entry-sidebar > div > .cat-nav a,
.entry-header > div > .cat-nav a {
    display: block;
    margin-left: 30% !important;
    padding-left: 15px;
    border-bottom: none;
    border-left: 2px solid #a8a8a8;
    text-align: left;
  }
}
.entry-sidebar .entry-title,
.entry-header .entry-title {
  font-size: 1.5rem;
  font-weight: 900;
}
.entry-sidebar .entry-meta,
.entry-header .entry-meta {
  color: #6c7781;
}

.display-posts-listing {
  list-style: none;
  padding: 0;
}
.display-posts-listing .listing-item {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.display-posts-listing .listing-item:not(:first-child) {
  border-top: 1px solid #a8a8a8;
}
.display-posts-listing .listing-item .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
}
@media (min-width: 1200px) {
  .display-posts-listing .listing-item .title {
    font-size: 2.5rem;
  }
}
.display-posts-listing .listing-item .date {
  display: block;
  margin-bottom: 1rem;
  color: #ccc;
}
.display-posts-listing .listing-item .image img {
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.display-posts-listing .listing-item .excerpt {
  color: #666666;
}
@media (min-width: 1200px) {
  .display-posts-listing .listing-item .excerpt .readmore {
    padding: 1rem;
  }
}
.display-posts-listing .listing-item .excerpt a {
  font-size: 0.9rem;
  color: #ffffff;
  background-color: #fa6905;
  padding: 0.8rem 3.5rem;
  border-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .display-posts-listing .listing-item .excerpt a {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
.page-numbers {
  list-style: none;
  padding: 0;
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a {
  color: #fa6905;
}

.post-thumbnail img {
  border-radius: 0.3rem;
}

.entry-content img {
  border-radius: 0.3rem;
}
.entry-content .border-0 {
  margin-bottom: 0;
}
.entry-content .border-0 img {
  border-radius: 0;
}

ul.wp-block-latest-posts {
  margin: 0 !important;
  padding: 0 15px;
}
ul.wp-block-latest-posts li {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
ul.wp-block-latest-posts li:not(:first-child) {
  border-top: 1px solid #a8a8a8;
}
ul.wp-block-latest-posts li > h2 a {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #000;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  text-align: center;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  text-align: center;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  border-radius: 0.3rem;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  margin-bottom: 2rem;
}
ul.wp-block-latest-posts li span {
  display: block;
  text-align: center;
}
ul.wp-block-latest-posts li span a {
  padding: 0.5rem 1rem;
  border: 1px solid #a8a8a8;
  border-radius: 0.5rem;
  color: #a8a8a8;
}

.recent-posts {
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
.recent-posts .widget-title {
  background-color: #dcdcdc;
  font-size: 1.45rem;
  text-align: left;
  font-weight: 900;
  padding: 1rem;
  margin: 0;
}
.recent-posts ul {
  padding: 0 2rem;
  list-style: none;
  text-align: left;
}
.recent-posts ul li {
  padding: 1.7rem 0;
}
.recent-posts ul li:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}
.recent-posts ul li a {
  color: #000;
}

.post-wrapper > img:first-child {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* ============= !BLOG ============ */
/* =============  STORE LOCATOR ============ */
#storeLocatorModal .modal-body {
  padding: 0;
}

#wpsl-wrap {
  margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-select-wrap {
  display: none;
}
#wpsl-search-wrap .wpsl-input {
  float: none;
  width: 80%;
  display: inline-block;
  line-height: 1;
  margin: 0;
  vertical-align: bottom;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
  float: none;
  display: inline-flex;
  margin: 0;
  width: 18%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
  margin: 0;
}

.wpsl-store-below #wpsl-gmap {
  margin: 0;
}
.wpsl-store-below #wpsl-result-list {
  margin: 0;
  padding: 15px;
  color: #ffffff;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  background-color: #16191e;
  background-image: url(/wp-content/uploads/2020/05/mr-fix-img-noise.png);
}
.wpsl-store-below #wpsl-result-list ul li strong a {
  color: #fa6905;
}
.wpsl-store-below #wpsl-result-list ul li .wpsl-directions {
  display: inline-block;
  margin-bottom: 1rem;
}
.wpsl-store-below .wpsl-search {
  margin: 0;
  padding: 12px;
}
.wpsl-store-below .wpsl-info-actions a {
  float: none;
  margin-bottom: 1rem;
}
.wpsl-store-below .set-location {
  text-align: center;
  margin-bottom: 1rem;
}
.wpsl-store-below .set-location a {
  color: #fa6905;
  border: 1px solid #fa6905;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

/* ============= !STORE LOCATOR ============ */
/* =============  STORE ============ */
.carousel-map .carousel-item {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .carousel-map .carousel-item .container {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0);
  }
}
.carousel-map .carousel-controls {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .carousel-map .carousel-controls {
    top: 50%;
  }
}
.carousel-map .carousel-controls .carousel-control-prev,
.carousel-map .carousel-controls .carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 1;
}
.carousel-map .carousel-controls .carousel-control-prev {
  left: -5px;
}
.carousel-map .carousel-controls .carousel-control-next {
  right: -5px;
}
.carousel-map .carousel-controls .carousel-control-prev-wrap,
.carousel-map .carousel-controls .carousel-control-next-wrap {
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 50%;
}
.carousel-map .carousel-controls .carousel-control-prev-wrap {
  padding: 6px 5px 5px 3px;
}
.carousel-map .carousel-controls .carousel-control-next-wrap {
  padding: 6px 3px 5px 5px;
}
.carousel-map .carousel-controls .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-map .carousel-controls .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-products .col-3 .inner {
  border: 1px solid #fa6905;
  border-radius: 0.3rem;
  padding: 15px;
}
.carousel-products .col-3 .inner .price {
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
}
.carousel-products .carousel-controls {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .carousel-products .carousel-controls {
    top: 50%;
  }
}
.carousel-products .carousel-controls .carousel-control-prev,
.carousel-products .carousel-controls .carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 1;
}
.carousel-products .carousel-controls .carousel-control-prev {
  left: -5px;
}
.carousel-products .carousel-controls .carousel-control-next {
  right: -5px;
}
.carousel-products .carousel-controls .carousel-control-prev-wrap,
.carousel-products .carousel-controls .carousel-control-next-wrap {
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 50%;
}
.carousel-products .carousel-controls .carousel-control-prev-wrap {
  padding: 6px 5px 5px 3px;
}
.carousel-products .carousel-controls .carousel-control-next-wrap {
  padding: 6px 3px 5px 5px;
}
.carousel-products .carousel-controls .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-products .carousel-controls .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.store-heading {
  color: #fa6905;
}

.store-info {
  border-radius: 0.3rem;
  background-color: rgba(22, 25, 30, 0.85);
  background-image: url(/wp-content/uploads/2020/05/mr-fix-img-noise.png);
}
.store-info .store-info__image {
  height: 265px;
  width: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.store-info .store-info__image img {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  height: 100%;
  background-size: cover;
}
.store-info .store-info__description {
  padding: 15px;
  color: #ffffff;
}
.store-info .store-info__description > span {
  font-weight: 900;
}
.store-info .store-info__description .store-info__description_phone {
  color: #ffffff;
  border: 1px solid #fa6905;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.store-info .store-info__description .wpsl-opening-hours {
  margin: 0 auto 1rem;
}

/* ============= !STORE ============ */
/* =============  TABLES ============ */
.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: #fa6905;
}

thead th {
  font-size: 1.25rem;
  color: #fa6905;
}

/* ============= !TABLES ============ */
/* =============  HEADINGS ============ */
.misterfix-heading {
  font-size: 2.5rem;
  margin: 3rem 0 0.5rem;
  text-align: center;
  font-weight: 900;
}

/* ============= !HEADINGS ============ */
/* =============  BUTTONS ============ */
.btn-outline-misterfix {
  color: #fa6905;
  border-color: #fa6905;
  font-weight: 900;
}

.btn-dark-misterfix .wp-block-button__link {
  color: #ffffff;
  background-color: #16191e;
  font-weight: 900;
  font-size: 1.09rem;
  padding: 0.7rem 3.6rem;
  border-radius: 2rem;
}
.btn-dark-misterfix:hover .wp-block-button__link {
  background-color: #fa6905;
  text-decoration: none;
}

.btn-outline-dark-misterfix {
  text-transform: uppercase;
  color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 900;
}
.btn-outline-dark-misterfix:hover {
  color: #666666;
  border: 1px solid #666666;
  text-decoration: none;
}

/* ============= !BUTTONS ============ */
/* =============  WP-BLOCKS ============ */
.wp-block-embed iframe {
  height: auto !important;
}

.misterfix-homepage-child-category {
  background-image: none !important;
}

/* ============= !WP-BLOCKS ============ */
/* ============= WP ADMIN BAR ============ */
#wpadminbar ul li#wp-admin-bar-updates, #wpadminbar ul li#wp-admin-bar-comments {
  display: none;
}

#wpadminbar #wp-admin-bar-wpseo-menu {
  display: none !important;
}

/* ============= !WP ADMIN BAR ============ */
/* ============= HEADER ============ */
.google-data {
  position: relative;
  padding-top: 0.8rem;
  background: #ffffff;
  z-index: 1000;
}
.google-data .stick-right {
  position: fixed;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  top: 50%;
  right: -50px;
  transform: rotateZ(-90deg);
  background-color: #fff;
  display: block;
  line-height: 4;
}
.google-data > .row {
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.google-data > .row span:not(:first-child):not(.google-data__star-rating):not(.google-data__total-reviews) {
  margin-left: 15px;
}
.google-data .google-data__rating-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .google-data .google-data__rating-wrap {
    justify-content: normal;
  }
}
.google-data .google-data__rating {
  font-size: 2.5rem;
  color: #fa6905;
}
.google-data .google-data__star-rating {
  display: inline-flex;
  align-items: center;
  font-size: 1.4em;
  justify-content: center;
  margin-left: 0.5rem;
}
.google-data .google-data__star-rating .back-stars i:not(:first-child),
.google-data .google-data__star-rating .front-stars i:not(:first-child) {
  margin-left: 4px;
}
.google-data .google-data__star-rating .back-stars {
  display: flex;
  color: #b4b4b4;
  position: relative;
}
.google-data .google-data__star-rating .back-stars i {
  font-size: 1.3rem;
}
.google-data .google-data__star-rating .back-stars .front-stars {
  display: flex;
  color: #fa6905;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
.google-data .google-data__total-reviews {
  font-size: 1.05rem;
  color: #666666;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}
.google-data .google-data__store {
  font-size: 1.3rem;
}
.google-data .google-data__store a {
  color: #000000;
  text-decoration: none;
  font-weight: 900;
}
.google-data .google-data__store a:hover {
  cursor: default;
}
.google-data .google-data__change-store {
  margin-left: 0.2rem;
  font-size: 0.85rem;
  color: #000000;
}
.google-data .google-data__get-quote,
.google-data .google-data__location-phone {
  padding: 0.6rem;
  width: 150px;
  background-color: #16191e;
  border-radius: 2rem;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}
.google-data .google-data__get-quote i,
.google-data .google-data__location-phone i {
  margin-right: 0.6rem;
}
@media (min-width: 1200px) {
  .google-data .rating-phone {
    color: #000;
    font-size: 1.25rem;
  }
  .google-data .rating-phone:before {
    content: "Call or Text: ";
  }
  .google-data .rating-phone .google-data__location-phone {
    color: #fa6905;
    background-color: transparent;
  }
  .google-data .rating-quote {
    font-size: 0.9rem;
  }
}

.site-header .navbar-toggler[aria-expanded=true] i::before {
  color: #ffffff;
}
.site-header .site-header__logo-container img {
  max-width: 106px;
}
.site-header .site-header__shop-find-button {
  padding: 4px 8px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .site-header .site-header__shop-find-button {
    margin: 0 33px;
  }
}
.site-header .site-header__shop-find-button i {
  color: #fa6905;
  vertical-align: middle;
}
.site-header .blog-link li {
  text-align: center !important;
}

/* ============= !HEADER ============ */
/* ============= FOOTER ============ */
.site-footer .site-logo-container .site-logo img {
  max-width: 106px;
  filter: grayscale(1);
}
.site-footer .mf-gp a:before,
.site-footer .mf-ig a:before,
.site-footer .mf-fb a:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Brands";
}
.site-footer .mf-fb a:before {
  content: "\f39e";
}
.site-footer .mf-ig a:before {
  content: "\f16d";
}
.site-footer .mf-gp a:before {
  content: "\f1a0";
}
.site-footer .menu-devices-container .menu {
  margin: 0 0 50px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 0;
}
.site-footer .site-info-container section .widget-title {
  text-transform: uppercase;
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 18px;
}
.site-footer .site-info-container section.widget.widget_misterfix_locations_list_widget li {
  margin-bottom: 10px;
}
.site-footer .site-info-container section.widget.widget_misterfix_locations_list_widget a {
  display: block;
}
.site-footer .site-social-container a {
  color: #fa6905;
}
.site-footer .site-copyright-container {
  text-align: center;
}
.site-footer .site-copyright-container p {
  text-transform: uppercase;
}

/* ============= !FOOTER ============ */
/* ============= HOMEPAGE ============ */
.misterfix-main-categories .wc-block-featured-category {
  align-content: flex-end;
  background-size: 13em;
  background-repeat: no-repeat;
  background-color: transparent;
  min-height: 225px !important;
}
.misterfix-main-categories .wc-block-featured-category.tablet-icon {
  background-size: 11em;
}
.misterfix-main-categories .wc-block-featured-category__title {
  display: none;
}
.misterfix-main-categories .wc-block-featured-category__link {
  padding: 0;
  border: 1px solid #e6e6e6;
}
.misterfix-main-categories .wc-block-featured-category__link .wp-block-button__link {
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 900;
}
.misterfix-main-categories .wc-block-featured-category__link:hover {
  border-color: #fa6905;
}
.misterfix-main-categories .wc-block-featured-category__link:hover .wp-block-button {
  background-color: #fa6905;
}
.misterfix-main-categories .wc-block-featured-category__link:hover .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}

.misterfix-homepage-products-grid {
  padding: 15px;
  vertical-align: top;
}
.misterfix-homepage-products-grid ul li {
  border: none;
}
.misterfix-homepage-products-grid ul li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  color: #000;
}
.misterfix-homepage-products-grid .wc-block-grid__product-image,
.misterfix-homepage-products-grid .wc-block-grid__product-title {
  display: inline-flex;
  border: 1px solid #dadada;
  padding: 5px;
}
.misterfix-homepage-products-grid .wc-block-grid__product-image {
  max-width: 33%;
  margin: 10px 5px 0px 10px;
}
.misterfix-homepage-products-grid .wc-block-grid__product-image img {
  height: 100%;
}
.misterfix-homepage-products-grid .wc-block-grid__product-title {
  align-items: center;
  justify-content: center;
  margin: 10px 10px 0px 5px;
}

.misterfix-homepage-more-services .wp-block-button__link {
  padding: 8px 50px;
  font-weight: 900;
  border-width: 1px;
}

.misterfix-homepage-parrent-category {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 46.64%;
  min-height: auto !important;
  background-color: transparent;
}
.misterfix-homepage-parrent-category .wc-block-featured-category__title {
  display: none;
}
.misterfix-homepage-parrent-category .wp-block-button__link {
  background-color: transparent;
  color: #000;
  font-weight: 900;
  font-size: 2rem;
}

.misterfix-homepage-child-category {
  min-height: auto !important;
  background-color: transparent;
}
.misterfix-homepage-child-category .wc-block-featured-category__title,
.misterfix-homepage-child-category .wc-block-featured-category__description {
  display: none;
}
.misterfix-homepage-child-category .wc-block-featured-category__link {
  padding: 0;
}
.misterfix-homepage-child-category .wp-block-button__link {
  padding: 0;
  background-color: transparent;
  color: #000;
  font-weight: 900;
  font-size: 0.7rem;
}

.misterfix-homepage-video iframe {
  width: 100% !important;
  height: auto !important;
}

.home .wp-block-columns {
  width: 100%;
  margin-bottom: 0;
}

/* ============= ! HOMEPAGE ============ */
/* =============  SHOP / CATEGORY ============ */
.single-product .product_title,
.single-product .woocommerce-products-header__title,
.woocommerce-products-header .product_title,
.woocommerce-products-header .woocommerce-products-header__title {
  margin: 2rem 0 1.5rem;
  text-align: center;
  font-weight: 900;
  color: #fa6905;
}
.single-product .term-description,
.woocommerce-products-header .term-description {
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .navigation {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    padding-right: 15px;
    margin-bottom: 4.5rem;
  }
}
.navigation .heading {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  color: #fa6905;
  text-transform: uppercase;
}
.navigation .sub-heading {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  text-align: center;
  color: #636363;
}
.navigation .progress {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  background-color: #eee;
}
.navigation .progress span {
  display: inline-flex;
  flex: 1;
  height: 0.8rem;
  margin: 0 3px;
  border: 1px solid #a8a8a8;
  border-radius: 0.3rem;
}
.navigation .progress .active {
  background-color: #fa6905;
}
.navigation .xdsoft_datetimepicker.xdsoft_inline {
  border: none;
}
.navigation .nav-tabs .nav-item a {
  display: block;
  text-align: center;
  border: 1px solid #a8a8a8;
  border-radius: 0.3rem;
  text-decoration: none;
  margin-bottom: 0.3rem;
  padding: 0.4rem;
  color: #000;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .navigation .nav-tabs .nav-item a {
    margin-bottom: 0;
  }
}
.navigation .nav-tabs .nav-item a.active {
  box-shadow: inset 0px 0px 3px 0px rgb(250, 105, 5);
}
.navigation .nav-tabs .nav-item a span {
  display: block;
  font-size: 0.8rem;
  color: #fa6905;
  font-weight: normal;
}
.navigation .nav-tabs .heading-fw-bg {
  margin: 0;
  height: 100%;
  border-radius: 0.3rem;
  line-height: 1.8;
}
.navigation .choose {
  color: #636363;
}
.navigation .show.dropdown button:after {
  content: "\f00d";
}
.navigation > a,
.navigation .dropdown button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
  color: #212529;
  border: 1px solid #a8a8a8;
  margin-bottom: 1.5rem;
  padding: 1.1rem 4rem 1.1rem 1.5rem;
}
@media (min-width: 1200px) {
  .navigation > a,
.navigation .dropdown button {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 1.1rem 3rem 1.1rem 1rem;
  }
}
.navigation > a span,
.navigation .dropdown button span {
  color: #212529;
  font-weight: 900;
  text-transform: capitalize;
}
.navigation > a:after,
.navigation .dropdown button:after {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: 0.9rem;
  position: absolute;
  right: 15px;
  color: #212529;
}
.navigation > a:focus, .navigation > a.focus,
.navigation .dropdown button:focus,
.navigation .dropdown button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 105, 5, 0.25);
}
.navigation > span {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.1rem 1.5rem;
  border: 1px solid #a8a8a8;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #eeeeee;
  background-color: #fa6905;
}
@media (min-width: 1200px) {
  .navigation > span {
    margin-bottom: 0.5rem;
  }
}
.navigation > a {
  line-height: 1.5;
  border-radius: 0.3rem;
  text-decoration: none;
}
.navigation > a:hover {
  color: inherit;
  text-decoration: none;
}
.navigation .model-image {
  border: 1px solid #a8a8a8;
  border-radius: 0.3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .navigation .model-image {
    margin-bottom: 0.5rem;
  }
}
.navigation .model-image img {
  padding: 3rem 3.5rem 1.5rem;
}
.navigation .model-image p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3;
  margin-bottom: 3rem;
  vertical-align: top;
}
.navigation .model-image p:after {
  content: "";
  display: block;
  width: 33%;
  height: 4px;
  background-color: #fa6905;
  margin: 0 auto;
}
.navigation .dropdown .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.navigation .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.navigation .dropdown .dropdown-menu .active {
  background-color: #fa6905;
}
.navigation .product-info {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 0;
}
.navigation .product-info .product-info-item > p {
  text-transform: uppercase;
  font-weight: 900;
}
.navigation .product-info .product-info-item:not(.description) > span, .navigation .product-info .product-info-item:not(.description) > h2 {
  font-weight: 900;
  color: #fa6905;
}
.navigation .product-info .product-info-item:not(.description) > h2 {
  font-size: inherit;
  margin-bottom: 0;
}
.navigation .product-info .description {
  text-align: justify;
}
.navigation .product-info .additions {
  font-size: 0.7rem;
}

.heading-fw-bg {
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  background-color: #fa6905;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.reusable__map {
  position: relative;
}
.reusable__map .heading-fw-bg {
  width: auto;
}
.reusable__map .nav-pills {
  display: none;
}
@media (min-width: 1200px) {
  .reusable__map .nav-pills {
    display: flex;
  }
  .reusable__map .nav-pills .nav-link {
    color: #a7a7a7;
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .reusable__map .nav-pills .nav-link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    margin-right: 10px;
    background-color: #a7a7a7;
  }
  .reusable__map .nav-pills .nav-link:hover {
    color: #fa6905;
  }
  .reusable__map .nav-pills .nav-link.active {
    color: #000;
  }
  .reusable__map .nav-pills .nav-link.active::before {
    background-color: #fa6905;
  }
  .reusable__map .nav-pills .nav-link:focus {
    outline: none;
  }
}

.reusable__benefits .n2-ss-slider .n2-ss-img-wrapper img:hover {
  filter: grayscale(0);
}
.reusable__benefits .n2-ss-slider .n2-ss-img-wrapper img {
  filter: grayscale(1);
}

@media (min-width: 1200px) {
  form.floating_labels {
    padding-left: 0;
    padding-right: 0;
  }
}
form.floating_labels .form-control:focus {
  box-shadow: none;
}
form.floating_labels .dropdown-menu {
  min-width: 344px;
}
form.floating_labels .dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate3d(-50%, 42px, 0px) !important;
}
form.floating_labels .floating_labels-submit {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  background-color: #fa6905;
}
form.floating_labels .has-float-label {
  display: block;
  position: relative;
}
form.floating_labels .has-float-label > span,
form.floating_labels .has-float-label label {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
form.floating_labels .has-float-label > span:not(.non-required):after,
form.floating_labels .has-float-label label:not(.non-required):after {
  content: "*";
  height: 2px;
  margin-left: 0.3rem;
  color: #fa6905;
  z-index: -1;
}
form.floating_labels .has-float-label input {
  background-color: transparent;
  padding: 20px 16px;
}
form.floating_labels .has-float-label span {
  background-color: #eee;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
form.floating_labels .has-float-label textarea {
  background-color: transparent;
  padding: 10px 16px;
}
form.floating_labels .has-float-label .error {
  background-color: #eee;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #ff0000;
}
form.floating_labels .has-float-label > label + span {
  display: none;
}
form.floating_labels .has-float-label > label[style*="display: none;"] + span {
  display: block;
}
form.floating_labels .has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
form.floating_labels .has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
form.floating_labels .has-float-label .form-control::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
form.floating_labels .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:-ms-input-placeholder:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:-ms-input-placeholder:not(:focus)::placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form.floating_labels .has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0.5;
  top: 1rem;
}
form.floating_labels .has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
  font-size: 100%;
  opacity: 0.5;
  top: 1rem;
}
form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0.5;
  top: 1rem;
}
form.floating_labels .input-group .has-float-label {
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form.floating_labels .input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
form.floating_labels .input-group .has-float-label:not(:last-child), form.floating_labels .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
form.floating_labels .input-group .has-float-label:not(:first-child), form.floating_labels .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
form.floating_labels .input-group-prepend.show button[aria-expanded=true] i:before {
  content: "\f00d";
}

@media (min-width: 1200px) {
  body:not(.single) .map-shop-info {
    position: absolute;
    top: 38%;
    left: 25px;
    width: 302px;
    background-color: #ffffff;
    background-image: none;
    color: #5B5B5B;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  }
  body:not(.single) .map-shop-info .shop-name {
    color: #000;
  }
}
.map-shop-info {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: #16191e;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-image: url(/wp-content/uploads/2020/05/mr-fix-img-noise.png);
}
.map-shop-info .links {
  margin-bottom: 0;
}
.map-shop-info a:visited {
  color: #007bff;
}

@media (min-width: 1200px) {
  body:not(.post-type-archive) ul.products li.product {
    border: 1px solid #dddddd;
    border-radius: 0.3rem;
  }
}
ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
}
ul.products li.product img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  ul.products li.product img {
    padding: 1rem 3.5rem;
  }
}
ul.products li.product a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  ul.products li.product a {
    margin-bottom: 1rem;
  }
}
ul.products li.product .woocommerce-loop-category__title {
  font-size: 2rem;
  text-align: center;
  color: #000;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  ul.products li.product .woocommerce-loop-category__title {
    font-size: 1rem;
    font-weight: 900;
  }
}
ul.products li.product .woocommerce-loop-category__title:after {
  content: "";
  display: block;
  width: 25%;
  height: 5px;
  margin: 0 auto;
  background-color: #fa6905;
}
@media (min-width: 1200px) {
  ul.products li.product .woocommerce-loop-category__title:after {
    height: 3px;
  }
}
ul.products li.product .price {
  color: #000;
}
ul.products li.product .caps-ornge-text {
  text-transform: uppercase;
  color: #fa6905;
}

/* ============= !SHOP / CATEGORY ============ */
/* =============  REUSEABLE COUNTERS ============ */
.reusable__counters .counter {
  display: inline-block;
  margin-left: 15px;
}
.reusable__counters .counter:first-child {
  margin-left: 0;
}
.reusable__counters .counter .img-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .reusable__counters .counter .img-wrap img {
    padding: 0 87px;
  }
}
.reusable__counters .counter .img-wrap span {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -30%);
  font-size: 6vw;
}
@media (min-width: 694px) {
  .reusable__counters .counter .img-wrap span {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .reusable__counters .counter .img-wrap span {
    font-weight: 900;
  }
}
.reusable__counters .counter p {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .reusable__counters .counter p {
    font-size: 2rem;
  }
}

/* ============= !REUSEABLE COUNTERS ============ */
/* =============  REUSEABLE ABOUT US ============ */
.reusable__about-us {
  background-color: #fff;
}
.reusable__about-us .has-luminous-vivid-orange-color {
  font-size: 4rem;
  line-height: 4rem;
}
.reusable__about-us p strong span {
  display: block;
  margin-bottom: 1rem;
}
.reusable__about-us .reusable__about-us_info {
  padding-top: 64px;
  padding-bottom: 30px;
}
.reusable__about-us .reusable__about-us_info .page-description {
  height: 310px;
  overflow-y: auto;
}
.reusable__about-us .reusable__about-us_info iframe {
  height: 310px !important;
}

/* ============= !REUSEABLE ABOUT US ============ */
/* =============  REUSEABLE TABLE ============ */
@media (min-width: 1200px) {
  .reusable__tabled-info tr {
    font-size: 1rem;
  }
  .reusable__tabled-info thead th {
    font-size: 1rem;
  }
}
/* ============= !REUSEABLE TABLE ============ */
/* =============  REUSEABLE ABOUT US ============ */
.reusable__form {
  background-image: url(/wp-content/uploads/2020/06/Layer-1240@1X.png);
  min-height: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(250, 105, 5, 0.9);
}
.reusable__form form.floating_labels .has-float-label textarea,
.reusable__form form.floating_labels .has-float-label input {
  background-color: #eee;
}
.reusable__form form.floating_labels .has-float-label span {
  padding-top: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.reusable__form form.floating_labels .has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
  top: 0.5rem;
  padding-top: 0.5rem;
}
.reusable__form form.floating_labels .has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
  top: 0.5rem;
  padding-top: 0.5rem;
}
.reusable__form form.floating_labels .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 0.5rem;
  padding-top: 0.5rem;
}
.reusable__form form.floating_labels .has-float-label > span {
  top: -1em;
}
.reusable__form form.floating_labels .floating_labels-submit {
  background-color: #16191e;
}
.reusable__form .heading-fw-bg {
  background-color: transparent;
}

/* ============= !REUSEABLE ABOUT US ============ */
/* =============  REUSEABLE ============ */
.reusable .floating_labels {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* ============= !REUSEABLE ============ */
/* =============  ABOUT US / CHAIN ============ */
.entry-header .entry-title {
  font-size: 2.5rem;
  margin: 3rem 0 0.5rem;
  text-align: center;
  font-weight: 900;
  color: #fa6905;
}

.misterfix-block .wp-block-group__inner-container {
  border: 1px solid #a8a8a8;
  border-radius: 0.3rem;
  margin-bottom: 1.5rem;
  padding: 15px;
}
.misterfix-block .wp-block-group__inner-container > p:first-child {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  color: #000;
  margin: 0 0 2rem;
}
.misterfix-block .wp-block-group__inner-container > p:first-child:after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  margin: 0 auto;
  background-color: #fa6905;
}

.brochure {
  position: relative;
  background-color: #eee;
  margin-top: 5rem;
}
.brochure i {
  font-size: 6rem;
  color: #fa6905;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
.brochure p {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: -2rem;
}

/* ============= !ABOUT US / CHAIN ============ */
/* =============  datetimepicker custome styles ============ */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
}

.xdsoft_datetimepicker {
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_label,
form.floating_labels .dropdown-menu-center,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  background: #eeeeee;
}

.xdsoft_scrollbar {
  width: 3px;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #666 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  margin-bottom: 8px;
}

.xdsoft_datetimepicker {
  padding-bottom: 0;
}

.xdsoft_monthpicker .xdsoft_prev,
.xdsoft_monthpicker .xdsoft_next {
  display: none;
}

/* ============= !datetimepicker custome styles ============ */
/* =============  stand with ukraine ============ */
.stand_with_ukraine {
  display: flex;
  background-size: cover;
  height: 40px;
  background-image: url("../../uploads/2022/04/mrFix-stand-with-ukraine-banner.jpg");
  text-transform: uppercase;
  justify-content: right;
  align-items: center;
}
.stand_with_ukraine:hover {
  text-decoration: none;
}
.stand_with_ukraine span {
  margin: 0 30px 0 0;
  border: 1px solid #fff;
  padding: 5px 5px 0px 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #fa6905;
  font-weight: bold;
}
.homepage-3cols-slider > .n2-ss-layer-row{
    justify-content: center;
}
.homepage-3cols-slider > .n2-ss-layer-row > .n2-ss-layer-row-inner {
    width: auto;
}
.menu-item-object-wpsl_stores{
  text-align: center !important;
}
/* ============= !stand with ukraine ============ *//*# sourceMappingURL=style.css.map */

.site-header .navbar-toggler[aria-expanded=true] i::before {
  color: #000000;
}

#carouselExampleControls .carousel-inner{
  overflow: visible;
}
#carouselExampleControls .-rating{
  position: absolute;
  right: 0;
  z-index: 9;
  margin-top: -46px;
  margin-right: -40px;
}
.-rating_row{
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .site-header .navbar-collapse ul li a {
    color: #000000 !important;
  }
  #carouselExampleControls .-rating{
    margin-right: 9px;
  }
}
