/* Custom for each: vrouyr */
.flex-1 {
    flex: 1
}

.flex {
    display: flex;
}

.display-inline-block {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    color: white;
}

.w-auto {
    width: auto;
}

.simple-box-special {
    padding-top: 0;
    padding-bottom: 0;
}

.simple-box-special .simple-box-image figure {
    width: 49%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.simple-box-special .simple-box-image figure img,
.full-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-box-special .simple-box-left-side {
    width: 100%;
}

.simple-box-special .simple-box-image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.simple-box-special .simple-box-right-side {
    display: none;
}

.images-flex {
    display: flex;
    flex-wrap: wrap;
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.text-align-right {
    text-align: right;
}

.line-height-normal {
    line-height: normal;
}

.shop-image-2 {
    display: none;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-image-1 {
    display: none;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-image-2 {
    display: block;
}

.categories-structure2 {
    display: flex;
    gap: 10px;
}

.categories-structure-artist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.categories-structure-artist>* {
    margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .categories-structure-artist {
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .categories-structure-artist {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .categories-structure-artist {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.timeline-image {
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.search-input {
    border: 0 !important;
    padding: 4px 8px !important;
    border-bottom: 1px solid #86827f !important;
    width: 250px;
    max-width: 100%;
}

.col-sidebar-products {
    width: 26%;
    padding-top: 7px;
}

.col-content-products {
    width: 100%;
}

.col-content-products.filter-visible {
    width: 73%;
}

.filter-blocks {
    flex-direction: column;
}

/* Container around content */
.timeline .container {
    padding: 40px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: black;
    top: 90px;
    bottom: 90px;
    left: 50%;
    margin-left: -3px;
}

.btn-primary {
    border-color: black;
    background-color: black;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: black;
    opacity: 0.7;
    border-radius: 5px;
    border-color: black;
}

/* Place the container to the left */
.timeline .left {
    left: -25%;
}

/* Place the container to the right */
.timeline .right {
    left: 26%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 80px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid black;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent black;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 80px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid black;
    border-width: 10px 10px 10px 0;
    border-color: transparent black transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
    left: -16px;
}

/* The actual content */
.timeline .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.timeline .single-block h2 {
    text-align: center;
    font-size: 85px;
    font-weight: bold;
}

.timeline .single-block.first h2 {
    top: -32px;
    margin-top: 18px;
}

.timeline .single-block.last h2 {
    bottom: -32px;
    margin-bottom: 18px;
}

.timeline .content ul li {
    list-style: inherit;
}

.categories-structure {}

.categories-structure .category-parent-block {
    display: flex;
    position: relative;
}

.categories-structure .category-parent-block .categories-style-03 img,
.collections-overview-category-block .categories-style-03.small-category img {
    height: 80px;
}

.categories-structure .category-parent-block .category-parent {
    width: 250px;
}

.categories-structure .category-parent-block .category-children {
    margin-left: 35px;
    position: relative;
    display: flex;
    flex: 1;
    gap: 10px;
}

.categories-structure .category-parent-block .category-children::before {
    content: ">";
    position: absolute;
    left: -24px;
    top: calc(50% - 22px);
    font-size: 20px;
    font-weight: bold;
}

.modal-title {
    font-size: 20px;
}

.popup-artist {
    margin-right: 15px;
    margin-bottom: 10px;
    max-height: 250px;
    text-align: left;
    float: left;
}

header.sticky .navbar-brand .default-logo {
    height: 44px;
}

header.sticky .navbar-brand {
    padding: 12px 0;
}

.home-navigation-block h5 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 50px;
    text-shadow: 1px 1px black;
}

.home-navigation-block-content::before {
    content: ' ';
    border-radius: 6px;
}

.range-slider {
    margin-bottom: 10px;
}

.range-slider p {
    margin: 0;
}

.range-slider input {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
}

.btn-primary {
    white-space: nowrap;
}

/* Profile navigation */
.profile-tabs .nav-item {
    width: 100%;
}

@media(max-width: 1199px) {
    .home-slide .blog-side-image .blog-box .blog-image {
        min-height: 400px;
    }

    h1,
    .h1 {
        font-size: 3.775rem;
        line-height: 3.775rem;
    }

    h2,
    .h2,
    .simple-box h1,
    .page-title-large h1 {
        font-size: 2.838rem;
        line-height: 3.438rem;
    }

    h3,
    .h3,
    .home-navigation-block h5 {
        font-size: 2.513rem;
        line-height: 3.0rem;
    }

    h4 {
        font-size: 1.475rem;
        line-height: 2.0rem;
    }

    h5 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    h6 {
        font-size: 1.3rem;
        line-height: 1.95rem;
    }

    section.simple-box {
        padding: 35px 0;
    }

    .timeline .single-block h2 {
        font-size: 55px;
    }

    .timeline::after {
        top: 83px;
    }
}


@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 991px) {
    .container {
        max-width: 90%;
    }

    #navbarNav.show,
    #navbarNav,
    #navbarNav.collapsing-in {
        /* width: 100%;
        height: 100vh;
        top: 0px;
        align-items: center;
        justify-content: center;
        display: flex !important;
        max-height: none !important;
        padding-top: 40px;
        padding-bottom: 40px; */

        z-index: 1;
        width: 100%;
        margin-top: -134px;
        min-height: 100vh;
        padding-left: 10%;
        /* top: 0px; */
        /* align-items: center; */
        justify-content: center;
        /* display: flex !important
        /* max-height: none !important; */
        /* padding-top: 40px; */
        /* padding-bottom: 40px; 
        /* overflow: scroll;*/
    }

    #navbarNav .navbar-nav .dropdown .dropdown-menu a:hover,
    #navbarNav .navbar-nav .simple-dropdown .dropdown-menu a:hover {
        color: black;
        opacity: 0.8;
    }

    #navbarNav.show .navbar-nav {
        max-width: 100%;
        display: flex;
        width: 800px;
        justify-content: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .categories-structure2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .categories-structure2>.col {
        flex-wrap: wrap;
        min-width: 175px;
        display: flex;
        flex: 1 0 23%;
        flex-grow: 0;
    }

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

    .categories-style-03 .categories-box {
        width: 100%;
    }

    #navbarNav .navbar-nav .nav-link,
    #navbarNav .navbar-nav .simple-dropdown .dropdown-menu li {
        width: auto;
        display: inline-block;
    }

    #navbarNav .navbar-nav i {
        display: none;
    }

    #navbarNav .navbar-nav .dropdown .dropdown-menu {
        display: block;
    }

    #navbarNav .navbar-nav .simple-dropdown .dropdown-menu li {
        padding: 3px 15px;
    }

    .navbar-expand-lg .navbar-toggler {
        z-index: 9;
    }

    .timeline-image {
        height: auto;
    }
}

@media(max-width: 768px) {}

@media(max-width: 767px) {
    .col-sidebar-products {
        width: 100%;
    }

    .products-toolbar-wrapper {
        flex-wrap: wrap;
    }

    .products-search-form-wrapper,
    .products-search-form-wrapper .search-input {
        width: 100%;
    }

    .timeline .single-block.first h2 {
        text-align: left;
    }

    .timeline::after {
        top: 83px;
        left: 35px;
    }

    .timeline .right,
    .timeline .left {
        left: 33px;
        margin: 0;
        width: 85%;
    }

    .timeline-image {
        margin-top: 15px;
    }

    .timeline .left::before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        left: 31px;
        top: 58px;
    }

    .timeline .right::before {
        top: 58px;
    }

    .timeline .container {
        padding: 25px 40px;
        max-width: 100%;
    }
}

@media(max-width: 576px) {}

@media(max-width: 575px) {}

@media(max-width: 500px) {
    .timeline::after {
        top: 72px;
        left: 17px;
        width: 3px;
    }

    .timeline .right,
    .timeline .left {
        width: 100%;
        left: 5px;
        padding: 25px 0;
    }

    .timeline .right::before,
    .timeline .left::before {
        top: 58px;
        left: 11px;
    }
}

@media(max-width: 450px) {}

@media(max-width: 400px) {}

@media(max-width: 350px) {}

@media(max-width: 300px) {}

@media(min-width: 992px) {
    .text-md-right {
        text-align: right !important;
    }
}

@media(min-width: 1200px) {
    .text-lg-right {
        text-align: right !important;
    }
}