.giftWrap {
    margin-top: 30px
}

.giftWrap label {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-right: 8px
}

.giftWrap label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid black;
    margin-right: 10px;
    border-radius: 50%;
}

.giftWrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.giftWrap input:checked~label:before {
    content: url(check-circle.svg);
    border: none;
}

.page-basket .variation-GiftWrapping img.check,
.page-checkout .variation-GiftWrapping img.check,
.variation-Freegiftwrapping img.check,
.variation-FreeChristmasgiftwrapping img.check {
    width: 20px;
    position: relative;
    top: -5px;
}

.giftWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.giftWrap .read-more {
    color: #000;
    border-bottom: 1px solid #000;

}

.giftWrap .read-more:hover {
    border-color: white;
}

.notice {
    background: #f4f4f4;
    padding: 15px;
    margin-top: 25px;
    text-align: center
}

.notice a {
    color: black;
    border-bottom: 1px solid black;
}

.notice a:hover {
    color: black;
    border-bottom: none;
}

.giftWrap.xmaswrap {
    margin-top: 10px;
}