/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2022 | 10:07:25 */
.tito-widget .tito-widget-form .tito-release {
    margin-top: 0;
    padding-bottom: 0;
}

.tito-widget .tito-widget-form {
    background: rgb(255 255 255);
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 920px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
	padding: 0;
	margin: 0;
	border: 1px solid black;
}

.tito-widget-form 
{
	width: 380px;
}

.tito-widget .tito-widget-form .tito-release {
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    min-height: 54px;
    padding-bottom: 10px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tito-widget .tito-widget-form .tito-release .tito-release-description {
    /* margin-right: 50px; */
    min-width: inherit;
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin: 0;
}
.tito-widget .tito-widget-form .tito-release .tito-price-details-regular {
    align-items: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
    padding: 0;
    width: 100%;
}

.tito-widget .tito-widget-form .tito-release .tito-price-details-regular .tito-price {
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 38px;
    font-family: sans-serif;
    font-weight: bold;
    /* color: gray; */
    line-height: 50px;
    color: #969696!important;
    margin-top: 10px;
}

.tito-widget .tito-widget-form .tito-release .tito-price-details-regular .tito-release--tax {
    color: #E60000;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
}

.tito-widget .tito-widget-form .tito-release .tito-release-description {
    /* margin-right: 50px; */
    min-width: inherit;
    /* padding-left: 0; */
    width: 100%;
    text-align: center;
    /* padding: 15px; */
    margin: 0;
    margin: auto;
    width: 100%;
    display: block;
    background-color: #E60000;
    color: white;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}

.tito-widget .tito-form-actions .tito-submit {
    background: #E60000;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: auto;
    padding: 12px 14px;
    text-align: center;
    width: 40%;
    border-radius: 300px;
	box-shadow: initial;
}

.tito-widget .tito-widget-form .tito-release .tito-release--title {
    font-weight: 500;
    margin-bottom: 0;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
}

.tito-widget .tito-widget-form .tito-release .tito-release-description .tito-release-description--description p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}