body{
    background: #2b2a29;
    color: white;
}
.parallax-window {
    min-height: 200px;
    background: transparent;
}
/*Loader Css*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999;
}
.loader_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.sk-chase {
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #A4673C;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1);
      }
}
@media only screen and (max-width: 480px) {
    .menu_title h5 {
        font-size: 0.9rem;
    }
}
.nav-item{
    font-family: 'Roboto Condensed', sans-serif;
}
.nav-item span{
    color: #A4673C;
    font-size: 0.7rem;
}
h2{
    margin: 10px 0;
    font-size: 2.2rem;
    color: white;
    font-family:  'Roboto Condensed',sans-serif;
}
.menu_title h5{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
}
.menu_product_info p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8rem;
    color: #a9a9a9;
}
.single_menu_product {
    margin-bottom: 20px;
}
.menu_list {
    margin: 0;
    padding: 0 10px;
}
.menu_title_price {
    margin-bottom: 10px;
}
.menu_list li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.menu_title * {
    margin: 0;
}
.menu_product_info p:last-child {
    margin-bottom: 0;
}
.menu_price span {
    color: #a9a9a9;
    font-size: 20px;
}
.menu_title, .menu_title_line, .menu_price {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}
.menu_title {
    padding-right: 10px;
}
.menu_title_line {
    display: table-cell;
    width: 98%;
    border-bottom: 1px dashed #715b3e;
    position: relative;
    bottom: 12px;
}
.menu_price {
    padding-left: 10px;
}
.menu_product_img {
    position: relative;
}
.single_product {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 30px;
}
.releted_product_slider .single_product {
    margin: 0;
}
.single_product .menu_product_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.single_product .menu_product_img img {
    width: 100%;
}
.single_product .menu_product_info p {
    font-size: 14px;
    line-height: 24px;
}
.single_product .menu_product_info {
    padding: 0;
}
.single_product .menu_product_info .title * {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
.menu_footer {
    margin: 0 20px;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.single_product:hover .menu_product_img::before,
.single_product:hover .action_btn {
    opacity: 1;
}
.single_product:hover .action_btn {
    top: 50%;
}
.heading_tab_header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}
.heading_tab_header [class*="heading_"] {
    margin: 0;
}
.heading_tab_header .navbar-toggler {
    margin: 0;
    display: none;
}
.sub_heading{
    font-family: 'Kaushan Script';
    color: #A4673C;
}
.scrollup {
    background-color: #171717;
    border-radius: 100%;
    bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.scrollup:hover {
    background-color: #A4673C;
    color:#fff;
}
.scrollup:focus {
    color:#fff;
}
.scrollup_style1 {
    background-color: #A4673C;
}
.scrollup.scrollup_style1:hover {
    background-color: #333;
}