/* Reset some default styles */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;

   
    background-size: contain;
    color: #000000;
    margin-top: 100px;
    max-width: 600px;
    margin: 0px auto;
background-color: #fff;
}
.text-center{
    text-align: center;
}

:target::before {
    content: "";
    display: block;
    height: 122px; /* fixed header height*/
    margin: -122px 0 0; /* negative fixed header height */
  }

/* Container */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* Header */
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 24px;
}
.image-fluid{
    width: 100%;
}

/* Navigation */
nav {
    margin: 20px 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
}

/* Main Content */
main {
    margin-bottom: 20px;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.uploaded_image{
    float: left;
    width: 300px;
}
/* Responsive */
@media (min-width: 600px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 80%;
    }
}
.tab-content{
    background: #fff;
}

.head_container{
    background-color: #000;
    max-width: 600px;
    margin: 0px auto;
}
.menu_tab{
    background-color: rgb(154, 23, 23)
}

.menu_tab li button.nav-link{
    color: #fff;
    border-bottom:rgb(154, 23, 23) 2px solid;
    border-radius: 0px;
}
.menu_tab li button.nav-link.active{
    color: #000;
    border-bottom: #000 2px solid;
    border-radius: 0px;
    background-color: beige;
}

.menu_tab li button.nav-link.whiskey-active{
    /* background-color: #751616; */
    background-color: #cfa50d;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    color:#000;

}
p.anchor{
    display: block;
    padding: 10px 20px;
    background: #fff;
    background:url("../images/banners/heading_bg.jpg") left center no-repeat;
    text-align: left;
    color:#fff;
    margin-bottom: 5px;
}
.img-banner{
    width: 100%;
    height: auto;
}
.sub_heading{
    
    font-weight: bold;
}
.sub_heading_text{
    font-size: 14px;
    color: #751616;
}
.sub-description p{
    margin: 0px;
    padding: 0px 8px;
}
.item_list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.item_list li{
 display: block;
 padding: 10px;
}
.item_list .item_detail p{
margin: 0px 0px 0px 0px;
padding: 0px;
}

.item_list .item_detail p.item_description{
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.item_list .item_detail p.item_sub_description{
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 16px;
    margin-top: 5px;
    font-style: italic;
    color: #000;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.item_list .item_link{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8d1919;
    font-family: "Russo One", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.item_list p.item_descriptipn{
    font-weight: 400;
    font-size: 13px;
    font-family: 'roboto';
    color: #000;
    letter-spacing: 0.1em;
    margin: 0px !important;
    letter-spacing: 1px;
}
.item_list .item_price{
    font-weight: 300;
    font-size: 14px;
    color: #000;
    padding-top: 4px !important;
    letter-spacing: 1px;
}
.item_box{
    grid-template-columns: auto 90px;
    display: grid;
}
.item_box a{
    text-decoration: underline;
    color: #751616;  
}

.anchor_menu{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #8d1919;
    border-bottom: solid 10px black;
}
.anchor_menu .dropdown-menu{
    background-color: #8d1919;
    border: 0px;
    width: 100vw;
    border-radius: 0px;
    color: #fff;
}
.anchor_menu .btn-anchor{
    background-color: #8d1919;
    border-radius: 0px;
    display: block;
    width:100vw;  
    color: #fff;  
}

.anchor_menu .dropdown-menu .dropdown-item{
    text-align: center;
    color: #fff;
}

.anchor_menu .dropdown-menu .dropdown-item:hover{
    text-align: center;
    background: #000;
    color: #fff;
}
.anchor_menu .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8d1919;
}
.prd_images{
    width: 100%;
}
.text-center{
    text-align: center;
}