/* 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=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Helvetica Neue', 'Roboto', sans-serif;
}

.text-golden {
    color: #B1A599;
}

.bg-golden {
    background-color: #B1A599;
}

.border-golden {
    border-color: #B1A599 !important;
}

.bg-golden-2 {
    background-color: #CB8161;
}

.border-top-golden {
    border-top: 5px solid #B1A599;
}

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

/* HEADER */
header {
    background-color: #2E2E2E;
    z-index: 101;
}

header .logo {
    height: 48px;
    margin: 0 auto;
}

header a,
header .dropdown button {
    color: #FFF;
}

header a:hover,
header .dropdown button:hover {
    color: #B1A599;
}

header .dropdown .dropdown-menu {
    border: none;
    border-top: 5px solid #B1A599;
    max-height: calc(100vh - 130px);
    overflow: auto;
    width: 200px;
    z-index: 9999;
}

header .dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #B1A599;
}


body {
    background-color: #2E2E2E;
    color: #FFF;
    padding-top: 153px;
}

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

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

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

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

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

.tns-nav button.tns-nav-active {
    border-color: #FFF;
}

.tns-controls {
    left: 0;
    position: absolute;
    top: 38%;
    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/templates/theme-2/ico-arrow-prev.svg');
}

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

.icos {
    border-top: 20px solid #B1A599;
}

.offcanvas {
    background-color: #212121;
}

.bg-dark-1 {
    background-color: #2E2E2E;
}

.bg-dark-2 {
    background-color: #212121;
}

.accordion-button::after {
    filter: invert(100%);
}

.accordion-button:not(.collapsed) {
    background-color: #212121;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0%);
}

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

ol.breadcrumb {
    text-transform: uppercase;
}

ol.breadcrumb a {
    color: #FFF;
}

ol.breadcrumb li.active {
    color: #FFF;
    font-weight: 700;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #FFF;
}

.off {
    border-radius: 0 19px 19px 0;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.page-link {
    background-color: transparent;
    border: none;
    color: #FFF;
}

.page-link:hover,
.page-link:focus {
    background-color: #FFF;
    box-shadow: none;
    color: #999;
}

.page-link:hover,
.page-link:focus {
    background-color: transparent;
    color: #B1A599;
}

.disabled > .page-link,
.page-link.disabled {
    background-color: transparent;
}

.active > .page-link,
.page-link.active {
    background-color: #B1A599 !important;
    border-radius: 8px;
}

.active > .page-link:hover,
.page-link.active:hover {
    color: #FFF;
}

.pagination {
    margin: 0;
}

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

.menu-categories button {
    transition: all ease-in-out .3s;
}

.menu-categories button.active {
    transform: rotate(90deg);
}

#sellfastModal .payments-method>:nth-child(4) img,
#sellfastModal .payments-method>:nth-child(5) img,
.checkout-payments .payments-method>:nth-child(3) img,
.checkout-payments .payments-method>:nth-child(4) img,
.form-sellfast .payments-method>:nth-child(4) img,
.form-sellfast .payments-method>:nth-child(5) img {
    filter: none;
}

.border-dashed.active {
    border-color: #3fca90 !important;
}

.shipping_type.active::after,
.payment_method.active::after {
    color: #3fca90;
    content: '\F26A';
    display: block;
    font-family: 'bootstrap-icons';
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

.cards .visa {
    width: 95px;
}

.cards .master {
    width: 71px;
}

.cards .cirrus {
    width: 76px;
}

.cards .mp {
    width: 100px;
}

.cards .nx {
    width: 133px;
}

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

.tns-ovh {
    padding-bottom: 1px;
}

.shipping_type.active::after,
.payment_method.active::after {
    background-image: url(https://emidica.com/img/icos/ico-check-c.svg);
    content: '';
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

figure.image.image_resized img {
    width: 100%;
}

.formShipping .form-floating .form-control {
    position: relative;
    z-index: 3;
    background: transparent;
}

.cash-price {
    margin-bottom: 20px;
}

#bg-category::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#bg-category {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#bg-category h1,
#bg-category .d-flex {
    position: relative;
    z-index: 2;
}

.logo-white {
    filter: invert(1);
}

.fw-bold.text-discount .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;
}

#contact-footer .bi-whatsapp {
    color: white;
    background-color: #198754;
    border-radius: 50%;
    padding: 10px;
    display: flex;
}

#contact-footer .scroll-top-btn {
    display: none;
}

.short_description h2,
.short_description h3,
.short_description h4 {
    color: white;
}

.cart-detail .btn-subtract,
.cart-detail .btn-add {
    border-radius: 7px;
}


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

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }

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

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

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

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

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

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

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

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

    header .menu {
        width: 35px;
    }

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

    .cards .visa {
        width: 55px;
    }

    .cards .master {
        width: 45px;
    }

    .cards .cirrus {
        width: 45px;
    }

    .cards .mp {
        width: 60px;
    }

    .cards .nx {
        width: 80px;
    }
}

@media (max-width: 575px) {
    .buttons-sellfast button {
        background-color: white !important;
        border-color: white !important;
        color: #000 !important;
        border-radius: 0px !important;
    }
}

@media (max-width: 420px) {
    .related-grid > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout-summary .items-detail {
        display: block !important;
        position: relative;
    }

    .checkout-summary .items-detail .text-golden {
        position: absolute;
        top: 11px;
        right: 11px;
    }

    .checkout-summary .items-detail .flex-fill {
        margin-top: 15px;
        padding-left: 0px !important;
    }
}