/**
 * Woocommerce Lighbox by WpBean
 */

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

.woocommerce div.product.wpb_wl_quick_view_content div.images,
.woocommerce-page div.product.wpb_wl_quick_view_content div.images,
.wpb_wl_quick_view_content div.images {
	float: inherit;
	width: 100%;
	margin: 0;
}
.woocommerce div.product.wpb_wl_quick_view_content div.images div.thumbnails,
.woocommerce-page div.product.wpb_wl_quick_view_content div.images div.thumbnails,
div.product.wpb_wl_quick_view_content div.images div.thumbnails {
	padding-top: 0;
}
.woocommerce div.product.wpb_wl_quick_view_content div.thumbnails a,
.woocommerce-page div.product.wpb_wl_quick_view_content div.thumbnails a,
.wpb_wl_quick_view_content div.images div.thumbnails a {
	margin-bottom: 0;
	margin-top: 1em;
}
.wpb_wl_images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.fancybox-container {
	z-index: 999939;
}
.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: 40px 40px 30px;
	max-width: 800px;
	text-align: left;
	margin: 30px auto;
	position: relative;
	font-weight: 400;
}
.wpb_wl_images {
	width: 65%;
	float: left;
	display: inline;
	margin: -40px 0 -30px -40px;
}
.wpb_wl_images img{
	border-radius: 0!important;
	box-shadow: inherit!important;
	display: block;
}
.wpb_wl_summary {
	float: right;
	width: 35%;
	display: inline;
}
.wpb_wl_product_title{
	font-size: 27px;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1.2;
}
.wpb_wl_product_price{
	margin: 0 0 25px;
	display: block!important;
}
.wpb_wl_product_price .amount{
	font-size: 20px!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 25px;
	line-height: 1.6;
}
.wpb_wl_summary form.cart {
	overflow: hidden;
	margin: 35px 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;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!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 {
	border: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	height: 35px!important;
	padding: 0 15px!important;
	font-weight: 400!important;
	text-shadow: none!important;
	background: #47C285!important;
	color: #ffffff!important;
	text-shadow: none!important;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	float: left!important;
	display: inline!important;
	width: auto!important;
	font-size: 14px!important;
	text-decoration: none!important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wpb_wl_summary .button:hover {
	opacity: 0.8!important;
}
.wpb_wl_summary .button:focus{
	outline: 0;
}
.wpb_wl_preview_area{
	display: block;
	position: absolute;
	top: 35%;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.wpb_wl_preview_area .wpb_wl_preview{
	background: #47C285;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 3px!important;
	font-weight: lighter;
	visibility: hidden;
	opacity: 0;
	display: inline!important;
	cursor: pointer;
}
.wpb_wl_preview_area .wpb_wl_preview:focus,
.wpb_wl_preview_area .wpb_wl_preview:hover,
.wpb_wl_preview_area .wpb_wl_preview:active{
	outline: 0;
	color: #fff;
	text-decoration: none;
}
li.product:hover .wpb_wl_preview{
	visibility: visible;
	opacity: 1
}


/* ==========================================================================
   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);
}


/**
 * FlexSlider FIX 
 */

.wpb_wl_images .flexslider .slides > li {
	display: block;
}
.wpb_wl_images .flexslider {
	margin-bottom: 0!important;
}