/* Watchlist & Favorites Styling - Jon @ Graydian 2022-11-17 */



/* ---------- Drawer ---------- */


/* Container */

.product-content .watch-fav-inc-productdrawer-div {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}


/* Watchlist */

.product-content .watch-fav-inc-productdrawer-div .watchlist-container {
	display: inline-block;
	margin: 0	8px 15px 0;
}

.product-content .watch-fav-inc-productdrawer-div .watchlist-container .add-to-watchlist {
	
}

.product-content .watch-fav-inc-productdrawer-div .watchlist-container .add-to-watchlist a.btn-add-to-watchlist {
	font-size: 14px;
}

.product-content .watch-fav-inc-productdrawer-div .watchlist-container .add-to-watchlist a.btn-add-to-watchlist i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}


/* Favorties */

.product-content .watch-fav-inc-productdrawer-div .favorites-container {
	display: inline-block;
	margin: 0 10px 15px;	
}

.product-content .watch-fav-inc-productdrawer-div .favorites-container .add-to-favorites {
	
}

.product-content .watch-fav-inc-productdrawer-div .favorites-container .add-to-favorites a.btn-add-to-favorites {
	font-size: 14px;	
}

.product-content .watch-fav-inc-productdrawer-div .favorites-container .add-to-favorites a.btn-add-to-favorites i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}





/* ---------- Product Detail ---------- */


/* Watchlist */

.hgr-product-detail .watchlist-container {
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 10px;
}

.hgr-product-detail .watchlist-container .add-to-watchlist a.btn-add-to-watchlist {
	font-size: 12px;
}

.hgr-product-detail .watchlist-container .add-to-watchlist a.btn-add-to-watchlist i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}


/* Favorties */

.hgr-product-detail .favorites-container {
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 10px;
}

.hgr-product-detail .favorites-container .add-to-favorites a.btn-add-to-favorites {
	font-size: 12px;	
}

.hgr-product-detail .favorites-container .add-to-favorites a.btn-add-to-favorites i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}



/* ---------- Product Detail - Phone ---------- */

@media only screen  
  and (min-width: 1px) 
  and (max-width: 767px)  {
	
	/* Container */
	
	.hgr-product-detail .mobile-favorites {
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
		margin: 15px 0 10px;
		font-size: 16px;
	}
	
	/* Watchlist */
	
	.hgr-product-detail .mobile-favorites .watchlist-container.responsive {
		display: inline-block;
		margin: 0 20px;
	}
	
	.hgr-product-detail .mobile-favorites .watchlist-container.responsive .add-to-watchlist a.btn-add-to-watchlist {
		font-size: 16px;
	}
	
	.hgr-product-detail .mobile-favorites .watchlist-container.responsive .add-to-watchlist a.btn-add-to-watchlist i.fa {
		margin-right: 3px;
		font-size: 22px;
		position: relative;
		top: 2px;
	}
	
	
	/* Favorties */
	
	.hgr-product-detail .mobile-favorites .favorites-container.responsive {
		display: inline-block;
		margin: 0 20px;
	}
	
	.hgr-product-detail .mobile-favorites .favorites-container.responsive .add-to-favorites a.btn-add-to-favorites {
		font-size: 16px;
	}
	
	.hgr-product-detail .mobile-favorites .favorites-container.responsive .add-to-favorites a.btn-add-to-favorites i.fa {
		margin-right: 3px;
		font-size: 22px;
		position: relative;
		top: 2px;
	}

	  
}
















