/* * * CSS for the modal popup, share links and search form * */

/*
 * Bootstrap Modal v3.3.7
 * 
 * Copyright 2012 Twitter, Inc 
 * Licensed under the Apache License v2.0 
 * http://www.apache.org/licenses/LICENSE-2.0 * 
 * Designed and built with all the love in the world @twitter by @mdo and @fat. 
 */

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ign-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
	background-color: #000000;
}

.ign-modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.ign-wl-modal h4 {
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}

.modal-open {
	overflow: hidden;
}

.ign-wl-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .ign-wl-modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .ign-wl-modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .ign-wl-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.ign-wl-modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.ign-wl-modal-header button { 
	background-color: #fff !important;
}

.ign-wl-modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.wishlist_modal_label { 
    width: 80%;
    display: inline-block;
}
	
.ign-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.ign-modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.ign-modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.ign-wl-modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.ign-wl-modal-header .close {
	margin-top: -2px;
}

.ign-wl-modal-title {
	margin: 0;
	line-height: 1.42857143;
	width: 90%;
	display: inline-block;
}

.ign-wl-modal-body {
	position: relative;
	padding: 15px;
}

.ign-wl-modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.ign-wl-modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.ign-wl-modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.ign-wl-modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.ign-wl-modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.ign-wl-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.ign-wl-modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.ign-wl-modal-lg {
		width: 900px;
	}
}

#wishslist_entry_form ul {
	margin: 0 1em;
}

button#wishlist_add_button,
button#wishlist_close_button {
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 2px;
}

.add_to_wishlist_shop {
	clear:both;
}

#wishlist-pop-shop .quantity,
#wishlist-pop-shop .wishlist_button,
#wishlist-pop-shop .single_add_to_cart_button {
	text-align: center;
}
#wishlist-pop-shop .wishlist_button,
#wishlist-pop-shop .single_add_to_cart_button {
	margin: 1rem auto !important;
}
#wishlist-pop-shop .woocommerce-variation-price {
    text-align: center;
    margin: 1rem auto;
}

.wishlist_existing_select {
	margin-bottom: 1em;
}


/* Search form */

.wl_result_wrap {
	padding: 1em;
	text-align: center;
}

.wishlist_search_form input#s {
	width: 85% !important;
}


/* Sharing icons */


/* manage list link */

.list-share-links {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 16px;
}


/* ul of share icons */

.list-share-links li {
	margin: 0 5px 0 0;
	float: left;
	list-style-type: none;
}

.list-share-links a {
	display: block;
	width: 16px;
	height: 16px;
	background: url('list-share-icons.png') no-repeat 0 0;
	text-indent: -9999px;
}

.list-share-links .list-email {}

.list-share-links .list-facebook a {
	background-position: 0 -16px;
}

.list-share-links .list-twitter a {
	background-position: 0 -48px;
}

.list-share-links .list-pinterest a {
	background-position: 0 -32px;
}

