.CartContainer-Bg {
	margin: 0;
	padding: 120px 0;
	background: linear-gradient(to bottom right, #E3F0FF, #FAFCFF);	
	display: flex;
	justify-content: center;
	align-items: center;	
}
.CartContainer{
	position: relative;
	margin:auto;
	width: 96%;
	max-width:960px;
	min-height: 200px;
	padding:20px 0;
	background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 10px 20px #1687d933;
}
.Cart-column {
	flex-direction: column;
}
.Cart-margin-top {
	margin-top:60px;
}
.Cart-Header{
	margin: auto;
	width: 90%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Cart-Heading{
	font-size: 18px;
	font-weight: 500;
	color: #2F3841;
}
.Cart-Action{
	font-size: 14px;
	font-weight: 600;
	color: #E44C4C;
	cursor: pointer;
	border-bottom: 1px solid #E44C4C;
}
.Cart-Items{
	position: relative;
	margin: auto;
	width: 96%;
	padding:12px 0;
}
.Cart-Items-about {
	width:100%;
   	display: flex;
	justify-content: space-around;
	align-items: center;
}
.Cart-Items-price {
	margin-top:12px;
	width:100%;
   	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.Cart-Items-about2 {
	width:96%;
	margin:auto;
	display: flex;
    justify-content: space-between;
	align-items: stretch;
}
.Cart-image-box2 {
    width: 30%;
	max-width:120px;
    text-align: center;
}
.Cart-about2 {
	width: 45%;
}
.Cart-Items-price2 {	
	width:100%;
}
.Cart-prices2 {
	position: relative;
	padding-right:5%;
	text-align: right;
}
.Order-input-box {
	margin:4px 0 12px;
	padding:8px 12px;
	font-size:14px;
	border:1px solid #DDD;
	background-color:#f4f4f4;
	border-radius: 3px;
}
.Cart-remove{
	position: absolute;
	top:5px;
	right:0;
	width:40px;
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	color: #999;
	cursor: pointer;
}
.Cart-image-box{
	width:120px;
	text-align: center;
}
.Cart-about{
	width: 40%;
	padding-top:10px;
}
.Cart-prices{
	width: 100px;	
	text-align: right;
}
.Cart-counter{
	width: 150px;
}
.Cart-counter2{
	width: 70px;
}
.Cart-counter-box {
	margin:auto;
	max-width:120px;
	height:30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border:1px solid #DDD;
}
.Cart-update-btn {
	width:60px;
	height: 30px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	line-height:30px;
	text-align:center;
	font-weight: 400;
	color: #202020;
	background-color: #f4f4f4;
	border:1px solid #DDD;
}

.Cart-image-card {	
    position: relative;
	width:106px;
	padding:0;
    border-radius: 5px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
	border:1px solid #DDD;
}
.Card-black-bg {
	background-color: #000000;
}
.Cart-image-outside {	
	position: relative;
	width:90px;
    height:90px;
    border-radius: 50%;
    overflow: hidden;
	border:1px solid #DDD;
	box-shadow: 1px 1px 2px 1px #ddd;
}
.Cart-image-outlamp {	
	position: relative;
	width:90px;
    height:99px;
    overflow: hidden;
	background-color: #DDD;
	border:1px solid #DDD;
	box-shadow: 1px 1px 2px 1px #ddd;
}
.Cart-image-inside {	
	position: absolute;
	width:100%;
	height:100%;
    background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}

.Cart-image-incard {	
	width:100%;
    padding-bottom: 63% !important;
    border-radius: 0 !important;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}
.Cart-image-ledlamp {	
	position: absolute;
	width:100%;
    height: 100% !important;
    border-radius: 0 !important;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}
.Cart-title{
	padding-bottom: 10px;
	font-size: 16px;
	line-height:1.2;
	font-weight: 400;
	color: #202020;
}
.Cart-subtitle{
	padding:4px 0 0 0;
	line-height: 1.3;
	font-size: 12px;
	font-weight: 600;
	color: #666;
}
.Cart-about-color {
	margin-bottom:8px;
	width:21px;
	height:21px;
	border-radius: 50%;
	border:1px solid #DDD;
	background-color: #06AAE7;
	overflow:hidden;
	box-shadow: 1px 1px 2px 1px #ddd;
}

.Cart-btn{
	width: 30px;
	height: 30px;
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
	color: #202020;
	cursor: pointer;
}
.Cart-btn-rbd {
	border-right:1px solid #DDD;
}
.Cart-btn-lbd {
	border-left:1px solid #DDD;
}
.Cart-count{
	font-size: 20px;
	font-weight: 600;
	color: #202020;
}


.Cart-amount{	
	font-size: 16px;
	font-weight: 400;
	color: #202020;
}
.Cart-amount-sum{
	padding-top:4px;
	font-size: 16px;
	font-weight: 800;
	color: #202020;
}
.Cart-save{
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #1687d9;
	cursor: pointer;
}


.Cart-pad{
	margin-top: 5px;
}

.Cart-hr {
	width: 86%;
	float: right;
	height:10px;
	border-top:1px solid #ddd;
	margin-right: 0;
}
.Cart-checkbox {
	margin:15px;
}
.Cart-check-li {
	width:50%;
	text-align:center;
	float:left;
}
.Cart-checkout {	
	float:right;
	margin-right:5%;	
	width:90%;
	max-width:380px;
}
.Cart-total{
	width: 100%;
	padding:16px 0;
	display: flex;
	justify-content: space-between;
}
.Cart-Subtotal{
	font-size: 20px;
	font-weight: 600;
	color: #202020;
}
.Cart-item-num{
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 500;
	color: #666;
	line-height: 1.3;
}
.Cart-total-amount{
	font-size: 20px;
	font-weight: 600;
	color: #202020;
}
.Cart-button{	
	margin:auto;
	margin-bottom: 10px;
	width: 90%;
	max-width:340px;
	height: 40px;
	border: none;
	background: linear-gradient(to bottom right, #B8D7FF, #8EB7EB);
	border-radius: 20px;
	cursor: pointer;
	font-size: 16px;
	text-align:center;
	line-height:40px;
	font-weight: 600;
	color: #202020;
}
.Cart-btn-shop {
	background: #ddd;
}
.clear {
	clear:both;
}
.Cart-count input {
    margin-left: 6px;
    border: none;
    width: 36px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000 !important;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background-color: #ffffff;
}

.list-tabs {
	position: relative;
	margin-top: 12px;
	margin-bottom: 2px;
}
.list-tabs .tab-title {
    margin-bottom:8px;
	width:100%;
}
.tab-links {
	font-size: 14px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    position: relative;
    padding: 12px 15px 9px;
    border: 1px solid  rgba(75,127,135,0.5);
    border-bottom: none;
    background-color: #f4f4f4;
	cursor: pointer;
}
 .tab-content {
	position: relative;
    line-height: 24px;
	padding:24px 52px;
}
.tab-content-col {
    line-height: 24px;
    padding: 24px;
    background-color: #fffff;
}
.tab-content__subtitle {
	color: #57b262;
	font-weight: 700;
	padding-bottom:16px;
}
.tab-content__text {
	color: #000000;
}
.tab-content__br {
	height:30px;
}
.tab-content__btn {
	margin:0 auto 16px auto;
	text-align:center;
	padding: 12px 16px;
    border: 1px solid #ccc;
    border-color: #dbdbdb #d2d2d2 #b2b2b2 #d2d2d3;
    cursor: pointer;
    color: #464646;
    border-radius: 0.2em;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.25em;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(top,#fff,#f2f2f2);
}
.product-area-in__header {
    padding: 20px 0 0 0;
    position: relative;    
}
.product-area-details__title {
    font-weight: 400;
    color: #333;
    display: block;
    line-height: 160%;
}
.align-right {
    text-align: right;
}
.hp__p1 {
    font-size: 14px;
    line-height: 180%;
}
.hp__h3 {
    font-size: 18px;
    line-height: 160%;
}
.prod-price__all {
    color: #f04452;
}
.align-right {
    text-align: right;
}
.hp__h4 {
    font-size: 24px;
    line-height: 160%;
	font-weight: 400;
}
.product-area-msg {
    margin-bottom: 16px;
    padding: 20px;
    border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}
.hp__head {
    font-size: 16px;
    line-height: 180%;
}
.hp__md {
    font-size: 14px;
    line-height: 180%;
}
.f_bold {
    font-weight: 700;
}
.input_subbox {
    padding: 8px 0;
}
.input_color {
	padding: 16px 0  !important;
}
.cd-label {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #666;
    margin-bottom: 8px !important;
}
.cd-label-tag:after {
    content: "*";
    margin-left: 3px;
    font-weight: 400;
    color: #ff6c6c;
}
.pet-inputbox {
    width: 100%;
    height: 46px;
    background: #ffffff;
    border: 1px solid #666;
    color: #222;
    font-size: 14px;
    padding: 0 16px;
    line-height: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    transition: .3s;
}
.pet-input-bank {
	margin-bottom:8px;
}
.pet-memo-txt {
	padding: 16px;
    width: calc(100% - 1px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 80px;
    line-height: 140%;
}
.pet-postcode {
    width: 100%;
    height: 46px;
    background: #ffffff;
    color: #1d1d20;
    font-size: 14px;
    padding: 0 16px;
    line-height: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    transition: .3s;
}
.poscode-bg {
    padding: 0.5em 1em;
    border: 1px solid #666;
    border-color: #dbdbdb #d2d2d2 #b2b2b2 #d2d2d3;
    cursor: pointer;
    color: #464646;
    border-radius: 0.2em;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.25em;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(top,#fff,#f2f2f2);
}
.bank-post {
	float:left;
	width:45%;
}
.bank-post-right {
	float:right;
	width:45%;
}
.f_btn_sumbit {
	background-color: #03C75A;
    border: 1px solid #03C75A;
	box-shadow: 0 3px #027033;
}
.privew_view_btn {
	text-align:center;
	padding: 12px 15px 9px;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	border-radius: 3px;
	cursor: pointer;
}
.Cart-Items-Msg {
	margin: auto;
    width: 90%;
    padding-bottom:36px;
	text-align:center;	
}
.Cart-Items-Head {
	padding:36px 0;
	border-bottom:1px solid #ddd;
}
.Cart-f-h3 {
	font-size: 26px;
    font-weight: 700;
    color: #2F3841;
	line-height:1.4;
	margin-bottom:32px;
}
.Cart-f-h5 {
	padding:4px 0;
	font-size: 18px;
    font-weight: 400;
    color: #2F3841;
	line-height:1.4;
}
.Cart-f-line {
	border-bottom:1px solid #ddd;
}
.Cart-br {
	height:36px;
}
.Cart-order-btn {
    width: 50%;
    margin: auto;
    display: flex;
	flex-direction: column; 
    align-items: center;
}
.Cart-order-plan {
    width: 50%;
    margin: auto;
    display: flex;
	flex-direction: column; 
    justify-content: space-between;
    background-color: var(--very-pale-blue);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px) { 
	.CartContainer-Bg {
		margin: 0;
		padding: 60px 0;
	}
	 .tab-content {
		padding:16px 24px;
	}

}

#again {
	cursor: pointer;
}

.checkboxes {
  margin-top: 2rem;
}

/* Checkbox styles */
label.checkbox {
  margin-right: 16px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox input[type=checkbox]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox input[type=checkbox]:focus:checked ~ span {
  border: 2px solid #20644c;
}
label.checkbox input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #03C75A url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #03C75A;
}
label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -6px;
  width: 20px;
  height: 20px;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.success-box {
	position: relative;
	z-index:9;
}
section {
  min-height: 100px;
  width:90%;
  max-width: 320px;
  padding:12px;
  background-color: #fff;
  border:1px solid #3182f6;
  margin: 40px auto;
  -webkit-box-shadow: 10px 10px 28px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 28px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px 1px rgba(0, 0, 0, 0.75);
  position: absolute;
  top:-100px;
  left:0;
  display:none;
}
section .fa-times {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 1.3em;
  cursor: pointer;
}
section h1 {
  font-size: 14px;
  font-weight: bolder;
  padding-top: 15px;
  padding-bottom: 5px;
}
section p {
  font-size: 13px;
  padding-top: 6px;
}
#success .icon {
  background-color: #29D885;
}


#toss-paybox {
	padding:15px 0;
}
.middle {
    display: flex;
    width: 100%;
    text-align: center;
}
.middle label {    
    width: calc(25% - 5px);
    font-weight: 700;
}
.middle .margin-col,  .middle .margin-col2 {    
    margin-left:10px;
}
.middle input[type=radio] {
    display: none;
}
.middle input[type=radio]:checked + .box {
    background-color: rgb(51, 61, 75);
}
.middle input[type=radio]:checked + .box span {
    color: #ffffff;
}
.middle .box span {
    position: absolute;
    transform: translate(0, 15px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
	font-weight: 600;
    font-size: 14px;
    user-select: none;
    color: #4e5968;
}
.middle .box {
    width: 100%;
    height: 50px;
    background-color: #f2f4f6;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    border-radius: 3px;
	border: 1px solid #666;
}
@media screen and (max-width: 560px) {
	.middle {
		display: flex;
		flex-wrap: wrap;
	}
	.middle label {    
		width: calc(50% - 5px);
	}
	.middle .margin-col2{    
		margin-left:0;
	}
}