@media all and (min-width: 769px), print {

    .legend > span {
        font-size: 2rem !important;
    }

    .fieldset-cols {
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .fieldset-cols:after {
        content: "";
        display: block;
        clear: both;
    }

    .field-side {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    #create_wishlist > .content {
        margin-right: 40px;
    }

    #add-to-multiwishlist {
        border-bottom: 1px solid #c5c5c5;
    }
}
