/**
 * Woocommerce Lighbox by WpBean
 */

@import url(https://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_quick_view_content {
	clear: both;
}
.wpb_wl_clearfix:after { 
	clear: both; 
}
.wpb_wl_quick_view_area {
	display: block;
	overflow: hidden;
}
.wpb_wl_quick_view_content {
	margin: 30px auto;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.wpb_wl_layout_left-right .wpb_wl_images {
	float: left;
	display: inline;
}
.wpb_wl_images img{
	border-radius: 0!important;
	box-shadow: inherit!important;
	display: block;
	width: 100%;
}
.wpb_wl_images .woocommerce-main-image {
    display: block;
}
.wpb_wl_thumbnails {
	margin-top: 15px;
}
.wpb_wl_layout_left-right .wpb_wl_summary {
	float: left;
	display: inline;
	padding: 30px;
}
.wpb_wl_layout_top-bottom .wpb_wl_summary {
	padding: 30px;
}
.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 {
	float: left;
	display: inline;
	width: auto;
	min-width: inherit!important;
	border: none;
	padding: 0;
	margin: 0;
}
.wpb_wl_summary .button {
	-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_fixed.wpb_wl_btn_auto_on{
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.wpb_wl_preview_area .wpb_wl_preview{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 3px!important;
	font-weight: lighter;
	display: table;
}
.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;
	text-decoration: none;
	cursor: pointer;
}
.wpb_wl_preview_area.wpb_wl_preview_area_fixed.wpb_wl_btn_auto_on .wpb_wl_preview{
	visibility: hidden;
	opacity: 0;
	display: inline!important;
}
.product:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed .wpb_wl_preview{
	visibility: visible;
	opacity: 1
}
.wpb_wl_summary .single_variation {
    margin-bottom: 10px;
}


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

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


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

/**
 * Product Gallery  
 */

.wpb_wl_images .wpb_wl_thumbnails img{
    display: block;
    height: auto;
}
.wpb_wl_images .wpb_wl_thumbnails > a {
	margin: 0;
}

/**
 * RTL Style
 */
body.rtl .wpb_wl_layout_left-right .wpb_wl_images {
	float: right;
}
body.rtl .wpb_wl_layout_left-right .wpb_wl_summary {
	float: left;
}

/**
 * FlexSlider FIX 
 */

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


/**
 *  Z index issue 
 */

.mfp-bg {
	z-index: 100042;
}
.mfp-wrap {
	z-index: 100043;
}
.mfp-preloader {
	z-index: 100044;
}
.mfp-content {
	z-index: 100045;
}
button.mfp-close, button.mfp-arrow {
	z-index: 100046;
}

/* prettyPhoto z-index */
body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.pp_overlay {
    z-index: 999999;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.pp_pic_holder {
    z-index: 1000000;
}

/* Details Button */
.wpb_wl_preview.wpb_wl_details {
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
