﻿
.banner-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 500px;
    /* padding-bottom: 70%; */
}

.flag-section {
    padding: 50px 0;
}

@media (min-width:768px) {
    .flag-slider {
        padding: 0 50px;
    }
}

.flag-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

    .flag-slider > div {
        width: 20%;
        padding: 0 5px;
    }

@media (max-width:767px) {
    .flag-slider > div {
        width: 50%;
        padding: 0 5px;
    }
}


.flag-img {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .flag-img {
        max-height: 100px;
    }
}

.flag-img img {
    width: 100%;
    max-height: 100px;
}

.flag-item {
    text-align: center;
    opacity: 1;
    transition: all .3s ease-in-out;
}

    .flag-item:hover {
        opacity: .6;
    }

    .flag-item h3 {
        font-size: 15px;
    }

.price1 {
    text-decoration: line-through;
    font-size: 13px;
}

.price2 {
    font-size: 20px;
    font-weight: bold;
}

.slick-slide {
    margin: 0 10px;
}

button.slick-arrow--prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

button.slick-arrow--next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.order {
    padding: 100px 0;
    background: #f5f5f5;
}

.order-section {
    text-align: center;
}

    .order-section h3 {
        text-transform: uppercase;
        /*font-size:30px;*/
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
        /* margin-top: 110px; */
        letter-spacing: .09em;
        color: #333333;
    }

    .order-section h4 {
        height: 100%;
        width: 100%;
        font: 14px 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
        margin: 0px auto 0;
        display: block;
        margin-bottom: 20px;
    }

    .order-section .separator {
        max-width: 100px;
        margin: auto;
    }

        .order-section .separator hr {
            border-color: #ff6a00;
        }

.order-row {
    margin-top: 50px;
}

    .order-row > div {
        margin-bottom: 30px;
    }

.order-item {
    text-align: center;
}

    .order-item h4 {
        font-size: 15px;
        letter-spacing: .1em;
    }

.order-desc p {
    font-size: 15px;
}

.order-img {
    max-width: 150px;
    margin: auto;
}

.flag-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 60%;
}

.paging {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.paging ul li {
    display: inline-block;
    margin: 0 5px;
}
