.product-currency-button {
    margin-top: 10px;
    margin-right: 10px;
}
.price-currency-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.price-currency-item:not(:last-child) {
    margin-bottom: 30px;
}
.modal-product-price-currency-title {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 30px;
    white-space: pre-line;
}

.product-currency-popup-link {
    color: #0055AA;
    transition: 0.2s;
}

.product-currency-popup-link:hover,
.product-currency-popup-link:active {
    color: #E6007D;
}

@media (max-width: 767px) {
    .product-currency-button {
        margin: 0 0 20px 10px;
    }
}
