/*==================================
    productList
==================================*/

.product-list .row {
    margin-right: -8px;
    margin-left: -8px;
}

.product-list .title {
    text-transform: uppercase;
}

.product-list .item-column {
    margin-bottom: 15px;
    padding: 0 8px;
}

.product-list .item-wrapper {
    height: 100%;
    text-align: center;
}

.product-list .item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-list .item:hover {
    border: 1px solid #ececec;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.product-list .item-image-wrapper {
    position: relative;
}

.product-list .item-image-wrapper .product-tags {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
}

.product-list .item-image-wrapper .product-tags i {
    background-color: var(--primary);
    font-size: 12px;
    border-radius: 50%;
    padding: 0.7rem;
}

.product-list .item-image-wrapper img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
    background-color: #ffffff;
}

.product-list .item:hover img.image-hover {
    opacity: 1;
}

.product-list .item-header {
    position: relative;
    height: auto;
}

.product-list .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    z-index: 1;
}

.product-list .item:hover .wishlist-btn,
.product-list .wishlist-btn:focus {
    opacity: 1;
}

.product-list .item .wishlist-btn:hover .fa-star-o:before {
    content: "\f005" !important;
}

.product-list .item-header-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-list .item-sticker-wrapper {
    position: relative;
}

.product-list .item-sticker-wrapper.items-top .ale,
.product-list .item-sticker-wrapper.items-top .tag,
.product-list .item-sticker-wrapper.items-top .new {
    width: max-content !important;
}

.product-list .item-sticker-wrapper span {
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 8px;
    text-align: left;
    pointer-events: none;
}

.product-list .item-image {
    position: relative;
    max-width: 100%;
    object-fit: contain;
    height: 300px;
    padding: 15px;
    margin: 0 auto;
}

/* IE Only styles */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .product-list .item-image {
        object-fit: contain;
        font-family: 'object-fit: contain;';
        /* For object-fit js */
    }

}

.product-list .item-quickshop {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
}

.product-list .item-body {
    flex-grow: 1;
    padding: 15px;
    text-align: left;
}

.product-list .item-body-contents.side-by-side {
    display: flex;
    justify-content: space-between;
}

.product-list .item-body-contents.side-by-side .left-content {
    width: 70%;
}

.product-list .item-body-contents.side-by-side .item-price-wrapper {
    display: flex;
    flex-direction: column;
}

.product-list .item-link {
    color: inherit;
}

.product-list .item-link:hover {
    color: inherit;
    text-decoration: none;
}

.product-list .item-btn-wrapper .btn {
    z-index: 1;
    position: relative;
}

.product-list .wishlist-btn {
    z-index: 2;
}

.product-list .item-title {
    font-weight: normal;
    font-size: 1rem;
}

.product-list .item-manufacturer {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    min-height: 19px;
}

.product-list .product-title {
    min-height: 38px;
    overflow-y: hidden;
}

.product-list .item-price {
    font-weight: 700;
    font-size: 1.1rem;
}

.product-list .item-price-sale {
    color: #bc0e1a;
}

.product-list .item-price-old {
    opacity: 0.8;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 1rem;
}

.product-list .product-list-vatpct {
    font-size: 0.8rem;
}

.product-list .item-additional {
    margin: 0;
}

.product-list .not-available::before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem 0.2rem 0;
}

.product-list .warehouse-saldo::before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem 0.2rem 0;
}

.product-list .warehouse-saldo-need-to-order::before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #f5bc02;
    border: 1px solid #B68C02;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem 0.2rem 0;
}

.product-list .not-sold-in-webshop::before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem 0.2rem 0;
}

.product-list .item-additional.discontinued::before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #f44336;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem 0 0;
}

.product-list .item-footer {
    padding: 15px;
}

.product-list .item-footer.multiple-buttons {
    padding: 15px 0;
}

.product-list .item-footer.multiple-buttons .item-button {
    width: 49%;
    z-index: 1;
}

.product-list .item-button {
    margin: 7px auto;
}

.product-list .atf-slider-wrapper {
    width: 100%;
}

/*==== End of productList ====*/

/*==================================
    Responsive
==================================*/

@media (pointer: coarse) {
    .product-list .wishlist-btn {
        opacity: 1;
    }
}

/*==== End of Responsive ====*/