<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.wr360_player
{
    width:100%;
    height:100%;
    background:#fff;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    touch-action:pan-y;
    z-index: 4;
    position: relative;
}

.wr360_player .container
{
    position:relative;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
    background:inherit !important;
    max-width:none !important;
    font-family:Tahoma, sans-serif;
}

.wr360_player .container::before
{
    display:none !important;
}

.wr360_player img
{
    max-width:none !important;
    max-height:none !important;
    border:none !important;
    box-shadow:none !important;
    cursor:pointer !important;
    width: 100%;
}

.wr360_player .container .panning2,
.wr360_player .container .panning
{
    position:absolute;
    left:0;
    top:0;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    z-index:2002;
    padding-bottom: 20px;
}

.wr360_player .container .theme_panel_back
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:34px;
    z-index:2500;
}

.wr360_player .theme_panel
{
    position:absolute;
    width:100%;
    bottom: -32px;
    left:0;
    height:34px;
    z-index:2501;
}

.wr360_player .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom: 0px;
    left:0;
    height:34px;
    z-index:2501;
}

.wr360_player .container .theme_header
{
    height:20px;
    z-index:2500;
    font-family:Tahoma,Helvetica,Sans-Serif;
}

.wr360_player .container .theme_header .progress_wrap
{
    float:left;
    cursor:pointer;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs
{
    margin:10px 0 0 15px;
    line-height:28px;
    height:28px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim
{
    margin:1px 0 0 6px;
    line-height:16px;
    height:16px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div
{
    height:100%;
    width:5px;
    opacity:0;
    margin:0 2px 0 0;
    background-color:#bbb;
    float:left;
    overflow:hidden;
    animation:wr360_progress_delay 1.2s infinite ease-in-out;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div
{
    width:6px;
    margin:0 3px 0 0;
    background-color:#aaa;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar1,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar1
{
    animation-delay:-1.2s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar2,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar2
{
    animation-delay:-1.1s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar3,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar3
{
    animation-delay:-1.0s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar4,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar4
{
    animation-delay:-0.9s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar5,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar5
{
    animation-delay:-0.8s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums
{
    font-size:8px;
    width:25px;
    float:left;
    color:#999;
    margin:0 0 0 4px;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums
{
    font-size:11px;
    width:25px;
    float:left;
    color:#999;
    margin:0 0 0 6px;
    display:none;
}

@keyframes wr360_progress_delay
{
    0%, 40%, 100%
    {
        transform:scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20%
	{
        transform:scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        opacity: 1;
    }
}

.wr360_player .container .theme_header a.watermark
{
    margin:5px 0 0 5px;
    float:left;
    width:1px;
    height:1px;
    cursor:pointer;
    display:none;
}

.wr360_player .theme_panel .toolbar, .thumbnail-direckt-prod .theme_panel .toolbar
{
    position:relative;
    height:34px;
    padding:0 10px 0 10px;
    margin:0 auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
}

.wr360_player .theme_panel .toolbar &gt; a, .thumbnail-direckt-prod .theme_panel .toolbar &gt; a
{
    transition:none !important;
    display:block;
    float:left;
    width:22px;
    height:24px;
    margin:5px 0 0 11px;
    opacity:0.7;
}

.wr360_player .theme_panel .toolbar &gt; a:first-of-type, .thumbnail-direckt-prod .theme_panel .toolbar &gt; a:first-of-type
{
    margin-left:0;
}

.wr360_player .theme_panel .toolbar a.left_button, .thumbnail-direckt-prod .theme_panel .toolbar a.left_button
{
    background:url(../images/basic/left.svg) no-repeat 0 0;
}

.wr360_player .theme_panel .toolbar a.right_button, .thumbnail-direckt-prod .theme_panel .toolbar a.right_button
{
    background:url(../images/basic/right.svg) no-repeat 0 0;
    margin-right:2px;
}

.wr360_player .theme_panel .toolbar a.up_button, .thumbnail-direckt-prod .theme_panel .toolbar a.up_button
{
    background:url(../images/basic/up.svg) no-repeat 0 0;
    margin-left:10px;
}

.wr360_player .theme_panel .toolbar a.down_button, .thumbnail-direckt-prod .theme_panel .toolbar a.down_button
{
    background:url(../images/basic/down.svg) no-repeat 0 0;
    margin-left:7px;
}

.wr360_player .theme_panel .toolbar a.play_button, .thumbnail-direckt-prod .theme_panel .toolbar a.play_button
{
    background:url(../images/basic/play.svg) no-repeat 0 0;
}

.wr360_player .theme_panel .toolbar a.pause_button, .thumbnail-direckt-prod .theme_panel .toolbar a.pause_button
{
    background:url(../images/basic/pause.svg) no-repeat 0 0;
}

.wr360_player .theme_panel .toolbar a.zoomin_button, .thumbnail-direckt-prod .theme_panel .toolbar a.zoomin_button
{
    background:url(../images/basic/zoomin.svg) no-repeat 0 0;
}

.wr360_player .theme_panel .toolbar a.zoomout_button, .thumbnail-direckt-prod .theme_panel .toolbar a.zoomout_button
{
    background:url(../images/basic/zoomout.svg) no-repeat 0 0;
}

.wr360_player .theme_panel .toolbar a.hotspotson_button, .thumbnail-direckt-prod .theme_panel .toolbar a.hotspotson_button
{
    background:url(../images/basic/hotspoton.svg) no-repeat 0 0;
    margin-left:8px;
}

.wr360_player .theme_panel .toolbar a.hotspotsoff_button, .thumbnail-direckt-prod .theme_panel .toolbar a.hotspotsoff_button
{
    background:url(../images/basic/hotspotoff.svg) no-repeat 0 0;
    margin-left:8px;
}

.wr360_player .theme_panel .toolbar a.fullscreenon_button, .thumbnail-direckt-prod .theme_panel .toolbar a.fullscreenon_button
{
    background:url(../images/basic/fullscreenon.svg) no-repeat 0 0;
}

.wr360_player a.fullscreenoff_button
{
    background:url(../images/basic/fullscreenoff.svg) no-repeat center center;
    width:50px;
    height:50px;
    top:20px;
    right:23px;
    z-index:5000;
    position:absolute;
    cursor:pointer;
    display:block;
    opacity:0.7;
    transition:none !important;
}

.wr360_player .theme_panel .toolbar &gt; a:hover,
.wr360_player a.fullscreenoff_button:hover, .thumbnail-direckt-prod .theme_panel .toolbar &gt; a:hover
{
	opacity:1;
}

.wr360_player .container .hotspot_indicator
{
    z-index:2999;
}

.wr360_player .container .hotspot_indicator_hidden
{
    display: none !important;
}

.wr360_player .container .position_rollover
{
    position:absolute;
    left:0;
    top:0;
    visibility:hidden;
    z-index:15005;
}

.wr360_player .container .position_rollover &gt; div
{
    box-sizing:border-box;
}

.wr360_player .container .lightbox_rollover
{
    z-index:15006;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 1);
    position:absolute;
    top:0;
    left:0;
    display:none;
    cursor:default;
}

.wr360_player .container .lightbox_rollover *
{
    box-sizing:border-box;
}

.wr360_player .container .lightbox_rollover .closelbox
{
    position:absolute;
    background:url(../images/retina/lightbox_close.svg) 7px 7px no-repeat;
    right:15px;
    top:15px;
    width:28px;
    height:28px;
    cursor:pointer;
}

.wr360_player .container .lightbox_rollover .closelbox:hover
{
    opacity: 0.8;
}

.wr360_player .container .lightbox_rollover .img_wrap
{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.wr360_player .container .lightbox_rollover .img_title
{
    position:absolute;
    padding:0;
    max-width:100%;
    width:100%;
    text-align:left;
    bottom:0;
    left:0;
    background-color:rgba(65, 65, 65, 0.9);
}

.wr360_player .container .lightbox_rollover .img_title a
{
    color:#ff0000;
}

.wr360_player .container .lightbox_rollover .img_title .usr_text
{
    display:inline-block;
    color:#fff;
    width:50%;
    text-align:left;
    padding:15px 20px 19px 20px;
    line-height:19px;
    font-size:16px;
}

/*add new styles*/
.photo360-popup-wrap {
    position: fixed;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
}
.photo360-popup-wrap .popup-body {
    position: relative;
    width: 500px;
    height: 400px;
    margin: 0 auto;
    background: white;
    margin-top: 120px;
    box-sizing: border-box;
    z-index: 2;
}
.mobile-photo360-popup-wrap {
    position: fixed;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 49000;
    background: rgba(0, 0, 0, 0.6);
}
.mobile-photo360-popup-wrap .popup-body {
    position: relative;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
    z-index: 2;
}
.photo360-popup-wrap-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.previews-for-listing {
    height: 45px;
    vertical-align: top;
    overflow: hidden;
    font-size: 0;
}
.previews-for-listing&gt;* , .slide-vertical-middle &gt; *{
    display: inline-block!important;
    vertical-align: middle;
    /*max-height: 100%!important;*/
}

.previews-for-listing&gt;span, .slide-vertical-middle &gt; span{
    height: 100%;
    width: 0;
}
.thumbnail-direckt-prod {
    margin: 10px 0px;
}
a.photos360-popup-block {
    position: relative;
    display: block;
    margin-bottom: 4px;
}
a.pkw-thumb360-y &gt; span.preview-text, a.photos360-popup &gt; span.preview-text {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #747476;
}
a.pkw-thumb360-y.thumb360-lv &gt; span.preview-text, a.pkw-thumb360-y.thumb360-gr &gt; span.preview-text, a.photos360-popup-lv &gt; span.preview-text, a.photos360-popup-gr &gt; span.preview-text{
    font-size: 9px;
}
ul.list_products li .image img.ovVisLi_image-360 {
    margin-bottom: 10px;
    max-width: 188px;
}
.photos360preview-img {
    margin: 0;
    height: auto;
    max-width: 100%!important;
}

/*direct list*/
.direkt-list .bx-wrapper .bx-controls-direction a {
    margin-top: 0px;
}
.direkt-list .item .image .bx-wrapper .bx-controls .bx-next {
    right: -22px;
}
.direkt-list .new_listing_page .item .image .bx-controls .bx-next, .direkt-list .new_listing_page .item .image .bx-controls .bx-prev {
    top: 0;
}
.direkt-list .item .image .bx-wrapper .bx-controls .bx-prev {
    left: -32px;
    width: 32px;
}
.direkt-list .bx-controls-direction {
    position: relative;
    height: 100%;
}
.direkt-list .bx-controls.bx-has-controls-direction {
    height: 30px;
    position: absolute;
    width: 100%;
    top: 0;
}
.direkt-list .new_listing_page .listing .items_list .item .item_image img {
    max-width: 180px;
    max-height: 200px;
    margin: 0 auto;
}
.direkt-list .bx-viewport .mini_thumbs_list &gt; a &gt; img{
    margin: 0 auto;
}

.item .direkt-list .image .bx-wrapper .bx-controls .bx-next {
    top: 0;
    right: -32px;
    background-position: center;
}

.item .direkt-list .image .bx-wrapper .bx-controls .bx-prev {
    top: 0px;
    left: -32px;
    background-position: center;
    width: 32px;
}

.item .bx-viewport {
   z-index: 2;
}

.image.no-mt {
    margin-top: 0px!important;
    position: relative;
}

.photo360-popup-wrap .wr360_player .theme_panel {
    bottom: 0px;
}

.mobile-photo360-popup-wrap .wr360_player .theme_panel {
    bottom: 0px;
}
.preview360fh a img, .preview360fh a span{
    display: inline-block;
    vertical-align: middle;
}
.photos360-slider a img{
    margin: 0 auto;
}
.preview360fh a span{
    height: 100%;
    width: 0%;
}
.preview360fh a{
    position: relative;
    font-size: 0;
}
.preview360fh, .photos360-slider{
    height: 100%;
}
.height-child-middle, .height-child-middle .previews-for-listing{
    height: 100%;
}
.photo360 .temp-preview{
    opacity: 0;
}

.middle_col.image-360photos-col {
    width: 430px!important;
    margin-left: 30px!important;
}
.image-360photos-col .image{
    width: 346px!important;
    height: auto!important;
}
.image-360photos-col .image img {
    max-height: none!important;
    width: 100%;
    max-width: none!important;
}
.slide-vertical-middle{
    font-size: 0;
}
.vertical-middle-wrap{
    height: 100%;
    position: relative;
    display: block;
    font-size: 0;
}
.version2 .image-360photos-col .witch{
    margin-top: 36px;
}
img.photos360grid{
    width: 100%!important;
}
.popup-x-close {
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../images/basic/lightbox_close.svg) 0px 0px no-repeat;
    z-index: 11111;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.mobile-photo360-popup-wrap .popup-x-close {
    bottom: auto;
    top: 14px;
}

.fs_popup_wr{
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
}


/*# sourceMappingURL=npx-common.css.map*/</pre></body></html>