/**
 * @Author: 36 Pixels <imac>
 * @Date:   11/05/2014, 5:12:46
 * @Email:  anais@36pixels.fr
 * @Project: First Pixel
 * @Filename: styles.css
 * @Last modified by:   imac
 * @Last modified time: 15/12/2017, 3:42:10
 * @License: (c) 2017 by 36 Pixels. All Rights Reserved.
 */



.slide-out-div {
padding: 20px;
width: 100%;
height: 410px;
background: #ccc;
border: 1px solid #29216d;
z-index: 999;
}

div.slide-out-div.open {
padding: 20px;
width: 100%;
height: 410px;
background: #ccc;
z-index: 999;}

.slide-out-div a.handle {
	border-width:0px;
	border-style:solid;
	right:0;
	cursor:pointer;
	color:#FFF;
	margin-right: -2px;
	}



/*wishlist number counter*/
span#gema75_wc_wc_count_badge{
color:#ffffff;
padding:5px;
}

/* Next Prev buttons to scroll the wishlist */
.gema75_wc_wl_owl_next , .gema75_wc_wl_owl_prev  {
	border:1px solid #fff;
	padding:5px;
	cursor:pointer;
	display:inline-block;
	color:#fff;
	margin-bottom:5px;
}

.gema75_wc_wl_owl_next:hover , .gema75_wc_wl_owl_prev:hover {
	background-color:#ffffff;
	color:#DD2727;
}

/*remove from wishlist links*/
a.removeFromWishlistButton , a.add_to_cart_button{
	cursor:pointer;
	padding:8px;
	display:inline-block;
}

a:hover.removeFromWishlistButton {
color:#DD2727l
}


/*already on wishlist text */
span.amount,span.gema75_wc_wl_already_on_wishlist{
	color:#DD2727;
}
a.gema75_removeAllFromWishlistButton {
color: #FFFFFF;
margin: 5px;
}

/* SOCIAL SHARE ICONS */

ul#gema75_wc_wl_social_icons{
    list-style-type: none;
	float:right;
	margin-top: 0;
}

ul#gema75_wc_wl_social_icons li{
	display:inline;
}

/* social images */
ul#gema75_wc_wl_social_icons li img{
	width:20px;
}

/* single item in wishlist*/
#gema75_wishlist_list .owl-item div{
  background:white;
  padding: 5px 0px;
  width:100%;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;

 }

#gema75_wishlist_list .owl-item p {
	color: #000000;
}

.owl-theme .owl-controls .owl-page span {
background:#ffffff;
}
