/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background:  #ffffff !important; }
 #header .header-nav .cart-preview.active {
    background: #379237;
}

.btn-primary {
    color: #fff;
    background-color: #57B435;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
    color: #fff;
    background-color: #379237;
    border-color: rgba(0, 0, 0, 0);
}
.product-price {
    display: inline-block;
    color: #379237;
    font-size: 28px;
    font-weight: 700;
}
.tabs .nav-tabs .nav-link.active {
    color: #379237;
    border: none;
    border-bottom: #379237 3px solid;
}
a {
    color:#379237;
    text-decoration: none;
}
a:hover {
    color: #57B435;
    text-decoration: none;
}
a:visited {
    color: #379237;
    text-decoration: none;
}
.account-list a {
    color: #7a7a7a;
}
.account-list a:hover {
    color: #57B435;
}
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #379237 3px solid;
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: #379237 1px solid;
}
.top-menu .sub-menu.collapse a:hover {
    color: #379237 !important;
}

#header .header-top a[data-depth="0"]:hover {
    color: #379237 !important;
}

 #search_widget form input {
    width: 100%;
    padding: 5px 10px 5px 40px;
    outline: none;
    font-size: 14px;
    background-color: #fff;
    border: #f1f1f1 1px solid;
    border-radius: 5px;
 }
 #blockcart-modal .product-name {
     font-size: 1.125rem;
     color: #379237;
 }
 .footer-container {
     padding-top: 2.5rem;
     overflow: hidden;
     background-color: #f6f6f6;
     ;
 }

/* Slider */
#wrapper {
    padding-top: 0;
    background: #f6f6f6;
}
.carousel .carousel-inner {
    height: auto;
    margin: 0;
}
#carousel {
     overflow: hidden;
}
.block-category .block-category-inner .category-cover img {
    width: 100%;
    height: auto;
}
.block-category .block-category-inner {    
    display: block;
}
.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    max-width: 340px;
    color: #fff;
    text-shadow: 2px 2px 10px #a1a1a1;
}
body {
    font-family: Open sans, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #232323;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}
.product-price {
    display: inline-block;
    color: #379237;
    font-size: 24px;
    font-weight: 600;
}
.nav-item .nav-link,
.nav-item .nav-separtor {
    font-size: 18px;
    font-weight: 600;
    color: #7a7a7a;
}
h1, .h1 {
    font-size: 34px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 24px;
}
.product-miniature .product-title a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}
#product-availability .product-unavailable {
    color: #e83628;
}
.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.25rem 0.35rem;
    margin-top: .625rem;
    font-size: 15px; 
    font-weight: 400;
    color: #e83628;
    text-transform: uppercase;
    pointer-events: auto;
    background: #dfdfdfb0;
}
.product-miniature .product-price-and-shipping {
    font-weight: 700;
    font-size: 20px;
    color: #379237;
    text-align: center;
}
#header .header-top .position-static {
    position: relative;
    float: right;
    margin-top: 15px;
}
@media (min-width: 576px) {
    .text-sm-center {
    text-align: center !important;
    margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 10px;
}
.block_newsletter {
    float: inherit;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    clear: both;
    font-size: .875rem;
    background: #ffffff;
    padding: 10px;
}
.footer-container .links .h3 {
    font-size: 24px;
}

.footer-container .h3,
.footer-container .h4 {
    margin-bottom: 1rem;
    font-size: 24px;
}
.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
    font-size: 24px;
    font-weight: 400;
}
#wrapper .banner {
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    #wrapper .banner {
        margin-bottom: 1.5rem;
    }

#custom-text {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #f6f6f6;
    border-radius: 2px;
}
@media (min-width: 576px) {
    .row {
    margin-right: -5px;
    margin-left: -5px;
 }
 .row {
     margin-right: -5px;
     margin-left: -5px;
 }