/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2024 | 14:06:12 */
.tito-widget .tito-widget-form .tito-release {
	margin-top: 0;
	padding-bottom: 0;
}
.tito-widget .tito-widget-form {
	background: #B28E5E;
	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: #082a35 !important;
	margin-top: 10px;
}
.tito-widget .tito-widget-form .tito-release .tito-price-details-regular .tito-release--tax {
	color: #082A35;
	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: #082A35;
	color: white;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	background: #361063;
	background-repeat: no-repeat;
background-size: cover;
background-size: 100% 100%;
}
.tito-widget .tito-form-actions .tito-submit {
	background: #082A35;
	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: 150px;
	border-radius: 300px;
	box-shadow: initial;
	    margin: auto;
    display: block;
}
.tito-widget .tito-widget-form .tito-release .tito-release--title {
	font-weight: 500;
	margin-bottom: 0;
	width: 100%;
	font-size: 30px;
	line-height: 38px;
	/*display: none;*/
}
.tito-widget .tito-widget-form .tito-release .tito-release-description .tito-release-description--description p
{
	color: white;
	text-shadow: 2px 2px 1px #000;
}
.tito-widget .tito-widget-form .tito-release .tito-release-description .tito-release-description--description p {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.tito-widget .tito-form-actions .tito-discount input.tito-discount-code-field {
display: block !important;
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
	border: 2px solid #082a35;
}

.tito-widget .tito-form-actions {
  display: block;
  flex-wrap: wrap;
  justify-content: end;
  padding: 20px 10px;
	text-align: right;
}


.tito-widget .tito-widget-form .tito-release .tito-quantity .tito-quantity-input {
    border: 2px solid #082a35;
}

.tito-discounted-from
{
	font-size: 31px !important;
	/*color: green !important;*/
}

.tito-discounted-price
{
	font-size: 31px !important;
	/*color: orange !important;*/
}