/*********** CSS special for frogs **********/

    .header-menu {
        border-top: 0px solid #126c30 !important;
        border-bottom: 0px solid #126c30 !important;
    }



.header-upper {
   
    border-bottom: 0px solid #126c30 !important;
}

.search-box .search-box-button {
    width: 45px;
    padding: 0;
    background-color: #186f33!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    transition: .5s 
ease;
    -webkit-transition: .5s 
ease;
    -moz-transition: .5s ease;
    background-image: url(../Themes/FurnishTheme/Content/images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.header-lower .search-box .search-box-text {
    border-color: #186f33!important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}


.header-menu .top-menu a:focus, .header-menu .top-menu a:hover {
    color: #186f33!important;
}


@media (min-width: 992px) {
    .top-menu ul {
        border-top: 2px solid #186f33!important;
    }
}

a {
    color:#186f33!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

:root {
    --swiper-theme-color: #186f33!important;
}


.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #186f33!important;
    background: #186f33!important;
}

.block .title, .block-product-filter .filter-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #186f33!important;
    font-size: 18px;
    letter-spacing: .05em;
}

.product-grid .item-box .add-cart-button .product-box-add-to-cart-button {
    color: #186f33!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
}

.item-box .actual-price {
    color: #186f33!important;
    padding: 0;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.product-grid .item-box:hover .product-item {
    border: 2px solid #186f33!important;
}

.home-page-category-grid .category-item:hover .title .category-item-text-wrapper {
    color: #fff;
    background-color: rgba(24, 111, 15, 0.9);
}


a:hover, a:active, a:focus {
    color: #186f33!important;
    text-decoration: none;
}

:root {
    --swiper-theme-color: #186f33!important;
}
