/* wishlist */

.woosw-item--price{
	display: none;
}

.woosw-popup{
	display: none !important;
}

.woosw-list table.woosw-items{
	border: 0;
}

.woosw-list table.woosw-items tr td .woosw-item--price ins{
	text-decoration: none;
}

.woosw-list table.woosw-items tr td .woosw-item--time{
	display: none;
}

.woosw-list table.woosw-items tr td.woosw-item--actions{
	display: none !important;
}

.woosw-list table.woosw-items .woosw-item{
    background: #f7f7f7 !important;
    border-bottom: 10px solid white;
}

.woosw-list table.woosw-items .woosw-item td{
	background: transparent !important;
}

.woosw-list table.woosw-items .woosw-item td{
	border: 0;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a{
	font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
}

body.logged-in #customer_login.oblibene{
	display: none !important;
}

body.logged-in #oblibene.content{
	display: block;
}

body:not(.logged-in) #customer_login.oblibene{
	display: flex;
}

body:not(.logged-in) #oblibene.content{
	display: none;
}

body:not(.logged-in) .woosw-btn{
	display: none !important;
}

body:not(.logged-in) .woosw-menu-item .woosw-menu-item-inner:after{
	content: "0";
}

.woosw-content-mid-notice{
	text-align: center;
}

.woosw-list .woosw-content-items{
	border: 0;
}

.woosw-list .woosw-content-items tbody tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f2f2f2;
	border-radius: 8px;
	margin-bottom: 10px;
}

.woosw-list table.woosw-content-items tr td{
	background: transparent !important;
	border: 0;
}

.woosw-list .woosw-content-items td:nth-of-type(3){
	order: 1;
	flex: 100%;
}

.woosw-list .woosw-content-items td:first-of-type{
	order: 3;
}

.woosw-list .woosw-content-items td:first-of-type{
	order: 2;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a{
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.woosw-list table.woosw-content-items tr td:last-of-type{
	display: none;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
    width: 80px;
    text-align: center;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--time{
	font-size: 13px;
	color: #777;
}

.woosw-list table.woosw-content-items tr td .woosw-content-item--price{
	display: none;
}

.woosw-list table.woosw-content-items tr td .woosw-content-item--name{
	font-size: 18px;
	font-family: 'Roboto Condensed', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-weight: 800;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before{
	color: #ec1117;
}
