body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.72;
    background: #ffffff;
    color: #737475;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    position: relative;
    overflow-x: hidden;
}
.content-area {
    padding-bottom: 40px;
    background: #ffffff;
}

.widget *:last-child {
    margin-bottom: 0;
}
.row {
    margin-top: 0px;
}
.row div[class*="col-"], .row aside[class*="col-"] {
    margin-top: 0px;
}

.row div[class*="col-"]:after, .row aside[class*="col-"]:after {
    content: '';
    display: block;
    clear: both;
}
.page-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    /* overflow: hidden;*/
    /* small devices */
}
h1, h2, h3, h4, h5, h6 {
    color: #00b16a;
}
a, a .fa, a .glyphicon, a:hover, a:hover .fa, a:hover .glyphicon, a:active, a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {
    color: #00b16a;
}
p {
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul, ol ul, ul ol, ol ol {
    padding-left: 20px;
}

.block-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
}

.block-title span {
    display: inline-block;
    position: relative;
}

.block-title span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
}

.block-title span:after {
    left: 100%;
    margin-left: 15px;
}

::-webkit-input-placeholder {
    color: #a6a7a8 !important;
}   
.btn, .btn:hover, .btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-control {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    color: #737475;
}

label {
    font-size: 11px;
    text-transform: uppercase;
    color: #232323;
}

.form-login .row {
    margin-top: 0px;
}

.form-login .row div[class*="col-"], .form-login .row aside[class*="col-"] {
    margin-top: 20px;
}
.form-login .btn-block {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .form-login .btn-block {
        max-width: 100%;
    }
}

.form-login .form-group {
    margin-bottom: 0;
}

.form-login .form-control {
    height: 35px;
}

.form-login ::-webkit-input-placeholder {
    color: #232323;
    font-weight: 700 ;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}

.top-bar {
    padding: 3px 0;
    font-size: 13px;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar .top-bar-left {
    float: left;
}

.header {
    border-bottom: solid 3px #00b16a;
}

.header .header-wrapper {
    padding: 10px 0;
    background-color: #ffffff;
    position: relative;
}

.logo {
    padding-top: 5px;
    margin: 0 auto;
    max-width: 255px;
    height: auto;
}

.logo img {
    max-width: 100%;
}

.navigation {
    position: relative;
    text-align: center;
    line-height: 0;
}

.navigation .nav.sf-menu {
    line-height: 1.72;
    text-align: left;
    display: inline-block;
    margin: 0 auto !important;
}

.navigation ul {
    list-style: none;
}

.sf-menu {
    margin: 0;
    padding: 0;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu ul {
    min-width: 12em;
    /* submenu width */
}

/* SUPERFISH THEME SKIN */
.sf-menu {
    /*margin-right: -1em;*/
    font-size: 14px;
    font-weight: 600;
}

.sf-menu ul {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sf-menu ul {
    margin-left: 0;
    padding-left: 0;
}


.owl-carousel .owl-item {
    -webkit-transform: translateZ(0) scale(1, 1);
}

.featured-products-carousel .owl-theme .owl-controls {
    margin: 0 !important;
}


.featured-products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 30px;
    line-height: 30px;
    border: solid 3px #a5abb7;
    background: transparent;
    color: #a5abb7;
}
.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -70px;
}

.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: -70px;
}
.featured-products-carousel .owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.thumbnail {
    margin: 0 auto;
    border-radius: 0;
    background-color: transparent;
    position: relative;
}

.thumbnail .media {
    overflow: hidden;
    position: relative;
}

.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}

/* Thumbnail caption
/* -------------------------------------------------------------------------- */
.thumbnail .caption {
    padding: 0px 0 0 0;
    overflow: hidden;
}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.caption-wrapper {
    width: 100%;
}
.caption-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px 0;
    color: #232323;
}

.caption-title a {
    font-weight: 600;
}
.thumbnail .media-link {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.thumbnail span, .thumbnail:hover span, .thumbnail.hover span, .thumbnail .media, .thumbnail:hover .media, .thumbnail.hover .media, .thumbnail .media img, .thumbnail:hover .media img, .thumbnail.hover .media img, .thumbnail .media-link:after, .thumbnail:hover .media-link:after, .thumbnail.hover .media-link:after, .thumbnail .icon-view, .thumbnail:hover .icon-view, .thumbnail.hover .icon-view, .thumbnail .icon-view .fa, .thumbnail:hover .icon-view .fa, .thumbnail.hover .icon-view .fa, .thumbnail .icon-view .glyphicon, .thumbnail:hover .icon-view .glyphicon, .thumbnail.hover .icon-view .glyphicon, .thumbnail .caption, .thumbnail:hover .caption, .thumbnail.hover .caption, .thumbnail .caption-title, .thumbnail:hover .caption-title, .thumbnail.hover .caption-title, .thumbnail .caption-zoom, .thumbnail:hover .caption-zoom, .thumbnail.hover .caption-zoom, .thumbnail .caption-link, .thumbnail:hover .caption-link, .thumbnail.hover .caption-link, .thumbnail .caption-category, .thumbnail:hover .caption-category, .thumbnail.hover .caption-category, .thumbnail .caption-price, .thumbnail:hover .caption-price, .thumbnail.hover .caption-price, .thumbnail .caption-wrapper, .thumbnail:hover .caption-wrapper, .thumbnail.hover .caption-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
}
.widget.widget-tabs .tab-content {
    margin-top: 20px;
    overflow: hidden;
}

.widget-categories ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.widget-categories ul li a {
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
}

.widget-categories ul li a:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
}

.widget.shop-categories {
    /*border: solid 3px rgba(35, 35, 35, 0.1);*/
}

.widget.shop-categories .widget-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.widget.shop-categories .widget-content {
    border-top: solid 1px rgba(35, 35, 35, 0.1);
    padding: 10px 15px;
}

.widget.shop-categories ul {
    margin: -10px -15px -10px -15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.widget.shop-categories ul li {
    padding: 10px 15px;
    overflow: hidden;
    transition: all 0.6s ease;
}
.widget.shop-categories ul a {
    display: block;
    margin-right: 20px;
    color: #232323;
    font-weight: 400;
}
.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}


.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
}

.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

a, a:active, a:focus, input, input:active, input:focus, button, button:active, button:focus, select, select:active, select:focus, .bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:focus {
    outline: 0 !important;
}
.activeModal {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
}
.widget.widget-tabs.alt .tab-content {
    margin-top: 20px;
    overflow: hidden;
}