/**
 * Woocommerce Lighbox by WpBean
 */

/* ==========================================================================
   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;
}
body .wpb_wl_images > .images {
	width: 100%!important;
	float: inherit!important;
}
.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;
	color: #fff;
}
li.product:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed .wpb_wl_preview,
.wpb_woo_slider .product:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed .wpb_wl_preview,
.filterall:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed .wpb_wl_preview,
.twi-grid li:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed .wpb_wl_preview,
.tmb.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 */
a.button.wpb_wl_details {
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}

/* 3rd Party plugins support */

.wpb_not_the_shop_page .wpb_wl_thumbnails > a {
	float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
}
.wpb_not_the_shop_page .wpb_wl_thumbnails > a.last {
    margin-right: 0;
}
.wpb_not_the_shop_page .variations label {
    font-weight: 700;
}

.wpb_not_the_shop_page .variations td.label {
    padding-right: 1em;
}
.wpb_not_the_shop_page .variations td, 
.wpb_not_the_shop_page .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}
.wpb_not_the_shop_page table td {
    padding-left: 0;
}
.wpb_not_the_shop_page .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}
.wpb_not_the_shop_page div.quantity {
    margin: 0 4px 0 0;
}
.wpb_not_the_shop_page .quantity .qty {
    width: 3.631em;
    text-align: center;
}

.wpb_not_the_shop_page div.product p.price, .wpb_not_the_shop_page div.product span.price {
    font-size: 1.25em;
}

.wpb_not_the_shop_page .woocommerce-product-rating {
    margin-bottom: 1.618em;
}
.wpb_not_the_shop_page .woocommerce-product-rating {
    line-height: 2;
    display: block;
    overflow: hidden;
}

.wpb_not_the_shop_page .woocommerce-product-rating:after, 
.wpb_not_the_shop_page .woocommerce-product-rating:before {
    content: " ";
    display: table;
}
.wpb_not_the_shop_page .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.wpb_not_the_shop_page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.wpb_not_the_shop_page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.wpb_not_the_shop_page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.wpb_not_the_shop_page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.wpb_not_the_shop_page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.wpb_not_the_shop_page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.wpb_not_the_shop_page p.price, 
.wpb_not_the_shop_page span.price {
    color: #77a464;
    font-size: 1.25em;
}
.wpb_not_the_shop_page form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
}
.wpb_not_the_shop_page .out-of-stock {
    color: red;
}


.wpb_not_the_shop_page button.button.alt.disabled, 
.wpb_not_the_shop_page button.button.alt.disabled:hover, 
.wpb_not_the_shop_page button.button.alt:disabled {
    background-color: #a46497;
    color: #fff;
}
.wpb_not_the_shop_page div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.wpb_not_the_shop_page button.button:disabled, 
.wpb_not_the_shop_page button.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
}
.wpb_not_the_shop_page #respond input#submit.alt, 
.wpb_not_the_shop_page a.button.alt, 
.wpb_not_the_shop_page button.button.alt, 
.wpb_not_the_shop_page input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.wpb_not_the_shop_page #respond input#submit, 
.wpb_not_the_shop_page a.button, 
.wpb_not_the_shop_page button.button, 
.wpb_not_the_shop_page input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.wpb_wl_preview_area .wpb_wl_preview_no_bg,
.wpb_wl_preview_area .wpb_wl_preview_no_bg:focus, 
.wpb_wl_preview_area .wpb_wl_preview_no_bg:hover, 
.wpb_wl_preview_area .wpb_wl_preview_no_bg:active {
	background: inherit;
	color: inherit;
	font-size: inherit;
	padding: inherit;
}

/**
 * Ajax Loading
 */

.wpb-wl-loading {
  z-index: 99999;
  position: absolute;
  top: 10%;
  left: 50%;
  margin: -14px 0 0 -42px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wpb-wl-loading i {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #627f9a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loadingFade 1.5s infinite;
  -moz-animation: loadingFade 1.5s infinite;
  animation: loadingFade 1.5s infinite; }

.dark.wpb-wl-loading i {
  background: white !important; }

.wpb-wl-loading i:nth-child(0) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }

.wpb-wl-loading i:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.wpb-wl-loading i:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.wpb-wl-loading i:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.wpb-wl-loading i:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}

@-moz-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}

@keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}
.woocommerce-cart .cart_item .wpb_wl_preview_area {
	display: inline-block;
	margin: 0 15px;
}
.woocommerce-cart .wpb_wl_preview_area .wpb_wl_preview {
	padding-top: 2px;
	padding-bottom: 2px;
}
.woocommerce-cart .cart_item .product-thumbnail,
.wpb_wl_ajax_enabled.wpb_wl_preview_area.wpb_wl_btn_auto_off {
	position: relative;
}
.woocommerce-cart .cart_item .dark.wpb-wl-loading i,
.wpb-plt-table .dark.wpb-wl-loading i{
  background: #9f9f9f !important; 
}
.wpb_wl_ajax_disabled .dark.wpb-wl-loading{
	display: none!important;
}


/**
 * Pretty Photo Z-INdex
 */

div.pp_pic_holder {
    z-index: 10000001;
}
div.pp_overlay {
    z-index: 10000000;
}