/*
SCROLLBAR
*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: #c41315;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

/*
CONTAINER
*/
@media (min-width: 992px) {
  .container-narrow {
    width: 1260px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1260px;
  }
}
.content {
  padding-left: 0px;
  padding-right: 0px;

}

/*
FIX
*/
:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type="checkbox"].focus-visible + label,
input[type="checkbox"]:focus-visible + label,
input[type="radio"].focus-visible + label,
input[type="radio"]:focus-visible + label,
select:focus-visible,
textarea:focus-visible {
  box-shadow: none;
  outline: 0px;
}

/*
BUTTONS
*/
.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion,
.btn.btn-default,
a.btn.btn-default,
.btn.btn-secondary,
a.btn.btn-secondary,
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  border-radius: 0px;
  width: 200px;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.3s;
  padding: 12px 10px 12px 10px;
}
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover,
.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #c41315;
  border-color: #c41315;
  color: #ffffff;
}
.blog-wrapper .news-item .read-article,
.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button {
  display: flex;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  transition: all 0.3s;
  width: 200px;
  line-height: 1;
  padding: 12px 10px 12px 10px;
  border-radius: 0px;
}
.blog-wrapper .news-item a:hover .read-article,
.filters-wrapper
  .filters-unveil-button-wrapper
  .btn.btn-default.unveil-button:hover {
  background-color: #c41315;
  border-color: #c41315;
  color: #ffffff;
}
#header .search-button {
  padding: 10px 35px;
  width: auto;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

/*
NOSCALE
*/
.banner-category a:hover img,
.banner-footer a:hover img,
.banner-wrapper a:hover img,
.banners-content a:hover img,
.footer-banner a:hover img {
  transform: none;
}
