button,
a.button,
.back-section a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    line-height: 40px;
    padding: 0 16px;
    min-width: 124px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    color: #EB5D48;
    border: 4px solid #EB5D48;
    background: transparent;
    cursor: pointer;
    position: relative;
    text-align: center;
    overflow: hidden;
}

button:hover,
a.button:hover,
.back-section a:hover {
    text-decoration: none;
    color: #fff;
    background: #EB5D48;
}

button.btn-small,
a.button.btn-small,
#cookie-info button {
    height: 34px;
    line-height: 28px;
    border: 3px solid #EB5D48;
    font-size: 16px;
}

.sec-bg-red button,
.sec-bg-black button,
#cookie-info button {
    color: #fff;
    border-color: #fff;
}

.sec-bg-red button:hover,
.sec-bg-black button:hover,
#cookie-info button:hover {
    color: #000;
    background: #fff;
}

/* --- */
button.btn-gray,
a.button.btn-gray {
    border-color: #999;
    color: #999;
}

button.btn-gray:hover,
a.button.btn-gray:hover {
    color: #fff;
    background: #999;
}

button.btn-white,
a.button.btn-white {
    border-color: #fff;
    color: #fff;
}

button.btn-white:hover,
a.button.btn-white:hover {
    color: #EB5D48;
    background: #fff;
}

/* --- */
