.svg-x {
	.button.feather-button {
		svg {
			top: 3px;
			margin-right: 0px;
		}
	}
}

.associate-details {
	.icon-com {
		span {
			color: #aaa;
		}
	}

	.trustee {
		display: flex;
		justify-content: space-between;
		align-items: center;

		.button.feather-button.is-small {
			background-color: #ef4f4f;
			border-color: #ef4f4f;
		}

		>div {
			font-weight: 600;
		}
	}
}

.customise-your-order {
	.inner {
		padding: 0!important;
	}

	.tab1 {
		.regisration {
			display: flex;
			justify-content: space-between;
			align-items: center;
			font-size: 23px;
			line-height: 1.2;
			color: #ff6600;
			padding-bottom: 15px;
		}

		.icon-registration {
			justify-content: flex-start;
			align-items: center;

			i,svg {
				color: #585b5e;
				font-size: 32px;
				margin-right: .5em;
			}

			&.text-red {
				color: #a44544;

				svg {
					color: #a44544;
				}

				&-green {
					color: #3b7642;

					svg {
						color: #3b7642;
					}

					.p-mleft {
						margin-left: 40px;
					}
				}
			}
		}
	}
}