.address-wrapper{width:100%;height:auto}.address-wrapper .address-card{width:477px;height:254px;border:1px solid #e2dddd;margin:20px 0 0 20px;-webkit-transition:.5s;transition:.5s}.address-wrapper .address-card:hover{-webkit-box-shadow:0 12px 14px rgba(0,0,0,.2);box-shadow:0 12px 14px rgba(0,0,0,.2);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.address-wrapper .add-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.address-wrapper .add-card img{margin-bottom:5px;cursor:pointer}.address-wrapper .add-card p{font-size:14px;color:#666}