.range-slider .input {
    max-width: none;
}

.range-slider .input input {
    width: 100%;
}

._cart {
    position: fixed;
    bottom: 0;
    padding: 15px;
    background-color: rgba(30, 30, 36, 0.9);
    color: #fff;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

._cart ._box {
    text-align: center;
    justify-content: center;
    cursor: pointer;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 2px dashed rgba(217, 174, 87, 0.4);
    border-radius: 50%;
    transition-duration: 0.2s;
}

._cart ._box.done {
    line-height: 1.1;
}

._cart ._box a {
    color: #fff;
}

._cart ._box:hover, ._cart ._box.done {
    background-color: rgb(217, 174, 87);
}

.table th, .table td {
    vertical-align: middle;
}

._desc_teaser {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}

._desc_teaser.full {
    max-height: none;
    overflow: inherit;
}

._desc_teaser ._shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    padding-top: 50px;
    height: 80px;
}

._desc_teaser.full ._shadow{
    display: none;
}

._desc_teaser ._shadow a {
    padding: 6px 12px;
    background-color: #b89456;
    color: white;
    font-size: 12px;
}
._desc_teaser ._shadow_less a {
    padding: 6px 12px;
    background-color: #b89456;
    color: white;
    font-size: 12px;
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: auto;
}

.main-footer .widget-section .about-widget .social-links li {
    padding: 0 30px;
}

.btn--excellent--selector {
    background-color: #ddd;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
}

.btn--excellent--selector.on {
    background-color: rgb(17, 22, 32);
}