@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;600;700;900&display=swap');

* {
	padding:0;
	margin:0;
}
.source-sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
}

.commercioo-thankyou-page {
    border-radius: 5px;
    background: #ffffff;
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 40px;
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
}

.commercioo-checkout-title-product {
    font-size: 16px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 15px;
}

.commercioo-checkout-description-product {
    font-size: 16px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}
.commercioo-checkout-description-product-small {
    font-size: 13px;
    font-weight: 400;
    color: #586469;
    letter-spacing: 0.5px;
}
.commercioo-checkout-description-product-medium {
    font-size: 14px;
    font-weight: 400;
    color: #586469;
}
/* ---------------- */
.label-title {
    font-size: 16px;
    color: #616161;
    text-decoration: none solid rgb(97, 97, 97);
    letter-spacing: 0.5px;
    font-weight: bold;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.form_wrapper {
	width:100%;
	box-sizing:border-box;
	position:relative;
    z-index:1;
}
.form_wrapper:nth-child(1) {
    width: 55%;
    padding-right: 20px;
}
.form_wrapper:nth-child(2) {
    width: 45%;
}
.form_wrapper label {
	display:block;
    margin:0 0 5px;
    font-size: 13px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}
.form_wrapper .input_field, .form_wrapper .textarea_field {
	position:relative;
}
.form_wrapper .input_field > span, .form_wrapper .textarea_field > span {
	position:absolute;
	left:0;
	top:0;
	color:#333;
	height:100%;
	border-right:1px solid #ccc;
	text-align:center;
	width:30px;
}
.form_wrapper .textarea_field > span {
	border-bottom:1px solid #ccc;
	max-height:35px;
}
.form_wrapper .input_field > span > i, .form_wrapper .textarea_field > span > i {
	padding-top:12px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="tel"], .form_wrapper select, textarea {
	width:100%;
	padding:13px 10px;
	border:2px solid #dfe5e9;
	box-sizing:border-box;
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    border-radius: 4px;
}
.form_wrapper input[type="text"]::placeholder {
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    letter-spacing: .5;
}
.form_wrapper select {
    position: relative;
    padding-right: 10px;
}
.form_wrapper textarea {
	height:8em;
}

.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="tel"]:hover, textarea:hover {
    cursor: pointer;
    -webkit-box-shadow:0 0 2px 1px #586469;
	-moz-box-shadow:0 0 2px 1px #586469;
	box-shadow:none;
    border: 2px solid rgb(140, 140, 140);
    outline: none;
    border-radius: 4px;
}

.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="tel"]:focus, textarea:focus {
	-webkit-box-shadow:0 0 2px 1px #f15a29;
	-moz-box-shadow:0 0 2px 1px #f15a29;
	box-shadow:none;
    border:2px solid #f15a29;
    outline: none;
    border-radius: 4px;
}

.form_wrapper input[type="submit"] {
	height:50px;
	line-height:50px;
	padding: 0;
	width:100%;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	font-size:1.2em;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover, .form_wrapper input[type="submit"]:focus {
	background:#daa106;
}

.cc-set-color-red {
    /*color: #f15a29 !important;*/
}

.wrap-content {
    display: flex;
    justify-content: center;
}

.d-none {
	display: none !important;
}

/* Utilities */
.cc-d-flex {
    display: flex;
}
.c-text-hero {
    font-size: 32px;
    font-weight: 700;
}

[data-3digit]:after {
    content: attr(data-3digit);
    width: 100%;
    background-color: #fff176;
}
.c-commercioo-color {
    color: #f15a29;
}
.c-semibold {
    font-weight: 600;
}
.set-text-align-right {
    text-align: right;
}
/* End Utilities */

@media (max-width: 767px) {
    .form_wrapper:nth-child(1),
    .form_wrapper:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .wrap-content {
        display: block;
    }
    
    .commercioo-thankyou-page {
        border-radius: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
	.form_wrapper label {
		margin:10px 0;
    }
}
.commercioo-checkout-order-summary-item.tylast {
    border: 1px solid #c0c9d0;
    background-color: #f2f5f7;
    padding: 0px 20px;
}