/** STIHL EQUIPMENT **/

div.stihl.card > div.product-content >  h3.title {
    margin-bottom: 0px;
    background: #F27530;
}

div.stihl.card > div.product-content >  h3.title > a {
   color: white;
    padding-left: 20px;
}

.stihl .card > div.product-content > small > {
    display: none;
}

.stihl_title {
    color:  #F27530;
}

.stihl-contain {
    padding: 40px;
}

.stihl-btn {
    background: white;
    border: solid 2px #F27530;
    color: #F27530;
    border-radius: 0px;
}

.stihl-btn:hover {
    background: #F27530;
    color: white;
    border: none;
    border-radius: 0px;
}

.stihl-page-title {
    color: #F27530;
}

/** HONDA Equipment **/

div.honda.card > div.product-content >  h3.title {
    margin-bottom: 0px;
    background: #D81813;
}

div.honda.card > div.product-content >  h3.title > a {
    color: white;
    padding-left: 20px;
}

.honda .card > div.product-content > small > {
    display: none;
}

.honda_title {
    color:  #D81813;
}

.honda-contain {
    padding: 40px;
}

.honda-btn {
    background: white;
    border: solid 2px #D81813;
    color: #D81813;
    border-radius: 0px;
}

.honda-btn:hover {
    background: #D81813;
    color: white;
    border: none;
    border-radius: 0px;
}

.honda-page-title {
    color: #D81813;
}

/** Kuhn Equipment **/


div.kuhn.card > div.product-content >  h3.title {
    margin-bottom: 0px;
    background: #484848;
}

div.kuhn.card > div.product-content >  h3.title > a {
    color: white;
    padding-left: 20px;
}

.kuhn .card > div.product-content > small > {
    display: none;
}

.kuhn_title {
    color:  #484848;
}

.kuhn-contain {
    padding: 40px;
}

.kuhn-btn {
    background: white;
    border: solid 2px #484848;
    color: #484848;
    border-radius: 0px;
}

.kuhn-btn:hover {
    background: #484848;
    color: white;
    border: none;
    border-radius: 0px;
}

.kuhn-page-title {
    color: #484848;
}