body {
    color: #575757;
}

header {
    background: #262626;
    position: fixed;
    top: 0;
    display: block;
    z-index: 9999;
    width: 100%;
}
.main-wrapper {
    display: block;
    overflow: hidden;
    margin-top: 170px;
}
.currency .btn.btn-link {
    padding: 6px 20px 6px 0px;
}
.list-inline {
    margin: 6px -5px 0;
}

.fa-star:before {
    content: "\f005" !important;
}

.fa-star-o:before {
    content: "\f006" !important;
}

i.fa.fa-star {
    color: #ffc000;
    font-size: 14px;
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 10px;
    border: 1px #e0e0e0 solid;
}

.product-thumb .button-group .addtocart-btn:hover, .product-thumb .button-group .wishlist:hover, .product-thumb .button-group .compare:hover, .product-thumb .button-group .quick-view:hover {
    background: #ad7317;
    color: #ffffff;
}

.subtraction-btn {
    float: left;
    background: #ff8f00 none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    margin-top: 10px;
    padding: 13px 25px;
    color: #fff;
    width: 15%;
    margin-right: 5px;
}

.fw-bold {
    font-weight: 600;
}

.addition-btn {
    float: left;
    background: #ff8f00 none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    margin-top: 10px;
    padding: 13px 25px;
    color: #fff;
    width: 15%;
    margin-left: 5px;
}

.cart-box {
    background: #ff8f00 none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    margin-top: 10px;
    padding: 13px 25px;
    color: #fff;
    float: left;
    width: 50%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #262626;
    z-index: 9999999;
    box-shadow: 0px 0px 4px #a5a5a5;
    left: 0;
}

.sticky .header-inner {
    width: 100%;
    margin: 0 auto;
}

#cart .img-thumbnail {
    width: 50px;
}

.cart-btn {
    background: none;
    color: #ff8f00;
    border: 1px #ff8f00 solid;
    width: 25px;
}

span.price {
    color: #ff8f00;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cart-list {
    height: 180px;
    overflow-x: auto;
}

.offer_prod {
    position: absolute;
    color: white;
    z-index: 999;
    right: 13px;
    top: 3px;
    background: #1e516e9e;
    padding: 0px 3px;
    font-size: 12px;
}

.offer_day_prod {
    position: absolute;
    color: white;
    z-index: 999;
    left: 13px;
    top: 3px;
    background: #1e516e9e;
    padding: 0px 3px;
    font-size: 12px;
}

.web-content {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    display: block;
}

.nav-inner {
    border-bottom: 1px #c9c9c9 solid;
}

#cart .dropdown-menu table.table-bordered, #cart .dropdown-menu table.table-bordered td, #cart .dropdown-menu table.table-striped td {
    border: none;
    padding: 2px;
}

label.error {
    color: #e71e1e;
}

#toast-container {
    z-index: 9999999999;
}

#toast-container > div {
    opacity: .95;
}

.header-right #search .input-lg {
    width: 200px;
}

.header-right #search .btn-lg {
    padding: 16px 20px;
}

.top-user-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999;
}

.top-dropdown-menu {
    background: white !important;
    border: 1px #cacaca solid;
    right: 2px !important;
    left: unset;
}

.top-dropdown-menu > li > a {
    color: #000;
}

span.invalid-feedback {
    color: #d60707;
    margin-top: 10px;
    display: block;
}

.open .dropdown-toggle.btn-primary {
    background: #de8310;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active {
    background: #cd780c;
    color: #ffffff;
}

.cart-img {
    width: 100px;
}

.order-img {
    width: 70px;
    max-width: unset;
}

.cart-qty {
    padding: 10px 0px;
    margin: 0;
}

.cart-dlt-btn {
    background: white !important;
    padding: 5px;
}

.cart-dlt-btn .fa {
    color: red;
}

.cart-dlt-btn:hover .fa {
    color: #c7072e;
}

.panel-icon-right:before {
    font-family: 'FontAwesome';
    content: '\f067';
    color: #999999;
    font-weight: normal;
    font-size: 10px;
    vertical-align: top;
}

.panel-icon-right {
    float: right;
    margin-top: 2px;
}

.left-category-panel {
    padding: 2px 0px;
    margin-left: 20px;
}

.custom-input-group {
    width: 100%;
    display: block;
    overflow: hidden;
}

.custom-input-group-prepend {
    float: left;
    width: 15%;
}

.custom-contact-form-control {
    float: left;
    width: 84%;
}

.contact-verify-status {
    text-align: center;
    padding: 10px;
}

.contact-verify-status h2 {
    font-size: 20px;
    margin-top: 10px;
}

.contact-verify-status .fa {
    font-size: 50px;
}

.fa-danger {
    color: #cf0909;
}

.fa-success {
    color: #0f600f;
}

span.mandatory {
    color: #dc0b0b;
    display: inline-block;
}

#logo {
    margin: 0;
    width: 200px;
}

.header-left {
    margin: 20px 0 !important;
}

.header-right {
    margin: 25px 0 !important;
}

.img-responsive {
    width: 100%;
}

.user-btn {
    padding: 3px 25px;
}

.header-left {
    margin: 10px 0 !important;
}

.header-right {
    margin: 15px 0 !important;
}
#cart-total {
    padding: 0px 0px 0px 62px;
}

.content .product-grid .product-thumb .product-imageblock .button-group {
    padding: 0 5px;
}

.product-thumb .button-group .addtocart-btn {
    padding: 6px 25px;
    margin-top: 2px;
}

.subtraction-btn {
    margin-top: 2px;
    padding: 6px 20px;
    width: 22%;
    margin-right: 3px;
    font-size: 12px;
    display: inline-block;
}

.addition-btn {
    margin-top: 2px;
    padding: 6px 15px;
    width: 22%;
    margin-left: 3px;
    font-size: 12px;
    display: inline-block;
}

.cart-box {
    margin-top: 2px;
    padding: 6px 10px;
    width: 50%;
    font-size: 12px;
    display: inline-block;
}

.my-order {
    padding: 20px;
    margin-bottom: 20px;
    color: black;
    border: 1px #e2e2e2 solid;
}

.my-order-btn {
    float: right;
    background: #ff8f00;
    padding: 5px 10px;
    font-size: 11px;
    color: white;
}

.d-btn {
    text-align: center;
    background: red;
    color: white;
    width: 100%;
    padding: 5px 10px;
    display: block;
}

.notify-badge {
    background: red;
    border-radius: 15px;
    width: 15px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    color: white;
}

.product-thumb .price {
    color: #121212;
    font-weight: 600;
    margin: 0;
    font-size: 13px;
}

.mission {
    padding: 40px 0px;
}

.mission-title {
    margin-top: 30px;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 20px;
}

.mission-content {
    font-size: 15px;
}

.team .img-responsive {
    width: 100%;
    border-radius: unset !important;
    padding: 2px;
    border: 1px #7b7777 solid;
}

.blog-readmore {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.blog-name {
    min-height: 105px;
}

.explore-all {
    display: block;
    width: 33%;
    margin: 0 auto;
}

.explore-all a {
    color: #ff8f00;
    font-weight: 400;
    font-size: 14px;
    border: 1px #ff8f00 solid;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin-top: 20px;
    transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}

.explore-all a:hover {
    background: #ff8f00;
    color: white;
}

.newslatter input, .newslatter textarea {
    width: 100% !important;
    padding: 20px 20px;
}

#contact_main_form label.error {
    color: #ff8868 !important;
    display: block;
    text-align: left;
}

.hidden-copyright {
    padding: 0px !important;
    font-size: .1px;
    position: absolute;
}

.header-right #search {
    margin: 1px 25px 0 0;
}

.content {
    min-height: unset;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: unset;
}
.sub-cat-box {
    margin-bottom: 20px;
    border: 1px #edab70 solid;
    display: block;
    padding: 10px;
}
.sub-cat-box p {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.sub-cat-box h4 {
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0px 0 50px !important;
}
#brand_carouse .owl-item {
    opacity: 0.8;
}
.single-cart-btn{
    border-radius: 65px;
    padding: 10px;
    font-size: 16px;
    background: white !important;
    color: #000000;
    height: auto;
    width: 100%;
}
.single-cart-box {
    padding: 10px;
    background: white !important;
    color: #000000;
    font-size: 16px;
    border: 1px #ff8f00 solid;
    height: auto;
    text-align: center;
}
.single-sub-btn{
    border-bottom-left-radius: 65px;
    border-top-left-radius: 65px;
    padding: 10px;
    font-size: 16px;
    background: white !important;
    color: #000000;
    height: auto;
    border: 1px #ff8f00 solid;
}
.single-addition-btn{
    border-bottom-right-radius: 65px;
    border-top-right-radius: 65px;
    padding: 10px;
    font-size: 16px;
    background: white !important;
    color: #000000;
    height: auto;
    border: 1px #ff8f00 solid;
}
.single-addition-btn:hover,.single-sub-btn:hover {
    background: #ff8f00 !important;
    color: #ffffff !important;
}
.single-prod-btn-group {
    width: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
img#xzoom-default {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.xzoom {
     -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
     box-shadow: unset;
}
.productpage-title {
    font-size: 20px;
}
.productpage-price {
    font-size: 16px;
}
.review{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.review-image{
    width: 5%;
    float: left;
}
.review-image img{
    width: 100%;
}
.review-box{
    width: 93%;
    float: right;
    background: #fafafa;
    padding: 10px 20px;
    border: 1px #c3c3c3 solid;
}
.rating-input {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 5px;
}
.offer-badge{
    background: #ff8900;
    color: white;
    padding: 5px 20px;
    margin-bottom: 5px;
}
b, strong {
    font-weight: 600;
}
.news-item {
    margin-bottom: 30px;
    display: block;
}
/*image gallery*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
}
.causes .causes-progress {
    margin-top: 20px;
}
.news_date{
    font-size: 13px;
}
.news h3{
    font-size: 22px;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
#baguetteBox-overlay {
    z-index: 99999999;
}
#menu li.active{
    background: #FF8F00;
}
#menu li.active a{
    color: white;
}
.testimonial-image img {
    width: 150px;
    border-radius: 50%;
    border: 8px #ff8f00 solid;
}
.testimonial-designation {
    font-weight: 600;
}
.testimonial-desc {
    color: white;
}
a.tag-cloud-link {
    padding: 2px 5px;
    background: #dce6ee;
    border: 1px #a7a7a7 solid;
}
.single-blog-name{
    min-height: unset !important;
}
.other-blog-box{
    display: block;
    width: 100%;
    padding: 10px 20px;
}
.other-blog {
    margin-bottom: 20px;
}
#sub li a {
    color: black !important;
}
#scrollup {
    left: 20px;
}
.clear-dsktp{
    clear: both;
}
.clear-mbl {
    clear: unset;
}
/*image gallery*/
@media only screen and (max-width: 500px) {
    #logo {
        width: 40%;
        margin: 0 auto;
        margin-top: 5px;
    }

    .header-inner {
        padding: 0px 0 10px;
    }

    #search {
        height: 30px;
    }

    .header-left {
        margin: 0px 0 !important;
    }

    .header-right {
        margin: 0px 0 !important;
    }

    .header-right #search {
        margin: 2px auto;
        float: none;
    }

    .header-right #search .input-lg {
        height: 30px;
        line-height: 30px;
    }

    .header-right #search .btn-lg {
        padding: 9px 30px;
    }

    .header-right #cart {
        margin-bottom: 3px;
    }

    #cart .dropdown-menu {
        width: 360px;
        left: 50%;
        margin-left: -180px !important;
    }

    #cart .dropdown-menu table.table-bordered, #cart .dropdown-menu table.table-bordered td, #cart .dropdown-menu table.table-striped td {
        padding: 2px;
    }

    .sticky #logo {
        margin-top: 35px;
    }

    .order-img {
        width: 60px;
        max-width: unset;
    }

    .subtraction-btn {
        padding: 4px 12px;
        width: 18%;
        margin-right: 3px;
        font-size: 10px;
        display: inline-block;
    }

    .addition-btn {
        margin-top: 2px;
        padding: 4px 12px;
        width: 18%;
        margin-left: 3px;
        font-size: 10px;
        display: inline-block;
    }

    .cart-box {
        margin-top: 2px;
        padding: 4px 10px;
        width: 60%;
        font-size: 10px;
        display: inline-block;
    }

    .product-thumb .button-group .addtocart-btn {
        padding: 4px 25px;
        margin-top: 2px;
        font-size: 10px;
    }

    .language .btn.btn-link.dropdown-toggle, .currency .btn.btn-link {
        padding: 6px 12px 6px 0px;
        background-color: rgba(255, 255, 255, 0);
        border: none;
        font-size: 11px;
    }

    #cart-total > span {
        font-family: 'Montserrat';
        color: #ff8f00;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .navbar-header {
        position: relative;
        padding: 12px 30px;
    }

    #menu .btn-navbar {
        padding: 12px 30px;
    }

    .product-thumb .price {
        color: #121212;
        font-weight: 600;
        margin: 0;
        font-size: 13px;
    }

    .product-thumb {
        margin: 0 0 30px;
        overflow: hidden;
        text-align: center;
    }

    .mission-content {
        font-size: 14px;
    }

    .navbar-collapse {
        top: 43px;
    }

    .clear-mbl {
        clear: both;
    }

    .clear-dsktp{
        clear: unset;
    }

    .explore-all {
        width: 50%;
    }

    .content .product-grid .product-thumb .product-imageblock .button-group {
        opacity: 1;
        position: unset !important;
        padding: 0 5px;
    }

    #brand_carouse img {
        width: 40%;
    }
    .sub-cat-box h4 {
        font-size: 14px;
    }
    .productpage-title {
        font-size: 17px;
    }
    .productpage-price {
        font-size: 14px;
    }
    .language .btn.btn-link.dropdown-toggle, .currency .btn.btn-link {
        padding: 3px 12px 3px 0px;
    }
    .list-inline {
        margin: 3px -5px 0;
    }
    .main-wrapper {
        margin-top: 210px;
    }
    .breadcrumb {
        padding: 30px 0 !important;
    }
    .breadcrumb {
        margin: 0px 0 25px !important;
    }
    .breadcrumb h1 {
        font-size: 20px;
    }
    .tz-gallery {
        padding: 0px 10px;
    }
    .blog-readmore {
        padding: 5px 20px;
        font-size: 12px;
    }
    .index .blog-name > a {
        font-size: 12px;
        line-height: 20px;
    }
    .blog-name {
        min-height: unset;
    }
    .newslatter input {
        height: 40px;
    }
    .header-right #cart .dropdown-menu {
        margin: 0;
        top: 54px;
    }
    .testimonial-name h2 {
        font-size: 17px;
    }
    .testimonial-desc {
        font-size: 13px;
        line-height: 18px;
    }
    .content .blog-heading h3, .productblock-title, .client-title, .contactus-title, .team-title, .about-title {
        font-size: 18px;
    }
    .content .blog-heading h3, .productblock-title, .client-title, .contactus-title, .team-title, .about-title {
        margin: 60px 0 0px;
    }
    .main-navigation li > a {
        text-align: left;
    }
    .map {
        margin: 30px 0px 0px;
    }
}
