.file-upload-content {
    display: none
}

.offer-wrapper {
    border-top: 1px solid #cfcecd;
    border-bottom: 1px solid #cfcecd;
    margin-top: 25px;
    transition: .3s all ease;
}

.offer-wrapper .offer {
    border-radius: 0;
    padding: 3px 15px;
    font-family: 'Roboto Bold';
    color: #fff;
    background: #df7a49;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 0;
}

.offer-wrapper:hover {
    box-shadow: 0 10px 10px -12px #5d5a59;
}

.checkbox-container.label-offer {
    color: #333;
    font-family: 'Roboto Medium';
}

.checkbox-container.label-offer .original-price {
    color: #696965;
    font-family: 'Roboto Light';
}

.checkbox-container.label-offer .discounted-price {
    color: #df7a49;
    font-family: 'Roboto Bold';
    font-size: 18px;
}

.offer-wrapper .discount-info {
    padding: 0 35px;
}

.offer-wrapper .discount-info p .dark {
    color: #333;
}

.offer-wrapper .discount-info p {
    margin-bottom: 0;
    color: #969595;
    font-size: 14px;
}

.offer-wrapper .discount-info .change {
    text-decoration: underline;
    background: transparent;
    outline: 0;
    border: none;
    color: #df7a49;
}

.offer-wrapper .discount-info .change:hover {
    color: #5d5a59;
}

.changeDesign .modal-header {
    border-bottom: none;
    padding: 0 0;
}

.changeDesign .modal-header .close {
    font-size: 68px;
    position: absolute;
    display: block;
    right: 30px;
    z-index: 999999;
    color: #696965;
    opacity: 1;
}

.changeDesign .modal-header .close:hover {
    color: #df7a49;
}

.changeDesign .modal-dialog {
    width: 1200px;
    max-width: 100%
}

.changeDesign .modal-content {
    box-shadow: 0 0 5px #dbdada;
    border: none;
}