/* Webko Wish List */
.wishlist-actions {
	text-align: center;
	margin-bottom: 30px;
	clear: both;
}
.wishlist-count {
	text-align: right;
	font-size: 13px;
    padding: 0;
    line-height: 30px;
    font-weight: 100;
}
.webko-wl-error {
	background: #FFC54B;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.single-product .product_title {
	position: relative;
	padding-right: 60px;
	display: block;
	width: 100%;
	clear: both;
}

.webko-wl-controls {
	text-align: center;
}

.webko-wl-controls label .active:before, .webko-wl-controls label .not-active:before {
	content: '';
	width: 14px;
	height: 13px;
	display: inline-block;
	background: url(assets/wishlist-widget-icon.svg) no-repeat center;
	background-size: contain;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.webko-wl-controls label .active:before {
	background: url(assets/wishlist-widget-icon-active.svg) no-repeat center;
	background-size: contain;
}

.webko-wl-controls label {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.webko-wl-controls label .active {
	display: none;
}

.webko-wl-controls input:checked+label .active {
	display: inline;
}

.webko-wl-controls input:checked+label .not-active {
	display: none;
}

.webko-wl-controls input {
	display: none;
}

/* Wishlist Table */

.wish-list-wrap {
	width: 940px;
	margin: 0 auto;
}

.confirm-table {
	width: 100%;
	vertical-align: middle;
	display: table;
	border-collapse: collapse;
}

.confirm-table .confirm-table-row {
	vertical-align: middle;
	display: table-row;
	border: 1px solid #F3F6F6;
}

.confirm-table .confirm-table-header-row {
	border: 0;
}

.confirm-table .confirm-table-row .remove-column {
	width: 80px;
}

.confirm-table .confirm-table-row .remove-column a {
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	height: 100%;
}

.confirm-table .confirm-table-row:not(.confirm-table-header-row):hover .remove-column a {
	background: url(assets/remove-icon.svg) no-repeat center;
}

.confirm-table .confirm-table-row:not(.confirm-table-header-row):hover>div {
	background: #F3F6F6;
}

.confirm-table .confirm-table-row>div {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

.confirm-table .confirm-table-row>.image-column img {
	max-height: 75px;
	width: auto;
	border: 1px solid #F3F6F6;
}

.confirm-table .confirm-table-row>.image-column {
	width: 100px;
}

.confirm-table .confirm-table-row>.image-column a {
	display: inline-block;
	vertical-align: middle;
	max-height: 75px;
}

.confirm-table .confirm-table-header-row>div {
	height: auto;
	vertical-align: bottom;
	font-weight: normal;
	padding-bottom: 15px;
}

.confirm-table del {
	font-size: 10px;
	display: block;
}

.confirm-table .confirm-table-row .piece-price-column {
	text-align: right;
	width: 200px;
}

.confirm-table .confirm-table-row .total-price-column {
	text-align: right;
	width: 150px;
}

.confirm-table .confirm-table-row .quantity-column {
	text-align: center;
	width: 200px;
}

.confirm-table .confirm-table-row .total-price-column {
	padding-right: 25px;
}

.confirm-table .confirm-table-row .product-data-column {
	padding-left: 20px;
}

.confirm-table-totals {
	text-align: right;
	margin: 15px 0;
	padding-right: 25px;
}

.empty-wish-list {
	text-align: center;
	display: block;
	width: 450px;
	max-width: 100%;
	margin: 0 auto 50px auto;
	padding: 50px;
	background: #f0efec;
}

/* End Wishlist Table */

/* Wishlist Widget */

.webko-wl-widget {
	margin: 0 13px;
	padding: 0;
	transition: all .3s ease;
	position: relative;
	text-align: center;
}

.webko-wl-widget a {
	position: relative;
	text-decoration: none;
}

.webko-wl-widget .widget-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.webko-wl-widget img {
	height: 23px;
	text-align: center;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.webko-wl-count {
	display: inline;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	background-color: transparent !important;
}

.webko-wl-widget:hover {
	background: transparent;
}

@media screen and (max-width: 979px) {
	.wish-list-wrap {
		width: 105%;
		position: relative;
		left: -2.5%;
	}
	.wish-list-wrap .confirm-table .confirm-table-row:hover {
		background: transparent;
	}
	.wish-list-wrap .confirm-table .confirm-table-row>div, .wish-list-wrap .confirm-table .confirm-table-row:hover>div {
		display: inline-block;
		text-align: left;
		height: auto;
		width: auto;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.confirm-table .confirm-table-row {
		position: relative;
		display: block;
		border-left: 0;
		border-right: 0;
		height: 80px;
		margin-top: -1px;
	}
	.confirm-table .confirm-table-header-row, .wish-list-wrap .confirm-table .confirm-table-row .piece-price-column, .wish-list-wrap .confirm-table .confirm-table-row:hover .piece-price-column {
		display: none;
	}
	.confirm-table .confirm-table-row>.product-data-column {
		position: absolute;
		left: calc(2.5% + 70px);
		top: 15px;
		width: calc(100% - 140px);
	}
	.wish-list-wrap .confirm-table .confirm-table-row>.image-column, .wish-list-wrap .confirm-table .confirm-table-row:hover>.image-column {
		width: 60px;
		position: absolute;
		left: 2.5%;
		top: 9px;
		height: auto;
	}
	.wish-list-wrap .confirm-table .confirm-table-row>.image-column img {
		width: 100%;
		height: auto;
		max-height: none;
	}
	.wish-list-wrap .confirm-table .confirm-table-row>.quantity-column {
		position: absolute;
		right: 15px;
		bottom: 15px;
		font-size: 12px;
	}
	.wish-list-wrap .confirm-table .confirm-table-row .remove-column, .wish-list-wrap .confirm-table .confirm-table-row:hover .remove-column {
		position: absolute;
		right: 17px;
		top: 15px;
		width: 15px;
		height: 8px;
		opacity: 1;
		display: block;
	}
	.wish-list-wrap .confirm-table .confirm-table-row .remove-column, .wish-list-wrap .confirm-table .confirm-table-row:hover .remove-column a {
		background: url(assets/remove-icon.svg) no-repeat right;
	}

	.confirm-table .confirm-table-row>.total-price-column {
		position: absolute;
		bottom: 15px;
		left: calc(2.5% + 70px);
		padding: 0;
		font-size: 12px;
	}
}
.webko-wl-remove-link {
	position: absolute;
	right: 10px;
	top: 0px;
	display: block;
	font-size: 30px;
	font-weight: lighter;
	z-index: 99;
}
/* End Wishlist Widget */

/* Saved wishlists */
.saved-wishlists-table {
    width: 77.7%;
    border-bottom: solid 1px #121212;
    padding: 15px 0px;
}
.saved-wishlists-table th, .saved-wishlists-table td {
	text-align: left;
}
.saved-wishlists-table td:last-child, .saved-wishlists-table th:last-child {
	text-align: center;
}
.woocommerce-MyAccount-navigation-link.is-active {
	font-weight: bold;
}
@media screen and (max-width: 979px) {
	.saved-wishlists-table {
		width: 100%;
	}	
	body.woocommerce-edit-address form {
		width: 100%;
	}
}
/* End saved wishlists */