.modal.modal-flowPlans-Wrapper .modal-dialog {
	 max-width: 1366px;
	 margin: 0 auto !important;
	 display: block;
}
 .modal .modal-flowPlans {
	 display: flex !important;
	 flex-direction: column;
	 width: 100%;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans {
		 flex-direction: row;
	}
}
 .modal .modal-flowPlans .cover {
	 background-repeat: no-repeat;
	 background-size: auto 85%;
	 min-height: 30vh;
	 background-position: right 20% top;
	 width: 100%;
	 min-height: 100vh;
}
 @media (min-width: 768px) {
	 .modal .modal-flowPlans .cover {
		 background-position: top center;
		 background-size: cover;
	}
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans > .content {
		 width: 100%;
		 min-height: 100vh;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step {
	 display: none;
	 flex-direction: column;
	 justify-content: space-between;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.active {
	 display: flex;
}
 .modal .modal-flowPlans .modal-flowPlans--Step > * {
	 padding: 10px 20px;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step > * {
		 padding: 20px 50px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step header {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: space-between;
}
 .modal .modal-flowPlans .modal-flowPlans--Step header .logoWrapper {
	 margin: auto;
}
 .modal .modal-flowPlans .modal-flowPlans--Step header .logoWrapper img {
	 max-width: 200px;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step header .logoWrapper img {
		 max-width: 250px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step header nav {
	 display: none;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step header nav {
		 display: block;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step header nav ul {
	 padding: 0;
	 margin: 0;
	 display: flex;
}
 .modal .modal-flowPlans .modal-flowPlans--Step header nav ul li a {
	 color: #fff;
	 font-weight: bold;
	 font-size: 16px;
	 padding: 2px;
	 text-shadow: 0px 1px 6px rgba(41, 32, 56, .3);
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter header, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter header {
	 background: rgba(0, 0, 0, .95);
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content {
	 margin: 30px 0;
	 width: 100%;
	 display: flex;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content {
		 margin: auto;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content p, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content p {
	 margin: 0;
	 text-shadow: 0px 1px 6px rgba(41, 32, 56, .3);
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content .h1, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .h1 {
	 font-size: 40px;
	 font-weight: bolder;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content .h1, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .h1 {
		 font-size: 72px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content .h3, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .h3 {
	 line-height: 1.5;
	 font-size: 24px;
	 font-weight: bold;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .content .h3, .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .h3 {
		 line-height: 2;
		 font-size: 32px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter {
	 background-color: #96bef9;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter > * {
	 color: #fff;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter:before {
	 content: '';
	 display: block;
	 width: 100%;
	 height: 60vh;
	 position: absolute;
	 bottom: 0;
	 z-index: -1;
	 background: #96bef9;
	 background: #b7bffe;
	 background: -moz-linear-gradient(180deg, rgba(183, 191, 254, 0) 0%, rgba(144, 153, 224, 0.58) 10%, #322580 80%);
	 background: -webkit-linear-gradient(180deg, rgba(183, 191, 254, 0) 0%, rgba(144, 153, 224, 0.58) 10%, #322580 80%);
	 background: linear-gradient(180deg, rgba(183, 191, 254, 0) 0%, rgba(144, 153, 224, 0.58) 10%, #322580 80%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7bffe",endColorstr="#3794d1",GradientType=1);
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter {
		 background-position: center center;
		 max-height: 9999px;
		 background-size: cover;
	}
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter:before {
		 content: '';
		 display: none;
	}
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter header {
		 background: #592db4;
		 background: -moz-linear-gradient(180deg, rgba(89, 45, 180, 0.3) 0%, rgba(63, 63, 251, 0) 100%);
		 background: -webkit-linear-gradient(180deg, rgba(89, 45, 180, 0.3) 0%, rgba(63, 63, 251, 0) 100%);
		 background: linear-gradient(180deg, rgba(89, 45, 180, 0.3) 0%, rgba(63, 63, 251, 0) 100%);
		 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#592db4",endColorstr="#3f3ffb",GradientType=1);
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter header .logoWrapper {
	 margin: auto;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter header .logoWrapper {
		 margin: 0;
	}
 }
.modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .btn {
  padding: 10px 20px;
  font-size: 21px;
  box-shadow: 0px 1px 10px rgba(41, 32, 56, .2);
  display: block;
  margin: 20px 0 auto;
  font-weight: 600;
  color: #fff;
}

.modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .btn:hover {
  color: #fff;
}

 @media (min-width: 992px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.welcomeOuter .btn {
		 padding: 15px 30px;
		 font-size: 21px;
		 display: inline-block;
		 margin: 0;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.registerOuter header {
	 border-bottom: 1px solid #eee;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter {
	 background-color: #dee8f3;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content {
	 justify-content: center;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .content-Inner {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
	 justify-content: space-evenly;
	 max-width: 900px;
}
 @media (min-width: 768px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .content-Inner {
		 flex-direction: row;
		 align-items: stretch;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well {
	 background: #fff;
	 box-shadow: 0px 1px 10px rgba(41, 32, 56, .2);
	 max-width: 350px;
	 padding: 0;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner {
	 padding: 0;
	 text-align: left;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner.padded {
	 padding: 18px;
	 text-align: center;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-Header {
	 font-size: 18px;
}
 @media (min-width: 768px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-Header {
		 font-size: 24px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-List {
	 padding: 20px 0;
	 text-align: left;
	 border-bottom: 2px solid #eee;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-List li {
	 padding: 0 0 0 30px;
	 position: relative;
	 width: 100%;
	 min-height: 36px;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-List li:before {
	 content: '';
	 background: url('https://cdn.shopify.com/s/files/1/0626/1209/files/iconCheck-o.png?9452614674334114927') no-repeat center center;
	 background-size: cover;
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 position: absolute;
	 left: 0;
	 top: 0;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner form [class*="col-"] {
	 padding: 0 10px;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner form label {
	 font-size: 12px;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-Footer {
	 font-size: 16px;
	 font-weight: bolder;
	 margin: auto;
}
 @media (min-width: 768px) {
	 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-Footer {
		 font-size: 21px;
		 max-width: 200px;
	}
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .well-Footer b {
	 display: block;
	 font-size: 75%;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs {
	 display: flex;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs li {
	 flex-grow: 1;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs li > a {
	 border-top: 5px solid #fff;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs li.active > a {
	 border-top: 5px solid #00bd63;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs li a {
	 font-weight: bolder;
	 text-align: center;
	 padding: 5px;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .nav.nav-tabs li a img {
	 display: block;
	 margin: auto;
}
 .modal .modal-flowPlans .modal-flowPlans--Step.paymentOuter .content .well .well-Inner .tab-content .tab-pane.active {
	 padding: 20px 0;
}
 .modal .modal-flowPlans .btn {
	 white-space: normal;
	 height: auto;
	 line-height: 1.25;
	 padding-top: 5px;
	 padding-bottom: 5px;
}
 .modal .modal-flowPlans .buttonsArea {
	 display: flex;
	 flex-direction: column-reverse;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .buttonsArea {
		 flex-direction: row;
	}
}
 .modal .modal-flowPlans .buttonsArea .btn {
	 display: flex;
	 flex: 1;
	 align-items: center;
	 justify-content: center;
	 margin: 10px;
	 padding: 10px 5px;
	 font-size: 14px;
}
 .modal .modal-flowPlans .buttonsArea .btn.btn-success {
	 font-size: 16px;
}
 .modal .modal-flowPlans .alert-title {
	 font-size: 18px;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .alert-title {
		 font-size: 18px;
	}
}
 .modal .modal-flowPlans .h4 {
	 font-size: 14px;
}
 @media (min-width: 992px) {
	 .modal .modal-flowPlans .h4 {
		 font-size: 18px;
	}
}
 .form-control-wrapper {
	 position: relative;
}
 .form-control-wrapper.input-success input {
	 border: 2px solid #00bd63;
}
 .form-control-wrapper.input-success:after {
	 content: "\f058";
	 position: absolute;
	 bottom: -6px;
	 right: 10px;
	 font: normal normal normal 22px/1.75 FontAwesome;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 color: #00bd63;
}
 .form-control-wrapper.input-error input, .form-control-wrapper.input-error select {
	 border: 2px solid #ff4800;
}
 .form-control-wrapper.input-error:after {
	 content: "\f057";
	 position: absolute;
	 bottom: -6px;
	 right: 10px;
	 font: normal normal normal 22px/1.75 FontAwesome;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 color: #ff4800;
}
 #preview-bar-iframe {
	 z-index: 1000000 !important;
}
 .svg-wrapper.active .checkmark__circle {
	 stroke-dasharray: 166;
	 stroke-dashoffset: 166;
	 stroke-width: 2;
	 stroke-miterlimit: 10;
	 stroke: #00bd63;
	 fill: none;
	 animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
 .svg-wrapper .checkmark__Icon {
	 width: 56px;
	 height: 56px;
	 border-radius: 50%;
}
 .svg-wrapper .close__Icon {
	 width: 56px;
	 height: 56px;
	 display: inline-block;
	 border-radius: 999px;
	 background: #ff4800;
	 color: #fff;
	 font-size: 40px;
	 line-height: 1.25;
}
 .svg-wrapper.active .checkmark__Icon {
	 display: block;
	 stroke-width: 2;
	 stroke: #fff;
	 stroke-miterlimit: 10;
	 margin: 0px auto 15px auto;
	 box-shadow: inset 0px 0px 0px #00bd63;
	 animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
 @media (min-width: 992px) {
	 .svg-wrapper.active .checkmark__Icon {
		 margin: 30px auto;
	}
}
 .svg-wrapper.active .checkmark__check {
	 transform-origin: 50% 50%;
	 stroke-dasharray: 48;
	 stroke-dashoffset: 48;
	 animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
 @keyframes stroke {
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @keyframes scale {
	 0%, 100% {
		 transform: none;
	}
	 50% {
		 transform: scale3d(1.1, 1.1, 1);
	}
}
 @keyframes fill {
	 100% {
		 box-shadow: inset 0px 0px 0px 30px #00bd63;
	}
}
 .priceToShow small {
	 font-size: 10px;
	 float: left;
	 line-height: 2.25;
	 margin-right: 2px;
	 display: none;
}
 .fixedBanner-Mobile--Wrapper {
	 position: fixed;
	 z-index: 99;
	 bottom: 0;
	 box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
 .fixedBanner-Mobile--Wrapper > * {
	 position: relative;
}
 .fixedBanner-Mobile--Wrapper > * .close-fixedBanner-Mobile {
	 position: absolute;
	 top: -10px;
	 right: 0;
}
 .owl-nav.disabled {
	 display: none;
}
 .modal.absolute {
	 position: absolute !important;
}
 .modal.absolute > * {
	 margin: 0 !important;
}
 .alertDiscount {
	 font-size: 8px;
	 display: inline-block;
	 line-height: 1;
}
 @media (min-width: 768px) {
	 .alertDiscount {
		 font-size: 10px;
		 display: inline-block;
		 line-height: 1;
	}
}
 