#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    bottom: 40px;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 85px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 420px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    padding: 0px 15px;
    height: 150px;
}

#products .product-description p,
.featured-products .product-description p,
.product-accessories .product-description p,
.product-miniature .product-description p {
    font-size: .75rem;
    text-align: center !important;
}

.stock-indicator {
    display: inline-flex;
}

.stock-indicator .indicator {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 99999px;
    border: 1px solid gray;
    margin: 0 0 0 3px;
}

.stock-indicator .indicator:first-child {
    margin-left: 0;
}

.stock-indicator-green .indicator:nth-child(-n+3) {
    background-color: #62e101;
}

.stock-indicator-orange .indicator:nth-child(-n+2) {
    background-color: orange;
}

.stock-indicator-red .indicator:nth-child(-n+1) {
    background-color: #ff2f00;
}

.product-miniature .stock-indicator .indicator {
    width: 9px;
    height: 9px;
    margin-left: 2px;
}

.show-on-hover {

}

.show-on-hover .icon {
    display: inline;
    font-size: 22px;
    color: #2fb5d2;
}

.show-on-hover div.content {
    display: none;
}

.show-on-hover:hover div.content {
    display: block;
}

.tax-shipping-delivery-label {
    display: none;
}

.price {
    color: inherit;
    margin-bottom: 1em;
}

.product-miniature .price{
    margin-bottom: 0;
}

.text-before-price {
    color: #232323;
    font-weight: normal;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    font-size: .75em;
    color: #7a7a7a;
    font-weight: 400;
}

#products .thumbnail-container .product-description:after,
#products .thumbnail-container .product-description:after,
.featured-products .thumbnail-container .product-description:after,
.featured-products .thumbnail-container .product-description:after,
.product-accessories .thumbnail-container .product-description:after,
.product-accessories .thumbnail-container .product-description:after,
.product-miniature .thumbnail-container .product-description:after,
.product-miniature .thumbnail-container .product-description:after {
    content: "";
    border-top: 1px solid #7a7a7a;
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    opacity: .25;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-weight: bold;
    color: #333;
}

.price {
    font-weight: bold;
}

.footer-container .block-contact {
    font-size: .875rem;
}

.block-social ul li {
    background-color: #c1c1c1;
}

#product #content{
    max-width: none;
}
.d-flex{
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

#js-product-list-header .block-category {
    position: relative;
    padding: 30px;
}

#js-product-list-header.has-image h1 {
    position: relative;
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 7px #000;
}

#js-product-list-header.has-image .block-category-inner #category-description {
    position: relative;
    z-index: 10;
}

#js-product-list-header.has-image .block-category-inner #category-description p {
    color: #fff;
    text-shadow: 0 0 3px #000;
}

#js-product-list-header .category-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#js-product-list-header .category-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-attachments.product-features .data-sheet {
    display: block;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    text-transform: initial;
}
