.theme-home-content {
    background-color: #F1F1F1;
}
.theme-body {
    padding-top: 210px;
}

.theme-home-body {
    background: #fff;
}
.theme-header {
   /*border-top: 3px solid rgba(65, 40, 27, 1);*/
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 11;
}
/*.brand img {*/
/*    height: 80px;*/
/*}*/
.theme-navbar li a {
    border-bottom: 2px solid transparent;
    transition: none;
    -webkit-transition: none;
}
.theme-navbar li a.active, .theme-navbar li a:hover {
    border-bottom: 2px solid #000;
}
.theme-navbar li a {
    text-transform: uppercase;
    margin-bottom: -1px;
}

.theme-home-body .carousel-img {
    height: 600px;
    background-position: center;
    background-size: cover;
}

.carousel-control {
    background: transparent !important;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.5);
    width: 800px;
    left: calc(50% - 400px);
    bottom: 100px;
    padding: 35px 40px 40px 40px;
    background: transparent;
}
.carousel-caption h2 {
    font-size: 50px;
    color: white;
    text-shadow: none;
    margin: 35px 0 10px 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
}
.carousel-caption .btn {
    margin-bottom: 30px;
    background: rgba(65, 40, 27, 0.6);
    color: #fff !important;
    border: 2px solid #fff;
    font-size: 18px;
}


.btn {
    border-radius: 0;
    padding: 10px 16px;
}

.home-newsletter-theme h3 {
    margin: 8px 0 0 0;
}

.theme-categories-wrapper {
    padding: 6px 0 0 0;
}


.theme-navbar {
    border-top: 1px solid rgba(65, 40, 27, 0.1);
    border-bottom: 1px solid rgba(65, 40, 27, 0.1);
}
.theme-product-types li {
    width: 180px;
    padding-right: 95px;
    position: relative;
}
.theme-plus-btn {
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0;
    top: calc(50% - 17px);
}
.theme-plus-btn .fa {
    margin-left: 5px;
}

.theme-product-types ul {
    margin: 0;
}

body.theme-gallery {
    margin-bottom: 0;
}

.single-news {
    background: #fff;
    padding: 15px 25px 25px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.widget > *:first-child {
    margin-top: 0;
}

.contact-boxes .box {
    background: #fff;
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}

.theme-gallery .fancybox {
    display: block;
    margin-bottom: 10px;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.theme-plus {
    padding: 0;
    border-radius: 10px;
}

.theme-plus-btn {
    background: #583523;
}
.theme-plus-btn:hover {
    background: #8f5639;
}

.affix {
    top: 204px;
}

.theme-categories-wrapper li a:hover, .theme-categories-wrapper li.active a {
    box-shadow: inset 0 -1px 0 0 #000000;
}

.theme-footer-powered-by {
    display: none;
}

.theme-contact, .theme-contact .theme-content {
    background-color: #f8f8f8;
}

@media(max-width: 767px) {
    .theme-header-inner {
        padding: 5px;
    }
    .brand img {
        width: 160px;
    }
    .theme-body {
        padding-top: 147px;
    }
    .theme-home-body .carousel-img {
        height: 350px;
    }
    .carousel-caption {
        width: calc(100% - 60px);
        left: 30px;
        bottom: 50px;
        padding: 0;
    }
    .carousel-caption h2 {
        font-size: 24px;
    }
    .affix {
        top: 127px;
    }
}



