/* wishlist shelf */
.wrap-wishlist {
	padding: 20px 0;
	min-height: 200px;
	clear: both;
}

.wrap-wishlist.wl-load {
	background: url(/arquivos/wl-loader.gif) no-repeat center
}

.wrap-wishlist ul {
	list-style: none;	
	margin: 0;
	line-height: 1;
	
}

.wrap-wishlist ul:before {
	display: table;
	content: ""
}

.wrap-wishlist ul:after {
	clear: both;
	display: table;
	content: ""
}

.wrap-wishlist li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0
}

.wrap-wishlist .ct {	
	text-align: center;
	border: 1px solid #fff
}

.wrap-wishlist li:hover .ct {
	border-color: #eee;
	position: relative
}

.wrap-wishlist li:hover .wl-see {
	display: block
}

.wl-product-image {
	padding: 2px
}

.wl-product-image img {
	display: block;
	width: 100%;
	height: auto
}

.wl-product-info {
	padding: 20px 20px 0;
	min-height: 200px
}

.wl-product-name  {
	font-size: 16px;
	padding: 0 0 6px;
	font-weight: normal
}

.wl-product-brand {
	font-size: 14px;
	text-transform: uppercase;
	color: #97aebf;
	padding: 0 0 16px;
}

.wl-product-price {
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	padding: 0 0 6px;
}

.wl-qty {
	font-size: 12px;
	color: #999
}

.wl-see {
	display: none;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0
}

.wl-see a {
	display: block;
	margin: 0 10px;
	color: #fff;
	border-radius: 3px;
	padding: 16px 0;
	background: #cb343a;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	transition: all 0.3s ease 0s;
}

.wl-see a:hover {
	background: #da3f45;
}

.wl-page {
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 0;
	border-top: 1px solid #ddd
}

.wl-page a {
	cursor: default;
	display: inline-block;	
	width: 30px;
	margin: 5px 5px 0 0;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	background: #333
}

.wl-page a.active {
	background: #666;
	cursor: pointer
}

.wl-empty {
	text-align: center;
	padding: 30px;
	background: #eee
}

.wl-empty p {
	padding: 0 0 20px;
	font-size: 30px
}

.wl-empty a {
	color: #fff;
	display: flex;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	background: #cb343a;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	transition: all .15s linear;
}

.wl-empty a:hover{background:#e04248}

/* wishlist summary */

.wl-summary {
	padding: 10px
}

.wl-summary strong {
	font-size: 14px
}
.wl-summary span {
	font-size: 12px
}

/* wishlist btn */
.btn-wishlist {	
	width: 24px;
	height: 24px;
	color: #fff;
	background:url("/arquivos/icon-wishlist-not-add.png");
	background-repeat:no-repeat;
	display: block;
	text-indent: -99999px;
	font-size: 0
}

.btn-wishlist.whbtn {
	background: url(/arquivos/wl-icon-2.png) no-repeat 0 0;
}

.btn-wishlist.whbtn:hover {
	background:url("/arquivos/icon-wishlist-added.png")
}


.btn-wishlist.whbtn.active {
	background:url("/arquivos/icon-wishlist-added.png")
}

.btn-wishlist.whbtn.active:hover {
	background:url("/arquivos/icon-wishlist-not-add.png")
}

.wl-summary, .btn-wishlist {
	display: none
}

/*msg*/
.wl-msg {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -150px;
	text-align: center;	
	z-index: 99999
}

.wl-msg p {
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 16px;
	padding: 10px 5px
}

.wl-msg p em {	
	display: inline-block;
	border-bottom: 1px dotted #fff
}

.wl-msg p.sucess {
	background: #63AB4A
}

.wl-msg p.error {
	background: #CA4F4F
}

.wl-msg p.load {
	background: #167AC6
}

/*modal*/
.wl-modal {
	background: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 997;
	height: 100%;
	position: fixed
}

.wl-modal-container {
	background: #fff;
	top: 50%;
	left: 50%;
	z-index: 998;
	box-sizing: border-box;
	width: 500px;
	height: 220px;
	margin:-110px 0 0 -250px;
	position: fixed;
	border-radius: 5px;
	padding: 40px;
	box-shadow: 0 0 80px #ddd;
}

.wl-title-alert {
	font-size: 26px;
	padding: 0 0 10px;
	color: #000;
	text-align: center
}

.wl-info-alert {
	color: #999;
	font-size: 16px;
	padding: 0 0 30px;
	text-align: center;
	line-height: 1.2
}

.progress {
	height: 20px;
	width: 100%;
	background:#fff;
	border:1px solid #ccc;
	position: relative;
	border-radius: 4px
}

.progress-bar {
	width:0px;
	height: 20px;
	color:#fff;
	background:url(/arquivos/wl-bar.gif) repeat-x;
	line-height: 20px;
	text-indent: 10px;
	border-radius: 4px;
	font-size: 12px
}

body.dl-load .wl-summary, body.dl-load .btn-wishlist {
	display: block
}