@charset "UTF-8";
/*------------------------------
共通03E追加分
------------------------------*/

/*  共通 common上書き  */


.breadcrumb.item-search {
	height:70px!important;
	box-sizing:border-box!important;
}

.slick-next.slick-arrow.slick-disabled,
.slick-prev.slick-arrow.slick-disabled {
	display:none!important;
}

@media screen\0 {
	select{
		background-image:none!important;
		padding-right:15px!important;
	}
}

.section-news .wrap .list table tr.nobg:hover th,
.section-news .wrap .list table tr.nobg:hover td{
	background-color:#ffffff;
}

.section-form small {
	line-height:1.5;
	display:inline-block;
}
textarea {
  font-family : inherit;
  font-size   : 100%;
}
ul li .item-info .title p {
    font-size: 14px;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.ui-box .wrap .content .attention p {
	text-align:left;
}
.cart-btn input {
	min-width:auto;
}
.section-form .table-form .required textarea {
    background-color: #ffefef;
}
.section-form .table-form .required textarea:valid {
	background-color: #fff;
}
.breadcrumb {
	height:18px;
}
.kome {
	color:#f04646;
	padding-left:5px;
}
.red {
	color:#f04646;
}
.cautionbox {
	color:#f04646;
	display:block;
	margin:0 0 10px;
	font-size:12px;
}

.tags span.tag.tag09 {
    background-color: #99b9b8;
}
.tags span.tag.tag10 {
    background-color: #eb5555;
}

#content .breadcrumb span.home,
#content .breadcrumb span.path {
	padding-right:0.5em;
}
.star {
	color:#d2ba70;
}
.date {
	color:#7d7d7d;
}
.caution {
	font-size:12px;
}
.reviewtitle {
	font-weight:bold;
	padding:10px 0;
}
.limit {
	font-size:80%;
}
.limit2 {
	padding-top:15px;
}
.conditions {

}
.minus {
	color:#f04646;
}
.point {
	font-size:130%;
}
.tax,
.price-tax {
	font-size:70%;
	margin-left:5px;
}
.price-point {
	display:block;
}
.kometext {
	font-size:80%;
	line-height:1.8;
}
.pureblack input {
	background-color:#000!important;
	border-color:#000!important;
}
.item-list ul li .tags span.tag {
    margin: 0 5px 5px 0!important;
}

.item-list ul li figure img {
	/*width:300px;*/
	/*height:380px;*/
}
@media (max-width: 1040px) {
	.ui-box.section-option .option-address table th {
		width:100%;
	}
}
@media (max-width: 1040px) {
	.item-list ul li .item-info .fav {
	    top: -57px!important;
	    right: 0px!important;
	    z-index: 100!important;
	}
}
@media (max-width: 640px) {
	.slide-main.second > ul li figure img {
		max-width:180px!important;
		/*max-height:228px!important;*/
	}

}
@media (max-width: 780px) {
	.breadcrumb.item-search {
		height:60px!important;
	}
}
@media (max-width: 480px) {

	.price-point {
		display:inline-block;
		margin-left:5px;
	}
	.item-list ul li .tags span.tag {
	    margin: 0 5px 5px 0!important;
	}
	a:active,
	a:hover {
		text-decoration:none;
	}
	.section-news .wrap .list table tr.nobg {
		background:none;
	}
	.myorders .section-form .table-form {
		margin: 0 0;
	}
	.item-list ul li figure img {
		max-width:200px;
		/*max-height:253px;*/
	}
	.item-detail-image #main-image img {
	    width: 100%!important;
	}
	.item-detail-image {
		margin: 0 15px 15px;
	}
	.btn-area.pb_30 {
		padding-bottom:0px!important;
	}
	.cautionbox {
	text-align:center;
	}
	.section-form .nb-box .table-form .myorders {
		padding:0;
	}
	 .price .price-value {
    	font-size: 18px;
	}
	.ui-box.section-accounting .accounting table th{
		font-size:100%;
	}
	.ui-box.section-accounting .accounting table td{
		font-size:130%;
	}
}
@media screen and (max-width: 438px) {
	.item-list ul li figure img,
	.slide-main.second > ul li figure img {
		max-width:180px!important;
		/*max-height:228px!important;*/
	}
	.item-detail-image #main-image img {
	    width: 100%!important;
	}
}
@media screen and (max-width: 390px) {
	.item-list ul li figure img,
	.slide-main.second > ul li figure img {
		max-width:160px!important;
		/*max-height:203px!important;*/
	}
}
@media (max-width: 360px) {
	.item-list ul li figure img,
	.slide-main.second > ul li figure img {
	    max-width: 150px!important;
	    max-height: 190px!important;
	}
}
@media (max-width: 330px) {
	.item-list ul li figure img,
	.slide-main.second > ul li figure img {
	    max-width: 130px!important;
	    max-height: 180px!important;
	}
}

/* 汎用追加 */
.ulink {
	text-decoration:underline;
}
.fadein-bottom {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 1s;
}
.fadein-right {
	opacity : 0;
	transform : translate(20px, 0);
	transition : all 1s;
}
.fadein-left {
	opacity : 0;
	transform : translate(-20px, 0);
	transition : all 1s;
}
.fadein-zoom {
	opacity : 0;
	transform: scale(1.1, 1.1);
	transition : all 1s;
}
.fadein-1 {
	opacity : 0;
	transition : all 1s;
}
 
.fadein.active,
.fadein-0.active {
	opacity : 1;
	transform : translate(0, 0);
}
.btn-top {
	width:300px;
	margin:0 auto;
	text-align:center;
}
.btn-top a {
	display:block;
	padding:15px 30px;
	border:1px solid #000;
}
.btn-top a:hover {
	background:#eee;
	text-decoration:none;
}
a.underline {
	text-decoration:underline;
}
a.underline:hover {
	text-decoration:none;
}
.delivery-box {
	padding-left:25%;
	margin-top:-30px;
}
.btn-default.out-of-stock input {
	color:#999;
	cursor : default;
	pointer-events: none;
}
.btn-bottom {

}
.input-text-75 {
	width:50%;
}
.input-text-18 {
	width:18%;
	min-width:4.1em;
	margin-right:5px;
}
.cols-3 {
	width:100%;
	text-align:center;
	font-size: 0;
	padding:60px 10px 0;
}
.cols-3.changing {
	padding:0;
}
.cols-3 .col {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.form-white-box {
	width:100%;
	border: 1px solid #eee;
	border-collapse: separate!important;
	border-spacing: 0;
	border-radius: 10px!important;
	padding:30px;
}
.specialindex {
	max-width:1000px;
	margin:0 auto;
}
.specialindex h2 {
	font-weight:normal;
}
#page-title.nobold h1,
#page-title-pc.nobold h1,
.nobold{
	font-weight:normal;
}

@media (max-width: 1040px) {
	.form-white-box {
		padding:0;
		border:none;
	}
}
@media (max-width: 780px) {
	.input-text-75 {
		width:100%;
	}
}
@media (max-width: 480px) {
	.btn-top {
		width:60%;
		font-size:85%;
	}
	.btn-top a{
		padding:10px 30px;
	}
	.delivery-box {
		padding:0;
		margin:0;
	}
	.specialindex h2,
	.specialindex p {
		padding-left:15px;
	}
	.cols-3 {
		padding:30px 0 0;
	}
	.cols-3 .col {
		width:100%;
	}
	.cols-3 .col h1 {
		margin:0!important;
	}
	.cols-3 .col h1 + div {
		margin:0 0 20px 0!important;
	}
}
@media (max-width: 320px) {
	.btn-top {
		width:60%;
		font-size:80%;
	}
	.btn-top a{
		padding:8px 30px;
	}
}

.check-table {
	width:100%;
	border: 1px solid #eee;
	border-collapse: separate!important;
	border-spacing: 0;
	border-radius: 10px!important;
}
.check-table tr {
	border-top:1px solid #eee;
}
.check-table tr:last-child {
	border-bottom:1px solid #eee;
}
.check-table th {
	text-align:left;
	font-size:10pt;
	padding:15px;
}
.check-table td {
	padding:15px!important;
}

.check-table th,
.check-table td {
  border-bottom: 1px solid #eee;
}
.check-table th {
	padding:15px!important;
	width:25%!important;
}


.check-table tr:last-child th,
.check-table tr:last-child td {
  border-bottom: none;
}
.check-table tr:first-child th:first-child {
  border-radius: 10px 0 0 0!important;
}
.check-table tr:first-child th:last-child {
  border-radius: 0 10px 0 0!important;
}
.check-table tr:last-child th:first-child {
  border-radius: 0 0 0 10px!important;
}
.check-table tr:last-child th:last-child {
  border-radius: 0 0 10px 0!important;
}

.check-table2 th,
.check-table2 td{
	text-align:left;
	padding:0 60px 15px 0;
}
@media (max-width: 1040px) {
	.check-table {
		border-radius: 0!important;
	}
	.check-table th {
		background-color: #eee;
		width:auto!important;
		padding:5px 15px!important;
	}
	.check-table tr:last-child th:first-child {
	  border-radius: 0 0 0 0!important;
	}
	.check-table tr:first-child th:first-child {
	  border-radius: 0 0 0 0!important;
	}
	.check-table tr:first-child th:last-child {
	  border-radius: 0 0 0 0!important;
	}
	.check-table tr:last-child th:first-child {
	  border-radius: 0 0 0 0!important;
	}
	.check-table tr:last-child th:last-child {
	  border-radius: 0 0 0 0!important;
	}
}
@media (max-width: 480px) {
	.section-form .table-form.full {
		margin:0;
	}
	.check-table2 th,
	.check-table2 td{
		text-align:left;
		padding:0 5px 5px 0;
	}

}



/* white box  */

.ui-box.white-box .wrap {
	background-color:#fff;
}



/* 47注文履歴 */

.myorders {
	padding:30px;
	font-size:14px;
	line-height:1.8;
}
.myorders h4 {
	font-weight:normal;
}
.myorders tr th {
	font-weight:bold;
	vertical-align:top;
	padding-right:10px;
}
.myorders tr td {
	vertical-align:top;
}
.myorders ul.item li {
	display: table-cell;
	vertical-align:top;
}
.myorders ul.item.item2columns {
	width:100%;
}
.myorders ul.item.item2columns li {
	width:49%;
	display:inline-block;
}
.myorders ul.item.item3columns li {
	width:37.5%;
}
.myorders ul.item.item3columns li:first-child {
	width:25%;
}
.myorders ul.item.item3columnsb li{
	width:33%;
}
.myorders ul.item.item4columns {
	width:100%;
}
.myorders ul.item.item4columns li {
	width:24.5%;
}
.myorders ul.item.item4columns li.item-column {
	width:19%;
}
.myorders ul.item.item4columns li.item-column + li {
	width:50%;
}
.myorders ul.item.item4columns li.quantity-column{
	width:10%;
}

.myorders ul li td.btnarea {
	min-width:120px;
}
.myorders .status b {
	font-size:18px;
	padding-left:10px;
}
.myorders .status .btn {
	float:right;
	width:30%;
}
.myorders .status .btn .btn-xsmall {
	margin:0;
}

.myorders img.itemphoto {
	width:120px;
}

@media (max-width: 1040px) {
	.ui-box.white-box .wrap {
		border:solid 1px #ddd;
		border-radius: 10px;
		margin:0 15px;
	
	}
	.myorders {
		padding:15px;
	}
	.myorders ul li {
		display: block!important;
		width:100%!important;
	}
	.myorders .status .btn {
		float:none;
		margin-top:10px;
		width:100%;
	}
	/*.myorders tr th {
		width:140px;
		padding:0px;
		float:left;
	}*/
	.myorders tr td  {
		min-width:200px;
	}
	.myorders ul li table.status {
		width:100%;
	}
	.myorders ul li b {
		text-align:center;
	}
	.noborder {
		background:#fff!important;
	}
	div.cancel {
		text-align:center;
	}

}
/* 26パスワード */

.passwordbox {
	padding:30px;
	font-size:14px;
	line-height:1.8;
}
@media (max-width: 1040px) {
	.passwordbox {
		padding:15px;
	}
}


/* point */
.timelimit {
	font-size:18px;
}
.point-table {
	width:100%;
	border: 1px solid #eee;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
.point-table tr {
	border-top:1px solid #eee;
}
.point-table tr:last-child {
	border-bottom:1px solid #eee;
}
.point-table th {
	text-align:left;
	font-size:10pt;
	padding:15px;
	font-size:14px;
}
.point-table td {
	padding:15px;
	font-size:14px;
}

.point-table thead th,
.point-table tbody th,
.point-table tbody td {
  padding: .6em 3em;
  border-bottom: 1px solid #eee;
}
.point-table thead th {
  background-color: #eee;
}
.point-table tbody th {
  background-color: #eee;
}

.point-table tbody tr:last-child th,
.point-table tbody tr:last-child td {
  border-bottom: none;
}
.point-table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.point-table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.point-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.point-table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.narrow {
	width:50%!important;
}
@media (max-width: 1000px) {
	.point-table {
		border-radius: 0;
	}
	.point-table tbody td,
	.point-table thead th {
		font-size:75%;
		padding:5px;
	}
	.point-table thead tr:first-child th:first-child {
	  border-radius: 0 0 0 0;
	}
	.point-table thead tr:first-child th:last-child {
	  border-radius: 0 0 0 0;
	}
	.point-table tbody tr:last-child th:first-child {
	  border-radius: 0 0 0 0;
	}
	.point-table tbody tr:last-child th:last-child {
	  border-radius: 0 0 0 0;
	}
	.narrow {
		width:auto!important;
	}
}

.couponphoto {
	width:160px;
	padding-right:30px;
}

.errorpage {
	padding:30px;
}
.errorpage h3 {
	padding-bottom:30px;
}

/*返品受付*/

.hidearea {
	display:none;
	padding:15px 0;
}
.hidearea p {
	padding:10px 0;
}

@media (max-width: 480px) {
	.sppnone {
		margin:0!important;
	}	
}

/* 住所・クレカ追加box */
.box.add {
	height:154px;
}
.btn-add {
	margin-top:30px;
}
.ui-box .wrap-half .box.cbox {
	margin-bottom:30px;
}

.ui-box .wrap-half .box {
	margin-bottom:30px!important;
}
.box.add2 {
	height:214px;
}
.box.add2 .btn-add {
	margin-top:60px;
}

/* キャンペーン表示用 */
.ui-box .campaign h1 {
	
}
.ui-box .campaign h2 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.ui-box .campaign p {
	text-align:left;
	display:inline-block;
	margin:0 auto;
}
@media (max-width: 480px) {
	.ui-box .campaign h1{
		margin:0 0 15px!important;
	}
	.ui-box .campaign h2,
	.ui-box .campaign p {
		font-size:80%;
	}
}
/* */
.narrow-form {
	width:400px!important;
	margin:0 auto;
}
.narrow-form th.no-ws {
	white-space: nowrap;
}
@media (max-width: 480px) {
	.narrow-form {
		width:100%!important;
	}
	.myorders tr td  {
		min-width:160px;
	}
}

/* COLOR&SIZE POP UP */

#overlay{
	display:none;
	width:100% !important;
	height:100% !important;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	z-index:20000;
	top:0;
	left:0;
	displau:none;
	transition:.2s ease;
}

.popup{
	display:none;
	position:fixed;
	background-color:#fff;
	width:50%;
	height:100%;
	top:0;
	right:-50%;
	/*transition:.2s ease;*/
	z-index:20001;
	height:100%;
	overflow-y: scroll;
}
.popup .wrap{
	padding:60px 0 0 30px;
	width:80%;
	position:relative;

}
.popup .wrap .close{
	position:absolute;
	top:60px;
	right:0;
}
.popup .wrap h3{
	font-size:16px;
	margin:0 0 30px;
}
.popup .wrap .body{
	
}
.popup .wrap .body ul{
	font-size:0;
}
.popup .wrap .body ul li{
	display:inline-block;
	vertical-align:top;
	width:100px;
	margin:0 1.33% 15px 0;
	position:relative;
	cursor:pointer;
}
.popup .wrap .body ul li:nth-child(4n){
	margin:0 0 15px;
}
.popup .wrap .body ul li input{
	position:absolute;
	top:10px;
	left:10px;
	z-index:-1;
}
.popup .wrap .body ul li figure{
	padding:5px;
	border:solid #fff 1px;
	position:relative;
}
.popup .wrap .body ul li :hover figure{
	border:solid #ddd 1px;
}
.popup .wrap .body ul li.current figure{
	border:solid #000 1px;
}
.popup .wrap .body ul li figure img{
	width:100%;
	height:auto;
}
.popup .wrap .body ul li figure figcaption{
	padding:5px 0 0;
	font-size:12px;
	line-height:1.6;
}

.popup-window{
	 display:none;
	position:fixed;
	width:50%;
	height:auto;
	top:15px;
	left:50%;
	margin-left:-25%;
	/*transition:.2s ease;*/
	z-index:20001;
}
.popup-window .wrap{
	width:auto;
	position:relative;
	background-color:#fff;
}
.popup-window .wrap .close{
	position:absolute;
	top:15px;
	right:15px;
	width:20px
}
.popup-window .wrap h3{
	font-size:16px;
	padding:15px;
	text-align:center;
}
.popup-window .wrap .body{
}
.popup-window .wrap .body .item-info{
	font-size:0;
	padding:0 5px 5px;
	border-bottom:solid #ddd 1px;
}
.popup-window .wrap .body .item-info .image{
	display:inline-block;
	vertical-align:top;
	width:20%;
}
.popup-window .wrap .body .item-info .image figure{
	width:100%;
	height:120px;
	overflow:hidden;
	position:relative;
}
.popup-window .wrap .body .item-info .image figure img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-window .wrap .body .item-info .text{
	display:inline-block;
	vertical-align:top;
	width:35%;
	margin:0 0 0 5%;
}
.popup-window .wrap .body .item-info .text .title{
	font-size:14px;
	line-height:1.5;
	margin:0 0 5px;
}
.popup-window .wrap .body .item-info .text dl{
	
}
.popup-window .wrap .body .item-info .text dl dt{
	font-size:14px;
	width:20%;
	display:inline-block;
	vertical-align:middle;
	float:left;
}
.popup-window .wrap .body .item-info .text dl dd{
	font-size:14px;
	width:80%;
	display:inline-block;
	vertical-align:middle;
}
.popup-window .wrap .body .item-info .price{
	display:inline-block;
	vertical-align:top;
	width:35%;
	margin:0 0 0 5%;
}
.popup-window .wrap .body .item-info .price p{
	font-size:12px;
}

.popup-window .wrap .body .stock-shop{
}
.popup-window .wrap .body .stock-shop .scroll{
	height:360px;
	overflow:auto;
}
.popup-window .wrap .body .stock-shop table{
	width:100%;
	border-collapse:collapse;
}
.popup-window .wrap .body .stock-shop table tr{
	
}
.popup-window .wrap .body .stock-shop table td{
	padding:15px 30px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.8;
	border-bottom:solid #ddd 1px;
}
.popup-window .wrap .body .stock-shop table td.shop{
	width:80%;
	text-align:left;
}
.popup-window .wrap .body .stock-shop table td.tags{
	padding:15px 30px 15px 0;
	width:20%;
	text-align:center;
}
.popup-window .wrap .body .stock-shop .order{
	padding:15px 0;
	border-top:solid 1px #ddd;
	text-align:center;
}
.popup-window .wrap .body .stock-shop .order .cart-btn{
	width: 70%;
 	height: 40px;
}

@media screen and (max-width: 1280px) {
.popup .wrap .body ul li{
	/*width:32%;
	margin:0 2% 15px 0;*/
	position:relative;
	cursor:pointer;
}
.popup .wrap .body ul li:nth-child(3n){
	margin:0 0 15px !important;
}
.popup .wrap .body ul li:nth-child(4n){
	margin:0 2% 15px 0;
}
}

@media screen and (max-width: 1040px) {
.popup .wrap .body ul li{
	/*width:49%;
	margin:0 2% 15px 0;*/
}
.popup .wrap .body ul li:nth-child(2n){
	margin:0 0 15px !important;
}
.popup .wrap .body ul li:nth-child(3n){
	margin:0 2% 15px 0;
}
.popup-window .wrap .body .item-info .image{
	width:30%;
}
.popup-window .wrap .body .item-info .text{
	width:65%;
	margin:0 0 0 5%;
}
.popup-window .wrap .body .item-info .price{
	display:none;
}
.popup-window .wrap .body .stock-shop table td.shop{
	width:100%;
	padding:10px 15px;
}
.popup-window .wrap .body .stock-shop table td.tags{
	display:none;
}
}
@media screen and (max-width: 840px) {
.popup-window .wrap .body .stock-shop .scroll{
	height:260px;
}
.popup-window .wrap .body .item-info .text .title,
.popup-window .wrap .body .item-info .text dl dd,
.popup-window .wrap .body .item-info .text dl,
.popup-window .wrap .body .item-info .text dl dt{
	font-size:12px;
}
.popup-window {
    width: 90%;
    margin-left: -45%;
	max-height:90%;
}
}
@media screen and (max-width: 640px) {
.popup{
	display:none;
	position:fixed;
	background-color:transparent;
	width:100%;
	height:100%;
	top:0;
	right:0;
	/*transition:.2s ease;*/
	z-index:20001;
}
.popup .wrap{
	margin:15px;
	padding:0;
	width:auto;
	position:relative;
	background-color:#fff;
}
.popup .wrap .close{
	position:absolute;
	top:15px;
	right:15px;
}
	.popup .wrap .close img{
		width:15px;
	}
.popup .wrap h3{
	font-size:16px;
	margin:0 0 15px;
	padding:15px;
	text-align:center;
	border-bottom:solid #ddd 1px;
}
.popup .wrap .body{
	padding:0 15px;
}
.popup .wrap .body ul{
	font-size:0;
}
.popup .wrap .body ul li{
	display:inline-block;
	vertical-align:top;
	width:32%;
	margin:0 2% 15px 0;
	position:relative;
	cursor:pointer;
}
.popup .wrap .body ul li:nth-child(2n){
	margin:0 2% 15px 0 !important;
}
.popup .wrap .body ul li:nth-child(3n){
	margin:0 0 15px !important;
}
.popup .wrap .body ul li input{
}
.popup .wrap .body ul li figure{
}
.popup .wrap .body ul li :hover figure{
}
.popup .wrap .body ul li.current figure{
}
.popup .wrap .body ul li figure img{
}
.popup .wrap .body ul li figure figcaption{
}
}

#popup2 {
	background-color: rgba(0,0,0,0.7);
	display:none;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	z-index:20009;
}
#popup2 > div {
	display:table;
	width:100%;
	height:50%;
}
#popup2 p{
	display: table-cell;
	vertical-align:middle;
}

/* SNS用 */
#popup {
	background-color: rgba(0,0,0,0.7);
	display:none;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	z-index:20009;
}
#popup > div {
	box-sizing:border-box;
	background:#454545;
	color:#000;
	max-width:500px;
	height:300px;
	border-radius: 10px;
	position: absolute;
	padding:15px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#popup ul{
	text-align:center;
	vertical-align:middle;
}
#popup ul li {
	display:inline-block;
	margin:120px 20px;
}
#popup ul li img {
	height:30px;
}

/* カートイン時 */
#popup-cart-in {
	background-color: rgba(0,0,0,0.7);
	display:none;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	z-index:20009;
}
#popup-cart-in > div {
	background:#fff;
	color:#000;
	max-width:500px;
	height:300px;
	border-radius: 10px;
	position: absolute;
	padding:15px;
	text-align:center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#popup-cart-in p{
padding:60px 0 30px;
}
#popup-cart-in div.btn-area {
	padding-bottom:15px!important;
}
@media screen and (max-width: 640px) {
	#popup-cart-in > div {
		margin:auto 15px; 
	}
	#popup > div {
		max-width:300px;
	}
}
