@charset "UTF-8";

.anygift-gift-ui__container {
	width: 225px !important;
}

.anygift-gift-ui__about-button__wrapper {
    display: none;
}

.anygift-gift-ui__main-button { 
    /* デフォルトの文言を非表示にします */
    font-size: 0 !important;
}

.anygift-gift-ui__main-button:before { 
    /* before属性を使用し、新しい文言を指定します */
    content: 'eギフトで贈る' !important; 
        /* フォントサイズは、元のサイズを継承してください */
    font-size: 12px !important; 
}

.data-anygift-area {
    display: inline-block;
}

.anygift-gift-ui__main-button {
    height: 32px !important;
}

.anygift-child-product-modal__check-button {
    display: none !important;
}

.anygift-order-productーbox__total-price__wrapper::after {
    white-space: pre-wrap;
    content: "※上記の商品は1か所にまとめてお届けします。\A 複数のお届け先へ同じ商品を届けたい場合、宛先ごとにご注文を分けてご購入ください。";
    display: block;
    font-size: 12px;
    color: red;
    margin-bottom: 8px;
}