.has-discount.product-price, .has-discount p, .has-discount .page-content.page-cms ul, .page-content.page-cms .has-discount ul {
    color: #f39d72;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:disabled:focus{
    background-color: #226a61;
}
#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #226a61;
}
.tabs .nav-tabs .nav-link.active {
    color: #f39d72;
    border: none;
    border-bottom: #f39d72 3px solid;
}
a, a:hover {
    color: #226a61;
    text-decoration: none;
}
#header .header-nav .cart-preview.active {
    background: #226a61;
}
.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin-top: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #226a61;
}
a {
    color: #226a61;
    text-decoration: none;
}
#header a:hover {
    color: #226a61;
    text-decoration: none;
}
.product-price {
    display: inline-block;
    color: #226a61;
}
a {
    color: #226a61;
    text-decoration: none;
}
.tabs .nav-tabs .nav-link.active:hover {
    color: #f39d72;
    border: none;
    border-bottom: #f39d72 3px solid;
}
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #f39d72 3px solid;
}
.footer-container li a:hover {
    color: #226a61;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: none;
}

#featuredcat div {
  width: 31%;
  background-color: #ffffff;
  float: left;
  margin: 0 1% 0 1%;
  box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

#featuredcat h3 {
    padding: 20px 10px 5px 10px;
    color: #216A61;
    text-transform: uppercase;
}

#featuredcat p{
    padding: 0px 10px 0px 10px;
}
#featuredcat h2{
    margin-bottom: 20px;
    text-align: center;
}

#featuredcat img {
    max-width: 100%;
}

section#featuredcat {
    width: 100%;
    float: left;
    margin: 20px 0 40px 0;
}

.pagination .current a {
    color: #f39d72;
    text-decoration: none;
    font-size: 1.25rem;
}

#search_filters .ui-widget-header {
    background: #f39d72;
}

.featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover {
    color: #226a61;
}

a:focus, a:hover {
    color: #226a61;
    text-decoration: underline;
}
a {
    color: #226a61;
    text-decoration: none;
}

#header a:hover {
    text-decoration: none!important;
    color: #226a61!important;
}