:root {
  /* Set your primary hex code */
  --bs-primary: #631B5A;

  /* Required for utilities using RGBA (e.g., text-opacity, bg-opacity, buttons) */
  --bs-primary-rgb: 97, 27, 90;
}

.logo-light,
.logo-dark {
    width: 240px;
}

.small .logo-light,
.small .logo-dark {
    width: 50px;
    height: 50px;
}

.navbar-light .logo-light {
    display: none;
}

.navbar-light .logo-dark {
    display: inline !important;
}

.hover-scale {
    display: inline-block;
    /* Ensures the container respects dimensions */
    overflow: hidden;
    /* This prevents the figure from expanding */
}

[data-href] {
    cursor: pointer !important;
}

#treatments-carousel {
    backdrop-filter: saturate()blur(30px);
    background: #ffffff14;
}

.swiper-slide {
    height: auto;
}

.sidebar-widget {
    width: 70%;
    padding: 10px 0 5px 0;

}

.sidebar-widget ul> :first-child {
    padding-bottom: 8px;
    border-bottom: 1px solid lightgrey;
}

.sidebar-widget ul> :last-child {
    padding-top: 10px;
}

#sidebar-nav li>a.nav-link {
    display: inline;
}

.table-sm th,
.table-sm td {
    font-size: 0.75rem;
}

#checkout-breadcrumb {
    
}

.img-mask.mask-hex {
    mask-image: url(/images/hex.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.col-heading {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #696B6D;
    font-size: 12px;
}

.sidebar-widget {
    width: 70%;
    padding: 10px 0 5px 0;

}

.sidebar-widget ul> :first-child {
    padding-bottom: 8px;
    border-bottom: 1px solid lightgrey;
}

.sidebar-widget ul> :last-child {
    padding-top: 10px;
}

#sidebar-nav li>a.nav-link {
    display: inline;
}

.prices {
    padding:0;
    margin:0;
    line-height:1;
    background:0 0;
    font-weight:500;
    position:relative;height:2.3rem
}

.prices .price-duration:before {
    content: "/";
    padding: 0;
}

.price-value {
    font-size:calc(1.365rem + 1.38vw)
}

.btn:disabled {
    background-color: #999;
    border-color: #999;
}

.messages {
  list-style-type: none;
}

@media only screen and (max-width: 800px) {
    .can-hide {display: block;}
}
 
@media only screen and (max-width: 640px) {
    .can-hide {
        display: none;
    }
    
    .bg-mobile-none {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .bg-mobile-none .card-body {
        padding: 0;
    }
}