/*############## Bootstrap overriding start ##################*/
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

a {
    color: #343a40;
}

a:hover {
    color: #5b0810;
}

/*############## Button Start ##################*/
.btn-mos-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #5b0810;
--bs-btn-border-color: #5b0810;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #910d1a;
--bs-btn-hover-border-color: #5b0810;
--bs-btn-focus-shadow-rgb: 66, 70, 73;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #5b0810;
--bs-btn-active-border-color: #5b0810;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #5b0810;
--bs-btn-disabled-border-color: #5b0810;
}
/*############## Button End ##################*/


/*############## ToolTip Start ##################*/
.tooltip-inner {
    background-color: #5b0810;
    color: #ffffff;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #5b0810 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #5b0810 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5b0810 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #5b0810 !important;
}

.posts-list img {
    width: 60px;
    border-radius: 50%
}

#posts .message {
    color: #444;
    border-radius: 0 7px 7px 0;
    background: #efefef
}

.comment{
    color: #444;

    border-radius: 0 7px 7px 0;
    background: #efefef
}

#posts .min-height{
    min-height: 150px;
}

#posts .min-height .data{
    border-radius: 7px 0 0 7px;
    border:1px solid lightblue;
}
.mos-btn-xs {
    --bs-btn-padding-y: .1rem !important;
    --bs-btn-padding-x: .1rem !important;
    --bs-btn-font-size: .75rem !important;
}

/*############## ToolTip END ##################*/


/*############## SUB MENU START ##################*/
/*
.dropdown-menu {
    padding: .2rem 0 !important;
}
.dropdown-item {
    font-size: 12px;
}

.dropdown-menu a {
    color: #000 !important
}

.dropdown-menu a:hover {
    background-color: #5b0810;
}
*/

/*
.dropdown-menu a:active{
    background-color: #0066a8;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:7px 0 7px 7px;
    border-left-color:#5b0810;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
*/
/*############## SUB MENU END ##################*/

/*############## Nav Tabs / bars start ##################*/

/* the whole header */

.navbar {
    background-color: #000000 !important;
    font-size: 12px;
}

.navbar .nav-link {
    color: #FFFFFF !important;
}

.navbar .nav-link:hover, .nav-link:focus {
    color: #FFFFFF !important;
}

.navbar-toggler {
    background-color: #5b0810;
}

#navbarNav .nav-item a:hover {
    border-radius: 5px;
    background-color: #5b0810 !important;
    color: #ffffff !important;
}

.dropdown-menu {
    padding: .2rem 0 !important;
    font-size: 12px;
    z-index: 10000;
}

.dropdown-menu .dropdown-item {
    color: #000000 !important;
}

.dropdown-menu a:hover {
    background-color: #5b0810;
    color: #FFFFFF !important;
}


.nav-tabs {
    border-bottom: 1px solid #343a40;
}

.nav-link {
    color: #5b0810;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #343a40  #343a40 #ffffff;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #5b0810;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #343a40;
    border-color: #dee2e6 #dee2e6 #fff;
}

/*############## Nav Tabs end ##################*/

/*############## Cards start ##################*/
.card {
    border: 1px solid rgba(0,0,0,.70);
}

.card-columns-4 .card {
    margin-bottom: 0.75rem;
}

.card-columns-3 .card {
    margin-bottom: 0.75rem;
}

/*############## Cards end ##################*/

.text-bg-danger {
    color: #fff !important;
    background-color: #5b0810 !important;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #5b0810;
    border-color: #5b0810;
}

.page-link {
    color: #000 !important;
}

.badge-primary {
    color: #fff;
    background-color: #0088cc;
}

.table-hover tbody tr:hover {
    color: #000000;
    background-color: rgba(175, 237, 189, 1);
}

.sticky-top {
    background-color: #FFFFFF;
}

.btn-xs {
    padding: .0rem .2rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #343a40;
    border-color: #ffffff;
}
/*############## BOOTSTRAP OVERRIDDINGS END ##################*/


h1 {
    font-size: 18px !important;
}

h2 {
    font-size: 16px !important;
}

h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.hide{
    display: none;
}

.modal:nth-of-type(even) {
    z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}


/*############## slider ##################*/
.carousel {
    position: relative;
}
.carousel-item img {
    object-fit: cover;
}
#carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}
#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}
#carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
    border-color: #5b0810;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-indicators [data-bs-target] {
    /* background-color: #5b0810; */
    background-color: #fff;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-radius: 50% !important;
    /* border-top: 10px solid transparent; */
    border: 1px solid #000000;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    background-color: #5b0810;
}

.shop_title{
    font-size: 27px !important;
    font-weight: 700;
}
.card-header-tabs .nav-link {
    color: black !important;
}
.card-header-tabs .nav-link.active {
    color: #fff !important;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}

@media all and (min-width: 576px) {
    .card-columns-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns-3 .card {
        display: inline-block;
        width: 100%;
    }

    .card-columns-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns-4 .card {
        display: inline-block;
        width: 100%;
    }

    .carousel-container #carousel-thumbs {
        position: absolute;
        background: #ccccce;
    }
}




.timeline-carousel-items {
    height: 300px !important;
}

.outsite-carousel-items {
    height: 200px !important;
}

#site_logo {
    width: 270px !important;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 320px) {
    #site_logo {
        width: 235px !important;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .outsite-carousel-items {
        height: 600px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .outsite-carousel-items {
        height: 600px !important;
    }

    .timeline-carousel-items {
        height: 500px !important;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .outsite-carousel-items {
        height: 600px !important;
    }

    .timeline-carousel-items {
        height: 500px !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .outsite-carousel-items {
        height: 600px !important;
    }

    .timeline-carousel-items {
        height: 500px !important;
    }
}
