::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #777 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #777;
}
:-moz-placeholder { /* Firefox 18- */
    color: #777 !important;
}


/* Produkt Rammer */

.product-action-read-more a.button-primary {
    margin-bottom: 28px;
}

.poster-frames {
    margin-bottom: 2em;
}

.poster-frames table {
    margin: 0;
}

.poster-frames tr {
    width: 100%;
}

.poster-frames td {
    vertical-align: middle;
}

.poster-frames-select label {
    font-weight: 400;
    user-select: none;
}

.poster-frames img {
    width: 70px;
    height: auto;
    margin: 0;
}

.poster-frames-dropdown-button {
    background-color: #fff;
    color: #656764;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.poster-frames-select {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.poster-frames .dropdown-menu {
    width: 100%;
}

.poster-frames td.poster-frames-name {
    width: 100%;
}

.poster-frames-selected {
    margin-top: 1em;
}