/**
 * Woocommerce Lighbox by WpBean
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

/* ==========================================================================
   Popup layout
   ========================================================================== */

.wpb_wl_quick_view_content *, .wpb_wl_quick_view_content *:after, .wpb_wl_quick_view_content *:before { 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */
	-o-backface-visibility:hidden; /* opera */
	backface-visibility:hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.wpb_wl_clearfix:before,
.wpb_wl_clearfix:after { 
	display: table; 
	content: ''; 
}
.wpb_wl_clearfix:after { 
	clear: both; 
}
.wpb_wl_quick_view_content {
	background: #fff;
	padding:20px;
	max-width: 800px;
	text-align: left;
	margin: 30px auto;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
	-moz-box-shadow:0 0 0 15px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}
.wpb_wl_images img{
	border-radius: 0!important;
	box-shadow: inherit!important;
	display: block;
}

.wpb_wl_product_title{
	color: #696969;
    font-family: "Archivo Narrow";
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
	padding: 0 0 10px;
    text-transform: uppercase;
}
.wpb_wl_product_price{
	clear: both;
    display: block !important;
    margin: 0 0 15px;
    width: 100%;
}
.wpb_wl_summary .reset_variations 
{
	display:inline-block !important;
	margin-left:10px;
}
.wpb_wl_summary .single_variation_wrap 
{
	margin:10px 0 15px;
}
.wpb_wl_product_price .amount{
	font-size: 16px!important;
	line-height: 1.2!important;
	font-weight: 600!important;
}
.wpb_wl_summary p{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0 0 0;
	line-height: 1.6;
}
.wpb_wl_summary form.cart {
	overflow: hidden;
	margin: 15px 0;
}
.wpb_wl_summary .quantity .minus, 
.wpb_wl_summary .quantity .plus {
	display: none!important;
}

.wpb_wl_summary .quantity .qty {
	height: 35px!important;
	max-width: 40px!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background: #f7f7f7!important;	
	color: #888!important;
	border: 1px solid #bbb!important;
	margin: 0 10px 0 0!important;
	font-size: 14px!important;
	line-height: 1.6!important;
	font-family: inherit!important;
	outline: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	-moz-background-clip: padding!important;
	-webkit-background-clip: padding-box!important;
	background-clip: padding-box!important;
	font-weight: normal!important;
}
.wpb_wl_summary .quantity {
	float: left;
	display: inline;
	width: auto;
	min-width: inherit!important;
	border: none;
	padding: 0;
	margin: 0;
}

.wpb_wl_summary .button:hover {
	opacity: 0.8!important;
}
.wpb_wl_summary .button:focus{
	outline: 0;
}







/* ==========================================================================
   Responsive css
   ========================================================================== */

@media (max-width: 768px){
	.wpb_wl_quick_view_content{
		padding: 0;
		max-width: 80%;
	}
	.wpb_wl_images {
		display: block;
		float: inherit;
		margin: 0;
		width: auto;
	}
	.wpb_wl_images img{
		width: 100%;
	}
	.wpb_wl_summary {
	  display: block;
	  float: inherit;
	  padding: 30px 15px 0;
	  width: auto;
	}
}


/* 
====== Zoom effect ======
*/

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* 

====== Newspaper effect ======

*/

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* 

====== Move-horizontal effect ======

*/

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
	vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}
.wpb_wl_summary .value > select 
{
	padding:5px; 
	margin:0 0 10px 10px;
}
.wpb_wl_summary table, .wpb_wl_summary table td {border:none; margin:0;}

.wpb_wl_summary .star-rating {
    display: inline-block;
    margin: 0 auto 10px;   
}