.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product {
  margin-bottom: 40px;
}

.product_area {
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}
.product_tab {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 17.9%;
  margin: 0 10px;
}
.product_tab_underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #000;
  width: 0;
  left: 0;
  transition: all 0.3s ease;
}
.product_panels .bg_gray {
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .45px;
}
@media (max-width: 768px) {
  .product_panels .bg_gray {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .39px;
  }
}
.product_tabs .tab_br {
  display: none;
}
@media (max-width: 767px) {
  .product_tabs .tab_br {
    display: block;
  }
}
.product_tabs {
  border-bottom: 0.5px solid #ccc;
  background-color: #f6f6f6;
  position: relative;
  padding-top: 25px;

}
@media (max-width: 1000px) {
  .product_tab {
    width: 17.3%;
  }
}
@media (max-width: 767px) {
  .product_tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product_tabs::-webkit-scrollbar{
    display: none;
  }
  .product_tab {
    width: auto;
    min-width: 90px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
.product_panel {
  display: none;
  padding: 30px;
}
@media (max-width: 768px) {
  .product_panel {
    padding: 30px 15px;
  }
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}
.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}
.product_name {
  margin: 0;
  font-size: 20px;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
	font-weight: 600;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 18px 0;
	border-radius: 7px;
  background-color: #45a4c7;
  font-size: 16px;
  color: #fff;
  *background-color: #45a4c7;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #6cc5e6;
  color: #fff;
  *background-color: #6cc5e6;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}
.icon-cart:before {
	content: none !important;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
	border-radius: 7px;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.btn-fav {
	background: #e78d96 !important;
	color: #fff !important;
	padding: 18px 1em !important;
	border-radius: 7px !important;
	max-width: 900px !important;
	border: none !important;
	letter-spacing: 0.1em !important;
}

.btn-fav::before {
	background-image: url(https://img07.shop-pro.jp/PA01391/623/etc_base64/aWNvbl9mYXZv.png?cmsp_timestamp=20250418203428) !important;
}

.btn-fav.is-active::before,
.btn-fav.fav-items::before {
	background-image: url(https://img07.shop-pro.jp/PA01391/623/etc_base64/aWNvbl9mYXZvX2NsaWNr.png?cmsp_timestamp=20250418203428) !important;
}

.unisize-av-content {
	border-radius: 7px;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
  padding-right: 1%;
  padding-left: 1%;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_payment_method {
  padding-right: 1%;
  padding-left: 1%;
}

.product_payment_method img {
  border-radius: 7px;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

/* Styles 2022 feb */
@media screen and (max-width: 768px){
	.main.styles2022feb{
		padding-top:56px !important;
	}

	.product_area.styles2022feb .product_area_left,
	.product_area.styles2022feb .product_img{
		padding-left:0;
		padding-right:0;
	}
}

.styles2022feb_explainAccordionHeader{
	height:60px;
	padding:0 0 0 10px;
	font-size:120%;
	line-height:60px;
	font-weight:bold;
	letter-spacing:0.05em;
	white-space:nowrap;
	cursor:pointer;
	position:relative;
	border-top:1px solid #d7d7d7;
}
.styles2022feb_explainAccordionHeader:hover{
	background:#f3f3f3;
}
.styles2022feb_explainAccordionHeader:first-child{
	border-top:none;
}
.styles2022feb_explainAccordionHeader:before{
	content:"";
	width:12px;
	height:12px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	position:absolute;
	top:calc(50% - 12px * 0.75);
	right:10px;
	transform:rotate(45deg);
}
.styles2022feb_explainAccordionHeader.active:before{
	transform:rotate(225deg);
	top:calc(50% - 12px * 0.25);
}
.styles2022feb_explainAccordion{
	box-sizing:border-box;
	padding:20px 0 60px 10px;
	display:none;
}
.styles2022feb_explainAccordionLast{
	border-bottom:1px solid #d7d7d7;
}
@media screen and (max-width: 768px){
	.styles2022feb_explainAccordionHeader{
		height:45px;
		padding:0;
		line-height:45px;
		font-weight:bold;
	}
	.styles2022feb_explainAccordionHeader:before{
		width:8px;
		height:8px;
		top:calc(50% - 8px * 0.75);
		right:5px;
	}
	.styles2022feb_explainAccordionHeader.active:before{
		top:calc(50% - 8px * 0.25);
	}
	.styles2022feb_explainAccordion{
		box-sizing:border-box;
		padding:10px 0 20px 0;
	}
}

.styles2022feb_anotherColors{
	margin:20px 0 30px 0;
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	display:none;
}
.styles2022feb_anotherColorsHeader{
	width:100%;
	font-size:16px;
	line-height:100%;
	font-weight:bold;
	margin-bottom:10px;
	white-space:nowrap;
}
.styles2022feb_anotherColorsHeader .currentColor{
	font-size:14px;
	margin-left:30px;
	white-space:nowrap;
}
.styles2022feb_anotherColors > a{
	width:60px;
	height:90px;
	padding:1px;
	margin:1px;
	box-sizing:border-box;
	display:block;
	border:1px solid transparent;
	transition:border-color 0.4s ease-out;
}
.styles2022feb_anotherColors > a:hover{
	border-color:#333333;
}
.styles2022feb_anotherColors > a img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.styles2022feb_spCartArea{
	/*width:100%;
	height:60px;
	background:#eeeeee;
	display:none;
	align-items:center;
	justify-content:space-between;
	position:fixed;
	z-index:9997;
	box-sizing:border-box;
	padding:0 15px;
	left:0;
	bottom:0;*/
    display:none !important;
}
@media screen and (min-width: 769px){
	.styles2022feb_spCartArea{
		display:none !important;
	}
}
@media screen and (max-width: 768px){
	.product_cart_area.styles2022feb .product_cart_order,
	.product_cart_area.styles2022feb .product_cart_option{
		/*display:none;*/
	}
}
.styles2022feb_spCartAreaQuantity{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:90px;
}
.styles2022feb_spCartAreaQuantity input{
	margin: 0;
	padding: 4px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #101010;
    background-color: #fff;
	width:calc(100% - 2em - 5px);
	height:40px;
	line-height:40px;
	text-align:right;
}
.styles2022feb_spCartAreaQuantity span{
	font-size:12px;
	width:2em;
	height:40px;
	line-height:40px;
	white-space:nowrap;
	display:block;
}
.styles2022feb_spCartAreaButton{
	width:calc(100% - 90px - 15px);
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#333;
	border-radius:3px;
}
.styles2022feb_spCartAreaButton > i{
	margin-right:5px;
	color:white;
	font-size:18px;
	line-height:40px;
}
.styles2022feb_spCartAreaButton > i:before{
	content:none;
}
.styles2022feb_spCartAreaButton > span{
	font-size:16px;
	line-height:40px;
	color:white;
	white-space:nowrap;
}
.styles2022feb_productImages{
	width:100%;
	position:relative;
	display:none;
}
.styles2022feb_productImages:before{
	content:"";
	padding-top:133.33%;
	display:block;
}
.styles2022feb_productImagesSlider{
	width:100%;
	height:100%;
	position:absolute !important;
	left:0;
	top:0;
}
.styles2022feb_productImagesSlider *{
	height:100%;
}
.styles2022feb_productImagesSlider img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.styles2022feb_productThumbs{
	margin-top:15px;
	width:100%;
	display:none;
}
@media screen and (min-width: 769px){
	.styles2022feb_productThumbs{
		display:none !important;
	}
	.product_img_thumb.styles2022feb{
		display:block;
	}
}
@media screen and (max-width: 768px){
	.product_img_thumb.styles2022feb{
		display:none;
	}
}

.styles2022feb_productThumbs,
.styles2022feb_productThumbs *{
	height:75px !important;
}
.styles2022feb_productThumb{
	width:71px;
	padding:0 7.5px;
	box-sizing:border-box;
}
.styles2022feb_productThumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:border 0.2s ease-out;
}
.styles2022feb_productThumb:hover img,
.styles2022feb_productThumb.active img{
	border:1px solid #555;
}



.styles2022feb_productImagesArrows{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
}
.styles2022feb_productImagesArrows > span{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:calc(50% - 20px);
	cursor:pointer;
	pointer-events:all;
	opacity:0.35;
}
.styles2022feb_productImagesArrows > span:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border-radius:100%;
	background:white;
}
.styles2022feb_productImagesArrows > span:after{
	content:"";
	display:block;
	width:30%;
	height:30%;
	position:absolute;
	top:calc(50% - 15% + 5%);
	box-sizing:border-box;
}
.styles2022feb_productImagesArrows > span:first-child{
	left:2%;
	transform:rotate(-45deg);
}
.styles2022feb_productImagesArrows > span:last-child{
	right:2%;
	transform:rotate(45deg);
}
.styles2022feb_productImagesArrows > span:first-child:after{
	left:calc(50% - 15% + 5%);
	border-top:2px solid #333333;
	border-left:2px solid #333333;
}
.styles2022feb_productImagesArrows > span:last-child:after{
	right:calc(50% - 15% + 5%);
	border-top:2px solid #333333;
	border-right:2px solid #333333;
}
@media screen and (max-width: 768px){
	.styles2022feb_productImagesArrows > span{
		display:block;
		width:30px;
		height:30px;
		top:calc(50% - 15px);
	}
}



.styles2022feb_shippingDate{
	display:none;
	justify-content:space-between;
	align-items:stretch;
	width:98%;
	box-sizing:border-box;
	border:1px solid #e4ab51;
	border-radius: 7px;
	background:white;
	margin:20px auto;
	padding:12px 0;
}
.styles2022feb_shippingDate > div:first-child{
	width:90px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:60% auto;
}
.styles2022feb_shippingDate > div:last-child{
	width:calc(100% - 90px);
}
.styles2022feb_shippingDateBefore,
.styles2022feb_shippingDateBefore > span,
.styles2022feb_shippingDateResult{
	font-size:14px;
	line-height:135%;
	font-weight:bold;
	color:#333333;
	white-space:nowrap;
}
.styles2022feb_shippingDateResult > span{
	font-size:22px;
	font-weight:bold;
	color:#b40502;
	white-space:nowrap;
}
.styles2022feb_shippingDateAfter,
.styles2022feb_shippingDateAfter > span{
	font-size:12px;
	line-height:135%;
}
.styles2022feb_shippingDateResult,
.styles2022feb_shippingDateAfter{
	margin-top:6px;
}

@media screen and (max-width: 768px){
	.styles2022feb_shippingDate{
		/*margin:0 auto;
        width:98%;*/
	}
}

@media screen and (min-width: 769px){
	.styles2022feb_spCartModal{
		display:none !important;
	}
}
@media screen and (max-width: 768px){
	.styles2022feb_spCartModal{
		display:none;
		justify-content:center;
		align-items:center;
		position:fixed;
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:rgba(0,0,0,0.5);
		z-index:9998;
	}
	.styles2022feb_spCartModal > div{
		position:relative;
		box-sizing:border-box;
		padding:60px 20px 60px 20px;
		width:calc(100% - 30px);
		max-width:500px;
		background:white;
	}
	.styles2022feb_spCartModalClose{
		width:60px;
		height:60px;
		display:block;
		position:absolute;
		right:0;
		top:0;
	}
	.styles2022feb_spCartModalClose:before,
	.styles2022feb_spCartModalClose:after{
		content:"";
		width:50%;
		height:1px;
		background:#808080;
		position:absolute;
		left:calc(50% - 20%);
		top:calc(50% - 0.5px);
		pointer-events:none;
	}
	.styles2022feb_spCartModalClose:before{transform:rotate(45deg);}
	.styles2022feb_spCartModalClose:after{transform:rotate(-45deg);}

	.styles2022feb_spCartModalTitle{
		height:35px;
		line-height:35px;
		font-size:18px;
		text-align:center;
		white-space:nowrap;
	}
	.styles2022feb_spCartModalQuantity{
		margin-top:15px;
		width:100%;
		height:30px;
		display:flex;
		justify-content:left;
		align-items:center;
	}
	.styles2022feb_spCartModalQuantity > span{
		font-size:14px;
	}
	.styles2022feb_spCartModalQuantity > input{
		margin-left:15px;
		width:80px;
		height:100%;
		padding:0 0.8em;
		font-size:16px;
		line-height:100%;
		text-align:right;
		outline:none;
		background:transparent;
		border:1px solid #ccc;
		border-radius:0;
	}
	.styles2022feb_spCartModalOption{
		margin-top:15px;
		width:100%;
		height:40px;
	}
	.styles2022feb_spCartModalOption > select{
		width:100%;
		height:100%;
	}
	.styles2022feb_spCartModalPrice{
		margin-top:15px;
		width:100%;
		height:50px;
		font-size:18px;
		line-height:50px;
		text-align:left;
	}
	.styles2022feb_spCartModalButton{
		margin:15px auto 0 auto;
		width:250px;
		height:50px;
		display:flex;
		justify-content:center;
		align-items:center;
		background:#333;
		border-radius:3px;
	}
	.styles2022feb_spCartModalButton > i{
		margin-right:5px;
		color:white;
		font-size:18px;
		line-height:40px;
	}
	.styles2022feb_spCartModalButton > i:before{
		content:none;
	}
	.styles2022feb_spCartModalButton > span{
		font-size:16px;
		line-height:40px;
		color:white;
		white-space:nowrap;
	}
	.product_explain{
	    padding-bottom: 0 !important;
	}
}
#unisize_tag{
  padding-left:1%;
  padding-right:1%;
  margin: 20px auto;
}

.poster_notification_wrap .poster_notification_btn{
  width:98% !important;
  height:50px;
  padding:0 !important;
  display:block;
  margin:0 auto;
	border-radius: 7px !important;
}
.poster_notification_wrap.poster_viewmode_embed {
	margin: 20px auto !important;
}
/******************************/
/* Viewe */
/******************************/
/* スライド矢印追加 */
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.viewer-toolbar .viewer-prev {
  left: 20px !important;
}
.viewer-toolbar .viewer-next {
  right: 20px !important;
}
/* 閉じるボタン追加 */
.viewer-close-button {
  position: fixed;
  top: 75px;
  right: 15px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
	padding: 0;
}
/******************************/
/* クイックカートイン */
/******************************/
.cart_in_modal, .cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20000;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cart_in_modal::-webkit-scrollbar,
.cart_in_error_modal::-webkit-scrollbar {
  display: none;
}
.cart_in_modal__outline {
  width: 350px;
  margin: auto;
  background-color: #fff;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cart_in_modal__outline::-webkit-scrollbar {
  display: none;
}
.cart_checkin {
  margin: 30px 0;
  line-height: 1.2;
  color: #ea7373;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78%;
  gap: 10px;
}
.cart_checkin img {
  width: 18px;
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 10px 15px 0 15px;
  align-items: center;
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  background: #fff;
  width: 22%;
  height: auto;
  padding: 6px;
  box-sizing: border-box;
  margin: 0;
}
.cart_in_modal__image {
  width: 100%;
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_in_modal__text-link {
  color: #4C4C4C;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 5px;
  width: 50%;
  height: 47px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s;
}
.cart_in_modal__text-link:hover {
  opacity: 0.8;
}
.cart_in_modal__button {
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  width: 50%;
  height: 47px;
  padding: 10px;
  margin-right: 8px;
  background: #45a4c7;
  border: 1px solid #45a4c7;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s;
}
.cart_in_modal__button:hover, .cart_in_modal__button:focus {
  opacity: 0.8;
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #4c4c4c;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quickcartin_recommend_body {
  padding: 15px;
  background-color: #f7f6f5;
}

@media (max-width: 768px) {
  .cart_in_modal__outline {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 14px 14px 0 0;
  }
  .cart_in_modal__close-icon::before,
  .cart_in_modal__close-icon::after {
    top: 25px;
    right: 15px;
  }
}