@charset "UTF-8";

.history_sales {
    margin-top: 24px;
}

.history_sales_desc {
    display: none;
}

.history_sales_image {
    margin: 12px 0 0;
}

.history_sales_image img {
    display: block;
    width: 100%;
    height: auto;
}

@media print, screen and (min-width: 770px) {
    .history_sales {
        margin-top: 40px;
    }

    .history_sales_desc {
        display: block;
        margin-top: 16px;
    }
}

/* Modal */
.js_modaal_image {
    display: block;
    width: 100%;
    cursor: default;
}

@media print, screen and (min-width: 770px) {
    .js_modaal_image {
        cursor: zoom-in;
    }
}

.modaal-container {
    padding: 15px;
}

.modaal-close {
    position: absolute;
    right: 0;
    top: -40px;
    width: auto;
    height: auto;
}

.modaal-close:focus,
.modaal-close:hover {
    background: transparent;
    opacity: 0.6;
}

.modaal-close span {
    position: static !important;
    font-size: 2.7rem;
    line-height: 1;
    color: #333;
}

.modaal-close:after,
.modaal-close:before {
    content: none;
}

@media print, screen and (min-width: 770px) {
    .modaal-container {
        padding: 32px;
    }

    .modaal-close {
        top: -60px;
    }

    .modaal-close span {
        font-size: 40px;
    }
}
