.list-category-longdesc.short {
    overflow: hidden;
    height: 7.142857145em;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    padding-right: 5px;
}

.more-less {
    display: block;
    text-align: right;
    margin-bottom:25px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.list-category-longdesc.all {
    overflow: hidden;
    height: 94px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    padding-right: 5px;
}

#product-detailed-form .box-info-product .box-cart-bottom small {
    color: #615e65;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 20px;
}


/*GDPR*/

.gdpr_form__select {
    text-transform: uppercase;
}

.sticky-block {
    color: #aba4b3;
    display: block;
    position: inherit;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #f4f4f4;
    border-bottom: 5px solid rgb(208, 2, 27);
}

.sticky-block a {
    font-weight: 600;
}

.gdpr-block,
.cookie-block {
    display: block;
    width: 100%;
}

.gdpr-text,
.cookie-text {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 80%;
    vertical-align: super;
    padding-left: 30px;
}

.gdpr-links-block {
    display: block;
    width: 100%;
}

.gdpr-links,
.cookie-links {
    display: inline-block;
    margin: 0px auto 10px auto;
    width: 180px;
    text-align: center;
}

.gdpr-buttons,
.cookie-buttons {
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    width: 15%;
    text-align: right;
    vertical-align: super;
}

.gdpr-buttons .gdpr-decision-block {
    width: 100%;
}

.gdpr-buttons .gdpr-decision-button {
    width: 100%;
    display: block;
}

.gdpr-buttons .gdpr-decision,
.gdpr-buttons .cookie-decision {
    display: inline-block;
    color:#ffffff;
    text-transform: capitalize;
    width: 170px;
}

.gdpr-agree-block .form__checkbox-label {
    margin-top: 3px;
}

.gdpr-button {
    color: rgb(255, 255, 255);
    background-color: rgb(208, 2, 27);
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 5px;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .gdpr-text,
    .cookie-text {
        width: 95%;
    }

    .gdpr-buttons,
    .cookie-buttons {
        display: block;
        text-align: center;
        width: 100%;
    }

    .sticky-block {
        height: 300px;
        overflow: auto;
    }
}