

#hikashop_cart_190 {
    color:#333;
}
#footer\#1-0-2-0 > a {
    color:#333;
}
div#hikashop_product_right_part span.hikashop_product_price_full {
    font-size: 22px;
    border: 1px solid #7ec02e;
    background: #7ec02e;
    padding: 10px;
    color: white;
}

a.hikacart {
    color: #fff;
    background-color: #7ec02e;
    border-color: #5A8A20;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-family: inherit;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 2px;
    background-origin: border-box;
}
a.hikacart:hover {
    color: #fff;
    background-color: #5A8A20;
    border-color: #5A8A20;
}

#hikashop_product_custom_info_main > h4 {
    display:none;
}
#group11 > legend {
    font-size: 18px;
    text-align: center;
    background: #f5f9f0;
    border-bottom: 2px solid;
    padding: 5px;
    margin-bottom: 20px;
}