body {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	font-family: "futura-pt",sans-serif;
}

img {
	width: 100%;
	height: auto;
}

header .container {
	border-bottom: 2px solid #684287;
}

a {
	text-decoration: none;
	color: #684287;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.btn-primary, .btn-primary:hover {
	padding: 10px;
	min-width: 200px;
	width: auto;
	max-width: 300px;
	background-color: #684287;
	border: 2px solid #684287;
	color: #fff;
	text-transform: uppercase;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
	background-color: #684287;
	border-color: #684287;
    box-shadow:none;
}
/* .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
	background-color: #684287;
	border-color: #684287;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
} */
.btn-primary.purple {
	background-color: transparent;
	border-radius: 0px;
	color: #684287;
}

.btn-primary.white {
	background-color: transparent;
	border-radius: 0px;
	color: #fff;
	border-color: #fff;
}

.navbar-expand-lg {
	background-color: #fff!important;
	border:none!important;
	border-radius: 0px;
}

.navbar-expand-lg li a {
	padding-bottom: 20px;
	color: #000;
	font-size: 18px;
	padding-right: 15px;
    padding-left: 15px;
}

.navbar-expand-lg li.active a, .navbar-expand-lg li a:hover, .navbar-expand-lg li a:active, .navbar-expand-lg li a:focus {
	background-color: #fff!important;
	color: #684287!important;
	border-bottom: 1px solid #684287;
}

.navbar-expand-lg li ul li a {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid transparent!important;
}
.navbar-expand-lg .dropdown-item:hover {
	border-bottom:1px dotted #684287;
}
.navbar-expand-lg li ul li a:hover {
	border-bottom: 1px dotted!important;
}

/* .dropdown:hover .dropdown-menu {
	display: block;
} */

/* .dropdown-menu {
    position: absolute;
    top: 122%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    right: 7%;
}
.dropdown {
	float:left;
} */
.cart-selector {
	text-align: center;
	list-style: none;
}

.cart-selector a {
	display: inline-block!important;
	padding: 0!important;
	float: none;
	text-align: center;
	color: #777;
	font-size: 18px;
}

.cart-selector .cart-wrapper {
	display: block;
	padding: 5px!important;
	border: 1px solid #684287;
	color: #777;
	text-align: center;
	margin-top: 10px;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}
.shop-modal {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 0px;
	border:2px solid #684287;
}

.shop-modal p {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 15px;
}

.shop-modal .btn-primary {
	margin-left: 5px;
	margin-right: 5px;
}
.prod p {
	margin-top:15px;
}
.modal-dialog {
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
}

.modal-dialog.makeup {
	margin-top: 20px;
}

.modal-dialog.makeup .modal-body {
	max-height: 800px;
	overflow-y: auto;
	padding: 30px;
}

.modal-dialog.makeup .modal-body h2 {
	margin-top: 0;
}

.modal .close {
    float: right;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.tag-filter {
	margin-bottom: 15px;
}

.tag-filter strong {
	font-size: 20px;
}

.tag-filter a{
	padding: 3px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #684287;
	color: #fff;
	margin-right: 3px;
}

.tag-filter a:hover {
	border-bottom: none;
}

h1 {
	text-align: center;
	font-size: 60px;
	color: #684287;
	margin: 30px 0;
}

.home-grid {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-grid .col-md-4, .home-grid .col-md-8, .home-grid .col-md-3 {
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.home-grid h1 {
	font-size: 24px;
}

.home-grid .facials {
    background-color: #ececec;
    padding: 37px 20px;
}

.home-grid .facials h2 {
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 0;
	padding-bottom: 7px;
	border-bottom: 3px solid #684287;
	color: #684287;
}

.home-grid .facials p {
	font-size: 20px;
}

.home-grid .bio-micro {
    background-color: #ececec;
    padding: 19px 20px;
}

.home-grid .bio-micro h2 {
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 0;
	padding-bottom: 7px;
	border-bottom: 3px solid #684287;
	color: #684287;
}

.home-grid .bio-micro p {
	font-size: 20px;
}

.home-grid .waxing {
	background-color: #684287;
	padding: 31px 20px;
}

.home-grid .waxing h2 {
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 0;
	padding-bottom: 7px;
	border-bottom: 3px solid #fff;
	color: #fff;
}

.home-grid .waxing p {
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.home-grid .annique {
	text-align: center;
	padding-top: 20px;
    padding-bottom: 11px;
}

.home-grid .annique img {
    width: 49%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.home-grid .shop-now {
	background-color: #684287;
	padding: 15px 20px;
}

.pricelist-home .container {
	background-color: #684287;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.home-grid .shop-now h2, .pricelist-home h2 {
	font-size: 35px;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 42px;
}

.home-grid .regima {
	position: relative;
}

.home-grid .overlay {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	width: 94%;
	height: 90%;
	background-color: rgba(104,66,135,0.5);
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease;
}

.home-grid .regima:hover .overlay {
	opacity: 1;
	transition: all 0.5s ease;
}

.home-grid .overlay p {
	color: #fff;
	padding-top: 80px;
	font-size: 30px;
}
.home-grid .col-lg-4 {
	padding:0;
}
.home-about {
	padding-bottom: 40px;
}

.home-about .container {
	background-color: #ececec;
	padding: 20px;
}

.home-about p{
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
}

.home-products {
	padding-bottom: 40px;
}

.home-products .adage {
	text-align: center;
	font-size: 40px;
	color: #684287;
	margin-bottom: 30px;
	margin-top: 0;
}

.about {
	padding-bottom: 40px;
}

.owl-carousel .col-md-7 {
	padding-left: 0;
}

.owl-carousel .col-md-5 {
	padding-right: 0;
}

.owl-nav {
    text-align: center;
    width: 100%;
}

.owl-prev {
    position: absolute;
    font-size: 20px;
    width: 10%;
    left: 40%;
}

.owl-next {
    position: absolute;
    font-size: 20px;
    width: 10%;
    right: 40%;
}

.services {
	padding-bottom: 10px;
}

.service {
	margin-bottom: 30px;
	background-color: #ececec;
	min-height: 300px;
	height: auto;
}

.service h2 {
	background-color: #684287;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.service p, .service ul {
	/*min-height: 200px;*/
	font-size: 18px;
	list-style-type: none;
	padding: 10px;
}

.service p>a>i {
	font-size: 30px;
	vertical-align: middle;
	padding-left: 10px;
}

.service .btn-primary {
	margin-left: 10px;
	margin-bottom: 10px;
}

.pricelist {
	background-color: #684287!important;
	text-align: center;
	min-height: 100px;
	height: auto;
	padding: 50px;
}

.service.pricelist a {
	padding: 10px;
	background-color: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #684287;
}

.service.pricelist a:hover {
	border-bottom: none;
}

.regima-page {
	padding-bottom: 40px;
}

.regima-page img {
	width: 250px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.shop {
	padding-bottom: 40px;
}

.cat-desc {
	/*text-align: center;*/
	margin-bottom: 30px;
}

.cat {
	padding: 10px;
	border: 1px solid #684287;
	text-align: center;
	margin-bottom: 30px;
}

.cat h2 {
	font-size: 20px;
}

.cat a:hover {
	border-bottom: none;
}

.prod {
	margin-bottom: 30px;
}

.prod img {
	border:1px solid #684287;
}

.prod h2 {
	font-size: 18px;
	height: 30px;
}

.prod .btn-primary {
	padding: 5px;
	font-size: 14px;
	min-width: auto!important;
	margin-right: 10px;
}

.prod-image-wrapper {
	position: relative;
}

.prod-image-wrapper a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(104,66,135,0.7);
	color: #fff;
	text-align: center;
	padding-top: 45%;
	opacity: 0;
	transition: all 0.5s ease;
}

.prod-image-wrapper .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #999AA6;
	color: #fff;
	padding: 5px;
	margin-bottom: 0;
}

.prod-image-wrapper:hover a {
	opacity: 1;
	transition: all 0.5s ease;
	border-bottom: none!important;
}

.prod .btn-primary {
	min-width: 150px;
}

.product {
	padding-bottom: 40px;
	padding-top: 40px;
}

.product img {
	border:1px solid #684287;
}

.product h1 {
	font-size: 35px;
	text-align: left;
	margin-top: 0;
}

.product .price {
	font-size: 25px;
}

.similar-products {
	padding-bottom: 40px;
}

.similar-products .adage {
	text-align: center;
	color: #684287;
	font-size: 40px;
	margin-bottom: 30px;
}

.cart {
    padding: 40px 0;
}

.cart-empty {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}

.cart-empty .btn-primary {
	margin-top: 10px;

}

.cart-products {
	padding: 10px;
}

.cart-products tr {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 15px;
}
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top:0;
}

.cart-product-image {
	width: 10%;
	vertical-align: top;
}

.cart-product-image img {
	vertical-align: top;
}

.cart-product-name {
	width: 30%;
	font-weight: 600;
	margin-left: 20px;
}

.cart-product-qty {
	width: 10%;
}

.cart-product-price {
	width: 20%;
}

.cart-product-subtotal {
	width: 20%;
}

.cart-total {
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid!important;
	border-bottom: 2px solid;
	float: right;
	margin-right: 18px;
	margin-top: 5px;
}

.login {
	padding-bottom: 40px;
}

.register {
	padding-top: 40px;
	padding-bottom: 40px;
}

.billing_copy {
	cursor: pointer;
	margin-top:15px;
	margin-bottom: 0;
}

.profile {
	padding-bottom: 40px;
}

.profile .btn-primary {
	width: 50%;
	font-size: 14px;
	padding: 5px;
}

.profile .details p {
	border-bottom: 1px solid #000;
	width: 60%
}

.profile .details p:last-child {
	border-bottom: none;
}

.profile .details span {
	display: inline-block;
	width: 50%;
}

.details img {
	width: 40%;
}

.order-history {
	padding-top: 40px;
	padding-bottom: 40px;
}

.login-required {
	text-align: center;
}

.login-required .btn-primary {
	margin-right: 5px;
	margin-left: 5px;
}

.checkout .cart-total {
	float: none;
	border-top: none!important;
	border-bottom: none;
}

.checkout-discount {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 200px;
	color: #DF5959;
}

.shipping-options input {
    display: inline-block;
    width: 5%;
    min-height: 20px;
}

.shipping-options label {
    display: inline-block;
    width: 95%;
    margin-top: 0px;
    vertical-align: middle;
    min-height: 20px;
    padding-bottom: 15px;
}

.checkout-subtotal, .checkout-shipping {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: auto;
}

.addresses {
	width: 80%;
}

.checkout-total {
	font-size: 22px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 200px;
	display: inline-block;
}

.checkout .checkout-btn {
	padding: 10px;
	font-size: 20px;
	width: 200px;
	float: none;
}

.checkout-totals{
	margin-top: 20px;
}

.checkout-totals span{
	text-align: center;
}

.checkout-btn {
	float: right;
}

.checkout-btn a{
	padding: 10px;
}

.checkout {
	padding-top: 40px;
	padding-bottom: 40px;
}

.order {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact {
	padding-bottom: 40px;
}

.contact p {
	color: #000;
	padding-right: 15px;
	font-size: 18px;
}

.contact i {
    font-size: 25px;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
    color: #684287;
}
.contact .social i {
	font-size: 30px;
	margin: 10px 0;

}
.contact a {
	color: #684287;
}

.contact span {
	display: inline-block;
}
.contact-icons i {
	color:#fff;
}

.fa-whatsapp {
	color: #25d366!important;
}

label {
    display: block;
    width: 100%;
    font-weight: 600;
}

.form-control {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #684287;
	padding: 10px;
	border-radius:0;
	height:auto;
}
textarea.form-control {
    height: auto;
    padding-bottom: 13%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 2px solid black;
    outline: 0;
    box-shadow: none;
    border-radius: 0.25rem;
}
textarea {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	height: 150px;
	border: 1px solid #684287;
	padding: 10px;
}

select {
	display: block;
	width: 100%;
	appearance:none;
	-webkit-appearance:none;
	padding: 5px;
	height: 33px;
	border: 1px solid #999;
	border-radius: 0px;
	background-color: #fff;
}

.output {
	padding: 5px;
	margin-top: 10px;
	background-color: #684287;
	color: #fff;
	text-align: center;
	display: none;
}

.error {
	padding: 5px;
	margin-top: 10px;
	background-color: #FF563C;
	color: #fff;
	text-align: center;
	display: none;
}

.input {
	width: 49%;
	margin-right: 1%;
	display: inline-block;
}

#email2, #email3, #email4, #email5 {
	display: none;
}

#map {
	height: 400px;
}

.footer-upper {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #684287;
}

.footer-upper h2 {
	color: #fff;
	margin-top: 0;
	display: inline-block;
	border-bottom: 1px solid;
}

.footer-upper p {
	color: #fff;
	padding-right: 15px;
}

.footer-upper i {
	font-size: 20px;
	vertical-align: top;
	display: inline-block;
	padding-right: 20px;
	height: 100%;
}

.footer-upper a {
	color: #fff;
}

.footer-upper span {
	display: inline-block;
}

.footer-upper .btn-primary {
	padding: 5px;
	min-width: 80px;
	font-size: 12px;
}

.footer-lower {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #808080;
}

.footer-lower p {
	padding: 0;
	margin: 0;
	color: #fff;
}

.footer-lower a {
	color: #f7f0ff;
}

.footer-lower .footer-menu {
	text-align: right;
}

.footer-lower .footer-menu a {
	margin-left: 15px;
}

.footer-upper .qrcode-img {
    width: 50%;
    height: auto;
}

.social a:hover {
	border-bottom: none;
}

.social i {
	font-size: 40px;
}

footer .whatsapp {
    width: 20px;
    border-radius: 100%;
    margin-right: 15px;
	color: #25d366;
}

.yoco-footer-img {
	margin-top: 10px !important;
    display: block!important;
    width: 250px;
}