﻿.swiper,
swiper-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    overflow: hidden;
    position: relative;
    /*list-style: none;*/
    /*padding: 0;*/
    /* Fix of Webkit flickering */
    /*z-index: 1;*/
    /*display: block;*/
}

.swiper-vertical > .swiper-wrapper { flex-direction: column; }

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    position: relative;
    transition-duration: 255ms !important;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    z-index: 1;
}


.swiper-horizontal { touch-action: pan-y; }

.swiper-vertical { touch-action: pan-x; }



.my-swiper-slide {
    width: 10% !important;
    /*height: 100 !important;*/
}

.swiper-slide a {
    text-decoration: none;
    width: 100%;
}

.img-swiper { height: 220px !important; }

.swiper-scrollbar {
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
}

.swiper-button-next::after, .swiper-button-prev::after {
    /*color: rgba(0,0, 0,1) !important;*/
    color: white !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

swiper-button-next::after, .swiper-button-prev::after {
    /*color: rgba(0,0, 0,1) !important;*/
    color: white !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.swiper-button-next, .swiper-button-prev {
    border-radius: 3px;
    border-radius: 50%;
    /*background-size: 15px 44px !important;*/
    /*background-color: rgba(228,228, 228,0.7);*/
    /*background-color: rgba(228,228, 228,0.7);*/
    /*background-color: silver;*/
    color: white !important;
    height: 50px !important;
    /*color: #181818 !important;*/
    padding: 10px;
    top: 43% !important;
    width: 50px !important;
}

.swiper-button-next {
    background-position: center;
    height: 101%;
    left: 0px !important;
    padding: 10px 5px;
    top: 7%;
    width: 36px;
    /*-webkit-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.75);*/
}

.swiper-button-prev { margin-right: -0.7% !important; }

.swiper-button-prev, .swiper-button-next { }

.swiper-button-prev.swiper-button-disabled { display: none !important; }

.swiper-button-next.swiper-button-disabled { display: none !important; }

.swiper-button-next, .swiper-button-prev { }

.swiper-mid {
    -ms-user-select: none; /* IE 10 and IE 11 */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Standard syntax */
}

.autoplay-progress {
    align-items: center;
    bottom: 18%;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 16px;
    position: absolute;
    width: 35px;
    z-index: 10;
}

.autoplay-progress svg {
    --progress: 0;
    fill: none;
    height: 100%;
    left: 0;
    position: absolute;
    stroke: rgba(255, 255, 255, 0.6);
    stroke-dasharray: 125.6;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-width: 7px;
    top: 0px;
    transform: rotate(-90deg);
    width: 100%;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: #D9D9D9 !important;
    height: 12px !important;
    width: 12px !important;
}

.swiper-pagination-bullets {
    bottom: 15% !important;
    left: 0 !important;
    right: -3%;
    text-align: center !important;
}
/*.swiper-slide {
    width: 18%;
}*/
/*.swiper-slide:nth-child(4n) {
    width: 40%;
}*/