span.shipingcls {
    clear: both;
    display: block;
    font-size: 13px;
    color: #37110c;
    padding: 5px;
    background: #F8E2D5;
     font-weight: 600;
    border: 1px solid #37110c;
    border-radius: 3px;
}

span.topcls {
    background: #fff;
    padding: 10px;
    font-size: 1em;
    width: 100%;
    color:#37110c;
    display: inline-block;
    border: 1px solid #37110c;
     border-radius: 3px;
     border-bottom: none;
     font-weight: 600;
}

a.btn.type-shop.size-big.btn-cls {
    color: #37110c;
    background: #fff;  
    border-radius: 3px
}

a.btn.type-shop.size-big.btn-cls:hover {
   color: #fff;
    background: #37110c;
}

a.btn.type-shop.size-big {
    background: transparent;
    display: block;
    width: auto;
    max-width: 200px;
    text-align: center;
    float: inherit;
    margin-right: 20px;
    padding: 0;
    clear: both;
    border: 1px solid #37110c;
    color:#37110c;
    text-decoration: none;
    border-radius: 3px
}

a.btn.type-shop.size-big:hover span.shipingcls {
    clear: both;
    display: block;
    font-size: 13px;
    color: #37110c;
    padding: 5px;
    background: #F8E2D5;
}

a.btn.type-shop.size-big:hover span.topcls {
    color: #fff;
    background: #37110c;
    padding: 10px;
    font-size: 1em;
    width: 100%;
    display: inline-block;
}

a.btn.type-shop.size-big.kruidvat {
    padding: 0px;
    border: none
}
