.ttm-print-button {
    float: right;
}

body#product .product-manufacturer {
    display: none;
}

.ttm-payment-banner-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.ttm-payment-banner-footer .title {
    color: #ffffff;
    font-family: "Open Sans", "Open Sans", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.ttm-payment-banner-footer .ttm-payment-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 500px;
}

.ttm-payment-banner-footer .ttm-payment-banner img {
    margin: 5px;
}

.product-info .product-reference {
    display: none;
}

.ttm-monthly-price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
}

.ttm-monthly-price-block .price {
    margin: 0 5px 0 10px;
}

.ttm-monthly-price-block .hint {
	align-self: self-end;
    font-weight: 700;
    cursor: pointer;
}
