/* IMPORTS */
@import "../../../css/theme.css";
@import "../../../css/custom.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    background: white;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

.bg-light-solaris {
    background-color: #FEF9F9;
}

.bg-light-solaris-2 {
    background-color: #F6F5F2 !important;
}

.bg-light-solaris-3 {
    background-color: rgba(205, 202, 197, .2);
}

.bg-primary {
    background-color: #f8f8f8 !important;
}

.c-text {
    color: #444 !important;
}

.bg-golden {
    background-color: #5c4295 !important;
}

.border-end-dotted {
    border-right: 1px dotted #5c4295;
}

.border-start-dotted {
    border-left: 1px dotted #5c4295;
}

.border-top-dotted {
    border-top: 1px dotted #5c4295;
}

.text-orange-light {
    color: #5c4295;
}

.header-extras {
    display: flex;
    flex-direction: column;
}

.btn-orange {
    background-color: #5c4295;
    font-size: 15px !important;
    border-radius: 5px !important;
}

.btn-orange:hover {
    background-color: #292828;
}

.btn-style-1 a:hover {
    color: #5c4295 !important;
}

a,
button,
img,
input,
span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

input {
    font-family: "Montserrat", sans-serif;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
}

header .logo {
    max-height: 48px;
}

header nav {
    font-weight: 500;
}

header nav a,
header nav button {
    color: #121519;
    text-transform: uppercase;
    font-weight: 600;
}

header nav a:hover,
header nav button:hover {
    color: #5c4295;
}

header nav ul li a {
    text-transform: none;
    color: #7e7e7e;
}

header .dropdown-menu {
    max-height: calc(100vh - 130px);
    overflow: auto;
    width: 200px;
    z-index: 9999;
}

header .menu {
    width: 30px;
}

header .menu span {
    height: 2px;
    transition: all ease-in-out .3s;
}

header .menu span {
    background-color: #323232;
}

header .menu.active span:first-child {
    transform: rotate(45deg);
}

header .menu.active span:nth-child(2) {
    opacity: 0;
}

header .menu.active span:last-child {
    transform: rotate(-45deg);
    margin-top: -11px;
}

header.hidden {
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

body {
    padding-top: 93px;
}

body.with-name {
    padding-top: 137px;
}

body.with-bar {
    padding-top: 119px;
}

body.with-name.with-bar {
    padding-top: 163px;
}

a,
a:hover,
button,
button:hover {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#carouselBanners .carousel-indicators button {
    background-color: #D9D9D9;
    border-radius: 50%;
    height: 16px;
    opacity: 1;
    width: 16px;
}

#carouselBanners .carousel-indicators button.active {
    background-color: #FCD9B8;
}

#carouselBanners img.d-none.d-sm-block {
    height: 66vh;
    object-fit: cover;
}

#carouselBanners img.d-sm-none {
    object-fit: cover;
}

.sliderCategories .tns-controls {
    top: 50%;
    margin-top: -12px;
}

.sliderCategories .item,
.sliderCategories .item h3 {
    transition: all 0.3s ease-in-out;
}

.sliderCategories .item a.btn-cat {
    z-index: 1;
}

.sliderCategories .item .bg-img {
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.sliderCategories .item .bg-img::after {
    display: none;
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 80, 73, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: inherit;
}

.sliderCategories .item:hover .bg-img::after {
    opacity: 1;
}

.sliderCategories .item .item-box {
    padding: 25px 30px 30px;
    border: 1px solid #f8f8f8;
}

.img-zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.item h3 {
    transition: color 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.item:hover .img-zoom {
    transform: scale(1.1);
}

.item:hover h3 {
    color: #5c4295;
}

.category-hover .category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.category-hover:hover .category-overlay {
    opacity: 1;
}

.product-count {
    background-color: #ff5049;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tns-controls {
    left: 0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    height: 24px;
    padding: 0;
    position: absolute;
    width: 24px;
}

.tns-controls [data-controls="prev"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-prev.svg');
}

.tns-controls [data-controls="next"] {
    background-image: url('https://emidica.com/img/icos/ico-arrow-next.svg');
    right: 0;
}

.shipping_type.active::after,
.payment_method.active::after {
    color: var(--bs-green);
    content: '\F26A';
    display: block;
    font-family: 'bootstrap-icons';
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

.longDescription,
.short_description {
    overflow: hidden;
}

.longDescription figure img,
.longDescription p img,
.short_description figure img,
.short_description p img {
    max-width: 100%;
    height: auto;
}

.longDescription figure,
.short_description figure {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.longDescription figure img,
.short_description figure img {
    display: block;
    margin: 20px auto;
}

.longDescription figure.image-style-side,
.short_description figure.image-style-side {
    float: right;
    margin: 20px 0 20px 20px;
}

.menu-categories li .imgblack {
    display: block;
}

.menu-categories li .imgcolor {
    display: none;
}

.menu-categories li.active > div > a {
    color: #CB8161;
}

.menu-categories li.active > div > button .imgblack {
    display: none;
}

.menu-categories li.active > div > button .imgcolor {
    display: block;
}

.menu-categories > ul > li ul {
    list-style: none;
    padding-left: 20px;
}

.menu-categories > ul > li > ul {
    display: block !important;
}

/* FOOTER */
footer {
    background-color: #1c1b1b;
    color: white !important;
}

footer .logo {
    max-height: 45px;
    max-width: 115px;
}

footer .social-media a {
    transition: all ease-in-out .3s;
}

footer .social-media a i:hover {
    color: #5c4295;
    transition: all ease-in-out .3s;
    opacity: 0.5;
}

#thumbnail-carousel-track {
    height: 516px !important;
}

#icons-items {
    background-color: #efece7;
}

#icons-items .icon-hover-flip .bi,
#icons-items .icon-hover-flip img {
    color: #646363;
    font-size: 50px !important;
}

#icons-items .icon-hover-flip .d-flex {
    padding: 20px 10px !important;
    justify-content: center;
}

#icons-items p {
    color: #444;
    font-weight: 400;
}

#icons-items h4 {
    font-size: 14px !important;
}

#icons-items .text-sm {
    font-size: 13px !important;
}

.price-offer {
    border-radius: 5px;
}

.scroll-top-btn {
    bottom: 0;
    right: 30px;
    margin-bottom: 15px;
    z-index: 999;
    border-radius: 50%;
    border: 0;
    color: white;
    transition: all ease-in-out .3s;
}

.scroll-top-btn:hover {
    background-color: #292828 !important;
}

.btn-buy-add {
    margin-right: 5px;
}

.btn-buy-add .buy {
    background-color: #5c4295;
    color: white;
    padding: 10px;
}

.btn-buy-add .buy:hover {
    background-color: white;
    color: #323232;
}

.btn-buy-add .add {
    background-color: #323232;
    color: white;
    padding: 10px;
}

.btn-buy-add .add:hover {
    background-color: #5c4295;
}

.product-card {
    height: 100%;
    border-radius: 15px;
    background-color: white;
    overflow: hidden;
}

.product-card .ratio {
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 1.5s cubic-bezier(0, 0, 0.2, 1);
    will-change: background-size;
    overflow: hidden;
}

.product-card:hover .ratio {
    background-size: 110%;
}

.product-card img {
    transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    will-change: background-size;
    object-fit: cover;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-card .box-text h3 {
    font-size: 14px !important;
}

.product-card .box-text span {
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.call-to-action {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 1.5s cubic-bezier(0, 0, 0.2, 1);
    will-change: background-size;
    border-radius: 5px;
    position: relative;
}

.call-to-action:hover {
    background-size: 110%;
}

.call-to-action .btn-orange {
    border-radius: 50px !important;
}

.call-to-action::before {
    content: "";
    display: block;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 1;
}

.search form input {
    background-color: #f5f5f5;
}

.featuredCategories {
    background-color: #efece7;
}

.featuredCategories .d-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}

.featuredCategories .d-grid .item:first-child {
    grid-area: 1 / 1 / 3 / 2;
    max-height: 600px;
}

.featuredCategories .d-grid .item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    max-height: 250px;
    padding-bottom: 5px;
}

.featuredCategories .d-grid .item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    max-height: 250px;
    padding-top: 5px;
}

.featuredCategories .d-grid .item:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4;
    max-height: 600px;
}

.featuredCategories .d-grid .item .item-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featuredCategories .d-grid .item .item-box .ratio {
    flex-grow: 1;
    border-radius: 25px;
}

.featuredCategories .d-grid .item .item-box h3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 25px;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.lastProducts {
    background-color: #efece7;
}

.img-review .btn {
    height: inherit;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.img-review .btn i {
    color: white;
}

#icons-items i.fa-solid,
.breadcrumb-item.active {
    color: #5c4295 !important;
}

.badge {
    background-color: #5c4295;
}

.menu-categories.cats-mobile {
    background-color: #bca8e72c !important;
    border-radius: 5px;
}

#carouselBanners .tns-controls {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

#carouselBanners .tns-controls button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    color: #F6C40F;
    height: 35px;
    position: absolute;
    width: 35px;
}

#carouselBanners .tns-controls button[data-controls="prev"] {
    background-image: url('../img/ico-arrow-prev.svg');
    left: 15px;
}

#carouselBanners .tns-controls button[data-controls="next"] {
    background-image: url('../img/ico-arrow-next.svg');
    right: 15px;
}

#carouselBanners .tns-nav {
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#carouselBanners .tns-nav button {
    border: 3px solid #969594;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin: 0 5px;
    opacity: 1;
    width: 20px;
}

#carouselBanners .tns-nav button.tns-nav-active {
    border-color: #5c4295;
}

.btn-share a {
    background-color: #5c4295 !important;
}

/* MEDIA BREAKPOINTS */
@media (max-width: 576px) {
    .postal-holder {
        display: flex;
        justify-content: center;
        background: #f8f9fa;
    }

    header .logo {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 62px;
    }

    body .mobile-nav {
        left: -100%;
        padding-top: 62px;
        transition: all ease-in-out .3s;
        z-index: 6;
        max-width: 425px;
    }

    body .mobile-nav.active {
        left: 0;
        background-color: white;
        color: white;
    }

    body.with-name {
        padding-top: 118px;
    }

    body.with-name .mobile-nav {
        padding-top: 118px;
        background-color: white;
    }

    body.with-bar {
        padding-top: 88px;
    }

    body.with-bar .mobile-nav {
        padding-top: 105px;
    }

    body.with-name.with-bar {
        padding-top: 144px;
    }

    body.with-name.with-bar .mobile-nav {
        padding-top: 144px;
    }
}

@media (max-width: 767px) {
    .border-start-dotted {
        border-left: 0;
    }

    .border-end-dotted {
        border: none;
    }

    .btn-whatsapp {
        bottom: 14px !important;
    }

    .scroll-top-btn {
        right: 21px;
    }
}

@media (max-width: 576px) {
    .btn-buy-add button {
        font-size: 14px;
    }

    .featuredCategories .d-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .featuredCategories .d-grid > :last-child {
        display: none;
    }

    .checkout-detail .price-detail {
        position: absolute;
        top: 0;
        right: 0;
    }

    #icons-items .icon-hover-flip .d-flex {
        padding: 20px 50px !important;
    }

    .btn-buy-detail,
    .btn-add-detail {
        border-radius: 0px !important;
    }
}

@media (max-width: 425px) {
    #thumbnail-carousel-track {
        height: 276px !important;
    }
}

@media (max-width: 375px) {
    #thumbnail-carousel-track {
        height: 240px !important;
    }
}

@media (max-width: 320px) {
    #thumbnail-carousel-track {
        height: 198px !important;
    }
}