body{
	overflow-x: hidden;
}
.mariadb-checkout-wrap {
	display: flex;
    flex-wrap: wrap;
}
.mariadb-checkout-content {
	flex-basis: 100%;
	max-width: 100%;
}
.mariadb-checkout-sidebar {
	flex-basis: 40%;
	max-width: 40%;
}
.woocommerce-checkout-form-wrap {
	display: flex;
    flex-wrap: wrap;
}
.woocommerce {
	padding-top: 100px;
}
#woocommerce_eu_vat_number label {
	display: none;
}
#woocommerce_eu_vat_number input {
	padding-left: 20px;
}
.woocommerce-checkout-form-wrap .woocommerce-checkout-form-left {
	flex-basis: 60%;
	max-width: 60%;
	padding-right: 100px;
}
.woocommerce-checkout-form-wrap .woocommerce-checkout-form-right {
	flex-basis: 40%;
	max-width: 40%;
}
.checkout-content-row h2 {
	font-size: 24px;
    border-bottom: 1px solid rgba( 0, 0, 0, 0.3 );
    padding-bottom: 20px;
    text-transform: none;
    color: #000;
    font-weight: 400;
}
.checkout-content-row .content-row-header.active h2 {
	color: #2f99a3;
}
.mariadb-product-selection {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	position: relative;
}
.mariadb-product-selection h3 {
	flex-basis: calc( 100% - 300px );
	max-width: calc( 100% - 300px );
	font-size: 26px;
	color: #000;
	margin-bottom: 0;
	position: relative;
    top: 5px;
}
#node-purpose-select h3 {
	font-size: 18px;
}
.mariadb-product-selection .custom-node-select {
	flex-basis: 300px;
	max-width: 300px;
	border-radius: 30px;
}
.mariadb-product-selection .custom-node-select span {
	font-size: 14px;
}
.custom-node-select .node-select-options {
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.3);
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-node-select.active .node-select-options {
	padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.custom-node-select .node-select-options span {
	display: block;
	padding: 5px 15px;
	cursor: pointer;
}
.custom-node-select .node-select-options span:hover {
	background-color: rgba(0,0,0,0.1);
}
.custom-node-select .selected-text {
	display: inline-block;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
}
.custom-node-select.active .selected-text {
	border-radius: 10px 10px 0 0;
}
.custom-node-select .selected-text i {
	position: absolute;
    right: 15px;
    font-size: 20px;
    line-height: 20px;
    top: 9px;
}
.checkout-content-row {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.content-row-header {
	position: relative;
}
.content-row-header .expander {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #abc74b;
    width: 25px;
    height: 25px;
    border: 1px solid #abc74b;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 1px;
}
.checkout-content-row.expandable .content-row-body{
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkout-content-row.expandable .content-row-body.active {
	height: auto;
	overflow: inherit;
	opacity: 1;
}
.woo-cart-wrap {
	display: none;
}
.woocommerce-additional-fields {
	display: none;
}
.woocommerce-checkout-form-right h3{
	font-size: 24px;
	color: #000;
	font-weight: 400;
}
.woocommerce-checkout-form-right .woocommerce-order-summary {
	margin-bottom: 50px;
}
.woocommerce-checkout-form-right-inner {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
}
.woocommerce-checkout-form-right-inner.fixed {
	position: fixed;
    top: 130px;
    z-index: 999;
}
.woocommerce-checkout-form-right-inner.fixed .woo-order-terms-condision {
	margin-top: 10px;
}
body.summary-fixed footer.footer {
	margin-top: 600px;
}
.woocommerce-checkout-form-right-inner.fixed .woo-order-total-row {
	padding-top: 10px;
}
.woocommerce-checkout-form-right-inner.fixed .woo-complete-order {
	padding-top: 20px;
    padding-bottom: 10px;
}
.woocommerce-checkout-form-right-inner.fixed .woo-complete-order a,
.woocommerce-checkout-form-right-inner.fixed .woo-complete-order button {
	font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.woo-order-summary-wrap {
	-webkit-box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
    padding: 25px;
    border-radius: 25px;
    margin-top: 20px;
    background: #f4f2f4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #f4f2f4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ffffff, #f4f2f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.order-summary-row-val .subscription-price .subscription-details {
	display: none;
}
.woo-order-summary-row,
.woo-order-total-row {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.woo-order-summary-row .order-summary-row-item {
	flex-basis: calc( 100% - 120px );
	max-width: calc( 100% - 120px );
	font-weight: 300;
}
.woo-order-total-row .woo-order-total-text {
	flex-basis: calc( 100% - 120px );
	max-width: calc( 100% - 120px );
}
.woo-order-summary-row .order-summary-row-val,
.woo-order-total-row .woo-order-total-val {
	flex-basis: 120px;
	max-width: 120px;
}
.woo-order-summary-row span {
	font-size: 18px;
}
.woo-order-total-row {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 30px;
}
.woo-order-total-row span {
	font-size: 22px;
	font-weight: 500;
}
.woo-order-terms-condision {
	margin-top: 150px;
}
.woo-order-terms-condision label {
	font-size: 18px;
}
.woo-complete-order {
	text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.woo-complete-order a,
.woo-complete-order button {
	display: inline-block;
    width: 100%;
    color: #2f99a3;
    border: 2px solid #2f99a3;
    border-radius: 50px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woo-complete-order a:hover {
	background-color: #2f99a3;
	color: #fff;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row label {
	display: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input {
	padding-left: 20px;
	border: 1px solid rgba(0,0,0,0.3);
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input::-moz-placeholder { /* Firefox 19+ */
  color: #c8c8c8;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input:-ms-input-placeholder { /* IE 10+ */
  color: #c8c8c8;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input:-moz-placeholder { /* Firefox 18- */
  color: #c8c8c8;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 40px;
	color: #c8c8c8;
	height: 40px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #003545;
	padding-top: 5px;
    padding-left: 20px;
    font-size: 12px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #c8c8c8;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0px;
    right: 20px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #424F62;
    border-style: solid;
    border-width: 0px 0px 0 0px;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #424F62;
    border-bottom: 1px solid #424F62;
    transform: rotate(45deg);
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	float: left;
	width: 50%;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
	clear: none;
}

.woocommerce .woocommerce-checkout #payment {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	background-color: #fff;
}
.woocommerce .content-row-body .woocommerce-checkout-payment .form-row.place-order {
	display: none;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
	padding: 0;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before {
	display: none;
} 
.woocommerce #payment .methods label[for=payment_method_stripe] {
	font-size: 22px;
	position: relative;
    top: -8px;
    width: 100%;
}
.woocommerce #payment .methods label[for=payment_method_stripe] img {
	float: right;
	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  	opacity: 0.5;
}
.woocommerce #payment .methods label[for=payment_method_stripe] img:hover {
	-webkit-filter: grayscale(0);
  	filter: none;
  	opacity: 1;
}
.woocommerce .woocommerce-checkout #payment div.payment_box .form-row {
	padding: 0;
	margin-bottom: 5px;
}
.woocommerce .woocommerce-checkout #payment div.payment_box .form-row label {
	display: none;
}
.woocommerce .woocommerce-checkout #payment div.payment_box .form-row .wc-stripe-elements-field {
	height: 40px;
	border-radius: 40px;
	padding-left: 20px;
	border: 1px solid rgba(0,0,0,0.3);
	padding-top: 10px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
	right: 17px;
}

.woocommerce #order_review {
	display: none;
}
.woo-form-error {
	display: none;
	color: #e51b00;
    font-size: 14px;
    font-style: italic;
}

.woocommerce .woocommerce-order {
	padding-top: 25px;
}

.info-tip {
	background-color: #abc74b;
	color: #fff;
	width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    position: relative;
    top: -10px;
    padding-top: 2px;
}
.info-tip:hover {
	color: #fff;
	background-color: #424F62;
}

.mariadb-product-selection .tooltip {
	max-width: 290px;
    font-size: 12px;
    text-align: center;
    background-color: #E5E1E5;
    top: -7px !important;
    color: #000;
}
.mariadb-product-selection .tooltip .tooltip-arrow {
	left: calc( 50% );
    bottom: -4px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #E5E1E5;
    transform: rotate( -45deg );
}

.stripe-source-errors .woocommerce_error {
	border: 0;
    background: transparent;
    padding: 0 0 0 10px;
    color: #e51b00;
    font-style: italic;
}
.stripe-source-errors .woocommerce_error:before {
	display: none;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper {
	display: none;
}

#node_usage_field {
	display: none;
}


/*---------------------------- Nimblebot -----------------------------------*/
.product-card-side-1 {
	color: #fff;
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	visibility:visible;
	backface-visibility: hidden;
}

/*----------------------------------------- Openworks --------------------------------*/
.session-video-wrap .session-video-inner {
	position:relative;
}
.session-video-wrap .session-video-inner iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.session-speackers-wrap {
	margin-bottom: 30px;
	margin-top: 50px;
}
.session-content-wrap h5 {
	font-size: 20px;
    margin-bottom: 10px;
}
.session-speackers-wrap ul {
	
}
.session-speackers-wrap ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
}
.session-speackers-wrap ul li:before {
	display: none;
}
.session-speackers-wrap ul li span {
	display: inline-block;
}
.session-speackers-wrap ul li span.speacker-desc {
	font-style: italic;
	font-size: 14px;
    position: relative;
    left: 5px;
}
.session-content-wrap .presentation-slides {
	font-size: 18px;
	color: #2F99A3;
	font-weight: 700;
}

.main-menu ul li.menu-item.menu-btn {
	padding-left: 15px;
}
.main-menu ul li.menu-item.menu-btn a {
	border: 2px solid #fff;
    border-radius: 80px;
    padding: 13px 23px;
    font-size: 10px;
    position: relative;
    top: -4px;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
}
.main-menu ul li.menu-item.menu-btn a:hover {
	background-color: #fff;
    border: 2px solid #fff;
    color: #003545;
}
.sticky-top-bar-container .sticky-top-bar.main-menu ul li.menu-item.menu-btn a {
	color: #ABC74A !important;
    border: 2px solid #ABC74A;
    background-color: transparent;
}
.sticky-top-bar-container .sticky-top-bar.main-menu ul li.menu-item.menu-btn a:hover {
	color: #fff !important;
	background-color: #ABC74A;
}

/*------------------------------------  Agolia --------------------------------------*/
.custom-search-page #ais-facets,
.custom-search-page #algolia-search-box {
	/*display: none;*/
}

.custom-search-page #algolia-hits h2 {
	font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: none;
}
.custom-search-page .ais-facets h3 {
	font-size: 25px;
	font-family: "adrianna","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.custom-search-page .ais-pagination {
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.custom-search-page .ais-pagination li {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #ABC74A;
	background-color: #fff;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #ABC74A;
}
.custom-search-page .ais-pagination li:hover {
	background-color: #ABC74A;
	cursor: pointer;
}
.custom-search-page .ais-pagination li a {
	color: #ABC74A;
}
.custom-search-page .ais-pagination li:hover a {
	color: #fff;
}
.custom-search-page .ais-pagination li.ais-pagination--item__disabled {
	display: none;
}
.custom-search-page .ais-pagination .ais-pagination--item__next a,
.custom-search-page .ais-pagination .ais-pagination--item__last a,
.custom-search-page .ais-pagination .ais-pagination--item__first a,
.custom-search-page .ais-pagination .ais-pagination--item__previous a {
	position: relative;
	top: -4px;
}

.algolia-autocomplete {
	width: auto !important;
	max-width: 400px;
    border-radius: 20px;
    max-height: 500px;
    overflow-y: hidden;
}
@media (max-width: 400px) {
	.algolia-autocomplete {
		max-width: 320px;
	}
}
.algolia-autocomplete .aa-dropdown-menu {
	max-height: 500px;
    overflow-y: scroll;
    padding: 0 15px 20px;
    margin-top: 17px;
    border-radius: 20px;
    background-image: linear-gradient(0, #D8D8D8 0%, #fcfcfc 100%);
    box-shadow: 0 5px 8px 0 rgba(66,79,98,0.55);
    position: relative;
}
.algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar {
	display: none;
}
.algolia-autocomplete .autocomplete-header .autocomplete-header-title {
	color: #0E6488;
	font-size: 20px;
	font-weight: 300;
	text-transform: none;
	font-family: "adrianna","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.algolia-autocomplete .autocomplete-header {
	margin-top: 20px !important;
}
.algolia-autocomplete:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	transform: rotate( -45deg );
	top: 12px;
    left: 10%;
}
.custom-search-page #algolia-search-box .search-icon {
	left: 13px;
    top: 7px;
    color: #008E9E;
    font-size: 20px;
}
.custom-search-page #algolia-search-box input {
	border: 1px solid #008E9E;
	line-height: 18px;
    font-size: 18px;
    padding: 6px 0 10px 50px;
    height: 45px;
}
.custom-search-page .ais-search-box--powered-by {
	display: none;
}
.custom-search-page .ais-stats--time {
	display: none;
}
.custom-search-page #ais-main {
	padding-right: 50px;
}
.custom-search-page #algolia-hits {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}
.custom-search-page #algolia-hits .ais-hits--item:not(:last-child) {
	border-bottom: 2px dotted #2F99A3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.custom-search-page .ais-menu--item a {
	color: #424F62;
}
#ais-facets #facet-categories,
#ais-facets #facet-tags,
#ais-facets #facet-users {
	display: none;
}

/* -------------------------- sessions demand -----------------------*/

.sessions-grid-wrap .session-forms-grid .session-forms-wrap {
	padding: 20px;
	width: 100%;
	display: inline-block;
	margin-top: -60px;
}
#ondemand-listing-section .session-gate-wrap .session-forms-wrap {
	max-width: 700px;
	display: block;
	width: 100%;
	max-width: 700px;
	margin:0 auto;
}
#ondemand-listing-section .session-gate-wrap .session-forms-wrap form {
	margin-top: 30px;
}

#ondemand-listing-section .session-gate-wrap .session-forms-title {
	text-align: center;
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
}

#ondemand-listing-section {
	position: relative;
}
#ondemand-listing-section .session-gate-wrap {
	text-align: center;
    min-height: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 9;
    top:0;

}

#ondemand-listing-section .mktoForm .mktoRequiredField label.mktoLabel {
	width: 100% !important;
}
#ondemand-listing-section .mktoForm .mktoFieldWrap .mktoLabel[for=Privacy_Policy_Consent__c] {
	position: relative;
    left: 23px;
    top: 26px;
}

#ondemand-listing-section .mktoForm div.mktoLogicalField {
	position: relative;
    left: -15px;
}
#ondemand-listing-section .mktoForm .mktoFieldWrap .mktoLabel[for=Privacy_Policy_Consent__c] span,
#ondemand-listing-section .mktoForm .mktoFieldWrap .mktoLabel[for=Email_Opt_In__c] span {
	display: none;
}
#ondemand-listing-section .mktoForm div.mktoLogicalField.mktoInvalid {
	border-color: transparent;
}


/* ------------- Checkout page mobile responsive -------------------------------*/

@media (min-width: 1024px) and (max-width: 1250px) {

	.woocommerce-checkout-form-wrap {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.woocommerce-checkout-form-wrap .woocommerce-checkout-form-left {
		padding-right: 30px;
	}
	.checkout-content-row h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.mariadb-product-selection h3 {
		font-size: 22px;
	}
	#node-purpose-select h3 {
		font-size: 16px;
	}
	.woocommerce-checkout-form-right h3 {
		font-size: 20px;
	}
	.woo-order-summary-wrap {
		padding: 15px;
    	border-radius: 15px;
	}
	.woo-order-summary-row span {
		font-size: 16px;
	}
	.woo-order-summary-row, .woo-order-total-row {
		padding-bottom: 10px;
	}
	.woo-order-total-row {
		padding-top: 15px;
	}
	.woo-order-total-row span {
		font-size: 18px;
	}
	.woo-order-terms-condision {
		margin-top: 80px;
	}
	.woo-order-terms-condision label {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {

	.woocommerce-checkout-form-wrap {
		padding-left: 20px;
    	padding-right: 50px;
	}
	.woocommerce-checkout-form-wrap .woocommerce-checkout-form-left {
		padding-right: 0;
	}
	.woocommerce-checkout-form-wrap .woocommerce-checkout-form-left,
	.woocommerce-checkout-form-wrap .woocommerce-checkout-form-right {
		flex-basis: 100%;
		max-width: 100%;
	}
	.woocommerce {
		padding-top: 40px;
	}

	#ondemand-listing-section .session-gate-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 639px) {

	.woocommerce-checkout-form-wrap {
		padding-right: 20px;
	}
	.checkout-content-row h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.mariadb-product-selection h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#node-purpose-select h3 {
		font-size: 16px;
	}
	.woocommerce-checkout-form-right h3 {
		font-size: 20px;
	}
	.woo-order-summary-wrap {
		padding: 15px;
    	border-radius: 15px;
	}
	.woo-order-summary-row span {
		font-size: 16px;
	}
	.woo-order-summary-row, .woo-order-total-row {
		padding-bottom: 10px;
	}
	.woo-order-total-row {
		padding-top: 15px;
	}
	.woo-order-total-row span {
		font-size: 18px;
	}
	.woo-order-terms-condision {
		margin-top: 80px;
	}
	.woo-order-terms-condision label {
		font-size: 16px;
	}
	.mariadb-product-selection h3,
	.mariadb-product-selection .custom-node-select {
		flex-basis: 100%;
		max-width: 100%;
	}

	#ondemand-listing-section .mktoForm div.mktoLogicalField {
		position: relative;
	    top: -15px;
	    left: -2px;
	}
	#ondemand-listing-section .mktoForm div.mktoLogicalField.mktoInvalid {
		border-color: transparent;
	}
}

@media (max-width: 500px) {

	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field, 
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
		width: 100%;
	}
	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field{
		margin-bottom: 6px;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		width: 100%;
	}
	#add_payment_method #payment ul.payment_methods li img.stripe-icon, 
	.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
		max-width: 30px !important;
		margin: 12px 0 0 !important;
	}
	.checkout-content-row {
		margin-bottom: 30px;
	}
	.woo-complete-order a, .woo-complete-order button {
		font-size: 16px;
    	padding-top: 6px;
    	padding-bottom: 6px;
	}
	.woo-complete-order {
		padding-top: 20px;
	}
	.woo-order-terms-condision label {
		font-size: 14px;
	}
	.woo-order-terms-condision {
		margin-top: 50px;
	}
}