/***Splide Slider***/

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc
}

.splide__arrow svg {
    width: 1.2em;
    height: 1.2em
}

.splide__arrow:hover {
    cursor: pointer;
    opacity: .9
}

.splide__arrow:focus {
    outline: none
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: none
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    transform: translateY(50%)
}

/***End Splide Slider***/

/**Ybox Popup**/

.yBoxOverlay * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.yBoxImgZoom span {
    position: absolute;
    background-color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    left: inherit;
    right: 0;
    bottom: 0;
    border-radius: 0;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 9%), 0 0px 6px rgb(0 0 0 / 13%);
}

.yBoxOverlay {
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.yBoxOverlay.active {
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1
}

.yBoxImgZoom {
    width: 100%;
    max-height: 100%;
    overflow: hidden
}

.yBoxFrame {
    background: #fff;
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
    max-height: -webkit-calc(100vh - 10px);
    max-height: calc(100vh - 10px);
    z-index: 10001;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.yBoxOverlay.active .yBoxFrame {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.closeYbox {
    background: 0 0/100% 100% #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 3
}

.yBoxIframe,
.yBoxLoaderWrap {
    position: absolute;
    height: 100%
}

.closeYbox::after,
.closeYbox::before {
    content: '';
    background-color: #616161;
    width: 71%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s;
    will-change: background-color, transform
}

.closeYbox::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.closeYbox:hover::before {
    background-color: #c03;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.closeYbox:hover::after {
    background-color: #c03;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.yBoxIframe {
    width: 100%;
    top: 0;
    left: 0
}

.yBoxFrame.yBoxIframeWrap {
    width: 1200px;
    height: 750px
}

.yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere {
    position: absolute;
    max-height: 100%;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px
}

.insertYboxAjaxHere {
    min-width: 150px;
    min-height: 23px;
    max-height: -webkit-calc(100vh - 140px);
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 50px 19px 13px
}

.yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
    padding: 10px;
    max-height: -webkit-calc(100vh - 10px);
    max-height: calc(100vh - 10px)
}

.yBoxFrame.yBoxImgWrap img.yBoxImg {
    max-width: -webkit-calc(100vw - 50px);
    max-width: calc(100vw - 50px);
    max-height: -webkit-calc(100vh - 30px);
    max-height: calc(100vh - 30px);
    vertical-align: top
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
    background: 0 0;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 2
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg {
    right: 0 !important;
    left: inherit
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
    left: 0 !important;
    right: inherit
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg::after,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    border-bottom: 3px solid rgba(255, 255, 255, .7);
    border-left: 3px solid rgba(255, 255, 255, .7)
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 50px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    right: 50px;
    left: inherit;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg)
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg:hover::after,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.yBoxLoaderWrap {
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.yBoxLoader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    animation: 1s linear infinite loader-circles;
    top: 50%;
    margin: -8px auto 0;
    zoom: 0.5
}

@keyframes loader-circles {
    0%,
    100% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .05), 19px -19px 0 0 rgba(0, 0, 0, .1), 27px 0 0 0 rgba(0, 0, 0, .2), 19px 19px 0 0 rgba(0, 0, 0, .3), 0 27px 0 0 rgba(0, 0, 0, .4), -19px 19px 0 0 rgba(0, 0, 0, .6), -27px 0 0 0 rgba(0, 0, 0, .8), -19px -19px 0 0 #fff
    }
    12.5% {
        box-shadow: 0 -27px 0 0 #fff, 19px -19px 0 0 rgba(0, 0, 0, .05), 27px 0 0 0 rgba(0, 0, 0, .1), 19px 19px 0 0 rgba(0, 0, 0, .2), 0 27px 0 0 rgba(0, 0, 0, .3), -19px 19px 0 0 rgba(0, 0, 0, .4), -27px 0 0 0 rgba(0, 0, 0, .6), -19px -19px 0 0 rgba(0, 0, 0, .8)
    }
    25% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .8), 19px -19px 0 0 #fff, 27px 0 0 0 rgba(0, 0, 0, .05), 19px 19px 0 0 rgba(0, 0, 0, .1), 0 27px 0 0 rgba(0, 0, 0, .2), -19px 19px 0 0 rgba(0, 0, 0, .3), -27px 0 0 0 rgba(0, 0, 0, .4), -19px -19px 0 0 rgba(0, 0, 0, .6)
    }
    37.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .6), 19px -19px 0 0 rgba(0, 0, 0, .8), 27px 0 0 0 #fff, 19px 19px 0 0 rgba(0, 0, 0, .05), 0 27px 0 0 rgba(0, 0, 0, .1), -19px 19px 0 0 rgba(0, 0, 0, .2), -27px 0 0 0 rgba(0, 0, 0, .3), -19px -19px 0 0 rgba(0, 0, 0, .4)
    }
    50% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .4), 19px -19px 0 0 rgba(0, 0, 0, .6), 27px 0 0 0 rgba(0, 0, 0, .8), 19px 19px 0 0 #fff, 0 27px 0 0 rgba(0, 0, 0, .05), -19px 19px 0 0 rgba(0, 0, 0, .1), -27px 0 0 0 rgba(0, 0, 0, .2), -19px -19px 0 0 rgba(0, 0, 0, .3)
    }
    62.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .3), 19px -19px 0 0 rgba(0, 0, 0, .4), 27px 0 0 0 rgba(0, 0, 0, .6), 19px 19px 0 0 rgba(0, 0, 0, .8), 0 27px 0 0 #fff, -19px 19px 0 0 rgba(0, 0, 0, .05), -27px 0 0 0 rgba(0, 0, 0, .1), -19px -19px 0 0 rgba(0, 0, 0, .2)
    }
    75% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .2), 19px -19px 0 0 rgba(0, 0, 0, .3), 27px 0 0 0 rgba(0, 0, 0, .4), 19px 19px 0 0 rgba(0, 0, 0, .6), 0 27px 0 0 rgba(0, 0, 0, .8), -19px 19px 0 0 #fff, -27px 0 0 0 rgba(0, 0, 0, .05), -19px -19px 0 0 rgba(0, 0, 0, .1)
    }
    87.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 0, 0, .1), 19px -19px 0 0 rgba(0, 0, 0, .2), 27px 0 0 0 rgba(0, 0, 0, .3), 19px 19px 0 0 rgba(0, 0, 0, .4), 0 27px 0 0 rgba(0, 0, 0, .6), -19px 19px 0 0 rgba(0, 0, 0, .8), -27px 0 0 0 #fff, -19px -19px 0 0 rgba(0, 0, 0, .05)
    }
}

@media screen and (max-width:767px) {
    .closeYbox {
        top: 5px;
        right: 5px
    }
    .yBoxFrame.yBoxImgWrap img.yBoxImg {
        max-width: -webkit-calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        max-height: -webkit-calc(100vh - 20px);
        max-height: calc(100vh - 20px)
    }
    .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
        right: 50%;
        width: 14px;
        height: 14px
    }
    .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
        left: 50%;
        width: 14px;
        height: 14px
    }
    .yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px
    }
    .yBoxFrame.yBoxImgWrap .yBoxNextImg,
    .yBoxFrame.yBoxImgWrap .yBoxPrevImg {
        width: 50px;
        max-width: 30%;
        height: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
        padding: 5px;
        max-height: -webkit-calc(100vh - 10px);
        max-height: calc(100vh - 10px);
        height: -webkit-calc(100vh - 10px);
        height: calc(100vh - 10px)
    }
    .yBoxFrame.yBoxImgWrap {
        width: -webkit-calc(100vw - 10px);
        width: calc(100vw - 10px);
        height: -webkit-calc(100vh - 10px);
        height: calc(100vh - 10px)
    }
    .yBoxImgZoom {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        height: 100%;
        overflow: hidden
    }
}

@media screen and (max-width:479px) {
    .yBoxFrame.yBoxIframeWrap,
    .yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere,
    .yBoxFrame.yBoxImgWrap,
    .yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
        height: -webkit-calc(100vh - 80px);
        height: calc(100vh - 80px)
    }
    .yBoxFrame.yBoxImgWrap img.yBoxImg,
    .yBoxIframe {
        max-height: -webkit-calc(100vh - 90px);
        max-height: calc(100vh - 90px)
    }
}

/**End Ybox Popup**/