@charset "utf-8";
/* 買い合せポップアップを非表示にする場合はコメントアウトを外す */
/* .new_step{
  display: block !important;
}
.additionalItemlink{
  display: none !important;
} */
/*____________________________________________________________________________

SITE TITLE: LOCONDO.jp
TITLE: PC ショッピングカート 【L4】

UPDATED:2014.09
UPDATED:2015.04
UPDATED:2016.06 #20737
UPDATED:2016.10 リブランディング対応
UPDATED:2017.02 残り1点表示対応 #30330
UPDATED:2017.06 カートページ未ログインのとき文言変更、ボタン下に「新規会員登録」リンクを追加 #34949
UPDATED:2017.07 カートにお気に入りアイテム、閲覧履歴を表示 #36967
UPDATED:2017.07 新配送料 #36292 
UPDATED:2018.10 プチプラ導線 #47768
UPDATED:2020.11 買い合わせ導線 #70899
UPDATED:2023.05 母の日カーネーション #101195 / キャットハウス段ボール #99751
____________________________________________________________________________*/

#contents_ver4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart_tit {
  border-bottom: none;
  color: #2b2b2b;
  font-weight: normal;
  margin: 15px auto;
  width: 1000px;
  overflow: hidden;
}

#cart h2 {
  margin-bottom: 0;
}

.cart_tit p {
  float: left;
  width: 850px;
  height: 36px;
  line-height: 38px;
}

.cart_tit p span {
  color: #cc000a;
  font-weight: bold;
}

#cart .new_steplink {
  margin: 15px 0;
}

.new_steplink button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border:none;
  margin:0 auto;
  cursor: pointer;  
}
.new_steplink button:hover,
.additionalItemlink button:hover,
.additionalItemlink a.newregistBtn:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  text-decoration: none;
  height: inherit;
}

.new_steplink button.newregistBtn{
  width: 260px;
  height: auto;
  border: 1px solid #fa7046;
  border-radius: 2px;
  color: #fa7046;
  background: #fff!important;
  padding: 18px 0;
  font-size: 14px;
  margin: 0 auto;
}
.additionalItemlink button.newregistBtn{
  width: 260px;
  height: auto;
  border: 1px solid #fa7046;
  border-radius: 2px;
  color: #fa7046;
  background: #fff!important;
  padding: 18px 0;
  font-size: 14px;
  margin: 15px auto;
  display: inline-block;
  text-align: center;
}
.wide_btn.additionalItemlink{
  text-align: center;
}

.new_steplink .new_toreg {
  clear: both;
  background: none;
  color: #4b4b4b;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  top: 18px;
  padding: 0;
}

.new_steplink .new_toreg:hover {
  text-decoration: underline;
}



/* 全体レイアウト */
.cart_shop{
  margin-bottom:32px;
  vertical-align:top;
}
.cart_shop_innerWrap{
  display:flex;
  flex-wrap:wrap;
  border:1px solid #ddd;
}
.cart_list .cart-price,
.cart_list .item,
.cart_list .totalprice{
  display:inline-block;
  vertical-align:top;
}
.cart-table {
  display:block;
  font-size:0;
}
.order-total-table{
  display:inline-block;
  padding-bottom:20px !important;
  width: 33%;
  background-color:#f5f5f5;
}
.cart_list .item{
  width:498px;
  padding-top:30px;
  padding-left:30px;
  box-sizing:border-box;
}
/*カート表示*/

.shopping_box {
  padding: 0;
}

.shopping_box table {
  width: 100%;
}

.shopping_box th {
  font-size: 16px;
  padding: 0 30px;
  color: #2b2b2b;
  white-space: nowrap;
  vertical-align: middle;
}
.shopping_box th span {
  padding-left: 3px;
  font-weight: normal;
}
.shopping_box .commodity.template .item {
  display:inline-block;
  box-sizing:border-box;
  width:500px;
  text-align: left;
  padding:30px 15px 0 30px;
  font-size:12px;
}
.shopping_box .commodity.template:last-of-type .item {
  padding-bottom: 32px;
}


/*商品情報*/

.shopping_box .item_product {
  float: left;
  width: 300px;
  overflow: hidden;
  padding: 0;
  color: #2b2b2b;
  font-size:12px;
}

.item_product ul {
  margin-bottom: 2px;
}

.product-name a {
  font-weight: bold;
  color: #2b2b2b;
}

.product-name a:hover {
  color: #fa7046;
}

.gift_select {
  float: left;
  margin-right: 10px;
  width: 230px;
  margin-top: 4px;
}

.help_icon {
  float: left;
  padding-top: 3px;
}

.shopping_box .help_icon img {
  float: none;
  margin-right: 0 !important;
}


/*価格*/

.cart_list .cart-price {
  display:inline-block;
  width: 170px;
  padding-top:30px;
  padding-right:16px;
  font-size:14px;
  box-sizing:border-box;
}
.cart_list .cart-price span {
  display: block;
}
.cart_list .cart-price .price {
  font-weight: bold;
  letter-spacing:.03em;
}
.cart_list .cart-price .taxin {
  font-weight: normal;
  letter-spacing:.03em;
}
.cart_list .cart-price .suffix{
  display:inline;
  margin-left:.2em;
  font-weight:normal;
  font-size:.8em;
  letter-spacing:0;
  opacity:.8;
}


/*数量*/

.cart_list .amount {
  width: 70px;
  font-weight: bold;
}


/*残り1点表示*/

.data_last_item {
  display: inline-block;
  color: #CC0000;
  font-weight: normal;
  line-height: 24px;
  font-size: 12px;
}


/*削除する*/

.cart_list .delete-button {
  width: 80px;
  text-align: left;
  line-height:1;
}

.cart_list .delete-button .delete {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom:1px;
  font-size:11px;
  color:#666;
  border-bottom:1px solid #999;
  text-decoration:none;
}
.cart_list .delete-button .delete:hover{
  text-decoration:none;
  opacity:.6;
}

/*注文内容*/

#totalprice {
  width: 290px;
  padding: 32px 0;
}

.totalprice {
  border-left: 1px solid #ddd;
  text-align: center;
}

.orderPrice-table {
  width: 260px;
  padding-top:30px;
  position: relative;
}

.orderPrice-table .totalprice_subtotal-header {
  font-size: 18px;
  padding-bottom: 20px;
}

.orderPrice-table th {
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 8px 0;
  vertical-align: top;
  text-align: left;
  color: #000;
}

.orderPrice-table tr ,
.orderPrice-table span[name="amountSum"] {
  padding: 0;
  font-size: 14px !important;
}
.orderPrice-table span[name="amountSum"] {
  padding: 0 2px;
}

.orderPrice-table td[name="totalPrice"],
.orderPrice-table td[name="totalGiftPrice"],
.orderPrice-table td[name="amountTax"]{
  vertical-align: top;
  text-align: right;
  font-size: 15px;
  letter-spacing:.05em;
}
.orderPrice-table td[name="amountTax"]{
  padding-bottom:1em;
}

.orderPrice-table td {
  padding: 0 3px 8px 3px;
  text-align: right;
  vertical-align: middle;
}

.orderPrice-table .grandTotal th,
.orderPrice-table .grandTotal td {
  font-weight: bold;
  border-top: 1px solid #4d2212;
  padding-top: 16px;
}

.orderPrice-table .grandTotal th {
  font-size: 16px;
}

.orderPrice-table .grandTotal td {
  font-size: 17px;
  letter-spacing:.05em;
}

.orderPrice-table .notes {
  padding: 20px 0 0 0;
  text-align: left;
  font-size: 11px;
  color: #666;
}
.orderPrice-table .totalPrice-tax{
  font-size:.8em;
}
.orderPrice-table .totalPrice-tax:before{
  content:"(";
  padding:0 .1em;
}
.orderPrice-table .totalPrice-tax:after{
  content:")";
  padding:0 .1em;
}



/* 新配送料 #36292 */

.totalprice_subtotal-header,
.totalprice_subtotal-price {
  font-size: 18px;
}

.totalprice_subtotal-price .taxNotation {
  margin-left: 4px;
  font-size: 11px;
}

.totalprice {
  border: none;
  background: #f5f5f5;
}

.orderPrice-table .notes span {
  font-weight: bold;
}


/* カート下テキスト＆SSL */

#cart_bottom {
  overflow: hidden;
  margin: 15px 45px 0 30px;
}

#cart_bottom ul {
  width: 700px;
  float: left;
  margin-top: 35px;
}

#cart_bottom li:first-child {
  color: #fa7046;
  font-size: 13px;
  padding-bottom: 2px;
}

#cart_bottom li:first-child span {
  font-weight: bold;
}

#cart_bottom li {
  color: #2b2b2b;
  font-size: 10px;
}

#security_seal {
  width: 200px;
  float: right;
  overflow: hidden;
}

#security_seal img {
  float: left;
}

#security_seal p {
  width: 93px;
  float: right;
  font-size: 10px;
  line-height: 140%;
  padding-top: 15px;
}


/*ショッピングを続ける レジにすすむ*/

.new_step {
  margin-bottom: 8px;
}

.back-to-shopping {
  margin-top: 15px;
}

.back-to-shopping a {
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 6px;
  color: #333;
}

.back-to-shopping a:hover {
  background-position: 0 -30px;
}

.new_step .new_steplink a {
  margin-top: 0;
}

/* お気に入りのアイテム */
#favorite_items {
  display: none;
}

#favorite_items h2 {
  font-size: 14px;
}

#favorite_items #fav {
  display: block;
}

#favorite_items #fav .brandName {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0 2px 0;
  line-height: 1.1;
  font-size: 12px;
  color: #666;
}
#favorite_items #fav a:hover .brandName{
  color: #666;
}

#favorite_items #fav .favsize {
  display: block;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#favorite_items #fav .addCartBtn {
  display: block;
  width: 100px;
  margin: 6px auto 0;
  padding: 8px 0px;
  color: #FFF;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

#favorite_items #fav .addCartBtn:hover {
  color: #FFF;
  opacity: 0.88;
}

/*おすすめアイテム*/

#cart_recommend {
  margin-bottom: 30px;
}

#cart_recommend h2 {
  font-size: 14px;
}

#cart_recommend .product_detail_reco {
  position: relative;
}

#cart_recommend a.uk-position-small{
  right: 5px;
  top: 50%;
  background-color: rgba(0, 0, 0, .2);
  width: 15px;
  height: 25px;
  border-radius: 50%;
  z-index: 10;
  transition: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .8;
}
#cart_recommend a.uk-position-small:hover{
  opacity: 1;
  border: 1px solid #fff;
}
#cart_recommend a.uk-position-small svg{
  color: #fff;
  width: 15px;
  height: 15px;
}

#reco span.brand_name {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0 0 0;
  line-height: 1.1;
  font-size: 12px;
  color: #666;
}
#reco span.commodity_name {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 1.1;
  font-size: 11px;
  color: #999;
}
 

/* #20737 あと◯◯円で送料無料です */

#cart .notice-free-shipping {
  display: block;
  height: 56px;
  padding-left: 30px;
  line-height: 56px;
  font-size: 15px;
  color: #fa7046;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f5f5f5;
}

#cart .notice-free-shipping a {
  text-decoration: underline;
  color: #fa7046;
}

#cart .notice-free-shipping a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("//media.aws.locondo.jp/contents/img/common/arw-cart-notice.png");
  top: 2px;
  margin-left: 4px;
}

#cart .notice-free-shipping span {
  font-weight: bold;
}


/*いったんまとめて下記に追記*/
.cart_list{
  display:inline-block;
  width: 67%;
  vertical-align:top;
}
.cart_list .cart-table:last-of-type{
  margin-bottom:30px;
}
.shopping_box {
}
#complete .shopping_box{
  margin: 0;
}

#cart .cart_tit h2 {
  border-bottom: none;
  text-align: center;
  margin: 30px 0 0 0;
}
#complete .cart_tit{
  font-size:15px;
  margin-bottom:12px;
}
.cartStatus{
background: #f5f5f5;
padding: 30px 16px;
text-align: center;
margin:0 0 30px 0
}
.cartStatus .notice{
  margin: 24px 0 0 0;
  font-size: 14px;
  color: #333;
}
/*商品画像 */
.shopping_box .item_img {
  width: 110px;
  float: left;
  margin-right: 20px;
}
.item_img img{
  margin-bottom:8px; 
}
.resaleFlag{
  color: #999;
}
.cart-table .resaleFlag {
  display: inline-block;
  color: #666;
  padding: 0.1em 0.4em;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: normal;
  background-color: #f2f2f2;
}

.cart-table .resaleFlag:empty{
  display: none;
}
.totalprice {
  width: 328px;
  padding-top:30px;
}
.orderPrice-table {
  margin: 0 30px;
}
#complete .orderPrice-table {
  margin-bottom: 16px;
}
.cart_shop_name{
}
.multi_cart_name{
  padding:0 30px;
  text-align: center;
  line-height:44px;
  font-size:18px;
  font-weight: normal;
  color:#fff;
  background: #333;
  box-sizing:border-box;
}
.multi_cart_name br{
  display:none;
}
.wrap-free-shipping{
  display:block;
}
.new_steplink a {
  float: none;
  width: 260px;
  text-decoration: none;
}
.totalprice .new_steplink{
  margin-top: 20px;
}
#complete .new_steplink span{
  font-size: 16px;
  color: #fff;
}

.amount{
  margin: 10px 0;
}

.notes{
  text-align: right;
  margin: 12px 0 30px 0;
  font-size: 11px;
  color: #666;
}
.complete p.notes{
  color: #666;
}
.back_link{
  margin: 30px 0;
}
.back_link a{
  font-size:14px;
}


.free-shipping{
  padding: 10px 30px;
  text-align: center;
  line-height: 1.4;
  background-color: #e0e0e0;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}
.free-shipping .secondary {
  margin:0 15px;
  font-size:13px;
  color: #666;
}
.free-shipping .secondary a{
  color: #333;
  text-decoration: none;
}
.free-shipping .secondary a:hover{
  color: #fa7046;
}
.free-shipping .secondary a b{
  font-weight:normal
}
.free-shipping .secondary a{
  position: relative;
  color: #333;
  text-decoration: none;
}
.free-shipping .secondary a.searchPriceEndLink {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333;
}
.free-shipping .secondary a.searchPriceEndLink:hover{
  color: #fa7046;
}
.underFreeshipping{
  display: inline;
}
.underFreeshipping::before {
    content: "!";
    display: inline-block;
    margin-right: 0.3em;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    border-radius: 50%;
    background-color: #222;
}
.overFreeshipping{
  font-size: 14px;
}


.new_toreg{
  text-align: center;
  margin: 46px 0;
}
.new_toreg a{
border: 1px solid #fa7046;
border-radius:2px;
color: #fa7046;
padding: 16px 64px;
font-size: 14px;
}
.new_toreg a:hover{
  opacity: 0.6;
  text-decoration: none;
  }

/*マルチカート時に残った未注文カートを目立たせる*/
@-webkit-keyframes blink-border {
  0% { border-color: #f0f0f0; }
  50% { border-color: #fa7046; }
  100% { border-color: #f0f0f0; }
}
@-webkit-keyframes blink-txt {
  0% { color: #f0f0f0; }
  50% { color: #fa7046; }
  100% { color: #f0f0f0; }
}
#complete .cart_shop_innerWrap{
  animation: blink-border 1.2s infinite;
  -webkit-animation: blink-border 1.2s infinite;
}
#complete .attentionorder{
  animation: blink-txt 1.2s infinite;
  -webkit-animation: blink-txt 1.2s infinite;
}

/*UPDATED:2018.10 プチプラ導線 #47768*/
.to-petitPrice{
  margin-top:24px;
  text-align:center;
}
.to-petitPrice .eyecatch{
  display:inline-block;
  margin-right:4px;
  padding:0 8px;
  font-size:10px;
  line-height:18px;
  vertical-align:baseline;
  background-color: #fff;
  border-radius: 9px;
}
.to-petitPrice .eyecatch:before{
  content:"ついで買い";
  margin-right:1px;
  font-weight:bold;
}
.to-petitPrice .eyecatch:after{
  content:"に";
}
.to-petitPrice a{
  font-size:13px;
  text-decoration:none;
  color:#fa7046;
}
.to-petitPrice a:hover{
  opacity:.7;
  cursor: pointer;
}

/*----------------------------------------------------------------------------
買い合わせ導線
----------------------------------------------------------------------------*/

/*UPDATED:2020.11 買い合わせ導線 #70899*/
/* .AdditionalItemsModalLeadText{
  font-size: 16px;
}
#AdditionalItems_wrap li{
  list-style: none;
  position: relative;
  margin-bottom: 14px;
}
#AdditionalItems_wrap{
  height: 380px;
  overflow-y: scroll;
  margin: 30px 10px;
}
#AdditionalItems_wrap li .product-image{
  width: 22%;
  margin-right: 8%;
}
#AdditionalItems_wrap li .product-image img{
  width: 100%;
  height: auto;
}
#AdditionalItems_wrap li .product-info{
  width: 70%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
}
#AdditionalItems_wrap li .product-info .AdditionalItems_detailText{
  font-size: 13px;
}
#AdditionalItems_wrap li .product-info .price{
  font-size: 15px;
  margin-top: 10px;
}
#AdditionalItems_wrap li .product-info .btn_cart button{
  display: block;
  margin-top: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 36%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #fa7046 !important;
  border: 1px solid #fa7046;
  background-color: none;
  border-radius: 2px;
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart{
  display: inline-block;
  margin: 5px 0;
  box-sizing: border-box;
  width: 36%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #cccccc !important;
  border: 1px solid #cccccc;
  background-color: none;
  border-radius: 2px;
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart a{
  color: #cccccc;
}
#AdditionalItems_wrap li .product-info .feedbackText{
  color: #fa7046;
  display: inline-block;
  margin-left: 10px;
}

#AdditionalItems_wrap li .product-info .sale_price{
  color: #cc0000;
}
#AdditionalItems_wrap li .product-info .old_price{
  text-decoration: line-through;
  color: #969696;
}
.remodal[data-remodal-id="discoverAdditionalItems_Modal"]{
  width: 560px;
  background-color: #efefef;
}
.additionalItemlink{
  margin: 15px 0;
}
.modal_new_step button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.additionalItemlink button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
button.AdditionalItems_remodal-close{
  left: 540px;
  top: -20px;
  position: absolute;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
button.AdditionalItems_remodal-close:before{
  background: #000;
  border-radius: 20px;
  border: 2px solid;
  color: #ccc;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
} */


/*----------------------------------------------------------------------------
#101195 母の日カーネーション / #99751 キャットハウス段ボール 
----------------------------------------------------------------------------*/
/* 母の日期間外は母の日非表示 */
#AdditionalGift_wrap-mothersday{
  display: none !important;
}

.remodal-wrapper.remodal-is-opened{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}  

#AdditionalGift_wrap{
  margin-bottom: 20px;
  /* ↓母の日の時は非表示 */
  /* padding-bottom: 20px;
  border-bottom: 1px solid #ddd; */
}
/* 母の日 */
#AdditionalGift_wrap-mothersday{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}  
#AdditionalGift_wrap img{
  width: 100%;
  margin: 0 0 10px;
}
#AdditionalGift_wrap-mothersday img{
  width: 100%;
  margin: 0 0 10px;
}  
#AdditionalGift_wrap .AdditionalGift_textWrap,  #AdditionalGift_wrap-mothersday .AdditionalGift_textWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.AdditionalGift_detailText{
  text-align: left;
} 
.AdditionalGift_detailText a{
  color: #fa7046 !important;
  display: inline-block;
  margin-left: 2px;
  text-underline-offset: 3px;
  text-decoration: underline !important;
}
.AdditionalGift_attentionText{
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
.AdditionalGift_attentionText a{
  color: #fa7046 !important;
  margin-left: 2px;
  text-underline-offset: 3px;
  text-decoration: underline !important;
}

  /*ケア用品*/
.AdditionalItemsModalLeadText{
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.AdditionalGiftModalLeadText, .AdditionalItemsModalLeadText{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 0 auto 15px;
}
#AdditionalItems_wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  /* height: 380px; */
  /* overflow-y: scroll; */
  min-height: 230px;
}
#AdditionalItems_wrap .spinner{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}  
#AdditionalItems_wrap li{
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  width: 30%;
}
#AdditionalItems_wrap li .product-image{
  width: 100%;
  /* margin-right: 8%; */
}
#AdditionalItems_wrap li .product-image img{
  width: 100%;
  height: auto;
}
#AdditionalItems_wrap li .product-info{
  /* width: 70%; */
  display: block;
  /* position: absolute; */
  /* top: 50%;
  left: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  text-align: left;
}
#AdditionalItems_wrap li .product-info .AdditionalItems_detailText{
  font-size: 13px;
  width: 100%;
  line-height: 1.7;
  margin-top: 10px;
}
#AdditionalItems_wrap li .product-info .price, .AdditionalGift_detailText .price{
  color: #2b2e38;
  font-size: 15px;
  margin-top: 10px;
}
#AdditionalItems_wrap li .product-info .price.before-price, .AdditionalGift_detailText .price.before-price{
  color: #999;
  margin-right: 3px;
}
#AdditionalItems_wrap li .product-info .price.before-price .num, .AdditionalGift_detailText .price.before-price .num{
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  margin-right: 5px;
}
#AdditionalItems_wrap li .product-info .price .offrate, .AdditionalGift_detailText .price .offrate{
  font-size: 11px;
}

/* 追加してレジに進む */
.buttonAddCatBox, .buttonAddMothersDayGift{
  width: 38%;
}  
.buttonAddCatBox .button, .buttonAddMothersDayGift .button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #fa7046 !important;
  border: 1px solid #fa7046;
  border-radius: 2px;
}

.buttonAddCatBox .button:hover, .buttonAddMothersDayGift .button:hover, #AdditionalItems_wrap li .product-info .btn_cart button:hover {
  opacity: 0.7;
}  

/* ボタン */
#AdditionalItems_wrap li .product-info .btn_cart button{
  cursor: pointer !important;
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #fa7046 !important;
  border: 1px solid #fa7046;
  background-color: none;
  border-radius: 2px;
}
/* hover */
.discoverAdditionalItems_cart.cartAddDirectly_cart, .buttonAddCatBox .button, .buttonAddMothersDayGift .button{
  cursor: pointer !important;
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart{
  display: none !important;
  /* display: inline-block;
  margin: 5px 0;
  box-sizing: border-box;
  width: 36%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #cccccc !important;
  border: 1px solid #cccccc;
  background-color: none;
  border-radius: 2px; */
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart a{
  display: none !important;
  /* color: #cccccc; */
}
#AdditionalItems_wrap li .product-info .feedbackText{
  margin-top: 24px;
  color: #fa7046;
  display: block;
}

#AdditionalItems_wrap li .product-info .sale_price{
  color: #cc0000;
}
#AdditionalItems_wrap li .product-info .old_price{
  text-decoration: line-through;
  color: #969696;
}
.remodal[data-remodal-id="discoverAdditionalItems_Modal"]{
  width: 480px;
  background-color: #efefef;
}
.additionalItemlink{
  margin: 15px 0;
}
.modal_new_step button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.additionalItemlink button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: #fa7046;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7046), to(#e5592e));
  background: -webkit-linear-gradient(top, #fa7046, #e5592e);
  background: linear-gradient(to bottom, #fa7046, #e5592e);
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
button.AdditionalItems_remodal-close{
  left: 540px;
  top: -20px;
  position: absolute;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
button.AdditionalItems_remodal-close:before{
  background: #000;
  border-radius: 20px;
  border: 2px solid;
  color: #ccc;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -80px;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}





/* ケアリンク表示 */
.free-shipping .carelink_span{
  display: none;
}
.free-shipping.overfreeShippingAmount{
  display: none!important;
}
/* error */
.remodal .addCart_error_message span{
  font-size: 12px;
  color: #cc0000;
  line-height: 1.5;
}

/*----------------------------------------------------------------------------
 カートページでお知らせバナー非表示 #73235
----------------------------------------------------------------------------*/
#info_box_bottom{
  display: none;
}

/*----------------------------------------------------------------------------
まとめてラッピング
----------------------------------------------------------------------------*/
.gift_notice_matomete{
  display:none;
  margin-top:2.5em;
  font-size:11px;
  color:#fa7046;
}
.-isDisplayMatometeNote .gift_notice_matomete{
  display:block;
}
.gift_notice_matomete .text:before{
  content:"まとめてラッピング (無料) が選択可能です";
  line-height: 1.5;
}

/*----------------------------------------------------------------------------
ギフトラッピングの注記　マルチカートの場合非表示にする
----------------------------------------------------------------------------*/
.cart_shop .gift-notes{
  display:none;
}
.cart_shop#cart_00000000 .gift-notes{
  display:block;
}


/*----------------------------------------------------------------------------
複数点購入時のサイズ交換不可
----------------------------------------------------------------------------*/
#isNotConvertibleMessage,
#isSharingPurchaseMessage {
  position: relative;
  background: #fff6f6;
  padding: 15px 15px 15px 55px;
  width: 100%;
  margin-bottom: 1px;
  box-sizing: border-box;
}
#isNotConvertibleMessage:before,
#isSharingPurchaseMessage:before {
  content: '!';
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  background: #ffffff;
  color: #ff9b9b;
  transform: translateY(-50%);
}
#isNotConvertibleMessage p,
#isSharingPurchaseMessage p {
  font-weight: bold;
}
#isSharingPurchaseMessage strong {
  color: #fa7046;
  margin-right: 0.15em;
}

.resaleFlag.multiplePurchase {
  color: #fff;
  background: #c7c7c7;
  font-weight: 800;
}


/*----------------------------------------------------------------------------
 分割配送 
----------------------------------------------------------------------------*/
.cart_listContainer {
  width: 67%;
  background: #fafafa;
  padding-top: 15px;
}

.order-total-table {
  background: #fafafa;
}

.cart_listContainer .cart_list {
  width: 100%;
  margin: 0 0 15px 15px;
  background: #fff;
}

.cart_listContainer .order-total-table {
  margin-left: auto;
}
.free-shipping_wrap {
  width: 100%;
}
.free-shipping_wrap._hidden {
  display: none !important;
}

.shipment_switcher_nav {
  display: flex;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #2b2b2b;
  width: 600px;
  margin: 30px auto;
}

.splitShipment_switcher_nav {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

.splitShipment_enabled:after {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
}


.shipment_switcher_nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #fff;
  color: #ccc;
  padding: 12px;
  border-radius: 000;
  margin: 0 !important;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.shipment_switcher_nav button:hover {
  background: #f5f5f5;
  color: #666;
}

.shipment_switcher_nav button.uk-active {
  background: #2b2b2b;
  color: #fff;

}

.shipment_switcher_nav button .uk-icon {
  visibility: hidden;
  margin-left: -1em;
  margin-right: 2px;
}

.shipment_switcher_nav .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke-width: 2;
}

.shipment_switcher_nav button.uk-active .uk-icon {
  visibility: visible;
}



.splitShipment_cart_date {
  background: #eee;
  margin-left: 15px;
}

.splitShipment_cart_date h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
  color: #fa7046;
}

.splitShipment_cart_date p.splitShipment_cart_date_note {
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.splitShipment_cart_date_note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.splitShipment_cart_date_note a:hover {
  text-decoration: none;
  color: #000;
}

.splitShipment_cart_unify {
  color: #ee0000;
  padding: 4px;
  text-align: center;
  font-weight: normal;
}

.singleShipment_cart_date_note_lead {
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.singleShipment_cart_date_note {
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.singleShipment_cart_date_note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.singleShipment_cart_date_note a:hover {
  text-decoration: none;
  color: #000;
}

.splitShipment_switcher_nav {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 10px auto 0;
}


.splitShipment_switcher_nav._hidden {
  display: none !important;
}

.splitShipment_switcher_nav button {
  position: relative;
  top: 1px;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 15px;
  background: #fff;
  color: #aaa;
  border: 1px solid #ddd;
  padding: 12px 6px;
  margin: 0 5px;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ddd;
}

.splitShipment_switcher_nav button:hover {
  color: #666;
}

.splitShipment_switcher_nav button.uk-active {
  background: #fafafa;
  color: #000;
  font-weight: bold;
  border-bottom: none;
}

/* .splitShipment_enabled:nth-child(n + 2){
  border-left:none;
} */

.singleShipment_cart_date {
  background: #eaeaea;
  padding: 15px;
  margin-left: 15px;
}




.shipment_switcher_container .cart-table {
  display: flex;
}

.shipment_switcher_container .cart_list .item {
  width: 530px;
  display: flex;
}

.shipment_switcher_container .shopping_box .item_img {
  width: 136px;
  float: none;
}

.shipment_switcher_container .shopping_box .item_img img {
  width: 100%;
  height: auto;
}

.shipment_switcher_container .shopping_box .item_product {
  flex: 1;
  width: inherit;
  float: none;
}

.shipment_switcher_container .shopping_box .item_product .product-name {
  font-size: 13px;
  margin-bottom: 8px;
}

.shipment_switcher_container .shopping_box .item_product ul {
  color: #666;
}

.shipment_switcher_container .cart_list .cart-price {
  width: inherit;
  margin-left: auto;
}



.order-total-table.loading {
  position: relative;
}

.order-total-table.loading:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.order-total-table.loading:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://media.aws.locondo.jp/_assets/img/both/loading_different_color.gif);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.remodal{
  padding: 25px !important;
}
