input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
	height: 40px !important;
}

.confirmationFormWrapper .form-control[readonly] {
	pointer-events: none;
	opacity: .5;
}

#title-size-chart:hover {
	text-decoration: none;
}

.modal-popup.size-chart-modal.modal-slide .modal-inner-wrap {
	background: #ffffff;
}

.size-chart-modal .modal-header .modal-title {
	text-transform: uppercase;
}

.trinityweb-size-chart .size-chart-main-image {
	text-align: center;
}

#trinityweb-open-popup {
	margin: 17px 0;
}

#trinityweb-open-popup a {
	cursor: pointer;
}

#title-size-chart {
	padding: 7px 10px;
	border: 1px solid #000;
	background-color: #ffffff;
	color: #000;
	/*width: 203px;*/
}

#title-size-chart:after {
	content: '';
	background: no-repeat 0/100%;
	padding: 13px;
	margin-left: 5px;
}

#title-edit-size-chart {
	margin: 8px 0 0 20px;
}

.accordion-header h3::after {
	content: "";
	float: right;
	border: solid black;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-right: 10px;
	margin-top: 5px;
}

@media only screen and (min-width: 1024px) {
	.modal-popup.size-chart-modal._inner-scroll .modal-inner-wrap {
		width: 980px;
		max-width: 100%;
	}
}

.btn-primary {
	background-color: #000 !important;
	border-radius: 0px !important;
}

.seam-notice {
	padding: 15px;
	background: #f9f9f9;
	border-radius: 0px;
	width: 100%;
}

.seam-title {
	font-weight: 600;
	font-size: 16px;
}

.seam-text {
	font-size: 14px;
}

#alertContainer {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.input-with-icon {
	position: relative;
}

.checkmark {
	display: none;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: green;
	font-size: 18px;
}

.form-col {
	/*overflow-y: scroll !important;*/
	margin-top: 10px;
}

.actions-outer {
	position: relative;
	margin: 0 -8px;
}

.actions-outer input[type="checkbox"], .account input[name="confirm_measurements"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	top: auto;
}

#measure-form label {
	padding: 5px;
	font-weight: 600;
	font-size: 16px;
}

#measure-form .actions-outer label, .customer_measurements #measure-form .confirm_measurements_label {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	padding: 0 0 0 30px;
	position: relative;
}

.customer_measurements #measure-form .confirm_measurements_label {
	margin-bottom: 10px;
}

.actions-outer:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.confirm_measurements_label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	min-height: 20px;
	min-width: 20px;
	border: 1px solid #010101;
	border-radius: 5px;
}

.actions-outer input[type="checkbox"]:checked ~ .confirm_measurements_label:before,
input[name="confirm_measurements"]:checked ~ .confirm_measurements_label:before {
	background: #010101;
}

.confirm_measurements_label:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}

.actions-outer input[type="checkbox"]:checked ~ .confirm_measurements_label:after,
input[name="confirm_measurements"]:checked ~ .confirm_measurements_label:after {
	display: block;
}

.button-group {
	padding: 0px !important;
}

.confirmationFormWrapper .button-group {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
}

.next-step .prev-step {
	background: #000 !important;
	border-radius: 0 !important;
}

#measure-form .acceptance-row {
	margin-top: 10px !important;
}

.image-wrapper {
	padding: 1em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}

.submit-btn {
	background-color: #010101 !important;
	color: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px !important;
}

.notes {
	margin: auto;
	padding: 2rem 1.2rem 0;
	max-width: 45rem;
	font-family: Open Sans, sans serif;
	text-align: center;
}

.lg-container {
	max-width: 550px;
	position: relative;
	margin: 1rem;
	padding: 0;
}

.lg-image {
	display: block;
	/* height: 500px;
	width: 500px; */
}

.lg-image img {
	width: 500px;
	height: 500px;
}

.lg-hotspot {
	position: absolute;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.lg-hotspot:hover .lg-hotspot__button,
.lg-hotspot:active .lg-hotspot__button {
	border-color: #0052B4;
}

.lg-hotspot:hover .lg-hotspot__button:after,
.lg-hotspot:active .lg-hotspot__button:after {
	background-color: #0052B4;
}

.lg-hotspot--selected {
	z-index: 999;
}

.lg-hotspot--selected .lg-hotspot__label,
.lg-hotspot--selected + .line {
	opacity: 1;
}

.lg-hotspot__button {
	height: 20px;
	width: 20px;
	padding: 0px;
	border-radius: 100%;
	border: 1px solid #0052B4;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 999 !important;
	animation: button-pulse 7s ease-in-out infinite;
}

.lg-hotspot__button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	display: block;
	height: 15.8px;
	width: 15.8px;
	color: white;
	border-radius: 100%;
	background-color: #0052B4;
	transition: border-color 1s linear;
	content: attr(data-content);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: small;
}

.lg-hotspot__label {
	position: absolute;
	padding: 0 0 1.1em 0;
	width: 16em;
	max-width: 50vw;
	background-color: white;
	/* background-color: transparent; */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
	font-size: 14.5px;
	line-height: 1.45em;
	z-index: 99;
	pointer-events: none;
	border-radius: 0px;
	user-select: none;
	opacity: 0;
	transition: all 0.1s linear;
}

.lg-hotspot__label h4 {
	margin: 0;
	padding: 0.65em 24px;
	background-color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: black;
	border-radius: 2px 2px 0 0;
}

.lg-hotspot__label p {
	margin: 0;
	padding: 1.1em 24px 0 24px;
	color: #333;
}

.lg-hotspot--top-left .lg-hotspot__label {
	top: 24px;
	left: 24px;
}

.lg-hotspot--top-right .lg-hotspot__label {
	top: 24px;
	right: 24px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
	right: 24px;
	bottom: 24px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
	bottom: 24px;
	left: 24px;
}

#armhole_hotspot-content .lg-hotspot__label {
	bottom: 0;
	top: auto;
}

@keyframes button-pulse {
	0% {
		transform: scale(1, 1);
		opacity: 1;
	}

	40% {
		transform: scale(1.15, 1.15);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}


.line {
	position: absolute;
	display: block;
	height: 346px;
	width: 2px;
	background: #0052B4;
	border-radius: 20px;
	opacity: 0;
}

.firstOverlayLine {
	left: 25%;
	height: 30px;
	top: 10%;
}

.secondOverlayLine {
	left: 50%;
}

.thirdOverlayLine {
	left: 75%;
}

.steps-container {
    text-align: center;
}

.steps{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.progress-bar-container {
    position: relative;
    height: 10px;
    background: #efefef;
	transform: translateY(40px);
    margin-bottom: 20px;
}

.progress-bar {
    height: 100%;
    background: #000;
    width: 100%; /* Initial state */
}

.step {
    display: inline-block;
    position: relative;
    text-align: center;
}

.step-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #010101;
    color: white;
    display: inline-block;
    margin-bottom: 5px;
}

.step-title {
    font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 5px;
}

/* Active and completed steps */
.step.active .step-circle,
.step.completed .step-circle {
    background: #e0e0e0;
}

/* Future steps */
.step .step-circle {
    background: #e0e0e0;
    color: #000;
}

/* dynamic step change - step 4*/
.form-section.three-cols {
    display: flex;
    justify-content: space-between;
}

.form-section.three-cols .column {
    flex: 1;
    padding: 0 15px;
}

.form-section.three-cols .separator {
    display: none; /* Hide separators in three column layout */
}

.page-print .item-options.measurements {
	position: relative;
	padding-top: 39px;
	max-height: 426px;
}

.page-print .measurements-label {
	position: absolute;
	top: 0;
}

.page-print .measurements-label + dd,
.actions-outer input[type="checkbox"]:checked ~ .confirm_measurements_label .mage-error {
	display: none;
}

.page-print .item-options dd, .page-print .item-options dt {
	width: 33%;
}

.product-info-main .wk_seller_label_container .measurement_grid_img {
	float: right;
	margin: -13px 0 0 10px;
	position: static;
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -15px;
	margin-right: 50px;
	position: relative;
}

.toggle-label {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	color: #ffffff;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: 700;
	top: 5px;
}

.toggle-label.cm-label {
	left: 12px;
}

.toggle-label.in-label {
	right: 12px;
}

/* Hide the default checkbox */
.unit-toggle {
	height: 0;
	width: 0;
	visibility: hidden;
}

/* Custom toggle switch styling */
.toggle-switch {
	cursor: pointer;
	text-indent: -9999px;
	width: 64px;
	height: 32px;
	background: #010101;
	display: block;
	border-radius: 100px;
	position: relative;
}

/* Circle inside the switch */
.toggle-switch:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
	z-index: 20;
}

/* Move the circle to the right when checked */
.unit-toggle:checked+.toggle-switch:before {
	left: 34px;
}

/* Change background color when checked */
.unit-toggle:checked+.toggle-switch {
	background: #010101;
}

.customer_measurements .toggle-container.flex-toggle {
	max-width: 69px;
	margin: 0 0 0 auto;
}

.customer_measurements .confirmationFormWrapper,
.customer_measurements #measure-form label,
.customer_measurements .confirmationFormWrapper .button-group .col-lg-6 {
	padding: 0;
}

.customer_measurements .confirmationFormWrapper .form-row {
	margin: 0 -30px;
}

.customer_measurements .confirmationFormWrapper .form-row > [class*="col-"] {
	padding: 0 30px;
}

.customer_measurements .confirmationFormWrapper .button-group {
	max-width: none;
}

.customer_measurements .confirmationFormWrapper .btn-primary {
	padding: 10px 0;
	width: auto;
}

.page-print .item-options,
.actions-outer,
#trinityweb-open-popup {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: -webkit-box;
	display: -ms-flexbox; /* ie 10 */
	display: -webkit-flex;
	display: flex;
}

.page-print .item-options {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical; /*ie10*/
	flex-direction: column;
}

.page-print .item-options,
#trinityweb-open-popup {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#trinityweb-open-popup {
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	-o-align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline; /* ie 10 */
	align-items: baseline;
}

@media (min-width: 768px) {
    .full-width-form .form-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .full-width-form .image-wrapper {
        display: none;
    }
}

#addOptionBtn {
    padding: 5px 10px;
    cursor: pointer;
}

select {
	padding: 20px;
}

#gender, #measureSelect{
	width: 100% !important;
}

.step.passed-or-active .step-circle {
    background: #000; 
    color: #fff;
}

.step.active .step-circle{
	background: #000; 
    color: #fff;
}

#measure-img-form .thumbnail {
    height: 100px;
    margin: 10px;
    display: inline-block;
  }

#measure-img-form .thumbnail img {
    height: 100%;
    width: auto;
  }

#measure-img-form .thumbnail-placeholder, .thumbnail img {
    width: 150px;
    height: 150px;
	margin-top: 30px;
    margin-right: 10px;
    object-fit: cover;
  }
  #measure-img-form .thumbnail {
    display: inline-block;
  }

  #measure-img-form input{
	margin-top: 10px;
	width: 100%;
  }

  #measure-form select {
	vertical-align: middle !important;
	padding: 10px 20px;
	min-height: 52px;
  }

.measure_type_icon{
	float: right;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1024px) {
	.page-print .item-options.measurements {
		max-height: 550px;
	}

	.page-print .item-options dd, .page-print .item-options dt {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	#arm_length_hotspot-content .lg-hotspot__label {
		left: auto;
		right: 22px;
	}

	#length_hotspot-content .lg-hotspot__label {
		right: 20px;
		left: auto;
	}

	#armhole_hotspot-content .lg-hotspot__label {
		left: -50px;
		bottom: 24px;
	}

	#wrist_circumference_hotspot-content .lg-hotspot__label,
	#bicep_circumference_hotspot-content .lg-hotspot__label {
		left: 0;
	}

	#inseam_hotspot-content .lg-hotspot__label {
		left: -55px;
	}

	#thigh_circumference_hotspot-content .lg-hotspot__label,
	#calf_circumference_hotspot-content .lg-hotspot__label {
		left: -116px;
	}

	.button-group .col-md-6 {
		padding: 0;
	}

	.button-group .col-md-6:first-child {
		margin-bottom: 10px
	}

	.actions-outer {
		display: block;
	}

	.confirmationFormWrapper .button-group {
		margin: 12px 0 0;
		max-width: none;
	}
}

@media print {
	.page-print .col {
		width: auto;
	}

	.page-print .col.name {
		width: 50%;
	}

	.account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
		clear: left;
		float: left;
	}

	.account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
		float: right;
	}

	.account .column.main .block:not(.widget) .block-content .box {
		width: 48.8%;
	}
}
