.nav-item.mini-cart-btn {
	
}

.webui-popover-mini-cart {
	min-width: 470px;
	z-index: 99!important;
}
.webui-popover .webui-popover-content {
	padding-right: 1px;
}
#cart-details {
	padding: 10px 3px;
	/*LAST PS_PHOTOSHOP
	float: left;
	width: 79%;
	*/
}
#mini-cart-btns {
	text-align: right;
	/*LAST PS_PHOTOSHOP
	float: right;
	width: 20%;
	*/
}
.pdc-empty-cart #cart-details {
	float: none;
	width: auto;
}
.pdc-empty-cart #mini-cart-btns {
	display: none;
}

#mini-cart-btns input[type=text] {
	width: auto;
}
input.pdc-error-border,
input.pdc-error-border:focus {
	border: 1px solid red;
}

	.webui-popover-mini-cart .wc-button-link {
		padding: 5px 20px;
	}


.pdc-btn {
	margin: 0 3px;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 18px;
	line-height: 22px;
	outline: none;
	background-color: #3394e6;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
.pdc-btn .badge {
	color: #337ab7;
	background-color: #fff;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
}

.pdc-buyblock input[type=text] {
	width: 60px!important;
}


.pdc-mini-cart-total-wrap {
	padding: 10px 5px 5px;
}

#mini-cart-btns a.btn, #mini-cart-btns a.wc-button-link {
	margin-bottom: 3px;
}


/*fix*/
body .popover {
	max-width: none;
	z-index2: 999;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.wc-limiter {
	width: 100%;
	margin: 0 auto;
}

.container-table100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	box-sizing: border-box;
}

.wrap-table100 {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.wc-table {
	width: 100%;
	display: table;
	margin: 0;
}

.wc-table .wc-row:nth-child(2n) {
    background-color: #e9faff;
}

@media screen and (max-width: 768px) {
	.wc-table {
		display: block;
	}
}

.wc-row {
	display: table-row;
	background: #fff;
}

.wc-row.wc-header {
	color: #ffffff;
	background: #0463bc;
}

@media screen and (max-width: 768px) {
	.wc-row {
		display: block;
	}

	.wc-row.wc-header {
		padding: 0;
		height: 0px;
	}

	.wc-row.wc-header .cell {
		display: none;
	}

	.wc-row .cell:before {
		font-family: Poppins-Bold;
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;

		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

.cell {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	.cell {
		display: block;
	}
}

.wc-row .cell {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;

	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.wc-row.wc-header .cell {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 19px;
	padding-bottom: 19px;
}

.wc-table, .wc-row {
	width: 100% !important;
}

.wc-row:not(.wc-header):hover {
	background-color: #ececff;
}

@media (max-width: 768px) {
	.wc-row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}
	
	.wc-row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.wc-row .cell:nth-child(1) {
		padding-left: 30px;
	}
	
	.wc-row .cell {
		font-family: Poppins-Regular;
		font-size: 18px;
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.wc-table, .wc-row, .cell {
		width: 100% !important;
	}
}



/*missed*/
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-primary .badge {
    background-color: #fff;
    color: #337ab7;
}
.badge {
    background-color: #777777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}