/* 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: #f2b138 !important;
}

.bg-secondary {
    background-color: #003f63 !important;
}

.c-primary {
    color: #003f63 !important;
}

.c-secondary {
    color: #f2b138 !important;
}

.bg-tertiary {
    background-color: #f2f6f7 !important;
}

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

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

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

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

.text-orange-light {
    color: #f2b138;
}

.btn-orange {
    background-color: #003f63;
    font-size: 15px !important;
    border-radius: 20px !important;
}

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

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

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

/* 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: #282b2f;
}

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

header .search-container .bg-primary {
    padding: 11.2px 13.2px;
}

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

header .menu {
    width: 30px;
}

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

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.visible {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

header .search-container .form-control {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

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 h3:hover {
    color: #f2b138 !important;
    cursor: pointer;
}

.sliderCategories .item a.btn-cat {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sliderCategories .item .ratio {
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
    background-color: transparent !important;
}

.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: #f2f6f7;
    color: #666666 !important;
}

footer ul li a {
    color: #666666;
}

footer h2 {
    color: #003f63;
}

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

footer .nav-footer a:hover {
    opacity: 0.7;
}

footer .social-media a {
    border-radius: 50%;
    padding: 5px 10px;
    transition: all ease-in-out .3s;
}

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

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

#icons-items .icon-hover-flip .bi {
    transition: transform 0.3s ease-in-out;
}

#icons-items .rounded-end-1,
#icons-items .rounded-start-1 {
    position: relative;
}

#icons-items .rounded-start-1::after {
    background-color: #80808033;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    width: 1px;
    height: calc(100% - 60px);
}

#icons-items .rounded-end-1::before {
    background-color: #80808033;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 50%;
    transform: translateY(50%);
    width: 1px;
    height: calc(100% - 60px);
}

#icons-items .icon-main {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#icons-items .hover-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

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

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

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

.btn-buy-add button:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .3s;
    background-color: #003f63 !important;
    color: white !important;
}

.btn-buy-add button {
    width: 45px;
    height: 45px;
}

.product-card .price-offer {
    border-radius: 16px;
}

.sliderProductsNav .ratio {
    position: relative;
    overflow: hidden;
    transition: transform .3s ease-in-out;
}

.sliderProductsNav .ratio:hover {
    transform: scale(1.05);
}

.sliderProductsNav .ratio::before {
    content: '';
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(100%);
    transition: transform .4s ease-in-out;
}

.sliderProductsNav .ratio:hover::before {
    transform: translateY(0);
}

.sliderProductsNav .cat-hover {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.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;
}

.breadcrumb-item.active {
    color: #003f63;
}

ol.breadcrumb {
    margin-bottom: 0px !important;
}

.product-detail .column-right h1 {
    color: #333333;
}

.nav-pills .nav-link {
    border: 1px solid #808080;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #808080 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: white !important;
    border: 1px solid #003f63;
    color: #003f63 !important;
}

.reviews .bg-secondary {
    color: white;
}

.form-control {
    border-radius: 15px !important;
}

.contact-form .text-start button:hover {
    opacity: 0.7;
}

.offcanvas.show {
    min-width: 400px;
    padding: 10px;
}

.offcanvas-header .bg-green {
    background-color: #ababab !important;
}

.btn-deatil-buy-add .btn-buy {
    font-size: 14px !important;
    border-radius: 5px !important;
    font-weight: 600;
    background-color: #313131 !important;
}

.btn-deatil-buy-add .btn-buy:hover {
    background-color: #003f63 !important;
    opacity: 0.7;
}

.btn-deatil-buy-add .btn-add {
    font-size: 14px !important;
    border-radius: 5px !important;
    font-weight: 600;
    background-color: #f5f5f5 !important;
}

.btn-deatil-buy-add .btn-add:hover {
    background-color: #313131 !important;
    color: white !important;
}

.sticky-sm-top {
    z-index: 999;
}

.splide__arrow svg {
    fill: #6c757d;
}

/* MEDIA BREAKPOINTS  */
@media (max-width: 991px) {
    body {
        padding-top: 61px;
    }

    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;
    }

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

    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;
    }

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

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

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

    .title-product-cart {
        font-size: 16px !important;
    }

    .title-columns-cart {
        display: none;
    }

    .product-details td {
        display: block;
    }

    .product-details {
        position: relative;
    }

    .product-details .btn-trash {
        position: absolute;
        top: 0;
    }

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

    .btn-deatil-buy-add .btn-buy,
    .btn-deatil-buy-add .btn-add,
    .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;
    }
}