#custom-text{
    padding:0;
    background:none;
    margin:20px 0;
}
#htmlcontent_home ul li {
    min-height: 375px;
}

.htmlcontent-home h3 {
    text-align: center;
    font-size:1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 20px;
}

#header .header-top a[data-depth="0"] {
    text-transform: capitalize;
}
.top-menu a[data-depth="0"] {
    padding: .2rem;
    font-size: 0.9rem;
    font-weight:400;
}
 #search_widget{
    margin-top:5px;
}
.header-top #search_widget{
    display:none;
    margin-top:5px;
}
.right-nav #search_widget{
    padding-top: 5px;
    margin-right: 5px;
}
#contact-link{
    font-size:.8rem;
}

/* menu */
.popover{
    font-size:1rem;
    background:#efefef;
}
.top-menu a.dropdown-submenu {
    font-weight: 400;
    text-transform: capitalize;
}
.block-category .block-category-inner{
    display:none;
}
.block-category {
    min-height: 0;
    padding-left:0;
}
.block-category h1 {
    font-size:1.2rem;
}
.block-categories {
    background: #f2f0ff;
}
.block-categories .h6 {
    font-size: 1rem;
}
.btn-primary { 
    background-color: #2e537c !important; 
}

#header {
    background: #f1f1f1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11);
}
#header .header-nav {
    border-bottom: #f1f1f1 2px solid;
}
#header .header-nav .cart-preview.active {
    background: #f1f1f1;
}
#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i{
    color: #2e537c;
}
#header .header-nav .blockcart.active a:hover {
    color: #001c3d;
}
.footer-container li a:hover {
    color: #2ba64f;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #2ba64f;
}
#header a:hover {
    color: #2ba64f;
}

a {
    color: #2e537c;
    text-decoration: none;
}

a:hover {
    color: #2ba64f;
    text-decoration: none;
}
.product-price {
    color: #2ba64f;
}
.checkout .btn-primary { 
    background-color: #2ba64f !important; 
}
#subcategories ul li {
    width: calc(100% / 5 - 20px);
    min-width: 125px;
}

.footer-container {
    background: #f1f1f1;
}

/* Removes the outline from all images when clicked */
img:focus {
    outline: none;
}

/* If the image is inside a link, you may also need to target the anchor tag */
a:focus {
    outline: none;
}