/*style is set in theme*/
.lm-lightbox-v1{
    position: relative;
}
.lm-lightbox-v1 a{
    cursor: pointer;
}
.lm-lightbox-v1 a,
.lm-lightbox-v1 a *{
    text-decoration: none !important;
    transition: all 0.2s ease;
    /*color: inherit;*/
}

.lm-lightbox-v1-col-wraper > .lm-lightbox-v1-col-content-wraper{
    width: 100%;
    display: flex;
    height: 100%;
}
@media (max-width: 992px) {
    .lm-lightbox-v1-col-wraper > .lm-lightbox-v1-col-content-wraper{
        flex-wrap: wrap;
    }
}
.lm-lightbox-v1-thumbnail-wraper{
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    text-align: center;
}
/*.lm-lightbox-v1-thumbnail-wraper:before,*/
.lm-lightbox-v1-thumbnail-wraper-cover:before{
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.lm-lightbox-v1 a.lm-lightbox-v1-col-content-wraper img{
    object-fit: cover;
}
.lm-lightbox-v1 a.lm-lightbox-v1-col-content-wraper:hover .lm-lightbox-v1-thumbnail-wraper img{
    transform: scale(1.1);
}
.lm-lightbox-v1-thumbnail-hover{
    position: absolute;
    z-index: 1;
    background: #00000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
}
.lm-lightbox-v1-col-wraper:hover .lm-lightbox-v1-thumbnail-hover{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000099;
    opacity: 1;
}
.lm-lightbox-v1-col-wraper:hover .lm-lightbox-v1-thumbnail-hover{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000099;
    opacity: 1;
}
.lm-lightbox-v1-thumbnail-hover span,
.lm-lightbox-v1-thumbnail-hover a{
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translate(-50%,-50%) !important;
}
.lm-lightbox-v1-col-wraper:hover .lm-lightbox-v1-thumbnail-hover span,
.lm-lightbox-v1-col-wraper:hover .lm-lightbox-v1-thumbnail-hover a{
    top: 50%;
}
.lm-lightbox-v1-col-wraper:hover .extra_image img{
    transform: translateY(-25%);
}
.lm-lightbox-v1-thumbnail-wraper-cover img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
    max-width: none;
}
.lm-lightbox-v1-thumbnail-wraper-mw img{
    height: auto !important;
    width: 100% !important;
    max-width: 100%;
}
.lm-lightbox-v1-thumbnail-wraper {
    /*border: 1px solid #cacaca;*/
}
.lm-lightbox-v1-col {
    text-align: center;
}
.lm-lightbox-v1-col .lm-button{
    justify-content: center;
}
.lm-lightbox-v1-row {
    display: flex;
    justify-content: space-between;
}

.lm-lightbox-v1 .lm-lightbox-v1-col-layout-bottom .lm-lightbox-v1-thumbnail-wraper{
    order: 2;
}

.lm-lightbox-v1 .slick-slider .slick-track{
    height: 100%;
}
.lm-lightbox-v1 .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    z-index: 11;
    opacity: 0.5;
}
.lm-lightbox-v1 .slick-arrow:hover{
    opacity: 1;
}
.lm-lightbox-v1.lm-lightbox-v1-slides-0 .slick-arrow{
    display: none !important;
}
.lm-lightbox-v1 .slick-arrow img,
.lm-lightbox-v1 .slick-arrow svg{
    width: 3em;
    height: 3em;
    display: inline-flex;
}
.lm-lightbox-v1 .slick-arrow svg{
    fill: white;
}
.lm-lightbox-v1 .prev-arrow{
    left: 0px;
    transform: translateX(-50%);
}
.lm-lightbox-v1 .next-arrow{
    right: 0px;
    transform: translateX(50%);
}

.lm-lightbox-v1 .slick-dots-wraper {
    position: absolute;
    bottom: -1rem;
    height: 1rem;
}
.lm-lightbox-v1 .slick-dots-wraper > div {
    padding: 0px;
    padding-left: 1rem;
}
.lm-lightbox-v1 .slick-dots {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    justify-content: center;
}
.lm-lightbox-v1 .slick-dots button {
    border: none;
    border-radius: 1rem;
    width: 12px;
    height: 12px;
    text-indent: -99rem;
    overflow: hidden;
    background-color: #ffffff66;
}
.lm-lightbox-v1 .slick-dots .slick-active button,
.lm-lightbox-v1 .slick-dots button:hover{
    background-color: #ffffff;
}

.lm-lightbox-v1-row-slider {
    flex-wrap: nowrap !important;
    position: relative;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

