﻿.product-mecstore .product-default.inner-quickview .product-details .product-title {
    font-weight: bold;
    height: 60px;
}

.productInOrderPreorderDraftModal.todo .i {
    background-image: url("/mecstore/assets/images/loading.svg");
    color: transparent;
    border: none;
    background-size: cover;
}

.availability-popup-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    top: 0;
    z-index: 9999999999;
    background-image: url("/mecstore/assets/images/loading.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    display: none;
}

.switch-prezzi {
    font-size: 12px;
    margin-right: 20px;
}