#tofavorite-content {
	width: 80%;
	max-width: 400px;
	margin: 0;
	padding: 30px 25px;
	background: #fff;
	border-radius: 4px;
	position: fixed;
	display: none;
	z-index: 2;
}
#tofavorite-content a{
	color: #fff;
	text-align: center;
	padding: 13px 0;
	width: 100%;
	display: block;
}
#tofavorite-content .tofavorite-page-link a{
	background-color: #ff9f38;
	margin-top: 15px;
}
#tofavorite-content .tologin-page-link a,
#tofavorite-content .tologin-newmember-page-link a{
	color: #333;
	border: 1px solid #333;
	border-radius: 4px;
}
.tologin-page-link{
	margin-top: 20px;
}
.tologin-newmember-page-link{
	margin: 6px 0 20px;
}

#tofavorite-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba( 0, 0, 0, 0.5 );
}

.tofavorite-button-link {
	background-color: #ccc;
	margin-top: 10px;
}

.tofavorite-button-link:hover {
	cursor: pointer;
	color: #f00;
}

/* ---- .section-content ---- */
.section-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
	gap: 40px 4%;
}
.section-content .list {
	width: 100%;
	display: flex;
	flex-flow: column;
}
.section-content .itemimg{
	position: relative;
	order: 1;
}
.section-content .itemprice{
	order: 3;
}
.section-content .itemname{
	margin-top: 15px;
	order: 2;
}

#wc_member_favorite_page .send a{
	border: 1px solid #e19e2f;
	border-radius: 2px;
	padding: 15px 0;
	margin: 30px 0 40px;
	width: 70%;
	max-width: 300px;
	display: inline-block;
}

.section-content a.detail-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.favorite-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
}
.front-il .itemimg .favorite-icon img,
.home-widget .item-list .itemimg .favorite-icon img,
.cat-il article .itemimg .favorite-icon img,
.search-results .cat-il article .img .favorite-icon img,
#searchbox article .itemimg .favorite-icon img,
.widget_panetteria_item_list article .favorite-icon img{
	width: 100%;
	height: 100%;
}

.favorite-button{
	text-align: center;
}
.pictid .favorite-button{
	text-align: left;
	margin-left: 30%;
}
.favorite-button .not-added{
	background-color: #e19e2f;
	color: #fff;
}
.favorite-button .added,
.favorite-button .not-login{
	background-color: #ccc;
}



/*---- widget_wcex_favorite_widget ----*/
.widget_wcex_favorites_widget ul {
	padding: 0 .714286em !important;
}

.widget_wcex_favorites_widget .favorite_list {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.widget_wcex_favorites_widget .thumimg {
	width: 25% !important;
	float: right;
	text-align: center;
}

.widget_wcex_favorites_widget .thumimg img {
	width: 100%;
	height: auto;
}

.widget_wcex_favorites_widget .thumtitle {
	width: 70%;
	text-align: left;
}

.widget_wcex_favorites_widget .thumtitle_without_img {
	text-align: left;
}


/*---- header_favorite_btn ----*/
@media screen and (min-width: 62.5em){
	.fav-menu .snav .membership ul li{
		margin: 0 0 0.714em;
	}
	.fav-menu .snav .membership ul li:last-child{
		margin-bottom: 0;
	}

	.favorite-button{
		text-align: left;
	}
}

/*---- Everybody's_favorite ----*/
#content .widget_wcex_favorites_widget ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
#content .widget_wcex_favorites_widget li{
	width: calc( 50% - 4.5px );
}
#content .widget_wcex_favorites_widget .favorite_list{
	border-bottom: none;
}
#content .widget_wcex_favorites_widget .thumimg,
#content .widget_wcex_favorites_widget .thumtitle{
	display: inline-block;
	vertical-align: top;
}
#content .widget_wcex_favorites_widget .thumimg{
	width: 45% !important;
	float: none;
	
}
#content .widget_wcex_favorites_widget .thumtitle{
	width: 45%;
	margin-left: 5%;
}

@media screen and (min-width: 62.5em){
	#content .widget_wcex_favorites_widget li{
		width: calc( 20% - 7.2px );
	}
}
