/* FBP custom style goes here */

.flash-content.c-scrollbar {
    background: #fff;
}

.flash-deal-item:last-of-type {
    border-bottom: 1px solid rgba(220, 222, 227, .7);
}

.flash-deal-item {
    border-bottom: 1px solid rgba(220, 222, 227, .7);
}

.flash-deal-item .price {
    /* color: #333; */
    color: #12225b;
    font-weight: 700;
}

.flash-box-title {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #12225b;
    color: #fff;
    font-weight: 700;
}

.top-navbar {
    background: #12225b;
    border-bottom: 1px solid #e9e9e9;
    color: #fff;
}

ul.inline-links>li,
ul.inline-links>li>a {
    color: #fff;
}

.m-face {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #F2F3F7 url(https://i.alicdn.com/img/tfs/TB1lU4yWAT2gK0jSZFkXXcIQFXa-1920-567.png) no-repeat center 0;
}

section.home-banner-area {
    /* https://cssgradient.io/ */
    /* background: #F2F3F7 url(https://i.alicdn.com/img/tfs/TB1lU4yWAT2gK0jSZFkXXcIQFXa-1920-567.png) no-repeat center 0; */
    /* background: linear-gradient(180deg, rgba(55, 125, 255, 1) 0%, rgba(203, 203, 219, 1) 47%, rgba(255, 255, 255, 1) 100%); */
    /* background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(203, 203, 219, 1) 49%, rgba(255, 255, 255, 1) 100%); */
    background: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #12225b;
}


/* Thick line */

.thick-line {
    margin-top: 12px;
    border: 3px solid #DCDEE3;
    border-radius: 3px;
    overflow: hidden;
}

.modal-category-box {
    padding: 20px;
    border: 1px solid #eaeaea;
    max-height: 400px;
    min-height: 200px;
    overflow-y: auto;
}

small,
.small {
    font-size: 90%;
}

#invokeloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.75) url(./images/cycloville-loader-transparent.gif) no-repeat center center; */
    /* background: #1579be url(./images/fbp_cycles.png) no-repeat center center; */
    background: #1579be url(./images/splash_gif_fbp_cycles.gif) no-repeat center center;
    /* background-color: #eee; */
    z-index: 10000;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.img-responsive-events {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.img-cover {
    display: block;
    height: 50vh;
    object-fit: cover;
}

.addon-panel {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    background-color: #fff;
}

.show>.addon-panel {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    background-color: #fff;
    padding: 15px;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.show p,
.show .availability {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
}

.show div {
    font-family: 'Roboto', sans-serif;
}

.event-title {
    text-decoration: none;
    color: #1b1b28;
    outline: 0 !important;
    font-weight: 600;
}

.mar-top {
    margin-top: 15px;
}

.mar-btm {
    margin-bottom: 15px;
}

.text-2x {
    font-size: 2em;
    line-height: 1.25;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 10000px;
}

.overflowed {
    overflow: hidden;
    position: relative;
    margin: 10px 0px;
}

.availability {
    float: left;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.products.list .thumbnail .price {
    float: right;
    margin-bottom: 0;
}

.thumbnail .price {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.price ins {
    color: #000000;
    padding-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

.search-box input[type="text"] {
    border: 2px solid #377dff;
    border-right: 0px;
}

.logo-bar-area .select2-container .select2-selection--single {
    border: 2px solid #377dff;
    border-left: 2px solid #cbcbcb;
    /* border-left: 0px; */
}


/* Category Menu */


/* Drop down */


/* .modal-category-list.has-right-arrow ul li:after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-size: 14px;
    opacity: 0.8;
} */

.has-right-arrow:after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-size: 14px;
    opacity: 0.8;
}