.wcgw-gifts-wrapper{
    width: 100%;
    display: block;
}

.wcgw-gifts-wrapper h1{
    margin: 0.2em 200px 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}

.gift-control-enable{
    width: 100%;
    display: block;
}

.gift-control-enable label{
    float: left;
    line-height: 17px;
    margin-right: 20px;
}

.gift-control-enable input[type=checkbox]{
    width: 18px;
    height: 17px;
    padding: 1px 0 0 0 !important;
}

.wcgw-gifts-wrapper-section{
    display: block;
    padding: 30px 10px;
}

.wcgw-gifts-wrapper-section input[type=text],.wcgw-gifts-wrapper-section textarea,.wcgw-gifts-wrapper-section select{
    width: 400px;
}

.wcgw-gifts-wrapper-section .help-notice{
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.wcgw-gifts-wrapper-section .help-notice::after{
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    cursor: help;
    font-variant: normal normal;
    margin: 0px;
}

.wcgw-wrapping-style {
    display: flex;
}

.wcgw-wrapping-style .dashicons{
    background: #FFF;
    border-radius: 50%;
    line-height: 23px;
    padding: 3px;
}

.wcgw-wrapping-style-wrapper {
    float: left;
    width: 410px;
}

.wcgw-wrapping-style-wrapper > * {
    display: inline;
    margin: 5px 0;
}