/*  Theme Name:   PetPress - child Theme URI:     Description:   Author:       fabrykawp Author URI:    Template:     petpress Version:      1.0 /* == Add your own styles below this line ==--------------------------------------------*/.fwp-btn {    border: 1px solid #fff;    position: relative;    z-index: 2;    margin-bottom: 20px;    margin-right: 20px;    border-radius: 0;    padding: 12px 25px;    text-transform: uppercase;    font-size: 12px;    line-height: 12px;    letter-spacing: 5px;    -webkit-transition: all 0.2s;    transition: all 0.2s;    display: inline-block;    background-color: #181818;    color: #fff;}.fwp-btn:hover {    color: #fff;}.fwp-btn:after {    position: absolute;    z-index: -1;    top: 0;    right: 0;    left: 0;    height: 0;    content: "";    -webkit-transition: all 0.3s;    transition: all 0.3s;}.fwp-btn:hover:after {    height: 100%;    background: #636363;}ul.petpressNav li a {    font-size: 18px !important;}.cf_checkoutMessage {    color: red;}#billing_nip_field {    display: none;}