﻿

.header-area.header-area-2 {
    display: block;
}

.header-space {
    height: 90px;
}



.section-title > h2 {
    color: #3e3e3e;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}



.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto !important;
    overflow: hidden;
}
/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 5px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


.isc-slider-dot {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

    .isc-slider-dot .active {
        background-color: #1589EE;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Next & previous buttons */

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #3e3e3e;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none !important;
    background-color: #3e3e3e;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    display: none !important;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }




.next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 999;
    background-color: #3e3e3e;
}

.prev1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 999;
    background-color: #3e3e3e;
    display: none !important;
}
/* Position the "next button" to the right */
.next2 {
    right: 0;
    border-radius: 3px 0 0 3px;
    z-index: 999;
    display: none !important;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev1:hover,
    .next2:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }



.slider-img {
    width: 100%;
    float: left;
    position: absolute;
    margin-top: -45px;
    background-color: #F2F2F2;
}

.slider-content.slider-content-style-1.slider-animated-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-bottom: 70px;
}

.product-area.pb-100 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
    background-color: white;
    padding-bottom: 10px;
}

.animation-element {
    opacity: 0;
    position: relative;
}

    .animation-element.slide-left {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

    .animation-element.slide-right {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        -moz-transform: translate3d(100px, 0px, 0px);
        -webkit-transform: translate3d(100px, 0px, 0px);
        -o-transform: translate(100px, 0px);
        -ms-transform: translate(100px, 0px);
        transform: translate3d(100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view, .animation-element.slide-right.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }

/*New*/
.isc-offer-section {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
}

.isc-offer-left {
    float: left;
    width: 30%;
    background-color: #e2e9ef;
    border-radius: 5px;
}

.isc-offer-img {
    width: 100%;
}

.isc-offer-left h4 {
    font-size: 25px;
    text-align: center;
    padding: 10px 0px;
    color: #1589ee;
}

.isc-offer-left h5 {
    text-align: center;
    margin-top: 10px;
}

    .isc-offer-left h5 a {
        border: 1px solid #3e3e3e;
        background-color: #3e3e3e;
        color: white;
        padding: 5px 15px;
        border-radius: 2px;
    }

        .isc-offer-left h5 a:hover {
            border: 1px solid #3e3e3e;
            background-color: white;
            color: #3e3e3e;
            padding: 5px 15px;
            border-radius: 2px;
        }

.isc-offer-right {
    float: right;
    width: 70%;
    text-align: center;
}

.slider {
    display: flex;
    height: 385px;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i,0)/var(--n)*-100%));
    scroll-behavior: smooth;
    max-width: 94%;
    margin: 0 auto;
}

    .slider::-webkit-scrollbar {
        height: 5px;
        width: 150px;
        display: none;
    }

    .slider::-webkit-scrollbar-track {
        background: transparent;
    }

    .slider::-webkit-scrollbar-thumb {
        background: #888;
    }

        .slider::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .slider img:hover {
        transform: scale(1.05);
        box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    }

.slide {
    position: relative;
}

    .slide img {
        height: 80%;
        width: 250px;
        margin: 0 10px;
        object-fit: cover;
        border-radius: 15px;
        cursor: pointer;
        transition: .25s ease-in-out;
    }

.control-prev-btn {
    position: absolute;
    /* top: 0%; */
    right: 65%;
    background-color: #3e3e3e;
    height: 50px;
    line-height: 50px;
    width: 30px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: white;
    cursor: pointer;
    margin-top: 125px;
}

.control-next-btn {
    position: absolute;
    /* top: 0%; */
    right: 4%;
    background-color: #3e3e3e;
    height: 50px;
    line-height: 50px;
    width: 30px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: white;
    cursor: pointer;
    margin-top: 125px;
    /* border: 1px solid red; */
}





@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
    }

    .slide {
        padding: 16px 10px;
    }

        .slide img {
            margin: 0;
        }

    .control-prev-btn {
        top: 37%;
    }

    .control-next-btn {
        top: 37%;
    }
}

.slider {
    position: unset;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.isc-offer-section h2 {
    color: #3e3e3e;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
}

.isc-banner-content {
    opacity: 0;
}

.isc-home-product-content {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.isc-product-price {
    margin-left: 100px;
}

.isc-product-carts {
    text-align: left;
}

.product-categori {
    float: left;
    width: 100%;
    border: 1px solid #666666;
    background: #666666;
    color: white;
    height: 5vh;
    position: relative;
    margin-top: -10px;
    z-index: 9999999;
    text-align: center;
    line-height: 1.5;
    font-weight: 800;
}

    .product-categori > a {
        color: white;
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        padding: 0;
        margin-top: 0;
        font-weight: 500;
    }

        .product-categori > a i {
            color: white;
            font-size: 16px;
            margin-right: 4px;
        }

        .product-categori > a:hover {
            color: inherit;
        }

.slide img:hover .product-categori {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.product-img img {
    height: 80%;
    width: 250px;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.isc-product-title-price {
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 20px;
}

.isc-product-prices {
    padding-right: 14px;
}

.isc-pro-carts {
    text-align: left;
    padding-left: 22px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
}

.isc-slide-content.isc-flex-content {
    margin-top: -400px;
}


.flex-slider {
    width: 100%;
    position: relative
}

    .flex-slider .slides {
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

        .flex-slider .slides > li {
            float: left;
            margin-right: -100%;
            width: 100%;
            overflow: hidden;
            height: 31.1vw;
        }

    .flex-slider .flex-direction-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
    }


        .flex-slider .flex-direction-nav .flex-prev, .flex-slider .flex-direction-nav .flex-next {
            background-color: rgba(255,255,255,0.7);
            padding: 10px;
            text-decoration: none;
            position: absolute;
            height: 1em;
            top: 45%;
            bottom: 0;
            margin: 0 auto;
            z-index: 8;
            text-align: center;
            color: #333;
            max-width: 20px
        }

        .flex-slider .flex-direction-nav .flex-prev {
            left: 0
        }

        .flex-slider .flex-direction-nav .flex-next {
            right: 0
        }

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flex-active-slide .slide-image {
    animation: zoomout 5s;
}

@keyframes zoomout {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.3);
    }
}

@media (max-width:768px) {
    .flex-slider .slides > li {
        height: 30vw
    }
}

.isc-slide-content.isc-flex-content {
    margin-top: -400px;
    position: absolute;
    z-index: 9999;
    margin-left: 20px;
}
