@media (min-width: 1200px) {
  .col-xl-3 {
    float: left;
    width: 33%;
  }
}

.pagination .current a {
  font-size: 1.25rem;
  color: #fdc701;
  text-decoration: none;
}

a {
  color: #fdc701;
  text-decoration: none;
}

a:hover {
  color: #fdc701;
  text-decoration: none;
  font-size: 120%;
}

#selected {
  color: #fdc701;
}

.product-reference{
	color:black;
	font-weight: bold;
}

#price_hurt{
	color:red;
}

#wrapper {
  padding-top: 1.563rem;
  background: #eee;
}

#header .header-nav {
    max-height: 200px;
    border-bottom: #fec800 2px solid;
    background-color: #222426;
    color: white;
	line-break: auto;
}

#header .header-top {
    padding: 0.25rem 0;
}

#header .logo {
    max-width: 100%;
    height: 60px;
    width: 29%;
    margin: 10px 10px 10px 60px;
}

#header .header-top .menu {
  padding-left: 160px;
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0.9375rem;
    margin-bottom: 0.5rem;
}

#header .header-nav .cart-preview.active {
    background: #f9c833;
}

.block-social ul li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.125rem;
  cursor: pointer;
  background-color: #222426;
  background-repeat: no-repeat;
}

.blockreassurance {
    padding-top: 0px;
    text-align: center;
    width: 100%;
	font-size:13px;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    color: unset;
}
.psgdpr_consent_message{
	color:white;
}

.h1, .h2 {
  color: black;
  text-transform: uppercase;
}

h1 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: black;
}

.carousel .carousel-inner {
  height: 400px;
}


/*Login Visibility*/
.card-block {
  padding: 1.25rem 1.25rem 0.5rem;
  display: block;
}


.product-miniature .highlighted-informations .quick-view:hover {
    color: #f6b833;
}

.product-price {
  color: #ffa759;
}

.btn-primary {
  color: #fff;
  background-color: #f9c833 !important;
  border-color: rgba(0,0,0,0);
  color: #575757;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f9c833 !important;
  border-color: rgba(0,0,0,0);
  color: #8c8c8c;
}

.col-md-5 {
  float: left;
  width: 30%;
}

.col-md-6 {
  float: left;
  width: 33%;
}

#right-nav {
  float: right;
  width: 30%;
}


#search_widget form input {
  width: 100%;
  padding: 5px 20px 5px 40px;
  outline: none;
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: white;
}

#search_widget {
  float: left;
  margin-bottom: 0;
  }

a:hover {
  font-size:17px;
}

a.category-sub-link:hover {
  font-weight: bold;
}

#footer {
  padding-top: 2.5rem;
  background-color: #222426;
}

.text-sm-center {
  text-align: center !important;
}

.availability-list{

padding: 4px;

color:white;

position: absolute;

right:0;

bottom:0;

}

.availability-list-in-stock{

background-color: green;

}

.availability-list-low-stock{

background-color: orange;

}

.availability-list-out-of-stock{

background-color: blue;

}

.thumbnail-container{

position: relative

} 

.product-miniature .product-price-and-shipping {
  font-weight: 700;
  color: #232323;
  text-align: left;
}

.blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg {
  height: 25px;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 0rem 0rem;
    margin-bottom: 1.563rem;
    background: #e8e8e8;
}

#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  background: #ffc802;
  height: 40px;
  text-align: center;
  align-content: center;
}

.facet-dropdown {
  box-sizing: border-box;
  padding-right: 2px;
  padding-left: 2px;
  color: #666;
  background: #e8e8e8;
  border: 3px solid #f9f9f900;
  box-shadow: 1px 1px 1px 1px #e8e8e8;
}

.block-category {
    min-height: 3.75rem;
    margin-bottom: 1.563rem;
}

.block-categories {
  padding: 0rem 0rem;
  margin-bottom: 1.563rem;
  background: #e8e8e8;
}

.block-categories .h6 {
  font-size: 1.5rem;
  font-weight: 500;
  background: #ffc802;
  display: block;
  min-height: 40px;
  height: auto;
  align-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .col-md-9 {
    float: left;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    float: left;
    width: 30%;
  }
}
/*Checkout*/
[data-container-express-checkout] {
  visibility: visible;
}
.card-block.checkout .btn-primary{
  visibility: visible;
}
.card-block.checkout {
  padding-top: 0;
  padding-bottom: 1.75rem;
  display: inline;
}
body#checkout section.checkout-step .step-title {
    border-bottom: 1px solid #000000;
    color: black;
}