.minicart-loader {
    background-image: url('/pub/static/frontend/Network/b2c/pl_PL/images/loader-1.gif');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 0.7;
    background-color: rgb(255 255 255 / 70%);
}

.page-products .products-grid .product-items .item.product .control input.qty {
    max-width: 120px;
    box-sizing: border-box;
    width: 100%;
    font: normal normal normal 15px/22px Jost;
    border: 0;
    box-shadow: inset 0 0 0 2px var(--c_lgray);
    border-radius: 0;
    background: var(--c_white);
    padding: 15px 25px;
    height: auto;
    text-align: center;
}

.page-products .products-grid .product-items .item.product .tocart {
    font: normal normal 500 15px/22px Jost;
    text-transform: uppercase;
    border-radius: 0;
    background: var(--c_lblack);
    border: 0;
    margin: 0 !important;
    width: 100%;
    margin-right: 0 !important;
    padding: 15px 25px;
    box-shadow: inset 0 0 0 2px var(--c_lblack);
}

.page-products .products-grid .product-items .item.product .field.qty, .page-products .products-grid .product-items .item.product .tocart {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.page-products .products-grid .product-items .item.product .field.qty .label {
    display: none;
}

.page-products .products-grid .product-items .item.product .control {
    position: relative;
}

.page-products .products-grid .product-items .item.product .control .item_qty_control {
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    background: transparent;
    font: normal normal normal 25px/22px Jost;
    width: 22px;
    height: auto;
    color: var(--c_black);
    opacity: 0.5;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-products .products-grid .product-items .item.product .control .item_qty_control.item_dec {
    left: 5px;
    top: calc(50% - 3px);
    font: normal normal normal 30px/22px 'Open Sans';
}

.page-products .products-grid .product-items .item.product .control .item_qty_control.item_inc {
    right: 5px;
    top: calc(50% - 1px);
    font: normal normal normal 25px/22px 'Open Sans';
}

.page-products .products-grid .product-items .item.product .product-item-info.has_images .product-item-actions {
    margin-left: 110px;
}

.page-products .products-grid .product-items .item.product .product-item-info .product-item-actions {
    margin-bottom: 0;
}

/**
 * WISHLIST LIST START
 */
.products-grid.wishlist .product-items .item.product .product-item-name > .product-item-link {
    max-width: calc(100% - 60px);
}

.page-products .products-grid .product-items .item.product .product-item-name > a.action.edit {
    display: inline-block;
    text-decoration: none;
}

.page-products .products-grid .product-items .item.product .product-item-name > a.action.edit span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-products .products-grid .product-items .item.product .product-item-name > a.action.edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: var(--c_lblack);
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/**
 * WISHLIST LIST END
 */
