#description{
    background-color: #EFEFEF;
    padding-bottom: 15px;
}
#details{
    margin: 0 auto;
    border: 2px solid #6E0B2A;
    line-height: 1.3rem;
    min-width: 350px;
}
#details td{
    padding: 3px 5px;
    vertical-align: bottom;
    /* max-width: 250px; */
}
#details .th{
    text-align: center;
    border: 2px solid #6E0B2A;
    font-size: 1.35rem;
    color: #FFFFFF;
    background-color: #6E0B2A;
}
#details tr:nth-of-type(even){
    background-color: #EFEFEF;
}
#details .type{
    text-align: right;
    font-weight: 500;
    vertical-align: top;
    width: 135px;
}
#divider{
    border: 1px solid #6E0B2A;
}
.headings{
    margin: 15px 0px;
    font-weight: 700;
}
#price{
    font-size: 1.4rem;
    margin-top: 1px;
}
#priceText{
    font-size: 1.25rem;
    margin-bottom: 2px;
    font-weight: 500;
}
.main.container{
    max-width: 1400px;
    width: 95vw;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
#title{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
#updated{
    color: #6E0B2A;
    border: 2px solid #6E0B2A;
    /* border: 2px solid #000000; */
    /* background-color: rgb(253, 255, 143); */
    padding: 2px 5px;
}


/* --------------------------btn css-------------------------- */
.btn-primary{
    border-color: #6E0B2A;
    background-color: #6E0B2A;
    color: #FFFFFF; 
}
.btn-primary:focus, .btn-primary:hover, .btn-primary.hover{
    background-color: rgba(110, 11, 42, 0.75);
    border-color: #6E0B2A;
    color: #FFFFFF;
    box-shadow: none  !important;
}
.btn-primary.active, .btn-primary:active{
    background-color: #DDDDDD !important;
    border-color: #6E0B2A !important;
    color: #6E0B2A !important;
    box-shadow: none  !important;
}
/* --------------------------end btn css-------------------------- */


/* --------------------------Nav CSS-------------------------- */

.navbar{
    background-color: #6E0B2A;
    padding: 3px;
}
#navlogo{
    height: 80px;
}
.nav-link{
    margin-right: 1.45rem;
    font-size: 1.05rem;
    font-weight: 500;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-item{
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown-menu{
    min-width: 0px;
}
.navbar-toggler{
    margin-right: 10px;
}
#nav .container{
    max-width: 1400px;
    width: 95vw;
}
@media all and (min-width: 1424px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    #nav .container{
        margin-left: calc(50% - 700px);
        width: 100%;
    }
}

/* --------------------------End Nav CSS-------------------------- */


/* --------------------------Footer CSS-------------------------- */
#footer{
    background-color: #808080;
    color: #FFFFFF;
    font-size: 1.2rem;
}
#footer a{
    color: #FFFFFF;
    text-decoration: underline;
}
#footer .container{
    padding: 50px 0px;
}
    /* --------------------------Stick footer to bottom-------------------------- */
    body{
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }
    div.container{
        flex: 1;
    }
    html, body {
        height: 100%;
    }
    .main.container {
    flex: 1 0 auto;
    }
    #footer {
    flex-shrink: 0;
    }
/* --------------------------End Footer CSS-------------------------- */