/* One general to rule them all */
header .navbar-brand img {
    max-height: 80px;
}

.bg-nero {
    background-color: #1c1c1c;
}

footer .footer-logo img {
    max-height: 160px;
}

.testimonial-texts {
    min-height: 120px;
}

.simple-dropdown .dropdown-menu ul {
    padding-left: 0;
}

.bottom-menu .nav-item {
    text-align: left;
}

.bottom-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.bottom-menu .navbar-nav {
    float: left;
}

.bottom-menu ul:nth-of-type(2) {
    position: relative;
    margin-left: 20px;
}

.bottom-menu ul:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #dbd9d8;
}

footer a.nav-link.active {
    color: var(--bs-nav-link-hover-color);
}

.bottom-menu .nav-item .nav-link {
    display: inline-block;
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.col-sidebar-products {
    display: none;
}

.home-navigation-blocks .shop-image {
    height: 320px;
}

.home-navigation-blocks .shop-image img {
    height: 100%;
    object-fit: cover;
}

.filter-blocks {
    display: flex;
    margin: 20px 0;
    gap: 30px;
}

.filter-category {
    max-height: 350px;
    overflow: unset;
    padding-left: 0;
}

.filter-category li.active a,
.filter-category li.active span,
.filter-list li.active a .custom-control-label {
    text-decoration: underline;
}

.filter-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.filter-list li {
    display: flex;
    flex-direction: row;
}

.filter-reset-tag-container {
    display: flex;
}

.filter-tag-container .filter-button {
    margin-right: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.filter-tag-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-reset-tag {
    display: flex;
    flex: 1 0;
    max-width: 180px;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    align-items: center;
    background-color: #eee;
}

.filter-reset-tag .left {
    display: table-cell;
    position: relative;
    font-size: .875rem;
    vertical-align: middle;
}

.filter-reset-tag .left a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 100%;
    padding: 0 !important;
    color: #222;
    float: left;
    background-color: #fff !important;
    border: 0 !important;
    margin: 0 6px;
}

.filter-reset-tag .left a i {
    margin: 0 !important;
    color: grey;
}

.filter-reset-tag .right {
    display: table-cell;
    padding: 10px 12px;
    padding-left: 0;
    vertical-align: middle;
}

.filter-reset-tag .right span {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-reset-tag .right .reset-tag-title {
    color: #777;
    white-space: normal;
    padding-left: 7px;
    min-width: 100px;
}

.filter-reset-all-tag {
    background: #c13a378a;
}

.filter-reset-all-tag a {
    width: 100%;
    color: white;
    text-align: center;
}

.custom-checkbox {
    display: inline-block;
    white-space: nowrap;
}

.w-auto {
    width: auto;
}

.categories-style-03 img {
    width: 100%;
    height: 21em;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.categories-style-03.small-category img {
    height: 14em;
}

.categories-style-03.very-small-category img {
    height: 14em;
}

.interactive-banner-style-09 {
    height: 100%;
}

.interactive-banner-style-09 img {
    height: 100%;
    object-fit: cover;
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
    z-index: 1;
}

.category-item-counter {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    display: flex !important;
    font-weight: 600 !important;
    height: 45px !important;
    width: 45px !important;
    background-color: var(--base-color);
    font-size: 14px;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    color: white;
}

.btn {
    border-radius: 5px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.swal2-toast h2:where(.swal2-title) {
    line-height: normal;
}

#stickyImgContainer .slide,
.offcanvas,
.swiper-vertical>.swiper-wrapper,
.slider-vertical>.swiper-wrapper {
    flex-direction: column;
}

.btn i {
    position: relative;
    margin-left: unset;
}

.share-buttons {
    display: none;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
}

.share-button {
    margin: 5px 10px;
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
}

.share-button:hover {
    color: #007bff;
}

.section-link {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.icon-hidden {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
}

.section-link:hover .icon-hidden {
    width: auto;
    opacity: 1;
}

.section-link:hover {
    width: auto;
}

.dropdown-menu {
    transition: border-top-right-radius 300ms ease-in-out;
    border-radius: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--main-color1);
}

.dropdown-menu .dropdown-item {
    width: 80%;
    margin-left: 1rem;
}

.form-control {
    border-radius: 5px;
}

/* Product detail */
.share-buttons {
    padding: 0.5em;
    background: #fff;
    border: 1px solid var(--extra-medium-gray);
    border-radius: 5px;
}

/* Helpers */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-size-sm {
    font-size: small;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group .form-control {
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    border-radius: 0;
}

.input-group .btn:first-child {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
}

.input-group .btn:last-child {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

.input-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

.shop-sidebar .shop-filter.list-unstyled li {
    padding: 0 25px 0 0;
}

ul.category-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.category-filter li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

ul.category-filter input[type="checkbox"] {
    margin-right: 10px;
    width: 1rem;
    height: 1rem;
    margin-top: 10px;
}

ul.category-filter label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.remove-bottom-border-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.remove-top-border-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.alert-dismissible .btn-close {
    font-size: 0.5em;
}

.border-radius-5px * {
    border-radius: 5px;
}

.simple-dropdown .dropdown-menu ul {
    width: 100%;
}

.d-sm-flex {
    display: none !important;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.dark-overlay {
    position: relative;
}

.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.dark-overlay .text-white {
    position: relative;
    z-index: 2;
}

img {
    border-radius: 5px;
}

.mfp-gallery button.mfp-close {
    right: -4px;
    top: 36px;
    background-color: var(--white);
    width: 28px;
    height: 28px;
    line-height: 1;
}

.shop-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.line-height-1rem {
    line-height: 1rem;
}

.roomvo-container>* {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.slider-container .ui-widget-content {
    border: none;
}

.slider-container .ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

.slider-container .ui-widget.ui-widget-content {
    border: 0;
}

.slider-container .slider-range::before {
    content: ' ';
    background: #b3b3b3;
    position: absolute;
    height: 43%;
    width: 100%;
    top: 3px;
}

.slider-container .ui-slider-horizontal .ui-slider-range {
    margin-left: 10px;
}

/* Breakpoints */
@media (min-width: 576px) {
    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    header .navbar [class*=col-] .navbar-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        padding: 0.5rem;
    }

    li.nav-item.dropdown.simple-dropdown.language-dropdown.open .dropdown-menu {
        display: block;
        background-color: black;
        color: white;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1050;
        border-radius: 0.5rem;
        padding: 1em;
        width: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    li.nav-item.dropdown.simple-dropdown.language-dropdown.open .dropdown-menu a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 0.5rem 1rem;
    }

    li.nav-item.dropdown.simple-dropdown.language-dropdown.open .dropdown-menu a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #f8f9fa;
    }

    /* Centerend content on small-screen */
    .bottom-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline-block {
        display: inline-block !important;
    }
}

/* noUI styling */
.noUi-connect {
    background-color: var(--base-color);
}
/* instafeed */
.instafeed-grid figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px;
    padding-top: 100%;
}

.instafeed-grid figure img,
.instafeed-grid figure video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width: 991px) {

    /* max 6 items on medium screen */
    .instagram-follow-api .instafeed-grid:nth-child(n+7) {
        display: none;
    }
}

@media(max-width: 767px) {

    /* max 4 items on small screen */
    @media (max-width: 767px) {
        .instagram-follow-api .instafeed-grid:nth-child(n+5) {
            display: none;
        }
    }
}

.mfp-iframe-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.mfp-iframe-scaler {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    border: 0;
    background: #000;
    object-fit: cover;
}

.submit-form {
    cursor: pointer;
}