.tito-widget-form {
    background: #2f292f;
    max-width: 920px;
    border: 3px solid #C8A337;
    width: 100%;
    margin: 0 auto;
}

.tito-widget-form .tito-release {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #C8A337;
    display: flex;
    justify-content: space-between;
}

span.tito-release--decrement-quantity {
    display: none;
}

.tito-release-description {
    width: 80%;
}


.tito-release-description ul {
    padding-left: 20px;
}
.tito-quantity input {
    padding: 2px;
    border-radius: 11px;
    border: none;
    max-width: 45px;
    min-height: 35px;
    text-align: center;
}

.tito-release--title {
    font-size: 1.25rem;
    font-weight: bolder !important;
}

.tito-form-actions {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
}

.tito-form-actions .tito-discount input {
    padding: 4px 10px;
    border-radius: 5px;
    border: none;
}

button.tito-submit {
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

span.tito-price {
    font-weight: bold;
    font-size: 1.25rem;
}

.tito-release-description--description {
    width: 80%;
}
.tito-form-actions button {
    border: 2px solid #C8A337;
}

/* Chrome, Safari, Edge, Opera */
.tito-quantity input::-webkit-outer-spin-button,
.tito-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tito-quantity input[type=number] {
  -moz-appearance: textfield;
    font-weight: bold;
    color: #000;
}

.color-1 .tito-widget-form,
.color-1 .tito-release,
.color-1 .tito-form-actions button {
    border-color: #C8A337;
}

.color-2 .tito-widget-form,
.color-2  .tito-release,
.color-2 .tito-form-actions button{
    border-color: #8699F8;
}
.color-3 .tito-widget-form,
.color-3  .tito-release,
.color-3 .tito-form-actions button{
    border-color: #06CE6C;
}

.color-4 .tito-widget-form,
.color-4  .tito-release,
.color-4 .tito-form-actions button{
    border-color: #FF8C99;
}

@media (max-width: 1199px) {
    .tito-price-details-regular {
        min-width: 100px;
    }
    .tito-times {
        min-width: 20px;
    }
    .tito-form-actions {
        flex-wrap: wrap;
        padding: 1rem;
    }
    
}
@media (max-width: 1024px) {
    .tito-release-description {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .tito-widget-form .tito-release {
        display: block;
        padding: 1rem;
    }
    .tito-release-description--description {
        width: 100%;
    }
    .tito-price-details-regular, .tito-times, .tito-quantity {
        display: inline-block;
    }
    
    .tito-form-actions .tito-discount,
    .tito-form-actions button{
        margin: 0.75rem 0 0.25rem;
    }
}

.tito-widget-form {
    max-width: 1080px;
}
.tito-price-details-regular {
    margin-right: 10px;
}
.tito-release-description {
    width: 70%;
}