/***************************/
/***************************/
/********* START ***********/
/***** COST CALCULATOR *****/

.calc-container.vertical {
	max-width: 100%!important;
	grid-template-columns: 3fr 2fr!important;
}

.calc-pagination .circle-with-line .tabs {
	
}

.calc-group .calc-group-wrapper {
	border: 1px solid #ddd!important;
	padding: 20px!important;
}

.calc-item__title.ccb-group-field {

    border-bottom: solid 1px #ccc;
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.calc-item__title.ccb-group-field span {
	font-size: 1.1em!important;
}

.calc_group_field_id_19 .calc-group-fields {
	display: grid!important;
	column-gap: 16px;
	grid-template-columns: 1fr 1fr;
	padding: 0px 0px 20px 0px!important;
}

.calc-group-wrapper.calc_group_field_id_19 {
	border: none!important;
}

.calc-radio-wrapper.calc-radio-image {
    justify-content: space-around!important;
	
}

.calc-radio-image-wrapper {
	min-width: 140px!important;
	min-height: 140px!important;
	max-width: 160px!important;
	text-wrap: wrap!important;
  text-align: center!important;
}

.calc-radio-wrapper.boxed, .calc-radio-wrapper.boxed-with-radio {
	display: grid!important;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
}

.calc-radio-image-wrapper .calc-radio-image-box img {
	width: 60px!important;
	height: 60px!important;
	
}

.removeTotal {
	display: none!important;
}

.calc-container .calc-page-navigation .submit {
/* 	  display: none; */
		min-width: 120px;
    background: #028DA5 !important;
}

#t2r-make-order {
	background-color: #028DA5 !important;
}

.t2r-submit-buttons {
	visibility: hidden;
	height: 0px
}

#t2r-order-form .ccb-btn-container {
	visibility: hidden;
	height: 0px;
}

#t2r-thankyou-orderid span {
	font-size: 1.4em;
	font-weight: 700;
	margin: 20px 0px;
}

.calc-subtotal-list-accordion .text_field_id_2, .calc-subtotal-list-accordion .text_field_id_4, .calc-subtotal-list-accordion .text_field_id_12, .calc-subtotal-list-accordion .text_field_id_13, .calc-subtotal-list-accordion .text_field_id_15 {
	display: none!important;
}

.overlay-waiting {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    flex-direction: column;
    
    border-radius: 0px;
}

.overlay-waiting span {
	color: white;
	margin-top: 20px;
}

.overlay-waiting .loading {
	border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}


.calculator-settings.ccb-front {
	margin: 0 auto!important;
}

.calc-multi-step-title {
	display: none!important;
}

.thank-you-page__actions-wrapper > button.calc-primary {
/*	display: none;*/
	background-color: blue;
}

.thank-you-page__actions-wrapper button.calc-primary {
	display: none!important;
}

.thank-you-page__actions .thank-you-page__actions-wrapper {
    justify-content: center!important;
    flex-direction: column!important;
    align-content: center!important;
}

#t2r-thankyou-orderid span {
    font-size: 1.4em;
    font-weight: 700;
    margin: 20px 0;
}

.t2r-thankyou-order {
	font-size: 1.4em!important;
    font-weight: 700!important;
    margin: 20px 0!important;
}


@media screen and (max-width: 768px) {
	
	.calc-container.vertical {
	    grid-template-columns: 1fr!important;
	}
		
		.ccb-location-popup__wrapper {
		height: 60%!important;
			margin: 20px auto!important;
	}
		
		
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
	  font-size: 16px;
	}
	
	
}

/***** COST CALCULATOR *****/
/***************************/
/***************************/
/********** END ************/
