html, body,
#vk-cart.app-access {
	min-height: 100vh;
}
.bhiner-cosplay-body #vk-cart{
	padding-bottom: 80px;
	position: relative;
	background: #fdfdfd;
	overflow: auto;
}
#vk-cart {
	padding-bottom: 80px;
	position: relative;
}
#vk-cart .limiter{

}
.unclickable {
	cursor: not-allowed!important;
	opacity: .3;
}
.cart-title-row {
	font-size: 28px;
	font-weight: 600;
	margin: 25px 0 0;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 25px;
	position:relative;
	
}
.desktop-cat-nav-bar {
	border-bottom: 2px solid #EDEDED;
}
.cart-main-nav-oper > div{
    width: 160px;
}
.cart-main-nav-oper > div,
.cart-ass-nav-oper > div {
	display: inline-block;
	position:relative;
}
.cart-main-nav-oper > div:hover,
.cart-ass-nav-oper > div:hover {
	cursor: pointer;
}
.cart-main-nav-oper a {
	color: #424242;
	font-size: 14px;
	font-weight: 600;
    padding: 35px 0 12px;
	position: relative;
	bottom: -2px;
	border-bottom: 2px solid #EDEDED;
}
.cart-ass-nav-oper a{
	color: #424242;
	font-size: 14px;
	font-weight: 600;
	padding: 35px 13px 12px;
	position: relative;
	bottom: -2px;
	border-bottom: 2px solid #EDEDED;
}
.name-detail-holder {
	width: 240px;
}
.cart-main-nav-oper a:hover {
	cursor: pointer;
}
.cart-main-nav-oper a:hover,
.cart-ass-nav-oper a.active,
.cart-ass-nav-oper a:not(.unclickable):hover {
	border-bottom: 2px solid #FF7600;
}

.cart-main-nav-oper .active a,
.cart-ass-nav-oper .active a {
	color: #FF3700;
	border-bottom: 2px solid #FF7600;
}
.cart-main-nav-oper > div:before{
    content: attr(data-step-name);
    position: absolute;
    color: #CACACA;
    left: 0;
    top: 20px;
    font-size: 11px;
    display: block;
    font-weight: 600;
}
.cart-main-nav-oper a span,
.cart-ass-nav-oper a span {
	font-size: 15px;
	margin-left: 5px;
	color: #FF3700;
	font-weight: 600;
}
.cart_item_img {
	width: 80px;
	max-width: 80px;
	height: auto;
	border: 1px solid #D2D2D2;
}
.seller-nav-bar {
	font-size: 12px;
	color: #959595;
	margin: 20px 0 15px;
}
.seller-nav-bar .inline {
	vertical-align: middle;
}
.seller-nav-bar .inline:not(:last-of-type) {
	margin-right: 15px;
}
.seller-nav-bar span {
    font-weight: 700;
	color: grey;
}
.seller-name-s a {
	color: #575757;
}
.seller-name-s a:hover {
	color: #FF5100;
	text-decoration: underline;
}
.seller-nav-bar .seller-domestic {
	color: #FF5100;
}
.seller-nav-bar .css-tick {
	display: block;
}
.single_item {
    border: 1px solid #D0D0D0;
	border-bottom: none;
}
.single_item:last-of-type {
	border-bottom: 1px solid #D2D2D2;
}
#vk-cart .css-tick {
	margin-left: 10px;
}
.single-item-row {
	padding: 15px 0;
	background: #FBFBFB;
	font-size: 12px;
}
.single-item-row.row-sleected{
background: #FFFCEE;
}
.single-item-row > * > .inline {
	vertical-align: top;
	margin-right: 15px;
}
.single-item-row .item-name {
	line-height: 1.4em;
	font-weight: 600;
	margin: 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.single-item-row .id-item-name {
	color: #959595;
	font-weight: 600;
	line-height: 22px;
}
.single-item-row .id-item-name strong {
	font-weight: 700;
	color: #747474;
}
.single-item-row .id-item-name .item-row-tag {
	font-size: 10px;
	background: #05A3D6;
	color: #fff;
	padding: 2px 7px;
	border-radius: 2px;
	margin-left: 8px;
	margin-right: 8px;
	font-weight: 900;
}
.single-item-row .id-item-name .item-status-tag{
	font-size: 10px;
	background: rgb(71,104,255);
    background: linear-gradient(0deg, rgba(71,104,255,1) 0%, rgba(143,0,255,1) 100%);
	color: #fff;
	padding: 2px 7px;
	border-radius: 2px;
	margin-right: 8px;
	font-weight: 900;	
}
.single-item-row .id-item-name .item-status-tag[data-type="pre-order"]{
    background: #47fff2;
    background: linear-gradient(0deg,rgb(0, 192, 222) 0%,rgb(0, 162, 195) 100%);
}
.single-item-row .id-item-name .item-row-tag[data-status="-1"] {
	background: #DBDBDB;
	color: #939393;
}
.single-item-row .id-item-name .item-row-tag[data-status="-2"] {
	background: #ee62ac;
	color: #FFFFFF;
}
.single-item-row .item-sku {
	color: #868686;
    font-weight: 400;
}
.single-item-row .ref-net-weight {
    padding: 8px;
    color: #616161;
    margin-top: 8px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
    background: #eeeeee;
    font-weight: 600;
    flex-direction: row;
    display: flex;
	justify-content: end;
}

.single-item-row .ref-net-weight i{
	font-size: 18px;
	color: #f4ab3b;
	margin-right: 5px;
}

.single-item-row .ref-net-weight i.spec-i{
 color: #61616169;
    margin-left: 5px;
}

.tool-set-v8{
	    padding: 10px 0;
}
.tool-set {
	text-align: right;
	font-weight: 600;
	padding-right: 15px;
}
.tool-set div > a {
    font-weight: 500;
    line-height: 1.4em;
    font-size: 11px;
    color: #848484;
}
.tool-set div > a:hover{
	    color: #FF4F1F;
    text-decoration: underline;
}
.vk-remarks-contain {
	width: 270px;
    font-size: 10px;
    line-height: 1.5em;
    padding: 0 15px 0 0;
}
.vk-remarks-contain .remarks-tit {
    font-weight: 700;
    color: #656565;
    margin-bottom: 3px;
}
.vk-remarks-contain .remarks-content {
}
.vk-remarks-contain i {
	margin-right: 5px;
}
.vk-remarks-contain .ip_warning {
	color: #E52200;
	border-color: #E52200;
	font-weight: 900;
}
.vk-remarks-contain i:before {
}
.vk-remarks-contain > div {
	padding: 10px 15px;
	border: 1px dashed #C4C2C2;
	margin-bottom: 5px;
	border-radius: 3px;
	overflow-x: scroll;   
}
.vk-remarks-contain > div.admin_remarks{
    color: #00B3D2;
    font-weight: 600;
    border: 1px dashed #00B3D2;
    overflow-x: scroll;
}
.vk-remarks-contain > div.admin_remarks .remarks-tit{
	color: #00B3D2;
}
.item-price-vk{
	 font-size: 15px;
        font-weight: 700;
	color:#FF5100;
}
.qty-vk{
 	font-size: 15px;
    font-weight: 700;
}
.vk-qty-wd{
    width: 50px;
}
.vk-price-wd{
        width: 120px;
	    text-align: right;
	    float:right;
	    padding-right: 20px;
}
.desktop-only-select-tabbar{
    font-size: 12px;
    font-weight: 600;
    color: #838383;
    border-radius: 0 0 3px 3px;
    padding: 10px 0;
    border-bottom: 1px dashed #DADADA
}
.cart-page-selector{
    margin-right: 15px;
	position:relative;
	margin-top: 10px;
}
.cart-page-selector span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.cart-page-selector select{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
	padding-right: 40px;
	position:relative;
}
.cart-page-selector:before{
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    line-height: 40px;
    font-size: 12px;
    opacity: .5;
}
@media screen and (max-width: 1099px){
	#vk-cart{
		margin:0 15px;
	}
	.desktop-only-select-tabbar{
		display:none;
	}
	#cart-fixer-operator{
		padding: 0 15px;
	}
	:not(.app-access) #cart-fixer-operator.no-fix{
	    position: absolute;	
    	bottom: 0;
	}
	.app-access  #cart-fixer-operator.no-fix{
position: inherit;
		bottom: auto;
	}
	.single-item-row > * > .vk-price-wd{
		margin-right:0;
		width: 135px;
	}
	.single-item-row  > div{
		float:none;
	}
	.single-item-row  > .fr > a{
    display: inline-block;
    text-align: right;
    margin-left: 20px;
	}
	.single-item-row .tool-set{
	    border-top: 1px dashed #EDECEC;
    margin-top: 10px;
    padding: 5px 15px 5px 0;
	}
	.single-item-row .tool-set a{
		    color: #A3A3A3;
    font-weight: 700;
    text-decoration: underline;
	}
	.single-item-row{
		padding-bottom:0;
	}
}
.mb-price-handler {
	display:none;
}
.checkseller{
	pointer-events:none;
}
#mb-navi-triggler ul{
    position: absolute;
        z-index: 999;
   display:none;
    width: 260px;
    right: 0;
    border-radius: 3px;
    padding: 0px;
    overflow: hidden;
    margin-top: 5px;
    border: 1px solid #CDCDCD;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
}
#mb-navi-triggler{
	display:none;
}
#mb-navi-triggler ul a{
    display: block;
    background: #EEEEEE;
    padding: 12px 15px;
    color: #6F6F6F;
    position: relative;
}
#mb-navi-triggler ul a:hover{
     background: #F2F2F2;
}
#mb-navi-triggler ul a:active{
       background: #C3C3C3;
}
#mb-navi-triggler ul a.non-clickable{
	 color: #C9C9C9;
	 pointer-events:none;
}
#mb-navi-triggler ul a.non-clickable span{
	    background: #DDDDDD;
}
#mb-navi-triggler ul a.non-clickable:hover{
	cursor:pointer;
}
#mb-navi-triggler ul a span{
    position: absolute;
    right: 0;
    margin-right: 15px;
    background: #A8A8A8;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
}
#mb-navi-triggler ul li:not(:last-of-type) a{
    border-bottom: 1px solid #DFDFDF;
}
#mb-navi-triggler{
position: absolute;
right: 15px;
top: 0px;
display: none;
font-size: 14px;
}
#mb-navi-triggler.active ul{
	display:block;
}
#mb-navi-triggler i{
    margin-left: 40px;
    font-size: 12px;
    color: #7F7F7F;
}
.triggler-inner-btn{
padding: 8px 15px;
background: #EEEEEE;
border-radius: 3px;
color: #6D6D6D;
}
.triggler-inner-btn:active{
	    background: #E0E0E0;
}
.triggler-inner-btn:hover{
	cursor:pointer;
	background: #F0F0F0;
}
@media screen and (max-width: 960px){
	
	#vk-cart .limiter{
		    padding: 0;
	}
	#vk-cart .cart-fixer-inner .limiter{
	 padding: 0 0 0 15px;
	}
	.item-namespace-mb{
		 width: calc(100% - 160px);

	}
	.name-detail-holder{
		width:100%;
	}
	.vk-qty-wd, .vk-price-wd{
		display:none;
	}
	.single-item-row .tool-set{
		margin-top: 10px;
		padding: 0px 6px;
	}
	.mb-remarks-hidden{
		display:none;
	}
	.mb-price-handler{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #000000;
	}
	.mb-price-handler span{
		font-weight:600;
	}
	.mb-inner-price{
		    margin-left: 10px;
    font-weight: 700;
    color: #FF5304;
	}
	.vk-remarks-contain {
    display: block;
    margin-right: 0;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 0;
	}
	.vk-remarks-contain > div{
		
	}
	.single_item{
		border-left:0;
		border-right:0;
	}
	#cart-fixer-operator input[type="button"]{
		height:50px!important;
	}
	#cart-fixer-operator .inline{
		height:50px!important;
		line-height:50px!important;
	}
	#vk-cart .css-tick{
		    height: 24px!important;
		width:24px;
	}
}
@media screen and (max-width: 905px){
	#mb-navi-triggler{
		display:inline-block;
	}
	#vk-cart{
		margin:0;
	}
	#vk-cart.app-access{
		padding-top: 49px;
	}
	.cart-title-row{
		font-size: 22px;
		margin: 10px 0 10px;
		padding: 0 15px;
		padding-bottom: 10px;
	}
	.app-access .cart-title-row{
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 999;
		margin-top: 0;
		top: 0;
		padding-top: 10px;
		opacity: 0.9;
		box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
	}
	.app-access #mb-navi-triggler{
		    bottom: 0;
    margin: auto;
    height: 30px;
	}
	#cart-fixer-operator{
		padding:0;
	}
	.app-access #cart-fixer-operator{
		position: fixed;
		bottom: 0;
	}
}
@media screen and (max-width: 750px){
	#cart-fixer-operator input.checkout,
	#cart-fixer-operator input.batch_quote{
		    font-size: 12px!important;
			font-weight:600!important;
		padding: 0 8px!important;
	}
	#cart-fixer-operator .limiter{
		padding-left:10px;
		padding-right:0;
	}
}
.desktop-only-select-tabbar .inline{
	vertical-align:middle;
}
.dk-only-select .inline{
	margin-left:10px;
}
.dk-only-select{
	width: 125px;
	    margin-right: 15px;
}
.dk-only-item{
    width: 240px;
}
.dk-only-remark{
    width: 305px;
    padding: 0 15px 0 0;
}
.dk-only-qty{
    width: 50px;
	margin-right:15px;
}
.dk-only-price{
    width: 120px;
	text-align: right;
}
.dk-only-operation{
	padding-right:15px;
}
.no-item-appea{
    background: #FEFEFE;
    margin-top: 20px;
    padding: 150px 0;
    text-align: center;
    font-weight: 600;
    color: #CBCBCB;
    border: 1px dashed gainsboro;
    border-radius: 3px;
}
/*bottom fix operator*/
#cart-fixer-operator{
	position: fixed;
    width: 100%;
    z-index: 99;
	left: 0;
    bottom: -1px;
}
#cart-fixer-operator .cart-fixer-inner{
    background: rgba(231, 231, 231, 0.98);
    
    color: #6D6D6D;
    font-weight: 600;
    font-size: 12px;
    
}

.body-desktop #cart-fixer-operator.no-fix{
	position:absolute;
	bottom:0;
}
#cart-fixer-operator .css-tick {
	margin-right: 5px;
}
#cart-fixer-operator input[type="button"] {
background-color: transparent;
    color: inherit;
    font-size: 12px;
    padding: 0 17px;
    height: 55px;
    font-weight: 500;
}
#cart-fixer-operator input[type="button"]:hover {
	color: #fff;
}
#cart-fixer-operator .inline {
	vertical-align: middle;
    line-height: 55px;
    height: 55px;
}
#cart-fixer-operator .css-tick input[type="checkbox"], #cart-fixer-operator .css-tick{
	height:18px;
}
#cart-fixer-operator .fr{
	margin-left:20px;
}
.select-all-tricker:hover{
	cursor:pointer;
}
#cart-fixer-operator span{
    color: #FF5100;
    font-size: 16px;
}
#cart-fixer-operator .batch_remove{
    box-shadow: none;
    line-height: 58px;
    font-weight: 700!important;
    padding: 0 20px!important;
    margin-left: 20px;
	    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #c9c9c9;
    border-radius: 0;
}
#cart-fixer-operator .batch_requote{
	
}
#cart-fixer-operator input[type="button"]{
	cursor:pointer;
}
#cart-fixer-operator input[type="button"]:hover{
    color: #4A4A4A;
    background: #cccccc;
}
.batch_requote{
	font-weight:700!important;
}
#cart-fixer-operator input.not-able{
	pointer-events:none;
	opacity:.4;
}
#cart-fixer-operator input.batch_quote.not-able,
#cart-fixer-operator input.checkout.not-able{
	background-color: transparent;
	color: #8A8A8A;
	opacity:.4;
}
#cart-fixer-operator input.batch_quote{
 font-size: 15px;
    border-radius: 0;
    box-shadow: none!important;
    /* border-right: 1px solid #B5B5B5; */
    /* background: red; */
    background: #FF8E59;
    color: #fff;
    font-weight: 600;

}
#cart-fixer-operator input.checkout{
	background: #FF5100;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
	    
}
#cart-fixer-operator input.checkout:focus{
	box-shadow:none;
}
#cart-fixer-operator input.checkout:not(:not-able):hover{
	 background: #FF6E00;
	 color: #fff;
}
#cart-fixer-operator input.checkout:not(:not-able):active{
	background: #F15200;
}
#cart-fixer-operator .batch_quote:hover{
	    background: #FFA378;
	color:#fff;

}
#cart-fixer-operator .batch_quote:active{
	    background: #EA5C1A;
}

.cur_page{
	color:orange !important; 
}

.showing_status{
	line-height: 40px;
    margin-top: 10px;
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-left: 10px;
}

.body-mobile .acart-tutorial-link{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.69);
	font-size: 16px;
	padding: 10px 14px;
	right: 16px;
	bottom: 65px
}

.body-mobile i{
	margin-right: 6px;
}

.cart-faq{
	padding-top:16px;
	text-align:right;
	color: #A3A3A3;
    font-weight: 700;
    text-decoration: underline;
	
	font-size:12px;
}

.cart-faq i{
	font-size:12px;
}

.cart-faq-raiser{
	cursor:pointer;
}

.body-mobile .cart-faq{
	padding-right: 10px;
}

.cart-tutorial-link:hover{
	color:#fff;
	    background: #259aff;
}

.acart-tutorial-link{
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 300;
    background: #0089ff;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 19px;
    padding: 15px 21px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 900;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    margin-left: 12px;
}
.cart-tutorial-link i{
	    margin-right: 9px;
}
.cart-tutorial-link:hover{
	color:#fff;
	    background: #259aff;
}
.cart-title-flex{
	line-height: 1.6em;
	justify-content: flex-start;
}

.member_quick_note{
	display:none;
}

.quick_note_trigger{
	color: #4F4F4F;
	    white-space: nowrap;
}

.items_notes{
    padding: 10px 6px;
    border-bottom: 1px dashed #edecec;
}

.items_notes .quick_note_trigger{
	text-decoration: none!important;
}

.member_quick_note_display{
	color: #A3A3A3;
	text-align: right;
	font-weight: 600;
}
.member_quick_note_display.left{
	text-align: left;
}
.quote-submitted{
	font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    background: rgb(30,105,222);
    background: -moz-linear-gradient(45deg, rgba(30,105,222,1) 0%, rgba(116,252,250,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(30,105,222,1) 0%,rgba(116,252,250,1) 100%);
    background: linear-gradient(45deg, rgba(30,105,222,1) 0%,rgba(116,252,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#74fcfa',GradientType=1 );
}
.quote-submitted .flex div{
	flex:1;
	padding-right:15px;
}
.quote-submitted a{
    background: #fff;
    padding: 4px 15px;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 600;
    color: #4cc9ea;
    width: 96px;
    text-align: center;
}
.quote-submitted a:hover{
	    background: #ececec;
}

.rejected_quote{
	background-color:#e04ba8 !important;
}

.per_rejected_quote{
	background-color:#e04ba8 !important;
}


body.body-mobile #chatra:not(.chatra--expanded){
	bottom: 50px;
}

.body-mobile #cart-fixer-operator .fr{
	margin-left: 0px;
}

@media screen and (max-width: 320px){
	#cart-fixer-operator span{
		font-size:12px !important;
	}
}

.remove-margin-left{
	margin-left: 0px !important;
}

.tool-set-inner{
	display: flex;
}	
.tool-set-inner>div{
	margin-right: 10px;
}
.tool-set-inner>div:first-child {
	margin-left: auto;
}
.items_notes{
	padding: 0;
	border-bottom: 0px dashed #edecec;
}
.tool-set-inner i{
	margin-right: 5px;
}
.tool-set-v8 i{
	margin-right: 5px;
}
.double-11-tabber{
    position: relative;
    height: 16px;
    width: 30px;
    background-image: url(../img/1111tag.png);
    background-color: #ff1313;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
}
.double-11-tabber:hover{
	opacity:.4;
}
.double-11-tabber input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 99;
}
.double-11-tabber .double-11-img{
    background-image: url(../img/1111tag.png);
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-color: #bdbdbd;
    border-radius: 3px;
    opacity: 1;
    pointer-events: none;
}
.double-11-tabber input:checked + .double-11-img{
	opacity: 0;
}

