html {
	background: none !important;
	min-width: 0 !important;
}
body {
	background-color: #fff;
}
* {
	font-variant-ligatures: none;
}
.eapps-instagram-feed-posts-grid-load-more-text,
.button {
	font-weight: 600;
}
.navbar-item img {
    max-height: 2.75rem;
}
.content h1,
.content h2,
.content h3,
.content h4 {
	color: #000000;
	font-family: "Playfair Display", serif;
}
.content h1 { font-size:3rem }
.content h2 { font-size:2.25rem }
.content h3 { font-size:1.875rem }
.content h4 { font-size:1.5rem }
.content > *:last-child {
	margin-bottom: 0;
}
.is-static {
	position: static;
}

.fields .field.required > label:after {
	content: '*';
	display: inline-block;
	margin-left: 2px;
	color: #f14668;
}


.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .file-hidden {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.under {
	background-image: linear-gradient(0deg, transparent 5%, #fff 7%,  #fff 22%,  transparent 22%, transparent);
}
.under.yellow {
	background-image: linear-gradient(0deg, transparent 5%, #FFF952 7%,  #FFF952 22%,  transparent 22%, transparent);
}
.under.pink {
	background-image: linear-gradient(0deg, transparent 5%, #ff3eb1 7%,  #ff3eb1 22%,  transparent 22%, transparent);
}

a.navbar-item, .navbar-link {
	/* font-family: "Playfair Display", serif; */
	font-weight: 600;
	letter-spacing: 0.8px;
}

.mm-menu {
  background-color: #313131;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 16px 10px 16px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #040404;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-listview>li>a figure {
  display: none;
}
.mm-menu .mm-listview>li .mm-next {
  width: 100%;
  left: 0;
}
.mm-menu .mm-listview>li>a:not([href="#"]):not(.mm-next) {
  position: relative;
  z-index: 10;
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #040404;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

section.section > section.section {
	padding: 0 !important;
}

section .block_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section .block_image img {
	visibility: hidden;
	background-size: cover;
	background-position: center;
}

.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
}

.notification.is-sentModal {
	padding: 0 !important;
}
.notification.is-sentModal > button {
	display: none;
}

/*.is-sentModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(214 228 242 / 73%);
  z-index: 99;
}
.is-sentModal .modal {
    margin: 0;
    width: 600px;
    max-width: 100%;
    padding: 50px;
    background: #1737a0;
}
.is-sentModal .modal p {
    color: #fff;
    font-size: 1.7em;
}*/

/*********/

section.footer {
    border-top: 30px solid #fff952;
}
section.footer .navbar-item {
	color: #fff;
	background: none !important;
}

section h1 span,
section h1 strong {
	display: inline;
	/* border-bottom: 10px solid #fff; */
	/* box-shadow: inset 0 -6px 0px 0px #fff; */
	background-image: linear-gradient(0deg, transparent 5%, #fff 7%,  #fff 22%,  transparent 22%, transparent);
}
section.block_type_home_hero .img {
	top: 0;
	right: -50px;
	bottom: 0;
	width: 54%;
	transform: skew(-9deg);
	transform-origin: bottom left;
	overflow: hidden;
}
section.block_type_home_hero .img .img-inner {
	background-position: center;
	transform: skew(9deg);
	transform-origin: bottom left;
}
section.block_type_home_hero .button {
	margin-top: 20px;
}
section.block_type_home_hero .lightning {
	background-image: url('../img/lightning-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 90px;
	height: 130px;
	position: absolute;
	bottom: 50px;
	right: 17%;
}
section.block_type_home_hero .content ul {
	list-style: none;
	margin-left: 0;
}
section.block_type_home_hero .content ul li {
	font-size: 1.2em;
	padding-left: 49px;
	background-image: url('../img/white-arrow.svg');
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 33px;
	margin-bottom: 13px;
	padding-right: 50px;
}

section.descintro h4 {
    line-height: 1.5;
}

section.howitworks .step:nth-child(1) {
	transform: rotate(-2deg);
	position: relative;
	bottom: -15px;
}
section.howitworks .step:nth-child(3) {
	transform: rotate(2deg);
	position: relative;
	bottom: -15px;
}

section .eapps-instagram-feed-posts-item,
section.block_type_cases .photo {
    border: 10px solid #fff;
    border-bottom: 40px solid #fff;
	position: relative;
}
/*section.block_type_cases .photo .live {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}*/
section.block_type_cases .column:nth-child(10) .photo,
section .eapps-instagram-feed-posts-item:nth-child(10),
section.block_type_cases .column:nth-child(7) .photo,
section .eapps-instagram-feed-posts-item:nth-child(7),
section.block_type_cases .column:nth-child(1) .photo,
section .eapps-instagram-feed-posts-item:nth-child(1) {
    transform: rotate(-1deg);
}
section.block_type_cases .column:nth-child(9) .photo,
section .eapps-instagram-feed-posts-item:nth-child(9),
section.block_type_cases .column:nth-child(8) .photo,
section .eapps-instagram-feed-posts-item:nth-child(8),
section.block_type_cases .column:nth-child(2) .photo,
section .eapps-instagram-feed-posts-item:nth-child(2) {
    transform: rotate(1deg);
    bottom: -5px;
}
section.block_type_cases .column:nth-child(12) .photo,
section .eapps-instagram-feed-posts-item:nth-child(12),
section.block_type_cases .column:nth-child(5) .photo,
section .eapps-instagram-feed-posts-item:nth-child(5),
section.block_type_cases .column:nth-child(3) .photo,
section .eapps-instagram-feed-posts-item:nth-child(3) {
    transform: rotate(-1deg);
    top: -4px;
}
section.block_type_cases .column:nth-child(11) .photo,
section .eapps-instagram-feed-posts-item:nth-child(11) .eapps-instagram-feed-posts-item-media,
section.block_type_cases .column:nth-child(6) .photo,
section .eapps-instagram-feed-posts-item:nth-child(6) .eapps-instagram-feed-posts-item-media,
section.block_type_cases .column:nth-child(4) .photo,
section .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media {
    transform: rotate(1deg);
}

section.block_type_subscribe .field {
	position: relative;
}
/*section.block_type_subscribe .field:before {
	position: absolute;
	top: 0;
	left: 25px;
	height: 100%;
	width: 30px;
	background-image: url('../img/halo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
section.block_type_subscribe .field:after {
	position: absolute;
	top: 0;
	right: 25px;
	height: 100%;
	width: 30px;
	background-image: url('../img/halo-r.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
*/

section.block_type_testimonials .container {
	padding: 0 50px;
}
section.block_type_testimonials img {
	height: 36px;
}
section.block_type_testimonials .quote {
	position: relative;
}
section.block_type_testimonials .quote:before {
	top: 10px;
	bottom: 12px;
	left: -10px;
	right: -10px;
	content: '';
	background-color: #FFF952;
	z-index: 2;
	position: absolute;
}
section.block_type_testimonials .quote p {
	font-weight: 500;
	position: relative;
	z-index: 3;
}

section.book_options .content {
	/*text-align: center;*/
}
section.book_options .button {
	/*margin-top: 30px;*/
}
section.book_options h3 {
	line-height: 1.2;
}
section.book_options h3 a {
	color: #000;
}
section.book_options h3 span {
	display: inline;
}
section.book_options h5 {
	margin-top: -.5rem;
	margin-bottom: 1.5rem;
}
section.book_options .content:hover h3 span,
section.book_options .content:hover h5 span {
	background-image: linear-gradient(0deg, transparent 5%, #FFF952 7%,  #FFF952 22%,  transparent 22%, transparent);
}
section.book_options .coming_soon {
	pointer-events: none;
}

section.block_type_options_season .content h3,
section.block_type_options_shape .content h3 {
	margin-top: 20px;
}
section.block_type_options_season .content .image,
section.block_type_options_shape .content .image {
	height: 200px;
	transform-origin: center bottom;
	transition: transform .2s ease-in-out;
}
section.block_type_options_season .content .image img,
section.block_type_options_shape .content .image img {
	display: inline-block;
	max-height: 100%;
	width: auto;
}
section.block_type_options_season .content:hover .image,
section.block_type_options_shape .content:hover .image {
	transform: scale(1.1);
}

section.block_type_options_season .content .image {
	height: 50px;
}

section.block_type_options_season .archive {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	z-index: 50;
	background: #0000004a;
}
section.block_type_options_season .archive.is-active {
	opacity: 1;
	pointer-events: all;
}
section.block_type_options_season .archive .inner {
	width: 340px;
	max-width: 97%;
	padding: 2rem;
	background: #fff;
}
section.block_type_options_season .archive .title {

}
section.block_type_options_season .archive a {
	display: block;
}

/*** Questionnaire ***************/

section.block_type_questionnaire .fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 30px;
    background: #ffffff;
}
section.block_type_questionnaire .fields .field {
    margin-bottom: 1.55rem;
    width: 100%;
}
section.block_type_questionnaire .fields .field label {
    font-size: 1.2rem;
}
section.block_type_questionnaire .fields .field.field_type_image {
	width: 23%;
}
section.block_type_questionnaire .fields .field.field_type_heading+.field_type_label {
	margin-top: -10px;
}
#expire-countdown {
    width: 150px;
    margin: 0 auto 0 auto;
    padding: 10px;
    background: #ffffff;
    position: relative;
}
#expire-countdown .simply-hours-section,
#expire-countdown .simply-days-section {
	display: none;
}

#questionnaire #expire-countdown {
    bottom: -20px;
}
.product-order #expire-countdown {
	margin-top: -50px;
	margin-bottom: 19px;
}
.product-order .details .input {
	height: 2.85em;
}
.product-order .checker label.checkbox {
	position: relative;
	padding-left: 25px;
}
.product-order .checker label.checkbox p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.35;
}
.product-order .checker label.checkbox input {
	position: absolute;
	left: 0;
	top: 3px;
	transform-origin: left top;
	transform: scale(1.2);
}
.product-order [data-price] + p {
	margin-top: -.5rem;
}

/*** COMP COUNTDOWN **********/

.simply-countdown{
	align-items: center;
	justify-content: space-around;
	/* max-width: 400px; */
}
.simply-countdown>.simply-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	position: relative;
}
.simply-countdown>.simply-section:after {
	position: absolute;
	content: ':';
	right: -5px;
	top: 0;
	bottom: 25px;
	width: auto;
	font-size: 30px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.simply-countdown>.simply-section:last-child:after {
	display: none;
}
.simply-countdown>.simply-section .simply-amount {
	font-size: 30px;
	font-weight: 500;
}
.simply-countdown>.simply-section .simply-word {
	font-size: 13px;
    color: #000;
}
.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word {
	display: block;
	text-align: center;
}

/*** COMP COUNTDOWN END **********/

section.block_type_product .product-image {
	background-position: center;
	max-height: 260px;
	width: 260px;
}

section.block_type_product .checkout-hint {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-align: left;
	position: relative;
	padding-left: 44px;
	line-height: 1.3;
}
section.block_type_product .checkout-hint:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	content: "\f05a";
	font-weight: 600;
	position: absolute;
	top: -3px;
	left: 0;
	opacity: 0.1;
	font-size: 1.9rem;
	color: #1d1917;
}
section.block_type_product #voucher .control.is-loading::after {
    background: #fff;
    height: 30px;
    width: 30px;
    top: 11px;
    right: 12px;
    border-width: 3px;
    border-top-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}
section.block_type_product #voucher .control .icon {
	pointer-events: all;
	cursor: pointer;
}

section.block_id_56 {
	position: relative;
}
section.block_id_56 .columns {
	min-height: 400px;
}
section.block_id_56 .container {
	position: static;
}
section.block_id_56 .block_image {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}
section.block_id_56 .column:not(.block_image) {
	margin-left: auto;
}
section.block_id_56 .content {
	padding-left: 50px;
}

section.block_type_order_confirm .container {
	max-width: 600px !important;
}
section.block_type_order_confirm .content p {
	text-align: center;
}
section.block_type_order_confirm .content .voucher_code_box {
	text-align: center;
	margin: 0px 0 20px 0;
}
section.block_type_order_confirm .content .voucher_code_box input {
	display: inline-block;
	padding: 12px 17px 14px 17px;
	background: #ffffff;
	line-height: 1;
	letter-spacing: 3px;
	border: 1px dashed #1c1917;
	font-family: "Playfair Display", serif;
	font-weight: 600;
	line-height: 1.125;
	text-align: center;
	font-size: 29px;
	width: auto;
}

.owl-carousel .owl-controls .owl-prev {
    top: calc(50% - 30px);
    left: -70px;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.owl-carousel .owl-controls .owl-next {
    top: calc(50% - 30px);
    right: -70px;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.owl-carousel .owl-controls .owl-next svg,
.owl-carousel .owl-controls .owl-prev svg {
    width: 45px;
}



#stripe-payment-form #link-authentication-element {
	margin-bottom: 6px;
}
#stripe-payment-form #payment-element {
  margin-bottom: 24px;
}
#stripe-payment-form .hidden {
	display: none;
}
#stripe-payment-form .spinner,
#stripe-payment-form .spinner:before,
#stripe-payment-form .spinner:after {
  border-radius: 50%;
}
#stripe-payment-form .spinner {
  color: #000000;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#stripe-payment-form .spinner:before,
#stripe-payment-form .spinner:after {
  position: absolute;
  content: "";
}
#stripe-payment-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #FFF952;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
#stripe-payment-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #FFF952;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.load_spinner {
	text-align: center;
}
.load_spinner svg {
    animation: load_spinner var(--uib-speed) linear infinite;
    height:var(--uib-size);
    transform-origin:center;
    vertical-align:middle;
    width:var(--uib-size);
    will-change:transform
}
.load_spinner svg circle {
    fill:none;
    stroke:var(--uib-color);
    stroke-dasharray:1,200;
    stroke-dashoffset:0;
    stroke-linecap:round;
    animation: load_spinner_inner calc(var(--uib-speed)*.75) ease-in-out infinite;
    will-change:stroke-dasharray,stroke-dashoffset
}
@keyframes load_spinner {
    to{
        transform:rotate(1turn)
    }
}
@keyframes load_spinner_inner {
    0%{
        stroke-dasharray:1,200;
        stroke-dashoffset:0
    }
    50%{
        stroke-dasharray:90,200;
        stroke-dashoffset:-35px
    }
    to{
        stroke-dashoffset:-124px
    }
}

.block_type_mini_shop_season_title .content h1:not(:first-child) {
	margin-top: -1rem;
}

section.block_type_questionnaire_hero h1 {
	margin-bottom: 1rem;
}
section.block_type_questionnaire_hero h3 {
	margin-top: 0 !important;
}
.cancel-order {
	text-align: center;
	margin-top: -1rem;
	margin-bottom: 1rem;
}

.product-details .photo_guide {
	background: #ff3eb11a;
	padding: 0.7rem;
	text-align: center;
	margin-top: 1rem;
}
.product-details .photo_guide a {
	color: #1C1917;
}
.product-details .photo_guide a span {
	color: #ff3eb1;
	border-bottom: 1px dotted currentColor;
}

.bra-fitting .is-4 {
	background-color: #F9FAFB;
	padding: 40px;
}

.bra-fitting img {
	width: 30%;
	margin: 0 40px 0 40px;
}





#notify-modal .field_type_heading,
#notify-modal .field_type_label {
    text-align: center;
}
#notify-modal .field_type_label {
	margin-bottom: 1.4rem;
}
#notify-modal .field_type_button .control {
	text-align: right !important;
}
#notify-modal .box {
	position: relative;
}
#notify-modal .box .js-modal-close {
	position: absolute;
	left: 3rem;
	bottom: 3rem;
}