img.card-img-top {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.btn-continue {
    xdisplay: none;
    margin: 15px auto 0;
    border: 0;
    background: #fcc836;
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}


@font-face {
    font-family: "demo";
    src: url('fonts/icons.woff') format("woff"), url('fonts/icons.ttf') format("truetype");
}

.lds-ripple-1 {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.booking-before-show {
    position: relative;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes loadingStart {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.app .best-choice.product-item {
    background: transparent;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
    transition: all 0.5s ease-out;
}

.app .best-choice.product-item .product-item-photo img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 62px 12px;
}

/* .app .owl-stage-outer:before {
    content: "";
    width: 100%;
    position: absolute;
    background: url(assets/images/frem.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
} */

/* .app .owl-nav {
    position: initial;
    top: 0;
    right: 0;
} */
.app .owl-stage .owl-item .item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.app .owl-stage .owl-item.center .item img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.loading {
    position: relative;
    pointer-events: none;
}

#css-input:checked~.loading .loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: loadingStart 3s 300ms linear 1 both;
    -moz-animation: loadingStart 3s 300ms linear 1 both;
    -o-animation: loadingStart 3s 300ms linear 1 both;
    animation: loadingStart 3s 300ms linear 1 both;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}

#css-input:checked~.loading .loading-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#css-input:checked~.loading .loading-text:after {
    content: "...";
}

#css-input:checked~.loading .loading-spinner {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -3.9375rem auto 0;
    color: #1a1d1d;
    text-align: center;
}

#css-input:checked~.loading .loading-icon {
    font-size: 4.8125rem;
    line-height: 5.25rem;
    text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
    -webkit-animation: loading 1s steps(4) infinite;
    -moz-animation: loading 1s steps(4) infinite;
    -o-animation: loading 1s steps(4) infinite;
    animation: loading 1s steps(4) infinite;
    display: block;
    vertical-align: middle;
}

#css-input:checked~.loading .loading-icon:before {
    vertical-align: middle;
    content: "\e000";
    font-family: "demo";
}

html {
    height: 100%
}

#total {
    font-size: large;
    text-align: center;
    font-family: Georgia, “Times New Roman”, Times, serif;
    color: #990000;
    margin: 5px 0 10px 0;
    font-size: 12px;
    width: 374px;
}

.position {
    position: relative;
}

#location {
    position: absolute;
    right: 8px;
    bottom: 12px;
}

#map_canvas {
    width: 100%;
    height: 200px;
}

.cab-1 li img {
    width: 50px;
    display: block;
    height: 50px;
    text-align: center;
}

.booking .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: pointer;
}

.cab-1 li a.active,
.cab li a:hover {

    background: #ccc !important;
}

.btn.btn-cab {
    border: 1px solid #fcc836;
    background: transparent;
    border-radius: 100%;
    padding: 10px;
    margin: 0 15px;
}

.form-control {
    background: #fcc836;
    color: #000;
    border: 1px solid;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    margin: 15px 0 0;
}

@media(max-width:767px){
    .booking-filter {
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
        max-width: 100%;
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .cab-1 li img {
        width: 30px !important;
        display: block;
        height: 30px !important;
        text-align: center;
    }
    .nav-tabs>li>a {
        color: #a67d08;
        cursor: default;
        background-color: #fff;
        border: none;
        border-radius: 50px;
        padding: 3px 5px;
        margin: 0 3px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #000 !important;
        background-color: #fcc836 !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 3px 5px !important;
        margin: 0 3px !important;
        box-shadow: 0 5px 10px rgb(252, 200, 54, .1);
    }
    .support .text-center.what_offer li {
        float: left;
        border-radius: 100%;
        width: 90% !important;
        margin: 10px;
    }
  
    section.header ul li {
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 5px 10px !important;
    }
}