/* ==========================================================================
   WISHLIST
   ========================================================================== */

.show-579 { display: none; }

/* Snapshow Want */

.wishlist .snapshot.want {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #E1E1E1;
	float: left; }

.wishlist .snapshot.want .snapshot-info:before {
	content: 'I want to...';
	background: #FFFAF1;
	display: block;
	font-size: 24px;
	line-height: 120%;
	color: #D7870B;
	height: 49px;
	padding: 12px 0 0 22px;
	position : absolute;
	left: 0;
	top: 0;
	width: 100%; }

.wishlist .snapshot.want .snapshot-info {
	position: relative;
	height: auto;
	float: left;
	width: 100%;
	padding: 62px 0 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; }

.wishlist .snapshot.no-image .snapshot-info { min-height: 0; }

.wishlist .snapshot-info .search-area {
	width: calc((100% - 160px)/4);
	float: left;
	display: block;
	height: auto;
	text-align: center;
	margin: 0 16px 21px;
	max-width: 250px; }

.wishlist .snapshot-info .search-area:before {
	content: ' ';
	display: inline-block;
	width: 65px;
	height: 60px;
	margin-bottom: 6px;
	background: url(../img/wishlist-sprite.png) 5px 4px no-repeat; }

.wishlist .snapshot-info .search-area.profile:before { background-position: -221px 4px; }
.wishlist .snapshot-info .search-area.breast:before { background-position: -456px 4px; }
.wishlist .snapshot-info .search-area.body:before { background-position: -692px 4px; }

.wishlist .snapshot-info .search-area .snapshot-heading {
	color: #D7870B;
	text-transform: lowercase;
	font-size: 19px;
	font-style: italic; }

.wishlist .snapshot-info .search-area .snapshot-description {
	margin-top: 10px; }

.wishlist .snapshot-info .search-area .snapshot-description select {
	font-size: 14px;
	line-height: 150%;
	text-transform: lowercase;
	color: #000000;
	margin: 5px 0;
	width: 100%; }

.wishlist .snapshot .snapshot-info a {
	display: block;
	color: white;
	width: auto;
	height: 100%;
	margin-right: 15px;
	margin-bottom: 25px;
	text-decoration: none;
	float: left;
	line-height: 0;
	position: relative; }

.wishlist .snapshot .snapshot-info a.home {
	float: none;
	line-height: 1.2;
	padding: 0.3em 0;
	cursor: pointer; }

.wishlist .snapshot .snapshot-info a span.gallery {
	font-size: 19px;
	width: auto;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -7px;
	text-align: center;
	display: block;
	line-height: 0;
	z-index: 10; }

.wishlist .snapshot .snapshot-info a.nudity-overlay span.gallery { display: none; }

.wishlist .snapshot .snapshot-info a:hover span.gallery strong.text { background: none repeat scroll 0 0 #f1961b; }

.wishlist .snapshot .snapshot-info a span.gallery strong.text {
	background: none repeat scroll 0 0 #F4A944;
	border: 1px solid #FFF;
	box-shadow: 0 2px 10px rgba(17, 28, 25, 0.25);
	position: relative;
	width: 216px;
	padding: 4px 11px;
	margin: 0 auto;
	font-weight: normal;
	line-height: 1; }

.wishlist .snapshot .snapshot-info img {
	max-height: 169px;
	max-width: 444px;
	border: 1px solid #FBE7C5;
	box-shadow: 0 2px 10px rgba(17, 28, 25, 0.25); }

.wishlist .snapshot .snapshot-info h1.snapshot-heading
.wishlist .snapshot .snapshot-info h2.snapshot-heading {
	margin: 0 0 5px;
	font-size: 38px;
	letter-spacing: 0; }

.wishlist .snapshot .snapshot-info h2.snapshot-heading {
	margin-top: 31px;
	font-size: 42px;
	color: #e79618; }

.wishlist .snapshot .snapshot-info h1.snapshot-description {
	font-size: 20px; }

.wishlist .snapshot .snapshot-info .snapshot-button {
	width: 348px;
	height: 57px;
	margin: 14px auto 0;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-size: 33px;
	line-height: 57px;
	/* background: url('../img/bg-snapshot-button.gif') center center repeat-x; */
	background: url('data:image/gif;base64,R0lGODlhAQA5ANUAAAAAAP///5i04Zq14pq24pm14Zu24pq14Zy34p234p6445+546G65KC646K75KO85KW95aa+5ae/5ai/5arB5qzD56vC5q7E56vA46/F6LHG6LPH6bTI6bbJ6bfK6rjL6rvN67rM6rzO677P7L/Q7M/c8enp6f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACcALAAAAAABADkAAAYqwFKANBKBQh9Ph7PRZC4VC2UiiUAeDkZjoVAkEAYDYXAomM2CtHq9NmGCADs=') center center repeat-x;
	-webkit-box-shadow: 0 2px 10px rgba(17, 28, 25, .25);
	-moz-box-shadow: 0 2px 10px rgba(17, 28, 25, .25);
	box-shadow: 0 2px 10px rgba(17, 28, 25, .25);
	text-shadow: 0 2px 10px rgba(17, 28, 25, .25);
	-moz-text-shadow: 0 2px 10px rgba(17, 28, 25, .25);
	-webkit-text-shadow: 0 2px 10px rgba(17, 28, 25, .25); }

.wishlist .snapshot .snapshot-info .snapshot-button span.arrow {
	bottom: 2px;
	font-size: 21px;
	margin-left: 3px;
	position: relative; }

.wishlist .snapshot .snapshot-info .snapshot-button a:hover { text-shadow: none; }

/* Snapshot Details */

.wishlist .snapshot .snapshot-details {
	border-top: 4px double #E1E1E1;
	float: left;
	width: calc(100% - 64px);
	padding-top: 30px;
	margin: 0 32px 30px; }

.wishlist .snapshot .snapshot-facts {
	width: calc(100% - 306px);
	float: left; }

.wishlist .snapshot .snapshot-cost {
	float: right;
	width: 306px;
	padding-left: 30px;
	border-left: 4px double #E1E1E1; }

.wishlist .snapshot .snapshot-facts h2,
.wishlist .snapshot .snapshot-cost h2 {
	color: #336db5;
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 150%;
	margin: 7px 0;
	text-transform: uppercase; }

.wishlist .snapshot.want #snapshot-facts.temp {
	display:none; }

.wishlist .snapshot.want .snapshot-facts .left {
	float: left;
	width: 270px;
	text-align:center; }

.wishlist .snapshot.want .snapshot-facts .left img {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin-bottom: 13px; }

.wishlist .snapshot.want .snapshot-facts .left a.add-wish {
	background: url(../img/icons/wishlist-icon.svg) no-repeat;
	color: #336db5;
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.03em;
	padding-left: 21px;
	text-decoration-line: underline;
	text-transform: uppercase;
	display: inline-block; }

.wishlist .snapshot.want .snapshot-facts .right {
	float: right;
	width: calc(100% - 300px); }

.wishlist .snapshot.want .snapshot-facts ul,
.wishlist .snapshot.want .snapshot-cost ul {
	float: left;
	margin: 0;
	width: 90%;
	padding: 10px 0 0 30px; }

.wishlist .snapshot.want  .snapshot-facts ul li,
.wishlist .snapshot.want  .snapshot-cost ul li {
	letter-spacing: 0;
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	font-size: 17px;
	line-height: 150%;
	color: #524A43; }

.wishlist .snapshot.want  .snapshot-facts ul li:before,
.wishlist .snapshot.want  .snapshot-cost ul li:before {
	color: #336db5;
	content: '\E807';
	font-family: 'fontello';
	font-size: 14px;
	left: -21px;
	line-height: 1em;
	position: absolute;
	top: 3px; }

.wishlist .snapshot.want .snapshot-facts .right a:link,
.wishlist .snapshot.want .snapshot-facts .right a:visited,
.wishlist .snapshot.want .snapshot-cost a:link,
.wishlist .snapshot.want .snapshot-cost a:visited { color: #1e61b3; }

.wishlist .snapshot.want .snapshot-facts .right a:hover,
.wishlist .snapshot.want .snapshot-cost ul li a:hover { color: #8B2C54; }





.wishlist .snapshot .snapshot-facts .stats-disclaimer {
	font-size: 15px;
	padding-left: 10px; }

/* Wishlist Fav Results */

.wishlist .wish-favorite {
	margin-bottom: 11px;
	margin-right: 7px;
	margin-top: 0;
	min-height: 212px;
	height: auto;
	position: relative;
	max-width: 342px;
	padding: 0;
	float: left;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	margin: 0 30px 30px 0;
	width: calc((100% - 60px)/3); }

.wishlist .wish-favorite:nth-of-type(3n) { margin-right: 0; }

.wishlist .wish-favorite .wish-favorite-inner { margin: 0; }

.wishlist .wish-favorite .header {
	display: block;
	line-height: 1;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #FAF4EB;
	height: calc(100% - 70px);
	min-height: 140px;
	position: relative;
	box-shadow: none; }

.wishlist .wish-favorite .img-inner {
	display: inline-block;
	vertical-align: middle; }

.wishlist .wish-favorite .img-inner img {
	max-height: 120%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

.wishlist .wish-favorite .title {
	text-decoration: none;
	font-style: normal;
	font-size: 18px;
	line-height: 120%;
	align-items: center;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #524A43;
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	display: block;
	margin: 10px 3px 7px; }

.wishlist .wish-favorite .footer .heart {
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	color: #831D48; }

.wishlist .wish-favorite .footer { display: block; }

.wishlist .wish-favorite .footer .heart:before {
	content: '\e400';
	font-family: 'fontello';
	display: inline-block;
	margin-right: 6px; }

.wishlist .wish-favorite .footer a {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #831D48;
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	text-transform: capitalize; }

.wishlist .wish-favorite.empty {
	text-align: center;
	padding: 30px 0; }

.wishlist .wish-favorite.empty a {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #831D48;
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	text-transform: capitalize; }

.wishlist .wish-favorite.empty.no-show { display:none; }

/* Tabbed Content */

.wishlist .tab-content {
	display: none; }

.wishlist .tab-content.active {
	width: 100%;
	display: block;
	padding: 30px 0 0;
	float: left; }

.wishlist .wishlist-favs-wrapper {
	margin-bottom: 25px;  }

.wishlist .wishlist-favs-wrapper .tab-nav {
	position: relative;
	border-bottom: 1px solid #E1E1E1;
	float: left;
	width: 100%; }

.wishlist .wishlist-favs-wrapper .tab-nav .send-wish {
	position: absolute;
	right: 0;
	bottom: 10px; }

.wishlist .wishlist-favs-wrapper .tab-nav .tab {
	color: #524A43;
	display: inline-block;
	font-size: 23px;
	text-decoration: none;
	padding: 18px 29px 10px;
	margin: 0;
	background: #E1E1E1;
	border-radius: 5px 5px 0px 0px; }

.wishlist .wishlist-favs-wrapper .tab-nav .tab:hover,
.wishlist .wishlist-favs-wrapper .tab-nav .tab.active {
	color: #fff;
	background: #524A43; }

.wishlist .wishlist-favs-wrapper .tab-nav .tab#headerWishList { margin-right: 30px; }

/* Wishlist Table */

.wishlist .snapshot.wish {
	margin-top: 0px;
	display: none;
	width: 100%; }

.wishlist .snapshot.wish.active { display: inline-block; }

.wishlist .snapshot.wish table tr.titles {
	color: #d99223;
	background: url('../img/bg-snapshot-info.png') repeat-x scroll center bottom rgba(0, 0, 0, 0);
	font-size: 1.57894737em; }

.wishlist .snapshot.wish table tr.titles td {
	font-size: 28px;
	line-height: 120%;
	align-items: center;
	color: #D7870B;
	padding-bottom: 12px; }

.wishlist .snapshot.wish table tr.bottom td {
	padding-bottom: 12px; }

.wishlist .snapshot.wish table tr.sub-title {
	font-size: 21px;
	color: #84807c; }

.wishlist .snapshot.wish table tr.sub-title td.col-one-b {
	background: url('../img/bg-snapshot-facts.png') repeat-y scroll right bottom rgba(0, 0, 0, 0);
	padding: 8px 0 7px; }

.wishlist .snapshot.wish table tr td.low,
.wishlist .snapshot.wish table tr td.high,
.wishlist .snapshot.wish table tr td.cost {
	text-align: center;
	font-size: 18px;
	width: 138px;
	color: #000; }

.wishlist .snapshot.wish table tr.spacer { line-height: 11px; }

.wishlist .snapshot.wish table tr.sub-title td.col-one-b {
	background: url('../img/bg-snapshot-facts.png') repeat-y scroll right bottom rgba(0, 0, 0, 0);
	padding: 8px 0 7px; }

.wishlist .snapshot.wish table tr.sub-title td.low,
.wishlist .snapshot.wish table tr.sub-title td.high {
	text-align: left;
	color: #84807c;
	padding-left: 15px;
	font-family: 'AGaramond-Italic'; }

.wishlist .snapshot.wish table tr.total td.low,
.wishlist .snapshot.wish table tr.total td.high {
	color: #1e61b3; }

.wishlist .snapshot.wish table tr.total td {
	padding-top: 10px; }

.wishlist .snapshot.wish table tr.total td.col-one {
	color: #84807c;
	padding-right: 23px;
	font-size: 21px;
	font-family: 'AGaramond-Italic';
	text-align: right; }

.wishlist .snapshot.wish table tr td.col-one {
	font-size: 17px;
	line-height: 23px; }

.wishlist .snapshot.wish table tr td.col-one a:link,
.wishlist .snapshot.wish table tr td.col-one a:visited {
	display: block;
	color: #1e61b3;
	background: url('../img/dot.png') left 7px no-repeat;
	padding-left: 11px; }

.wishlist .snapshot.wish table tr td.col-one a:hover { color: #8B2C54; }

.wishlist .snapshot.wish table tr td.wishRemove {
	white-space: nowrap;
	padding-right: 8px; }

.wishlist .snapshot.wish table tr td.wishRemove a {
	border: 1px solid #aaa;
	padding: 6px 4px 5px 4px;
	text-transform: lowercase;
	font-size: 13px;
	text-decoration: none;
	color: #807A75;
	display: inline-block;
	line-height: 1em; }

.wishlist .snapshot.wish table tr td.wishRemove a:hover {
	background: #aaa;
	color: #fff; }

.wishlist .snapshot.wish table tr td.col-one,
.wishlist .snapshot.wish table tr td.high {
	background: url('../img/bg-snapshot-facts.png') repeat-y scroll right bottom rgba(0, 0, 0, 0); }

.wishlist .snapshot.wish table tr td.high.last {
	background: none; }

.wishlist .snapshot.wish table tr td.low {
	border-right: 1px solid #d8d8d8; }

.wishlist .snapshot.wish table tr.non-surg {
	border-top: 1px solid #f2d7ad; }

.wishlist .snapshot.wish table tr.total {
	background: url('../img/bg-snapshot-info.png') repeat-x scroll center top rgba(0, 0, 0, 0); }

.wishlist .snapshot.wish table tr td.procedures { width: 31.5%; }
.wishlist .snapshot.wish table tr td.prices { width: 30%; }
.wishlist .snapshot.wish table tr td.financing { width: 38%; }

.wishlist .snapshot.wish .snapshot-inner {
	margin: 17px 15px 11px; }



.wishlist .snapshot .financing-disclaimer {
	display: block;
	text-align: right;
	font-size: 0.75em;
	color: #84807c;
	margin-top: 5px;
	letter-spacing: 0.03em;
	line-height: 1.25em; }

.wishlist .snapshot .financing-disclaimer-ast {
	color: #1e61b3 !important;
	vertical-align: super; }


table#wishTable select {
	font-size: 13px;
}

@media (min-width: 480px) {

	.wishlist .page-width {
		max-width: 1030px;
		padding-left: 30px;
		padding-right: 30px; }

}

@media (max-width: 950px) {

	.wishlist .snapshot.want {
		width: 100vw;
		margin-left: calc(((100vw - 100%)/2)* -1);
	}

}

@media (max-width: 900px) {

	.wishlist .snapshot.want .snapshot-facts .left,
	.wishlist .snapshot.want .snapshot-facts .right {
		float: none;
		display: inline-block;
		vertical-align: top; }

	.wishlist .snapshot.want .snapshot-facts .right { margin: 0 0 0 30px; }

	.wishlist .snapshot .snapshot-facts {
		width: 100%;
		float: none;
		margin: 0 auto 30px; }

	.wishlist .snapshot .snapshot-cost {
		float: none;
		width: 100%;
		text-align: left;
		max-width: 320px;
		padding: 0;
		border: 0;
		margin: 0 auto; }

}


@media (max-width: 850px) {

	.wishlist .wishlist-favs-wrapper .tab-nav {
		margin-top: 50px; }

	.wishlist .wishlist-favs-wrapper .tab-nav .send-wish {
		bottom : 70px;
		right  : calc((100% - 300px) / 2); }

	.wishlist .snapshot.wish table tr.titles td {
		font-size: 21px; }

	.wishlist .wishlist-favs-wrapper .tab-nav .tab {
		font-size: 21px;
		padding: 13px 21px 10px; }

}

@media (max-width: 800px) {

	.wishlist .snapshot-info .search-area {
		width: calc((100% - 90px)/2); }

}

@media (max-width: 650px) {

	.wishlist .wish-favorites.active {
		padding: 15px 15px 0; }

	.wishlist .wish-favorite {
		width: calc((100% - 15px)/2); }

	.wishlist .wish-favorite:nth-of-type(n) {
		margin-right: 15px;
		margin-bottom: 15px; }

	.wishlist .wish-favorite:nth-of-type(2n) {
		margin-right: 0; }

}

@media (max-width: 630px) {

	.wishlist .snapshot.want .snapshot-facts .left,
	.wishlist .snapshot.want .snapshot-facts .right {
		width: 100%;
		margin: 0 auto 21px;
		max-width: 320px;
		display: block; }

	.wishlist .wishlist-favs-wrapper {
		width: 100vw;
		margin-left: calc(((100vw - 100%)/2)* -1); }

}

@media (max-width: 579px)  {

	.wishlist h2 { font-size: 1.5em; }

	.wishlist .wishlist-favs-wrapper .tab-nav .tab,
	.wishlist .snapshot.wish table tr.titles { font-size: 1.25em; }

	.hide-579 { display: none; }

	.wishlist .snapshot.wish table tr td.col-one a:link,
	.wishlist .snapshot.wish table tr td.col-one a:visited {
		background: none;
		padding-left: 0px; }

	.wishlist .snapshot.wish table tr td,
	.wishlist .snapshot.wish table tr td.low,
	.wishlist .snapshot.wish table tr td.high,
	.wishlist .snapshot.wish table tr td.cost,
	.wishlist .snapshot.wish table tr.sub-title,
	.wishlist .snapshot.wish table tr td.col-one a:link,
	.wishlist .snapshot.wish table tr td.col-one a:visited,
	.wishlist .snapshot.wish table tr.total td.col-one {
		font-size: 14px;
		line-height: 1.25em; }

	.wishlist .wishlist-favs-wrapper .tab-nav .tab,
	.wishlist .snapshot.wish table tr.titles {
		font-size: 1em; }

	.wishlist .snapshot.wish .snapshot-inner {
		margin: 10px 5px; }

	.show-579 { display: inline; }

} /* max-width:579px */

@media (max-width: 479px)  {

	.wishlist .wishlist-favs-wrapper .tab-nav .send-wish {
		bottom: 50px;
		font-size: 16px; }

	.wishlist .wishlist-favs-wrapper .tab-nav .tab#headerWishList {
		margin-right: 13px; }

	.wishlist .wishlist-favs-wrapper .tab-nav .tab {
		padding: 8px 15px 7px; }

} /* max-width:479px */

@media (max-width: 450px) {

	.wishlist .wish-favorites.active {
		padding: 15px calc((100% - 342px)/2) 0; }

	.wishlist .wish-favorite {
		width : 100%; }

	.wishlist .wish-favorite:nth-of-type(n) {
		margin : 0 0 15px; }

}

@media (max-width: 430px)  {

	.wishlist .snapshot.wish table tr.titles td {
		font-size: 18px; }

}

@media (max-width: 360px)  {

	.wishlist .wish-favorites.active {
		padding: 15px 15px 0; }

	.wishlist .snapshot.wish table tr.titles td {
		font-size: 16px; }

}
