@font-face {
  font-family: "Acre-Medium";
  src: url(/fonts/Acre-Medium.otf) format("embedded-opentype"), url(/fonts/Acre-Medium.otf) format("woff"), url(/fonts/Acre-Medium.otf) format("truetype"), url(/fonts/Acre-Medium.otf) format("svg");
  font-weight: normal;
  font-style: normal;
}

*:focus {
    outline: none;
}
body{
    background-color: #fff;
}
.brand {
    font-family: "Acre-Medium";
    letter-spacing: 7px !important;
}
.sticky-header {
    z-index: 99999;
}
.wrap-header-box {
    position: relative;
    width: calc(100vw - 4.5rem);
    height: 32rem;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
.gradient-box.animated-gradient {
    border-radius: 0 0 24px 0;
    background-image: linear-gradient(120deg, #fff8a7, #f48efa);
}
.gradient-box {
    height: 25rem;
}
.animated-gradient {
    background-size: 200% 900%;
    background-image: linear-gradient(-45deg, #e5f5fc, #e8dde8, #e8dde8);
    -webkit-animation: gradientAnimation 6s ease infinite;
    -moz-animation: gradientAnimation 6s ease infinite;
    -o-animation: gradientAnimation 6s ease infinite;
    animation: gradientAnimation 6s ease infinite;
}

@-webkit-keyframes gradientAnimation {
    0% {
        background-position: 51% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 51% 0;
    }
}
@-moz-keyframes gradientAnimation {
    0% {
        background-position: 51% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 51% 0;
    }
}
@-o-keyframes gradientAnimation {
    0% {
        background-position: 51% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 51% 0;
    }
}
@keyframes gradientAnimation {
    0% {
        background-position: 51% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 51% 0;
    }
}
.wrap-header-box .gradient-box.animated-gradient .inner {
    position: absolute;
    height: 393px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: 6rem;
    border-radius: 24px;
}
.wrap-header-box .gradient-box.animated-gradient .inner iframe {
    border-radius: 24px;
}
.marque-quote {
    font-size: 4rem;
    color: #CB857C;
}
.shop-quote {
    text-align: center;
    font-size: 1.6rem;
}
.shop-quote .underline {
    margin-top: 1rem;
    font-size: 33px;
    color: #9C2D41;
    font-family: 'Montserrat-Bold';
    display: inline;
    position: relative;
    overflow: hidden;
}
.shop-quote .underline:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -5px;
    background: #9C2D41;
    height: 4px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.shop-quote .underline:hover:after,
.shop-quote .underline:focus:after,
.shop-quote .underline:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.header-mobile .header-maxi .logo {
    font-family: unset;
}
a {
    letter-spacing: unset !important;
}
.form-control {
    font-size: 12px;
}
.form-control.font-lg {
    font-size: 14px;
    font-family: "Montserrat-Bold", sans-serif;
}
.input-group .form-control {
    height: calc(2.25rem + 4px) !important;
}
.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.15rem 0rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 2px !important;
}

.checkout-left {
    padding: 1rem;
    background-color: #fff;
    border: 2px solid #dee2e6;
}

.radio-address {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all ease 0.5s;
    z-index: 10;
    cursor: pointer;
}
input[name="radio_address"]:checked + .radio-address {
    border-color: #dee2e6;
    box-shadow: 0px 0px 0px 2px #dee2e6;
}
input[name="radio_address"] {
    display: none;
}
.header-ten .header-maxi {
    padding: 0 !important;
}
.header-ten .header-maxi .pro-header-right-options li > a .fas,
.header-ten .header-maxi .pro-header-right-options li > a .far,
.header-ten .header-maxi .pro-header-right-options li button .fas,
.header-ten .header-maxi .pro-header-right-options li button .far {
    font-size: 1rem !important;
}
.header-ten .header-maxi .pro-header-right-options li > a .badge,
.header-ten .header-maxi .pro-header-right-options li button .badge {
    position: absolute;
    right: -18px;
    top: 10px;
    height: 16px;
    min-width: 16px;
    color: #fff;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.6rem;
    z-index: 2;
}
.header-ten .header-maxi .pro-header-right-options .dropdown .dropdown-menu {
    left: unset !important;
}
.header-ten .header-maxi .pro-header-right-options li {
    margin-left: 24px;
}
.header-navbar .dropdown-toggle::after {
    display: none;
}
.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-size: 24px;
    width: fit-content;
}

.hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    height: 18px;
    width: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.hamburger__icon {
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #555;
    border-radius: 2px;
}

.sidebar {
    height: 100vh;
    width: 320px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999999;
}
.sidebar__close {
    position: absolute;
    top: 50%;
    right: -30px;
    background: #555;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
}
.sidebar__close::before,
.sidebar__close::after {
    content: "";
    height: 2px;
    background: #333;
    width: 24px;
    display: block;
    position: absolute;
}
.sidebar__close::after {
    transform: rotate(90deg);
}
.sidebar__menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}
.sidebar__menu a {
    color: currentcolor;
    text-decoration: none;
    transform: translatex(-10%);
    transition: transform 0.4s ease-in-out;
}
.sidebar__menu a::before {
    content: "";
    height: 2px;
    background: #523d3c;
    width: 120px;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: translatex(-50%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
.sidebar__menu a:hover::before {
    transform: translatex(0);
    opacity: 1;
}
.sidebar__menu a:nth-child(1) {
    transition-delay: 0.05s;
}
.sidebar__menu a:nth-child(2) {
    transition-delay: 0.1s;
}
.sidebar__menu a:nth-child(3) {
    transition-delay: 0.15s;
}
.sidebar__menu a:nth-child(4) {
    transition-delay: 0.2s;
}
.sidebar__menu a:nth-child(5) {
    transition-delay: 0.25s;
}
.sidebar__social {
    display: flex;
    list-style: none;
    padding: 0;
}
.sidebar__social li {
    margin: 4px;
}
.sidebar__social a,
.sidebar__social svg {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.menu-control {
    display: none;
}
.menu-control:checked + .sidebar {
    transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__close {
    transform: translatex(0) rotate(45deg);
}
.menu-control:checked + .sidebar .sidebar__menu a {
    transform: translatex(0);
}
.cart-area .item-price {
    font-size: 1rem !important;
}
.cart-area .item-total {
    font-size: 1rem !important;
}
.cart-page-one .top-table tbody tr td.item-detail-left {
    justify-content: unset;
}
.btn-sm {
    font-size: 12px;
}
.btn {
    text-transform: none;
}
#back-to-top {
    right: 72px;
}
.side-quote {
    position: fixed;
    transform-origin: top right;
    right: 1rem;
    transform: rotate(-90deg) translateY(-100%);
    top: 100px;
    font-size: 1rem;
    font-weight: 700;
    z-index: 99;
}

.line-product {
    padding-top: 1rem;
    padding-bottom: 2rem;
    position: relative;
}
.line-product span.title {
    color: #CB857C;
    font-size: 8rem;
    line-height: 11rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    margin: auto;
    text-align: center;
    z-index: 999;
}
.line-product .content {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    background: #9C2D41ba;
    border-radius: 50%;
    color: #fff !important;
    transition: opacity 800ms 0ms;
}
.line-product .product:hover .content {
    opacity: 1;
    transition: opacity 800ms 0ms;
}
.line-product .content .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.line-product .product article .content .title a {
    font-family: 'Montserrat-Bold' !important;
}
.line-product:hover, .line-product .product article .content .title a:hover, .line-product a, .line-product .product article .content .tag, .line-product .product article .content .title, .line-product .product article .content .price {
    color: #fff !important;
}
.line-product .product article .content .price {
    font-size: 0.8em;
}
.skinethicgrey {
    background: #b1b1b1;
    overflow: hidden;
    margin-right: 4.5rem;
    width: calc(100% - 4.5rem);
    text-align: center;
    padding: 2rem 0;
    border-radius: 0 24px 0 0;
}
.suspicious-six {
    background: #F6CBB7;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
    margin-right: 4.5rem;
    width: calc(100% - 4.5rem);
    color: #FAF7F4;
    border-radius: 0 0 24px 0;
}

.suspicious-six h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
}
.suspicious-six h3 {
    font-size: 1.8rem;
    font-family: 'Montserrat-Regular';
}
.suspicious-six p {
    color: #FAF7F4;
}
.suspicious-six .subheading-wrapper {
    position: relative;
}
.suspicious-six .subheading-wrapper h3 {
    position: absolute;
    font-size: 3rem;
    font-family: 'Montserrat-Regular';
}
.banners-content {
    height: 45rem;
}
.awesome-banner .bg-left {
    background-color: #F6CBB7;
    border-radius: 24px 0 0 24px;
}
.awesome-banner .bg-right {
    background-color: #CB857C;
    border-radius: 0 24px 24px 0;
}
.awesome-banner .floating {
    position: absolute;
    top: 0rem;
    margin: 5rem 3rem 0;
    left: 0;
    right: 0;
    padding-right: 1rem;
}
.awesome-banner .radius-left {
    border-radius: 0 12px 12px 0;
}

.awesome-banner .radius {
    border-radius: 12px;
}
.footer-six .search-content {
    background-color: #CB857C;
}
.footer-six .search-content .newsletter .block .search-field-module {
    background: transparent;
    border: 0;
}
.footer-six .search-content .newsletter .block .search-field-module .search-field-wrap input {
    background: transparent;
    border-bottom: 1px solid #fff;
    text-align:center;
}
.footer-six .search-content .newsletter .block .search-field-module .search-field-wrap input::placeholder { /* Most modern browsers support this now. */
   color: #fff;
}
.footer-six .search-content .newsletter .block .search-field-module .btn {
    background: transparent;
    border: 0;
}

span.title-awesome {
    color: #CB857C;
    font-size: 8rem;
    line-height: 11rem;
    font-weight: 400;
    text-align: center;
    z-index: 999;
}   
.rounded {
    border-radius: 17px !important;
}
.img-thumbnail.rounded {
    border-radius: 17px !important;
}
.blog .blog-thumbnail .over {
    border-radius: 17px 17px 0 0 !important;
}

.testimonial {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
}
.testimonial .carousel-item {
    padding: 4rem;
}
.testimonial .vertical .carousel-item-next.carousel-item-left,
.testimonial .vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.testimonial .vertical .carousel-item-next,
.testimonial .vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}
.testimonial .vertical .carousel-item-prev,
.testimonial .vertical .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.testimonial .blockquote p {
    font-size: 27px;
}
.testimonial .blockquote .blockquote-footer {
    font-size: 17px;
}
.testimonial .carousel-control {
    position: absolute;
    top: -45px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 4rem;
    line-height: 4rem;
}

.testimonial .carousel-control.left {
    left: 0;
}
.testimonial .carousel-control.right {
    right: 0;
}

.footer-image img {
    width: 30px;
    margin-right: 4px;
}
#newsletterModal .modal-content {
    border-radius: 17px !important;
}
#newsletterModal .modal-body {
    padding: 1rem;
}
#newsletterModal input {
    background: transparent;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #6d7e87;
}
#newsletterModal .btn {
    background: transparent;
    border: 0;
    color: #6d7e87;
}

.product article .thumb img {
    max-height: 250px;    
}
.navbar-eunoiacare {
    background-color: #fff;
}
.navbar-eunoiacare .with-dot .nav-item {
    position: relative;
}
.navbar-eunoiacare .with-dot .nav-item a.nav-link {
    padding: 0 1.2em;
    font-size: 1.4em;
    color: #493082;
    position: relative;
}
.navbar-eunoiacare .with-dot .nav-item.active a.nav-link {
    font-weight: bold;
}
.navbar-eunoiacare .with-dot .nav-item.active::after {
    content: "";
    background-color: #493082;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    margin: 10px auto;
    border-radius: 64px;
    left: 0;
    right: 0;
}

.header-eunoiacare h1 {
    font-size: 3.4em;
    font-weight: bold;
    color: #493082;
}
.header-eunoiacare p {
    font-size: 1.4em;
    color: #493082;
}
.header-eunoiacare .btn {
    font-size: 1.4em;
    color: #fff;
    background: #493082;
    padding: 2px 28px;
    border-radius: 64px;
}

.categories-eunoiacare{
    margin-top: 3em;
}
.categories-eunoiacare h1 {
    font-size: 3.4em;
    font-weight: bold;
    color: #493082;
}

.categories-eunoiacare .card.category {
    transition: all ease 0.6s;
    padding: 48px 14px;
    text-align: center;
    border-radius: 24px;
    border: none;
    box-shadow: 4px 4px 16px #e1e1e1;
}

.categories-eunoiacare .card.category:hover {
    background-color: #493082;
    color: #fff !important;
}
.categories-eunoiacare .card.category:hover h1 {
    color: #fff !important;
}
.categories-eunoiacare .card.category:hover h2 {
    color: #fff !important;
}
.categories-eunoiacare .card.category:hover p {
    color: #fff !important;
}

.categories-eunoiacare .card.category h2 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    color: #493082;
}

.categories-eunoiacare .card.category p {
    font-size: 0.8em;
    margin: 0;
}

.categories-eunoiacare .card.category .btn-category {
    width: 126px;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
    position: absolute;
    color: #493082;
    background-color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 64px;
    border: 1px solid #493082;
}

.testimonial-eunoiacare{
    margin-top: 3em;
}
.testimonial-eunoiacare {
    background: #faf6ff;
}

.testimonial-eunoiacare h1 {
    font-size: 3.4em;
    font-weight: bold;
    color: #493082;
}
.testimonial-eunoiacare .card {
    border-radius: 18px;
    border: none;
}
.testimonial-eunoiacare .card {
    color: #493082;
}

.footer-eunoiacare{
    margin-top: 3em;
}
.footer-eunoiacare h1 {
    font-size: 3.4em;
    font-weight: bold;
    color: #493082;
}
.footer-eunoiacare {
    color: #493082;
}
.footer-eunoiacare ul.unstyle {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-eunoiacare ul.unstyle li a {
    color: #493082;
    line-height: 32px;
}
.footer-eunoiacare ul.unstyle li a img.arrow {
    height: 24px;
    margin-top: -4px;
    margin-right: 4px;
}
.footer-eunoiacare .btn {
    font-size: 1.4em;
    color: #fff;
    background: #493082;
    padding: 2px 28px;
    border-radius: 64px;
}
.footer-eunoiacare .form-newsletter {
    padding: 6px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.footer-eunoiacare .social-media a {
    font-size: 0.8em;
    color: #fff;
    background: #493082;
    border-radius: 64px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 4px 0 0;
}

.carousel-control-prev {
    left: -9em;
}
.carousel-control-prev-icon {
    background-image: url('../images/arrow.png') !important;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.carousel-control-next {
    right: -9em;
}
.carousel-control-next-icon {
    background-image: url('../images/arrow.png') !important;
    background-size: contain;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 42px;
    height: 42px;
}

.custom-control-input:checked ~ .custom-control-label.order-type::before {
    color: #3c207a;
    border-color: #3c207a;
    background-color: #3c207a;
}

@media (max-width: 576px) {
    .wrap-header-box, .skinethicgrey, .suspicious-six {
        width: 100%;
        border-radius: 0;
    }
    .skinethicgrey {
        padding: 2rem;
    }
    .wrap-header-box .gradient-box.animated-gradient .inner{
        top: 0;
        height: 32rem;
    }
    .wrap-header-box .gradient-box.animated-gradient .inner iframe {
        border-radius: 0;
    }
    .line-product span.title, span.title-awesome {
        font-size: 2rem;
    }
    .testimonial .blockquote p {
        font-size: 1.2rem;
    }
    .testimonial .carousel-item {
        padding: 0 2rem;
    }
    .product article .thumb {
        height: unset;
    }
}
@media only screen and (max-width: 600px) {
    .banners-content {
        height: unset;
    }
    .awesome-banner .floating {
        position: unset;
        margin: 0;
        padding: 0;
    }
    .awesome-banner .p-0 {
        padding: 15px !important;
    }
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}