/* カスタマイズ用CSS */

/*----------------------------------------------------------------
2025/08/31 商品ページにLINE誘導バナー設置
----------------------------------------------------------------*/
#pi_cart .pi_cart_linebnr {
	margin-bottom: 10px;
}
#pi_cart .pi_cart_linebnr img {
	width: 60%;
}


@media screen and (max-width: 736px) {

}


/*----------------------------------------------------------------
2025/08/31 カートページカスタマイズ
----------------------------------------------------------------*/
#cart-header section.slider,
#cart-header section.topsearch,
#cart-header section.visualmenu,
#cart-header section.recommend {
	display: none;
}

#EST_SPS_cart .cart_cp_notice {
    margin-bottom: 40px !important;
}

#EST_SPS_cart .cart_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 1rem;
}
#EST_SPS_cart .cart_lines .cart_lines_bnr {
	width: 48.5%;
}
#EST_SPS_cart .cart_lines .cart_lines_bnr img {
	width: 100%;
	height: auto;	
}

@media screen and (max-width: 736px) {
	#EST_SPS_cart .cart_cp_notice {
	    margin-bottom: 20px !important;
	}
	#EST_SPS_cart .cart_lines {
		margin-bottom: 20px;
		padding: 0;
	}
}
