/*** BODY ***/
body {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 25px;
    color: #555555;
    text-align: left;
}

a:hover, a:focus {
    text-decoration: none;
    color: #018445;
}

a:active, a:hover {
    outline: 0;
}

.btn-primary {
    color: #ffffff;
    background-color: #008752;
    border-color: #008752;
}

    .btn-primary:hover {
        background-color: #F68933;
        border-color: #F68933;
    }

.mb-2 {
    margin-bottom: 20px;
}
/*** HEADER ***/
.header .header-content {
    padding: 10px 0 8px;
}

.header h1.logo {
    margin: 0;
}

.account-links {
    float: right;
    list-style: none;
    border-radius: 10px;
    padding: 0;
    border: 0;
    background: #f1f1f1;
}

    .account-links li a {
        background: url(../images/bg-link.png) repeat-y right;
        padding: 5px 12px;
        display: inline-block;
        font-size: 14px;
    }

    .account-links li:last-child a {
        background: none;
    }

    .account-links li:first-child {
        padding-left: 0 !important;
    }

    .account-links li {
        display: inline;
    }
/*** /HEADER ***/

/*** NAV ***/
.nav-container {
    position: relative;
    z-index: 9;
    background: #000;
    box-shadow: none;
}

.main-menu {
    position: relative;
    z-index: 1000;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    background: #000;
    width: 100%;
    border: none;
}

.parent-menu-icon {
    background: url(../images/bg-home.png) no-repeat 0 0;
    height: 21px;
    width: 23px;
    display: block;
    text-indent: -9999px;
}

.navbar-default .navbar-toggle {
    border: none;
    background: transparent;
    margin: 0;
}

.navbar-brand {
    padding-top: 13px;
    padding-bottom: 10px;
}

.navbar-default .navbar-collapse {
    width: 100%;
}

.navbar-collapse .sub-menu {
    display: none;
}

.navbar-collapse .has-children:hover .sub-menu {
    display: block;
}

.navbar-collapse .has-children {
    position: relative;
}

    .navbar-collapse .has-children .sub-menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.main-menu.navbar-default .navbar-nav > li.active > a,
.main-menu.navbar-default .navbar-nav > li.active > a:hover,
.main-menu.navbar-default .navbar-nav > li.active > a:focus {
    background: #f68933;
    color: #fff
}

.main-menu.navbar-default .navbar-nav > li + li {
    margin-left: 0;
}

.main-menu.navbar-default .navbar-nav > li > a {
    padding: 0 20px 0 20px;
    text-decoration: none;
    display: block;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
}

    .main-menu.navbar-default .navbar-nav > li > a:hover, .main-menu.navbar-default .navbar-nav > li > a:focus {
        background: #f68933;
    }

.main-menu.navbar-default .navbar-nav > .open > a, .main-menu.navbar-default .navbar-nav > .open > a:hover, .main-menu.navbar-default .navbar-nav > .open > a:focus {
    background: #f68933;
    color: #fff;
}

.main-menu.navbar-default .navbar-toggle:hover, .main-menu.navbar-default .navbar-toggle:focus {
    background: transparent;
}

.main-menu .dropdown-menu,
.main-menu .sub-menu {
    margin: 0;
    padding: 10px 30px 10px;
    border: 0;
    background: #000;
}

    .main-menu .dropdown-menu > li > a,
    .main-menu .sub-menu > li > a {
        background: url(../images/icon-footer2.png) no-repeat 0 5px;
        line-height: 26px;
        color: #fff;
        padding-left: 13px;
        text-transform: capitalize;
        font-weight: normal;
        font-size: 16px;
        white-space: nowrap;
    }

    .main-menu .dropdown-menu > li,
    .main-menu .sub-menu > li {
        margin: 10px 0;
    }

        .main-menu .dropdown-menu > li > a:hover,
        .main-menu .sub-menu > li > a:hover {
            color: #fff;
            background: url(../images/icon-footer2.png) no-repeat 0 -24px;
        }

.main-menu .navbar-right .navbar-nav {
    display: flex;
    justify-content: space-between;
}

.main-menu .cart-content {
    color: #fff;
    line-height: 30px;
    padding: 10px;
    display: inline-block;
}

    .main-menu .cart-content:hover {
        color: #018445;
        background: #fff;
    }

.main-menu .navbar-right .dropdown .dropdown-menu {
    background: #fff;
    padding: 20px 15px;
    text-align: left;
    border: 1px solid #000;
    border-top: none;
    right: -1px;
}

.main-menu .navbar-right .dropdown:hover .dropdown-menu,
.main-menu .navbar-right .open > .dropdown-menu {
    display: flex;
}

@media (max-width: 979px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header,
    .navbar-nav,
    .navbar-nav > li {
        width: 100%;
    }

    .main-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .main-menu.navbar-default .navbar-nav > li,
    .main-menu.navbar-default .navbar-nav > li:first-child {
        border: none;
    }

    .main-menu .navbar-right {
        margin-bottom: 10px;
        width: 100%;
    }

    .main-menu .cart-content {
        background: #008753;
        border-radius: 10px;
    }

    .main-menu.navbar-default .navbar-nav > li.search-wrapper > a {
        display: none;
    }

    .main-menu .navbar-right .navbar-nav > li {
        text-align: right
    }

        .main-menu .navbar-right .navbar-nav > li > .dropdown-menu {
            display: block;
            position: static;
            box-shadow: none;
            text-align: left;
            background: transparent;
            border: none;
            padding-top: 0;
            padding-bottom: 0;
        }

    .main-menu.navbar-default .navbar-nav > li > a.cart-content {
        display: inline-block;
        border-radius: 10px;
    }

    .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: transparent;
        text-decoration: underline;
        color: #008753;
    }
}

@media (min-width: 768px) {
    .navbar-collapse .has-children .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 500;
        border-top: none;
        padding: 10px;
        min-width: 130px;
    }
}
/*** /NAV ***/

/*** CONTENT STATIC FOOTER ***/
.footer-static-container {
    background: url(../images/bg-footer.jpg) repeat;
    padding-top: 20px;
    color: #999;
}

    .footer-static-container h1,
    .footer-static-container h2,
    .footer-static-container h3 {
        padding-bottom: 8px;
        width: auto;
        background: url(../images/bg-line.jpg) repeat-x left bottom;
        color: #555555;
        margin: 0;
        text-transform: uppercase;
    }

    .footer-static-container h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .footer-static-container ul {
        margin: 26px 0 0;
        list-style: none;
        padding: 0;
    }

        .footer-static-container ul li {
            line-height: 30px;
        }

            .footer-static-container ul li a {
                color: #777777;
                font-size: 14px;
                /*text-transform: capitalize;*/
                background: url(../images/icon-footer.png) no-repeat 0 5px;
                padding: 0 0 0 18px;
            }

                .footer-static-container ul li a:hover {
                    background: url(../images/icon-footer.png) no-repeat 0 -25px;
                    color: #008753;
                }

            .footer-static-container ul li h3 {
                background: none;
                padding: 0;
                font-size: 16px;
            }

    .footer-static-container p {
        background: url(../images/icon-footer.png) no-repeat 0 10px;
        font-size: 16px;
        color: #777777;
        padding: 0 0 0 13px;
        line-height: 30px;
        margin: 0;
    }

    .footer-static-container span {
        font-size: 16px;
        color: #777777;
        margin: 0;
    }
/*** /CONTENT STATIC FOOTER ***/

/*** BOTTOM FOOTER ***/
.bottom-footer {
    padding: 7px 0;
    background: #2f2f2f;
}

    .bottom-footer .copyright {
        color: #f1f1f1;
        font-size: 14px;
        text-shadow: none;
        line-height: 38px;
    }

.box-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}
/*** /BOTTOM FOOTER ***/

/*** SLIDER ***/
.container-slider {
    padding: 15px 0;
    background: url(../images/bg-footer.jpg) repeat;
}

    .container-slider .home-categories {
        background: #fff;
        border-radius: 10px;
        padding: 7% 7% 7% 7%;
    }

    .container-slider .carousel-inner > .item > img, .container-slider .carousel-inner > .item > a > img {
        border-radius: 10px;
    }

.carousel-indicators li {
    background: #fff;
}

.carousel-indicators .active {
    background-color: #008552;
}
/*** /SLIDER ***/
.main-inner {
    margin-top: 20px;
}

    .main-inner .widget-zone > div {
        margin-bottom: 20px;
    }
/*** BREADCRUMBS ***/
.breadcrumb {
    font-size: 16px;
    color: #777777;
    line-height: 25px;
    padding: 8px 13px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 10px;
}

    .breadcrumb > .active {
        color: #008552;
    }

    .breadcrumb > li + li:before {
        content: '';
        background: url(../images/icon-footer.png) no-repeat scroll 9px 5px;
        padding: 0 25px 0 0;
    }
/*** /BREADCRUMBS ***/

.collapsible-html {
    border: 1px solid #9AC56A;
    padding: 2%;
    text-align: right;
}

    .collapsible-html button.collapsible {
        background: transparent;
        padding: 1% 2%;
        margin: 1% 0 0 0;
        color: #008753;
        border: none;
    }

    .collapsible-html .html {
        text-align: initial;
    }

        .collapsible-html .html.collapse {
            height: 180px !important;
            display: block;
            overflow: hidden;
        }

        .collapsible-html .html.in {
            height: auto !important;
        }

/*** SIDE BAR ***/
.side-bar .widget-aside {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .side-bar .widget-aside .inner {
        padding: 7% 7% 7% 7%;
    }

.panel-title {
    color: #008552;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    margin-top: 0;
}

.side-bar a {
    color: #f68933;
    line-height: 200%;
    font-size: 120%;
}
/*** HTML LINK - HOME CATEGORY ***/
.side-bar .htmlLink.html h1, .side-bar .htmlLink.html h2, .side-bar .htmlLink.html h3,
.homeCategories.html h1, .homeCategories.html h2, .homeCategories.html h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #008552;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
}

.side-bar .htmlLink.html ul, .homeCategories.html ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .side-bar .htmlLink.html ul li, .side-bar .htmlLink.html ul li a, .side-bar .htmlLink.html ul li a p,
    .homeCategories.html ul li, .homeCategories.html ul li a, .homeCategories.html ul li a p {
        display: flex;
        justify-content: space-between;
    }

        .homeCategories.html ul li > a, .side-bar .htmlLink.html ul li > a {
            width: 100%
        }

        .homeCategories.html ul li span {
            background: #fff;
        }

        .side-bar .htmlLink.html ul li span {
            background: #f1f1f1;
        }
/*** END HTML LINK - HOME CATEGORY ***/

/*** /SIDE BAR ***/

/*** HEADLINE ***/
.content-page .headline {
    border: 0;
    margin: 0 0 7px;
    width: 100%;
    overflow: hidden;
    background: url(../images/title-block.png) repeat-x scroll center bottom;
    padding: 0 0 18px;
}

    .content-page .headline .title {
        margin: 0;
        font-size: 22px;
        color: #555;
        padding: 20px 0 0 0;
        font-weight: bold;
    }
/*** /HEADLINE ***/

/*** PRODUCT DETAIL ***/
.product-detail {
}

    .product-detail .product-name {
        background: url(../images/title-block.png) repeat-x scroll center bottom;
        padding: 0 0 13px;
        width: 100%;
    }

        .product-detail .product-name h1 {
            margin: 0;
            font-size: 24px;
            color: #008753;
            font-weight: normal;
            text-transform: uppercase;
        }

    .product-detail .short-desc {
        margin: 6px 0;
        padding: 5px 0 10px;
        width: 100%;
        background: url(../images/title-block.png) repeat-x scroll center bottom;
        border: none;
    }

.nav-tabs > li > a {
    background: #fff;
    border: 1px solid #fff;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 13px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
}

.nav-tabs {
    border-bottom: none;
    margin: 20px 0 0;
}

    .nav-tabs > li > a:hover {
        background: #f1f1f1;
        border-color: #f1f1f1 #f1f1f1 #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #F68933;
        background: #f1f1f1;
        border-color: #f1f1f1 #f1f1f1 #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-style: solid;
        border-width: 1px;
        font-weight: normal;
    }

.tab-content {
    border: 1px solid #f1f1f1;
    margin: 0;
    min-height: 110px;
    overflow: hidden;
    padding: 2%;
    width: 100%;
    background: #f1f1f1;
    border-radius: 0 10px 10px 10px;
}

.product-variant .have-stock {
    color: #9ac56a;
}

.product-variant .price {
    font-weight: bold;
    font-size: 200%;
    color: #008752;
}

.product-detail #carousel .thumbnail {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.product-detail .productCarousel .flexslider {
    margin: 0 0 13px;
}
/*** /PRODUCT DETAIL ***/

/*** FOOTER TOP CONTAINER ***/
.footer-top-container {
    background: #fff;
    padding: 10px 0 10px 0;
}

    .footer-top-container .widget-wraper.html tr:first-child h3,
    .footer-top-container .widget-wraper.html .row:first-child h3 {
        padding: 13px 28px;
        background: #F68933;
        text-align: center;
        border-radius: 10px;
        color: #fff;
        font-size: 120%;
        line-height: 42px;
        font-weight: normal;
        margin-top: 0;
        text-transform: uppercase;
    }

    .footer-top-container .widget-wraper.html tr:first-child td:first-child h3,
    .footer-top-container .widget-wraper.html .row:first-child .col-md-4:first-child h3 {
        background: #ed7789;
    }

    .footer-top-container .widget-wraper.html tr:first-child td:last-child h3,
    .footer-top-container .widget-wraper.html .row:first-child .col-md-4:last-child h3 {
        background: #9AC56A;
    }

    .footer-top-container .widget-wraper.html .row {
        margin-top: 20px;
    }

        .footer-top-container .widget-wraper.html .row:first-child {
            margin-top: 0;
        }
/*** /FOOTER TOP CONTAINER ***/

/*** PRODUCT ITEM ***/
.product-name a, .article-name a {
    color: #008451;
    text-transform: none;
    font-weight: normal;
    line-height: 80%;
}

.product-list .product-item .thumbnail {
    border: none;
    padding: 0;
}

.product-item .product-price {
    color: #F68933;
}

.product-item .product-name {
    margin: 0 !important;
    font-weight: normal;
    text-align: center;
    border: none !important;
    font-size: 18px;
}

.product-list .product-item .thumbnail > a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
}
/*** /PRODUCT ITEM ***/

/*** ARTICLE ***/
article.content-page header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-align: center;
}

article.content-page header {
    margin-bottom: .5em;
}

article.content-page .content-body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.article-item {
    position: relative;
    display: table;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .article-item:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        background: #eeeeee;
        clear: initial;
        display: block;
    }

    .article-item .article-name {
        font-size: 18px;
        line-height: normal;
    }

/*** article-wrapper ***/
.article-home-wrapper {
    background: #f5f5f5;
    padding: 2%;
    margin-top: 20px;
}

    .article-home-wrapper a {
        color: #5a5a5a;
    }

    .article-home-wrapper .articles-compact li {
        list-style: disc outside;
        float: initial;
        text-align: left;
        display: list-item;
    }

    .article-home-wrapper .first-article .article-title {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    .article-home-wrapper .first-article .article-summary {
        text-align: justify;
    }

    .article-home-wrapper .first-article .view-more {
        float: right;
        font-style: italic;
    }

    .article-home-wrapper .first-article .thumbnail-image img {
        border: 1px solid #F68933;
    }

@media (max-width: 979px) {
    .article-home-wrapper .first-article {
        border-bottom: 1px solid #CCC;
        margin-bottom: 2%;
        padding-bottom: 2%;
    }

        .article-home-wrapper .first-article .article-title {
            margin-top: 10px;
        }
}
/*** /ARTICLE ***/

.navbar-toggler-icon {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/mm-menu.png) no-repeat top center;
}

.search-box .input-control {
    font-size: 13px;
    border-radius: 6px;
    line-height: 30px;
    padding: 2px;
    background: #fff;
    border: 1px solid #bbb;
    height: 30px;
}

.search-box button {
    background: transparent;
    outline: none;
    width: 42px;
    overflow: visible;
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px;
}

    .search-box button i {
        display: block;
        background: #000;
        padding: 8px 12px;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        border-radius: 10px;
    }

.push-sale {
    background: #F6F6F6;
    border-radius: 5px;
    padding: 1% 0;
}

    .push-sale .panel-heading {
        display: none;
    }

    .push-sale .thumbnail-product {
        display: block;
    }

    .push-sale .product-item .product-name {
        text-align: left;
        line-height: 100%;
    }

    .push-sale .order-button, .push-sale .order-button:hover {
        background: #f68933;
        font-weight: bold;
        border: 0;
        line-height: 19px;
        padding: 8px 15px;
        color: #f1f1f1;
        font-size: 20px;
        border-radius: 10px;
    }

.product-item .product-name {
    font-weight: bold;
    display: inline-block;
}

.product-item .caption {
    text-align: center;
}

.thumbnail-product {
    overflow: hidden;
    position: relative;
}

    .thumbnail-product .img-responsive {
        margin: 0 auto;
    }

    .thumbnail-product .percentage {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #f68933;
        color: #FFF;
        font-weight: bold;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 0;
}

    .price-box p {
        display: inline;
        margin: 0 6px 0 0;
    }

    .price-box .price {
        font-weight: normal;
        color: #F68933;
    }
/* Regular price */
.regular-price .price {
    color: #c76200;
}
/* Old price */
.old-price {
    margin: 0;
}

    .old-price .price {
        font-weight: normal;
        color: #999999;
        text-decoration: line-through;
        font-size: 12px;
    }
/* Special price */
.special-price {
    margin: 0;
    padding: 0;
}

    .special-price .price {
        color: red;
    }

/*** large paging ***/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            background-color: #f1f1f1;
            border-color: #f1f1f1;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-radius: 10px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-radius: 10px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #9ac56a;
            border-color: #9ac56a;
            color: #fff;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #9ac56a;
        border-color: #9ac56a;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.large-paging {
    display: block;
    justify-content: inherit;
    text-align: right;
    margin: 0 0 20px 0;
    background: url(../images/title-block.png) repeat-x scroll center bottom;
}

    .large-paging .pagination .prev-page a,
    .large-paging .pagination .next-page a {
        line-height: 12px;
    }

        .large-paging .pagination .prev-page a:before {
            content: "<";
            color: #797979;
        }

        .large-paging .pagination .next-page a:before {
            content: ">";
            color: #797979;
        }

    .large-paging > .pagination > li > a {
        font-size: 10px;
        padding: 6px 8px;
        border-radius: 10px;
        margin: 0 2px;
    }

@media (min-width: 768px) {
    .large-paging .pagination .prev-page a,
    .large-paging .pagination .next-page a {
        line-height: 18px;
    }

        .large-paging .pagination .prev-page a:before {
            content: "<";
            font-size: 13px;
            font-family: inherit;
        }

        .large-paging .pagination .next-page a:before {
            content: ">";
            font-size: 13px;
            font-family: inherit;
        }

    .large-paging > .pagination > li > a {
        font-size: 13px;
        padding: 6px 12px;
    }
}

.shop-cart .headline {
    margin-bottom: 25px;
}

.shoppingCartDetai {
    border: 1px solid #bbb;
}

    .shoppingCartDetai tfoot {
        border-bottom: 1px solid #bbb;
    }

.sum-shoppingcart {
    font-size: 18px;
    font-weight: bold;
}

.action-shoppingcart .btnSaveShoppingCart,
.action-shoppingcart .btn-order {
    display: block;
    background: #008753;
    border-color: #008753;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

    .action-shoppingcart .btnSaveShoppingCart:hover,
    .action-shoppingcart .btn-order:hover {
        background-color: #3e3d3e;
    }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search h2, .block-layered-nav h2 {
    border-bottom: 1px solid #dadada;
    color: #008552;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.advanced-search .form-group > label {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
}

.advanced-search .button-set {
    text-align: center !important;
}

.detailed-search-form .buttons-set {
    text-align: center;
}

    .detailed-search-form .buttons-set .btn {
        float: none;
        margin: 0 auto;
        padding: 5px 10px;
        background: #9AC56A;
        color: #FFF;
    }

        .detailed-search-form .buttons-set .btn:hover {
            background: #F68933;
            color: #FFF;
        }

.main-menu .navbar-collapse.collapse {
    padding-left: 0px;
}

.top-header {
    background: #000;
    color: white;
    padding: 3px 0px;
    font-size: 110%;
    display: block;
}

    .top-header p {
        margin-bottom: 0px;
    }

.module_search {
    margin-top: 25px;
}

    .module_search input {
        float: left;
        height: 35px;
        width: 270px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border: 1px solid #ccc;
    }

    .module_search .buttontim {
        padding-left: 0px;
        padding-right: 0px;
        width: 61px;
        display: block;
        float: left;
        text-align: center;
        background: #000;
        color: #fff;
        border-radius: 0px 5px 5px 0px;
        height: 35px;
        margin-left: -1px;
    }

        .module_search .buttontim i {
            padding-top: 11px;
        }

.header-static-1, .header-static-2 {
    margin-top: 28px;
}

.main-menu.navbar-default .navbar-nav > li > a.shoppingCartBar {
    display: none;
}

.bx-wrapper .bxslider-v2 li img, .product-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

    .bx-wrapper .bxslider-v2 li img:hover, .product-item img:hover {
        transform: scale(1.05);
    }

.bx-wrapper .bxslider-v2 li {
    text-align: center;
}
.product-price span {
    color: #D20707
}
.viewallproduct {
    float: right;
    margin-top: -40px;
}

.add-to-cart-box{
    display: none;
}