.single-product .wcpa_form_outer .tmc-wcpa-container {
	margin-top: 2rem;
}

.single-product .wcpa_price_summary {
	display: none;
}

/* Migration Type */
.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_checkbox label {
	display: flex;
	align-items: center;
}


.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_checkbox .wcpa_check {
	height: 25px !important;
	width: 25px !important;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 9px;
	margin-right: 15px !important;
	margin-left: 0 !important;
	flex-shrink: 0;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_checkbox input[type=checkbox]+label .wcpa_check::before {
	content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 12px;
    border: solid #83004e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
	visibility: hidden;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_checkbox .input[type=checkbox]:checked+label .wcpa_check {
	border: none;
	background-color: #fff;
	margin-right: 15px !important;
	margin-left: 0 !important;
	height: 25px !important;
	width: 25px !important;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_checkbox input[type=checkbox]:checked+label .wcpa_check::before {
	visibility: visible;
	left: 8px !important;
    top: 4px !important;
    width: 8px !important;
    height: 12px !important;
}

.single-product .wcpa_form_outer .tmc-migration-type label {
    display: none;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_type_header {
    color: #98064c;
    text-align: center;
	font-size: 36px;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .wcpa_type_header * {
    font-weight: 700;
}

.single-product .wcpa_form_outer .tmc-migration-type-container .tmc-migration-type {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Migration Source Target */

.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target, 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target {
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	box-shadow: 0 9px 20px rgba(0, 0, 0, .1);
	border-radius: 20px;
	margin: 1.5rem;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target .wcpa_row, 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target .wcpa_row { 
	height: 34px;
	margin-bottom: 0;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container > .wcpa_row:nth-child(3), 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container > .wcpa_row:nth-child(3) {
	background: none;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target .wcpa_row:nth-child(2), 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target .wcpa_row:nth-child(2) {
	background: #fff url(../images/icons/arrow-migration.svg) no-repeat;
	background-position: center;
	flex-basis: 45%;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target > .wcpa_row:nth-child(3), 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target > .wcpa_row:nth-child(3),
.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_row:nth-child(3) {
    background: none;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target .wcpa_row label, 
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target .wcpa_row label {
	display: none;
}

/* Migration Qty */
.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty_parent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty_parent input {
	width: 150px !important;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty_parent label {
	font-weight: 500 !important;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper {
	width: auto;
	display: flex;
	margin-left: 1rem;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	align-items: center;
	justify-content: center;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper input[type="number"] {
	border-radius: 10px;
	border: none !important;
	height: 40px;
	min-width: 80px;
	-moz-appearance: textfield;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper input[type="number"]::-webkit-inner-spin-button {
	appearance: none;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper input[type="number"]::-webkit-outer-spin-button {
	appearance: none;
}


.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-nav {
	float: left;
	position: relative;
	height: 40px;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #eee;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-button.quantity-up {
	position: absolute;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-button.quantity-up::after {
	border: solid #14065d;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	content: "";
	transform: rotate(-135deg);
	position: absolute;
	top: 8px;
	right: 7px;
	transition: ease all 0.3s;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-button.quantity-down {
	position: absolute;
	top: 50%;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ffff;
}

.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper .quantity-button.quantity-down::after {
	border: solid #14065d;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 7px;
	transition: ease all 0.3s;
}

/* User Migration */
.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox label {
	display: flex;
	align-items: center;
	font-weight: 400;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox .wcpa_check {
	height: 25px !important;
	width: 25px !important;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 9px;
	margin-right: 15px !important;
	margin-left: 0 !important;
	flex-shrink: 0;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox input[type=checkbox]+label .wcpa_check::before {
	content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 12px;
    border: solid #83004e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
	visibility: hidden;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox .input[type=checkbox]:checked+label .wcpa_check {
	border: none;
	background-color: #fff;
	margin-right: 15px !important;
	margin-left: 0 !important;
	height: 25px !important;
	width: 25px !important;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox input[type=checkbox]:checked+label .wcpa_check::before {
	visibility: visible;
	left: 8px !important;
    top: 4px !important;
    width: 8px !important;
    height: 12px !important;
}
.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox.disable label {
  color: #e5e5e5; 
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox.disable .wcpa_check {
  background-color: #e5e5e5; 
}

.single-product .tmc-wcpa-next-button {
	min-width: 250px;
}

.single-product .select2-container .select2-dropdown {
	min-width: 160px;
}

	/* .single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_checkbox.disable:hover input ~ .wcpa_check {
	background-color: #e5e5e5; 
	} */

.single-product .wcpa_form_outer .tmc-user-account-migration-container .migration-data-type_parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .wcpa_form_outer .tmc-user-account-migration-container .migration-data-type_parent > label {
    display: none;
}

/* Migration Header */
.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .wcpa_type_header,
.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_type_header {
    color: #98064c;
    text-align: center;
	font-size: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .wcpa_type_header *,
.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_type_header * {
    font-weight: 700;
}

.single-product .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
	top: 0;
}

.single-product .tmc-consulting-services-items .wcpa_tooltip_icon {
    /* background: rgba(160, 160, 160, 1); */
    background: none;
}

.single-product .purchase-consulting-services-items .wcpa_form_item .wcpa_tooltip_icon > span {
    background: white;
    color: rgba(82, 82, 82, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px !important;
    padding: 12px;
    font-size: 14px;
}


/* Consultung Services  */
.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-pretitle {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-desc {
	 text-align: center;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_type_header {
    color: #98064c;
    text-align: center;
	font-size: 36px;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_type_header * {
    font-weight: 700;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_row {
    margin-bottom: 0;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_row:nth-child(3) {
    background: none;
}

.single-product .wcpa_form_outer > .wcpa_row:nth-child(6) {
	flex-basis: 0;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_form_item > label,
.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_priceouter {
    display: none;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
	margin-top: 40px;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_row {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
	align-items: center;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_row .wcpa_form_item {
    flex-grow: 1;
    float: none;
    min-height: 46px;
    display: flex;
    align-items: center;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_row .wcpa_form_item:nth-child(2) {
    width: 50px !important;
    min-width: 120px;
}

/* Consulting Services Checkbox */
.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_checkbox label {
	display: flex;
	align-items: center;
	font-weight: 500;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_checkbox .wcpa_check {
	height: 25px !important;
	width: 25px !important;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 9px;
	margin-right: 15px !important;
	margin-left: 0 !important;
	flex-shrink: 0;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_checkbox input[type=checkbox]+label .wcpa_check::before {
	content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 12px;
    border: solid #83004e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
	visibility: hidden;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_checkbox .input[type=checkbox]:checked+label .wcpa_check {
	border: none;
	background-color: #fff;
	margin-right: 15px !important;
	margin-left: 0 !important;
	height: 25px !important;
	width: 25px !important;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_checkbox input[type=checkbox]:checked+label .wcpa_check::before {
	visibility: visible;
	left: 8px !important;
    top: 4px !important;
    width: 8px !important;
    height: 12px !important;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_row .wcpa_form_item.consulting-services-option-label_parent {
    padding-left: 46px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .select-general-consulting_parent .select2-container--default .select2-selection--single {
    min-width: 120px;
    justify-content: flex-start;
}

/* .single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .select-general-consulting_parent .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
} */

.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .select-general-consulting_parent .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
    opacity: 0.5;
}

.single-product .purchase--total__price .tmc-wcpa-next-button {
	display: block;
}



.single-product .wcpa_form_outer .wcpa_form_item .wcpa_helptext {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: none;
}


/**
 * General Consulting
 */
/**
 * SELECT 2
 */
.single-product .select-general-consulting_parent .select2-container--default .select2-selection--single {
    /* min-width: 100px; */
    justify-content: start;
    padding: 4px 0 !important;
}

.single-product .select-general-consulting_parent .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
	font-weight: 500;
    color: rgba(27, 27, 27, 1);
}

.single-product .select-general-consulting_parent .select2-container--default .select2-selection--single {
    border: 1px solid rgba(27, 27, 27, 1);
    border-radius: 0;
}

.single-product .select-general-consulting_parent .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
    height: 8px;
    margin-top: -2px;
}

.single-product .select-general-consulting_parent .select2-container {
    min-width: 160px;
}

.single-product .select-general-consulting_parent .select2-container--default .select2-selection--single .select2-selection__placeholder {
    text-transform: none;
}

/**
 * Dropdown General Consulting
 */
.dropdown-general-consulting .select2-results__options {
    padding: 6px 4px !important;
}

.dropdown-general-consulting .select2-results__option .consulting-service-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-general-consulting .select2-results__option .consulting-service-option .option-price {
    font-weight: 500;
    font-size: 16px;
}

.dropdown-general-consulting .select2-results__option:not(:last-child) {
    border-bottom: 1px solid rgba(246, 246, 246, 1);
}

.dropdown-general-consulting .select2-results__option .consulting-service-option .option-detail .option-hours,
.dropdown-general-consulting .select2-results__option .consulting-service-option .option-detail .option-price-per-hour {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    text-align: right;
}

.dropdown-general-consulting .select2-results__option .consulting-service-option .option-detail .option-hours {
    color: rgba(152, 6, 76, 1);
    font-size: 11px;
    line-height: 16px;
}

.dropdown-general-consulting .select2-results__option .consulting-service-option .option-detail .option-price-per-hour {
    color: rgba(82, 82, 82, 1);
    text-align: right;
    font-size: 13px;
    line-height: 16px;
}

.dropdown-general-consulting .select2-results__option--highlighted[aria-selected] .consulting-service-option .option-detail .option-price-per-hour,
.dropdown-general-consulting .select2-results__option--highlighted[aria-selected] .consulting-service-option .option-detail .option-hours {
    color: white;
}

.dropdown-general-consulting .select2-results__options {
    margin-bottom: 0;
}

.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon:hover:before {
	display: none !important;
}


/* Mobile Responsive */
@media screen and (max-width: 767px) {
	.single-product .purchase--total__price .tmc-wcpa-next-button {
		display: none;
	}
	.single-product .wcpa_form_outer .tmc-migration-type-container .tmc-migration-type {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin: 0;
	}

	.single-product .wcpa_form_outer .tmc-migration-type-container .tmc-migration-type > .wcpa_checkbox {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/* Purchase button */
	.purchase--total {
		flex-wrap: wrap;
	}

	.purchase--total__price h3 {
		margin-right: 0;
	}

	.purchase--total__price-mobile {
		width: 100%;
	}

	.single-product .tmc-wcpa-next-button {
		margin-top: 15px;
		width: 100%;
	}

	.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_row:nth-child(3), 
	.single-product .wcpa_form_outer .tmc-shared-drive-migration-container .wcpa_row:nth-child(3),
	.single-product .wcpa_form_outer .tmc-consulting-services-container .wcpa_row:nth-child(3) {
        display: block !important;
    }

	.single-product .wcpa_form_outer .tmc-consulting-services-container .tmc-consulting-services-items .wcpa_row:nth-child(3) {
		display: flex !important;
	}

	.single-product .wcpa_form_outer .tmc-wcpa-container .new-migration-qty-wrapper {
		flex: none;
		min-width: 150px;
	}

	body.single-product .purchase.cart .wcpa_form_outer, body.single-product .variations_form.cart .wcpa_form_outer {
		padding-left: 0;
		padding-right: 0;
	}

	.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target, .single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target {
		margin-left: 0;
		margin-right: 0;
	}

	.single-product .select2-container--default .select2-selection--single {
		min-width: 100px;
	}

	.single-product .wcpa_form_outer .wcpa_form_item.wcpa_type_select, .single-product .wcpa_form_item.wcpa_type_number {
		min-width: 100px;
	}

	.single-product .wcpa_form_outer .tmc-user-account-migration-container .tmc-user-account-migration-source-target .wcpa_row:nth-child(2), .single-product .wcpa_form_outer .tmc-shared-drive-migration-container .tmc-shared-drive-migration-source-target .wcpa_row:nth-child(2){
		flex-basis: 10%;
		background-size: contain
	}

	.single-product .wcpa_form_outer .select2-container--default .select2-selection--single .select2-selection__rendered {
		max-width: 120px;
	}

	span.select2-container.select2-container--default.select2-container--open {
		/* left: 1rem !important; */
		width: calc(100% - 2rem) !important;
	}

	.single_add_to_cart_button {
		width: 100%;
		margin-top: 15px;
	}

	.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_form_item .checkbox-inline .wcpa_checkbox {
		display: block;
		margin-left: 0;
        margin-bottom: 1rem;
	}

	.single-product .wcpa_form_outer .tmc-user-account-migration-container .wcpa_form_item .checkbox-inline {
		width: 100%;
		margin-left: 1rem;
	}

	.woocommerce-checkout .section--content.checkout-pages .container {
		padding: 0;
	}

	.woocommerce-checkout .order-details {
		padding-right: 0 !important;
	}

	.single-product .select-general-consulting_parent .select2-container {
		min-width: 140px;
	}

	.single-product .select-general-consulting_parent span.select2-container.select2-container--default.select2-container--open {
		/* left: 0 !important; */
		width: 140px !important;
	}
	
}



@media only screen and (max-width: 480px) {
    .tmc-consulting-services-items .wcpa_row .wcpa_form_item:nth-child(2),
    .product-template-default span.select2-container.select2-container--default.select2-container--open {
        /* left: 0 !important; */
        width: 140px !important;
        min-width: 140px !important;
    }

    .single-product .product_cat-transend-consulting-service .purchase-consulting-services-items .wcpa_row > .wcpa_form_item:first-child label {
        width: min-content !important;
        line-height: 15px;
    }

	.dropdown-general-consulting.select2-dropdown--above {
		transform: translateY(-10px);
	}
}

.select-general-consulting_parent.has-error .select2-selection.select2-selection--single,
.select-general-consulting_parent.has-error .select2-selection__placeholder {
    border-color: #da0000 !important;
    color: #da0000 !important;
}