body {overflow-y:scroll;}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

.yearpicker-container * { font-family: 'Rubik', sans-serif; }

.save_select{width: 50%;}
#filter .owl-dots{ display: none; }

#filter .item6,
#filter .item7,
#filter .item8,
#filter .item9,
#filter .item10 {
    display: none;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #5D5EDE;
}
input:focus + .slider {
    box-shadow: 0px 2px 6px rgba(93, 94, 222, 0.56);
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/* End of switch box */
/* Start mobile responsive header */
@media screen and (max-width: 650px){
    .search-width .selectize-control.single .selectize-input:after{
        display: none;
    }
    .search-width .selectize-control.single .selectize-input{
        background-image: url("/img/ic_search_24px.svg") !important;
        background-repeat: no-repeat !important;
        background-position: right 17px top 22px !important;
        background-color: #ebebeb !important;
        border: 0px solid #ccc !important;
        padding: 8px 12px;
    }
}
/* End mobile responsive header */
.button-for-img ul li.nav-item {
    max-width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    top: 6px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border: solid 2px rgba(126, 0, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.media-boxes-filter.owl-carousel:hover .owl-nav button.owl-prev,
.media-boxes-filter.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: rgba(126, 0, 255, 0.7);
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-next:active {
    border-color: rgba(0, 0, 0, 0.08);
}

.wrapper-r.owl-grab li > .nav-link:not(.selected):hover {
    line-height: 40px;
    color: rgba(0,0,0,0.88) !important;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.wrapper-r.owl-grab li > .nav-link:hover {
    margin-top: 0;
}

.wrapper-r.owl-grab .nav-link:not(.selected):hover::before,
.wrapper-r.owl-grab .nav-link:not(.selected):hover::after
 {
 content: none;
}

.wrap-loading {
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
}
.wrap-loading img {
    margin-top: 40vh;
    margin-left: 50vw;
    width:32px;
    height:32px;
}

.wrap-loading.hidden {
    display: none;
}

.media-box { width: calc(100% / 8); }
@media (max-width: 1919px) {
    .media-box { width: calc(100% / 6); }
}
@media (max-width: 1100px) {
    .media-box { width: calc(100% / 4); }
}
@media (max-width: 959px) {
    .media-box { width: calc(100% / 3); }
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 599px) {
    .media-box { width: calc(100% / 2); }
}

div.scroll-down {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

div.scroll-down.hidden {
    display: none;
}

div.scroll-down a{
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    color: white;
    background: #7e00ff;
    border-radius: 100%;
    border: 2px #7e00ff solid;
}
div.scroll-down a:hover {
    background: white;
    color: #7e00ff;
}

div.scroll-down a i.fa {
    font-size: 40px;
    font-weight: bold;
}

.owl-prev {
    /* width: 15px;
    height: 40px; */
    position: absolute;
    left: -16px;
    /* top: 0px; */
    /* margin-left: -16px; */
    display: block !important;
    /* border:0px solid black; */
}

.owl-next {
    /* width: 15px;
    height: 40px; */
    position: absolute;
    /* top: 0px; */
    right: -16px;
    display: block !important;
    /* border:0px solid black; */
}
.owl-prev i,
.owl-next i {
    transform : scale(1.2,3);
    color: #6f6f6f;
    font-weight: bolder;
    line-height: 40px;
}

.button-for-img {
    overflow: visible;
}
.filter-form-blk .wrap-input100-mb5 {
    margin-bottom: 3px;
}
#collapseExample > div > div > div.col-xl-3.filter-form-blk > form > div.wrap-input100.wrap-input100-22.wrap-input100-mb5
{
    border-radius: 4px;
}
#sign5
{
    border-radius: 4px;
}
#sign6
{
    border-radius: 4px;
}

#collapseExample > div > div > div.col-xgit l-3.filter-form-blk > form > div:nth-child(5)
{
    border-radius: 4px;
}


.filter-ic {
    z-index: 1;
    position: relative;
    background: #ffff;
}

.filter-p,
.filter-ic__btn {
    display: flex;
    align-items: center;
}

.filter-ic__btn {
    padding: 0;
    margin: 0 12px 0 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #5b5b5b;
    border: none;
    background-color: transparent;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.filter-ic__btn:hover {
    color: #5D5EDE;
}

.filter-ic__btn:active {
    color: #4141d8;
}

.filter-ic__icon {
    display: block;
    margin-right: 4px;
} 

.filter-ic__icon--fill {
    stroke: transparent;
    fill: #C2C2C2;
    transition: fill .3s ease;
    -webkit-transition: fill .3s ease;
    -moz-transition: fill .3s ease;
    -ms-transition: fill .3s ease;
    -o-transition: fill .3s ease;
} 

.filter-ic__icon--stroke {
    stroke: #C2C2C2;
    fill: transparent;
    transition: stroke .3s ease;
    -webkit-transition: stroke .3s ease;
    -moz-transition: stroke .3s ease;
    -ms-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
}

.filter-ic__btn:hover .filter-ic__icon--stroke {
    stroke: #5D5EDE;
}

.filter-ic__btn:active .filter-ic__icon--stroke {
    stroke: #4141d8;
}

.filter-ic__btn:hover .filter-ic__icon--fill {
    fill: #5D5EDE;
}

.filter-ic__btn:active .filter-ic__icon--fill {
    fill: #4141d8;
}

@media(max-width: 650px) {
    .filters-container .button-for-img ul {
        overflow: visible;
    }
    /* .owl-nav { display: none; } */
    .bSocial {
        justify-content: center;
    }
    .bSocial li:nth-child(4),
    .bSocial li:nth-child(5){
        display: none;
    }
    .filters-container .button-for-img .owl-carousel .owl-stage-outer {
        overflow-y: hidden;
    }
    .bottom-card {
        left: 15px;
    }
    .wrapper::before {
        position: fixed;
        z-index: 17;
    }
    .card-active-share{
        z-index: 18;
        background-color: floralwhite;
    }
}

.owl-next.disabled, .owl-prev.disabled {
    display: none !important;
}

.content-hoverr .info-art ul li {
    text-align: center;
}

.content-hoverr .info-art li .price-item {
    color: orange;
}

.box2:hover .content-hoverr {
    background-color: #00000099;
}

.box2:hover .source-info{
    display: block;
}

.source-info {
    display: none;
    margin-bottom: 7px;
}

.source-info p {
    line-height: 16px;
    font-size: 15px;
}

.source-info a{
    font-size: 16px;
    font-family: Rubik, sans-serif;
    color: #0097BA;
}
.card-body-masonry{position:relative;}
.card-body-masonry.card-body-masonry-top .source-info,
.card-body-masonry.card-body-masonry-bottom .source-info{
    position: absolute;
    width: 100%;
    opacity: 0;
    transition:all 0.3s;
    display: block;
}
.card-body-masonry.card-body-masonry-top .source-info{top:10px;}
.card-body-masonry.card-body-masonry-bottom .source-info{}

.image2.media-box:hover .card-body-masonry.card-body-masonry-top .source-info{top: -12px;}
.card-body-masonry.card-body-masonry-bottom .source-info{
    position: absolute;
    width: 100%;
    opacity: 0;
}
.image2.media-box:hover .source-info{
    display: block;
    opacity: 1;
}

.source-info__inner {
    position: absolute;
    bottom: 100%;
    display: none;
    width: 100%;
    padding: 8px;
    text-align: left;
    background-color: #000;
    pointer-events: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.source-info:hover .source-info__inner {
    display: block;
}

p.source-info__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.source-info__text:not(:last-child) {
    margin-bottom: 4px;
}
