/*
Theme Name:   Metalpower
Author:       4Monks
Version:      1.8.0
Text Domain:  metalpower
*/
html{
	scrollbar-gutter: stable;
}


img {
  max-width: 100%;
  height: auto;
}



.breadcrumbs {
    list-style: none;
    display: flex;
    gap: 5px;
}

.breadcrumbs li {
    margin-right: 5px;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #0073aa;
}

.breadcrumbs li:last-child {
    color: #555;
}

.loading .placeholder_addproduct {
    /* opacity: 0.2; */
}

.loader_wrap_product {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: 0;
}

.loading .loader_wrap_product {
    opacity: 1;
}