.tab {
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    line-height: 1.2;
}

.tab:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
    transform-origin: center center;
    height: 21px;
    width: 21px;
    -webkit-mask-image: url(arrow.svg);
    mask-image: url(arrow.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-color: #000;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.tab:hover:after{
    background-color: #fff;
}
.tab.active:after {
    transform: translate(0, -50%) rotate(180deg);
    background-color: #fff;
}

.liss {
    display: none;
    padding: 15px;
}
/*-------------------------------*/
.wrap {
    width: 100%;
}

.wrapxp {
    width: 100%;
    overflow: hidden;
}

/*-------------------------------*/
.editOption-w {
    z-index: 15;
}
.editOption {
    position: absolute;
    right: 0;
    top: 0;
}
.editOption a {
    padding: 6px 15px;
    display: block;
    font-size: 80%;
    background-color: #22d171;
    color: #fff;
}
.editOption a:hover {
    color: #fff;
    background-color: #28a745;
}
/*-------------------------------*/
.schliess {
    content: '';
    display: block;
    background-image: url(../files/default/close.png);
    position: fixed;
    left: 50%;
    top: 15px;
    min-height: 30px;
    width: auto;
    background-size: auto 78%;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    z-index: 10;
    font-size: 30px;
    padding: 0 0 0 36px;
    line-height: 1;
    color: #fff;
    transform: translate(-50%,0);
}
span.close {
    position: fixed;
    z-index: inherit;
    height: 100vh;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

.zframe {
 outline: 0;   
}

/*============================================*/
/*    owl style                   */
/*============================================*/
[owl] .owl-dots {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[owl] .owl-dot span {
    height: 13px;
    width: 13px;
    display: block;
    background-color: transparent;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}

[owl] .owl-dot.active span {
    background-color: #fff;
}

[owl] .owl-nav button {
    position: absolute;
    z-index: 2;
    font-size: 57px !important;
    margin: 0 15px !important;

}

[owl] .owl-nav button span {
    color: #fff;
}

[owl] .owl-next,
[owl] .owl-prev {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 10;
    line-height: 1;
    border: 0;
    background: transparent;

}

[owl] .owl-prev {
    left: 0;
}

[owl] .owl-next {
    right: 0;
}

[owl] .item {
    height: auto;
    padding: 0 15px;
}
[owl] .owl-prev.disabled, [owl] .owl-next.disabled {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    [owl] .owl-prev {
        left: 0;
    }

    [owl] .owl-next {
        right: 0;
    }
}

[owl] .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    [owl] .owl-dots {
        display: none;
    }
}

/*============================================*/
/*    owl style                   */
/*============================================*/
/*============================================*/
/*    loader style                   */
/*============================================*/
.lds-dual-ring {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--clr01);
    border-color: var(--clr01) transparent var(--clr01) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .72);
    z-index: 20;
}

/*============================================*/
/*============================================*/
.uis-w .slider-range-wrap {
    padding: 3px 12px 12px;
z-index: 3;
}
.uis-w .ui-widget-header {
height: 3px !important;
background: var(--clr01);
transform: translate(0, -50%);
}

.uis-w .ui-state-default,
.uis-w .ui-widget-content .ui-state-default,
.uis-w .ui-widget-header .ui-state-default {
border: 2px solid var(--clr01);
border-radius: 50%;
background: #fff;
}

.uis-w .ui-widget-content {
height: 1px !important;
border: 0;
background: #e0e0da;
transform: translate(0, -50%);
z-index: 10
}

.uis-w .ui-slider-horizontal .ui-slider-range1 {
top: -2px;
}

.uis-w .ui-slider-horizontal .ui-slider-handle {
top: 0;
transform: translate(0, -50%);
cursor: pointer;
}

.uis-w .ui-slider-handle {
outline: none;
}

.uis-w .ui-slider-handle .amount {
position: absolute;
left: 0;
bottom: 35px;
display: none;
width: 130px;
padding: 10px 0;
text-align: center;
margin-left: -55px;
font-weight: normal;
font-size: 14px;
color: #fff;
border: 1px solid var(--clr01);
background: var(--clr01);
}

.uis-w .ui-slider-handle .amount:after {
content: '';
display: block;
position: absolute;
bottom: -11px;
left: 50%;
right: 0;
width: 0;
height: 0;
margin-left: -5px;
border-top: 5px solid var(--clr01);
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
background-color: transparent;
}
.uis-w .range-correspond {
    margin: 0 0 15px
}
.uis-w .range-correspond > div:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; 
    width: 80%;
    height: 2px;
    background-color: var(--clr01x, #ccc);
    transform: translate(-50%, -50%)
}
.uis-w .range-correspond > div:nth-child(2) {
    flex: 0 0 45px;
    max-width: 45px;
}
.uis-w .range-correspond > div{
    flex: 1 0 0;
}
.uis-w .min-range,
.uis-w .max-range {
margin-top: 12px;
font-size: 12px;
color: #888;
}
.uis-w .min-range {
/* transform: translate(-50%,0) */
}

.uis-w .max-range {
/* transform: translate(50%,0) */
}

.uis-w .slider-range1-wrap {
position: relative;
width: 500px;
height: 200px;
margin: 0 auto;
padding: 40px 20px 60px 0;
}
/*============================================*/
/*    loader style                   */
/*============================================*/
ul.page, .page li {
    padding: 0;
    margin: 0;
    list-style-type: none
}
ul.page {
    margin-top: 30px !important
}
.page li {
    margin: 0 3px !important;
    display: inline-flex;
    align-items: center;
}
ul.page a:hover,
ul.page a.active {
    border: 1px solid var(--clr02);
    background-color: var(--clr02);
    color: #fff
}
ul.page a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #aaa;
    border: 1px solid #aaa;
    color: #fff
}