/* GLOBAL STYLE */
body.page-id-8 {
	background-color: #c4d4d7;
}

body.page-id-8 .site-breadcrumbs span,
body.page-id-8 .site-breadcrumbs i {
	color: #fff;
}

body.page-id-8 .site-no-banner .site-breadcrumbs {
	margin-top: 25px;
	margin-bottom: 30px;
}

.wizard-content.wizard-content.fitfinder-wizard {
	margin-bottom: 80px;
}

.fitfinder-wizard .hidden {
	display: none;
}

.fitfinder-wizard .content,
.fitfinder-wizard .actions {
	position: relative;
}

.wizard .content>section {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0 !important;
	display: block !important;
	width: 100%;
	opacity: 0 !important;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: opacity 1s !important;
	-o-transition: opacity 1s !important;
	-moz-transition: opacity 1s !important;
	transition: opacity 1s !important;
}

.wizard .content>section.current {
	position: static;
	z-index: 2;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	opacity: 1 !important;
}

.fitfinder-wizard .wizard-desc {
	margin-top: 18px;
}

.fitfinder-wizard .wizard-title h2,
.fitfinder-wizard .wizard-desc p {
	color: #fff;
}

.fitfinder-wizard .content label {
	cursor: pointer;
}

.row-swap-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.row-favorit-brand select {
	background-color: #fff;
}


/* WIZARD STEPS STYLE */
.fitfinder-wizard .steps {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.fitfinder-wizard .steps {
	max-width: 701px;
}

.fitfinder-wizard .steps .current-info {
	display: none;
}

.fitfinder-wizard .steps ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
}

.fitfinder-wizard .steps li {
	margin-bottom: 0;
	position: relative;
}

.fitfinder-wizard .steps a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border: solid 1px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 3;
	padding-top: 3px;
}

.fitfinder-wizard .steps li.current a {
	background-color: #fff;
	color: #000;
}

.fitfinder-wizard .steps li.done a,
.fitfinder-wizard .steps li:not(.current) a:hover {
	background-color: #a4b5b8;
}

.fitfinder-wizard .steps li:before,
.fitfinder-wizard .steps li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc(100% - 31px);
	width: -moz-calc(100% - 31px);
	width: calc(100% - 31px);
	height: 5px;
	z-index: 1;
}

.fitfinder-wizard .steps li.first:before,
.fitfinder-wizard .steps li.first:after {
	display: none;
}

.fitfinder-wizard .steps li.done:after {
	background-color: #fff;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.fitfinder-wizard .steps li.current:before {
	background-color: #fff;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

/* .fitfinder-wizard .steps ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style: none
}

.fitfinder-wizard .steps ul li {
	display: table-cell;
	width: auto;
	vertical-align: top;
	text-align: center;
	position: relative
}

.fitfinder-wizard .steps ul li a {
	position: relative;
	padding-top: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block
}

.fitfinder-wizard .steps ul li:after,
.fitfinder-wizard .steps ul li:before {
	content: '';
	z-index: 9;
	display: block;
	position: absolute
}

.fitfinder-wizard .steps ul li:before {
	left: 0
}

.fitfinder-wizard .steps ul li:after {
	right: 0
}

.fitfinder-wizard .steps ul li:first-child:before,
.fitfinder-wizard .steps ul li:last-child:after {
	content: none
}

.fitfinder-wizard .steps ul li.current>a {
	color: #2f3d4a;
	cursor: default
}

.fitfinder-wizard .steps ul li.current .step {
	border-color: #009efb;
	background-color: #fff;
	color: #009efb
}

.fitfinder-wizard .steps ul li.disabled a,
.fitfinder-wizard .steps ul li.disabled a:focus,
.fitfinder-wizard .steps ul li.disabled a:hover {
	color: #999;
	cursor: default
}

.fitfinder-wizard .steps ul li.done a,
.fitfinder-wizard .steps ul li.done a:focus,
.fitfinder-wizard .steps ul li.done a:hover {
	color: #999
}

.fitfinder-wizard .steps ul li.done .step {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff
}

.fitfinder-wizard .steps ul li.error .step {
	border-color: #f62d51;
	color: #f62d51
}

.fitfinder-wizard .steps .step {
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
	z-index: 10;
	text-align: center
}

.fitfinder-wizard .steps ul li:after,
.fitfinder-wizard .steps ul>li:before {
	top: 45px;
	width: 50%;
	height: 3px;
	background-color: #009efb
}

.fitfinder-wizard .steps ul li.current:after,
.fitfinder-wizard .steps ul li.current~li:after,
.fitfinder-wizard .steps ul li.current~li:before {
	background-color: #F3F3F3
}

.fitfinder-wizard .steps .step {
	width: 50px;
	height: 50px;
	line-height: 45px;
	border: 1px solid #fff;
	font-size: 1.3rem;
	border-radius: 50%
} */


/* ACTIONS BUTTON STYLE */
.fitfinder-wizard .actions {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
}

.fitfinder-wizard .actions ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fitfinder-wizard .actions ul:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .86);
	-webkit-backdrop-filter: blur(4px) brightness(110%);
	        backdrop-filter: blur(4px) brightness(110%);
}

.fitfinder-wizard .actions ul:empty:before {
	background-color: #c4d4d7;
}

.fitfinder-wizard .actions ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	padding: 16px;
	position: relative;
	z-index: 2;
}

.fitfinder-wizard .actions li {
	width: auto;
}

.fitfinder-wizard .actions li.disabled {
	opacity: .5;
	pointer-events: none;
}

.fitfinder-wizard .actions li {
	margin-bottom: 0;
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.fitfinder-wizard .actions a {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #ff871c;
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.fitfinder-wizard .actions a[href='#previous'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
}

.fitfinder-wizard .actions a:after {
	content: '';
	min-width: 12px;
	min-height: 20px;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.fitfinder-wizard .actions a[href='#previous']:after {
	background: url(/wp-content/themes/philotes/assets/images/icon-arrow-chevronwhite-left.svg) center/contain no-repeat;
}

.fitfinder-wizard .actions a[href='#next']:after {
	background: url(/wp-content/themes/philotes/assets/images/icon-arrow-chevronwhite.svg) center right/contain no-repeat;
	padding-left: 12px;
	margin-left: auto;
}

.fitfinder-wizard .actions a[href='#previous']:hover:after {
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	-o-transform: translateX(-3px);
	transform: translateX(-3px);
}

.fitfinder-wizard .actions a[href='#next']:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}


/* SECTION 1 */
.listing.listing-boobtype {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	overflow: visible;
}

.listing-boobtype {
	margin: 0 -5px;
}

.listing-boobtype .slick-list {
	width: 100%;
}

.listing-boobtype.slick-slider .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-color: #fff;
}

.listing-boobtype.slick-slider .slick-dots li {
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.listing-boobtype.slick-slider .slick-dots li.slick-active {
	opacity: 1;
}

.listing-boobtype .listing-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.listing-boobtype .listing-item {
	padding: 0 5px;
	margin-bottom: 20px;
}

.listing.listing-boobtype .listing-item-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.listing-boobtype .listing-item-label {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0.7px 0.7px 25px 0 rgb(1 2 1 / 15%);
	-moz-box-shadow: 0.7px 0.7px 25px 0 rgb(1 2 1 / 15%);
	box-shadow: 0.7px 0.7px 25px 0 rgb(1 2 1 / 15%);
	cursor: pointer;
}

.listing-boobtype .listing-item-label:before {
	content: " ";
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: 10px;
	min-width: 25px;
	min-height: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 10;
}

.listing-item-label img {
	width: auto;
	height: 259px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-o-object-fit: contain;
	   object-fit: contain;
}


/* SEACTION 2 */
.row-swap-block.row-boobsize .col-media-swapblock {
	display: none;
}

.row-swap-block.row-boobsize .col-content-swapblock {
	min-width: 100%;
}

.row-boobsize .boobsize-tabs {
	padding-left: 0;
	width: 100%;
}

.boobsize-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.boobsize-tabs .header-boobsize-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding-top: 5px;
}

.boobsize-tabs .boobsize-title-wrapper {
	position: relative;
	padding-bottom: 8px;
	cursor: pointer;
}

.boobsize-tabs .boobsize-title-wrapper:not(:last-child) {
	margin-right: 14px;
}

.boobsize-tabs .boobsize-title-wrapper.active:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.boobsize-tabs .boobsize-title {
	opacity: .5;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.boobsize-tabs .boobsize-title-wrapper.active .boobsize-title {
	opacity: 1;
}

.boobsize-tabs .boobsize-content {
	display: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-bottom: -10px;
}

.boobsize-tabs .boobsize-content {
	margin-left: -13px;
	margin-right: -13px;
}

.boobsize-tabs .boobsize-content.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.boobsize-tabs .boobsize-item {
	margin: 0 13px;
	margin-bottom: 10px;
}

.boobsize-tabs .boobsize-item input[type="radio"] {
	display: none;
}

.boobsize-tabs .boobsize-item .boobsize-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #fff;
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: bold;
	letter-spacing: -2.35px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

:checked+.boobsize-label {
	background-color: #ff871c;
}


/* SECTION 3 */
.row-favorit-brand {
	max-width: 690px;
}

.row-favorit-brand {
	margin: 0 auto;
}

.row-favorit-brand label {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}


/* SECTION 4 */
.row-longuse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}

.row-longuse .longuse-item:last-child {
	margin-bottom: 30px;
}

.row-longuse .longuse-label {
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	cursor: pointer;
	position: relative;
}

.row-longuse .longuse-label:before {
	content: " ";
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	min-width: 30px;
	min-height: 30px;
	background: url(/wp-content/themes/philotes/assets/images/icon-check-grey.svg) center/contain no-repeat;
	z-index: 2;
}

:checked~.longuse-label:before {
	background: url(/wp-content/themes/philotes/assets/images/icon-check-softgreen.svg) center/contain no-repeat;
}


/* SECTION 5 */
.section-cups-range .wizard-content {
	margin-top: 0;
}

.row-swap-block.row-cups-range .col-media-swapblock {
	position: relative;
}

.row-cups-range .col-media-swapblock img {
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.cups-range-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
}

.cups-range-wrapper .cups-range-label {
	font-size: 17px;
	text-align: center;
	color: #fff;
}

.cups-range-wrapper .cups-range {
	display: block;
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 1em;
	cursor: pointer;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.cups-range-wrapper .cups-range,
.cups-range-wrapper .cups-range::-webkit-slider-runnable-track,
.cups-range-wrapper .cups-range::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.cups-range-wrapper .cups-range:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 35px;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 1px;
	border: solid 4px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cups-range-wrapper .cups-range::-ms-track {
	border: none;
	color: transparent;
}

.cups-range-wrapper .cups-range::-webkit-slider-thumb {
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #fff;
	width: 38px;
	height: 38px;
	background: #fff;
	background-clip: content-box;
	position: relative;
	z-index: 10;
	margin-top: -0.1em;
	margin-left: 0.05em;
	padding: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cups-range-wrapper .cups-range::-moz-range-thumb {
	border: none;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #fff;
	width: 38px;
	height: 38px;
	background: #fff;
	background-clip: content-box;
	position: relative;
	z-index: 10;
	margin-top: -0.1em;
	margin-left: 0.05em;
	padding: 2px;
	-moz-transition: all .3s;
	transition: all .3s;
}

.cups-range-wrapper .cups-range::-ms-thumb {
	border: none;
	border-radius: 50%;
	box-sizing: border-box;
	border: solid 2px #fff;
	width: 38px;
	height: 38px;
	background: #fff;
	background-clip: content-box;
	position: relative;
	z-index: 10;
	margin-top: -0.1em;
	margin-left: 0.05em;
	padding: 2px;
	-ms-transition: all .3s;
	transition: all .3s;
}

.cups-range-wrapper .cups-range::-ms-tooltip {
	display: none;
}

.cups-range-wrapper .cups-range:focus {
	outline: none;
}


/* SECTION 7 */
.row-longuse.row-whichhook {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-swap-block.row-your-straps {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* SECTION 8 */
.row-longuse.row-normal-brasize {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-normal-brasize select~.select2.select2-container.select2-container--default .select2-selection {
	opacity: .5;
	pointer-events: none;
}

#fitfinder-wizards-p-7 .cups-range-wrapper .cups-range-label:nth-child(2) {
	margin-left: 13px;
}


/* SECTION 9 */
.row-swap-block.row-final-results {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.row-final-results .col-content-swapblock {
	color: #fff;
}

.row-final-results .button-group-finalresults {
	margin-top: 40px;
}

.button-group-finalresults {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.button-group-finalresults .btn-final {
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}

.button-group-finalresults .btn-final--product {
	-webkit-border-radius: 60px;
	   -moz-border-radius: 60px;
	        border-radius: 60px;
	background-color: #ff871c;
}

.button-group-finalresults .btn-final:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 20px;
	margin-left: 15px;
	background: url(/wp-content/uploads/2021/09/icon-arrow-chevronwhite.svg) center/contain no-repeat;
	-webkit-transform: translate(0);
	   -moz-transform: translate(0);
	    -ms-transform: translate(0);
	     -o-transform: translate(0);
	        transform: translate(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.button-group-finalresults .btn-final:hover:after {
	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	     -o-transform: translateX(3px);
	        transform: translateX(3px);
}

.fitfinder-wizard img {
	position: static;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.fitfinder-wizard img.not-active {
	position: absolute;
	opacity: 0;
}


/* 
* RESPONSIVE FITFINDER
*/
@media all and (min-width: 601px) {

	/* GLOBAL STYLE */
	.fitfinder-wizard .wizard-content {
		margin-top: 30px;
	}

	.row-cups-range .col-media-swapblock img {
		min-height: 280px;
	}

	.fitfinder-wizard .actions a {
		padding: 0 33px 0 31px;
	}

	.fitfinder-wizard .actions a {
		height: 70px;
	}

	.fitfinder-wizard .actions a {
		width: 280px;
	}

	.fitfinder-wizard .actions a[href='#previous'] {
		margin-right: 30px;
	}

	.fitfinder-wizard .actions a[href='#previous'] {
		width: 70px;
	}


	/* ACTIONS BUTTON STYLE */
	.fitfinder-wizard .actions {
		margin-top: 110px;
	}


	/* WIZARD STEPS STYLE */
	.fitfinder-wizard .steps {
		margin-bottom: 35px;
	}

	/* SECTION 1 */
	.fitfinder-wizard .wizard-title h2 {
		font-size: 45px;
	}

	.listing-boobtype .listing-item-label {
		padding: 25px 30px 35px;
	}

	.listing-boobtype .wizard-label-desc {
		margin-bottom: 27px;
	}


	/* SECTION 2 */
	.section-boobsize .wizard-content {
		margin-top: 50px;
	}

	.row-swap-block.row-boobsize .col-column {
		width: 50%;
	}

	.row-swap-block.row-boobsize .col-media-swapblock img {
		width: 300px;
	}

	.boobsize-tabs .boobsize-content {
		width: 370px;
	}

	.boobsize-tabs .boobsize-content {
		margin-top: 38px;
	}

	.boobsize-tabs .boobsize-item {
		width: 92px;
	}

	.boobsize-tabs .boobsize-item .boobsize-label {
		width: 92px;
		height: 92px;
		font-size: 47px;
	}


	/* SECTION 3 */
	.fitfinder-wizard .section-favorit-brand .wizard-content {
		margin-top: 70px;
		margin-bottom: 370px;
	}


	/* SECTION 4 */
	.fitfinder-wizard .section-long-use .wizard-content {
		margin-top: 130px;
		margin-bottom: 295px;
	}

	.row-longuse .longuse-item {
		width: 450px;
	}

	.row-longuse .longuse-item {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.row-longuse .longuse-label {
		padding: 29px 30px 29px 40px;
	}


	/* SECTION 5 */
	.row-swap-block.row-cups-range {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.row-swap-block.row-cups-range .cups-range-wrapper {
		max-width: 550px;
	}

	.cups-range-wrapper .cups-range {
		margin: 25px 14px 0;
	}

	.cups-range-wrapper {
		max-width: 280px;
	}


	/* SECTION 6 */
	#fitfinder-wizards-p-5 .cups-range-wrapper .cups-range-label:nth-child(2) {
		margin-left: -65px;
	}


	/* SECTION 7 */
	.fitfinder-wizard .section-row-whichhook .wizard-content {
		margin-top: 100px;
		margin-bottom: 295px;
	}


	/* SECTION 8 */
	.row-swap-block.row-your-straps .cups-range-wrapper {
		max-width: 400px;
	}


	/* SECTION 9 */
	.fitfinder-wizard .section-normal-brasize .wizard-content {
		margin-top: 160px;
		margin-bottom: 295px;
	}

	.button-group-finalresults .btn-final--product {
		width: 280px;
		height: 70px;
		padding: 0 33px 0 31px;
	}

	.fitfinder-wizard .steps li.first.current a {
		background-color: transparent;
		color: #fff;
	}

	.boobsize-tabs {
		padding-top: 45px;
	}
}


@media all and (min-width: 901px) {

	/* SECTION 2 */
	.boobsize-tabs {
		width: -webkit-calc(370px + 115px);
		width: -moz-calc(370px + 115px);
		width: calc(370px + 115px);
	}


	/* SECTIOn 5 */
	.row-swap-block.row-cups-range .col-media-swapblock {
		width: 360px;
	}

	.row-swap-block.row-cups-range .col-content-swapblock {
		width: -webkit-calc(100% - 360px);
		width: -moz-calc(100% - 360px);
		width: calc(100% - 360px);
	}

	.row-swap-block.row-cups-range .col-content-swapblock {
		/* padding-left: 110px; */
	}


	/* SECTION 8 */
	.row-swap-block.row-your-straps .col-media-swapblock {
		width: 300px;
	}

	.row-swap-block.row-your-straps .col-content-swapblock {
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);
	}

	.row-swap-block.row-your-straps .col-content-swapblock {
		/* padding-left: 110px; */
	}


	/* SECTION 9 */
	.row-final-results h2 {
		font-size: 61px;
		line-height: 1.15;
	}

	.row-final-results .col-content-swapblock {
		width: 560px;
	}

	.row-final-results .col-media-swapblock {
		width: -webkit-calc(100% - 560px);
		width: -moz-calc(100% - 560px);
		width: calc(100% - 560px);
	}

	.row-final-results .col-content-swapblock {
		padding-right: 50px;
	}
}


@media all and (min-width: 1200px) {

	/* GLOBAL STYLE */
	.fitfinder-wizard {
		padding-left: 118px;
		padding-right: 118px;
	}


	/* SECTION 1 */
	.listing-boobtype .listing-item {
		width: 20%;
	}

	.listing-boobtype .listing-item-label:before {
		background: url(/wp-content/themes/philotes/assets/images/icon-check-softgreen.svg) center/contain no-repeat;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	:checked+.listing-item-label:before {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}


	/* SECTION 2 */
	.row-swap-block.row-boobsize .col-media-swapblock {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.boobsize-tabs {
		padding-left: 115px;
	}


	/* SECTION 9 */
	.row-final-results .col-media-swapblock img {
		height: 570px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}


@media all and (max-width: 1199px) {

	/* SECTION 1 */
	.listing.listing-boobtype {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.listing-boobtype .listing-item-label:before {
		background: url(/wp-content/themes/philotes/assets/images/icon-check-grey.svg) center/contain no-repeat;
	}

	:checked+.listing-item-label:before {
		background: url(/wp-content/themes/philotes/assets/images/icon-check-softgreen.svg) center/contain no-repeat;
	}


	/* SECTIOn 5 */
	.cups-range-wrapper .cups-range-label br {
		display: block;
	}
}


@media all and (min-width: 601px) and (max-width: 1199px) {

	/* SECTION 1 */
	.listing-boobtype .listing-item {
		width: 228px;
	}


	/* SECTION 2 */
	.row-swap-block.row-boobsize .col-media-swapblock {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}


@media all and (min-width: 601px) and (max-width: 900px) {

	/* SECTION 5 */
	.row-swap-block.row-cups-range .col-media-swapblock {
		width: 250px;
	}

	.row-swap-block.row-cups-range .col-content-swapblock {
		width: -webkit-calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: calc(100% - 250px);
	}

	.row-swap-block.row-cups-range .col-content-swapblock {
		/* padding-left: 35px;
		padding-right: 75px; */
	}


	/* SECTION 9 */
	.row-final-results h2 {
		font-size: 40px;
		line-height: 1.15;
	}

	.row-final-results .col-column {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);
	}
}


@media all and (max-width: 900px) {
	.button-group-finalresults .btn-final--home {
		margin-top: 20px;
	}
}


@media all and (min-width: 376px) and (max-width: 600px) {
	.listing.listing-boobtype .listing-item {
		width: 250px;
	}
}


@media all and (max-width: 600px) {
	.page-id-8 .site-breadcrumbs {
		margin-bottom: 20px;
	}

	/* GLOBAL STYLE */
	.fitfinder-wizard .wizard-content {
		margin-top: 27px;
	}

	.fitfinder-wizard .row-swap-block.row-cups-range .col-content-swapblock {
		margin-top: 10px;
	}

	.row-cups-range .col-media-swapblock img {
		max-height: 240px;
	}

	.cups-range-wrapper .cups-range {
		margin-top: 10px;
	}

	.fitfinder-wizard .actions ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.fitfinder-wizard .actions a {
		padding: 0 22px;
	}

	.fitfinder-wizard .actions a:after {
		min-width: 10px;
		min-height: 17px;
	}

	.fitfinder-wizard .actions a {
		height: 48px;
	}

	.fitfinder-wizard .actions a[href='#previous'] {
		margin-right: 15px;
	}

	.fitfinder-wizard .actions a[href='#previous'] {
		width: 48px;
	}


	/* ACTIONS BUTTON STYLE */
	.fitfinder-wizard .actions {
		margin-top: 80px;
	}


	/* WIZARD STEPS STYLE */
	.fitfinder-wizard .steps {
		margin-bottom: 25px;
	}


	/* SECTION 1 */
	.fitfinder-wizard .wizard-title h2 {
		font-size: 23px;
	}

	.fitfinder-wizard .wizard-title h2,
	.fitfinder-wizard .wizard-desc p {
		text-align: center;
	}

	.listing.listing-boobtype {
		/* flex-flow: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory; */
	}

	.listing.listing-boobtype .listing-item {
		scroll-snap-align: center;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}

	.listing.listing-boobtype .listing-item {
		height: 320px;
	}

	.listing.listing-boobtype .listing-item {
		padding: 0 12px;
	}

	.listing.listing-boobtype {
		margin-left: -12px;
		margin-right: -12px;
	}

	.listing.listing-boobtype .listing-item-label {
		padding: 20px 25px 25px;
	}

	.listing.listing-boobtype .wizard-label-desc {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.listing.listing-boobtype .listing-item-label img {
		width: 138px;
		height: 211px;
		-o-object-fit: contain;
		   object-fit: contain;
	}


	/* SECTION 2 */
	.row-swap-block.row-boobsize .col-column {
		width: 100%;
	}

	.row-swap-block.row-boobsize .col-media-swapblock {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.row-swap-block.row-boobsize .col-media-swapblock {
		margin-top: 19px;
	}

	.row-swap-block.row-boobsize .col-media-swapblock img {
		width: 208px;
	}

	.boobsize-tabs .boobsize-content {
		width: 280px;
	}

	.boobsize-tabs .boobsize-content {
		margin-top: 18px;
	}

	.boobsize-tabs .boobsize-item {
		width: 64px;
	}

	.boobsize-tabs .boobsize-item .boobsize-label {
		width: 64px;
		height: 64px;
		font-size: 32px;
	}


	/* SECTION 3 */
	.fitfinder-wizard .section-favorit-brand .wizard-content {
		margin-top: 58px;
		margin-bottom: 255px;
	}

	.fitfinder-wizard select~.select2.select2-container.select2-container--default .select2-selection {
		padding: 31px 21px 31px 18px;
	}


	/* SECTION 4 */
	.fitfinder-wizard .section-long-use .wizard-content {
		margin-top: 32px;
		margin-bottom: 65px;
	}

	.row-longuse .longuse-item {
		width: 100%;
	}

	.row-longuse .longuse-item {
		margin-bottom: 10px;
	}

	.row-longuse .longuse-label {
		padding: 29px 21px 29px 18px;
	}


	/* SECTIOn 5 */
	.section-cups-range .wizard-content {
		margin-top: 10px;
	}

	.row-swap-block.row-cups-range .col-column {
		width: 100%;
	}

	.row-swap-block.row-cups-range .col-content-swapblock {
		margin-top: 50px;
	}

	.section-cups-range .cups-range-wrapper .cups-range-label {
		font-size: 14px;
	}

	.row-swap-block.row-cups-range .col-media-swapblock {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	/* SECTION 6 */
	.section-bra-strap .cups-range-wrapper .cups-range-label {
		font-size: 12px;
	}

	#fitfinder-wizards-p-5 .cups-range-wrapper .cups-range-label:nth-child(2) {
		margin-left: -45px;
	}


	/* SECTION 7 */
	.fitfinder-wizard .section-row-whichhook .wizard-content {
		margin-top: 26px;
		margin-bottom: 138px;
	}


	/* SECTION 8 */
	.fitfinder-wizard .row-swap-block.row-your-straps .cups-range-wrapper {
		max-width: 100%;
	}


	/* SECTION 9 */
	.fitfinder-wizard .section-normal-brasize .wizard-content {
		margin-top: 26px;
		margin-bottom: 138px;
	}

	.row-final-results .col-column {
		width: 100%;
	}

	.row-final-results .col-media-swapblock {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		   -moz-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 30px;
	}

	.row-final-results h2 {
		font-size: 35px;
		line-height: 1.15;
		text-align: center;
		margin-top: 35px;
	}

	.button-group-finalresults .btn-final--product {
		height: 60px;
		padding: 0 22px;
	}

	.button-group-finalresults {
		width: 100%;
	}

	.fitfinder-wizard .button-group-finalresults .btn-final--home {
		font-size: 0;
		width: 60px;
	}

	.fitfinder-wizard .button-group-finalresults .btn-final--home:after {
		background: url(/wp-content/themes/philotes/assets/images/icon-arrow-chevronwhite-left.svg) center/contain no-repeat;
		margin-left: 0;
		margin-right: 4px;
	}

	.fitfinder-wizard .button-group-finalresults .btn-final--product:after {
		width: 18px;
		height: 15px;
		background: url(/wp-content/themes/philotes/assets/images/icon-arrow-bowwhite-right.svg) center/contain no-repeat;
		margin-left: 40px;
	}

	.fitfinder-wizard .button-group-finalresults .btn-final--home {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		   -moz-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-top: 0;
	}
}


@media all and (max-width: 375px) {
	.listing.listing-boobtype .listing-item {
		width: 220px;
	}
}


@media all and (max-width: 320px) {

	.fitfinder-wizard .actions li:nth-child(2),
	.button-group-finalresults .btn-final--product {
		margin-top: 10px;
	}
}
.wizard-content label{
	margin-top: 25px;
}
.wizard-content .user-credentials{
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}
.wizard-content button[type=submit]:disabled{
	background: #666;
	border-color: #666;
	cursor: not-allowed;
}

.wizard-content button[type=submit]{
	font-family: "Objectivity", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #ff871d;
	border: 2px solid #ff871d;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 30px;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 35px;
}

.listing-grid .title-listing{
	color: #000!important;
}
.wizard-content input.warning{
	border-color: #f35926;
}
.wizard-content button[type=submit]:after{
	content: '';
	min-width: 12px;
	min-height: 20px;
	background: url(/wp-content/uploads/2021/09/icon-arrow-chevronwhite.svg) center right/contain no-repeat;
	display: inline-block;
	margin-left: 16px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

@media (min-width: 601px){
	.wizard-content button[type=submit]{

		width: 360px;
	}
}

