@charset "utf-8";
/* CSS Document */

/*contents*/
h3,
table#itemlist,
p#txt-go{
	color:#434343;
}
.fr{float:right;}

.content#cart table#itemlist{
	width:980px;
	margin:0 auto;
	position:relative;
}
.content#cart table#itemlist th{
	line-height:34px;
	width:170px;
}
.content#cart table#itemlist th:first-child{
	padding-left:1em;
}
.content#cart table#itemlist td{
	width:170px;
	height:190px;
	vertical-align:middle;
	font-size:12px;
	line-height:18px;
	position:relative;
}
.content#cart table#itemlist td.image{
	display: none;
	text-align:center;
	width:120px;
}
.content#cart table#itemlist td.image img.image{
	border:1px solid #000;
	-ms-interpolation-mode: bicubic; 
}
.content#cart table#itemlist td.image img.plus{

	position:absolute;


	left:53px;
	top:89px;
}

.content#cart table#itemlist td.item_info{
	padding:0 30px;
	width:300px;
}

.content#cart table#itemlist td.item_info h4{
	font-size:12px;
	line-height:normal;
	padding-bottom:5px;
}
.content#cart table#itemlist td.item_info h4 a{
	color:#595959;
}
.content#cart table#itemlist td.cost{
	font-family:'HelveticaNeueW01-65Medi';
}
.content#cart table#itemlist td.quantity p{
	position:absolute;
	left:0;
	bottom:60px;
}
.content#cart table#itemlist td.quantity p a.btn-dec,
.content#cart table#itemlist td.quantity p a.btn-inc{
	width:18px; height:18px;
	display:inline-block;
}
.content#cart table#itemlist td.quantity p a.btn-dec{
	background:url(../img/cart/btn-dec.gif) no-repeat
}
.content#cart table#itemlist td.quantity p a.btn-inc{
	background:url(https://www.bagnnoun.com/wp-content/themes/welcart_default/bnn/img/cart/btn-inc.gif) no-repeat;
	margin-left:23px;
}
.content#cart table#itemlist td.discard .delButton{
	color:#737373;
	padding-left:22px;
	background:url(../img/cart/icon-discard.gif) left center no-repeat;
	display:inline-block;
	border:none;
}
.content#cart table#itemlist td.discard .delButton:hover{

	cursor:pointer;


}
.content#cart table#itemlist tr#result td{
	height:40px;
	line-height: 40px;
	vertical-align:middle;
}
.content#cart table#itemlist tr#result td#quantity_total{
	position:relative;
}

.content#cart table#itemlist tr#result td#quantity_total span{
	display:inline-block;

	width:40px;

	text-align:center;
	color:#434343;
}
.content#cart table#itemlist tr#result td#order_total{
	font-family:'HelveticaNeueW01-65Medi';
	width:180px; text-align:left;
}


/*login_form*/
.mb15{margin-bottom:15px;}
.mr20{margin-right:20px;}
.fl{float:left;}
#contents .inner-880{width:880px;margin:0 auto;}


.content#cart_login h3.head-title{
	position: relative;
	font-size:24px;
	color:#434343;
	padding-left:50px;
	border-bottom:none;
	margin-bottom:65px;
}
.content#cart_login h3.head-title:before{
	content:"";
	position: absolute;
	background:url(https://www.bagnnoun.com/wp-content/themes/welcart_default/bnn/img/cart/icon-ppl.png) no-repeat;
	width:28px;height:33px;
	left:0;top:8px;
}

.content#cart_login > p{
	color:#e60012;
	margin-top:20px;
	font-size:14px;
}
.content#cart_login #login_form{
	float:left;
	width:885px;
	text-align:center;
	padding:20px 68px;
	color:#434343;
	box-sizing: border-box;
	background-color:#eeeeee;
}
.content#cart_login #login_form form{
	float:left;
	width:430px;
	border-right:solid 1px #a0a0a0;
	text-align: left;
}
.content#cart_login #login_form .right-box p{
	margin:75px 0 0 60px;
}
.content#cart_login #login_form h3 {
    width: auto;
    font-size: 18px;
    margin-left: 20px;
	margin-bottom:25px;
    font-weight: normal;
    padding: 0;
    line-height: normal;
    border-bottom: none;
    color: #555555;
}
.content#cart_login #login_form h4{
	margin-top:30px;
	line-height:25px;
}
.content#cart_login #login_form input[type="text"],
.content#cart_login #login_form input[type="password"]{
	width:344px;
	height:26px;
	padding:2px;
}
.content#cart_login #login_form p{
	text-align:left;
	display:inline-block;
	margin:10px auto 0;
}
.content#cart_login #login_form p#remember{
	width:115px;
	padding:20px;
	line-height:17px;
	font-size:10px;
	color: #434343;
}
.content#cart_login #login_form p#remember span{
	display: block;
}
.content#cart_login #login_form p#btn-login_form{
	text-align:right;
}
.content#cart_login #login_form p a{
	color:#00a4ff;
	text-decoration:underline;
	margin-right:20px;
}
.content#cart_login #login_form input[type="checkbox"]{
	vertical-align:middle;
	margin-right:10px;
}

.btn.submit input[type="submit"]{
	background-color:#88cdf3;
	border:none;
	color:#fff !important;
	border-radius: 0;
	line-height: 60px;
	font-weight: normal;
}

/*#create_new_acount*/
#create_new_acount{
	border-radius:10px;
	width:1160px; margin:25px auto 0;
	margin-bottom:40px;
}
#create_new_acount h4{
	position: relative;
	width:490px;
	float:left;
	color:#454545;
	font-size:24px;
	padding-left:60px;
}
#create_new_acount h4:before{
content:"";
	position: absolute;
	background:url(https://www.bagnnoun.com/wp-content/themes/welcart_default/bnn/img/cart/icon-newmembers.png) no-repeat;
	width:42px;height:33px;
	left:0;top:0px;
}
#create_new_acount h4 span{
	font-size:16px;
}
#create_new_acount p{
	width:560px;
	float:left;
}
#create_new_acount #big_shopping_bag{
	padding-top:125px;
	background:url(../img/cart/icon-big_shopping_bag.png) center 10px no-repeat;
	text-align:center;
}

.content#cart_register_info table.register{
	margin:60px auto;
}

.content#cart p#txt-go{
	padding-left:777px;
	margin-top:15px;
}
.content#cart_login p#txt-go{
	width:249px;
	margin:0px auto;
	padding-left:911px;
	padding-top:15px;
	clear:both;
}
#create_new_acount table.register td .btn input[type="submit"], table.register td .btn input[type="reset"], table.register td .btn a{
	width:200px;

	background-color:#fff;
	color:#9e9e9e !important;
	border:solid 1px #9e9e9e;
	border-radius:0;
	line-height:60px;
}
#create_new_acount table.register td .btn.touroku input[type="reset"], #conform table.register td .btn.touroku input[type="submit"], table.register td .btn.touroku a{
	line-height: 60px;
	border: solid 1px #9e9e9e;

	border-radius:0;
	background-color:#434343 !important;
	color:#fff!important;

}
.content #btns{
	width:980px; margin:15px auto 0;
	padding:30px 0 30px;
	clear:both;
	position:relative;
}

.content#cart_register_info #btns,
.content#cart_login #btns{
	border-top:1px solid #e60012;
}

.content #btns .btn#next{
	position:absolute;
	right:0; top:-19px;
}
.content #btns .btn#next input{
	width: 200px;
	border: none;
	border-radius: 0;
	line-height: 60px;
	background-color: #434343;
	color: #fff!important;
}

/*
.content #btns .btn#next span.jp{
	width:auto;
	top:-20px; bottom:auto;
}
*/

.btn#back_to_shopping{
}

.btn#back_to_shopping input ,
input#back_button {
	width: 200px;
	background-color: #fff;
	color: #9e9e9e!important;
	border: solid 1px #c3c3c3;
	border-radius: 0;
	line-height: 60px;
}
#contents.cart{
	max-width:980px;
}
.content#cart .no_cart{padding-top:30px;height:315px;}
.content#cart .no_cart a{
	font-size:14px;
	color:#434343;
	font-weight: bold;
}
.content#cart h3.head-title{
	width:980px;
	position: relative;
    font-size: 24px;
    color: #434343;
    padding-left: 50px;
    border-bottom: none;
    margin-bottom: 5px;
	border-bottom:solid 1px #434343;
	box-sizing: border-box;
}
.content#cart h3.head-title:before{
	    content: "";
    position: absolute;
    background: url(../img/cart/icon-cart.png) no-repeat;
    width: 24px;
    height: 33px;
    left: 0;
    top: 11px;
}

.content#cart .no_cart .btn{
	text-align: center;
	margin:0 auto;
}
.content#cart .no_cart .btn a{
	display: block;
	width:200px;
	line-height:57px;
	color:#434343!important;
	font-size:14px;
	border-radius:0;
	background-color:#f1f1f1;
	border:solid 2px #bfbfbf;
}
.content#cart .no_cart table#itemlist.mt40{margin-top:40px;}
.content#cart .no_cart table#itemlist tr#result td{
border-top:solid 1px #cccccc;	
}
.content#cart .intax{
	display: block;
	    margin-top: -18px;
    margin-left: 20px;
}
.content#cart td.tax{
	text-align: right;
}
.btn.black a, .btn.black input[type="submit"], .btn.black input[type="reset"]{
width: 200px;
    border: none;
    border-radius: 0;
    line-height: 60px;
    background-color: #434343;
    color: #fff!important;
}
.btn.white a, .btn.white input[type="submit"], .btn.white input[type="reset"]{
width: 200px;
	background-color: #fff;
    color: #9e9e9e!important;
    border: solid 1px #c3c3c3;
    border-radius: 0;
    line-height: 60px;
}

    

body.ifr_inner {
	width: 200px;
	height: 60px;
	background: url(https://www.bagnnoun.com/wp-content/themes/welcart_default/bnn/img/online_shop/btn-add_to_cart_done.png) no-repeat 0 0;
	overflow: hidden;
}
body.ifr_inner #wrapper {
		display: none !important;
	}
body.ifr_inner #footer {
		display: none !important;
	}























.content#cart_login.lostpassword > p{
	color: #000;
	margin-bottom: 15px;
}
.content#cart_login.lostpassword #login_form{
	float: none;
	width:100% !important;
	overflow: hidden;
}






















.content#cart_login.lostpassword #login_form form {
	border-right-width: 0;
}

.content#cart_login.lostpassword .btn input[type="submit"] {
	background-color:#88cdf3;
	border:none;
	color:#fff !important;
	border-radius: 0;
	line-height: 60px;
	font-weight: normal;
}