/**
 * Woocommerce Lighbox by WpBean
 */


/*
	Flaticon icon font: Flaticon
	Creation date: 28/04/2019 13:21
*/

@font-face {
  font-family: "WpbWlIcons";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "WpbWlIcons";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="wpbwlicon-"]:before, [class*=" wpbwlicon-"]:before,
[class^="wpbwlicon-"]:after, [class*=" wpbwlicon-"]:after {   
  font-family: WpbWlIcons;
  font-style: normal;
  display: inline-block;
}

.wpbwlicon-left-arrow:before { content: "\f100"; }
.wpbwlicon-right-arrow:before { content: "\f101"; }
.wpbwlicon-search:before { content: "\f102"; }
.wpbwlicon-visible:before { content: "\f103"; }
.wpbwlicon-cancel:before { content: "\f104"; }
.wpbwlicon-heart:before { content: "\f105"; }
.wpbwlicon-info:before { content: "\f106"; }
.wpbwlicon-right-arrow-1:before { content: "\f107"; }
.wpbwlicon-left-arrow-1:before { content: "\f108"; }
.wpbwlicon-cancel-1:before { content: "\f109"; }


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

html.wpb_wl_opened {
	overflow: hidden;
}
.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: flex;
	overflow: hidden;
}
.wpb_wl_quick_view_content {
	margin: 30px auto!important;
	position: relative;
	font-weight: 400;
}
.wpb_wl_layout_top-bottom .wpb_wl_quick_view_area {
	flex-direction: column;
}
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 {
	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 {
	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: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;
	height: 70px;
}
.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: 600;
	display: table;
	text-decoration: none;
}
.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-btn-type-icon_text i {
	margin-right: 5px;
}
.rtl .wpb-wl-btn-type-icon_text i {
	margin-right: 0;
	margin-left: 5px;
}
.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: 20px;
}
.mfp-close:hover, .mfp-close:focus {
	background-color: transparent;
	box-shadow: none;
	background-image: none;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 999999!important;
}
.wpb_wl_summary .wcppec-checkout-buttons {
	text-align: unset;
}
.wpb_wl_summary #woo_pp_ec_button_product {
	padding-top: 0;
}
.wpb_wl_images figure {
	margin: 0;
}

/**
 * Quick View Slider
 */

.wpb-wl-slider-area .slick-prev, .wpb-wl-slider-area .slick-next {
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpb-wl-slider-area .slick-prev:hover, .wpb-wl-slider-area .slick-prev:focus, .wpb-wl-slider-area .slick-next:hover, .wpb-wl-slider-area .slick-next:focus {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}
.wpb-wl-slider-area .slick-next {
    right: 0;
}
.wpb-wl-slider-area .slick-prev {
	left: 0;
	right: unset;
}

.rtl .wpb-wl-slider-area .slick-next {
    right: unset;
    left: 0;
}
.rtl .wpb-wl-slider-area .slick-prev {
	left: unset;
	right: 0;
}


/**
 * Quick View Content Style
 */

body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary .product_title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 600;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	padding: 0;
	clear: none;
}
body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary p.price, body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary span.price {
    color: inherit;
    font-size: 22px;
    margin-bottom: 20px;
}
div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary form.cart,
div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary .product_meta,
div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary .wpb-wl-yith-elements {
    border-bottom: 1px solid rgba( 13,13,13, 0.03);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary .product_meta,
div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_summary .wpb-wl-yith-elements {
	margin-top: 0;
}
body div.product.wpb_wl_content_style_wpb_popup_style form.cart .variations {
	margin-bottom: 20px;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity {
    position: relative;
    float: left;
    overflow: hidden;
    zoom: 1;
    min-width: 110px;
}
body div.product.wpb_wl_content_style_wpb_popup_style form.cart div.quantity {
    float: left;
    margin-right: 10px;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity .qty, 
div.product.wpb_wl_content_style_wpb_popup_style .quantity .minus, 
div.product.wpb_wl_content_style_wpb_popup_style .quantity .plus {
	display: block;
    float: left;
    width: 36px;
    min-height: 36px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity a:focus {
	outline: 0;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity input[type="number"] {
    max-width: 58px;
    min-height: 36px;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity .plus {
    border-left-width: 0;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity .minus {
    border-right-width: 0;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity .minus, .quantity .plus {
    font-size: 13px;
    line-height: 34px;
}
div.product.wpb_wl_content_style_wpb_popup_style .qodef-quantity-minus,
div.product.wpb_wl_content_style_wpb_popup_style .qodef-quantity-plus {
	display: none!important;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity input[type="number"]::-webkit-outer-spin-button,
div.product.wpb_wl_content_style_wpb_popup_style .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.product.wpb_wl_content_style_wpb_popup_style .quantity input[type="number"] {
    -moz-appearance:textfield;
}
body div.product.wpb_wl_content_style_wpb_popup_style .cart .single_add_to_cart_button,
body div.product.wpb_wl_content_style_wpb_popup_style .single_adq_button,
body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_details,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-add-button a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistaddedbrowse a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistexistsbrowse a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-ywraq-add-button .button {
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistaddedbrowse .feedback,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistexistsbrowse .feedback {
	display: none;
}
body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_details,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-add-button a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistaddedbrowse a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistexistsbrowse a,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-ywraq-add-button .button {
	color: #515151;
	background-color: #ebe9eb;
}
body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_details:hover, 
body div.product.wpb_wl_content_style_wpb_popup_style .wpb_wl_details:focus,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-add-button a:hover, 
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-add-button a:focus,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistaddedbrowse a:hover, 
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistaddedbrowse a:focus,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistexistsbrowse a:hover, 
body div.product.wpb_wl_content_style_wpb_popup_style .yith-wcwl-wishlistexistsbrowse a:focus,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-ywraq-add-button .button:hover,
body div.product.wpb_wl_content_style_wpb_popup_style .yith-ywraq-add-button .button:focus {
	background-color: #dfdcde;
	text-decoration: none;
	background-image: none;
	color: #515151;
}
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta > span {
    display: block;
    margin-bottom: 12px;
}
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta > span:last-child {
	margin-bottom: 0;
}
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta span.sku {
    display: inline;
}
body div.product.wpb_wl_content_style_wpb_popup_style .sku_wrapper span {
    display: inline;
    color: #555;
    font-weight: 400;
}
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta > span {
    color: #333;
    font-weight: 600;
}
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta a {
    color: #ababab;
    font-weight: 400;
    text-decoration: none;
}
.wpb-wl-yith-elements {
	display: block;
	overflow: hidden;
}
.wpb-wl-yith-elements > * {
    display: block;
    margin-top: 0;
    margin-right: 10px;
    float: left;
}
body div.product.wpb_wl_content_style_wpb_popup_style form.cart,
body div.product.wpb_wl_content_style_wpb_popup_style .product_meta {
	border-top: 0;
	padding-top: 0;
}
body div.product.wpb_wl_content_style_wpb_popup_style table.shop_attributes {
	border-top: 1px solid rgba( 13,13,13, 0.03);
}
body div.product.wpb_wl_content_style_wpb_popup_style table.shop_attributes th {
	border-bottom: 1px solid rgba( 13,13,13, 0.03);
}


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

@media (max-width: 768px){
	.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;
	}
	.wpb_wl_layout_left-right .wpb_wl_quick_view_area {
		flex-direction: column;
	}
	.woocommerce .wpb-owp-quick-view {
		position: unset;
		opacity: 1;
		visibility: visible;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
}


/* 
====== 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;
}
.rtl .wpb_wl_summary {
	text-align: right;
}

/**
 * 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_summary .product_meta {
	margin-bottom: 20px;
}
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 {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 15px;
	height: 15px;
	-webkit-animation: wpbwlspin 2s linear infinite; /* Safari */
	animation: wpbwlspin 2s linear infinite;
}
.wpb_wl_preview_area.wpb_wl_btn_auto_off {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.wpb_wl_preview_area.wpb_wl_btn_auto_off .wpb-wl-loading {
    margin: 0 15px;
}
.wpb_wl_preview_area.wpb_wl_btn_auto_on .wpb-wl-loading,
.products.oceanwp-row .wpb-wl-loading {
	z-index: 99999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -12px;
}

/* Safari */
@-webkit-keyframes wpbwlspin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes wpbwlspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	display: flex;
}
.woocommerce-cart .cart_item .wpb_wl_preview_area {
	display: inline-flex;
	margin: 0 15px;
}
.woocommerce-cart .wpb_wl_preview_area .wpb_wl_preview {
	padding-top: 6px;
	padding-bottom: 6px;
}
.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 .wpb-wl-loading i,
.wpb-plt-table .wpb-wl-loading i{
  background: #9f9f9f !important; 
}
.wpb_wl_ajax_disabled .wpb-wl-loading {
	display: none!important;
}
.woocommerce div.product .wpb_wl_images div.images {
	margin: 0;
}


/**
 * Pretty Photo Z-INdex
 */

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

/**
 * FancyBox Photo Z-INdex
 */

.fancybox-container {
	z-index: 999993;
}

/**
 * Product gallery images columns
 */

.wpb_wl_images div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
}
.wpb_wl_images div.images img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: none;
}

.wpb_wl_summary .wc-box-office-ticket-fields {
	display: block!important;
}
.wpb_wl_summary .single_variation_wrap {
    clear: both;
    display: block;
    overflow: hidden;
}


/**
 * Mobile Disable
 */

@media only screen and (max-width: 420px) {
	.wpb-wl-disable-mobile .wpb_wl_preview_area {
		display: none!important;
	}
}


/**
 * Theme Support
 */

.products.oceanwp-row .wpb_wl_ajax_enabled.wpb-wl-loading-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.23);
    z-index: 2;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.products.oceanwp-row .wpb-wl-loading {
	bottom: 50%;
}
.wpb-owp-quick-view {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}
.wpb-owp-quick-view i {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 6px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -3px;
}
.wpb-owp-quick-view:hover {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}
.woocommerce .products .product-inner:hover .wpb-owp-quick-view {
    opacity: 1;
    visibility: visible;
}
.pwb-brand-shortcode {
    margin-bottom: 15px;
}

.pwb-brand-shortcode a {
    text-decoration: none;
}
.pwb-brand-shortcode a:not(:first-child):before {content: ',';margin-right: 3px;}
.jet-woo-products__item:hover .wpb_wl_preview_area.wpb_wl_preview_area_fixed.wpb_wl_btn_auto_on .wpb_wl_preview {
    visibility: visible;
    opacity: 1;
}