body {
	font-family: Geomanist;
	/*transition: background-color 0.2s ease-in-out;*/
	overflow: overlay;
	/*height: 100vh;
    max-height: 100vh;
    margin: 0px;
    display: flex;
	flex-direction: column;
	background-color: #4829b2;
	box-sizing: border-box;
	overflow-x: hidden;*/
}

.overlay-full {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	gap:15px;
	padding:30px;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	background-color: #4829b2;
	color:#ffffff;
	text-align:center;
	font-size:32px;
	font-weight:600;
	line-height:1.1;
	z-index:19000;
}

.overlay-full img {
	height:60px;
}


@font-face {
  font-family: "Geomanist";
  src: url(../fonts/geomanist/Geomanist-Regular.woff2) format("woff2"), url(../fonts/geomanist/Geomanist-Regular.woff) format("woff"), url(../fonts/geomanist/Geomanist-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "Geomanist";
  font-weight: 500;
  src: url(../fonts/geomanist/Geomanist-Book.woff2) format("woff2"), url(../fonts/geomanist/Geomanist-Book.woff) format("woff"), url(../fonts/geomanist/Geomanist-Book.ttf) format("truetype"); }

@font-face {
  font-family: "Geomanist";
  font-weight: 600;
  src: url(../fonts/geomanist/Geomanist-Bold.woff2) format("woff2"), url(../fonts/geomanist/Geomanist-Bold.woff) format("woff"), url(../fonts/geomanist/Geomanist-Bold.ttf) format("truetype"); }


p {
	line-height: normal;
}


li {
/*	display: inline-block;*/
	margin-right: 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
}

ul {
	margin: 0;
}

.background-primary {
	background-color: #4829b2;
}

.background-secondary {
	background-color: white;
}

.background-third {
	background-color:  #eeeeff;
}


.loading-screen {
	height: 100vh;
	width: 100vw;
	font-weight:500;
}


@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1350px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1450px;
	}
	}
@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}

.btn-third {
	background-color: #9188ea;
	color: white;
	border-radius: .3rem;
	padding:8px 32px;
	transition: 0.3s;
	border:none;
	
}

.btn-third:hover {
	background-color: #5e43b6;
}

.btn-primary {
	background-color: #9188ea;
	color: white;
	border-radius: 2rem;
	padding:8px 32px;
	transition: 0.3s;
	border:none;
}

.btn-primary:hover {
	background-color: #9f96ec;
}

.btn-primary:active {
	background-color: #9f96ec !important;
}

.btn-select:focus {
	background-color: #4829b2 !important;
}

.btn-order {
	background-color: #4829b2;
	color: white;
	border: solid 2px #4829b2 !important;
	padding: 8px 23px !important;
	font-size: 1rem !important;
	font-weight: 500;
	border-radius: 2rem;
	transition: 0.3s;
	cursor: pointer;
}

.btn-order:hover {
	background-color: #3d2884;
	border: solid 2px #3d2884 !important;
	color:white;
}

.btn-secondary {
	background-color: #eeeeff;
	color: #9188ea;
	border-radius: 2rem;
	padding: 8px 32px;
	border: none;
}

.separation {
	height:2px;
	border-radius: 1rem;
	background-color: #7c66ca;
}

.separation hr {
	display: none;
}

.font-size-large {
	font-size: 1.15rem;
}

.font-size-small {
	font-size: 0.9rem;
	
}

.font-size-x-small {
	font-size: 0.8rem;
}

.files-null-height {
	padding-top: 12rem !important;
	padding-bottom: 16rem !important;
	transition: padding 0.3s ease;
}

.files-with-height {
	padding-top: 1.5rem !important;
	padding-bottom: 1rem !important;
	transition: padding 0.3s ease;
}
.circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 2px solid #9188ea;
	position: relative;
}

.custom-form {
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	background-color: transparent;
	height: calc(1.5em + .1rem + 1px);
	padding: .05rem .3rem;
}

.custom-form::placeholder {
	font-style:italic;
}

.modal-content {
	background-color: #eeeeff;
	border: none;
}

.custom-form:focus {
	box-shadow: 0 0 0 0.2rem rgb(145, 136, 234);
	border-radius: 0.25rem;
	border:none;

}

.form input[type=text] {
	background-color: white;
	font-weight: 500;
	width: 327px;
	padding: 10px 20px;
	border: none;
	border-radius: 1.5rem;
	height: calc(43px - 20px);
}

.rounded-number {
	border: 2px solid white;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	text-align: center;
	font-size: 2.5rem;
}

.rounded-number-primary {
	border: 2px solid #4829b2;
	border-radius: 50%;
	color: #4829b2;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2.5rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	margin-bottom: 1rem;
}

.rounded-number-primary-validate {
	border: 2px solid #4829b2;
	border-radius: 50%;
	color: white;
	background-color: #4829b2;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2.5rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	margin-bottom: 1rem;
}

.step {
	position: relative;
}
.step:not(:last-child):before {
	content: "";
    position: absolute;
    top: 2rem;
    left: calc(5rem - 1px);
    width: calc(100% - 4rem);
    height: 2px;
    background: #e5e5e5;
    z-index: 1;
}

.step-vertical {
	position: relative;
}

.step-last-vertical {
	position: relative;
}

.step-vertical:hover .rounded-number-primary {
	color: #9188ea !important;
}

.step-vertical:hover .rounded-number-primary {
	color: #9188ea !important;
}

.step-vertical:not(:last-child):before {
	content: "";
    position: absolute;
    top: calc(4rem);
    left: calc(2rem);
    width: 2px;
    height: calc(100% - 4rem);
    background: #4829b2;
    z-index: 1;
}

.btn-app span {
	max-width: 0px !important;
	max-height: 1.5rem;
	margin: 0px !important;
	overflow: hidden !important;
	opacity: 0;
	transition: all 0.2s ease;
}

.btn-app:hover span {
	max-width: 200px !important;
	max-height: 1.5rem;
	padding-left: 1rem !important;
	overflow: hidden !important;
	opacity: 1;
	transition: all 0.2s ease;
}

.text-second {
	color: #4829b2;
}

.text-second-muted {
	color: #9188ea;
}

.font-size-large {
	font-size: 1.3rem !important;
}

.rounded {
	border-radius:2rem !important;
}

.rounded-1{
	border-radius: 0.8rem !important;
}

.border-second {
	border: 2px solid !important;
	border-color: #4829b2 !important;
}

.dashed {
	border: dashed 1px #4829b2;
}

.font-size-smaller {
	font-size: 0.75rem;
	
}

.btn-small {
	background-color: #4829b2;
	color: white;
	padding: 3px 10px 4px 10px;
	font-size: x-small;
}


/* width */
::-webkit-scrollbar {
width: 8px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #b0aae4; 
	border-radius: 10px;
  }

.separator {
	background-color: #4829b2;
	height:200px;
	transform: skewY(-5deg);
	position: relative;
	z-index: 0;
}

.config-border-left::before {
	content: "";
	border-color: #9188ea;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	top: 10%;
	left: -1rem;
	height: 80%;
}

.particular-true {
	max-height: 500px;
	opacity:1;
	transition: all 0.4s ease;
}

.particular-false {
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.border-color-third {
	border-color: #4829b2 !important;
	border: 3px solid #4829b2 !important;
}

.badge-primary {
	color: #fff;
	background-color: #4829b2;
	white-space: nowrap;
}


.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.checkbox-toolbar input[type="checkbox"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.btn-question {
	background-color: transparent;
	color: #4829b2 !important;
	border: solid 2px #4829b2 !important;
	padding: 4px 12px;
	cursor: pointer;
}


.btn-no-select {
	background-color: transparent;
	color: #4829b2 !important;
	border: solid 2px #4829b2 !important;
	padding: 4px 32px;
	cursor:pointer;
}

.btn-disabled {
	background-color: #cccccc !important;
	color: #292929 !important;
	border: solid 2px #4c4c4c !important;
	padding: 4px 32px;
	cursor: pointer;
}


.btn-select {
	background-color: #4829b2;
	color: white;
	border: solid 2px #4829b2 !important;
	padding: 4px 32px 4px 40px !important;
	cursor: pointer;
}

.btn-select:before {
	content: url(../img/check-white.svg);
	width: 20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 8px;
	top: calc(50% - 10px);
}

.btn-select:hover {
	background-color: #4829b2;
	color: white;
	border: solid 2px #4829b2 !important;
}

.btn-plan-no-select {
	background-color: transparent;
	color: white !important;
	border: solid 2px white !important;
	padding: 4px 32px;
	cursor: pointer;
}

.btn-plan-select {
	background-color: #4829b2;
	color: white;
	border: solid 2px white !important;
	padding: 4px 32px 4px 40px !important;
	cursor: pointer;
}

.btn-plan-select:before {
	content: url(../img/check-white.svg);
	width: 20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 8px;
	top: 6px;
}

.btn-small-plan-select {
	background-color: #4829b2;
	color: white;
	border: solid 2px white !important;
	padding: 4px 32px 4px 40px !important;
	cursor: pointer;
}

.btn-small-plan-select:before {
	content: url(../img/check-white.svg);
	width: 17px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 4px;
	top: 3px;
}

.border-radius2 {
	border-radius: 2rem;
	border: 2px solid #4829b2;
}

.border-plan-radius2 {
	border-radius: 2rem;
	border: 2px solid white;
}

.input-group-text {
	color: white;
	background-color: #4829b2;
	padding: .375rem 1.55rem;
	border-radius: 2rem !important;
}

.height-special {
	height: calc(1.5em + .75rem + 4px) !important;
}

.input-group-append {
	margin-left: -20px;
	z-index: 3;
}

.border-right-purple {
	border-right: 1px solid #9188ea63 !important;
}


#drop-area.highlight {
  border:2px dashed purple;
}

.border-radius-none {
	border-radius:0 !important;
}
.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.w-60 {
	width: 60% !important;
}

.w-40 {
	width: 40% !important;
}
.form-control-payment {
	border: 1px solid transparent;
	border-bottom: 1px solid #4829b2;
	background-color: transparent;
	border-radius: 0;
	font-size: 1rem;
	padding: .20rem .25rem;
	line-height: 1.5;
	height: calc(1.5em + .40rem + 2px);
	color: #4829b2;
	font-weight: 500;
}

.form-control-payment::placeholder {
	color: #9188ea;
	font-weight: 400;
}

.mt-10 {
	margin-top:6rem;
}


.icon-arrow-right {
	width: 40px;
	transition: transform 0.3s ease;
	cursor:pointer;
}


.icon-arrow-down {
	width: 40px;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	cursor: pointer;
}

.line-height-1 {
	line-height:1;
}




@media (min-width: 1400px) {
	.menu-lg {
		display:block;
	}

	.menu-sm{
		display:none;
	}

	.hamburger {
		display:none;
	}
}

@media (max-width: 1399px) {
	.menu-lg {
		display: none;
	}

	.display-3 {
		font-size: 3.5rem;
		line-height: 1.2;
	}

	.hamburger {
		display: block;
	}
	
}

.menu {
	height: 100vh;
	width: 42%;
	max-width:650px;
	min-width: 250px;
	top: 0;
	left: 0;
	background-color: white;
	z-index: 300;
	padding: 30px;
}

.menu ul {
	padding-left: 0px;
}

.menu-item {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	color: #9188ea;
	line-height: 1.2;
	margin-bottom: 0.6rem;
}

.menu-item:hover {
	color: #4829b2;
}

.sticky-top {
	top: 50px !important;
}
.navbar-brand img {
	height: 45px;
}

@media (max-width: 767px){
	.sticky-top-bottom {
		top: calc(100vh - 70px) !important;
		position:fixed;
	}

	.display-3 {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.navbar-brand img {
		height: 25px;
	}

	.icon-app {
		height: 1rem;
	}
}

.icon-app {
	height: 1.3rem;
	margin-right: 0.6rem;
}

.StripeElement {
	padding: 1rem;
	border: 1px solid black;
	border-radius: 0.5rem;
}

.StripeElement input::placeholder {
	color: blue !important;
	font-size: 1.5em !important;
}

@media (min-width: 767px) {
	.modal-responsive-col {
		height: 60vh;
		overflow-y: auto;
	}
}
@media (max-width: 768px) {
	.modal-responsive-row {
		height: 65vh;
		overflow-y: auto;
	}

	.menu-sm li {
		font-size: 1.4rem;
	}
}

.modal-menu-open {
	overflow: hidden;
}



.reset-message {
	position: absolute;
	background: white;
	color: #4829b2;
	border-bottom-left-radius: 0.33rem;
	border-bottom-right-radius: 0.33rem;
	top: -0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-left: 0.5rem;
	left: 20%;
	font-size: 12px;
	cursor: default;
	font-weight: 500;
	margin-bottom:0px;
}

.hidden {
	max-height: 0px !important;
	padding: 0px !important;
	overflow: hidden !important;
	margin: 0px !important;
	opacity: 0;
}


.font-size-extra-small {
	font-size: 0.7rem;
}


.btn-share {
	background-color: transparent;
	color: white;
	user-select: none;
	background-color: transparent;
	border: none;
	font-size: 1rem;
	line-height: 1.5;
	font-weight:500;
	display:flex;
	align-items:center;
}

.btn-share svg {
	height: 1rem;
	margin-left:0.4rem;
	transition: all 0.1s ease-in-out;
}

.btn-share:focus {
	outline: none;
}

.btn-share:hover svg {
	margin-left:0.8rem;
}


@keyframes leaves {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.05);
	}

	100% {
		transform: scale(2.0);
		-webkit-transform: scale(0.95);
	}
}

.play-animate {
	animation: leaves 0.9s ease-in-out infinite alternate;
	-webkit-animation: leaves 0.9s ease-in-out infinite alternate;
}

.list-deliverytypes {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.5rem;
}

.list-deliverytypes li {
	font-size: 1.15rem;
}

.list-deliverytypes li p {
	line-height: normal;
	font-size: 1rem;
	margin-bottom: .5rem;
}




.input-checkbox-product {
	display:none;
}

.input-checkbox-product + label {
	background-color: transparent;
	color: #4829b2;
	border-radius: 2rem;
	border: solid 2px #4829b2 !important;
	padding: 4px 32px;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
}

.input-checkbox-product:checked + label {
	background-color: #4829b2;
	color: white;
	border: solid 2px #4829b2 !important;
	padding: 4px 32px 4px 40px !important;
}


.input-checkbox-product:checked + label:before {
	content: url(../img/check-white.svg);
	width: 20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 8px;
	top: calc(50% - 10px);
}


.img-densit {
	max-width: 170px;
	margin-top: 1rem;
}

.color-danger-medium {
	color: #f63647;
	font-weight:500;
}

