/* Minification failed. Returning unminified contents.
(39,85): run-time error CSS1046: Expect comma, found '0'
(39,89): run-time error CSS1046: Expect comma, found '/'
(43,59): run-time error CSS1046: Expect comma, found '0'
(43,63): run-time error CSS1046: Expect comma, found '/'
(83,21): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-width'
(83,58): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-size'
(84,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-height'
(84,60): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-size'
(106,19): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-inactive-opacity'
(110,23): run-time error CSS1038: Expected hex color, found '#ffff'
(111,19): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-inactive-opacity'
 */
/* ========================= Index ============================
1. Browse page - custom styles for slider
===============================================================*/

/*------------------- 1. 1. Browse page - custom styles for slider --------------*/
img.full {
    margin: 0 !important;
}

.carousel-control:hover {
    opacity: 0.9 !important;
}

.carousel-control {
    width: 49% !important;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 99;
}

    .carousel-control .glyphicon-chevron-left {
        left: 18% !important;
    }

    .carousel-control .glyphicon-chevron-right {
        right: 18% !important;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {
        width: 18px !important;
        height: 18px !important;
        margin-top: -10px !important;
        font-size: 18px !important;
        cursor: pointer;
    }

    .carousel-control.right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgb(0 0 0 / 0%) 100%) !important;
    }

    .carousel-control.left {
        background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.0001) 100%) !important;
    }

/* Swiper container stylng */
.image-swiper {
    width: 100%;
    height: 100%;
    min-height: 114px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0 !important;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        outline: none;
        opacity: 0.9 !important;
        color: white !important;
        z-index: 5 !important;
    }

.chip {
    padding: 4px 0px;
    height: 18px;
    line-height: 16px;
    border-radius: 9px;
    background-color: #00000059;
    opacity: 1;
    border: 1px solid #ffffff52;
}

@media only screen and (max-width:500px) {
    /* For mobile phones: */

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,7px)) !important;
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,7px)) !important;
    }

    .chip {
        padding: 0px 0px;
        height: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width:375px) {
    .listing .image-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .listing .image-swiper .swiper-horizontal > .swiper-pagination-bullets {
        bottom: 10px !important;
    }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px !important;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.swiper-pagination-bullet-active {
    background-color: #ffff !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.bbrImageSildSwiper {
    overflow: hidden;
    position: relative !important;
}

