#next-product,
#prev-product {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}
#next-product.visible,
#prev-product.visible {
	opacity: 1;
	visibility: visible
}
.toggleSidebarContainer.sidebarToggleOpen~#next-product,
.toggleSidebarContainer.sidebarToggleOpen~#prev-product {
	opacity: 0;
	visibility: hidden
}
.toggleSidebarContainer.sidebarToggleOpen~#next-product a,
.toggleSidebarContainer.sidebarToggleOpen~#prev-product a {
	visibility: hidden!important
}
#next-product a,
#prev-product a {
	visibility: hidden
}
#next-product.visible a,
#prev-product.visible a {
	visibility: visible
}
#next-product a[rel=prev],
#prev-product a[rel=next] {
	position: fixed;
	top: 50%;
	right: -65px;
	margin-top: -32px;
	width: 90px;
	height: 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .8);
	overflow: hidden;
	z-index: 9999;
	opacity: 1;
	-moz-transition: right .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	-o-transition: right .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	-webkit-transition: right .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	transition: right .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease
}
.single-product .toggleSidebarContainer.sidebarToggleOpen a[rel=prev],
.single-product .toggleSidebarContainer.sidebarToggleOpen a[rel=next] {
	opacity: 0;
	visibility: hidden
}
#next-product a[rel=prev]:hover {
	right: 0;
	background-color: #073B87
}
#prev-product a[rel=next] {
	left: -65px;
	right: auto;
	-moz-transition: left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease;
	-o-transition: left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease;
	-webkit-transition: left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease;
	transition: left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease
}
#prev-product a[rel=next]:hover {
	left: 0;
	background-color: #073B87
}
#next-product a[rel=prev] img,
#prev-product a[rel=next] img {
	max-width: calc(100% - 25px);
	height: auto;
	position: absolute;
	left: 100%;
	margin-left: -63px
}
#prev-product a[rel=next] img {
	left: auto;
	margin-left: auto;
	right: 100%;
	margin-right: -63px
}
#next-product a[rel=prev] span,
#prev-product a[rel=next] span {
	position: absolute;
	top: 29px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#prev-product a[rel=next] span {
	border-top: none;
	border-right: none;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	left: 73px
}
.left_menu_enabled #prev-product a[rel=next] {
	left: 215px
}
.left_menu_enabled #prev-product a[rel=next]:hover {
	left: 280px
}
.right_menu_enabled #next-product a[rel=prev] {
	right: 215px
}
.right_menu_enabled #next-product a[rel=prev]:hover {
	right: 280px
}
.woocommerce div.product span.onsale {
	height: 26px;
	min-height: 26px;
	line-height: 26px;
	right: 40%;
	left: auto;
	top: 0
}
.woocommerce div.product.pd_classic span.onsale,
.woocommerce.vertical_menu_enabled div.product.pd_background span.onsale,
.woocommerce.vertical_menu_enabled div.product.pd_ep_classic span.onsale {
	right: 50%
}
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .variations {
	min-width: 300px;
	width: 300px;
	margin-bottom: 0!important;
	float: left;
	list-style: none
}
.woocommerce div.product.product-type-variable.pd_top form.cart .variations {
	margin-top: 30px
}
.woocommerce.compare-enable div.product form.cart .single_variation_wrap,
.woocommerce.compare-enable div.product form.cart .variations {
	width: 339px;
	min-width: 314px
}
div.product form.cart .variations li .label.image-label {
	position: relative;
	float: left;
	width: 100%
}
div.product form.cart .variations li .label.image-label .attr-value {
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
	float: left;
	line-height: 36px
}
div.product form.cart .variations li .label.image-label label {
	padding-left: 0;
	float: left
}
div.product div.summary .attr-container .swiper-wrapper {
	padding-bottom: 1px
}
div.product div.summary .attr-container img {
	height: inherit;
	box-shadow: none
}
div.product div.summary .attr-container .swiper-slide {
	width: calc(20% - 2px);
	cursor: pointer;
	margin-right: 2px;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}
div.product div.summary .attr-container.centered .swiper-wrapper {
	align-items: center;
	justify-content: center
}
div.product form.cart .variations .swiper-slide.active {
	opacity: 1!important
}
div.product form.cart .variations .swiper-slide.deactive {
	opacity: .4!important;
	cursor: default
}
div.product div.summary .attr-container .swiper-slide img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	display: block;
	height: auto;
	min-width: 58px;
	width: 100%
}
div.product div.summary .attr-container .swiper-slide:before {
	content: "";
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	border: 2px solid transparent;
	z-index: 2;
	left: 0;
	top: 0;
	-webkit-transition: border-color ease .4s;
	-moz-transition: border-color ease .4s;
	-o-transition: border-color ease .4s;
	transition: border-color ease .4s
}
div.product div.summary .attr-container .swiper-slide.selected:before {
	border-color: #777
}
div.product form.cart select.hide-attr-select {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	position: absolute
}
div.product div.summary .attr-container {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px
}
div.product div.summary .attr-container .swiper-button-prev {
	background-image: none;
	left: -25px
}
div.product div.summary .attr-container .swiper-button-prev span {
	position: absolute;
	top: 16px;
	left: 9px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
div.product div.summary .attr-container .swiper-button-next {
	background-image: none;
	right: -25px
}
div.product div.summary .attr-container .swiper-button-next span {
	position: absolute;
	top: 16px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.woocommerce div.product form.cart .variations .nice-select {
	border: 1px solid #ebebeb;
	margin-top: -1px;
	z-index: initial
}
.woocommerce div.product form.cart .variations .nice-select .list {
	width: 100%;
	border-radius: 0
}
.woocommerce div.product form.cart .variations select {
	font: initial
}
.woocommerce div.product form.cart .variations select:first-child {
	border-top: 1px solid #ebebeb
}
.woocommerce .pd_top div.product form.cart .variations li:first-child {
	border-top: none
}
.woocommerce div.product form.cart .variations .select2-container .select2-choice {
	height: 38px;
	line-height: 38px;
	text-align: right
}
.woocommerce div.product form.cart .variations .select2-container .select2-choice,
.woocommerce div.product form.cart .variations .select2-container .select2-choice .select2-arrow,
.woocommerce div.product form.cart .variations .select2-container:hover .select2-choice {
	border: none
}
.woocommerce .select2-drop,
.woocommerce .select2-drop.select2-drop-above {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 9999;
	border: 1px solid #eee
}
.woocommerce div.product form.cart .variations .select2-dropdown-open.select2-drop-above .select2-choice {
	background: 0 0
}
.woocommerce .select2-container .select2-choice .select2-arrow b {
	position: relative;
	background: 0 0!important
}
.select2-container .select2-choice .select2-arrow b:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #595959;
	top: 50%;
	right: 9px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
	border-bottom: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.woocommerce div.product p.stock {
	color: #073B87;
	font-weight: 500!important;
	font-size: 12px!important;
	margin: 9px 11px;
	font-family: Poppins, sans-serif
}
.woocommerce.single-product .select2-results li {
	border-bottom: 1px solid #ebebeb;
	-moz-transition: color .5s ease 0s, background-color .5s ease 0s;
	-o-transition: color .5s ease 0s, background-color .5s ease 0s;
	-webkit-transition: color .5s ease 0s, background-color .5s ease 0s;
	transition: color .2s ease 0s, background-color .2s ease 0s
}
.woocommerce.single-product .select2-results li:last-child {
	border-bottom: none
}
.woocommerce.single-product .select2-results {
	overflow-x: initial;
	overflow-y: initial
}
.woocommerce.single-product .select2-results .select2-result-label {
	padding: 3px 25px 4px;
	text-align: right;
	font-weight: 400
}
.woocommerce.single-product .nice-select ul.list li:first-child {
	background-color: #232323;
	color: #fff
}
.woocommerce.single-product .nice-select ul.list li:first-child:hover {
	color: #fff;
	background-color: #073B87
}
.nice-select .option:hover {
	color: #fff!important;
	background-color: #073B87!important
}
.woocommerce.single-product .select2-results .select2-highlighted div {
	color: #fff!important
}
.woocommerce div.product form.cart .variations label {
	line-height: 36px;
	font-weight: 500!important;
	padding-left: 18px;
	color: #878787;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Poppins, sans-serif
}
.woocommerce div.product form.cart .variations.title_display .label label {
	line-height: 39px;
	color: #1A1A1A;
	padding-left: 0
}
.woocommerce div.product form.cart .variations .li {
	position: relative
}
.woocommerce div.product form.cart .variations li .label {
	position: absolute;
	z-index: 1;
	display: none
}
.woocommerce div.product form.cart .variations.title_display li .label {
	display: block;
	position: relative;
	z-index: 1
}
.woocommerce div.product form.cart .variations li .value {
	width: 100%;
	display: inline-block
}
.woocommerce div.product form.cart .reset_variations {
	font-size: 12px;
	position: absolute;
	visibility: visible;
	right: -120px;
	width: 100px;
	height: 40px;
	text-decoration: none;
	line-height: 40px;
	color: #5a5a5a;
	font-weight: 600;
	text-transform: capitalize;
	-moz-transition: visibility .2s ease, opacity .2s ease, color .3s ease;
	-o-transition: visibility .2s ease, opacity .2s ease, color .3s ease;
	-webkit-transition: visibility .2s ease, opacity .2s ease, color .3s ease;
	transition: visibility .2s ease, opacity .2s ease, color .3s ease
}
.woocommerce div.product.pd_top form.cart .reset_variations {
	position: relative;
	right: auto;
	margin: 0 auto
}
.woocommerce div.product.pd_top form.cart .reset_variations:after,
.woocommerce div.product.pd_top form.cart .reset_variations:before {
	top: 7px
}
.woocommerce div.product form.cart .reset_variations:after,
.woocommerce div.product form.cart .reset_variations:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 1px;
	background-color: #858585;
	top: 19px;
	left: -14px;
	-webkit-transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.woocommerce div.product form.cart .reset_variations:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.woocommerce div.product form.cart .single_variation_wrap {
	margin-top: -1px;
	clear: both
}
.woocommerce div.product form.cart .single_variation {
	width: 100%;
	clear: both;
	margin-top: -1px;
	float: left
}
.woocommerce div.product.pd_top form.cart .single_variation_wrap {
	width: 300px
}
.woocommerce.compare-enable.wishlist-enable div.product.pd_top form.cart .single_variation_wrap {
	width: 340px
}
.woocommerce div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 235px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 235px
}
.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product.pd_top form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 236px
}
.woocommerce.wishlist-enable div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 196px
}
.woocommerce.wishlist-enable div.product.product-type-variable.pd_top form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 80%
}
.woocommerce.wishlist-enable div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button.catalog_add_to_cart {
	display: none
}
.woocommerce.wishlist-enable:not(.compare-enable) div.product.pd_background form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
	width: 195px
}
.woocommerce div.product form.cart .single_variation .price {
	font-size: 13px;
	display: inline-block;
	margin: 0 20px;
	line-height: 13px;
	float: left
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
	font-size: 13px;
	margin-bottom: 0
}
.woocommerce div.product form.cart .single_variation .woocommerce-variation-price .price del,
.woocommerce div.product form.cart .single_variation .woocommerce-variation-price .price ins {
	display: inline-block;
	font-size: 13px!important
}
.woocommerce div.product form.cart .single_variation .price del span {
	padding: 0 5px
}
.woocommerce div.product form.cart .single_variation_wrap .single_variation {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 40px
}
.woocommerce div.product form.cart .single_variation_wrap .single_variation,
.woocommerce div.product form.cart .single_variation_wrap .variations_button {
	width: 100%;
	clear: both
}
.woocommerce div.product form.cart .single_variation_wrap.vitrine_variation_override .variations_button button.single_add_to_cart_button {
	display: none
}
.woocommerce .product .summary .single_variation_wrap .price,
.woocommerce-page .product .summary .actions .single_variation_wrap .price {
	margin: 10px
}
.woocommerce .product .summary .single_variation_wrap .woocommerce-variation-price .price {
	margin-left: 0;
	min-width: 65px;
	padding-right: 0;
	line-height: 30px;
	font-family: Poppins, sans-serif;
	font-weight: 500
}
.woocommerce .product.pd_top .summary .single_variation_wrap .woocommerce-variation-availability,
.woocommerce .product.pd_top .summary .single_variation_wrap .woocommerce-variation-price {
	width: auto;
	display: inline-block;
	vertical-align: top
}
.woocommerce .product.pd_top .summary .single_variation_wrap .price {
	margin-right: 20px!important
}
.woocommerce div.product.pd_top .summary form.variations_form.cart .single_variation_wrap .woocommerce-variation-availability .stock.out-of-stock {
	top: 6px!important
}
.woocommerce div.product form.cart ul.variations li .label.image-label .attr-value {
	font-size: 12px;
	font-weight: 600!important;
	font-family: Poppins, sans-serif
}
.woocommerce div.product form.cart ul.variations li .label.image-label label {
	min-width: 65px
}
.woocommerce .product .summary .single_variation_wrap .woocommerce-variation-availability .stock.in-stock {
	font-size: 12px!important;
	font-weight: 500!important;
	margin: 0;
	padding-right: 10px;
	text-align: left;
	line-height: 25px;
	height: 31px;
	display: inline-block;
	padding-top: 5px;
	text-transform: capitalize
}
.woocommerce .product .summary .single_variation_wrap .woocommerce-variation-availability .stock.out-of-stock {
	font-size: 12px!important;
	background-color: transparent;
	color: #3e3e3e!important;
	position: relative;
	display: inline;
	line-height: 36px;
	text-transform: capitalize;
	right: auto;
	left: auto;
	top: auto!important
}
.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product .cart {
	margin-bottom: 0!important;
	clear: both;
	display: inline-block;
	position: relative
}
.woocommerce.compare-enable div.product.pd_top form.cart {
	margin-left: 40px
}
.woocommerce #content div.product.product-type-grouped form.cart,
.woocommerce div.product.product-type-grouped form.cart,
.woocommerce-page #content div.product.product-type-grouped form.cart,
.woocommerce-page div.product.product-type-grouped .cart {
	width: auto;
	max-width: 383px
}
.woocommerce div.product:not(.pd_top) form.variations_form.cart {
	margin-right: 1px
}
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	color: #363636!important;
	float: left!important
}
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
	text-decoration: none
}
.woocommerce #content div.product form.cart .button:focus,
.woocommerce button.button:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce-page #content div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
	outline: 0
}
.woocommerce-page div.product .cart .button {
	margin-left: 0!important
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	border: none;
	-webkit-text-shadow: none!important;
	text-shadow: none!important;
	border-radius: 0!important;
	text-transform: uppercase;
	font-weight: 500!important;
	color: #fff!important;
	background-color: #073B87;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 22px!important;
	font-size: 13px!important;
	font-family: Poppins, sans-serif;
	overflow: hidden;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #187E9C
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
	border: none!important;
	-webkit-text-shadow: none!important;
	text-shadow: none!important;
	text-decoration: none;
	background-color: transparent;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	font-weight: 500!important;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}
.woocommerce #respond input#submit:hover,
.woocommerce .woocommerce-cart-form .cart input.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #9e9e9e
}
.woocommerce .cart_totals a.button.alt {
	margin-right: 0;
	vertical-align: bottom;
	margin-bottom: 0!important
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	color: #fff!important;
	-webkit-text-shadow: none!important;
	text-shadow: none!important
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .cart .button.alt.single_add_to_cart_button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	-webkit-text-shadow: none!important;
	text-shadow: none!important
}
.woocommerce .cart .button.alt.single_add_to_cart_button {
	float: left!important;
	color: #fff!important;
	letter-spacing: 0;
	width: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.woocommerce:not(.compare-enable):not(.wishlist-enable) .product-type-simple .cart .button.alt.single_add_to_cart_button {
	width: 240px
}
.woocommerce .cart .button.alt.single_add_to_cart_button.disabled {
	background: #ccc!important;
	cursor: not-allowed
}
.woocommerce.wishlist-enable .cart .button.alt.single_add_to_cart_button {
	width: 197px
}
.woocommerce .product-type-external .cart .button.alt.single_add_to_cart_button {
	width: 270px
}
.woocommerce.wishlist-enable .product-type-external .cart .button.alt.single_add_to_cart_button {
	width: 260px
}
.woocommerce .cart .button.alt.single_add_to_cart_button .txt {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .2s ease, transform .35s ease;
	-moz-transition: color .2s ease, transform .35s ease;
	-o-transition: color .2s ease, transform .35s ease;
	transition: color .2s ease, transform .35s ease
}
.woocommerce table.shop_table .button .txt,
.woocommerce-page table.shop_table .button .txt {
	font-weight: 400
}
.woocommerce .cart .button.alt.single_add_to_cart_button .txt:before,
.woocommerce table.shop_table .button .txt:before,
.woocommerce-page table.shop_table .button .txt:before {
	font-weight: 400;
	color: #fff
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce div.product div.summary a.added_to_cart,
.woocommerce input.button.added:after,
.woocommerce-page div.product div.summary a.added_to_cart {
	display: none
}
.product.woocommerce.add_to_cart_inline a.added_to_cart:after {
	font-family: WooCommerce;
	content: "\e017";
	font-size: 14px;
	color: #fff;
	margin: 0;
	vertical-align: text-top
}
.woocommerce .cart {
	clear: both;
	display: inline-block
}
#product-fullview-thumbs .swiper-button-next,
#product-fullview-thumbs .swiper-button-prev {
	background: 0 0;
	border: 2px solid #b6b6b6;
	opacity: 0;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-transition: opacity .3s ease, left .3s ease, right .3s ease, border ease .6s;
	-o-transition: opacity .3s ease, left .3s ease, right .3s ease, border ease .6s;
	-webkit-transition: opacity .3s ease, left .3s ease, right .3s ease, border ease .6s;
	transition: opacity .3s ease, left .3s ease, right .3s ease, border ease .6s
}
#product-fullview-thumbs .swiper-button-next:hover,
#product-fullview-thumbs .swiper-button-prev:hover {
	border: 2px solid #073B87
}
#product-fullview-thumbs:hover .swiper-button-next.swiper-button-disabled,
#product-fullview-thumbs:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .1
}
#product-fullview-thumbs:hover .swiper-button-prev {
	opacity: 1;
	left: 20px
}
#product-fullview-thumbs:hover .swiper-button-next {
	opacity: 1;
	right: 20px
}
#product-fullview-thumbs .swiper-button-next:after,
#product-fullview-thumbs .swiper-button-next:before,
#product-fullview-thumbs .swiper-button-prev:after,
#product-fullview-thumbs .swiper-button-prev:before {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #b6b6b6;
	position: absolute;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	-webkit-transition: background-color ease .5s;
	transition: background-color ease .5s
}
#product-fullview-thumbs .swiper-button-next:hover:after,
#product-fullview-thumbs .swiper-button-next:hover:before,
#product-fullview-thumbs .swiper-button-prev:hover:after,
#product-fullview-thumbs .swiper-button-prev:hover:before {
	background-color: #073B87
}
#product-fullview-thumbs .swiper-button-prev:before {
	top: 17px;
	left: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#product-fullview-thumbs .swiper-button-prev:after {
	top: 11px;
	left: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#product-fullview-thumbs .swiper-button-next:before {
	top: 17px;
	right: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#product-fullview-thumbs .swiper-button-next:after {
	top: 11px;
	right: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	margin-top: 20px
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	position: relative
}
.woocommerce-page .cart .cart_item .quantity {
	overflow: visible;
	margin: auto;
	width: 80px
}
.woocommerce-page .cart .cart_item .quantity input.qty {
	width: 43px!important;
	left: 1px!important;
	letter-spacing: 2px;
	border: none!important
}
.woocommerce-page .cart .cart_item .quantity .quantity-button {
	border: none!important
}
.woocommerce-page .cart .cart_item .quantity .quantity-button:before {
	border-bottom-color: #c7c7c7;
	border-top-color: #c7c7c7
}
.woocommerce-page .cart .cart_item .quantity .quantity-button.plus {
	border-bottom: 1px solid #ebebeb!important
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
	width: 24px;
	height: 19px;
	background: 0 0;
	border: 1px solid #ebebeb;
	position: absolute;
	left: 39px;
	top: 0;
	text-align: center;
	color: #acacac;
	cursor: pointer
}
.woocommerce #content .quantity .quantity-button,
.woocommerce .quantity .quantity-button,
.woocommerce-page #content .quantity .quantity-button,
.woocommerce-page .quantity .quantity-button {
	background-color: #fff;
	-moz-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	-webkit-transition: background-color ease .2s;
	transition: background-color ease .2s
}
.woocommerce #content .quantity .quantity-button:hover,
.woocommerce .quantity .quantity-button:hover,
.woocommerce-page #content .quantity .quantity-button:hover,
.woocommerce-page .quantity .quantity-button:hover {
	background-color: #efefef
}
.woocommerce #content .quantity .plus:before,
.woocommerce .quantity .plus:before,
.woocommerce-page #content .quantity .plus:before,
.woocommerce-page .quantity .plus:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #7a7a7a;
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
	width: 24px;
	height: 18px;
	background: 0 0;
	border: 1px solid #ebebeb;
	position: absolute;
	left: 39px;
	top: 20px;
	text-align: center;
	color: #acacac;
	cursor: pointer
}
.woocommerce .product-quantity .quantity .minus,
.woocommerce .product-quantity .quantity .plus {
	left: 43px
}
.woocommerce #content .quantity .minus:before,
.woocommerce .quantity .minus:before,
.woocommerce-page #content .quantity .minus:before,
.woocommerce-page .quantity .minus:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #7a7a7a;
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s
}
.woocommerce #content .quantity .minus:hover:before,
.woocommerce #content .quantity .plus:hover:before,
.woocommerce .quantity .minus:hover:before,
.woocommerce .quantity .plus:hover:before,
.woocommerce-page #content .quantity .minus:hover:before,
.woocommerce-page #content .quantity .plus:hover:before,
.woocommerce-page .quantity .minus:hover:before,
.woocommerce-page .quantity .plus:hover:before {
	opacity: .7
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	width: 40px!important;
	height: 40px!important;
	border: 1px solid #ebebeb!important;
	border-right: 0!important;
	color: #686868;
	position: absolute;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	left: 0
}
.woocommerce #content .quantity input.qty:focus,
.woocommerce .quantity input.qty:focus,
.woocommerce-page #content .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus {
	outline: 0
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	opacity: 0
}
.woocommerce .quantity input[type=number] {
	-moz-appearance: textfield
}
.woocommerce-tabs ul.tabs {
	font-size: 0;
	border: none!important;
	padding-left: 0!important
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #ececec!important
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: 0 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	margin: 0!important;
	border: none!important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0!important;
	-webkit-transition: background-color ease .4s;
	-moz-transition: background-color ease .4s;
	-o-transition: background-color ease .4s;
	transition: background-color ease .4s
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: center;
	position: relative
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover {
	background-color: transparent
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	width: 100%!important;
	position: absolute;
	bottom: 0;
	content: "";
	background-color: #073B87;
	border: 0;
	border-radius: 0!important;
	height: 3px!important;
	left: 0!important;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-width: 0!important
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-width: 0!important;
	left: 0
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 500!important;
	font-size: 14px;
	padding: 9px 70px;
	color: #949494!important;
	font-family: Poppins, sans-serif;
	opacity: 1;
	-webkit-transition: color .6s ease, opacity .6s ease;
	-moz-transition: color .6s ease, opacity .6s ease;
	-o-transition: color .6s ease, opacity .6s ease;
	transition: color .6s ease, opacity .6s ease
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
	opacity: .9;
	color: #3b3b3b!important
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	color: #073B87!important
}
.woocommerce .product_attributes {
	width: 50%;
	margin-left: 25%
}
.woocommerce .product_attributes h2 {
	text-align: center;
	margin: 50px 0 25px
}
.woocommerce table.shop_attributes {
	border-top: none!important;
	color: #222;
	text-align: center;
	margin-bottom: 60px!important;
	width: 40%;
	margin: 0 30%
}
.woocommerce table.shop_attributes th {
	border-bottom: none!important;
	text-align: left;
	background: 0 0!important;
	font-weight: 600!important;
	font-size: 14px;
	line-height: 1!important;
	padding: 14px 14px 14px 20px!important
}
.woocommerce table.shop_attributes tr:nth-child(even) {
	background-color: #f5f5f5
}
.woocommerce table.shop_attributes tr:nth-child(odd) {
	background-color: #f0f0f0
}
.woocommerce table.shop_attributes td {
	border-bottom: none!important;
	text-align: right;
	background: 0 0!important;
	color: #9C9C9C;
	font-style: initial!important;
	font-family: lato, sans-serif;
	font-weight: 400;
	padding-right: 20px
}
.woocommercepage .page-title {
	color: #101010;
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 35px;
	margin: 0 12px 4px 0;
	border-left: 2px solid #000;
	padding-left: 12px;
	text-transform: uppercase
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before {
	opacity: 1;
	background-color: #3b3b3b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	opacity: 1;
	background-color: #073B87
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 30px!important;
	position: relative
}
.woocommerce div.product div.images .video_embed_container {
	position: absolute;
	bottom: 25px;
	left: 23px;
	z-index: 2;
	overflow: visible
}
.woocommerce div.product div.images #product-fullview-thumbs:not(.no-gallery)+.video_embed_container,
.woocommerce div.product div.images #product-fullview-thumbs:not(.no-gallery)+div+.video_embed_container {
	left: 118px
}
.woocommerce div.product div.images #product-fullview-thumbs:not(.no-gallery)+#product_gallery_popup+div+.video_embed_container {
	left: 158px
}
.woocommerce div.product.pd_top div.images #product-fullview-thumbs:not(.no-gallery)+div+.video_embed_container {
	left: 23px
}
.woocommerce div.product.pd_top div.images #product-fullview-thumbs:not(.no-gallery)+#product_gallery_popup+div+.video_embed_container {
	left: 40px
}
.woocommerce div.product.pd_classic_sidebar div.images #product-fullview-thumbs:not(.no-gallery)+div+.video_embed_container {
	bottom: 120px;
	left: 15px
}
.woocommerce div.product.pd_classic_sidebar div.images #product-fullview-thumbs:not(.no-gallery)+#product_gallery_popup+div+.video_embed_container {
	bottom: 118px;
	left: 60px
}
.woocommerce div.product div.images .video_embed_container a {
	min-width: 150px!important;
	min-height: 30px!important
}
.woocommerce div.product div.images .video_embed_container a .play-button {
	width: 28px;
	height: 28px;
	left: 0;
	top: 0
}
.woocommerce div.product div.images .video_embed_container a:hover .play-button {
	-moz-transform: scale(.9) translateZ(0);
	-ms-transform: scale(.9) translateZ(0);
	-o-transform: scale(.9) translateZ(0);
	-webkit-transform: scale(.9) translateZ(0);
	transform: scale(.9) translateZ(0)
}
.woocommerce div.product div.images .video_embed_container .play-button.dark {
	border: none;
	background: #333
}
.woocommerce div.product div.images .video_embed_container .play-button.light {
	background: #fff;
	border: none
}
.woocommerce div.product div.images .video_embed_container .play-button .icon {
	font-size: 12px;
	margin-left: 11px;
	margin-top: 8px
}
.woocommerce div.product div.images .video_embed_container .text {
	text-decoration: none;
	position: absolute;
	width: auto;
	left: 15px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 2px;
	top: 0;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
	display: block;
	text-transform: capitalize;
	color: #868383;
	margin-left: 20px;
	margin-top: 4px;
	border-radius: 2px
}
.widget-area .star-rating span,
.widget-area .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating span,
.woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce-page .woocommerce-product-rating .star-rating span,
.woocommerce-page .woocommerce-product-rating .star-rating:before {
	left: 0!important
}
#ep-modal.quickview-modal #product-fullview-thumbs .swiper-slide,
#product-fullview-thumbs .swiper-slide:not(.easyzoom) {
	cursor: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/cursor/carousel.png) 24 5, url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/cursor/carousel.cur), auto
}
.woocommerce div.product div.images .video_embed_container .play-button.dark .icon {
	color: #fff
}
.woocommerce div.product div.images .video_embed_container .play-button.light .icon {
	color: #060606
}
.woocommerce div.product div.images .video_embed_container .play-button.light+.text {
	color: #060606;
	background-color: #fff;
	font-weight: 600;
	line-height: 20px
}
.woocommerce div.product div.images .video_embed_container .play-button.dark+.text {
	color: #fff;
	background-color: #333
}
.woocommerce .pd_background div.epicoSection.woocommercepage.ep_product_page,
.woocommerce .pd_top div.epicoSection.woocommercepage.ep_product_page,
.woocommerce div.product form.cart table {
	background-color: #fff
}
.woocommerce .page-title+.page-description,
.woocommercepage .page-title+.page-description {
	margin-top: 15px;
	margin-bottom: 15px
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	font-size: 14px;
	color: #9F9F9F;
	font-weight: 400;
	margin-bottom: 35px!important
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 24px!important
}
.woocommerce-page .woocommerce-result-count,
.woocommerce.woocommerce-result-count {
	padding-top: 14px;
	font-family: Poppins, sans-serif
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 40%!important;
	padding-left: 38px;
	box-sizing: border-box;
	font-size: 0
}
.woocommerce div.product.pd_top div.summary {
	padding-left: 0
}
.widget_rating_filter .star-rating {
	width: 6em!important
}
.widget_rating_filter .rating_product_count {
	padding-left: 10px
}
.woocommerce .entry-summary .star-rating span:before,
.woocommerce .entry-summary .star-rating:before {
	letter-spacing: 2px
}
.woocommerce div.product .woocommerce-product-rating {
	position: relative;
	margin-bottom: 10px
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin-right: 10px!important
}
.woocommerce .woocommerce-product-rating {
	min-height: 26px
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	color: #595959;
	text-decoration: none;
	position: relative;
	top: -3px;
	font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight: 400
}
.woocommerce .product .summary .star-rating,
.woocommerce-page .product .summary .star-rating {
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 0;
	margin-top: 6px
}
.woocommerce .product .summary .star-rating span:before,
.woocommerce .product .summary .star-rating:before,
.woocommerce-page .product .summary .star-rating span:before,
.woocommerce-page .product .summary .star-rating:before {
	color: #595959
}
.woocommerce .product .summary .price,
.woocommerce-page .product .summary .price {
	display: block;
	color: #073B87;
	padding-right: 17px;
	line-height: 22px;
	font-size: 22px;
	margin: 8px 0 21px;
	font-family: Poppins, sans-serif;
	font-weight: 400
}
.woocommerce .product .summary .price del,
.woocommerce .product .summary .price ins,
.woocommerce .product .summary .woocommerce-grouped-product-list-item__price del,
.woocommerce .product .summary .woocommerce-grouped-product-list-item__price ins,
.woocommerce-page .product .summary .price del,
.woocommerce-page .product .summary .price ins,
.woocommerce-page .product .summary .woocommerce-grouped-product-list-item__price del,
.woocommerce-page .product .summary .woocommerce-grouped-product-list-item__price ins {
	font-weight: 300
}
.woocommerce .product.pd_top .summary .price {
	padding: 0;
	float: none!important;
	margin: 0!important
}
.woocommerce .product.pd_top .summary .single_variation_wrap .woocommerce-variation-availability p {
	padding-right: 0!important
}
.woocommerce div.product form.cart .group_table td {
	margin: 0!important;
	vertical-align: middle!important;
	padding-bottom: 0!important
}
.woocommerce div.product form.cart table.group_table {
	min-width: 300px;
	max-width: 383px
}
.woocommerce div.product form.cart table.group_table~.button {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -1px
}
.woocommerce.compare-enable div.product form.cart table.group_table~.button,
.woocommerce.wishlist-enable div.product form.cart table.group_table~.button {
	width: calc(100% - 39px)
}
.woocommerce.wishlist-enable.compare-enable div.product form.cart table.group_table~.button {
	width: calc(100% - 78px)
}
.woocommerce div.product form.cart .group_table tr {
	border: 1px solid #EBEBEB
}
.woocommerce div.product form.cart .group_table td.label {
	padding-left: 0!important
}
.woocommerce div.product form.cart table.group_table label {
	display: block;
	line-height: 17px;
	font-size: 12px;
	padding-left: 10px;
	max-width: 140px
}
.woocommerce div.product form.cart table.group_table label a {
	text-decoration: none;
	color: #878787;
	font-weight: 400
}
.woocommerce div.product form.cart table.group_table label a:hover {
	text-decoration: none;
	color: #073B87
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price del,
.woocommerce div.product span.price ins {
	display: inline-block;
	margin-top: 0;
	text-decoration: initial;
	font-family: Poppins, sans-serif
}
.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price {
	font-size: 13px;
	color: #073B87!important;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	padding-right: 10px;
	padding-left: 5px;
	height: 38px;
	text-align: right;
	line-height: 38px;
	position: relative
}
.woocommerce div.product form.cart .group_table .price p.stock,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price p.stock {
	position: absolute;
	top: 9px!important;
	right: -6px;
	width: 100px;
	text-align: left;
	margin: 0
}
.woocommerce div.product form.cart .group_table ins {
	text-decoration: none
}
.woocommerce div.product p.price del span,
.woocommerce div.product span.price del span {
	padding: 0;
	position: relative;
	opacity: 1
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #a9a9a9;
	opacity: 1;
	font-size: 18px!important;
	text-decoration: line-through
}
.woocommerce-ordering {
	right: 0!important;
	width: 240px
}
.woocommerce-page div.product div.summary ul.variations img {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	display: block;
	height: auto;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: 100%
}
.woocommerce .review-container {
	width: 50%;
	margin-left: 25%
}
.woocommerce #reviews #comments ol.commentlist {
	margin-top: 45px
}
.woocommerce #reviews #comments ol.commentlist li {
	margin: 0 0 50px!important;
	border-bottom: 1px solid #e4e4e4!important;
	padding-bottom: 10px!important
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
	border: none!important
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none!important;
	margin: 0 0 0 80px!important;
	padding: 0 0 0 33px!important
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	margin: 0!important;
	border: none!important;
	padding: 0!important;
	width: 70px!important;
	height: 70px!important;
	position: relative;
	z-index: 1;
	border-radius: 50%
}
.woocommerce .related ul.products.shop-2column li.product .price,
.woocommerce .upsells.products ul.products.shop-2column li.product .price,
div.product.pd_classic_sidebar #woocommerce-product-sidebar .sidebar {
	padding-top: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	text-transform: capitalize;
	color: #333;
	display: inline-block;
	width: 40%;
	float: left
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-size: 12px;
	display: block;
	color: #9c9c9c;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	font-weight: 500
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta>strong {
	font-weight: 700!important;
	font-size: 14px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: left;
	margin-top: 28px;
	font-size: 10px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	display: block;
	clear: both;
	font-style: italic;
	color: #7B7B7B;
	font-weight: 400
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description img.emoji {
	float: none
}
div.pd_background #product-fullview-thumbs .swiper-slide {
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease
}
div.pd_background #product-fullview-thumbs .swiper-slide.swiper-slide-active {
	opacity: 1;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.woocommerce #content div.product.pd_background div.summary,
.woocommerce div.product.pd_background div.summary,
.woocommerce-page #content div.product.pd_background div.summary,
.woocommerce-page div.product.pd_background div.summary {
	padding-left: 70px
}
.woocommerce div.product.pd_background .product-line {
	background: #000;
	opacity: .07;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 60%;
	top: 0;
	margin-left: 35px
}
.woocommerce.vertical_menu_enabled div.product.pd_background .product-line {
	left: 50%
}
.pd_background .easyzoom-flyout {
	margin-left: 35px
}
.woocommerce div.product.product-type-variable.pd_background .compare {
	top: -2px
}
.woocommerce div.product.pd_background form.cart div.quantity {
	border: 1px solid #ebebeb;
	border-right: none
}
.woocommerce div.product.pd_background .quantity input.qty {
	border: 1px solid #fff!important
}
.woocommerce div.product.pd_background .quantity .plus {
	border-top: 1px solid #fff
}
.woocommerce div.product.pd_background .quantity .minus {
	border-bottom: 1px solid #fff
}
div.product.pd_classic #product-thumbs,
div.product.pd_ep_classic #product-thumbs {
	margin-top: 0;
	top: 0;
	height: 492px
}
div.product.pd_classic #product-thumbs .swiper-wrapper,
div.product.pd_ep_classic #product-thumbs .swiper-wrapper {
	align-items: flex-start;
	justify-content: flex-start
}
.woocommerce div.product.pd_top span.onsale {
	right: 0
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 60%!important
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-moz-backface-visibility: visible
}
.woocommerce #content div.product.pd_top div.images,
.woocommerce div.product.pd_top div.images,
.woocommerce-page #content div.product.pd_top div.images,
.woocommerce-page div.product.pd_top div.images {
	width: 100%!important
}
.woocommerce #content div.product.pd_top div.summary,
.woocommerce div.product.pd_top div.summary,
.woocommerce-page #content div.product.pd_top div.summary,
.woocommerce-page div.product.pd_top div.summary {
	width: 60%!important;
	margin-left: 20%;
	float: none;
	text-align: center;
	margin-top: 10px
}
.woocommerce #content div.product.pd_classic div.images,
.woocommerce #content div.product.pd_classic div.summary,
.woocommerce div.product.pd_classic div.images,
.woocommerce div.product.pd_classic div.summary,
.woocommerce-page #content div.product.pd_classic div.images,
.woocommerce-page #content div.product.pd_classic div.summary,
.woocommerce-page div.product.pd_classic div.images,
.woocommerce-page div.product.pd_classic div.summary,
.woocommerce-page.vertical_menu_enabled #content div.product.pd_background div.images,
.woocommerce-page.vertical_menu_enabled #content div.product.pd_background div.summary,
.woocommerce-page.vertical_menu_enabled #content div.product.pd_ep_classic div.images,
.woocommerce-page.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
.woocommerce-page.vertical_menu_enabled div.product.pd_background div.images,
.woocommerce-page.vertical_menu_enabled div.product.pd_background div.summary,
.woocommerce-page.vertical_menu_enabled div.product.pd_ep_classic div.images,
.woocommerce-page.vertical_menu_enabled div.product.pd_ep_classic div.summary,
.woocommerce.vertical_menu_enabled #content div.product.pd_background div.images,
.woocommerce.vertical_menu_enabled #content div.product.pd_background div.summary,
.woocommerce.vertical_menu_enabled #content div.product.pd_ep_classic div.images,
.woocommerce.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
.woocommerce.vertical_menu_enabled div.product.pd_background div.images,
.woocommerce.vertical_menu_enabled div.product.pd_background div.summary,
.woocommerce.vertical_menu_enabled div.product.pd_ep_classic div.images,
.woocommerce.vertical_menu_enabled div.product.pd_ep_classic div.summary {
	width: 50%!important
}
.woocommerce .pd_top .woocommerce-product-rating .star-rating {
	float: none;
	display: inline-block
}
#modal-content #product_gallery_popup,
.woocommerce div.product div.images #product-fullview-thumbs.no-gallery+#product_gallery_popup {
	display: none
}
div.product.pd_top #product-thumbs {
	height: 100px;
	width: 665px;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}
div.product.pd_top #product-thumbs .swiper-container,
div.product.pd_top #product-thumbs .swiper-wrapper {
	width: 100%!important;
	overflow: visible
}
div.pd_top #product-fullview-thumbs .swiper-slide {
	opacity: 0;
	-webkit-transition: opacity .15s ease;
	-moz-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease
}
div.pd_top #product-fullview-thumbs .swiper-slide.swiper-slide-active {
	opacity: 1;
	-webkit-transition: opacity .2s ease .5s;
	-moz-transition: opacity .2s ease .5s;
	-o-transition: opacity .2s ease .5s;
	transition: opacity .2s ease .5s
}
.woocommerce div.product.pd_top div.images img {
	width: auto;
	max-height: 400px;
	margin: 0 auto
}
.woocommerce #content div.product.pd_top #product-fullview-thumbs,
.woocommerce div.product.pd_top #product-fullview-thumbs,
.woocommerce-page #content div.product.pd_top #product-fullview-thumbs,
.woocommerce-page div.product.pd_top #product-fullview-thumbs {
	width: 100%;
	float: none
}
.woocommerce .pd_top .priceminheight {
	border-bottom: 1px solid transparent;
	position: relative
}
.product.pd_top .socialShareContainer {
	border-top: 1px solid transparent;
	position: relative
}
.product.pd_top .socialShareContainer .social_share_toggle {
	float: none;
	margin-bottom: 60px
}
.product.pd_top .socialShareContainer .label {
	padding: 0;
	float: none;
	display: none
}
.product.pd_top .socialShareContainer .social-icons {
	margin: 0 auto;
	display: table;
	padding-bottom: 50px
}
.pd_top .easyzoom-flyout {
	left: calc(100% - 475px)
}
.woocommerce div.product.pd_top .out-of-stock {
	top: -50px!important;
	margin-top: 0!important;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.woocommerce #content div.product.pd_classic_sidebar div.images,
.woocommerce div.product.pd_classic_sidebar div.images {
	width: 33.333333%!important
}
div.product.pd_classic_sidebar #product-fullview-thumbs,
div.product.pd_classic_sidebar #product-thumbs,
div.product.pd_classic_sidebar #product-thumbs .swiper-container {
	width: 100%
}
.woocommerce div.product.pd_classic_sidebar div.images div.thumbnails {
	width: 100%;
	height: 85px;
	position: relative;
	margin-top: 16px;
	top: initial;
	float: left
}
div.product.pd_classic_sidebar #product-thumbs {
	height: 85px;
	margin-bottom: 0;
	position: relative;
	top: 0;
	margin-top: 0
}
.woocommerce .product-detail-content-with-sidebar {
	width: 74.7%;
	float: right;
	position: relative
}
.woocommerce .product-detail-content-with-sidebar.right {
	float: left
}
.woocommerce .product-detail-content-with-sidebar.right+#woocommerce-product-sidebar {
	padding-right: 0;
	padding-left: 20px
}
.woocommerce div.product .product-detail-content-with-sidebar span.onsale {
	left: 44%;
	right: auto;
	transform: translateX(-100%)
}
.woocommerce #content div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.summary,
.woocommerce div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.summary {
	width: 55%!important;
	float: left;
	padding-right: 38px;
	padding-left: 38px
}
.woocommerce #content div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.images,
.woocommerce div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.images {
	width: 44%!important
}
div.product.pd_classic_sidebar #woocommerce-product-sidebar .widget {
	margin-bottom: 25px
}
.product.pd_classic_sidebar .priceminheight,
.product.pd_classic_sidebar .socialShareContainer {
	border-top: none;
	border-bottom: none;
	min-height: 40px
}
.woocommerce .product_meta {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 8px;
	text-align: center;
	margin: 0
}
.product_meta>span {
	padding: 5px 7px;
	display: inline-block;
	color: #1f1f1f;
	font-weight: 600;
	white-space: nowrap
}
.product_meta>span a,
.product_meta>span span {
	color: #797979;
	text-decoration: none;
	font-family: lato, sans-serif;
	font-weight: 400;
	-moz-transition: color ease .2s;
	-o-transition: color ease .2s;
	-webkit-transition: color ease .2s;
	transition: color ease .2s
}
.product_meta>span a:hover {
	color: #073B87
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px 30px
}
.woocommerce.wpb-js-composer div.product .woocommerce-tabs .panel {
	margin: 0!important;
	padding: 0
}
.woocommerce div.product .woocommerce-tabs .panel>p {
	padding: 20px 30px
}
.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
	color: #1f1f1f;
	font-size: 20px!important;
	text-transform: uppercase;
	margin: 50px 0 35px;
	font-weight: 700!important
}
.woocommerce div.product div.images div.thumbnails {
	padding: 0!important;
	width: auto;
	position: relative
}
#product-thumbs {
	width: 105px;
	height: 295px;
	margin-top: -143px;
	top: 50%;
	position: absolute
}
#product-thumbs .swiper-container {
	height: 100%;
	width: 89px;
	margin: 0
}
#product-thumbs .swiper-wrapper {
	width: 89px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-moz-overflow: hidden;
	-moz-overflow-x: hidden;
	-moz-overflow-y: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#product-thumbs.initial-slides-position .swiper-wrapper {
	align-items: flex-start;
	justify-content: flex-start
}
#product-thumbs .swiper-slide {
	overflow: hidden;
	width: 85px;
	height: 85px!important
}
#product-thumbs .swiper-slide img {
	width: 85px;
	max-width: 85px;
	margin-left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
#product-thumbs .swiper-slide:before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid transparent;
	z-index: 2;
	-webkit-transition: border-color ease .4s;
	-moz-transition: border-color ease .4s;
	-o-transition: border-color ease .4s;
	transition: border-color ease .4s
}
#product-thumbs .swiper-slide.swiper-slide-active:before {
	border: 2px solid #656565
}
#product-fullview-thumbs {
	width: calc(100% - 105px);
	float: right;
	position: relative
}
#product-fullview-thumbs.no-gallery {
	width: 100%
}
.woocommerce #content div.product div.images div.thumbnails a:last-child,
.woocommerce div.product div.images div.thumbnails a:last-child,
.woocommerce-page #content div.product div.images div.thumbnails a:last-child,
.woocommerce-page div.product div.images div.thumbnails a:last-child {
	margin-right: 0
}
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color: #1f1f1f;
	position: relative
}
.woocommerce div.product .product_title {
	margin-bottom: 12px;
	margin-top: -2px!important;
	font-size: 35px
}
.woocommerce .priceminheight {
	min-height: 50px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 22px
}
.pd_classic .priceminheight {
	border: 0;
	min-height: 25px
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	width: 64px;
	margin: 0!important;
	height: 40px;
	background-color: #fff
}
.woocommerce div.product form.cart table.group_table div.quantity,
.woocommerce-page div.product form.cart table.group_table div.quantity {
	margin: -1px!important
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 150px;
	height: 47px
}
.woocommerce div.product .product-detail-bg {
	width: 100%;
	height: 100%;
	margin-bottom: 45px;
	padding-top: 40px;
	position: relative
}
.woocommerce .pd_top div.product .product-detail-bg {
	padding-top: 15px
}
.woocommerce div.product.pd_classic .product-detail-bg,
.woocommerce div.product.pd_ep_classic .product-detail-bg {
	background-color: transparent!important
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description,
.woocommerce-page div.product div.summary .woocommerce-product-details__short-description {
	display: block;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 23px;
	color: #5e5e5e;
	font-weight: 400
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p:first-child,
.woocommerce-page div.product div.summary .woocommerce-product-details__short-description p:first-child {
	margin-top: 0
}
.image-source-link {
	color: #98C3D1
}
.product .social_links {
	position: relative;
	bottom: initial
}
.product .social_links a {
	color: #353535;
	font-size: 13px
}
.product .socialShareContainer {
	float: left;
	border-top: 1px solid #e4e4e4;
	margin-top: 10px;
	width: 100%;
	padding-top: 15px
}
.pd_classic .socialShareContainer {
	border: 0
}
.product .socialShareContainer .social_share_toggle,
.product .social_links {
	float: left
}
.product .socialShareContainer .label {
	display: block;
	float: left;
	height: 54px;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 54px;
	padding: 0 2px;
	position: relative;
	color: #333;
	font-family: lato, sans-serif
}
.product .social_share_toggle .social_links_list {
	top: 16px;
	position: absolute;
	padding-left: 10px
}
.product .social_links .social_links_list li {
	margin-left: 32px;
	margin-right: 0;
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px)
}
.product .social_links .social_links_list.openToggle li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.product .social_links .social_links_list.openToggle li:nth-last-child(4) {
	margin-left: 0
}
.product .social_links .social_links_list li:nth-child(1),
.product .social_links .social_links_list.openToggle li:nth-last-child(1) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}
.product .social_links .social_links_list li:nth-child(2),
.product .social_links .social_links_list.openToggle li:nth-last-child(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.product .social_links .social_links_list li:nth-child(3),
.product .social_links .social_links_list.openToggle li:nth-last-child(3) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}
.product .social_links .social_links_list li:nth-child(4),
.product .social_links .social_links_list.openToggle li:nth-last-child(4) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}
.product .social_share_toggle:hover .social_links {
	width: 170px
}
.woocommerce div.product .out-of-stock {
	position: absolute;
	height: 26px;
	width: auto;
	white-space: nowrap;
	background-color: #2F2F2F;
	top: 0;
	color: #fff!important;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	z-index: 3;
	right: 100%;
	clear: both;
	margin: 0!important;
	font-size: 11px!important;
	padding: 0 10px
}
.woocommerce div.product.outofstock .woocommerce-product-details__short-description {
	width: 100%
}
.woocommerce div.product.outofstock form.variations_form.cart .stock.out-of-stock,
.woocommerce form.variations_form.cart .stock.out-of-stock {
	left: auto;
	position: relative!important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none!important;
	transform: none!important;
	float: initial;
	margin: 10px 0!important;
	right: 0!important;
	top: 0
}
.woocommerce div.product.product-type-variable.outofstock .stock.out-of-stock {
	width: auto;
	position: relative;
	background: 0 0;
	color: inherit!important;
	line-height: inherit!important
}
.woocommerce div.product .stock.out-of-stock {
	color: #fff!important
}
.woocommerce div.product.sale .out-of-stock {
	top: 30px
}
.woocommerce div.product .group_table p.stock {
	height: 22px!important;
	line-height: 22px!important;
	top: 0;
	left: auto;
	right: 0;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: 0 0;
	color: #777!important;
	font-size: 9px!important;
	width: 100px!important;
	text-transform: uppercase
}
.woocommerce .related.products,
.woocommerce .upsells.products {
	margin-top: 40px
}
.woocommerce .related>h2,
.woocommerce .upsells.products>h2,
.woocommerce-page .related>h2,
.woocommerce-page .upsells.products>h2 {
	color: #262626;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-weight: 500;
	text-align: center
}
.woocommerce-page .related {
	position: relative;
	margin-bottom: 60px
}
.woocommerce-page .related:before {
	background-color: #D3CED2;
	height: 1px;
	position: absolute;
	width: 80%;
	top: 13px;
	left: 20%
}
.woocommerce .related ul.products:not(.carousel),
.woocommerce .upsells ul.products:not(.carousel) {
	width: 100%!important;
	margin-left: 0!important
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
	margin: 0 20px 20px 0!important;
	width: calc(25% - 15px)!important
}
.woocommerce .related ul li.product:nth-child(4n),
.woocommerce .related ul.products li.product:nth-child(4n),
.woocommerce .upsells.products ul li.product:nth-child(4n),
.woocommerce .upsells.products ul.products li.product:nth-child(4n),
.woocommerce-page .related ul li.product:nth-child(4n),
.woocommerce-page .related ul.products li.product:nth-child(4n),
.woocommerce-page .upsells.products ul li.product:nth-child(4n),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n) {
	margin: 0 0 20px!important
}
.woocommerce .related ul.products li.product .productwrap,
.woocommerce .upsells ul.products li.product .productwrap {
	margin: 0!important
}
.woocommerce .related ul.products li.product .product-buttons span a,
.woocommerce .upsells ul.products li.product .product-buttons span a {
	left: 0!important
}
.woocommerce .related ul.products li.product .price .amount,
.woocommerce .related ul.products li.product .price del,
.woocommerce .related ul.products li.product .price ins,
.woocommerce .related ul.products li.product h3,
.woocommerce .related ul.products.shop-2column li.product .price .amount,
.woocommerce .related ul.products.shop-2column li.product .price del,
.woocommerce .related ul.products.shop-2column li.product .price ins,
.woocommerce .upsells.products ul.products li.product .price .amount,
.woocommerce .upsells.products ul.products li.product .price del,
.woocommerce .upsells.products ul.products li.product .price ins,
.woocommerce .upsells.products ul.products li.product h3,
.woocommerce .upsells.products ul.products.shop-2column li.product .price .amount,
.woocommerce .upsells.products ul.products.shop-2column li.product .price del,
.woocommerce .upsells.products ul.products.shop-2column li.product .price ins {
	font-size: 14px!important
}
#product_gallery_popup {
	position: absolute;
	bottom: 27px;
	left: 118px;
	z-index: 2;
	overflow: visible
}
#product_gallery_popup .popup-button {
	background: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	left: 0;
	top: 0;
	border: none;
	border-radius: 50%;
	line-height: 30px;
	color: #333;
	cursor: pointer;
	-moz-transition: transform ease .3s;
	-o-transition: transform ease .3s;
	-webkit-transition: transform ease .3s;
	transition: transform ease .3s
}
#product_gallery_popup .popup-button .icon {
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin-left: 11px;
	margin-top: 8px
}
#product_gallery_popup:hover .popup-button {
	-moz-transform: scale(.9) translateZ(0);
	-ms-transform: scale(.9) translateZ(0);
	-o-transform: scale(.9) translateZ(0);
	-webkit-transform: scale(.9) translateZ(0);
	transform: scale(.9) translateZ(0)
}
#product_gallery_popup .popup-button.dark {
	background: #333;
	color: #fff
}
.woocommerce div.product.pd_top div.images #product-fullview-thumbs:not(.no-gallery)+#product_gallery_popup {
	left: 0
}
.woocommerce div.product.pd_classic_sidebar div.images #product-fullview-thumbs:not(.no-gallery)+#product_gallery_popup {
	bottom: 120px;
	left: 20px
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .cart {
	display: block;
	width: 100%;
	margin: 0!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare,
.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top form.cart,
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped.pd_top .yith-wcwl-add-to-wishlist,

.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-simple.pd_top .yith-wcwl-add-to-wishlist {
	margin-right: auto!important;
	margin-left: auto!important;
	display: table!important;
	width: auto;
	margin-bottom: 15px
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-simple.pd_top .yith-wcwl-add-to-wishlist {
	float: none;
	display: inline-block!important;
	margin-bottom: 0!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistaddedbrowse,
.woocommerce-page div.product.seperate_rows_wishlist_compare.product-type-variable:not(.pd_top) .yith-wcwl-add-to-wishlist,
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped .yith-wcwl-add-to-wishlist,
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist {
	width: auto;
	border: none;
	clear: both;
	float: left;
	overflow: visible;
	margin-left: -4px;
	margin-top: 10px!important;
	display: inline-block
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-variable.pd_top .yith-wcwl-add-to-wishlist {
	margin-left: 0!important;
	float: none!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped .yith-wcwl-add-to-wishlist {
	margin-bottom: 0!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistaddedbrowse.show,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistexistsbrowse.show {
	border: none!important;
	background-color: transparent!important;
	opacity: 1;
	width: 100%!important;
	height: 40px;
	display: -webkit-box;
	float: left;
	text-transform: none;
	margin-left: -7px!important;
	margin-top: 5px!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.product.pd_top .button.compare {
	margin-top: 0!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare,
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistaddedbrowsefv .yith-wcwl-add-button a,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistexistsbrowse.show a {
	font-size: 14px!important;
	width: auto;
	line-height: 38px;
	padding-left: 37px;
	color: #777;
	font-family: lato!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare:after,
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare:before,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:after,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s!important;
	font-size: 16px!important;
	color: #ccc7c7!important;
	top: 0;
	margin: 0!important
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare:after,
.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare:before {
	top: 3px;
	width: 32px
}
.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare:after,
.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare:before {
	display: none
}
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist,
.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist:hover {
	background: 0 0
}
.widget_product_tag_cloud.collapse .tagcloud {
	max-height: 135px;
	overflow-y: hidden;
	display: block
}
.widget_product_tag_cloud .tagcloud {
	max-height: none
}
.widget_product_tag_cloud .show_more_tags {
	display: none
}
.widget_product_tag_cloud.collapse .show_more_tags {
	display: block;
	margin: 10px 10px 0 0;
	float: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}
.widget_product_tag_cloud.collapse .show_more_tags:hover {
	color: #073B87
}
.widget.widget_woocommerce-dropdown-cart .icon.icon-cart:after,
.widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
	content: "?";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 1px;
	line-height: 44px;
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	transition: transform .4s ease;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
#headerSecondState .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:after,
#headerSecondState .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
	line-height: 50px
}
.widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
	top: 38px
}
.widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:after,
.widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:before {
	-webkit-transform: translateY(-38px);
	-moz-transform: translateY(-38px);
	-ms-transform: translateY(-38px);
	-o-transform: translateY(-38px);
	transform: translateY(-38px)
}
#headerSecondState .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before,
header.type1 .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:after,
header.type1 .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
	line-height: 52px
}
#headerSecondState .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before,
header.type1 .widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
	top: 56px
}
#headerSecondState .widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:before,
header.type1 .widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:after,
header.type1 .widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:before {
	-webkit-transform: translateY(-56px);
	-moz-transform: translateY(-56px);
	-ms-transform: translateY(-56px);
	-o-transform: translateY(-56px);
	transform: translateY(-56px)
}
.widget.widget_woocommerce-dropdown-cart .no_products {
	padding: 0
}
.widget.widget_woocommerce-dropdown-cart .no_products .no_products_span {
	display: block;
	margin-left: 10px;
	padding: 10px 0;
	font-size: 13px
}
.woocommerce .sidebar .widget_shopping_cart_content a.wc-forward.button,
.woocommerce .toggleSidebarWidgetbar .widget_shopping_cart_content a.wc-forward.button {
	background-color: transparent!important;
	width: 80%;
	float: none;
	margin-bottom: 8px;
	text-align: center
}
.woocommerce .sidebar .widget_shopping_cart_content p.buttons {
	margin-top: 35px
}
.woocommerce-cart-form {
	display: inline-block;
	width: calc(100% - 410px);
	margin: 30px 0 20px
}
.woocommerce .cart-collaterals,
.woocommerce-cart-form,
.woocommerce-page .cart-collaterals {
	margin-bottom: 100px
}
.woocommerce table.shop_table {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none!important;
	margin: 0 -1px 0 0;
	padding: 0;
	display: table;
	opacity: 1!important;
	font-family: Poppins, sans-serif
}
.woocommerce table.shop_table form.woocommerce-shipping-calculator,
.woocommerce table.shop_table form.woocommerce-shipping-calculator a {
	margin-top: -35px!important;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	font-family: Lato, sans-serif;
	text-align: right;
	display: block;
	padding: 0!important
}
.woocommerce #payment .blockUI.blockOverlay,
.woocommerce table.shop_table .blockUI.blockOverlay {
	background: #f8f8f8!important
}
.woocommerce table.shop_table tbody tr,
.woocommerce-page table.shop_table tbody tr {
	border-top: 1px solid #e4e4e4
}
.woocommerce .cart-collaterals table.shop_table tbody tr:first-child,
.woocommerce-page .cart-collaterals table.shop_table tbody tr:first-child {
	color: #999;
	border-top: none
}
#yith-wcwl-form .shop_table.wishlist_table td,
.woocommerce form.checkout .woocommerce-checkout-review-order table td,
.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.my_account_orders td {
	border-width: 1px 0 0
}
#yith-wcwl-form .shop_table.wishlist_table td.product-thumbnail {
	position: inherit
}
.woocommerce table.shop_table td {
	padding: 26px 20px
}
.woocommerce table.shop_table td:last-child {
	padding-right: 0
}
.woocommerce table.shop_table tfoot th {
	color: #333
}
.woocommerce .woocommerce-checkout table.shop_table tfoot td,
.woocommerce .woocommerce-checkout table.shop_table tfoot th {
	border-width: 1px 0!important
}
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table thead th,
.woocommerce-cart .cart-collaterals .cart_totals tr:nth-child(3),
.woocommerce-cart .cart-collaterals .cart_totals tr:nth-child(4) .woocommerce-cart .cart-collaterals .cart_totals tr td {
	border: none!important
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border: none!important;
	font-weight: 400
}
.woocommerce table.shop_table .actions input[name=update_cart] {
	margin-right: 0!important;
	margin-bottom: 20px;
	outline: 0
}
.woocommerce table.shop_table .actions {
	padding-right: 0!important
}
.woocommerce table.shop_table thead th {
	font-weight: 600
}
.woocommerce table.shop_table th {
	padding: 18px 15px!important;
	color: #353535!important
}
.woocommerce table.shop_table tr td:nth-child(2),
.woocommerce table.shop_table tr th:nth-child(2) {
	text-align: left;
	padding: 23px 20px!important;
	vertical-align: middle
}
.woocommerce table.shop_table tr th:nth-child(3) {
	text-align: center
}
.woocommerce table.shop_table tr td:nth-child(1),
.woocommerce table.shop_table tr th:nth-child(1) {
	text-align: left;
	padding: 23px 0!important
}
.woocommerce table.wishlist_table tr td,
.woocommerce table.wishlist_table tr th {
	text-align: center!important
}
.woocommerce table.shop_table tbody tr td:nth-child(1),
.woocommerce table.shop_table tbody tr th:nth-child(1) {
	text-transform: initial
}
.woocommerce table.shop_table tr.cart-subtotal td {
	font-size: 14px
}
.woocommerce table.shop_table tr.order-total td {
	font-size: 18px
}
.woocommerce table.shop_table form.woocommerce-shipping-calculator {
	padding: 0 20px
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	font-size: 14px;
	text-transform: uppercase!important;
	font-weight: 400
}
.woocommerce table.shop_table tr.shipping td,
.woocommerce table.shop_table tr.shipping th {
	border-top: 1px solid #E6E6E6
}
.woocommerce table.shop_table tr .shipping-td {
	text-align: left;
	color: #333;
	text-transform: initial;
	font-size: 12px;
	letter-spacing: 0
}
.woocommerce table.shop_table tr .shipping-td p {
	color: #aaa;
	font-family: lato, sans-serif;
	font-weight: 400
}
.woocommerce table.shop_table .product-name a,
.woocommerce table.shop_table .product-name a:hover {
	color: #414141;
	text-decoration: none
}
.woocommerce table.shop_table .product-thumbnail {
	width: 80px
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: right!important
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
	background-color: transparent
}
.woocommerce .cart .coupon .button:hover,
.woocommerce .cart .coupon input.button:hover,
.woocommerce input.button#place_order:hover {
	background-color: #ababab
}
.woocommerce table.cart tbody tr:last-child,
.woocommerce-page table.cart tbody tr:last-child {
	border: 0!important
}
.woocommerce table.cart td.actions .coupon .input-text {
	border-bottom: 1px solid #aaa!important
}
.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text {
	background-color: transparent!important;
	outline: 0;
	resize: none;
	font-family: inherit;
	font-size: 13px;
	font-weight: 300;
	color: #b6b6b6;
	text-align: center;
	text-transform: uppercase
}
.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text,
.woocommerce-page.woocommerce-checkout div.coupon .input-text,
.woocommerce.woocommerce-checkout div.coupon .input-text {
	width: 141px;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
	margin-right: 15px!important;
	padding: 5px 13px!important;
	line-height: 24px!important;
	height: 40px!important
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	font-size: 0!important;
	width: 38px!important;
	height: 38px;
	border-radius: 0;
	margin: 0;
	font-family: Linearicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #b1b1b1!important;
	border: 1px solid #e1e1e1;
	line-height: 40px;
	float: left;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}
.woocommerce table.cart a.remove.show-loading,
.woocommerce table.cart a.remove_from_wishlist.show-loading,
.woocommerce table.cart a.remove_from_wishlist.show-loading:hover {
	color: transparent!important
}
.woocommerce table a.remove {
	display: inline-block;
	float: none!important
}
.woocommerce #content table.cart a.remove:before,
.woocommerce table.cart a.remove:before,
.woocommerce-page #content table.cart a.remove:before,
.woocommerce-page table.cart a.remove:before {
	content: "\e681";
	font-size: 19px
}
.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: transparent!important;
	color: #888!important
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 100px!important;
	height: auto!important
}
.cart-collaterals {
	width: 380px!important;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 20px;
	float: right;
	background-color: #f8f8f8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	text-align: left!important;
	width: 100%!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.woocommerce .cart-collaterals .cart_totals table {
	width: calc(100% - 50px);
	margin-left: 25px;
	border-collapse: collapse;
	border-width: 0
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
	padding: 20px 34px!important
}
.woocommerce .cart-collaterals .cart_totals table td {
	text-align: right!important
}
.woocommerce .cart-collaterals .cart_totals table th:nth-child(1) {
	font-weight: 400;
	padding-left: 20px!important
}
.woocommerce .cart-collaterals .cart_totals tr.shipping td,
.woocommerce .cart-collaterals .cart_totals tr.shipping th {
	border: none!important;
	padding-top: 10px!important
}
.woocommerce .cart-collaterals .cart_totals tr.order-total td,
.woocommerce .cart-collaterals .cart_totals tr.order-total th {
	font-weight: 400;
	font-size: 14px;
	background-color: transparent;
	border: none!important
}
.woocommerce .cart-collaterals .cart_totals tr.order-total strong {
	font-size: 18px;
	font-weight: 500;
	color: #073B87
}
.woocommerce ul#shipping_method li {
	text-indent: 0!important;
	padding: 0 0 5px;
	direction: rtl;
	text-align: right;
	text-transform: lowercase;
	font-family: Lato, sans-serif
}
.woocommerce ul#shipping_method li input[type=radio] {
	margin-right: 4px
}
.woocommerce ul#shipping_method li input[type=radio]:checked {
	background-color: #444
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	float: left;
	clear: none;
	text-align: left
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button {
	text-decoration: none
}
.woocommerce-shipping-calculator>p {
	text-align: left
}
.shipping-calculator-form {
	padding-left: 20px
}
.shipping-calculator-form input[type=text] {
	padding-left: 0!important;
	border-bottom-color: #b1b1b1!important
}
.shipping-calculator-form select:focus {
	outline: 0
}
.shipping-calculator-form a,
.shipping-calculator-form a span,
.shipping-calculator-form input[type=text],
.shipping-calculator-form select {
	color: #b1b1b1!important;
	font-size: 13px!important
}
.woocommerce input[type=text],
.woocommerce input[type=password],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce textarea,
.woocommerce-page input[type=text],
.woocommerce-page input[type=password],
.woocommerce-page input[type=email],
.woocommerce-page textarea {
	background-color: transparent;
	border-bottom: 1px solid #CACACA;
	font-family: Poppins, sans-serif;
	-moz-transition: border-bottom .1s ease-in-out;
	-o-transition: border-bottom .1s ease-in-out;
	-webkit-transition: border-bottom .1s ease-in-out;
	transition: border-bottom .1s ease-in-out;
	padding: 0 10px;
	outline: 0;
	margin: 0;
	resize: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: 400;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #000;
	height: 38px;
	width: 98%;
	line-height: 17px;
	font-size: 13px
}
.woocommerce #reviews h2 {
	font-weight: 400!important
}
.woocommerce #reviews h2 span {
	font-weight: 700
}
.woocommerce #reviews h3 {
	line-height: 20px;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	margin-top: 0!important;
	margin-bottom: 25px!important
}
.woocommerce-noreviews {
	font-family: poppins, sans-serif
}
#review_form_wrapper form {
	position: relative;
	padding-top: 60px;
	margin-bottom: 50px
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
	content: "\f006";
	font-family: Linearicons!important;
	color: #5e5e5e!important
}
.woocommerce p.stars.selected a.active~a:before {
	content: "\f006"
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars:hover a:before {
	content: "\f005";
	color: #073B87!important
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
	border-right: none!important;
	color: #5e5e5e
}
#review_form_wrapper form .comment-form-rating {
	top: 0;
	position: absolute
}
.woocommerce #review_form #respond p.stars {
	height: 17px;
	font-size: 12px
}
.woocommerce #review_form #respond .form-submit {
	display: block
}
.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form textarea,
.woocommerce-page #review_form textarea {
	padding: 0
}
.woocommerce p.stars a {
	margin-right: 0!important;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in
}
.woocommerce p.stars a:hover {
	color: #5F5F5F
}
.woocommerce p.stars a.star-1 {
	z-index: 6
}
.woocommerce p.stars a.star-2 {
	z-index: 5
}
.woocommerce p.stars a.star-3 {
	z-index: 4
}
.woocommerce p.stars a.star-4 {
	z-index: 3
}
.woocommerce p.stars a.star-5 {
	z-index: 2
}
#review_form_wrapper form .comment-form-rating label {
	font-size: 14px;
	display: block;
	color: #7c7c7c;
	font-family: Lato, sans-serif;
	padding-bottom: 10px;
	font-weight: 500
}
.woocommerce #review_form #respond textarea {
	-moz-box-sizing: initial!important;
	-webkit-box-sizing: initial!important;
	box-sizing: initial!important
}
#review_form_wrapper form .comment-form-email {
	margin-top: 20px;
	margin-bottom: 30px
}
#review_form_wrapper form .comment-form-comment {
	margin-top: 20px;
	margin-bottom: 50px
}
.woocommerce #commentform .button.button-large {
	padding: 0;
	margin: 0;
	border: 2px solid #262626;
	border-radius: 20px;
	height: 35px;
	min-width: 125px;
	text-align: center;
	overflow: hidden
}
.woocommerce #commentform .button.button-large input {
	position: relative;
	width: 100%;
	display: inline-block;
	-o-transition: transform .35s;
	-moz-transition: transform .35s;
	-webkit-transition: transform .35s;
	transition: transform .35s;
	padding: 0 2px
}
.woocommerce #commentform .button.button-large input[type=submit] {
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	width: auto;
	outline: 0;
	border: none;
	margin: 0;
	background-color: transparent!important
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce form .form-row.form-row-wide,
.woocommerce form .form-row.notes,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%
}
.woocommerce #commentform .button.button-large p:not(.hoverText) input[type=submit] {
	color: #fff;
	background-color: transparent!important
}
.touchevents .woocommerce #commentform .button.button-large input[type=submit],
.woocommerce #commentform .button.button-large:hover input[type=submit] {
	-moz-transform: translateY(-55px);
	-ms-transform: translateY(-55px);
	-o-transform: translateY(-55px);
	-webkit-transform: translateY(-55px);
	transform: translateY(-55px)
}
.woocommerce #commentform .button.button-large .hoverText {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 100%;
	margin-left: -2px;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	-o-transition: transform .35s;
	-moz-transition: transform .35s;
	-webkit-transition: transform .35s;
	transition: transform .35s;
	padding: 0
}
.touchevents .woocommerce #commentform .button.button-large .hoverText,
.woocommerce #commentform .button.button-large:hover .hoverText {
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px)
}
.woocommerce #commentform .button.button-large .hoverText:before {
	content: attr(data-hover);
	font-weight: 500;
	text-transform: uppercase
}
.woocommerce #commentform .button.button-large {
	-moz-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
	-webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease
}
.touchevents .woocommerce #commentform .button.button-large,
.woocommerce #commentform .button.button-large:hover {
	cursor: pointer;
	background-color: #073B87
}
.woocommerce form .form-row {
	display: table;
	margin: 0 0 20px;
	padding-left: 0
}
.woocommerce form .form-row select.country_to_state,
.woocommerce-page form .form-row select.country_to_state {
	height: 35px;
	border: none
}
.woocommerce form .form-row .required {
	color: #073B87;
	text-decoration: none
}
.shipping-calculator-button {
	font-size: 12px;
	color: #4c4c4c;
	text-transform: uppercase;
	margin: 0
}
.shipping-calculator-button:hover {
	text-decoration: none;
	color: #111
}
.woocommerce .cart-collaterals .cross-sells ul.products {
	width: auto!important;
	margin: 0;
	padding: 0
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
	width: 50%!important;
	transform: none!important;
	position: relative!important
}
.cart-collaterals .cross-sells h2,
.cart_totals h2 {
	font-size: 16px;
	color: #4c4c4c;
	text-transform: uppercase;
	padding: 45px 35px 25px;
	margin: 0;
	font-weight: 600
}
.woocommerce .cart-collaterals .cart_totals table select {
	border: none
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-size: 16px
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0
}
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
	display: inline-block!important;
	margin-right: 0;
	color: #fff!important;
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
	color: #fff!important
}
.woocommerce .wc-proceed-to-checkout {
	text-align: center
}
.cartEmpty .cart-empty,
.cartEmpty .return-to-shop {
	text-align: center;
	margin-top: 20px
}
.cartEmpty .cart-empty {
	margin-top: 100px
}
ul.product_list_widget li .reviewer {
	font-family: Poppins, sans-serif;
	font-size: 12px
}
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
ul.cart_list li img,
ul.product_list_widget li img {
	height: 70px!important;
	width: 70px!important;
	float: left!important;
	margin-left: 0;
	margin-right: 0
}
ul.cart_list li::after,
ul.product_list_widget li::after {
	clear: both
}
ul.cart_list,
ul.product_list_widget {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.cart_list li,
ul.product_list_widget li {
	padding: 5px 0;
	margin: 0;
	list-style: none
}
ul.cart_list li ins,
ul.product_list_widget li ins {
	padding-left: 5px;
	text-decoration: none
}
.widget ul.cart_list li ins,
.widget ul.product_list_widget li ins {
	padding-left: 0
}
.widget_shopping_cart .cartSidebarHeader {
	display: none
}
.widget_shopping_cart ul.cart_list li,
.woocommerce .widget_shopping_cart ul.cart_list li {
	padding-right: 2em;
	padding-left: 0
}
.widget_shopping_cart ul.cart_list li>span {
	display: inline-block
}
.cart-bottom-box,
ul.cart_list li a,
ul.cart_list li>span {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .2s ease, visibility .2s ease;
	-o-transition: opacity .2s ease, visibility .2s ease;
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease
}
ul.cart_list li.loading a:not(.undo),
ul.cart_list li.loading>span,
ul.cart_list li.removed a:not(.undo),
ul.cart_list li.removed>span {
	opacity: .3
}
ul.cart_list li.removed.removed_completly {
	opacity: 0!important;
	visibility: hidden;
	height: 0;
	min-height: 0!important;
	overflow: hidden;
	padding: 0 23px 0 17px!important
}
ul.cart_list li .wc-loading {
	left: 100%;
	margin-left: -25px;
	top: 10px
}
ul.cart_list li a.remove {
	color: #BBB!important
}
ul.cart_list li.loading a.remove,
ul.cart_list li.removed a.remove {
	opacity: 0
}
ul.cart_list li a.undo {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 45px;
	height: 100%;
	z-index: 1;
	right: 0
}
ul.cart_list li a.undo span:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 10px;
	left: -3px
}
ul.cart_list li.removed a.undo {
	-moz-opacity: .5;
	opacity: .5;
	visibility: visible
}
ul.cart_list li.removed a.undo:hover {
	-moz-opacity: 1;
	opacity: 1
}
.toggleSidebar.cartSidebarContainer.sidebarToggleOpen .cart-bottom-box {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible
}
.toggleSidebar.cartSidebarContainer.sidebarToggleOpen .cart-bottom-box.hide {
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden
}
.widget ul li a img {
	opacity: 1;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.widget ul li:hover a img {
	-moz-opacity: .8;
	opacity: .8;
	-moz-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}
.widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 2px;
	top: 2px
}
.widget_shopping_cart .cart_list li a.remove:after,
.widget_shopping_cart .cart_list li a.remove:before {
	content: "";
	position: absolute;
	background-color: #848484;
	width: 10px;
	height: 1px;
	top: 5px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.widget_shopping_cart .cart_list li a.remove:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.woocommerce ul.cart_list li dl.variation,
ul.product_list_widget li dl.variation {
	display: none
}
.woocommerce td.product-name dl.variation {
	margin: 6px 0 0;
	color: #aaa;
	font-weight: 400;
	font-family: lato, sans-serif;
	text-transform: capitalize
}
.woocommerce td.product-name dl.variation dd {
	margin: 0;
	padding: 0
}
.woocommerce td.product-name dl.variation dd p,
.woocommerce td.product-name dl.variation dt {
	font-weight: 400!important;
	font-size: 12px!important;
	padding: 0;
	line-height: 13px;
	color: inherit
}
.woocommerce td.product-name dl.variation dd p {
	margin: 0!important;
	color: rgba(96, 96, 96, .9);
	font-family: lato, sans-serif
}
.widget-area a {
	color: #666
}
.widget-area a:hover {
	color: #111
}
ul.cart_list li a,
ul.product_list_widget li a {
	font-size: 12px;
	font-weight: 700;
	display: block;
	color: #5a5a5a;
	font-family: poppins, sans-serif;
	-moz-transition: color ease .3s;
	-o-transition: color ease .3s;
	-webkit-transition: color ease .3s;
	transition: color ease .3s
}
ul.cart_list li a:hover,
ul.product_list_widget li a:hover {
	color: #8c8c8c
}
.woocommerce ul.cart_list li .amount,
ul.cart_list li .amount,
ul.product_list_widget li .amount {
	color: #073B87;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: lato, sans-serif
}
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
	color: #073B87;
	font-family: Poppins, sans-serif
}
.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
	border-top: 2px solid #CACACA!important;
	padding: 16px 0 12px!important
}
.widget_shopping_cart_content .buttons {
	margin: 0 auto;
	display: table
}
.sidebar .widget_shopping_cart_content a.wc-forward.button,
.widget_shopping_cart_content a.wc-forward.button {
	width: auto;
	float: right;
	color: #8c8c8c!important;
	background-color: #f3f3f3!important;
	-moz-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	-webkit-transition: background-color ease .2s;
	transition: background-color ease .2s
}
.sidebar .widget_shopping_cart_content a.checkout.wc-forward.button,
.widget_shopping_cart_content a.wc-forward.button {
	color: #fff!important;
	background-color: #073B87!important;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	-webkit-transition: background-color ease .5s;
	transition: background-color ease .5s
}
.sidebar .widget_shopping_cart_content a.wc-forward.button:hover,
.widget_shopping_cart_content a.wc-forward.button:hover {
	background-color: #333!important
}
.toggleSidebarWidgetbar .widget_shopping_cart_content a.wc-forward.button,
.woocommerce .toggleSidebarWidgetbar .widget_shopping_cart_content a.wc-forward.button {
	padding: 0 13px!important;
	width: auto;
	float: right
}
.widget_shopping_cart_content a.checkout.wc-forward.button,
.woocommerce .sidebar .widget_shopping_cart_content a.checkout.wc-forward.button,
.woocommerce .toggleSidebarWidgetbar .widget_shopping_cart_content a.checkout.wc-forward.button {
	float: left;
	color: #fff!important;
	margin-right: 5px;
	-moz-transition: color ease .3s, border ease .3s;
	-o-transition: color ease .3s, border ease .3s;
	-webkit-transition: color ease .3s, border ease .3s;
	transition: color ease .3s, border ease .3s
}
.widget_shopping_cart_content a.checkout.wc-forward.button:hover,
.woocommerce .sidebar .widget_shopping_cart_content a.checkout.wc-forward.button:hover,
.woocommerce .toggleSidebarWidgetbar .widget_shopping_cart_content a.checkout.wc-forward.button:hover {
	color: #fff!important
}
.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
	font-family: Poppins, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase
}
.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount {
	float: right;
	font-family: Poppins, sans-serif;
	color: #073B87;
	font-size: 16px
}
.widget_shopping_cart .cart_list li a.remove:hover {
	background-color: transparent;
	color: #000!important
}
.footer-widgetized .star-rating,
.widget-area .star-rating {
	font-size: .7em;
	padding-bottom: 2px;
	margin-bottom: 5px;
	width: 5.5em
}
.woocommerce-product-search {
	padding: 9px 5px 9px 10px;
	border: 1px solid #EEE;
	position: relative
}
form.woocommerce-product-search:before {
	content: "\e9ea";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	right: 26px;
	top: 14px;
	font-family: Linearicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	font-size: 17px
}
.filter-search-form-container form.woocommerce-product-search:before {
	display: none
}
form.woocommerce-product-search input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	padding: 0;
	height: 100%;
	background: 0 0;
	-moz-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	border: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	text-indent: 9999px;
	-moz-outline: none;
	outline: 0;
	border-radius: 0 5px 5px 0
}
form.woocommerce-product-search input[type=search] {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	color: #111;
	border: none;
	padding: 5px 5px 5px 10px;
	-moz-outline: 0;
	outline: 0;
	background-color: transparent!important
}
.woocommerce .shop-filter-toggle {
	width: 100px;
	height: 53px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	clear: both;
	z-index: 2
}
.woocommerce .shop-filter-toggle .togglelines {
	margin: 28px 14px 22px 0;
	position: absolute;
	width: 22px;
	height: 3px;
	background: #222;
	-moz-transition: background .01s ease .3s;
	-o-transition: background .01s ease .3s;
	-webkit-transition: background .01s ease .3s;
	transition: background .01s ease .3s
}
.woocommerce .shop-filter-toggle .togglelines:after,
.woocommerce .shop-filter-toggle .togglelines:before {
	content: "";
	width: 22px;
	height: 3px;
	background: #222;
	position: absolute;
	top: -7px;
	-moz-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
	-o-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
	-webkit-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
	transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s
}
.woocommerce .shop-filter-toggle .togglelines:after {
	top: 7px;
	width: 12px
}
.woocommerce .shop-filter-toggle.open .togglelines {
	background: 0 0
}
.woocommerce .shop-filter-toggle.open .togglelines:before {
	top: 0;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.woocommerce .shop-filter-toggle.open .togglelines:after {
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px
}
.woocommerce .shop-filter-toggle.open .togglelines:after,
.woocommerce .shop-filter-toggle.open .togglelines:before {
	-moz-transition: top .3s ease, transform .3s ease .3s, width .01s ease .3s;
	-o-transition: top .3s ease, transform .3s ease .3s, width .01s ease .3s;
	-webkit-transition: top .3s ease, transform .3s ease .3s, width .01s ease .3s;
	transition: top .3s ease, transform .3s ease .3s, width .01s ease .3s
}
.woocommerce .shop-filter {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 10px;
	height: auto;
	position: relative;
	margin-bottom: 0;
	margin-top: -50px;
	-webkit-transition: opacity .5s ease 0s, max-height .5s ease 0s;
	-moz-transition: opacity .5s ease 0s, max-height .5s ease 0s;
	-o-transition: opacity .5s ease 0s, max-height .5s ease 0s;
	transition: opacity .5s ease 0s, max-height .5s ease 0s
}
.woocommerce .shop-filter-toggle.hidden,
.woocommerce .shop-filter.hidden {
	opacity: 0;
	max-height: 0
}
.woocommerce .shop-filter.widget-area {
	padding-bottom: 17px
}
.shop-filter.sidebar {
	padding-left: 0
}
.woocommerce .shop-filter.open {
	max-height: 1000px;
	-moz-transition: max-height .4s cubic-bezier(.4, 0, 1, 1) 0s;
	-o-transition: max-height .4s cubic-bezier(.4, 0, 1, 1) 0s;
	-webkit-transition: max-height .4s cubic-bezier(.4, 0, 1, 1) 0s;
	transition: max-height .4s cubic-bezier(.4, 0, 1, 1) 0s
}
.woocommerce .shop-filter .bottomPartFilter,
.woocommerce .shop-filter .sidebar,
.woocommerce .shop-filter .special-filter {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) .2s, max-height .3s cubic-bezier(.645, .045, .355, 1) .2s, padding .3s cubic-bezier(.645, .045, .355, 1) .2s;
	-moz-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) .2s, max-height .3s cubic-bezier(.645, .045, .355, 1) .2s, padding .3s cubic-bezier(.645, .045, .355, 1) .2s;
	-o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) .2s, max-height .3s cubic-bezier(.645, .045, .355, 1) .2s, padding .3s cubic-bezier(.645, .045, .355, 1) .2s;
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .2s, max-height .3s cubic-bezier(.645, .045, .355, 1) .2s, padding .3s cubic-bezier(.645, .045, .355, 1) .2s
}
.woocommerce .shop-filter.open .bottomPartFilter,
.woocommerce .shop-filter.open .sidebar,
.woocommerce .shop-filter.open .special-filter {
	opacity: 1;
	max-height: 600px
}
.woocommerce .shop-filter .special-filter.cat {
	opacity: 1;
	visibility: visible;
	max-height: 1000px;
	width: calc(100% - 80px);
	-webkit-transition: opacity .3s ease .15s;
	-moz-transition: opacity .3s ease .15s;
	-o-transition: opacity .3s ease .15s;
	transition: opacity .3s ease .15s
}
.woocommerce .shop-filter .special-filter.cat.hide {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}
.woocommerce .shop-filter .special-filter.cat.hidden-cats {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	-o-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}
.woocommerce .shop-filter .widget {
	width: 25%;
	float: left;
	clear: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px!important;
	padding-right: 25px
}
.woocommerce .shop-filter .widget-title {
	border: none;
	position: relative;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 15px;
	padding-bottom: 15px
}
.woocommerce .shop-filter .widget-title:before {
	content: "";
	width: 50%;
	background: #d7d7d7;
	height: 1px;
	position: absolute;
	bottom: 0
}
.woocommerce .shop-filter .sidebar.widget-area {
	overflow: hidden;
	width: calc(100% - 100px);
	margin-bottom: 0;
	padding: 0 50px;
	background-color: #f5f5f5
}
.woocommerce .shop-filter.open .sidebar.widget-area {
	padding: 30px 50px 0
}
.woocommerce .shop-filter .special-filter {
	width: 100%;
	float: left;
	clear: both
}
.woocommerce .shop-filter .bottomPartFilter {
	background-color: #f5f5f5;
	padding: 0 50px;
	width: calc(100% - 100px)
}
.woocommerce .shop-filter.open .bottomPartFilter {
	padding: 30px 50px
}
.woocommerce .shop-filter .bottomPartFilter .special-filter {
	float: none
}
.woocommerce .shop-filter .widget_layered_nav_filters ul li a {
	font-family: lato, sans-serif;
	padding-left: 20px
}
.woocommerce .shop-filter .special-filter .widget.widget_product_search {
	padding-right: 10px
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories {
	width: 100%;
	padding-left: 100px;
	padding-right: 0;
	margin-bottom: 10px!important
}
.woocommerce .shop-filter .search-box {
	float: right;
	line-height: 20px;
	color: #dbdbdb;
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	padding: 15px 0;
	margin-top: -10px
}
.woocommerce .shop-filter .search-box * {
	-webkit-transition: opacity .3s ease .5s;
	-moz-transition: opacity .3s ease .5s;
	-o-transition: opacity .3s ease .5s;
	transition: opacity .3s ease .5s;
	opacity: 1
}
.woocommerce .shop-filter .search-box.open .icon,
.woocommerce .shop-filter .search-box.open .text {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.woocommerce .shop-filter .search-box .close {
	opacity: 0;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 18px;
	top: 23px;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s ease .2s;
	-moz-transition: opacity .3s ease .2s;
	-o-transition: opacity .3s ease .2s;
	transition: opacity .3s ease .2s
}
.woocommerce .shop-filter .search-box.open .close {
	opacity: 1
}
.woocommerce .shop-filter .search-box .close:after,
.woocommerce .shop-filter .search-box .close:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #666;
	right: 0
}
.woocommerce .shop-filter .search-box .close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.woocommerce .shop-filter .search-box .close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.woocommerce .shop-filter .search-box .icon {
	font-size: 15px;
	color: #5b5b5b;
	margin-right: 12px;
	font-weight: 700
}
.woocommerce .shop-filter .search-box .text {
	position: relative;
	top: -2px;
	font-size: 13px;
	color: #a9a9a9;
	font-weight: 400
}
.woocommerce .shop-filter .filter-search-form-container {
	right: 0;
	top: 0;
	position: absolute;
	background: #f9f9f9;
	height: 50px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width .7s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: width .7s cubic-bezier(.23, 1, .32, 1);
	-o-transition: width .7s cubic-bezier(.23, 1, .32, 1);
	transition: width .7s cubic-bezier(.23, 1, .32, 1)
}
.woocommerce .shop-filter .filter-search-form-container.open {
	width: calc(100% - 100px)
}
.woocommerce .shop-filter .filter-search-form-container form {
	border: none;
	opacity: 0;
	padding: 5px 5px 5px 17px;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s
}
.woocommerce .shop-filter .filter-search-form-container.open form {
	opacity: 1;
	-webkit-transition: opacity .4s ease .5s;
	-moz-transition: opacity .4s ease .5s;
	-o-transition: opacity .4s ease .5s;
	transition: opacity .4s ease .5s
}
.woocommerce .shop-filter .filter-search-form-container input[type=search] {
	width: 90%;
	height: 40px;
	padding: 0 10px;
	font-size: 14px
}
.woocommerce .shop-filter .search-hint {
	opacity: 1;
	top: 52px;
	left: 100px;
	position: absolute;
	font-size: 12px;
	color: #9e9e9e;
	visibility: visible;
	-webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
	-o-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
	transition: opacity .3s ease, visibility .3s ease, top .3s ease
}
.woocommerce .shop-filter .search-hint.hide {
	opacity: 0;
	visibility: hidden;
	top: 45px
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: transparent!important
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li.Uncategorized {
	display: none
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li {
	display: inline-block;
	padding: 0 10px 0 17px;
	position: relative;
	overflow: hidden;
	height: 36px;
	line-height: 12px
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li a {
	line-height: 16px;
	font-size: 15px;
	font-weight: 600
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li:before {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #999;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-transition: height .3s cubic-bezier(.215, .61, .355, 1) .1s;
	-o-transition: height .3s cubic-bezier(.215, .61, .355, 1) .1s;
	-webkit-transition: height .3s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: height .3s cubic-bezier(.215, .61, .355, 1) .1s
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li.current-cat:before {
	height: 45px
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li .count {
	display: block;
	position: absolute;
	padding: 0;
	top: 19px;
	opacity: 0;
	right: 10px;
	line-height: 19px;
	font-weight: 600;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-moz-transition: transform .35s cubic-bezier(.215, .61, .355, .9), opacity .35s ease 0s;
	-o-transition: transform .35s cubic-bezier(.215, .61, .355, .9), opacity .35s ease 0s;
	-webkit-transition: transform .35s cubic-bezier(.215, .61, .355, .9), opacity .35s ease 0s;
	transition: transform .35s cubic-bezier(.215, .61, .355, .9), opacity .35s ease 0s
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories li.current-cat .count {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.woocommerce .shop-filter .search-keyword a:before,
.woocommerce .shop-filter .search-keyword a:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.woocommerce .shop-filter .special-filter ul.product-subcategories {
	margin: 0;
	display: inline-block;
	float: left;
	padding-left: 43px;
	overflow: hidden;
	max-height: 80px;
	position: relative;
	-webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) .2s;
	-moz-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) .2s;
	-o-transition: max-height .4s cubic-bezier(.645, .045, .355, 1) .2s;
	transition: max-height .4s cubic-bezier(.645, .045, .355, 1)
}
.woocommerce .shop-filter .special-filter.hide ul.product-subcategories {
	max-height: 0
}
.woocommerce .shop-filter .special-filter ul.product-subcategories:before {
	font-size: 12px;
	position: absolute;
	top: 12px;
	left: 20px
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories ul.product-subcategories li {
	height: 31px;
	line-height: 31px;
	padding: 0 20px;
	box-sizing: border-box
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories ul.product-subcategories li a {
	font-size: 14px;
	font-family: lato, sans-serif
}
.woocommerce .shop-filter .special-filter .widget.widget_product_categories ul.product-subcategories li:before {
	display: none
}
.woocommerce .shop-filter .special-filter .widget.widget_in_stock_filter {
	margin-bottom: 0!important;
	width: auto
}
.woocommerce .shop-filter .special-filter .widget.widget_on_sale_filter {
	width: auto;
	padding-left: 0;
	margin-bottom: 0!important
}
.woocommerce .shop-filter .special-filter .widget.widget_layered_nav_filters {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 0;
	margin-bottom: 0!important;
	float: none
}
.woocommerce .shop-filter .special-filter .widget.widget_layered_nav_filters ul {
	min-height: 27px
}
.woocommerce .shop-filter .special-filter .widget.widget_layered_nav_filters.ajaxloaded.show {
	margin-top: 25px!important
}
.woocommerce .shop-filter .special-filter .woocommerce-result-count {
	float: right;
	margin-bottom: 0!important;
	padding-top: 13px;
	font-size: 13px;
	font-family: lato, sans-serif;
	color: #7c7c7c
}
.shop-filter-text {
	display: block;
	line-height: 41px;
	text-transform: uppercase;
	color: #000;
	left: 35px;
	position: relative;
	padding-top: 6px
}
.shop-filter-toggle .shop-filter-text .closetext,
.shop-filter-toggle .shop-filter-text .opentext {
	position: absolute;
	left: 0;
	font-weight: 700;
	-moz-transition: opacity .3ms ease;
	-o-transition: opacity .3ms ease;
	-webkit-transition: opacity .3ms ease;
	transition: opacity .3ms ease
}
.shop-filter-toggle .shop-filter-text .opentext {
	opacity: 0
}
.shop-filter-toggle.open .shop-filter-text .opentext {
	opacity: 1
}
.shop-filter-toggle.open .shop-filter-text .closetext {
	opacity: 0
}
.shop-filter-toggle .shop-filter-text .closetext {
	opacity: 1
}
.woocommerce .shop-filter .search-keyword {
	width: auto;
	float: left;
	clear: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	margin: 0;
	height: 0;
	-moz-transition: opacity .3s ease 0s, visibility .3s ease 0s, height .3s ease 0s, margin .3s ease 0s;
	-o-transition: opacity .3s ease 0s, visibility .3s ease 0s, height .3s ease 0s, margin .3s ease 0s;
	-webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s, height .3s ease 0s, margin .3s ease 0s;
	transition: opacity .3s ease 0s, visibility .3s ease 0s, height .3s ease 0s, margin .3s ease 0s
}
.woocommerce .shop-filter .search-keyword.show {
	opacity: 1;
	visibility: visible;
	height: 34px;
	margin: 35px 0 20px;
	-moz-transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s ease .3s, margin .3s ease .3s;
	-o-transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s ease .3s, margin .3s ease .3s;
	-webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s ease .3s, margin .3s ease .3s;
	transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s ease .3s, margin .3s ease .3s
}
.woocommerce .shop-filter .search-keyword.hide {
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin: 0
}
.woocommerce .shop-filter .search-keyword a {
	padding: 2px 15px 2px 30px;
	position: relative;
	margin-top: 0;
	display: block
}
.woocommerce .shop-filter .search-keyword a:after,
.woocommerce .shop-filter .search-keyword a:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 13px;
	width: 11px;
	height: 2px;
	background: #7D7C7C;
	-moz-transition: transform ease .4s;
	-o-transition: transform ease .4s;
	-webkit-transition: transform ease .4s;
	transition: transform ease .4s
}
.woocommerce .shop-filter .search-keyword a:before {
	transform: rotate(45deg)
}
.woocommerce .shop-filter .search-keyword a:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.woocommerce .shop-filter .search-keyword a:hover:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}
.woocommerce .shop-filter .search-keyword a:hover:after {
	transform: rotate(45deg)
}
.widget-area .widget {
	clear: both
}
.widget ul.product_list_widget li img {
	margin-right: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.toggleSidebarWidgetbar .widget-area ul.product_list_widget li img {
	margin-right: 10px
}
.toggleSidebarWidgetbar .widget-area ul.product_list_widget a {
	font-size: 12px
}
.toggleSidebarWidgetbar .widget-area ul.product_list_widget a.remove {
	font-size: 19px
}
.widget_product_search #searchform {
	position: relative
}
.widget_product_search .screen-reader-text {
	display: block;
	margin: 10px 0
}
.widget_product_search #searchsubmit {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	width: 32px;
	text-indent: 99999px;
	background: 0 0;
	z-index: 1
}
.widget_product_search #searchsubmit:hover {
	background-color: #d7c3a8
}
.widget_product_search input[type=text] {
	width: 90%;
	border: 1px solid #737373;
	background-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 2
}
.woocommerce .widget_layered_nav_filters,
.woocommerce .widget_layered_nav_filters ul li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: relative
}
.woocommerce .widget_layered_nav_filters ul li {
	opacity: 0
}
.woocommerce .widget_layered_nav_filters ul li.chosen {
	opacity: 1
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav_filters ul li a {
	position: relative;
	padding-left: 0;
	margin-right: 2px;
	font-family: lato, sans-serif;
	font-size: 14px;
	line-height: 32px
}
.woocommerce .shop-filter .widget_layered_nav ul li a,
.woocommerce .shop-filter .widget_layered_nav_filters ul li a {
	line-height: 26px
}
.woocommerce .widget_layered_nav_filters ul li a {
	margin-right: 15px;
	padding-left: 20px
}
.widget_rating_filter .rating_product_count,
.woocommerce .widget_layered_nav ul li .count {
	font-family: lato, sans-serif;
	font-size: 12px;
	font-weight: 500
}
.widget_rating_filter ul li a:after,
.widget_rating_filter ul li a:before,
.woocommerce .widget_layered_nav ul li a:after,
.woocommerce .widget_layered_nav ul li a:before,
.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:before,
.yith-woocompare-widget ul.products-list a.remove:after,
.yith-woocompare-widget ul.products-list a.remove:before {
	border: none;
	content: ""!important;
	position: absolute;
	height: 2px;
	top: 13px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: transform ease .4s, background-color ease .4s;
	-o-transition: transform ease .4s, background-color ease .4s;
	-webkit-transition: transform ease .4s, background-color ease .4s;
	transition: transform ease .4s, background-color ease .4s;
	width: 12px;
	background-color: #9f9f9f
}
.woocommerce #woocommerce-sidebar .widget_layered_nav ul li a:after,
.woocommerce #woocommerce-sidebar .widget_layered_nav ul li a:before,
.woocommerce #woocommerce-sidebar .widget_layered_nav_filters ul li a:after,
.woocommerce #woocommerce-sidebar .widget_layered_nav_filters ul li a:before {
	margin-top: 4px
}
.widget_rating_filter ul li a:after,
.woocommerce .widget_layered_nav ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:after,
.yith-woocompare-widget ul.products-list a.remove:after {
	width: 2px;
	top: 8px;
	left: 5px;
	height: 12px
}
.widget_rating_filter ul li:hover a:after,
.widget_rating_filter ul li:hover a:before,
.woocommerce .widget_layered_nav ul li.chosen:hover a:after,
.woocommerce .widget_layered_nav ul li.chosen:hover a:before,
.woocommerce .widget_layered_nav_filters ul li:hover a:after,
.woocommerce .widget_layered_nav_filters ul li:hover a:before,
.yith-woocompare-widget ul.products-list li:hover a.remove:after,
.yith-woocompare-widget ul.products-list li:hover a.remove:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}
.widget_rating_filter ul li a,
.woocommerce .widget_layered_nav ul li a {
	-webkit-transition: padding-left .2s ease, padding-right .2s ease, color ease .3s;
	-moz-transition: padding-left .2s ease, padding-right .2s ease, color ease .3s;
	-o-transition: padding-left .2s ease, padding-right .2s ease, color ease .3s;
	transition: padding-left .2s ease, padding-right .2s ease, color ease .3s
}
.widget_rating_filter ul li a:after,
.widget_rating_filter ul li a:before,
.woocommerce .widget_layered_nav ul li a:after,
.woocommerce .widget_layered_nav ul li a:before,
.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:before {
	background-color: transparent
}
.widget_rating_filter ul li.chosen a:after,
.widget_rating_filter ul li.chosen a:before,
.woocommerce .widget_layered_nav ul li.chosen a:after,
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li.chosen a:after,
.woocommerce .widget_layered_nav_filters ul li.chosen a:before {
	background-color: #f9172b!important
}
.woocommerce .widget_layered_nav ul li.chosen .count,
.woocommerce .widget_layered_nav ul li.chosen a {
	color: #252525
}
.widget_rating_filter ul li a {
	padding-left: 0;
	position: relative
}
.widget_rating_filter ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen a {
	padding-left: 26px;
	color: #252525;
	font-weight: 500
}
.widget_rating_filter ul li .star-rating {
	float: left;
	margin-top: 8px
}
.woocommerce .widget_layered_nav ul li a span.color {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%
}
.woocommerce .widget_layered_nav ul.imagelist li,
.woocommerce .widget_layered_nav ul.imagelist li a,
.woocommerce .widget_layered_nav ul.imagelist li a img.image {
	width: 50px;
	display: inline-block;
	margin: 0;
	padding: 0
}
.woocommerce .widget_layered_nav ul.imagelist {
	display: inline-table
}
.woocommerce .widget_layered_nav ul.imagelist li {
	margin: 0 1px;
	float: left;
	min-height: 55px;
	width: 55px
}
.woocommerce .widget_layered_nav ul.imagelist li a {
	font-weight: 400;
	line-height: 13px;
	font-size: 11px;
	color: #6f6f6f;
	-webkit-transition: border-color .3s ease, color .3s ease;
	-moz-transition: border-color .3s ease, color .3s ease;
	-o-transition: border-color .3s ease, color .3s ease;
	transition: border-color .3s ease, color .3s ease
}
.woocommerce .widget_layered_nav ul.imagelist li a img {
	border: 2px solid transparent
}
.woocommerce .widget_layered_nav ul.imagelist li.chosen a img {
	border-color: #073B87
}
.woocommerce .widget_layered_nav ul.imagelist li.chosen a:after,
.woocommerce .widget_layered_nav ul.imagelist li.chosen a:before {
	display: none
}
.widget-area ul.product-categories {
	list-style: none!important
}
.footer-widgetized .product-categories li a,
.widget-area .product-categories li a {
	line-height: 26px;
	font-size: 13px;
	text-transform: capitalize;
	-moz-transition: color ease .3s;
	-o-transition: color ease .3s;
	-webkit-transition: color ease .3s;
	transition: color ease .3s
}
.widget-area .product-categories li.cat-item a {
	font-family: lato;
	list-style-type: none
}
.footer-widgetized .product-categories li.cat-item.cat-parent,
.widget-area .product-categories li.cat-item.cat-parent {
	position: relative
}
.widget_product_categories .cats-toggle {
	top: 0;
	position: absolute;
	display: inline-block;
	right: 0;
	height: 22px;
	width: 22px;
	line-height: 22px;
	border-radius: 50%;
	color: #bbb;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color .25s ease, color .25s ease, -webkit-transform .25s ease;
	-moz-transition: background-color .25s ease, color .25s ease, -moz-transform .25s ease;
	-ms-transition: background-color .25s ease, color .25s ease, -ms-transform .25s ease;
	transition: background-color .25s ease, color .25s ease, transform .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 800px;
	-webkit-perspective: 800px
}
.widget_product_categories .cats-toggle.toggle-active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.widget-area .product-categories li.cat-item a:before {
	content: " ";
	border-radius: 50%;
	border: 1px solid #999;
	width: 10px!important;
	height: 10px!important;
	margin-right: 10px;
	display: inline-block;
	-webkit-transition: background-color .25s ease, border-color .25s ease;
	-moz-transition: background-color .25s ease, border-color .25s ease;
	-ms-transition: background-color .25s ease, border-color .25s ease;
	transition: background-color .25s ease, border-color .25s ease
}
.widget-area .product-categories li.cat-item a:hover:before {
	border-color: #00F
}
.widget-area .product-categories li.cat-item.current-cat>a:before {
	background-color: #00F;
	border-color: #00f
}
.widget_product_categories .cats-toggle:after {
	content: "\f106";
	font-size: 16px;
	font-family: Linearicons
}
.widget_product_categories .cats-toggle.toggle-active,
.widget_product_categories .cats-toggle:hover {
	color: #00F
}
.footer-widgetized .product-categories ul.children,
.widget-area .product-categories ul.children {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	display: none
}
.footer-widgetized .product-categories ul.children {
	padding-left: 10px
}
.widget-area .product-categories li:hover>.count,
.widget-area .product-categories li:hover>a {
	color: #212121
}
.widget-area .product-categories li.current-cat>a {
	color: #000!important;
	font-weight: 700
}
.woocommerce .widget_in_stock_filter .in-stock-filter li a span:before,
.woocommerce .widget_on_sale_filter li a span:before {
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	speak: none;
	-moz-osx-font-smoothing: grayscale
}
.widget-area .product-categories li.cat-item .count {
	font-size: 12px!important
}
.widget-area .product-categories li.current-cat .count {
	color: #313131
}
.widget-area .widget_product_categories h4 {
	margin-bottom: 11px
}
.woocommerce .widget_on_sale_filter li a {
	padding: 1px 15px;
	line-height: 25px;
	background-color: #ebebeb;
	text-transform: capitalize;
	font-size: 12px;
	font-family: lato, sans-serif;
	color: #7c7c7c
}
.woocommerce .widget_on_sale_filter li a span {
	width: 20px;
	display: inline-block;
	border-radius: 8px;
	height: 25px;
	color: #000;
	vertical-align: top;
	line-height: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 8px;
	position: relative;
	font-size: 18px
}
.woocommerce .widget_on_sale_filter li a span:before {
	content: "\e756";
	position: absolute;
	width: 0;
	height: 0;
	font-family: Linearicons;
	text-transform: none;
	line-height: 25px
}
.woocommerce .widget_on_sale_filter li.chosen a,
.woocommerce .widget_on_sale_filter li.chosen a span:before,
.woocommerce .widget_on_sale_filter li:hover a,
.woocommerce .widget_on_sale_filter li:hover a span:before {
	background-color: #4e4e4e;
	color: #fff
}
.woocommerce .widget_on_sale_filter li.chosen a span,
.woocommerce .widget_on_sale_filter li:hover a span {
	color: #363636
}
.woocommerce .widget_in_stock_filter .in-stock-filter li a {
	text-transform: capitalize;
	background-color: #ebebeb;
	font-size: 12px;
	font-family: lato, sans-serif;
	color: #7c7c7c;
	padding: 1px 17px 1px 10px;
	line-height: 25px
}
.woocommerce .widget_in_stock_filter .in-stock-filter li a span {
	width: 13px;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	line-height: 27px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 14px;
	position: relative;
	font-size: 15px
}
.woocommerce .widget_in_stock_filter .in-stock-filter li a span:before {
	color: #000;
	content: "\e74c";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-family: Linearicons;
	text-transform: none;
	line-height: 1
}
.woocommerce .widget_in_stock_filter li.chosen a,
.woocommerce .widget_in_stock_filter li:hover a {
	color: #fff;
	background-color: #4e4e4e
}
.woocommerce .widget_in_stock_filter li.chosen a span:before,
.woocommerce .widget_in_stock_filter li:hover a span:before {
	color: #fff
}
.woocommerce .widget_in_stock_filter li a,
.woocommerce .widget_in_stock_filter li a span,
.woocommerce .widget_in_stock_filter li a span:before,
.woocommerce .widget_on_sale_filter li a,
.woocommerce .widget_on_sale_filter li a span,
.woocommerce .widget_on_sale_filter li a span:before {
	-webkit-transition: background-color .3s ease, color .1s ease;
	-moz-transition: background-color .3s ease, color .1s ease;
	-o-transition: background-color .3s ease, color .1s ease;
	transition: background-color .3s ease, color .1s ease
}
.woocommerce .widget_price_filter .price_slider {
	display: block!important;
	height: 2px;
	background-color: #d1d1d1!important;
	width: 85%;
	margin: 16px 0 25px
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label,
.woocommerce-page .widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	float: left;
	font-family: Poppins, sans-serif
}
.widget.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #333!important;
	background-image: none!important;
	height: 9px!important;
	width: 9px!important;
	top: -4px!important;
	border: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	margin: 0!important
}
.footer-widgetized.light .widget.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #A7A7A7!important
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #333
}
.widget.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #252525!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}
.footer-widgetized.light .widget.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #A7A7A7!important
}
.widget_price_filter .price_slider_amount .button {
	padding: 1px 15px!important;
	border: 1px solid #363636!important;
	background-color: transparent!important;
	margin-top: 0;
	float: right!important;
	color: #353535!important;
	font-family: Poppins, sans-serif;
	line-height: 27px!important;
	font-size: 13px!important;
	height: 18px!important;
	min-height: 28px;
	font-weight: 400!important;
	border-radius: 17px!important
}
.widget_price_filter input[type=text] {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	position: absolute
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #fff!important;
	background-color: #363636!important;
	border: 1px solid #363636!important
}
.woocommerce mark {
	background-color: transparent
}
.widget.woocommerce.widget_product_search .screen-reader-text {
	display: none
}
.widget_ranged_price_filter li,
.widget_ranged_price_filter li a {
	color: #999;
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 29px;
	-webkit-transition: color ease .2s;
	-moz-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s
}
.widget_ranged_price_filter li.current,
.widget_ranged_price_filter li.current a {
	color: #073B87
}
.widget_order_by_filter li,
.widget_order_by_filter li a {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 29px;
	color: #999;
	-webkit-transition: color ease .3s;
	-moz-transition: color ease .3s;
	-o-transition: color ease .3s;
	transition: color ease .3s
}
.widget_order_by_filter li.current,
.widget_order_by_filter li.current a {
	color: #073B87
}
.widget.widget_woocommerce-dropdown-cart {
	display: table;
	position: relative;
	width: 50px;
	float: right;
	cursor: pointer;
	overflow: hidden
}
.cartSidebarbtn.widget.widget_woocommerce-dropdown-cart {
	cursor: pointer;
	display: block!important
}
.widget.widget_woocommerce-dropdown-cart .sfHover .header_cart {
	background-color: #fff
}
.vertical_menu_navigation .widget.widget_woocommerce-dropdown-cart .sfHover .header_cart {
	background-color: transparent
}
.widget.widget_woocommerce-dropdown-cart .product_list_widget {
	font-size: 5px;
	right: 0;
	top: 100%;
	position: absolute;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-top: -5px
}
.vertical_menu_navigation .product_list_widget {
	display: none!important
}
.widget.widget_woocommerce-dropdown-cart .product_list_widget li {
	display: block;
	float: none;
	margin: 0;
	min-width: 270px;
	border-bottom: 1px solid #ccc
}
.widget.widget_woocommerce-dropdown-cart .product_list_widget li:last-child {
	border-bottom: none
}
.widget.widget_woocommerce-dropdown-cart .total {
	line-height: 14px;
	font-size: 14px;
	color: #171717;
	margin-top: 22px;
	font-family: lato, sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: left;
	padding-left: 2px
}
.widget.widget_woocommerce-dropdown-cart .total .amount {
	color: #000;
	float: right;
	font-size: 15px
}
.widget.widget_woocommerce-dropdown-cart ul.cart_list li img {
	float: left;
	height: 48px!important;
	width: 48px!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info {
	float: left;
	top: 0;
	position: relative
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .wc_cart_product_name {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 18px;
	max-width: 148px;
	padding-top: 7px;
	line-height: 14px;
	font-weight: 600;
	font-family: lato, sans-serif
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .price,
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .quantity {
	text-transform: capitalize;
	padding-left: 7px;
	font-weight: 300;
	color: #7b7b7b;
	font-family: lato, sans-serif;
	font-size: 14px;
	letter-spacing: 1px
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .price {
	margin-top: 8px
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .quantity {
	position: relative;
	width: 100%;
	line-height: 15px;
	padding-left: 18px
}
.widget.widget_woocommerce-dropdown-cart .wc_cart_product_info .quantity_price {
	padding-top: 5px;
	display: block;
	text-align: left
}
.widget.widget_woocommerce-dropdown-cart li .qbutton {
	color: #000;
	background-color: #fff;
	-webkit-text-shadow: none;
	text-shadow: none;
	line-height: 36px!important;
	min-width: 60px;
	height: auto!important;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 25px;
	margin: 22px 0 28px;
	font-weight: 400!important;
	font-size: 12px;
	-moz-transition: background-color .5s ease 0s;
	-o-transition: background-color .5s ease 0s;
	-webkit-transition: background-color .5s ease 0s;
	transition: background-color .5s ease 0s
}
.widget.widget_woocommerce-dropdown-cart li .qbutton.cartbtn {
	float: left;
	padding: 0 25px!important
}
.widget.widget_woocommerce-dropdown-cart li .qbutton.chckoutbtn {
	float: right;
	background-color: #073B87;
	color: #fff
}
.widget.widget_woocommerce-dropdown-cart li .qbutton:hover {
	color: #fff;
	background-color: #000;
	-o-transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s
}
.widget.widget_woocommerce-dropdown-cart li .qbutton.cartbtn:hover {
	background-color: transparent;
	color: #000
}
.widget.widget_woocommerce-dropdown-cart li .qbutton.view-cart::before {
	font-weight: 400;
	font-size: 20px;
	float: right
}
.widget.widget_woocommerce-dropdown-cart li.no_products {
	padding: 10px 10px 10px 15px
}
.widget.widget_woocommerce-dropdown-cart ul.cart_list li a {
	display: block;
	font-weight: 700
}
.widget.widget_woocommerce-dropdown-cart ul.cart_list li {
	height: 48px;
	padding: 16px 20px;
	list-style: none
}
.widget.widget_woocommerce-dropdown-cart ul.cart_list li:last-child {
	padding: 0 20px;
	height: 52px
}
.woocommerce #search-form input[type=text] {
	height: auto!important
}
.easyzoom {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: bottom
}
.easyzoom-flyout,
.easyzoom-notice {
	position: absolute;
	background: #FFF
}
.easyzoom.is-loading {
	cursor: progress
}
#product-fullview-thumbs .swiper-slide.easyzoom.is-ready:not(.no-zoom),
#product-fullview-thumbs.no-gallery .easyzoom.is-ready {
	cursor: crosshair
}
.easyzoom.is-error {
	cursor: not-allowed
}
.easyzoom-notice {
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	box-shadow: 0 0 10px #888
}
.easyzoom-flyout {
	z-index: 100;
	overflow: hidden;
	width: 475px!important;
	height: 100%;
	left: calc(100% + 1px);
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	-o-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}
.easyzoom-flyout.shown {
	opacity: 1!important;
	visibility: visible
}
.easyzoom-flyout img {
	width: auto!important;
	max-width: none!important
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px
}
.nice-select .option li {
	border-bottom: 1px solid #eee
}
.nice-select .option li:last-child {
	border-bottom: none
}
.woocommerce-checkout form.checkout {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.woocommerce-checkout .woocommerce {
	padding-top: 20px
}
.woocommerce-checkout .woocommerce-shipping-fields {
	margin-bottom: 50px;
	margin-top: 50px
}
.woocommerce-checkout .woocommerce-shipping-fields .span8 {
	margin-top: 15px
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
	width: 100%;
	padding: 0;
	margin: 0 0 25px;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	border: none
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
	padding: 20px
}
.woocommerce-checkout form.login p,
form.woocommerce-checkout p {
	font-size: 13px;
	font-family: Poppins, sans-serif;
	color: #8A8A8A
}
#customer_login.hide-login {
	display: none
}
.woocommerce #customer_login h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px
}
#ep-modal .woocommerce #customer_login .register-link {
	float: right;
	position: relative;
	margin-top: 5px
}
#ep-modal .woocommerce #customer_login a.register-link:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #999;
	opacity: 1;
	-moz-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-o-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-webkit-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
#ep-modal .woocommerce #customer_login a.register-link:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
#ep-modal .woocommerce #customer_login {
	padding: 55px 55px 0;
	box-sizing: border-box;
	overflow: hidden
}
#ep-modal .woocommerce #customer_login h2 {
	font-size: 27px;
	display: inline-block;
	font-weight: 700
}
#ep-modal .woocommerce #customer_login.no-registration h2 {
	display: block
}
#ep-modal .woocommerce form .form-row {
	margin-bottom: 13px
}
#ep-modal .woocommerce form.login {
	width: 310px
}
#ep-modal .woocommerce form.login input.input-text,
#ep-modal .woocommerce form.register input.input-text {
	border-bottom: 1px solid #e4e4e4
}
#ep-modal .woocommerce form.login input.button {
	font-size: 16px!important;
	margin-top: 20px
}
.woocommerce form.login input.input-text,
.woocommerce form.register input.input-text {
	border: none;
	border-bottom: 1px solid #bbb;
	height: 46px
}
.woocommerce form.login input.input-text:focus,
.woocommerce form.register input.input-text:focus {
	border-bottom: 2px solid #073B87
}
form.woocommerce-checkout #account_password_field {
	width: 100%
}
.woocommerce form.login a.button,
.woocommerce form.login input.button,
.woocommerce form.register input.button {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 45px!important;
	margin-bottom: 12px;
	height: 46px!important
}
.woocommerce form.register input.button {
	padding: 0 60px!important;
	background-color: #073B87;
	color: #fff!important
}
.woocommerce form.register input.button:hover {
	background-color: #2c2c2c
}
.woocommerce form.login input.button {
	background-color: #2c2c2c;
	color: #fff
}
.woocommerce form.login input.button:hover {
	background-color: #073B87
}
.woocommerce form.login .lost_password {
	float: right;
	line-height: 31px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Poppins, sans-serif
}
.woocommerce form.login .lost_password a {
	text-decoration: none;
	-moz-transition: color ease .6s;
	-o-transition: color ease .6s;
	-webkit-transition: color ease .6s;
	transition: color ease .6s
}
.woocommerce form.lost_reset_password .form-row-first {
	max-width: 300px
}
.woocommerce-page.woocommerce-checkout .login_notice,
.woocommerce-page.woocommerce-checkout .woocommerce-info,
.woocommerce-page.woocommerce-checkout form.checkout_coupon {
	width: 50%;
	float: left;
	clear: both;
	background: 0 0;
	margin-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce-page.woocommerce-checkout #order_review .woocommerce-info,
.woocommerce-page.woocommerce-checkout .login_notice .woocommerce-info {
	width: 100%
}
.woocommerce-page.woocommerce-checkout .woocommerce-info a {
	text-decoration: none
}
.woocommerce form.checkout_coupon .form-row-first input {
	margin: 0 0 16px;
	padding: 0 5px
}
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce form.checkout_coupon .form-row-last input {
	width: 100%;
	margin: 0;
	padding: 0
}
.woocommerce .woocommerce-billing-fields {
	padding-top: 14px
}
.woocommerce form.checkout .form-row .select2-selection {
	border: none;
	border-bottom: 1px solid #bbb;
	border-radius: 0
}
.woocommerce form.checkout .form-row .select2-container--default .select2-selection__rendered {
	color: #050505;
	font-weight: 400
}
.woocommerce form.checkout h3 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 30px 5px;
	font-weight: 500
}
.woocommerce form.checkout .span3 {
	padding: 0
}
.woocommerce form.checkout .order-review-container {
	background-color: #f8f8f8;
	padding: 40px 0 0;
	margin-bottom: 50px
}
.woocommerce form.checkout .order-review-container h3 {
	padding: 3px 25px
}
.woocommerce form.checkout .woocommerce-checkout-review-order {
	padding: 25px
}
.woocommerce form.checkout .woocommerce-checkout-review-order table {
	border-width: 1px
}
.woocommerce form.checkout .form-row select.country_to_state,
.woocommerce-page form.checkout .form-row select.country_to_state {
	border-bottom: 1px solid #bbb;
	border-radius: 0!important;
	background: 0 0;
	color: #222;
	height: 42px;
	line-height: 40px
}
.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea {
	border-bottom: 1px solid #bbb;
	padding: 0 7px;
	font-size: 13px;
	font-weight: 400
}
.woocommerce form.checkout .form-row input.input-text:focus,
.woocommerce form.checkout .form-row textarea:focus {
	border-bottom: 2px solid #073B87
}
.woocommerce form.checkout .form-row input[name=billing_postcode],
.woocommerce form.checkout .form-row input[name=shipping_postcode] {
	height: 42px
}
.woocommerce form.checkout .form-row input.input-text#order_comments,
.woocommerce form.checkout .form-row textarea#order_comments {
	padding-top: 15px;
	min-height: 80px
}
.woocommerce form .form-row label {
	line-height: 31px;
	color: #777;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	display: table-footer-group
}
.woocommerce form .form-row label.rememberme {
	text-transform: uppercase;
	font-weight: 300!important
}
.woocommerce form .form-row.woocommerce-invalid label {
	font-weight: 500
}
.woocommerce form .form-row .select2-container--default .select2-selection--single,
.woocommerce form .form-row select {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #CACACA;
	border-radius: 0
}
.woocommerce-account .woocommerce form .form-row label input {
	vertical-align: middle;
	margin-top: -2px
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	line-height: 26px;
	font-size: 14px;
	width: 29%;
	padding: 30px 35px;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: 1px solid #ccc
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	border: none;
	padding-bottom: 5px
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: #222;
	opacity: 1;
	font-weight: 500;
	transition: color .3s ease
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 70%;
	margin-bottom: 40px;
	padding: 40px;
	box-sizing: border-box
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input.input-text,
.woocommerce-account .woocommerce-MyAccount-content .form-row textarea {
	padding: 0 5px
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content .form-row textarea:focus {
	border-bottom: 2px solid #073B87
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
	border-width: 2px;
	margin-top: 80px;
	padding: 40px
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr td:nth-child(2),
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr td:nth-child(3),
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr th:nth-child(2),
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr th:nth-child(3) {
	text-align: left
}
.myaccount_avatar {
	margin: 0 0 20px;
	text-align: center;
	font-size: 16px
}
.myaccount_avatar h5 {
	margin-top: 15px;
	color: #2b2b2b;
	font-family: lato;
	font-weight: 400;
	text-transform: capitalize
}
.myaccount_avatar .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	box-shadow: 0 10px 40px -2px rgba(214, 214, 214, .7)
}
ul li.woocommerce-MyAccount-navigation-link a:before {
	font-size: 16px;
	font-family: Linearicons!important;
	padding-right: 15px;
	vertical-align: top
}
ul li.woocommerce-MyAccount-navigation-link a:hover,
ul li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #00f
}
ul li.woocommerce-MyAccount-navigation-link.is-active a {
	font-weight: 700
}
ul li.woocommerce-MyAccount-navigation-link.is-active a:before {
	font-weight: 400
}
ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\e672"
}
ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\e930"
}
ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\e69d"
}
ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\e71b"
}
ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\e6d0"
}
ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\e6d3"
}
.woocommerce form.checkout .form-row h3 {
	text-transform: uppercase
}
.woocommerce form.checkout .select2-container .select2-choice {
	border: 1px solid transparent;
	border-bottom: 1px solid #bbb;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 7px;
	color: #333
}
.woocommerce form.checkout .select2-container.select2-dropdown-open .select2-choice {
	border: 1px solid #bbb;
	border-bottom: 1px solid transparent
}
.select2-drop-active {
	border-color: #bbb!important
}
.select2-drop.select2-drop-above {
	border-radius: 0!important
}
.woocommerce form.checkout input[type=text]::-webkit-input-placeholder {
	font-size: 0
}
.woocommerce form.checkout input[type=text]:-moz-placeholder {
	font-size: 0
}
.woocommerce form.checkout input[type=text]::-moz-placeholder {
	font-size: 0
}
.woocommerce form.checkout input[type=text]:-ms-input-placeholder {
	font-size: 0
}
.woocommerce form.checkout input[name=billing_address_2]::-webkit-input-placeholder,
.woocommerce form.checkout input[name=shipping_address_2]::-webkit-input-placeholder {
	font-size: 12px
}
.woocommerce form.checkout input[name=billing_address_2]:-moz-placeholder {
	font-size: 12px
}
.woocommerce form.checkout input[name=billing_address_2]::-moz-placeholder {
	font-size: 12px
}
.woocommerce form.checkout input[name=billing_address_2]:-ms-input-placeholder {
	font-size: 12px
}
.woocommerce form.checkout .select2-container:hover .select2-choice {
	border: 1px solid transparent;
	border-bottom: 1px solid #bbb
}
.woocommerce form.checkout .select2-container .select2-choice .select2-arrow {
	border: none
}
.woocommerce form.checkout .woocommerce-error li,
.woocommerce form.checkout .woocommerce-info li,
.woocommerce form.checkout .woocommerce-message li {
	list-style: outside
}
.woocommerce form.checkout #place_order {
	width: 100%
}
.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	margin: 0 0 10px;
	padding-top: 0;
	padding-left: 0;
	font-family: lato, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #313131
}
.compare-list.dataTable p,
.woocommerce-checkout #payment ul.payment_methods li label,
table.compare-list,
table.compare-list .stock td span,
table.compare-list tr th:first-child,
table.dataTable tr {
	font-family: Poppins, sans-serif
}
#payment .payment_methods li a.about_paypal,
.woocommerce-checkout #payment div.payment_box:before {
	display: none
}
.woocommerce-checkout #payment {
	background: 0 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}
.woocommerce-checkout #payment ul.payment_methods {
	border: none;
	padding: 30px 15px
}
.woocommerce-checkout #payment ul.payment_methods li label {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px
}
.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin: 0;
	width: 100%
}
.after_myaccount_user,
.woocommerce-account .addresses {
	margin-top: 50px
}
.woocommerce-account div.after_myaccount_user.col2-set .col-2 {
	padding-right: 0
}
.woocommerce-account div.after_myaccount_user .col2-set .col-1 {
	padding-left: 0
}
.woocommerce #customer_login.without_registration {
	padding: 0 30%
}
.woocommerce #customer_login {
	padding: 40px 10% 0;
	box-sizing: border-box
}
.woocommerce-account .myaccount_user {
	text-align: center
}
.woocommerce-account .addresses .title h3 {
	font-size: 24px;
	line-height: 1.25em
}
.after_myaccount_user h2 {
	font-size: 28px
}
.woocommerce-account a:hover {
	text-decoration: none
}
.woocommerce form .woocommerce-billing-fields .form-row label abbr {
	text-decoration: none
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
	text-align: center;
	padding: 10px 0!important;
	font-size: 13px
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:nth-child(1) {
	text-align: left
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td.product-total {
	border-right: none
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
	padding-bottom: 0!important
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping td {
	border-top: none
}
.woocommerce .order_details {
	border-bottom: 1px dashed #d3ced2!important;
	padding: 17px;
	border-top: 1px dashed #d3ced2!important
}
.woocommerce .order_details.wc-bacs-bank-details {
	border-bottom: none!important;
	border-top: 1px solid #f1edf0!important
}
.woocommerce-customer-details h2,
.woocommerce-customer-details h3,
.woocommerce-order-details h2 {
	font-size: 30px
}
.woocommerce-customer-details,
.woocommerce-customer-details .shop_table.customer_details,
.woocommerce-order-details .shop_table.order_details {
	margin-bottom: 50px
}
.woocommerce .order_details.shop_table {
	border: none!important
}
.wc-bacs-bank-details-heading,
.woocommerce .order_details~.addresses header h3,
.woocommerce .order_details~h2,
.woocommerce .order_details~header h2 {
	font-size: 24px;
	margin-top: 40px
}
.shop_table.customer_details~.addresses {
	margin-bottom: 40px
}
.woocommerce table.shop_table.customer_details td,
.woocommerce table.shop_table.customer_details td:nth-child(1),
.woocommerce table.shop_table.customer_details td:nth-child(2),
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details th:nth-child(1),
.woocommerce table.shop_table.customer_details th:nth-child(2),
.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details td:nth-child(1),
.woocommerce table.shop_table.order_details td:nth-child(2),
.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.order_details th:nth-child(1),
.woocommerce table.shop_table.order_details th:nth-child(2) {
	text-transform: capitalize!important;
	padding: 10px!important;
	font-weight: 400!important;
	border: none!important
}
.woocommerce table.shop_table.customer_details,
.woocommerce table.shop_table.order_details tbody tr:nth-child(1) td,
.woocommerce table.shop_table.order_details tbody tr:nth-child(1) th,
.woocommerce table.shop_table.order_details tfoot tr:nth-child(1) td,
.woocommerce table.shop_table.order_details tfoot tr:nth-child(1) th {
	border-top: 1px solid #f1edf0!important
}
.woocommerce table.shop_table.order_details tbody tr {
	border: none!important
}
.woocommerce table.shop_table.order_details tbody tr td:nth-child(2),
.woocommerce table.shop_table.order_details tfoot tr td:nth-child(2) {
	text-align: center
}
.woocommerce table.shop_table.order_details tbody tr:first-child {
	border-top: 1px solid #f1edf0!important
}
.woocommerce table.shop_table.order_details tbody tr:last-child {
	border-bottom: 1px solid #f1edf0!important
}
.track_order p:not(.form-row) {
	margin: 0 7% 65px;
	text-align: center;
	width: 86%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 15px;
	font-weight: 400
}
.track_order p.form-row {
	margin-left: auto;
	margin-right: auto
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart {
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	border: 1px solid rgba(255, 255, 255, .3)
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart.light {
	border: 1px solid rgba(44, 44, 44, .4)
}
.right_menu_enabled.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart {
	float: right
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart .cartContentsCount {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	height: 15px;
	width: 15px;
	background-color: #073B87;
	color: #fff;
	line-height: 15px;
	text-align: center;
	font-weight: 400
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart .icon.icon-cart {
	padding-top: 14px;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #fff
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart.light .icon.icon-cart {
	color: #2c2c2c
}
.woocommerce table.wishlist_table tbody td.product-stock-status span {
	color: #a1a1a1!important
}
.woocommerce table.wishlist_table tbody td.product-price ins {
	text-decoration: none
}
.yith-wcwl-add-to-wishlist {
	margin-top: 0!important;
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	border: 1px solid #CACACA;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	-moz-transition: background-color ease .25s;
	-o-transition: background-color ease .25s;
	-webkit-transition: background-color ease .25s;
	transition: background-color ease .25s
}
.yith-wcwl-add-to-wishlist:hover {
	background-color: #f6f6f6
}
.yith-wcwl-add-button a.add_to_wishlist {
	width: 40px;
	height: 40px;
	position: relative;
	color: #777;
	display: block;
	padding-left: 50px;
	-moz-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out
}
.yith-wcwl-add-button a.add_to_wishlist:after,
.yith-wcwl-add-button a.add_to_wishlist:before {
	content: "\f08a";
	font: normal normal normal 14px/1 Linearicons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 16px;
	display: block;
	z-index: 1;
	position: absolute;
	left: -1px;
	width: 40px;
	height: 40px;
	line-height: 38px!important;
	text-align: center;
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out
}
.yith-wcwl-add-button a.add_to_wishlist:before {
	top: 0;
	opacity: 1
}
.yith-wcwl-add-button a.add_to_wishlist:after {
	top: 40px;
	opacity: 0
}
.yith-wcwl-add-button a.add_to_wishlist:hover:before {
	top: -40px;
	opacity: 0
}
.yith-wcwl-add-button a.add_to_wishlist:hover:after {
	top: 0;
	opacity: 1
}
#yith-wcwl-form {
	margin-top: 55px
}
.woocommerce .wishlist-title h2,
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
	font-size: 16px;
	color: #4c4c4c;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0
}
.wishlist-title h2 {
	font-weight: 600
}
.woocommerce table.wishlist_table tbody td,
table.wishlist_table thead th {
	border-color: #ccc
}
.woocommerce table.wishlist_table tbody td {
	text-transform: initial
}
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table thead th {
	border-color: #ccc!important
}
.wishlist_table tr td.product-thumbnail a {
	overflow: hidden
}
.wishlist_table tr td.product-thumbnail a img {
	width: auto!important;
	max-width: none!important;
	max-height: 80px
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #5b5b5b!important
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart {
	padding: 0!important;
	text-align: right
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	display: inline-block!important;
	border: none!important;
	margin-bottom: 0;
	min-width: 180px;
	float: none!important
}
.woocommerce .wishlist_table td.product-add-to-cart a.button:hover {
	background-color: #a7a7a7
}
.woocommerce table.wishlist_table tr td.product-remove {
	padding: 1px!important;
	width: 42px
}
.fixed-add-to-cart .yith-wcwl-add-to-wishlist {
	border-bottom: none
}
.woocommerce div.product.product-type-grouped .yith-wcwl-add-to-wishlist {
	vertical-align: bottom;
	margin-left: -40px;
	margin-bottom: 11px;
	margin-right: 0
}
.woocommerce.compare-enable div.product.product-type-grouped .yith-wcwl-add-to-wishlist {
	margin-left: -79px
}
.woocommerce div.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist,
.woocommerce.wishlist-enable.compare-enable div.product.product-type-external.pd_top .yith-wcwl-add-to-wishlist {
	margin-left: -1px
}
.woocommerce:not(.compare-enable) div.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist,
.woocommerce:not(.compare-enable) div.product.product-type-grouped.pd_classic .yith-wcwl-add-to-wishlist,
.woocommerce:not(.compare-enable) div.product.product-type-grouped.pd_ep_classic .yith-wcwl-add-to-wishlist {
	margin-left: -40px
}
.woocommerce:not(.compare-enable) div.product.product-type-variable.pd_top .yith-wcwl-add-to-wishlist {
	margin-left: -1px
}
.woocommerce.compare-enable div.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist {
	margin-left: -79px;
	border: 1px solid #ebebeb
}
.woocommerce div.product .yith-wcwl-add-to-wishlist {
	border: 1px solid #ebebeb;
	margin-left: -1px
}
.woocommerce div.product.product-type-variable .yith-wcwl-add-to-wishlist {
	margin-left: -40px
}
.woocommerce div.product.product-type-variable:not(.pd_top) .yith-wcwl-add-to-wishlist {
	margin-left: 0
}
.woocommerce:not(.compare-enable) div.product.pd_top.product-type-grouped .yith-wcwl-add-to-wishlist {
	margin-left: -40px;
	margin-right: 2px
}
.woocommerce div.product.outofstock .yith-wcwl-add-to-wishlist {
	margin-left: 0
}
.yith-wcwl-add-button {
	width: 40px;
	position: relative
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	margin-left: 20px!important;
	vertical-align: top!important;
	position: absolute!important;
	top: 12px;
	left: -21px;
	background: #FFF;
	z-index: 1;
	padding: 8px;
	visibility: visible;
	width: 24px!important;
	height: 24px!important
}
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
	padding-left: 45px;
	position: relative
}
.yith-wcwl-wishlistaddedbrowse {
	top: -42px
}
.yith-wcwl-wishlistexistsbrowse {
	top: -83px
}
.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
	display: none
}
.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before {
	font-family: Linearicons;
	content: "\f004";
	font-size: 16px;
	color: #000;
	padding-top: 7px;
	padding-left: 1px;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	width: 20px;
	top: 5px;
	left: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
div.product.pd_top .summary.entry-summary .yith-wcwl-wishlistaddedbrowse:before,
div.product.pd_top .summary.entry-summary .yith-wcwl-wishlistexistsbrowse:before {
	left: 9px
}
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
	background-color: transparent!important;
	display: block!important;
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	-o-transition: opacity .3s ease, visibility .3s ease;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	height: 40px
}
.yith-wcwl-add-button.hide,
.yith-wcwl-wishlistaddedbrowse.hide,
.yith-wcwl-wishlistexistsbrowse.hide {
	opacity: 0;
	visibility: hidden
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist a:hover:before,
.widget.widget_woocommerce-wishlist a:before {
	top: 0;
	opacity: 1
}
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse a {
	width: 100%;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	font-size: 0
}
#yith-wcwl-popup-message {
	display: none!important
}
.product-buttons .shop_wishlist_button.exist_in_wishlist,
.product-buttons .shop_wishlist_button.wishlist-link,
.woocommerce ul.products li.product a.shop_wishlist_button+.ajax-loading,
.woocommerce-page ul.products li.product a.shop_wishlist_button+.ajax-loading {
	display: none
}
.product-buttons .shop_wishlist_button:before {
	content: "\f08a";
	font-size: 15px;
	width: 100%!important;
	position: absolute;
	left: 0
}
.product-buttons .shop_wishlist_button.wishlist-link:before {
	content: "\f004";
	font-family: Linearicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.widget.widget_woocommerce-wishlist {
	display: table;
	position: relative;
	width: 40px;
	float: right
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist {
	float: left;
	display: block;
	border: 1px solid #b7b7b7;
	width: 44px;
	height: 44px
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist .wishlist_text,
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist a:after {
	display: none
}
.right_menu_enabled.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist {
	float: right
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist a:before {
	font-size: 20px;
	line-height: 41px;
	width: 41px
}
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-wishlist a span.wishlist_items_number {
	margin: 0
}
.widget.widget_woocommerce-wishlist a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 32px;
	text-decoration: none;
	right: 184px;
	text-align: center;
	float: left
}
.widget.widget_woocommerce-wishlist a.tools_button.light:before,
.widget.widget_woocommerce-wishlist a.tools_button.light:hover:before {
	color: #fff;
	text-decoration: none
}
.widget.widget_woocommerce-wishlist a:after,
.widget.widget_woocommerce-wishlist a:before {
	content: "\e68c";
	font-family: Linearicons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 12px;
	display: block;
	z-index: 1;
	color: #000;
	position: absolute;
	left: 0;
	width: 15px;
	font-weight: 700;
	-moz-transition: opacity .2s linear, top .2s linear;
	-o-transition: opacity .2s linear, top .2s linear;
	-webkit-transition: opacity .2s linear, top .2s linear;
	transition: opacity .2s linear, top .2s linear
}
#topbar.light .topbar_wishlist .widget.widget_woocommerce-wishlist a:after,
#topbar.light .topbar_wishlist .widget.widget_woocommerce-wishlist a:before,
.widget.widget_woocommerce-wishlist a.light:after,
.widget.widget_woocommerce-wishlist a.light:before {
	color: #fff
}
#topbar.dark .topbar_wishlist .widget.widget_woocommerce-wishlist a:after,
#topbar.dark .topbar_wishlist .widget.widget_woocommerce-wishlist a:before {
	color: #000
}
.widget.widget_woocommerce-wishlist a:hover:before {
	top: -25px;
	opacity: 0
}
.widget.widget_woocommerce-wishlist a:after {
	top: 25px;
	opacity: 0
}
.widget.widget_woocommerce-wishlist a:hover:after {
	opacity: 1;
	top: 0
}
.widget.widget_woocommerce-wishlist a span.wishlist_items_number {
	display: block;
	text-align: center;
	line-height: 15px;
	font-size: 9px;
	background-color: #073B87;
	color: #000;
	height: 15px;
	width: 15px;
	letter-spacing: 1px;
	font-weight: 700;
	z-index: 2;
	float: right;
	margin: 9px 0
}
#topbar.light .topbar_wishlist .widget.widget_woocommerce-wishlist a span.wishlist_items_number,
.widget.widget_woocommerce-wishlist a.light span.wishlist_items_number {
	color: #fff
}
.topbar_wishlist {
	float: right;
	padding: 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(230, 230, 230, .4);
	overflow: hidden;
	height: 32px
}
.topbar_wishlist a {
	min-width: 110px
}
.topbar_wishlist .wishlist_text {
	display: block;
	color: #fff;
	width: 75%;
	float: right;
	font-size: 11px;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	font-weight: 600
}
.yith-wcwl-share li a:before,
.yith-wcwl-share ul:before {
	font-family: Linearicons;
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#topbar.dark .topbar_wishlist .wishlist_text {
	color: #262626
}
.widget.widget_woocommerce-wishlist a.light .wishlist_text {
	color: #fff
}
.vertical_menu_enabled.right_menu_enabled .vertical_menu_area .vertical_menu_navigation .widget.widget_woocommerce-wishlist a span.wishlist_items_number {
	margin-left: 8px;
	margin-top: -11px
}
.vertical_menu_enabled.left_menu_enabled .vertical_menu_area .vertical_menu_navigation .widget.widget_woocommerce-wishlist a span.wishlist_items_number {
	margin-top: -11px;
	margin-left: 15px
}
.yith-wcwl-share ul {
	padding-left: 38px!important
}
.yith-wcwl-share ul:before {
	position: absolute;
	content: "\e920";
	text-transform: none;
	background-color: #000;
	color: #FFF;
	padding: 4px;
	font-size: 13px;
	float: right;
	margin-left: -34px;
	font-weight: 700
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.yith-wcwl-share li a {
	background: 0 0!important
}
.yith-wcwl-share li a {
	width: 34px!important;
	position: relative
}
.yith-wcwl-share li a:before {
	font-weight: 400;
	text-transform: none;
	position: absolute;
	color: #000;
	margin: 4px 10px
}
.yith-wcwl-share li a.facebook:before {
	content: "?"
}
.yith-wcwl-share li a.twitter:before {
	content: "?"
}
.yith-wcwl-share li a.pinterest:before {
	content: "\f0d2"
}
.yith-wcwl-share li a.googleplus:before {
	content: "\f0d5"
}
.yith-wcwl-share li a.email:before {
	content: "\f0e0"
}
.woocommerce nav.woocommerce-pagination {
	margin: 35px 0 120px
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none!important;
	position: relative
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #000!important;
	font-size: 17px!important;
	font-weight: 500;
	font-family: lato, sans-serif;
	-moz-transition: color ease .2s;
	-o-transition: color ease .2s;
	-webkit-transition: color ease .2s;
	transition: color ease .2s
}
.woocommerce nav.woocommerce-pagination ul li a span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li:hover a,
.woocommerce nav.woocommerce-pagination ul li:hover span {
	color: #073B87!important
}
.woocommerce nav.woocommerce-pagination ul li a:focus:before,
.woocommerce nav.woocommerce-pagination ul li a:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current:before {
	width: 60%;
	left: 20%
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
	font-size: 0;
	text-indent: 9999px;
	position: relative;
	width: 40px;
	height: 15px
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:before {
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	position: absolute;
	top: 50%;
	content: "";
	width: 18px;
	height: 0;
	border-top: 1px solid #000;
	left: 8px;
	-webkit-transition: width .3s ease, right .3s ease, left .3s ease, margin-left .3s ease;
	-moz-transition: width .3s ease, right .3s ease, left .3s ease, margin-left .3s ease;
	-o-transition: width .3s ease, right .3s ease, left .3s ease, margin-left .3s ease;
	transition: width .3s ease, right .3s ease, left .3s ease, margin-left .3s ease
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:before {
	left: 29px
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:after,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:after {
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	position: absolute;
	top: 50%;
	content: "";
	width: 0;
	height: 1px;
	left: 25px;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 3px 3px 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #000
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:after {
	border-color: rgba(255, 255, 255, 0) #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	left: 24px
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:before {
	width: 22px;
	left: 18px
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:after {
	left: 39px
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:before {
	width: 22px;
	left: 19px
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:after {
	left: 13px
}
body.modal-open {
	overflow: hidden
}
body.has-scrollbar.modal-open {
	padding-right: 17px
}
body.has-scrollbar.scrollbarSize12.modal-open,
body.has-scrollbar.scrollbarSize15.modal-open {
	padding-right: 15px
}
body.has-scrollbar.modal-open #epHeader,
body.has-scrollbar.modal-open #topbar {
	right: 17px;
	width: calc(100% - 17px)
}
body.has-scrollbar.scrollbarSize15.modal-open #epHeader,
body.has-scrollbar.scrollbarSize15.modal-open #topbar {
	right: 15px;
	width: calc(100% - 15px)
}
body.has-scrollbar.scrollbarSize12.modal-open #epHeader,
body.has-scrollbar.scrollbarSize12.modal-open #topbar {
	right: 12px;
	width: calc(100% - 12px)
}
body.has-scrollbar.modal-open #headerSecondState {
	width: calc(100% - 17px)!important
}
body.has-scrollbar.modal-open #epHeader:not(.type4_5_6) #headerFirstState,
body.has-scrollbar.modal-open #headerSecondState {
	right: 17px!important;
	left: auto!important
}
body.has-scrollbar.scrollbarSize15.modal-open #epHeader:not(.type4_5_6) #headerFirstState,
body.has-scrollbar.scrollbarSize15.modal-open #headerSecondState {
	right: 15px!important;
	left: auto!important
}
body.has-scrollbar.scrollbarSize12.modal-open #epHeader:not(.type4_5_6) #headerFirstState,
body.has-scrollbar.scrollbarSize12.modal-open #headerSecondState {
	right: 12px!important;
	left: auto!important
}
#ep-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}
#ep-modal.open,
#ep-modal.open .modal-content-wrapper,
.wc-loading {
	visibility: visible
}
#ep-modal.open {
	opacity: 1
}
#ep-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
#ep-modal .modal-content-wrapper {
	display: inline-block;
	vertical-align: middle;
	min-width: 300px;
	max-width: 1100px;
	overflow: hidden;
	z-index: 2000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: initial
}
#ep-modal .modal-main {
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	background-color: #fff;
	-webkit-transition: opacity .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: opacity .4s cubic-bezier(.645, .045, .355, 1), -moz-transform .4s cubic-bezier(.645, .045, .355, 1);
	-o-transition: opacity .4s cubic-bezier(.645, .045, .355, 1), transform .4s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .4s cubic-bezier(.645, .045, .355, 1), transform .4s cubic-bezier(.645, .045, .355, 1)
}
#ep-modal .modal-main:after,
#ep-modal .modal-main:before {
	content: '';
	display: table;
	clear: both
}
#modal-close:after,
#modal-close:before {
	content: "";
	background-color: #000;
	position: absolute
}
#ep-modal.open.shown .modal-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%
}
#modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 21px;
	height: 21px;
	z-index: 2;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease
}
#modal-close:after {
	width: 17px;
	height: 1px;
	top: 10px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#modal-close:before {
	width: 1px;
	height: 17px;
	top: 2px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#modal-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
#ep-modal a[rel=prev],
#ep-modal a[rel=next] {
	position: fixed;
	top: 50%;
	margin-top: -32px;
	width: 90px;
	height: 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .8);
	overflow: hidden;
	z-index: 9999;
	opacity: 1;
	border: none;
	-moz-transition: right .4s cubic-bezier(.785, .135, .15, .86), left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	-o-transition: right .4s cubic-bezier(.785, .135, .15, .86), left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	-webkit-transition: right .4s cubic-bezier(.785, .135, .15, .86), left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease;
	transition: right .4s cubic-bezier(.785, .135, .15, .86), left .4s cubic-bezier(.785, .135, .15, .86), background-color .3s ease, opacity .2s ease, visibility .2s ease
}
#ep-modal a[rel=next],
#ep-modal.open a[rel=next] {
	right: -100px
}
#ep-modal a[rel=prev],
#ep-modal.open a[rel=prev] {
	left: -100px
}
#ep-modal.open.shown a[rel=next] {
	right: -65px
}
#ep-modal.open.shown a[rel=prev] {
	left: -65px
}
#ep-modal.shown a[rel=prev]:hover {
	left: 0;
	background-color: #073B87
}
#ep-modal.shown a[rel=next]:hover {
	right: 0;
	background-color: #073B87
}
#ep-modal.hidden-nav a[rel=prev],
#ep-modal.hidden-nav a[rel=prev]:hover,
#ep-modal.open.shown.hidden-nav a[rel=prev],
#ep-modal.open.shown.hidden-nav a[rel=prev]:hover,
#ep-modal.shown.hidden-nav a[rel=prev],
#ep-modal.shown.hidden-nav a[rel=prev]:hover {
	left: -100px
}
#ep-modal.hidden-nav a[rel=next],
#ep-modal.hidden-nav a[rel=next]:hover,
#ep-modal.open.shown.hidden-nav a[rel=next],
#ep-modal.open.shown.hidden-nav a[rel=next]:hover,
#ep-modal.shown.hidden-nav a[rel=next],
#ep-modal.shown.hidden-nav a[rel=next]:hover {
	right: -100px
}
#ep-modal a[rel=prev] img,
#ep-modal a[rel=next] img {
	max-width: calc(100% - 25px);
	height: auto;
	position: absolute;
	left: 100%;
	margin-left: -63px
}
#ep-modal a[rel=prev] img {
	left: auto;
	margin-left: auto;
	right: 100%;
	margin-right: -63px
}
#ep-modal a[rel=prev] span,
#ep-modal a[rel=next] span {
	position: absolute;
	top: 29px;
	left: 73px;
	width: 7px;
	height: 7px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#ep-modal a[rel=next] span {
	border-left: none;
	border-bottom: none;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	left: 8px
}
#ep-modal .wc-loading {
	position: fixed;
	width: 24px;
	height: 24px;
	margin-top: -20px;
	margin-left: -20px
}
#ep-modal.shown .wc-loading {
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-o-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
	top: 40%;
	opacity: 0
}
#ep-modal.closed .wc-loading {
	display: none
}
#ep-modal .wc-loading:before {
	margin-left: -12px;
	margin-top: -12px
}
#ep-modal .wc-loading:after {
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	position: relative
}
li.product .quick-view-button:before {
	content: "\e6a5";
	font-size: 20px;
	font-weight: 500
}
#ep-modal.quickview-modal #modal-content div.thumbnails {
	margin-bottom: 10px;
	width: 100%;
	position: absolute;
	height: 75px!important;
	margin-top: 10px;
	bottom: 0;

	left: 0
}
#ep-modal.quickview-modal #modal-content #product-fullview-thumbs {
	float: none
}
#ep-modal.quickview-modal #modal-content #product-fullview-thumbs,
#ep-modal.quickview-modal #modal-content #product-thumbs,
#ep-modal.quickview-modal #modal-content #product-thumbs .swiper-container,
#ep-modal.quickview-modal #modal-content #product-thumbs .swiper-wrapper {
	width: 100%
}
#ep-modal.quickview-modal #modal-content #product-thumbs {
	height: 75px!important;
	width: 240px;
	margin: 0 auto;
	position: relative;
	top: auto
}
#ep-modal.quickview-modal #modal-content div.product:before {
	background-color: #E4E4E4;
	content: "";
	height: 5000px;
	width: 1px;
	position: absolute;
	left: 50%
}
#ep-modal.quickview-modal #modal-content div.product div.summary {
	width: 50%!important
}
#ep-modal.quickview-modal #modal-content div.woocommerce-product-rating:after,
#ep-modal.quickview-modal #modal-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both
}
#ep-modal.quickview-modal #modal-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none
}
li.product .quick-view-button .blockUI.blockOverlay:before {
	background: 0 0
}
#ep-modal.quickview-modal #modal-content div.images {
	width: 50%!important;
	position: relative
}
#ep-modal.quickview-modal #modal-content div.images,
#ep-modal.quickview-modal #modal-content div.summary {
	margin-bottom: 0!important;
	padding: 0!important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#ep-modal.quickview-modal #modal-content .product_title {
	margin: 50px 0 3px 40px!important;
	display: inline-block;
	-moz-transition: color ease .3s;
	-o-transition: color ease .3s;
	-webkit-transition: color ease .3s;
	transition: color ease .3s
}
#ep-modal.quickview-modal #modal-content div.product .video_embed_container,
.woocommerce .cart .fixed-add-to-cart .clear,
.woocommerce-page .fixed-add-to-cart a.added_to_cart,
body:not(.fixed-add-to-cart-enable) .fixed-add-to-cart-container {
	display: none
}
#ep-modal.quickview-modal #modal-content .product_title:hover {
	color: #073B87
}
#ep-modal.quickview-modal #modal-content .woocommerce-product-rating {
	margin: 0 0 10px 40px!important
}
#ep-modal.quickview-modal #modal-content .priceminheight {
	padding-left: 40px
}
#ep-modal.quickview-modal #modal-content div.summary .woocommerce-product-details__short-description {
	padding: 0 40px;
	height: 95px;
	overflow: hidden;
	box-sizing: border-box
}
#ep-modal.quickview-modal #modal-content .product_meta {
	border-bottom: none;
	text-align: left;
	margin-top: 30px!important;
	padding-left: 40px
}
.woocommerce.fixed-add-to-cart-enable .scrollToTop a,
.woocommerce.fixed-add-to-cart-enable.right_menu_enabled .scrollToTop a {
	border-bottom: 0
}
#ep-modal.quickview-modal #modal-content div.product .cart {
	margin-left: 40px!important
}
#ep-modal.quickview-modal #modal-content div.product .cart .button.alt.single_add_to_cart_button {
	width: calc(100% - 64px)!important;
	min-width: 200px
}
#ep-modal.quickview-modal #modal-content div.product.product-type-external .cart .button.alt.single_add_to_cart_button,
#ep-modal.quickview-modal #modal-content div.product.product-type-grouped .cart .button.alt.single_add_to_cart_button {
	width: 100%!important
}
#ep-modal.quickview-modal #modal-content .product .summary .priceminheight .price {
	font-size: 25px!important;
	margin-bottom: 27px!important
}
#ep-modal.quickview-modal #modal-content div.product p.price del {
	font-size: 20px!important
}
#ep-modal.quickview-modal #modal-content div.product span.onsale {
	right: 50%;
	left: auto
}
#ep-modal.quickview-modal #modal-content div.product p.stock {
	top: 0!important;
	margin: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	right: 100%
}
#ep-modal.quickview-modal #modal-content div.product .single_variation_wrap p.stock {
	margin: 9px 11px
}
#ep-modal.quickview-modal #modal-content div.product.sale p.stock {
	top: 33px!important
}
#ep-modal.quickview-modal #modal-content div.product.sale.outofstock form.variations_form.cart .stock.out-of-stock,
.woocommerce div.product.sale.outofstock form.variations_form.cart .stock.out-of-stock {
	top: 3px!important
}
#ep-modal.quickview-modal #modal-content div.product p.stock.in-stock {
	padding: 10px 0
}
#ep-modal.quickview-modal #modal-content div.product.product-type-grouped p.stock.in-stock {
	margin-left: 0;
	padding: 0
}
#ep-modal.quickview-modal #modal-content div.product.sale table.group_table p.stock {
	top: 20px!important;
	right: 10px;
	font-size: 8px!important;
	text-align: right;
	color: #939393!important
}
#ep-modal.quickview-modal #modal-content .product .socialShareContainer {
	padding: 14px 40px;
	margin-top: 33px
}
#ep-modal.quickview-modal #modal-content.woocommerce div.product div.summary a.added_to_cart {
	background-color: transparent!important
}
#ep-modal.quickview-modal #product-thumbs .swiper-slide,
#ep-modal.quickview-modal #product-thumbs .swiper-slide img {
	width: 70px!important;
	height: 70px!important
}
.fixed-add-to-cart {
	position: fixed;
	width: 300px;
	height: 40px;
	bottom: -40px;
	right: 0;
	z-index: 9999
}
.fixed-add-to-cart.affilate-product {
	width: 380px
}
.fixed-add-to-cart,
.woocommerce.fixed-add-to-cart-enable .scrollToTop {
	-webkit-transition: bottom .5s cubic-bezier(.645, .045, .355, 1), transform .4s ease, opacity .3s ease .7s, visibility .3s ease .7s;
	-moz-transition: bottom .5s cubic-bezier(.645, .045, .355, 1), transform .4s ease, opacity .3s ease .7s, visibility .3s ease .7s;
	-o-transition: bottom .5s cubic-bezier(.645, .045, .355, 1), transform .4s ease, opacity .3s ease .7s, visibility .3s ease .7s;
	transition: bottom .5s cubic-bezier(.645, .045, .355, 1), transform .4s ease, opacity .3s ease .7s, visibility .3s ease .7s;
	background: #fff
}
.fixed-add-to-cart.visible,
.woocommerce.fixed-add-to-cart-enable .scrollToTop.visible {
	bottom: 0
}
.woocommerce.fixed-add-to-cart-enable:not(.right_menu_enabled) .scrollToTop a {
	border-left: 0
}
.right_menu_enabled .fixed-add-to-cart-container .fixed-add-to-cart {
	right: auto;
	left: 0
}
.right_menu_enabled .fixed-add-to-cart-container .fixed-add-to-cart .yith-wcwl-add-to-wishlist,
.woocommerce.right_menu_enabled .cart .fixed-add-to-cart .compare {
	border-right: 1px solid #CACACA!important;
	border-left: 0
}
.right_menu_enabled .fixed-add-to-cart-container .fixed-add-to-cart .added_to_cart,
.right_menu_enabled .fixed-add-to-cart-container .fixed-add-to-cart .single_add_to_cart_button,
.right_menu_enabled .fixed-add-to-cart-container .fixed-add-to-cart .yith-wcwl-add-to-wishlist,
.woocommerce.right_menu_enabled .cart .fixed-add-to-cart .compare {
	float: right!important;
	margin: 0!important
}
.woocommerce.fixed-add-to-cart-enable .scrollToTop {
	opacity: 1;
	visibility: visible;
	bottom: -40px;
	right: 0
}
.woocommerce .cart .fixed-add-to-cart .button.alt.single_add_to_cart_button {
	width: calc(100% - 40px);
	float: right!important;
	margin-right: 40px;
	border-bottom: 0
}
.woocommerce.compare-enable .cart .fixed-add-to-cart .button.alt.single_add_to_cart_button,
.woocommerce.wishlist-enable .cart .fixed-add-to-cart .button.alt.single_add_to_cart_button {
	width: calc(100% - 80px)
}
.woocommerce.wishlist-enable.compare-enable .cart .fixed-add-to-cart .button.alt.single_add_to_cart_button {
	width: calc(100% - 120px)
}
.woocommerce .cart .fixed-add-to-cart .yith-wcwl-add-to-wishlist {
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
	border-right: 0;
	overflow: hidden!important
}
.woocommerce .cart .fixed-add-to-cart .compare {
	position: relative;
	width: 40px;
	float: left!important;
	padding: 0!important;
	background: #fff!important;
	z-index: 1;
	color: #666!important;
	font-size: 0!important;
	border: 1px solid #CACACA;
	box-sizing: border-box;
	border-bottom: none;
	border-right: none;
	overflow: hidden
}
.woocommerce .cart .fixed-add-to-cart .compare:after,
.woocommerce .cart .fixed-add-to-cart .compare:before {
	font-size: 18px!important
}
.fixed-add-to-cart-container {
	position: absolute
}
.fixed-add-to-cart-container .yith-wcwl-add-to-wishlist {
	overflow: visible
}
.fixed-add-to-cart-container .fixed-add-to-cart {
	overflow: hidden
}
#ep-modal.compare-modal .modal-content-wrapper {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	max-width: 1200px
}
#ep-modal.compare-modal #modal-content {
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding-top: 30px
}
#ep-modal.compare-modal a[rel=prev],
#ep-modal.compare-modal a[rel=next] {
	display: none!important
}
#ep-modal.compare-modal h1 {
	position: absolute;
	margin-bottom: 0;
	z-index: 1;
	width: 100%;
	top: 0;
	right: 0;
	padding: 7px 20px;
	background: #212121;
	color: #fff;
	font-weight: 800;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#ep-modal.compare-modal #modal-close {
	top: 3px
}
#ep-modal.compare-modal #modal-close:after,
#ep-modal.compare-modal #modal-close:before {
	background-color: #f7f7f7
}
.compare-list a.button.added {
	display: none
}
table.compare-list .add-to-cart td a.added_to_cart {
	height: auto!important;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 32px!important;
	min-width: 79px
}
table.compare-list td a.button {
	min-width: 79px
}
table.compare-list td.odd {
	background: #F7F7F7
}
.compare.button .blockUI {
	display: none!important
}
table.compare-list tr.description td.odd {
	height: 50px
}
table.compare-list tr.description td p:first-child {
	display: block
}
table.compare-list .stock td span {
	color: #073B87;
	font-size: 14px
}
table.dataTable td {
	position: relative;
	padding: 10px!important
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
	background: 0 0!important
}
table.compare-list td ins .amount {
	color: #073B87
}
table.compare-list td del .amount {
	color: #9c9c9c
}
table.compare-list .remove td a {
	color: #747373;
	text-decoration: none;
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 0;
	height: 12px;
	width: 13px;
	display: block;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease
}
table.compare-list .button span.icon,
table.compare-list .remove td a.blockOverlay {
	display: none
}
table.compare-list .remove td a:not(.noRotate):hover {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}
table.compare-list .remove td a:after,
table.compare-list .remove td a:before {
	height: 2px;
	width: 12px;
	background-color: #666;
	content: '';
	position: absolute;
	top: 5px;
	right: 1px
}
table.compare-list .remove td a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
table.compare-list .remove td a:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
table.compare-list tr.image td,
table.compare-list tr.image th {
	height: auto!important
}
table.compare-list .button span.txt {
	font-size: 12px;
	text-transform: capitalize
}
table.compare-list .button span.txt:before {
	content: ""
}
table.compare-list .button span {
	transform: translateZ(0)!important
}
li.product .compare.button {
	font-size: 0!important;
	background-color: #fff!important
}
li.product .compare.button:before {
	content: "\e8da";
	font-size: 19px!important;
	color: #848484;
	-moz-transition: color ease .3s;
	-o-transition: color ease .3s;
	-webkit-transition: color ease .3s;
	transition: color ease .3s
}
li.product .product-buttons .compare.button:hover:before {
	color: #073B87
}
li.product .compare.button .blockUI {
	display: none!important
}
table.compare-list tr th:first-child {
	width: 160px!important;
	max-width: 160px!important;
	min-width: 160px!important;
	font-weight: 700
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
	background: 0 0!important
}
.yith-woocompare-widget ul.products-list a.remove:hover {
	background-color: transparent
}
.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget li,
.yith-woocompare-widget ul.products-list a:not(.remove) {
	font-family: Poppins, sans-serif;
	line-height: 26px;
	font-size: 14px
}
.yith-woocompare-widget a.clear-all {
	width: 100%;
	display: block;
	text-transform: capitalize;
	margin-bottom: 25px;
	margin-top: 15px
}
.yith-woocompare-widget .compare.button {
	float: left;
	padding: 0 14px!important;
	min-height: 27px!important;
	max-height: 27px!important;
	line-height: 27px!important
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) {
	border: none
}
.yith-woocompare-widget ul.products-list li .title {
	text-transform: capitalize
}
table.compare-list {
	table-layout: fixed;
	margin: 0;
	padding: 0
}
table.compare-list tfoot,
table.compare-list thead {
	display: none
}
.table-wrapper {
	width: 100%
}
table.compare-list thead th {
	background: #4F4F4F;
	color: #fff;
	font-weight: 800;
	padding: 6px 10px;
	border-bottom: 2px solid #fff;
	display: block;
	text-transform: capitalize;
	font-size: 14px
}
table.compare-list thead th a.close {
	float: right;
	margin-right: 10px;
	font-weight: 600;
	font-size: .9em;
	color: #fff;
	text-decoration: none
}
table.compare-list .price.repeated td,
table.compare-list td,
table.compare-list th {
	padding: 10px 10px 10px 15px
}
table.compare-list td,
table.compare-list th {
	border-bottom: 1px solid #e3e3e3
}
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th,
table.compare-list tr.remove td,
table.compare-list tr.remove th,
table.compare-list tr.title td,
table.compare-list tr.title th {
	border-bottom: 0;
	padding-bottom: 0
}
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th,
table.compare-list tr.title td,
table.compare-list tr.title th {
	color: #333;
	font-size: 1.076em
}
table.compare-list tr.title td {
	font-size: 14px
}
table.compare-list tr.add-to-cart td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th {
	padding-top: 4px
}
table.compare-list tr.add-to-cart th,
table.compare-list tr.image th,
table.compare-list tr.price th,
table.compare-list tr.title th {
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap
}
table.compare-list .remove td a:hover {
	color: #333
}
table.compare-list .remove td a ins {
	text-decoration: none
}
table.compare-list .remove td a .remove {
	position: absolute!important;
	top: 11px!important;
	right: 11px!important;
	border-radius: 100%;
	color: red;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	height: 1em;
	line-height: .81em;
	text-align: center;
	text-decoration: none;
	width: 1em
}
.yith-woocompare-widget ul.products-list a.remove {
	float: left;
	position: relative;
	color: transparent!important;
	margin: 0 10px 0 0
}
table.compare-list .remove td a:hover .remove {
	color: #fff
}
table.compare-list .add-to-cart td a {
	display: inline-block;
	margin: 10px 0;
	border: 0;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px!important;
	padding: 0 20px!important;
	line-height: 30px!important;
	height: 32px!important;

	background-color: #353535!important;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease
}
table.compare-list .add-to-cart td a:hover {
	background-color: #073B87!important
}
table.compare-list .add-to-cart td a.button:hover span.txt {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
table.compare-list .stock td span.out-of-stock {
	color: #900
}
table.compare-list .price td .amount {
	color: #073B87
}
table.compare-list th .fixed-th {
	width: 205px
}
table.compare-list th {
	width: 205px;
	max-width: 205px;
	min-width: 205px;
	overflow: hidden;
	text-align: left;
	font-size: 13px;
	color: #333;
	font-weight: 400;
	text-transform: capitalize
}
table.compare-list td {
	max-width: 265px;
	min-width: 265px;
	text-align: center;
	position: relative;
	width: 285px!important
}
table.compare-list td.even {
	background: #fff
}
table.compare-list td img {
	margin-bottom: 0!important;
	border: none!important;
	padding: 0!important;
	background: 0 0!important;
	height: auto;
	max-width: none
}
.summary.entry-summary .yith-wcwl-add-to-wishlist~.clear,
.summary.entry-summary form.variations_form~.clear {
	display: none
}
.summary.entry-summary .button.compare {
	font-size: 0!important;
	color: #777!important;
	position: relative;
	margin-left: -1px;
	background-color: #fff!important;
	border: 1px solid #EBEBEB;
	padding: 0!important;
	height: 38px!important;
	overflow: hidden;
	width: 38px!important;
	-moz-transition: background-color ease .25s, color .5s ease 0s;
	-o-transition: background-color ease .25s, color .5s ease 0s;
	-webkit-transition: background-color ease .25s, color .5s ease 0s;
	transition: background-color ease .25s, color .5s ease 0s
}
.summary.entry-summary .button.compare:hover {
	background-color: #f6f6f6!important
}
.woocommerce.wishlist-enable div.product.product-type-grouped .compare,
.woocommerce.wishlist-enable div.product.product-type-variable .compare,
.woocommerce:not(.wishlist-enable) div.product.product-type-variable .compare {
	margin-left: -41px
}
.woocommerce.wishlist-enable div.product.product-type-grouped.pd_top .compare {
	margin-left: -1px
}
.woocommerce.compare-enable:not(.wishlist-enable) div.product.product-type-grouped:not(.pd_background) .summary .button.compare {
	margin-left: -40px
}
.woocommerce div.product.product-type-grouped.pd_background .button.compare {
	margin-left: -40px;
	height: 38px!important
}
.woocommerce.compare-enable:not(.wishlist-enable) div.product.product-type-grouped.pd_top .button.compare,
.woocommerce.wishlist-enable div.product.product-type-external:not(.pd_top) .summary.entry-summary .button.compare,
.woocommerce.wishlist-enable div.product.product-type-grouped.pd_background .button.compare,
.woocommerce.wishlist-enable div.product.product-type-simple:not(.pd_top) .summary.entry-summary .button.compare,
.woocommerce.wishlist-enable div.product:not(.pd_top):not(.product-type-variable) .summary.entry-summary .button.compare {
	margin-left: -1px
}
.woocommerce div.product.product-type-simple.pd_background:not(.outofstock) .summary.entry-summary .button.compare {
	top: -2px
}
.summary.entry-summary .button.compare:after,
.summary.entry-summary .button.compare:before,
.woocommerce .cart .fixed-add-to-cart .compare:after,
.woocommerce .cart .fixed-add-to-cart .compare:before {
	content: "\e94f";
	color: #5a5a5a;
	font: normal normal normal 14px/1 Linearicons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 18px;
	display: block;
	z-index: 1;
	position: relative;
	left: -1px;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 36px!important;
	text-align: center;
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out
}
.summary.entry-summary .button.compare:before,
.woocommerce .cart .fixed-add-to-cart .compare:before {
	top: 0;
	opacity: 1;
	margin-left: 1px!important
}
.summary.entry-summary .button.compare:after,
.woocommerce .cart .fixed-add-to-cart .compare:after {
	position: absolute;
	top: 40px;
	opacity: 0
}
.summary.entry-summary .button.compare:hover:before,
.woocommerce .cart .fixed-add-to-cart .compare:hover:before {
	top: -40px;
	opacity: 0
}
.summary.entry-summary .button.compare:hover:after,
.woocommerce .cart .fixed-add-to-cart .compare:hover:after {
	top: 0;
	opacity: 1
}
.summary.entry-summary .button.compare.added:after,
.woocommerce .cart .fixed-add-to-cart .compare.added:after {
	margin-left: 0!important
}
table.compare-list tr.description td p {
	overflow: hidden;
	height: 55px;
	font-family: lato, sans-serif;
	max-height: 55px;
	color: #767676;
	display: none
}
.product.woocommerce.add_to_cart_inline {
	border: none!important
}
.product.woocommerce.add_to_cart_inline .product-button {
	position: relative;
	display: inline-block
}
.product.woocommerce.add_to_cart_inline .amount,
.product.woocommerce.add_to_cart_inline del,
.product.woocommerce.add_to_cart_inline ins {
	font-size: 14px;
	font-weight: 400!important;
	text-decoration: none;
	line-height: 11px!important;
	text-align: left;
	padding: 0 5px
}
.product.woocommerce.add_to_cart_inline del {
	text-decoration: line-through;
	opacity: .5
}
.product.woocommerce.add_to_cart_inline a.button {
	border-radius: 4px;
	overflow: hidden;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 2px;
	font-family: lato, sans-serif;
	-moz-transition: color .2s ease, background-color 350ms ease;
	-o-transition: color .2s ease, background-color 350ms ease;
	-webkit-transition: color .2s ease, background-color 350ms ease;
	transition: color .2s ease, background-color 350ms ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.product.woocommerce.add_to_cart_inline a.button:hover {
	background-color: #3a3a3a
}
.product.woocommerce.add_to_cart_inline a.button span.txt:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.product.woocommerce.add_to_cart_inline a.button:not(.disabled):hover span.txt {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}
.product.woocommerce.add_to_cart_inline a.button span.txt {
	position: relative;
	display: inline-block;
	-o-transition: transform .35s;
	-moz-transition: transform .35s;
	-webkit-transition: transform .35s;
	transition: transform .35s;
	padding: 0 2px
}
.product.woocommerce.add_to_cart_inline a.button span.icon {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	min-height: 32px;
	min-width: 17px;
	width: 20px
}
.product.woocommerce.add_to_cart_inline a.added_to_cart {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	top: 0;
	overflow: hidden;
	font-weight: 600;
	display: inline-block;
	margin: 0;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #3a3a3a!important
}
.product.woocommerce.add_to_cart_inline a.button.loading:after {
	margin-top: -9px
}
.cartSidebarWrap .woocommerce-error,
.cartSidebarWrap .woocommerce-message,
.woocommerce .cartSidebarWrap .woocommerce-error,
.woocommerce .cartSidebarWrap .woocommerce-message {
	display: none!important
}
#ep_wc_notices {
	position: fixed;
	bottom: 0;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	z-index: 100002;
	background: #eee;
	opacity: 0;
	-webkit-transition: -webkit-transform .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: -moz-transform .4s ease 0s, opacity .4s ease 0s;
	-o-transition: transform 1.3s ease-in-out 0s, opacity .3s ease 0s;
	transition: transform 1.3s ease-in-out 0s, opacity .3s ease 0s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}
#ep_wc_notices.show {
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
	opacity: 1;
	-webkit-transition: -webkit-transform .4s ease .3s, opacity .4s ease .3s;
	-moz-transition: -moz-transform .4s ease .3s, opacity .4s ease .3s;
	-o-transition: transform .5s ease .3s, opacity .4s ease .5s;
	transition: transform .5s ease .3s, opacity .4s ease .5s
}
#ep_wc_notices .woocommerce-error,
#ep_wc_notices .woocommerce-message {
	-moz-animation: none!important;
	-o-animation: none!important;
	-webkit-animation: none!important;
	animation: none!important;
	padding: 19px 20px 19px 60px;
	opacity: 1;
	max-height: 1000px;
	margin: 0!important
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	position: relative;
	display: block!important;
	border: none!important;
	line-height: 30px;
	padding: 0 20px 0 60px;
	font-family: lato, sans-serif;
	font-size: 13px;
	margin: 10px auto!important;
	color: #f4524d;
	background-color: #fbfbfb;
	vertical-align: middle;
	font-weight: 600;
	opacity: 0;
	max-height: 0;
	clear: both;
	letter-spacing: 0;
	box-sizing: border-box;
	-moz-animation: wc_notice_fadein .4s ease forwards;
	-o-animation: wc_notice_fadein .4s ease forwards;
	-webkit-animation: wc_notice_fadein .4s ease forwards;
	animation: wc_notice_fadein .4s ease forwards
}
.woocommerce-info,
.woocommerce-message {
	color: #515151
}
@keyframes wc_notice_fadein {
	from {
		opacity: 0;
		max-height: 0;
		padding: 0 20px 0 60px
	}
	to {
		opacity: 1;
		max-height: 1000px;
		padding: 19px 20px 19px 60px
	}
}
@-webkit-keyframes wc_notice_fadein {
	from {
		opacity: 0;
		max-height: 0;
		padding: 0 20px 0 60px
	}
	to {
		opacity: 1;
		max-height: 1000px;
		padding: 19px 20px 19px 60px
	}
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	font-size: 12px!important;
	background-color: transparent!important;
	font-weight: 600!important;
	font-family: lato, sans-serif;
	color: #073B87!important;
	padding: 9px 20px 7px!important;
	float: right;
	min-height: 13px;
	height: 13px!important;
	line-height: 12px!important;
	margin-left: 32px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #073B87;
	border-radius: 20px!important;
	-moz-transition: background-color .2s ease, color .2s ease;
	-o-transition: background-color .2s ease, color .2s ease;
	-webkit-transition: background-color .2s ease, color .2s ease;
	transition: background-color .2s ease, color .2s ease
}
.woocommerce .woocommerce-info:before,
.woocommerce-error .remove_error_message:before,
.woocommerce-message:before {
	font-family: Linearicons!important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover {
	background-color: #073B87!important;
	color: #fff!important;
	text-decoration: none
}
.woocommerce .woocommerce-info:before,
.woocommerce-message:before {
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 26px;
	top: 50%;
	font-size: 13px;
	margin-top: -7px;
	font-weight: 700
}
.woocommerce-message:before {
	font-size: 18px;
	margin-top: -13px;
	content: "\e934";
	color: #10f0aa;
	right: 0
}
.woocommerce .woocommerce-info:before {
	content: "\e955";
	color: #555;
	left: 16px;
	top: 28px;
	font-size: 20px
}
.woocommerce .woocommerce-info.shopFullwidth:before {
	content: ""
}
.woocommerce .woocommerce-info.shopFullwidth {
	padding: 0!important;
	background-color: transparent!important
}
.woocommerce .woocommerce-info.shopFullwidth .container {
	background-color: #f3f3f3!important;
	padding: 10px;
	box-sizing: border-box
}
.woocommerce .woocommerce-info {
	border: none!important;
	background-color: #fbfbfb
}
.wc-ajax-content .woocommerce-error,
.wc-ajax-content .woocommerce-info,
.wc-ajax-content .woocommerce-message {
	background: 0 0!important;
	display: block!important;
	color: #757575!important;
	font-size: 13px;
	font-weight: 400;
	text-align: center
}
.wc-ajax-content .woocommerce-error:before,
.wc-ajax-content .woocommerce-info:before,
.wc-ajax-content .woocommerce-message:before,
.woocommerce-error::before {
	display: none
}
body:not(.woocommerce-checkout):not(.woocommerce-cart) .woocommerce-error li a {
	float: right
}
body:not(.woocommerce-checkout):not(.woocommerce-cart) .woocommerce-error a:hover {
	background-color: transparent!important;
	color: #e41235!important
}
body:not(.woocommerce-checkout):not(.woocommerce-cart) .woocommerce-error {
	position: fixed;
	bottom: 0;
	z-index: 5;
	left: 0;
	right: 0;
	width: 50%;
	border: 2px solid #e41235!important;
	text-transform: capitalize;
	color: #e41235;
	letter-spacing: .2px
}
.woocommerce-error .remove_error_message {
	position: absolute;
	top: calc(50% - 8px);
	left: 25px;
	height: 13px;
	width: 13px
}
.woocommerce-error .remove_error_message:before {
	display: block;
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	content: "\e935";
	color: #f4524d
}
.wc-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
	-o-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
	transition: top .3s ease, opacity .3s ease, visibility .3s ease
}
@keyframes clockwise {
	to {
		transform: rotate(360deg) translatez(0)
	}
}
@keyframes counter-clockwise {
	to {
		transform: rotate(-360deg) translatez(0)
	}
}
.wc-loading.hide {
	visibility: hidden;
	opacity: 0
}
.wc-ajax-wrapper .wc-loading {
	top: 120px
}
.woocommerce.woocommerce-wishlist .blockUI.blockOverlay {
	background: 0 0
}
.woocommerce-cart .woocommerce .blockUI.blockOverlay {
	opacity: .6!important;
	background: #fff!important
}
.summary.entry-summary .button.compare .blockUI.blockOverlay:after,
.wc-loading:after,
.woocommerce #respond input#submit.loading:after,
.woocommerce .blockUI.blockOverlay:after,
.woocommerce .loader:after,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
table.compare-list .remove td .blockUI.blockOverlay:after {
	display: block;
	content: "";
	height: 20px;
	width: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	-moz-animation: clockwise .5s linear infinite;
	-o-animation: clockwise .5s linear infinite;
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
	border-color: transparent #073B87 transparent transparent
}
.summary.entry-summary .button.compare .blockUI.blockOverlay:before,
.wc-loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
table.compare-list .remove td .blockUI.blockOverlay:before {
	content: "";
	border: 2px solid #e1e1e1;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	border-radius: 50%;
	box-sizing: border-box
}
.woocommerce a.button.loading:before {
	border: 2px solid rgba(225, 225, 225, .7)
}
div.sg table tr td:last-child,
div.sg table tr:first-child th:last-child {
	border-right: none
}
table.compare-list .remove td .blockUI.blockOverlay:before {
	width: 19px;
	height: 19px
}
.woocommerce .blockUI.blockOverlay:after,
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:after,
.woocommerce .loader:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	margin-left: -10px;
	margin-top: -10px;
	background: 0 0!important
}
.summary.entry-summary .button.compare .blockUI.blockOverlay,
.summary.entry-summary .button.compare .blockUI.blockOverlay:before,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay:before,
.woocommerce table.compare-list .remove td .blockUI.blockOverlay,
.woocommerce table.compare-list .remove td .blockUI.blockOverlay:before,
table.compare-list .remove td .blockUI.blockOverlay {
	background-image: none!important
}
.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
	width: 21px;
	height: 21px;
	margin-left: -10px;
	margin-top: -10px
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	width: 21px;
	height: 21px;
	margin-left: -10px;
	margin-top: -10px;
	top: 50%;
	left: 50%;
	box-sizing: border-box
}
.compare-list a.button.loading:before {
	margin-left: -10px
}
.summary.entry-summary .button.compare .blockUI.blockOverlay:after,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay:after,
table.compare-list .remove td .blockUI.blockOverlay:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px
}
.compare-list a.button.loading:after {
	top: 50%;
	right: 50%;
	margin: -11px -11px auto auto
}
table.compare-list .remove td .blockUI.blockOverlay {
	opacity: 1!important
}
table.compare-list .remove td .blockUI.blockOverlay:after {
	margin-bottom: auto;
	top: 30%;
	right: -10%;
	height: 15px;
	left: auto;
	width: 15px
}
.woocommerce .loader:before,
.woocommerce.woocommerce-wishlist .blockUI.blockOverlay,
.woocommerce.woocommerce-wishlist .blockUI.blockOverlay:before {
	display: none!important
}
#ct_size_guide .sg_content+div+hr,
#ct_size_guide.mfp-hide,
#ep-modal.size-guide-modal a[rel=prev],
#ep-modal.size-guide-modal a[rel=next] {
	display: none
}
.woocommerce.wishlist-enable.catalog-mode div.product.product-type-grouped .compare,
.woocommerce.wishlist-enable.catalog-mode div.product.product-type-variable .compare,
.woocommerce:not(.wishlist-enable).catalog-mode div.product.product-type-variable .compare {
	margin-left: -1px
}
.woocommerce.catalog-mode div.product.product-type-grouped .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode.compare-enable div.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode:not(.compare-enable) div.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode:not(.compare-enable) div.product.product-type-grouped.pd_classic .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode:not(.compare-enable) div.product.product-type-grouped.pd_ep_classic .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode:not(.wishlist-enable) div.product.product-type-grouped.pd_background .button.compare,
.woocommerce.compare-enable.catalog-mode div.product.product-type-grouped .yith-wcwl-add-to-wishlist,
.woocommerce.compare-enable:not(.wishlist-enable).catalog-mode div.product.product-type-grouped:not(.pd_background) .summary .button.compare {
	float: left;
	margin-left: 0
}
.woocommerce.catalog-mode div.product.product-type-simple.pd_background:not(.outofstock) .summary.entry-summary .button.compare,
.woocommerce.catalog-mode div.product.product-type-variable.pd_background .compare {
	top: 0
}
.woocommerce.catalog-mode.compare-enable div.product.pd_top.product-type-grouped .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode.compare-enable:not(.wishlist-enable) div.product.pd_top.product-type-grouped:not(.pd_background) .summary .button.compare,
.woocommerce.catalog-mode:not(.compare-enable) div.product.pd_top.product-type-grouped .yith-wcwl-add-to-wishlist {
	float: initial
}
.woocommerce.catalog-mode div.product.pd_top.product-type-variable .yith-wcwl-add-to-wishlist,
.woocommerce.catalog-mode:not(.compare-enable) div.product.pd_top.product-type-grouped .yith-wcwl-add-to-wishlist {
	margin-left: 0
}
.catalog-mode .woocommerce ul.products li.product:hover .instant_shop_button .price,
.woocommerce.catalog-mode ul.products li.product:hover .instant_shop_button .price {
	opacity: 1
}
#ep-modal.size-guide-modal {
	background-color: transparent
}
#ep-modal.size-guide-modal .modal-content-wrapper {
	width: 98%;
	max-width: 98%
}
#ep-modal.size-guide-modal .modal-main {
	width: 700px;
	margin: 0 auto
}
.mfp-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .7;
	z-index: -1
}
.mfp-wrap {
	z-index: 100000
}
#ct_size_guide {
	max-width: none
}
a.button_sg,
a[href="#ct_size_guide"] {
	font-size: 13px;
	line-height: 17px;
	position: relative;
	color: #5e5e5e;
	padding: 10px 0;
	font-weight: 600;
	text-transform: uppercase
}
.product.pd_top a.button_sg,
.product.pd_top a[href="#ct_size_guide"] {
	margin-left: 50%;
	transform: translateX(-50%);
	float: left!important;
	clear: both
}
.product.pd_top.product-type-variable a.button_sg,
.product.pd_top.product-type-variable a[href="#ct_size_guide"] {
	margin-left: 40%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	margin-top: 10px
}
a.button_sg:hover,
a[href="#ct_size_guide"]:hover {
	color: #5e5e5e
}
a.button_sg:before,
a[href="#ct_size_guide"]:before {
	position: absolute;
	content: "";
	bottom: 9px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #999;
	opacity: 1;
	-moz-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-o-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-webkit-transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	transition: transform .9s cubic-bezier(.2, 1, .3, 1) .2s;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
a.button_sg:hover:before,
a[href="#ct_size_guide"]:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
#ct_size_guide h2.sg_title {
	font-size: 30px;
	font-weight: 600
}
#ct_size_guide .sg_content {
	margin: 30px 0
}
#ct_size_guide h1,
#ct_size_guide h2,
#ct_size_guide h3,
#ct_size_guide h4,
#ct_size_guide h5 {
	margin-top: 25px
}
#ct_size_guide.ct_sg_tabbed {
	padding: 30px!important;
	width: 700px;
	box-sizing: border-box
}
div.sg table tr td,
div.sg table tr th {
	border-bottom: 1px solid #e5e5e5;
	text-align: center
}
div.sg table tr:first-child th {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600
}
div.sg table,
div.sg table th {
	text-align: center;
	vertical-align: middle
}
div.sg table td,
div.sg table th {
	padding: 12px 0
}
div.sg .ct_table_title {
	font-weight: 700
}
.dokan-dashboard .select2-container {
	z-index: 999999999
}
#dokan-seller-listing-wrap .seller-avatar,
#dokan-seller-listing-wrap ul.dokan-seller-wrap li,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery,
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
	box-sizing: border-box
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
	float: none;
	margin-right: 10px;
	margin-left: auto
}
.dokan-category-menu #cat-drop-stack ul .children {
	margin-top: 0
}
.dokan-dashboard .mfp-bg {
	z-index: 100000!important
}
.dokan-add-new-product-popup h2 {
	position: relative;
	width: auto
}
.dokan-dashboard header.dokan-dashboard-header h1,
.dokan-single-store #store-toc h2 {
	font-size: 28px
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
	display: block
}
.dokan-store #ep-sidebar {
	width: 28%;
	display: inline-block;
	float: left
}
.dokan-widget-area li.widget {
	list-style: none;
	padding: 0;
	border: none
}
.dokan-store #ep-sidebar .sidebar,
.dokan-widget-area .sidebar {
	padding-right: 20px;
	padding-left: 0
}
.dokan-pagination-container {
	margin: 35px 0 120px
}
.woocommerce-variation-availability .WooZone-availability-icon {
	float: left
}
header.type9 .widget.widget_woocommerce-dropdown-cart,
header.type1 .widget.widget_woocommerce-dropdown-cart,
header.type2_3 .widget.widget_woocommerce-dropdown-cart,
header.type4_5_6 .widget.widget_woocommerce-dropdown-cart {
	background-color: #1e1e1e;
	background-color: #fdfdfd
}
header .sidebartogglebtn {
	background-color: #1e1e1e
}
aside.vertical_menu_area {
	background-color: #ededed
}
.vertical_menu_enabled .vertical_background_image {
	opacity: 1
}
#menuBgColor {
	background-color: #ededed
}
.vertical_menu_enabled #menuBgColor {
	opacity: 1
}
#epHeader #headerFirstState {
	border-bottom: 1px solid #eee
}
header #headerFirstState .sidebartogglebtn,
header #headerFirstState .widget.widget_woocommerce-dropdown-cart {
	border: 1px solid #eee
}
#epHeader #headerSecondState {
	border-bottom: 1px solid #eee
}
header #headerSecondState .sidebartogglebtn,
header #headerSecondState .widget.widget_woocommerce-dropdown-cart {
	border: 1px solid #eee
}
header.underlineHover #headerSecondState .navigation>ul>li:hover>a,
header.underlineHover #headerSecondState .navigation li.active>a,
header.underlineHover #headerSecondState .navigation>ul>li.current_page_item>a,
header.underlineHover #headerSecondState .navigation>ul>li.current-menu-ancestor>a,
header.fillhover #headerSecondState .navigation>ul>li:hover>a span,
header.fillhover #headerSecondState .navigation li.active>a span,
header.fillhover #headerSecondState .navigation>ul>li.current_page_item>a span,
header.fillhover #headerSecondState .navigation>ul>li.current-menu-ancestor>a span,
header.borderhover #headerSecondState .navigation>ul>li:hover>a span,
header.borderhover #headerSecondState .navigation>ul>li.current_page_item>a span,
header.borderhover #headerSecondState .navigation>ul>li.current-menu-ancestor>a span {
	color: #fff
}
header.underlineHover #headerFirstState .navigation>ul>li:hover>a,
header.underlineHover #headerFirstState .navigation>ul>li.active>a,
header.underlineHover #headerFirstState .navigation>ul>li.current_page_item>a,
header.underlineHover #headerFirstState .navigation>ul>li.current-menu-ancestor>a,
header.fillhover #headerFirstState .navigation>ul>li:hover>a span,
header.fillhover #headerFirstState .navigation li.active>a span,
header.fillhover #headerFirstState .navigation>ul>li.current_page_item>a span,
header.fillhover #headerFirstState .navigation>ul>li.current-menu-ancestor>a span,
header.borderhover #headerFirstState .navigation>ul>li:hover>a span,
header.borderhover #headerFirstState .navigation>ul>li.active>a span,
header.borderhover #headerFirstState .navigation>ul>li.current_page_item>a span,
header.borderhover #headerFirstState .navigation>ul>li.current-menu-ancestor>a span {
	color: #fff
}
header.underlineHover #headerSecondState .navigation ul>li hr {
	background-color: #fff
}
header.underlineHover #headerFirstState .navigation ul>li hr {
	background-color: #fff
}
header .navigation li div.menu-item-wrapper,
header .navigation li ul {
	background-color: #fff
}
header .navigation li.mega-menu-parent>.menu-item-wrapper>ul>li.special-last-child>ul>li:last-of-type:before,
header .navigation li li>a {
	color: #222
}
header .navigation>ul>li:not(.mega-menu-parent) li.menu-item-has-children:before,
header .navigation>ul>li:not(.mega-menu-parent) li.menu-item-has-children:after {
	background: #222
}
header.submenu_underlined .navigation ul li li>a span:not(.icon) span.menu_title:before {
	background-color: #222
}
header .navigation li.mega-menu-parent div>ul>li.menu-item-has-children>a,
header .navigation li.mega-menu-parent div>ul>li:not(.menu-item-has-children)>a {
	color: #111
}
header.submenu_underlined .navigation li li>a:before,
header .navigation li.mega-menu-parent li ul li.bottom-line:before,
header .navigation li.mega-menu-parent div>ul>li.menu-item-has-children>a:after {
	background-color: #111
}
header .search-button,
aside.vertical_menu_area .search-button,
header .navigation>ul>li>a,
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li a {
	color: #0a0a0a
}
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li a:hover,
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li.active a.mp-back,
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li.active>a {
	color: #ffffff!important
}
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li:hover,
.vertical_menu_enabled .vertical_menu_area .vertical_menu_navigation li.active {
	background-color: #F8C544!important
}
#headerFirstState .menuBgColor {
	background-color: #fff
}
header .navigation>ul>li .spanHover {
	background-color: #F8C544
}
header .navigation>ul>li:hover .spanHover {
	background-color: #F8C544!important
}
#headerFirstState .search-button,
#headerFirstState .navigation>ul>li>a {
	color: #000
}
header #headerFirstState .navigation>ul>li .spanHover {
	background-color: #f83333!important
}
header.borderhover #headerFirstState .navigation>ul>li>a:before,
header.borderhover #headerFirstState .navigation>ul>li.active>a:before,
header.borderhover #headerFirstState .navigation>ul>li.current_page_item>a:before,
header.borderhover #headerFirstState .navigation>ul>li.current-menu-ancestor>a:before {
	background-color: #f3c247
}
header.borderhover .navigation>ul>li>a:before,
header.borderhover .navigation>ul>li.active>a:before,
header.borderhover .navigation>ul>li.current_page_item>a:before,
header.borderhover .navigation>ul>li.current-menu-ancestor>a:before {
	background-color: #F8C544
}
a {
	color: #F8C544
}
a:hover {
	color: #cbcbcb
}
::-moz-selection {
	background: #F8C544
}
::selection {
	background: #F8C544
}
.woocommerce #content input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce.single-product .nice-select ul.list li:first-child:hover,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button#place_order,
.product.woocommerce.add_to_cart_inline a.added_to_cart,
#ep-modal.shown a[rel="next"]:hover,
#ep-modal.shown a[rel="prev"]:hover,
.widget.widget_woocommerce-wishlist a span.wishlist_items_number,
.vertical_menu_enabled .vertical_menu_area .widget.widget_woocommerce-dropdown-cart .cartContentsCount,
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#product-fullview-thumbs .swiper-button-prev:hover:before,
#product-fullview-thumbs .swiper-button-prev:hover:after,
#product-fullview-thumbs .swiper-button-next:hover:before,
#product-fullview-thumbs .swiper-button-next:hover:after,
.woocommerce.single-product .nice-select ul.list li:first-child:hover,
#prev-product a[rel="next"]:hover,
#next-product a[rel="prev"]:hover,
.woocommerce ul.products.infoOnClick li.product span.show-hover,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-prev:hover:before,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-prev:hover:after,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-next:hover:before,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-next:hover:after,
.masonryBlog .swiper-button-prev:hover:after,
.masonryBlog .swiper-button-next:hover:after,
.masonryBlog .swiper-button-prev:hover:before,
.masonryBlog .swiper-button-next:hover:before,
.blog-masonry-container.ep_quote,
.progress_bar .progressbar_percent:after,
.progress_bar .progressbar_percent,
.post-meta .hr-extra-small.hr-margin-small,
.cblog .readmore_button:hover,
.touchevents #comment-text .button.button-large,
#comment-text .button.button-large:hover,
.touchevents .woocommerce #commentform .button.button-large,
.woocommerce #commentform .button.button-large:hover,
.testimonials .quot-icon,
.tabletBlog .moretag:hover,
.desktopBlog .moretag:hover,
.pieChart .dot-container .dot,
.wpb_toggle.wpb_toggle_title_active:after,
#content h4.wpb_toggle.wpb_toggle_title_active:after,
.team-member:hover .member-plus,
.iconbox.circle .icon span.glyph,
.iconbox.rectangle .icon span.glyph,
.custom-title .shape-container .hover-line,
.portfolioSection #loader:before,
.portfolioSection #loader:after,
.showcase .item-list li span:before,
.toggleSidebar .cartSidebarHeader .cartContentsCount,
.lazy-load-hover-container:before,
.lazy-load-hover-container:after,
.widget.widget_woocommerce-dropdown-cart li .qbutton.chckoutbtn,
header .widget.widget_woocommerce-dropdown-cart .cartContentsCount,
.woocommerce form.register input.button,
.woocommerce form.login input.button,
.woocommerce form.login input.button:hover,
.woocommerce form.register input.button:hover,
.woocommerce button.button.alt,
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,
input[type="submit"].dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme,
.widget-area .product-categories li.cat-item.current-cat>a:before,
#ep-modal .woocommerce #customer_login a.register-link:before,
.galleryexternallink {
	background-color: #F8C544
}
.nice-select .option:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover,
table.compare-list .add-to-cart td a:hover,
.sidebar .widget_shopping_cart_content a.checkout.wc-forward.button,
.widget_shopping_cart_content a.wc-forward.button,
.nice-select .option:hover,
.toggleSidebar.cartSidebarContainer .cart-bottom-box .buttons a.checkout {
	background-color: #F8C544!important
}
.woocommerce ul.products li.product a:hover h3,
.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products.infoOnClick li.product .hover-content a:hover h3,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce .cart-collaterals .cart_totals tr.order-total strong,
.woocommerce table.shop_table td.product-subtotal span,
.woocommerce table.shop_table form.woocommerce-shipping-calculator a,
.woocommerce div.product p.stock,
.woocommerce ul.products.instantShop li.product .compare.button:hover:before,
.product-buttons .shop_wishlist_button.wishlist-link:before,
.project-detail li:last-child .project-subtitle a:hover,
.blog-masonry-container .post-author-meta .post-author a:hover,
.blog-masonry-container .post-author-meta .meta-comment-count a:hover,
.star-rating span,
.star-rating span,
.widget-area .product-categories li.current-cat>a,
.widget-area .product-subcategories li.current-cat>a,
table.compare-list .price td .amount,
li.product .product-buttons .compare.button:hover:before,
table.compare-list td ins .amount,
table.compare-list .stock td span,
.woocommerce ul.products li.product:not(.disable-hover):hover span:hover a,
.woocommerce-page ul.products li.product:not(.disable-hover):hover span.product-button~span:hover a,
.product_meta>span a:hover,
.widget_ranged_price_filter li.current,
.widget_ranged_price_filter li.current a,
.widget_order_by_filter li.current,
.widget_order_by_filter li.current a,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity,
ul.cart_list li .amount,
.woocommerce ul.cart_list li .amount,
ul.product_list_widget li .amount,
.woocommerce ul.product_list_widget li .amount,
.woocommerce form .form-row .required,
.woocommerce table.shop_table tfoot td,
.woocommerce div.product form.cart table.group_table label a:hover,
.woocommerce .product .summary .price,
.woocommerce-page .product .summary .price,
div.woocommerce.single-product2 ul.products li.product .price,
div.woocommerce.single-product2 ul.products li.product .price ins,
div.woocommerce.single-product2 ul.products li.product .price del,
#blogSingle .social_links_list i.icon-facebook:hover,
#PDetail .social_links_list i.icon-facebook:hover,
#portfolioDetailAjax .social_links_list i.icon-facebook:hover,
.ep-newsletter .widget_wysija_cont .wysija-submit:hover,
.comment-reply-title small a,
#blogSingle .post-tags a:hover,
#blogSingle span.post-author a:hover,
#blogSingle span.post-categories a:hover,
div.wpcf7-mail-sent-ok,
#respond-wrap .graylabel.inputfocus,
#respond .graylabel.inputfocus,
#review_form .graylabel.inputfocus,
.wpcf7-form .graylabel.inputfocus,
.wpcf7-form .label.inputfocus,
#respond-wrap .label.inputfocus,
#respond .label.inputfocus,
#review_form .label.inputfocus,
.search-item .count,
.pageNavigation .more-link-arrow:hover,
.sticky .accordion_box10 .blogTitle,
.sticky .accordion_box2 .accordion_title,
.iconPchart .icon,
.pieChart .perecent,
.wpb_toggle.wpb_toggle_title_active .title,
.vc_tta-accordion .vc_tta-panel:hover span.vc_tta-title-text,
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-icon,
.vc_tta-accordion .vc_tta-panel.vc_active span.vc_tta-title-text,
.team-member .more-link-arrow:hover,
.team-member .icons li:hover a,
.iconbox.transparentbackground .icon span.glyph,
.iconbox .glyph,
.portfolio_detail_creative .home:hover,
.lightStyle #portfoliSingle .like .jm-post-like.ep-icon:before,
#portfoliSingle .like .jm-post-like.liked.ep-icon:before,
.portfolioSection .like .jm-post-like.liked.ep-icon:before,
#portfoliSingle .like a.jm-post-like.ep-icon:hover:before,
.postphoto .like .jm-post-like.liked.ep-icon:before,
.isotope.lightStyle .postphoto .like .jm-post-like.liked.ep-icon:before,
.portfolio_text .portfolio_text_meta .like .jm-post-like.liked.ep-icon:before,
.cblog span.post-author a:hover,
.cblog span.post-comments a:hover,
.cblog h2.post-title a:hover,
.cblog span.post-categories a,
#PDetail span.icon-icons2:hover,
.showcase .showcase-item .showcase-link:hover,
.toggleSidebar.cartSidebarContainer .cart-bottom-box .total .amount,
#commentform p.logged-in-as a,
.comment-edit-link,
.comments-list .comment-reply-link,
.navigation-mobile a:hover,
ul li.woocommerce-MyAccount-navigation-link a:hover,
ul li.woocommerce-MyAccount-navigation-link.is-active a,
#ep-modal.quickview-modal #modal-content .product_title:hover,
.widget_product_tag_cloud.collapse .show_more_tags:hover,
.widget_product_categories .cats-toggle:hover,
.widget_product_categories .cats-toggle.toggle-active,
.footer-widgetized .product-categories li.current-cat>a {
	color: #F8C544
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price,
.woocommerce div.product form.cart .group_table .price,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce nav.woocommerce-pagination ul li a span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li:hover a,
.woocommerce nav.woocommerce-pagination ul li:hover span,
.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .woocommerce-breadcrumb a:hover,
.page-breadcrumb .woocommerce-breadcrumb a:hover,
.vc_tta-tab.vc_active a span,
.vc_tta-tab.vc_active .vc_tta-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before,
.yith-wcwl-wishlistaddedbrowse:hover,
.summary.entry-summary .button.compare.added:before,
.summary.entry-summary .button.compare:hover {
	color: #F8C544!important
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.ep-newsletter .widget_wysija_cont .wysija-submit:hover,
.iconbox.circle .icon span.glyph,
.iconbox.rectangle .icon span.glyph,
.showcase .item-pics:hover .swiper-button-prev:hover,
.showcase .item-pics:hover .swiper-button-next:hover,
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,
input[type="submit"].dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme,
.widget-area .product-categories li.cat-item.current-cat>a:before,
.widget-area .product-categories li.cat-item a:hover:before,
.widget-area .product-categories li.cat-item a:hover:before,
.galleryexternallink {
	border-color: #F8C544
}
.woocommerce .blockUI.blockOverlay:after,
.woocommerce .loader:after,
table.compare-list .remove td .blockUI.blockOverlay:after,
.summary.entry-summary .button.compare .blockUI.blockOverlay:after,
.woocommerce .yith-woocompare-widget .products-list .blockUI.blockOverlay:after,
.woocommerce #respond input#submit.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce a.button.loading:after,
.wc-loading:after,
.showcase .swiper-button-prev:hover:before,
.showcase .swiper-button-next:hover:before,
.mejs-overlay-loading:after {
	border-right-color: #F8C544
}
.sticky .blogAccordion .rightBorder {
	border-right-color: #F8C544!important
}
.testimonials .quot-icon:before,
.testimonials:after,
.testimonials:before,
.vc_tta-tabs-position-bottom li.vc_tta-tab:hover,
.vc_tta-tabs-position-bottom li.vc_tta-tab.vc_active,
.showcase .swiper-button-prev:hover:before,
.showcase .swiper-button-next:hover:before {
	border-top-color: #F8C544
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content .form-row textarea:focus,
.woocommerce form.login input.input-text:focus,
.woocommerce form.register input.input-text:focus,
.woocommerce form.checkout_coupon .form-row-first input:focus,
.woocommerce form.checkout .form-row input.input-text:focus,
.woocommerce form.checkout .form-row textarea:focus,
.testimonials .quot-icon:after,
.testimonials .quot-icon:before,
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap textarea:focus,
#respond-wrap .input-text input:focus,
#respond-wrap .input-textarea textarea:focus,
#respond .input-text input:focus,
#respond .input-textarea textarea:focus,
#review_form input:focus,
#review_form textarea:focus,
.vc_tta-tabs-position-left li.vc_tta-tab.vc_active,
.vc_tta-tabs-position-right li.vc_tta-tab.vc_active,
.vc_tta-tabs-position-top li.vc_tta-tab.vc_active,
.vc_tta-tabs-position-top li.vc_tta-tab.vc_active:hover,
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading,
.custom-title .shape-container.triangle .shape-line,
.custom-title .shape-container.triangle .shape-line:after,
.custom-title .shape-container.triangle .shape-line:before {
	border-bottom-color: #F8C544
}
.wpb_heading,
.testimonials .quot-icon:before,
.textLeftBorder.fontSize123 .title,
.textLeftBorder .title {
	border-left-color: #F8C544
}
.touchevents #comment-text .button.button-large,
#comment-text .button.button-large:hover,
.touchevents .woocommerce #commentform .button.button-large,
.woocommerce #commentform .button.button-large:hover,
.woocommerce .widget_layered_nav ul.imagelist li.chosen a img,
#product-fullview-thumbs .swiper-button-prev:hover,
#product-fullview-thumbs .swiper-button-next:hover,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-prev:hover,
div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-next:hover,
.tabletBlog .moretag:hover,
.desktopBlog .moretag:hover,
.custom-title .shape-container.square .shape-line,
.custom-title .shape-container.rotated_square .shape-line,
.custom-title .shape-container.circle .shape-line {
	border-color: #F8C544
}
#topbar,
.lang-sel ul>li {
	background-color: #1e1e1e
}
#topbar {
	border-bottom-color: rgba(238, 238, 238, 0)
}
#preloader {
	background-color: #efefef
}
#preloader .ball {
	background: #c7c7c7
}
.preloader_circular .path {
	stroke: #c7c7c7
}
#preloader-simple .rect {
	stroke: #c7c7c7
}
#preloader_box .rect {
	stroke: #c7c7c7
}
#preloader_box {
	background: #f7f7f7
}
.preloader-text {
	color: #000
}
.footer-widgetized .section-container:before {
	background-color: rgba(255, 255, 255, 0);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}
.socialLinkShortcode.textstyle a span,
.ep_button,
.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors,
.banner .title,
.textBox .title,
.imageBox .title .subtitle,
.custom-title .title,
.team-member .member-info .member-name,
.counterBox .counterBoxNumber,
.counterBoxDetails,
.counterBoxDetails2,
.pieChartBox .title,
.pieChart .perecent,
.testimonials .quote .name,
.testimonials .quote .job,
.progress_bar .progress_title,
.progress_percent_value,
.showcase h3,
.showcase .showcase_item_subtitle,
.showcase .item-list li span,
.imageBox .content .title,
.iconbox.iconbox-top .title,
.iconbox.iconbox-left .title,
.custom-iconbox .title,
.wpb_toggle .title,
.vc_separator,
.animatedtext .slideshowContent,
.animatedtext .secondTitle2,
.wpcf7-form .label,
#respond-wrap .label,
#respond .label,
#review_form .label,
.wpcf7-form .graylabel,
#respond-wrap .graylabel,
#respond .graylabel,
#review_form .graylabel,
.time-block span.number {
	font-family: 'Lato', sans-serif
}
.socialLinkShortcode.custom1 a:before {
	background: #a7a7a7
}
.socialLinkShortcode.custom2 a:before {
	background: #a7a7a7
}
#snap-to-scroll-nav span:after {
	background: #F8C544
}
.verticalMenuCopyRight {
	color: #696969
}
@media (max-width: 320px) {
	.woocommerce ul.products.shop-2column li.product,
	.woocommerce ul.products.shop-3column li.product,
	.woocommerce ul.products.shop-4column li.product,
	.woocommerce ul.products.shop-5column li.product,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		width: 100%!important;
		margin: 0!important
	}
}
@media (min-width: 321px) and (max-width: 480px) {
	.woocommerce ul.products.shop-2column.infoOnClick li.product,
	.woocommerce ul.products.shop-2column.infoOnHover li.product,
	.woocommerce ul.products.shop-3column.infoOnClick li.product,
	.woocommerce ul.products.shop-3column.infoOnHover li.product,
	.woocommerce ul.products.shop-4column.infoOnClick li.product,
	.woocommerce ul.products.shop-4column.infoOnHover li.product,
	.woocommerce ul.products.shop-5column.infoOnClick li.product,
	.woocommerce ul.products.shop-5column.infoOnHover li.product {
		width: 100%!important;
		margin: 0!important
	}
	.woocommerce ul.products.shop-2column li.product,
	.woocommerce ul.products.shop-3column li.product,
	.woocommerce ul.products.shop-4column li.product,
	.woocommerce ul.products.shop-5column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-2column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-3column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-4column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-5column li.product {
		width: 49.98%!important;
		margin: 0!important
	}
}
@media (max-width: 480px) {
	.blogAccordion:hover .minus {
		height: 350px
	}
	.blogAccordion .leftBorder,
	.blogAccordion .leftBorder .monthYear,
	.desktopBlog .blogAccordion .accordion_box10 .blogTitle {
		left: 0!important
	}
	.blogAccordion .accordion_title {
		opacity: 1;
		width: 130px
	}
	.accordion_content p {
		height: 50px!important
	}
	.desktopBlog .accordion_content p {
		line-height: 24px
	}
	.ep-newsletter p.wysija-paragraph {
		width: 100%!important;
		float: left!important
	}
	.ep-newsletter input.wysija-submit.wysija-submit-field {
		position: relative;
		display: table;
		margin: 20px auto 10px;
		float: none
	}
	.ep-newsletter p.wysija-paragraph input {
		float: none;
		display: table;
		margin: 0 auto
	}
	#ep-modal.quickview-modal .woocommerce div.product form.cart .single_variation_wrap,
	#ep-modal.quickview-modal .woocommerce div.product form.cart .variations {
		max-width: 90%!important;
		min-width: inherit
	}
	#ep-modal.quickview-modal .woocommerce div.product form.cart .reset_variations {
		left: 20px;
		top: 100%
	}
	.masonry-blog.isotope.blogcolumn3 .isotope-item,
	.masonry-blog.isotope.blogcolumn4 .isotope-item {
		width: 100%!important
	}
	#ep-modal.size-guide-modal .modal-content-wrapper {
		width: 98%;
		max-width: 98%
	}
	#ep-modal.size-guide-modal .modal-main {
		width: 98%;
		margin: 0
	}
	#ep-modal .woocommerce form.login {
		width: 280px
	}
	#ep-modal .woocommerce #customer_login {
		padding: 55px 40px 0
	}
	.ep-cookies-inner {
		display: block;
		text-align: center
	}
	.ep-cookies-inner .cookies-buttons {
		margin: 15px auto
	}
	.woocommerce td.product-name dl.variation {
		padding: 15px 10px 0!important
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.ep-newsletter p.wysija-paragraph {
		width: calc(100% - 140px)!important
	}
	.masonry-blog.isotope.blogcolumn3 .isotope-item,
	.masonry-blog.isotope.blogcolumn4 .isotope-item {
		width: 50%!important
	}
	.woocommerce ul.products.shop-2column li.product,
	.woocommerce ul.products.shop-3column li.product,
	.woocommerce ul.products.shop-4column li.product,
	.woocommerce ul.products.shop-5column li.product,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		width: 49.98%!important;
		margin: 0!important
	}
}
@media (max-width: 767px) {
	#preloader_box,
	.preloader-items-container {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none
	}
	#fullScreenSlider .arrows-button-prev,
	#search-form #search-caption {
		left: 0
	}
	.visible-phone {
		display: inherit!important
	}
	.hidden-phone {
		display: none!important
	}
	.hidden-desktop {
		display: inherit!important
	}
	.visible-desktop {
		display: none!important
	}
	.container,
	.fullWidth .container.title_container,
	.portfolio_wrap {
		width: auto;
		padding-left: 15px!important;
		padding-right: 15px!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	ul.products.isotope {
		width: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.fullWidth .container {
		padding: 0!important
	}
	.row {
		margin-left: 0
	}
	.wrap {
		width: auto;
		min-width: 100%
	}
	[class*=span] {
		display: block;
		float: none!important;
		width: auto;
		margin-left: 0
	}
	h1 {
		font-size: 60px;
		line-height: 55px
	}
	h2 {
		line-height: 40px;
		font-size: 40px
	}
	h3 {
		line-height: 28px;
		font-size: 30px
	}
	div.vc_row.vc_column-gap>.vc_column_container {
		display: inline-block
	}
	#preloader_box {
		animation: none;
		width: 150px;
		height: 150px;
		left: calc(50% - 75px);
		top: calc(50% - 75px)
	}
	.preloader-items-container {
		animation: none;
		height: 153px;
		opacity: 1;
		margin-top: 0
	}
	.preloader-image {
		width: 96px;
		height: 96px;
		top: 137px;
		margin-top: -111px;
		right: 26px
	}
	svg.preloader:not(#preloader-simple) {
		width: 154px!important;
		height: 154px!important
	}
	#preloader_items,
	.preloader-text-container {
		height: 126px
	}
	.preloader-text {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
		opacity: 1;
		font-size: 16px;
		line-height: 16px;
		padding-top: 17px
	}
	#search-form input[type=text] {
		font-size: 20px;
		line-height: 12px!important;
		left: 0!important;
		width: 60%
	}
	header .logo {
		max-height: 54px
	}
	#epHeader.hide_menu {
		opacity: 1;
		visibility: visible
	}
	#fullScreenSlider .caption-container {
		width: calc(100% - 110px);
		margin-left: 55px!important;
		text-align: center
	}
	#fullScreenSlider .caption .caption-container.button-container {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.caption.style2 .caption-title,
	.caption.style3 .caption-title {
		margin-bottom: 25px!important
	}
	.caption.style2 .caption-subtitle,
	.caption.style3 .caption-subtitle,
	.caption.style4 .caption-subtitle {
		margin-bottom: 16px!important
	}
	#fullScreenSlider .arrows-button-next,
	#fullScreenSlider .arrows-button-prev {
		width: 50px
	}
	#fullScreenSlider .arrows-button-next {
		right: 0
	}
	#fullScreenSlider .arrows-button-next .text,
	#fullScreenSlider .arrows-button-prev .text {
		display: none
	}
	.footer-bottom .social-icons {
		padding-bottom: 0;
		float: none;
		width: auto;
		display: table;
		margin: 0 auto;
		text-align: center
	}
	.blogAccordion.quoteItem .quote_content .icon-quotes-left,
	.blogAccordion.quoteItem p {
		display: none
	}
	.desktopBlog .blogAccordion .accordion_box10 .blogTitle {
		font-size: 18px;
		line-height: 21px
	}
	.blogAccordion .accordion_title .day {
		letter-spacing: 0;
		left: 30px;
		font-size: 20px
	}
	.desktopBlog .moretag,
	.tabletBlog .moretag {
		position: absolute;
		bottom: -67px!important;
		left: 0!important;
		right: auto!important
	}
	.blogAccordion.quoteItem .quote_content {
		font-size: 16px;
		position: absolute;
		bottom: 0;
		line-height: 25px
	}
	.social_share_toggle .social_links_list {
		float: none
	}
	.accordion_box2,
	.blogAccordion.accordionClosed .accordion_title {
		width: 120px
	}
	.accordion_content p {
		height: 80px;
		overflow: hidden
	}
	.desktopBlog .accordion_content .readmoreLine {
		width: 100%
	}
	.blogAccordion .leftBorder .monthYear {
		font-size: 14px
	}
	.blogAccordion.accordionClosed .leftBorder .monthYear {
		left: 0!important
	}
	.tabletBlog .blogAccordion .accordion_title {
		width: 75px
	}
	.tabletBlog .centerTitle {
		margin-left: 10px
	}
	.blogAccordion .accordion_title .monthYear {
		padding: 8px 0 0 12px
	}
	#blogSingle .container .container,
	.cblog .container {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.accordion_box10 {
		width: calc(100% - 125px)
	}
	.counterBox {
		padding-top: 25px;
		padding-bottom: 25px
	}
	.page-template-main-page .menuSpaceNoti {
		top: 0!important
	}
	.cblog .container {
		padding-top: 0
	}
	.cblog .post-content,
	.cblog .post-meta {
		float: none;
		width: auto
	}
	.cblog .post-meta .tagcloud {
		margin-top: 20px
	}
	.cblog .pageNavigation .readmore {
		display: table;
		margin: 0 auto;
		float: none
	}
	#PDetail .nextNav:after,
	#PDetail .nextNav:before,
	#PDetail .prevNav:after,
	#PDetail .prevNav:before,
	#blogSingle .nextNav:after,
	#blogSingle .nextNav:before,
	#blogSingle .prevNav:after,
	#blogSingle .prevNav:before,
	.portfolio_detail_boxed #PDnavigation .arrows-button-next .text,
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev .text,
	.portfolio_detail_full_width #PDnavigation .arrows-button-next .text,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev .text,
	.slides-navigation {
		display: none
	}
	.fullWidth .isotope,
	.isotope.creativeType .wide .postphoto .like {
		margin-left: 0
	}
	#blogSingle .arrows-button-next:hover,
	#blogSingle .arrows-button-prev:hover {
		background: rgba(255, 255, 255, .5)
	}
	#commentform .input-text {
		width: 100%;
		margin-bottom: 60px;
		margin-left: 0
	}
	.comments-list #respond {
		padding: 0 0 80px
	}
	.comment-reply-title small a {
		position: static;
		padding-top: 10px
	}
	.comments-list .comment-reply-link {
		float: right
	}
	.postphoto .overlay .hover-title {
		font-size: 25px;
		letter-spacing: -1px
	}
	.postphoto .overlay .hover-subtitle {
		font-size: 13px;
		letter-spacing: 4px
	}
	.postphoto .overlay:hover .hover-subtitle {
		bottom: 29%
	}
	.hslim .postphoto .overlay:hover .hover-subtitle {
		bottom: 20%
	}
	.slim .postphoto .overlay:hover .hover-subtitle {
		bottom: 38%
	}
	.big .postphoto .overlay:hover .hover-subtitle {
		bottom: 35%
	}
	.hslim .postphoto .overlay .hover-title,
	.wide .postphoto .overlay .hover-title {
		font-size: 20px;
		line-height: 20px
	}
	.hslim .postphoto .overlay .hover-subtitle,
	.wide .postphoto .overlay .hover-subtitle {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 1px
	}
	.isotope.creativeType .wide .icon-wrap,
	.isotope.creativeType .wide .title-wrap {
		width: 100%
	}
	.isotope.creativeType .wide .postphoto:hover .overlay .center-line {
		width: calc(100% - 17px)
	}
	.portfolio_detail_creative #pDSwiper .swiper-slide {
		height: 300px
	}
	.portfolio_detail_boxed #PDetail .pDHeader-title {
		margin-bottom: 25px
	}
	.portfolio_detail_boxed .pDHeader-title .textBox {
		padding: 25px 0
	}
	.portfolio_detail_boxed .pDHeader-title.active .textBox .title {
		font-size: 25px;
		line-height: 25px;
		padding: 10px 25px 0 0
	}
	.portfolio_detail_boxed .pDHeader-title .textBox .subtitle {
		font-size: 14px;
		line-height: 18px
	}
	#PDetail .arrows-button-next .pArrowsButtonThumb,
	#PDetail .arrows-button-prev .pArrowsButtonThumb {
		background: 0 0!important
	}
	.portfolio_detail_boxed #PDnavigation .arrows-button-next,
	.portfolio_detail_boxed #PDnavigation .arrows-button-next:hover,
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev,
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev:hover,
	.portfolio_detail_full_width #PDnavigation .arrows-button-next,
	.portfolio_detail_full_width #PDnavigation .arrows-button-next:hover,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev:hover {
		background-color: transparent!important;
		width: 100px
	}
	.noPrev {
		margin-left: 120px!important
	}
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev:after,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev:after {
		border-color: transparent #000 transparent rgba(0, 0, 0, 0);
		margin-left: 25px
	}
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev:hover:after,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev:hover:after {
		left: 45px
	}
	.portfolio_detail_boxed #PDnavigation .arrows-button-next:after,
	.portfolio_detail_full_width #PDnavigation .arrows-button-next:after {
		border-color: transparent rgba(0, 0, 0, 0) transparent #000
	}
	.portfolio_detail_boxed #PDnavigation .arrows-button-next:before,
	.portfolio_detail_boxed #PDnavigation .arrows-button-prev:before,
	.portfolio_detail_full_width #PDnavigation .arrows-button-next:before,
	.portfolio_detail_full_width #PDnavigation .arrows-button-prev:before {
		border-top-color: #000
	}
	.portfolio_detail_boxed #PDbackToPortfolio,
	.portfolio_detail_full_width #PDbackToPortfolio {
		margin: 10px 0
	}
	.portfolio_detail_full_width #PDetail .pDHeader-title {
		min-width: 245px;
		max-width: 100%;
		margin-top: -90px;
		box-sizing: content-box;
		margin-left: -10px;
		margin-bottom: 30px
	}
	.portfolio_detail_full_width .pDHeader-title.active .textBox .title {
		font-size: 25px;
		line-height: 25px;
		padding: 10px 25px 0 0
	}
	.portfolio_detail_full_width .pDHeader-title .textBox .subtitle {
		font-size: 14px;
		font-weight: 400;
		line-height: 23px
	}
	#portfoliSingle.portfolio_detail_boxed .socialShareContainer,
	#portfoliSingle.portfolio_detail_full_width .socialShareContainer,
	#portfolioDetailAjax .socialShareContainer {
		margin-top: -50px;
		position: absolute;
		right: 15px
	}
	#portfolioDetailAjax .socialShareContainer {
		right: 0
	}
	#ajaxPDetail .container {
		padding: 0!important
	}
	#PDetail ul.project-detail,
	#ajaxPDetail ul.project-detail {
		margin-right: 0!important;
		margin-left: 0!important
	}
	#ajaxPDetail .pDHeader .title {
		font-size: 25px;
		line-height: 29px;
		padding: 5px 7px;
		margin-top: 0;
		letter-spacing: 0
	}
	#ajaxPDetail .postMedia .slider-nav-controls-container .slider-status {
		font-size: 25px;
		line-height: 30px;
		height: 30px;
		width: 40px
	}
	.pDWrap .navWrap {
		top: 120px;
		right: 0
	}
	.pDWrap .navigation li {
		height: 34px;
		width: 34px
	}
	.pDWrap .navigation li a {
		line-height: 42px
	}
	.pDWrap .navigation a:before {
		font-size: 18px;
		line-height: 22px
	}
	.parallax .container {
		max-height: none
	}
	.textSliderHome .quoteBackground {
		font-size: 26px
	}
	.pieChartBox,
	.textBox.textBoxBorder .title,
	.textBox.textBoxUnderline .title {
		display: table
	}
	ul.portfolio-filter {
		width: 100%;
		top: 10px;
		right: 0;
		left: 1px
	}
	.fullWidth ul.portfolio-filter {
		width: 96%;
		left: 2%
	}
	ul.portfolio-filter li ul {
		width: 100%
	}
	.testimonial blockquote {
		padding: 5px 0 25px!important
	}
	.iconbox,
	.textBox {
		padding-bottom: 35px
	}
	.testimonials .author {
		margin-top: 13px!important
	}
	.testimonials {
		margin-top: 20px
	}
	#mail,
	#subject {
		margin-left: 0;
		margin-top: 12px
	}
	#mail,
	#name,
	#subject {
		width: 100%;
		float: none
	}
	.pieChartBox {
		width: 90%;
		max-width: 90%;
		margin: 50px auto!important;
		text-align: center
	}
	.pieChartBox .subtitle,
	.pieChartBox .title {
		margin-right: auto;
		margin-left: auto
	}
	.textBox.textBoxUnderline .title hr {
		margin: 3px auto 0
	}
	.textBox.fontSize32.textBoxBorder .title,
	.textBox.fontSize32.textBoxUnderline .title {
		margin-bottom: 15px
	}
	.imageBox,
	.textBox {
		margin: 0 auto;
		max-width: 100%
	}
	.textBox.fontSize123 .title {
		font-size: 56px;
		line-height: 56px
	}
	.imageBox.imgBoxHover,
	.imageBox.imgBoxHover img {
		width: 100%
	}
	.custom-imageBox .custom-textbox {
		margin-top: 0
	}
	.custom-imageBox .custom-textbox .custom-textbox-bg {
		width: 100%!important;
		left: 0!important
	}
	.custom-imageBox .custom-textbox .textBox {
		width: 100%
	}
	.custom-imageBox.Boxleft .custom-textbox {
		margin-left: 0
	}
	.custom-imageBox.Boxright .custom-textbox {
		margin-right: 0
	}
	.custom-imageBox.Boxright .custom-textbox .textBox,
	.custom-imageBox.Boxright .custom-textbox.custom-textbox-bg {
		left: 0
	}
	#comment-text {
		margin-top: 10px;
		float: none!important
	}
	#comment-text textarea {
		text-align: left
	}
	.widget.widget_woocommerce-dropdown-cart .header_cart {
		display: none
	}
	.woocommerce-ordering {
		position: relative;
		margin: 20px auto 25px!important
	}
	.button {
		margin-bottom: 15px!important
	}
	.content_block {
		width: 300px;
		padding-top: 40px
	}
	.iconbox.iconbox-left {
		padding-bottom: 50px
	}
	.vc_col-sm-6 .iconbox.iconbox-left .icon,
	.vc_col-sm-8 .iconbox.iconbox-left .icon,
	.vc_col-sm-9 .iconbox.iconbox-left .icon {
		width: 100%
	}
	.textBoxIcon .icon {
		margin: 0 0 10px 25px;
		display: block
	}
	.reviewmobileSpace {
		height: 5px!important
	}
	.wpb_tabs {
		margin: 15px 0
	}
	.vc_tta-tab a span,
	.vc_tta-tabs-position-left .vc_tta-title-text,
	.vc_tta-tabs-position-right .vc_tta-title-text {
		padding: 7px 8px!important;
		font-size: 13px
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0 9px
	}
	.fullWidth .container .portfolio_wrap {
		margin: 0!important
	}
	.container .portfolio_wrap {
		margin: 0 -15px!important;
		padding: 0!important
	}
	#fullScreenImage .caption-icon,
	.swiper-slide .caption-icon {
		width: 60px;
		height: 60px;
		line-height: 70px;
		font-size: 40px
	}
	#fullScreenImage .caption-image,
	.swiper-slide .caption-image {
		max-width: 60px;
		max-height: 60px
	}
	#fullScreenImage .caption-title,
	.swiper-slide .caption-title {
		font-size: 45px!important
	}
	#fullScreenImage .caption-subtitle,
	.swiper-slide .caption-subtitle {
		font-size: 30px!important
	}
	#fullScreenImage .caption-subtitle2,
	.swiper-slide .caption-subtitle2 {
		font-size: 20px!important
	}
	#fullScreenImage .caption.style4 .caption-box,
	.swiper-slide .caption.style4 .caption-box {
		width: 260px;
		min-height: 260px;
		padding: 25px
	}
	.pricing-box {
		margin-bottom: 30px!important
	}
	.woocommerce-page .woocommerce-result-count,
	.woocommercepage .span9.has-wc-sidebar .woocommerce-ordering {
		width: 100%!important
	}
	.woocommerce #content div.product.pd_background div.summary,
	.woocommerce #content div.product.pd_classic div.summary,
	.woocommerce #content div.product.pd_ep_classic div.summary,
	.woocommerce div.product.pd_background div.summary,
	.woocommerce div.product.pd_classic div.summary,
	.woocommerce div.product.pd_ep_classic div.summary,
	.woocommerce-page #content div.product.pd_background div.summary,
	.woocommerce-page #content div.product.pd_classic div.summary,
	.woocommerce-page #content div.product.pd_ep_classic div.summary,
	.woocommerce-page div.product.pd_background div.summary,
	.woocommerce-page div.product.pd_classic div.summary,
	.woocommerce-page div.product.pd_ep_classic div.summary,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_background div.summary,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
	.woocommerce-page.vertical_menu_enabled div.product.pd_background div.summary,
	.woocommerce-page.vertical_menu_enabled div.product.pd_ep_classic div.summary,
	.woocommerce.vertical_menu_enabled #content div.product.pd_background div.summary,
	.woocommerce.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
	.woocommerce.vertical_menu_enabled div.product.pd_background div.summary,
	.woocommerce.vertical_menu_enabled div.product.pd_ep_classic div.summary {
		width: 100%!important;
		padding: 0 15px!important
	}
	.woocommerce #content div.product form.cart,
	.woocommerce #content div.product.product-type-grouped form.cart,
	.woocommerce div.product form.cart,
	.woocommerce div.product.product-type-grouped form.cart,
	.woocommerce-page #content div.product form.cart,
	.woocommerce-page #content div.product.product-type-grouped form.cart,
	.woocommerce-page div.product .cart,
	.woocommerce-page div.product.product-type-grouped .cart {
		width: calc(100% - 1px);
		max-width: calc(100% - 1px);
		margin: 0!important
	}
	.woocommerce div.product form.cart .single_variation_wrap,
	.woocommerce div.product form.cart .variations,
	.woocommerce div.product form.cart table.group_table,
	.woocommerce div.product.pd_top form.cart .single_variation_wrap,
	.woocommerce.compare-enable div.product form.cart .single_variation_wrap,
	.woocommerce.compare-enable div.product form.cart .variations,
	.woocommerce.compare-enable.wishlist-enable div.product.pd_top form.cart .single_variation_wrap {
		width: 100%;
		max-width: 100%
	}
	.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product.product-type-external form.cart .button.alt.single_add_to_cart_button,
	.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product.product-type-simple form.cart .button.alt.single_add_to_cart_button {
		width: calc(100% - 65px)
	}
	.woocommerce.compare-enable:not(.wishlist-enable) div.product.product-type-external form.cart .button.alt.single_add_to_cart_button,
	.woocommerce.compare-enable:not(.wishlist-enable) div.product.product-type-simple form.cart .button.alt.single_add_to_cart_button,
	.woocommerce.wishlist-enable:not(.compare-enable) div.product.product-type-external form.cart .button.alt.single_add_to_cart_button,
	.woocommerce.wishlist-enable:not(.compare-enable) div.product.product-type-simple form.cart .button.alt.single_add_to_cart_button {
		width: calc(100% - 104px)
	}
	.woocommerce.compare-enable.wishlist-enable div.product.product-type-external form.cart .button.alt.single_add_to_cart_button,
	.woocommerce.compare-enable.wishlist-enable div.product.product-type-simple form.cart .button.alt.single_add_to_cart_button {
		width: calc(100% - 143px)
	}
	.woocommerce div.product.product-type-external .summary.entry-summary .yith-wcwl-add-to-wishlist,
	.woocommerce div.product.product-type-simple .summary.entry-summary .yith-wcwl-add-to-wishlist,
	div.product.product-type-external .summary.entry-summary .button.compare,
	div.product.product-type-simple .summary.entry-summary .button.compare {
		margin-left: -41px!important
	}
	.woocommerce.compare-enable div.product.product-type-external .summary.entry-summary .yith-wcwl-add-to-wishlist,
	.woocommerce.compare-enable div.product.product-type-simple .summary.entry-summary .yith-wcwl-add-to-wishlist {
		margin-left: -80px!important
	}
	.woocommerce.wishlist-enable div.product.product-type-external .summary.entry-summary .button.compare,
	.woocommerce.wishlist-enable div.product.product-type-simple .summary.entry-summary .button.compare {
		margin-left: -1px!important
	}
	.woocommerce div.product.product-type-variable.pd_top .yith-wcwl-add-to-wishlist {
		margin-left: -1px
	}
	.woocommerce div.product.product-type-external.outofstock .summary.entry-summary .yith-wcwl-add-to-wishlist,
	.woocommerce div.product.product-type-simple.outofstock .summary.entry-summary .yith-wcwl-add-to-wishlist {
		margin-left: 0!important
	}
	.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product.product-type-external .button.alt.single_add_to_cart_button {
		width: 100%
	}
	.woocommerce.compare-enable:not(.wishlist-enable) div.product.product-type-external .button.alt.single_add_to_cart_button,
	.woocommerce.wishlist-enable:not(.compare-enable) div.product.product-type-external .button.alt.single_add_to_cart_button {
		width: calc(100% - 39px)
	}
	.woocommerce.compare-enable.wishlist-enable div.product.product-type-external .button.alt.single_add_to_cart_button {
		width: calc(100% - 79px)
	}
	.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button,
	.woocommerce:not(.compare-enable):not(.wishlist-enable) div.product.pd_top form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
		width: calc(100% - 65px)
	}
	.woocommerce.compare-enable:not(.wishlist-enable) div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button,
	.woocommerce.wishlist-enable:not(.compare-enable) div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
		width: calc(100% - 104px)
	}
	.woocommerce.compare-enable.wishlist-enable div.product form.cart .single_variation_wrap .button.alt.single_add_to_cart_button {
		width: calc(100% - 143px)
	}
	.woocommerce div.product form.cart .reset_variations {
		position: relative;
		right: auto;
		top: auto;
		float: right;
		width: auto
	}
	.woocommerce div.product form.cart .group_table .price p.stock {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		text-align: right;
		right: 11px;
		top: 21px!important;
		color: #999!important
	}
	#commentform[class*=span] {
		padding: 0
	}
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .shop_coulmn3 ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page .shop_coulmn3 ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%!important;
		float: none!important
	}
	.woocommerce-cart table.cart td,
	.woocommerce-cart table.cart th,
	.woocommerce-cart table.wishlist_table td,
	.woocommerce-cart table.wishlist_table th {
		font-size: 12px;
		padding: 0 10px!important
	}
	.product-price,
	.woocommerce table.wishlist_table .product-add-to-cart {
		display: none
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align: center!important
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce #content table.cart td.actions input,
	.woocommerce table.cart td.actions .button,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce table.cart td.actions input,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions input,
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions input {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
		float: none!important
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: none!important
	}
	.woocommerce table.cart td.actions .coupon .input-text {
		width: 70%!important;
		margin-bottom: 23px
	}
	.woocommerce table.shop_table tr.shipping th {
		width: 40%
	}
	.add_to_cart_btn_wrap .shop_wishlist_button+.ajax-loading {
		right: 43px;
		bottom: -25px;
		width: 50px;
		height: 50px
	}
	.summary.entry-summary .button.compare,
	.woocommerce .cart .button.alt.single_add_to_cart_button {
		margin-bottom: 0!important
	}
	.woocommerce-page.woocommerce-checkout .login_notice,
	.woocommerce-page.woocommerce-checkout .woocommerce-info,
	.woocommerce-page.woocommerce-checkout form.checkout_coupon {
		width: 100%
	}
	.woocommerce-page.woocommerce-checkout .woocommerce-info,
	.woocommerce-page.woocommerce-checkout .woocommerce-info a,
	.woocommerce-page.woocommerce-checkout .woocommerce-message a {
		text-align: center;
		float: none!important;
		margin: 0!important;
		display: block
	}
	.woocommerce-page.woocommerce-checkout .woocommerce-info:before {
		left: 20%
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 20px 0;
		margin-top: 0
	}
	.woocommerce-account .woocommerce-MyAccount-content fieldset {
		border: none;
		padding: 0
	}
	.woocommerce #customer_login,
	.woocommerce #customer_login.without_registration {
		padding: 0 30px
	}
	#ep-modal a[rel=prev],
	#ep-modal a[rel=next] {
		display: none
	}
	.wpb_column.vc_column_container.vc_col-sm-12 .animatedtext {
		width: 100%
	}
	.wpb_column.vc_column_container.vc_col-sm-12 .secondTitle {
		left: 0
	}
	#PDetail .social_share_toggle>i:first-child:before,
	#blogSingle .social_share_toggle>i:first-child:before {
		padding-left: 0
	}
	#blogSingle .nextNav span.postTitle,
	#blogSingle .prevNav span.postTitle {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 15px;
		line-height: 17px
	}
	#blogSingle .post-tags,
	.bd_socail_share {
		width: 100%;
		text-align: center
	}
	.bd_socail_share {
		margin-top: 20px;
		text-align: center
	}
	#blogSingle .social_share_toggle,
	.socialShareContainer {
		float: none
	}
	.bd_socail_share .social_share_toggle .social_links {
		width: 190px!important
	}
	#blogSingle .social-tag {
		margin-top: 50px
	}
	#blogSingle .social_links a {
		width: 30px
	}
	#blogSingle .post-tags {
		padding-bottom: 10px
	}
	.comments-list .comment-text {
		margin-left: 0
	}
	.comments-list .children {
		padding: 0 0 0 10px
	}
	#commentform .input-textarea {
		margin-bottom: 0
	}
	p.logged-in-as~div.button.button-large {
		margin: 40px 0!important
	}
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce.wc-categories ul.products.shop-2column li.product,
	.woocommerce.wc-categories ul.products.shop-3column li.product,
	.woocommerce.wc-categories ul.products.shop-4column li.product,
	.woocommerce.wc-categories ul.products.shop-5column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-2column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-3column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-4column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-5column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-2column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-3column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-4column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-5column li.product {
		width: 100%!important;
		margin: 0!important
	}
	.woocommerce ul.products.shop-3column li.product:not(.product-category) h3,
	.woocommerce ul.products.shop-4column li.product:not(.product-category) h3,
	.woocommerce ul.products.shop-5column li.product:not(.product-category) h3 {
		line-height: 18px!important;
		font-size: 12px!important
	}
	.woocommerce:not(.carousel) ul.products.shop-2column li.product .productwrap,
	.woocommerce:not(.carousel) ul.products.shop-3column li.product .productwrap,
	.woocommerce:not(.carousel) ul.products.shop-4column li.product .productwrap,
	.woocommerce:not(.carousel) ul.products.shop-5column li.product .productwrap,
	.woocommerce:not(.carousel):not(.no-gutter) ul.products.shop-2column li.product .productwrap,
	.woocommerce:not(.carousel):not(.no-gutter) ul.products.shop-3column li.product .productwrap,
	.woocommerce:not(.carousel):not(.no-gutter) ul.products.shop-4column li.product .productwrap,
	.woocommerce:not(.carousel):not(.no-gutter) ul.products.shop-5column li.product .productwrap {
		margin: 0 0 20px
	}
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		line-height: 17px;
		font-size: .88em
	}
	ul.products.centered .wrap_after_thumbnail {
		padding-top: 0
	}
	.instagram-feed ul.column-2 li,
	.instagram-feed ul.column-3 li,
	.instagram-feed ul.column-4 li,
	.instagram-feed ul.column-5 li,
	.instagram-feed ul.column-6 li {
		width: calc(50% - 5px)!important;
		margin: 0 10px 10px 0!important
	}
	.instagram-feed ul.column-2.no-gutter li,
	.instagram-feed ul.column-3.no-gutter li,
	.instagram-feed ul.column-4.no-gutter li,
	.instagram-feed ul.column-5.no-gutter li,
	.instagram-feed ul.column-6.no-gutter li {
		width: 50%!important;
		margin: 0!important
	}
	.instagram-feed ul.column-3:not(.carousel):not(.no-gutter) li:nth-child(3n),
	.instagram-feed ul.column-4:not(.carousel):not(.no-gutter) li:nth-child(4n),
	.instagram-feed ul.column-5:not(.carousel):not(.no-gutter) li:nth-child(5n),
	.instagram-feed ul.column-6:not(.carousel):not(.no-gutter) li:nth-child(6n) {
		margin: 0 10px 10px 0!important
	}
	.instagram-feed ul.column-2:not(.carousel):not(.no-gutter) li:nth-child(2n),
	.instagram-feed ul.column-3:not(.carousel):not(.no-gutter) li:nth-child(2n),
	.instagram-feed ul.column-4:not(.carousel):not(.no-gutter) li:nth-child(2n),
	.instagram-feed ul.column-5:not(.carousel):not(.no-gutter) li:nth-child(2n),
	.instagram-feed ul.column-6:not(.carousel):not(.no-gutter) li:nth-child(2n) {
		margin: 0 0 10px!important
	}
	.instagram-feed .info {
		position: relative;
		top: auto
	}
	.fontSize100.iconbackgroundstyle,
	.fontSize100.iconbackgroundstyle .title,
	.fontSize100.textbackgroundstyle,
	.fontSize100.textbackgroundstyle .title,
	.fontSize80.iconbackgroundstyle,
	.fontSize80.iconbackgroundstyle .title,
	.fontSize80.textbackgroundstyle,
	.fontSize80.textbackgroundstyle .title {
		font-size: 33px;
		line-height: 100px
	}
	.fontSize100 .iconbackground,
	.fontSize100 .textbackground,
	.fontSize40 .iconbackground,
	.fontSize40 .textbackground,
	.fontSize48 .iconbackground,
	.fontSize48 .textbackground,
	.fontSize60 .iconbackground,
	.fontSize60 .textbackground,
	.fontSize80 .iconbackground,
	.fontSize80 .textbackground {
		font-size: 100px;
		line-height: 100px
	}
	.shapebackgroundstyle.fontSize100 .title,
	.shapebackgroundstyle.fontSize80 .title {
		font-size: 60px;
		line-height: 60px
	}
	#ep-modal.quickview-modal .modal-content-wrapper {
		max-width: 90%!important
	}
	#ep-modal.quickview-modal #product-fullview-thumbs .swiper-slide {
		height: 100%!important
	}
	#ep-modal.quickview-modal #modal-content .product_title,
	#ep-modal.quickview-modal #modal-content .woocommerce-product-rating,
	#ep-modal.quickview-modal #modal-content div.product .cart,
	#ep-modal.quickview-modal #modal-content div.product p.stock.in-stock {
		margin-left: 20px!important
	}
	#ep-modal.quickview-modal #modal-content .priceminheight {
		padding-left: 20px!important
	}
	#ep-modal.quickview-modal #modal-content div.summary .woocommerce-product-details__short-description {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	#ep-modal.compare-modal .modal-content-wrapper {
		width: 98%;
		height: 100%
	}
	#ep-modal.compare-modal h1 {
		line-height: 30px;
		padding: 12px 20px
	}
	table.compare-list tr th:first-child {
		width: 120px!important;
		max-width: 120px!important;
		min-width: 120px!important
	}
	#product-fullview-thumbs .swiper-button-prev,
	#product-fullview-thumbs:hover .swiper-button-prev {
		left: 50%!important;
		margin-left: -38px
	}
	#product-fullview-thumbs .swiper-button-next,
	#product-fullview-thumbs:hover .swiper-button-next {
		right: 50%!important;
		margin-right: -38px
	}
	.product_meta>span {
		white-space: inherit
	}
	.showcase-items {
		width: 100%
	}
	.showcase .overlayMobile {
		display: block;
		opacity: .6
	}
	.showcase.light .overlayMobile {
		background-color: #fff
	}
	.showcase.dark .overlayMobile {
		background-color: #272727
	}
	.showcase.dark .item-content.text_bg,
	.showcase.light .item-content.text_bg {
		background-color: transparent
	}
}
@media (max-width: 768px) {
	.woocommerce table.shop_table thead {
		display: none
	}
	.woocommerce-cart-form__contents tr {
		min-height: 136px;
		padding-left: 75px;
		padding-bottom: 10px
	}
	.woocommerce-cart-form__contents td {
		display: flex!important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 5px;
		border-top: 0!important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		padding: 0 20px!important
	}
	.shop_table_responsive td {
		display: block;
		border-bottom: none;
		padding: 0 0 3px;
		text-align: right
	}
	.woocommerce-page table.shop_table_responsive tr td {
		background-color: rgba(255, 255, 255, 0)!important
	}
	.shop_table_responsive td:before,
	.woocommerce td.product-name dl.variation dt {
		content: attr(data-title)!important;
		color: #2d2a2a;
		font-size: 12px;
		font-family: Poppins, sans-serif;
		font-weight: 600!important;
		text-transform: uppercase;
		float: left;
		padding-top: 0;
		margin-bottom: 5px;
		flex: 1 1 auto;
		text-align: left
	}
	.woocommerce td.product-name dl.variation dd p,
	.woocommerce td.product-name dl.variation dt {
		line-height: 30px
	}
	.woocommerce td.product-name dl.variation {
		padding: 15px 20px 0;
		margin: 15px 0 0;
		width: 100%
	}
	.woocommerce td.product-name .variation,
	.woocommerce-cart-form__contents td:not(:last-child) {
		border-bottom: 1px solid rgba(129, 129, 129, .2)
	}
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-cart-form__contents td.product-thumbnail {
		position: absolute;
		display: block;
		left: 0;
		max-height: 115px;
		overflow: hidden;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0
	}
	.woocommerce-cart-form__contents td.product-thumbnail img {
		max-width: 100px
	}
	.woocommerce-cart-form__contents td.product-name,
	.woocommerce-cart-form__contents td.product-name a {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		display: inline-block!important;
		text-align: left!important;
		width: calc(100% - 15px);
		padding-left: 10px!important;
		padding-right: 15px!important;
		font-weight: 800
	}
	.woocommerce-cart-form__contents td.product-name:before {
		display: none
	}
	.woocommerce-cart-form__contents td.product-remove {
		position: absolute;
		right: 0;
		z-index: 1;
		border: none!important;
		margin-bottom: 0;
		margin-top: -7px!important
	}
	.woocommerce table.cart a.remove {
		padding: 5px 15px 0;
		border: none
	}
	.woocommerce table.shop_table tr td:nth-child(2),
	.woocommerce table.shop_table tr td:nth-child(3) {
		padding: 0 0 15px!important;
		margin-top: 30px!important
	}
	.woocommerce-page .cart .cart_item .quantity {
		margin-right: -15px
	}
	.woocommerce table.cart tbody tr:last-child,
	.woocommerce-page table.cart td.actions .coupon {
		padding-left: 0!important;
		width: 100%!important
	}
	.woocommerce .cart-collaterals .cart_totals tr.order-total td {
		border: none
	}
	.woocommerce ul#shipping_method li {
		direction: rtl;
		text-align: right;
		text-transform: lowercase;
		font-family: Lato, sans-serif
	}
	.cart-collaterals .cross-sells h2,
	.cart_totals h2 {
		padding: 15px 15px 0
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		padding: 0;
		margin: 0
	}
	.woocommerce table.shop_table tbody tr,
	.woocommerce-page table.shop_table tbody tr {
		border-top: 1px solid rgba(228, 228, 228, .5)
	}
	.woocommerce table.shop_table form.woocommerce-shipping-calculator,
	.woocommerce table.shop_table form.woocommerce-shipping-calculator a {
		text-align: right
	}
	.product.pd_top a.button_sg,
	.product.pd_top a[href="#ct_size_guide"] {
		margin-left: 37px!important
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.woocommerce .cart-collaterals,
	.woocommerce-cart-form,
	.woocommerce-page .cart-collaterals {
		width: 100%!important;
		margin-bottom: 20px!important
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.container,
	.fullWidth .container.title_container,
	.portfolio_wrap,
	ul.products.isotope {
		width: 724px
	}
	#fullScreenSlider .caption-container,
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		text-align: center
	}
	.visible-tablet {
		display: inherit!important
	}
	.hidden-tablet {
		display: none!important
	}
	.visible-v-tablet {
		display: inherit!important
	}
	.hidden-v-tablet {
		display: none!important
	}
	.hidden-desktop {
		display: inherit!important
	}
	.visible-desktop {
		display: none!important
	}
	.wrap {
		min-width: 724px
	}
	[class*=span] {
		margin-left: 0
	}
	.container.title_container {
		margin-left: -15px
	}
	#commentform .input-text {
		width: 31.6%
	}
	.textSliderHome .quoteBackground {
		font-size: 32px
	}
	#search-form input[type=text] {
		font-size: 65px;
		line-height: 65px;
		width: 60%
	}
	.vc_tta-tab a span,
	.vc_tta-tabs-position-left .vc_tta-title-text,
	.vc_tta-tabs-position-right .vc_tta-title-text {
		padding: 10px 20px!important
	}
	.counterBox .counterBoxNumber {
		font-size: 50px;
		line-height: 70px
	}
	.counterBox .counterBoxDetails {
		font-size: 14px;
		line-height: 18px
	}
	.textSliderHome .titlevintage1 {
		line-height: 35px;
		font-size: 58px!important
	}
	.masonry-blog.isotope.blogcolumn3 .isotope-item,
	.masonry-blog.isotope.blogcolumn4 .isotope-item {
		width: 50%!important
	}
	.postphoto .overlay .hover-title,
	.square .postphoto .overlay .hover-title {
		font-size: 35px;
		letter-spacing: -1px
	}
	.postphoto .overlay .icon-type {
		height: 35px;
		width: 40px;
		margin-left: -20px
	}
	.isotope:not(.creativeType) .postphoto .overlay .icon-type {
		left: 50%!important
	}
	.hslim .postphoto .overlay:hover .icon-type {
		bottom: 20%
	}
	.widget.widget_woocommerce-dropdown-cart .header_cart {
		margin-left: 5px;
		padding: 8px;
		height: 43px
	}
	.page-template-main-page .menuSpaceNoti {
		top: 0!important
	}
	.custom-textbox .textBox.fontSize20 .title,
	.textBox.fontSize20 .content .title {
		padding-top: 4px
	}
	.custom-textbox .textBox.fontSize24 .title,
	.textBox.fontSize24 .content .title {
		padding-top: 5px
	}
	.custom-textbox .textBox.fontSize32 .title,
	.textBox.fontSize32 .content .title {
		font-size: 27px;
		padding-top: 2px

	}
	.custom-textbox .textBox.fontSize40 .title,
	.textBox.fontSize40 .content .title {
		font-size: 32px;
		padding-top: 10px
	}
	.custom-textbox .textBox.fontSize48 .title,
	.textBox.fontSize48 .content .title {
		font-size: 35px;
		line-height: 36px;
		padding-top: 10px
	}
	.custom-textbox .textBox.fontSize60 .title,
	.textBox.fontSize60 .content .title {
		font-size: 38px;
		padding-top: 10px;
		line-height: 38px
	}
	.custom-textbox .textBox.fontSize80 .title,
	.textBox.fontSize80 .content .title {
		font-size: 42px;
		padding-top: 10px;
		line-height: 45px
	}
	.custom-textbox .textBox.fontSize100 .title,
	.textBox.fontSize100 .content .title {
		font-size: 55px;
		line-height: 65px
	}
	.custom-imageBox .custom-textbox .textBox,
	.custom-imageBox .custom-textbox.bg-animated .custom-textbox-bg {
		width: calc(100% - 5px)
	}
	.custom-imageBox .custom-textbox {
		margin-top: -50px
	}
	.custom-imageBox.Boxright .custom-textbox .textBox,
	.custom-imageBox.Boxright .custom-textbox.bg-animated .custom-textbox-bg {
		left: 5px
	}
	.custom-title .shape-container {
		-moz-transform: translate3d(0, 0, 0)!important;
		-ms-transform: translate3d(0, 0, 0)!important;
		-o-transform: translate3d(0, 0, 0)!important;
		-webkit-transform: translate3d(0, 0, 0)!important;
		transform: translate3d(0, 0, 0)!important
	}
	.showcase h3 {
		font-size: 30px;
		line-height: 30px
	}
	.showcase .showcase_subtitle {
		font-size: 16px;
		line-height: 35px
	}
	.showcase .item-list h6 {
		font-size: 16px;
		line-height: 20px
	}
	.showcase.left-align .span4,
	.showcase.right-align .span4 {
		width: 41.66666667%
	}
	.showcase.left-align .span5,
	.showcase.right-align .span5 {
		width: 50%
	}
	.showcase.left-align .container {
		padding: 0
	}
	ul.portfolio-filter {
		top: 35px;
		right: 0;
		margin-top: -15px
	}
	.portfolio_detail_creative .pd_creative_fixed_content {
		width: 230px
	}
	.portfolio_detail_creative .pd_creative_item {
		width: calc(100% - 265px)
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container {
		width: 100%;
		padding-top: 15px;
		min-height: 120px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container .title {
		margin-right: 30px;
		font-size: 33px;
		line-height: 33px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container .subtitle {
		font-size: 14px;
		line-height: 18px
	}
	.portfolio_detail_creative .social_share_container {
		width: 200px
	}
	.portfolio_detail_creative #pDSwiper .swiper-slide {
		height: 500px
	}
	.footer_content_left,
	.footer_content_right {
		width: 100%
	}
	.footer-bottom .social-icons {
		display: table;
		margin: 0 auto;
		width: auto;
		float: none
	}
	.team-member .member-info .member-name {
		font-size: 20px
	}
	#fullScreenImage .caption-title,
	.swiper-slide .caption-title {
		font-size: 40px
	}
	.caption-container {
		width: calc(100% - 320px);
		margin-left: 160px
	}
	.container.shop_coulmn3>.span3 {
		padding-right: 0
	}
	.container.shop_coulmn3>.span9 {
		padding-right: 30px
	}
	.woocommerce .shop_coulmn3 ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page .shop_coulmn3 ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48%!important
	}
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%!important
	}
	.woocommerce .sidebar .widget_shopping_cart_content a.wc-forward.button {
		width: 60%
	}
	.banner .subtitle {
		margin-bottom: 1px
	}
	.banner .title {
		padding: 0 15px 5px
	}
	.banner a {
		margin-top: 15px!important
	}
	.woocommerce ul.products.shop-3column li.product,
	.woocommerce ul.products.shop-4column li.product,
	.woocommerce ul.products.shop-5column li.product,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-3column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-4column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-5column li.product {
		width: 50%!important
	}
	.woocommerce.wc-categories ul.products.shop-2column li.product,
	.woocommerce.wc-categories ul.products.shop-3column li.product,
	.woocommerce.wc-categories ul.products.shop-4column li.product,
	.woocommerce.wc-categories ul.products.shop-5column li.product {
		margin: 0 0 20px!important
	}
	.woocommerce.wc-categories ul.products.shop-3column li.product,
	.woocommerce.wc-categories ul.products.shop-4column li.product,
	.woocommerce.wc-categories ul.products.shop-5column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-3column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-4column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-5column li.product {
		width: calc(50% - 10px)!important
	}
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product {
		margin: 0 20px 20px 0!important;
		width: calc(50% - 10px)!important
	}
	.woocommerce .related ul li.product:nth-child(2n),
	.woocommerce .related ul.products li.product:nth-child(2n),
	.woocommerce .upsells.products ul li.product:nth-child(2n),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page .related ul li.product:nth-child(2n),
	.woocommerce-page .related ul.products li.product:nth-child(2n),
	.woocommerce-page .upsells.products ul li.product:nth-child(2n),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n) {
		margin: 0 0 20px!important
	}
	.woocommerce #content div.product.pd_background div.summary,
	.woocommerce #content div.product.pd_classic div.summary,
	.woocommerce #content div.product.pd_ep_classic div.summary,
	.woocommerce div.product.pd_background div.summary,
	.woocommerce div.product.pd_classic div.summary,
	.woocommerce div.product.pd_ep_classic div.summary,
	.woocommerce-page #content div.product.pd_background div.summary,
	.woocommerce-page #content div.product.pd_classic div.summary,
	.woocommerce-page #content div.product.pd_ep_classic div.summary,
	.woocommerce-page div.product.pd_background div.summary,
	.woocommerce-page div.product.pd_classic div.summary,
	.woocommerce-page div.product.pd_ep_classic div.summary,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_background div.summary,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
	.woocommerce-page.vertical_menu_enabled div.product.pd_background div.summary,
	.woocommerce-page.vertical_menu_enabled div.product.pd_ep_classic div.summary,
	.woocommerce.vertical_menu_enabled #content div.product.pd_background div.summary,
	.woocommerce.vertical_menu_enabled #content div.product.pd_ep_classic div.summary,
	.woocommerce.vertical_menu_enabled div.product.pd_background div.summary,
	.woocommerce.vertical_menu_enabled div.product.pd_ep_classic div.summary {
		width: 100%!important;
		padding: 0 35px!important
	}
	.woocommerce div.product.pd_top form.cart .reset_variations {
		position: absolute
	}
	.woocommerce div.product form.cart .reset_variations {
		right: 0!important
	}
	.woocommerce-page.woocommerce-checkout .login_notice,
	.woocommerce-page.woocommerce-checkout .woocommerce-info,
	.woocommerce-page.woocommerce-checkout form.checkout_coupon {
		width: 60%
	}
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		margin-right: 15px
	}
	.instagram-feed ul.column-1 li,
	.instagram-feed ul.column-2 li,
	.instagram-feed ul.column-3 li,
	.instagram-feed ul.column-4 li,
	.instagram-feed ul.column-5 li,
	.instagram-feed ul.column-6 li {
		width: calc(33.33333333333333333333% - 3.33px)!important;
		margin: 0 5px 5px 0
	}
	.instagram-feed ul.column-3.no-gutter li,
	.instagram-feed ul.column-4.no-gutter li,
	.instagram-feed ul.column-5.no-gutter li,
	.instagram-feed ul.column-6.no-gutter li {
		width: 33.3333333%!important
	}
	.instagram-feed ul.column-3:not(.carousel):not(.no-gutter) li:nth-child(3n),
	.instagram-feed ul.column-4:not(.carousel):not(.no-gutter) li:nth-child(3n),
	.instagram-feed ul.column-4:not(.carousel):not(.no-gutter) li:nth-child(4n),
	.instagram-feed ul.column-5:not(.carousel):not(.no-gutter) li:nth-child(3n),
	.instagram-feed ul.column-5:not(.carousel):not(.no-gutter) li:nth-child(5n),
	.instagram-feed ul.column-6:not(.carousel):not(.no-gutter) li:nth-child(3n),
	.instagram-feed ul.column-6:not(.carousel):not(.no-gutter) li:nth-child(6n) {
		margin: 0 0 5px!important
	}
	.fontSize100.iconbackgroundstyle,
	.fontSize100.iconbackgroundstyle .title,
	.fontSize100.textbackgroundstyle,
	.fontSize100.textbackgroundstyle .title {
		font-size: 60px;
		line-height: 125px
	}
	.fontSize100.textbackgroundstyle .title {
		line-height: 200px
	}
	.fontSize100 .iconbackground {
		font-size: 125px;
		line-height: 125px
	}
	.fontSize100 .textbackground {
		font-size: 200px;
		line-height: 200px
	}
	.fontSize80.iconbackgroundstyle,
	.fontSize80.iconbackgroundstyle .title,
	.fontSize80.textbackgroundstyle,
	.fontSize80.textbackgroundstyle .title {
		font-size: 55px;
		line-height: 120px
	}
	.fontSize80.textbackgroundstyle .title {
		line-height: 150px
	}
	.fontSize40 .iconbackground,
	.fontSize40 .textbackground,
	.fontSize48 .iconbackground,
	.fontSize48 .textbackground,
	.fontSize60 .iconbackground,
	.fontSize60 .textbackground,
	.fontSize80 .iconbackground {
		font-size: 100px;
		line-height: 100px
	}
	.fontSize80 .textbackground {
		font-size: 150px;
		line-height: 150px
	}
	.blogHasSidebar .row>.span9,
	.blogHasSidebar .span3.main-sidebar-container,
	.pageHasSidebar .span3.page-sidebar-container,
	.pageHasSidebar>.row>.span9 {
		display: block;
		float: none!important;
		width: auto;
		margin-left: 0
	}
	.widget-area .widget h4 {
		max-width: 100%
	}
	.widget-area .widget>:not(h4) {
		max-width: 50%
	}
	.toggleSidebar .widget-area .widget>* {
		max-width: 100%
	}
	.footer-widgetized-wrap .vc_col-sm-2 {
		width: 33.33333333%
	}
	.footer-widgetized-wrap .vc_col-sm-3 {
		width: 50%
	}
	#footer-widget-6 .footer-widgetized-wrap .vc_col-sm-6,
	#footer-widget-7 .footer-widgetized-wrap .vc_col-sm-6 {
		width: 100%
	}
	#footer-widget-10 .footer-widgetized-wrap div:nth-child(4),
	#footer-widget-11 .footer-widgetized-wrap div:nth-child(4),
	#footer-widget-12 .footer-widgetized-wrap div:nth-child(4),
	#footer-widget-13 .footer-widgetized-wrap div:nth-child(4),
	#footer-widget-14 .footer-widgetized-wrap div:nth-child(3),
	#footer-widget-14 .footer-widgetized-wrap div:nth-child(5),
	#footer-widget-15 .footer-widgetized-wrap div:nth-child(3),
	#footer-widget-15 .footer-widgetized-wrap div:nth-child(5),
	#footer-widget-8 .footer-widgetized-wrap div:nth-child(3),
	#footer-widget-9 .footer-widgetized-wrap div:nth-child(3) {
		clear: both
	}
}
@media (min-width: 979px) and (max-width: 1140px) {
	.visible-tablet {
		display: inherit!important
	}
	.hidden-tablet {
		display: none!important
	}
	.visible-h-tablet {
		display: inherit!important
	}
	.hidden-h-tablet {
		display: none!important
	}
	.hidden-desktop {
		display: inherit!important
	}
	.visible-desktop {
		display: none!important
	}
	.topbarTitle {
		font-size: 12px
	}
	#topbar .topbarMessage {
		max-width: 80%
	}
	.page-template-main-page .menuSpaceNoti {
		top: 0!important
	}
	.carousel.testimonials-style2 .quote .name {
		animation: none!important
	}
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial .quote .head,
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial.swiper-slide-visible.swiper-slide-active .quote .head,
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial.swiper-slide-visible.swiper-slide-duplicate-next .quote .head,
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial.swiper-slide-visible.swiper-slide-duplicate-prev .quote .head,
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial.swiper-slide-visible.swiper-slide-next .quote .head,
	.carousel.testimonials-style2 .swiper-slide.carousel_item.testimonial.swiper-slide-visible.swiper-slide-prev .quote .head {
		margin: 23px 15%;
		position: relative;
		text-align: center
	}
	.vc_col-sm-10 .testimonials,
	.vc_col-sm-12 .testimonials {
		margin: 0 100px 50px;
		padding: 0!important
	}
	.vc_col-sm-10 .testimonial blockquote,
	.vc_col-sm-12 .testimonial blockquote {
		padding-bottom: 20px!important
	}
	.vc_col-sm-10 .testimonials blockquote,
	.vc_col-sm-12 .testimonials blockquote {
		float: left;
		padding: 25px 0 10px;
		margin: 0!important;
		width: 100%;
		top: 150px
	}
	.testimonial blockquote blockquote {
		padding-top: 5px
	}
	.vc_col-sm-10 .testimonials:before,
	.vc_col-sm-12 .testimonials:before {
		left: 0
	}
	.vc_col-sm-10 .testimonials:after,
	.vc_col-sm-12 .testimonials:after {
		width: calc(100% - 170px);
		left: 170px
	}
	.vc_col-sm-10 .testimonials .quote .head,
	.vc_col-sm-12 .testimonials .quote .head,
	.vertical_menu_enabled.left_menu_enabled .footer-bottom,
	.vertical_menu_enabled.right_menu_enabled .footer-bottom {
		width: 100%
	}
	.testimonials .quot-icon-container {
		left: calc(100% - 32px)!important
	}
	.testimonials .author {
		float: left;
		left: 40%!important
	}
	.testimonial .quote .name {
		-webkit-animation: fadeOutToRight 1.2s ease forwards!important;
		-moz-animation: fadeOutToRight 1.2s ease forwards!important;
		-ms-animation: fadeOutToRight 1.2s ease forwards!important;
		animation: fadeOutToRight 1.2s ease forwards!important
	}
	.testimonial.swiper-slide-active .quote .name {
		-webkit-animation: fadeInFromLeft 1.2s ease forwards!important;
		-moz-animation: fadeInFromLeft 1.2s ease forwards!important;
		-ms-animation: fadeInFromLeft 1.2s ease forwards!important;
		animation: fadeInFromLeft 1.2s ease forwards!important
	}
	.testimonials .quote .job,
	.testimonials .quote .name {
		text-align: left
	}
	.testimonials .quote .author-image {
		margin-right: 40px!important
	}
	.vc_col-sm-10 .testimonials .arrows-button-next,
	.vc_col-sm-10 .testimonials .arrows-button-prev,
	.vc_col-sm-12 .testimonials .arrows-button-next,
	.vc_col-sm-12 .testimonials .arrows-button-prev {
		top: 160px
	}
	.vc_col-sm-10 .testimonials .arrow-button-divider,
	.vc_col-sm-12 .testimonials .arrow-button-divider {
		top: 173px
	}
	.vc_col-sm-10 .testimonial blockquote,
	.vc_col-sm-12 .testimonial blockquote {
		float: left;
		padding: 0 0 20px
	}
	.postphoto .overlay .hover-title {
		font-size: 20px;
		line-height: 20px
	}
	.postphoto .overlay .hover-subtitle {
		font-size: 11px;
		line-height: 17px
	}
	.fontSize48.iconbackgroundstyle,
	.fontSize48.iconbackgroundstyle .title,
	.fontSize48.textbackgroundstyle,
	.fontSize48.textbackgroundstyle .title,
	.fontSize60.iconbackgroundstyle,
	.fontSize60.iconbackgroundstyle .title,
	.fontSize60.textbackgroundstyle,
	.fontSize60.textbackgroundstyle .title {
		line-height: 150px;
		font-size: 40px
	}
	.fontSize100.iconbackgroundstyle,
	.fontSize100.iconbackgroundstyle .title,
	.fontSize100.textbackgroundstyle,
	.fontSize100.textbackgroundstyle .title {
		font-size: 85px
	}
	.fontSize48 .iconbackground,
	.fontSize48 .textbackground,
	.fontSize60 .iconbackground,
	.fontSize60 .textbackground {
		font-size: 150px;
		line-height: 150px
	}
	.masonry-blog.blogcolumn3 .blog-masonry-container.ep_quote .blog-masonry-content,
	.masonry-blog.blogcolumn4 .blog-masonry-container.ep_quote .blog-masonry-content {
		margin: 90px 42px 40px
	}
	.masonry-blog.blogcolumn3 .blog-masonry-container.ep_quote .blog-masonry-content .blog-excerpt,
	.masonry-blog.blogcolumn4 .blog-masonry-container.ep_quote .blog-masonry-content .blog-excerpt {
		font-size: 16px;
		line-height: 24px
	}
	.masonry-blog.blogcolumn3 .blog-masonry-container.ep_quote .icon,
	.masonry-blog.blogcolumn4 .blog-masonry-container.ep_quote .icon {
		font-size: 23px
	}
	.woocommerce ul.products.shop-4column li.product,
	.woocommerce ul.products.shop-5column li.product,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		width: 33.33333333333333333333%!important
	}
	.woocommerce.wc-categories ul.products.shop-4column li.product,
	.woocommerce.wc-categories ul.products.shop-5column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-4column li.product,
	.woocommerce.wc-shortcode.carousel:not(.no-gutter) ul.products.shop-5column li.product {
		width: calc(33.33333333333333333333% - 13.5px)!important
	}
	.woocommerce.wc-categories.no-gutter ul.products.shop-4column li.product,
	.woocommerce.wc-categories.no-gutter ul.products.shop-5column li.product {
		width: 33.33333333333333333333%!important
	}
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product {
		margin: 0 20px 20px 0!important;
		width: calc(25% - 15px)!important
	}
	.woocommerce .related ul li.product:nth-child(4n),
	.woocommerce .related ul.products li.product:nth-child(4n),
	.woocommerce .upsells.products ul li.product:nth-child(4n),
	.woocommerce .upsells.products ul.products li.product:nth-child(4n),
	.woocommerce-page .related ul li.product:nth-child(4n),
	.woocommerce-page .related ul.products li.product:nth-child(4n),
	.woocommerce-page .upsells.products ul li.product:nth-child(4n),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(4n) {
		margin: 0 0 20px!important
	}
	.woocommerce #content div.product div.summary,
	.woocommerce #content div.product:not(.product-detail-top) div.images,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		width: 50%!important
	}
	.woocommerce div.product.pd_background span.onsale,
	.woocommerce div.product.pd_ep_classic span.onsale {
		right: 50%
	}
	.woocommerce div.product.pd_background .product-line {
		left: 50%
	}
	.woocommerce .shop-filter .widget {
		width: 50%;
		padding-left: 5%;
		padding-right: 5%
	}
	.woocommerce .shop-filter.open .sidebar.widget-area {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width: 768px) and (max-width: 1140px) {
	#preloader_box,
	.preloader-items-container {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none
	}
	#PDetail .nextNav:after,
	#PDetail .nextNav:before,
	#PDetail .prevNav:after,
	#PDetail .prevNav:before,
	#blogSingle .nextNav:after,
	#blogSingle .nextNav:before,
	#blogSingle .prevNav:after,
	#blogSingle .prevNav:before,
	#ep-modal a[rel=prev] img,
	#ep-modal a[rel=next] img {
		display: none
	}
	#ep-modal.quickview-modal .modal-content-wrapper {
		max-width: 550px!important
	}
	#ep-modal a[rel=next] span {
		left: 20px
	}
	#ep-modal a[rel=prev] span {
		left: 65px
	}
	#ep-modal.open.shown a[rel=prev] {
		left: -35px
	}
	#ep-modal.open.shown a[rel=next] {
		right: -35px
	}
	.woocommerce .shop-filter .special-filter.cat {
		cursor: pointer
	}
	#preloader_box {
		animation: none;
		width: 230px;
		height: 230px;
		left: calc(50% - 115px);
		top: calc(50% - 115px)
	}
	.preloader-items-container {
		animation: none;

		height: 233px;
		opacity: 1;
		margin-top: 0
	}
	.preloader-image {
		width: 150px;
		height: 150px;
		top: 137px;
		margin-top: -98px;
		right: 40px
	}
	svg.preloader:not(#preloader-simple) {
		width: 234px!important;
		height: 234px!important
	}
	#preloader_items {
		height: 206px
	}
	.preloader-text-container {
		height: 126px
	}
	.preloader-text {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
		opacity: 1;
		font-size: 21px;
		line-height: 23px;
		padding-top: 12px
	}
	.desktopBlog .blogAccordion .accordion_box10 .blogTitle {
		font-size: 34px
	}
	.wpb_column.vc_column_container.vc_col-sm-12 .animatedtext {
		width: 724px!important
	}
	.fullWidth .wpb_column.vc_column_container.vc_col-sm-12 .secondTitle,
	.wpb_column.vc_column_container.vc_col-sm-12 .secondTitle {
		left: calc((100% - 724px)/ 2)
	}
	.woocommerce ul.products.infoOnHover li.product .product-buttons {
		left: 15px
	}
	.woocommerce ul.products.infoOnHover li.product h3,
	.woocommerce ul.products.infoOnHover>ul.products li.product .star-rating {
		margin-left: 15px
	}
	.woocommerce ul.products.infoOnHover li.product h3 {
		padding: 20px 0 0!important;
		width: calc(100% - 120px)
	}
	.woocommerce ul.products.infoOnHover li.product .price:nth-of-type(2) {
		top: 15px;
		right: 0
	}
	.woocommerce ul.products.infoOnHover li.product .product-buttons,
	.woocommerce ul.products.infoOnHover li.product:hover .product-buttons {
		bottom: 10px!important
	}
	.woocommercepage .span9.has-wc-sidebar {
		width: 100%;
		margin-top: 25px;
		padding-right: 0;
		padding-left: 0
	}
	.woocommercepage .span9.has-wc-sidebar .woocommerce-result-count {
		margin-left: 20px
	}
	.left_menu_enabled #prev-product a[rel=next],
	.left_menu_enabled #prev-product a[rel=next]:hover {
		left: -65px
	}
	.right_menu_enabled #next-product a[rel=prev],
	.right_menu_enabled #next-product a[rel=prev]:hover {
		right: -65px
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0 15px
	}
	.ep-newsletter form.widget_wysija {
		margin: 0 15% 0 10%
	}
	.ep-newsletter .widget_wysija_cont .wysija-submit {
		min-width: 20%;
		padding: 0 10px
	}
}
@media (max-width: 979px) {
	.interactive-background-image img,
	.parallax .parallax-img {
		object-fit: cover;
		height: 100%;
		width: 100%
	}
	body.rtl .vc_row {
		flex-direction: column-reverse
	}
	.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner.col_custom_classes {
		
	}
	.interactive-background,
	.parallax {
		min-height: 300px;
		max-height: initial;
		height: 100%
	}
	.interactive-background .section-content-container {
		padding: 20px 0
	}
	.cblog .sticky .post-meta:before,
	.parallax .parallax-img {
		top: 0
	}
	.cblog .post-meta {
		width: 100%;
		margin-right: 0
	}
	.blogAccordion:not(.accordionClosed) {
		height: 350px
	}
	.pricing-box .pricing-box-inner {
		padding: 19px 19px 30px
	}
	.singlePost {
		padding-top: 0
	}
	.comments-list #respond {
		margin: 0 15px 40px;
		padding: 40px 20px;
		background: #f8f8f8
	}
	.team-member .member-info .member-name {
		font-size: 23px
	}
	.team-member .member-info cite {
		font-size: 15px
	}
	.team-member .icons {
		bottom: 25px;
		right: 5px
	}
	.team-member .icons li {
		float: none!important;
		margin-bottom: 5px;
		padding: 0;
		width: 40px;
		height: 40px
	}
	.team-member .icons li a {
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 40px
	}
	.team-member .icons li:hover a {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.vc_col-sm-10 .testimonials,
	.vc_col-sm-12 .testimonials {
		padding: 0
	}
	.vc_col-sm-10 .testimonials:before,
	.vc_col-sm-12 .testimonials:before {
		left: 0
	}
	.vc_col-sm-10 .testimonials:after,
	.vc_col-sm-12 .testimonials:after {
		width: calc(100% - 170px);
		left: 170px
	}
	.testimonials .quot-icon-container {
		left: calc(100% - 32px)!important
	}
	.vc_col-sm-10 .testimonials .quote .head,
	.vc_col-sm-12 .testimonials .quote .head {
		width: 100%
	}
	.testimonials .author {
		float: left;
		margin: 83px 15px!important;
		left: 0!important
	}
	.vc_col-sm-6 .testimonials .author {
		margin-top: 10px
	}
	.vc_col-sm-6 .testimonial blockquote {
		padding-top: 15px
	}
	.testimonial .quote .name {
		-webkit-animation: fadeOutToRight 1.2s ease forwards!important;
		-moz-animation: fadeOutToRight 1.2s ease forwards!important;
		-ms-animation: fadeOutToRight 1.2s ease forwards!important;
		animation: fadeOutToRight 1.2s ease forwards!important
	}
	.testimonial.swiper-slide-active .quote .name {
		-webkit-animation: fadeInFromLeft 1.2s ease forwards!important;
		-moz-animation: fadeInFromLeft 1.2s ease forwards!important;
		-ms-animation: fadeInFromLeft 1.2s ease forwards!important;
		animation: fadeInFromLeft 1.2s ease forwards!important
	}
	.testimonials .quote .job,
	.testimonials .quote .name {
		text-align: left
	}
	.testimonials .quote .author-image {
		margin-right: 40px!important
	}
	.testimonials .arrows-button-next,
	.testimonials .arrows-button-prev {
		top: 240px!important
	}
	.arrow-button-divider {
		top: 253px!important
	}
	.vc_col-sm-10 .testimonial blockquote,
	.vc_col-sm-12 .testimonial blockquote {
		float: left;
		padding: 10px 0
	}
	.iconbox.iconbox-left .content,
	.vc_col-sm-12 .iconbox.iconbox-left .content-wrap .content,
	.vc_col-sm-12 .iconbox.iconbox-left .content-wrap .title,
	.vc_col-sm-6 .iconbox.iconbox-left .content-wrap .content,
	.vc_col-sm-6 .iconbox.iconbox-left .content-wrap .title,
	.vc_col-sm-8 .iconbox.iconbox-left .content-wrap .content,
	.vc_col-sm-8 .iconbox.iconbox-left .content-wrap .title,
	.vc_col-sm-9 .iconbox.iconbox-left .content-wrap .content,
	.vc_col-sm-9 .iconbox.iconbox-left .content-wrap .title {
		padding-left: 0
	}
	.testimonials blockquote {
		float: left;
		margin: 0!important;
		width: 100%;
		top: 210px!important
	}
	.footer_content .social-icons li {
		display: inline-block;
		float: none
	}
	.socialLinkShortcode.textstyle {
		margin-right: 5px
	}
	.iconbox.iconbox-left .icon {
		padding-bottom: 20px;
		width: 100%;
		float: none
	}
	.vc_col-sm-12 .iconbox.iconbox-left .icon,
	.vc_col-sm-6 .iconbox.iconbox-left .icon,
	.vc_col-sm-8 .iconbox.iconbox-left .icon,
	.vc_col-sm-9 .iconbox.iconbox-left .icon {
		display: table
	}
	.footer-widgetized .iconbox.iconbox-left .icon {
		display: block!important;
		margin: 0!important
	}
	.footer-widgetized .iconbox.iconbox-left {
		text-align: left!important
	}
	.iconbox .glyph {
		font-size: 32px
	}
	.iconbox .content-wrap .title {
		font-size: 15px;
		line-height: 17px
	}
	.iconbox .content {
		font-size: 13px;
		line-height: 22px
	}
	.vc_span6 .iconbox.iconbox-left .icon {
		width: 100%
	}
	.vc_span6 .iconbox.iconbox-left .icon .glyph {
		font-size: 33px
	}
	.iconbox.iconbox-left .more-link {
		text-align: center
	}
	.iconbox.iconbox-left:after {
		content: '';
		display: table;
		clear: both
	}
	.iconbox.iconbox-left .content-wrap {
		float: none;
		width: 100%!important
	}
	.page-title,
	.page-title a,
	.post .post-title,
	.post .post-title a {
		font-size: 25px!important;
		line-height: 25px!important
	}
	#header h1,
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		line-height: 45px
	}
	#topbar~.toggleSidebar .cartSidebarHeader {
		margin-top: 0
	}
	#header h1 {
		font-size: 35px;
		padding: 0 5px
	}
	#header ul.cat-disply {
		margin: 17px auto 0
	}
	.woocommercepage .shop_top_padding.shop_fullwidth_widthoutSidebar {
		padding-left: 15px;
		padding-right: 15px
	}
	.woocommerce:not(.wc-shortcode):not(.no-gutter) .shop_top_padding.shop_fullwidth_widthoutSidebar .wc-ajax-content ul.products {
		width: calc(100% + 20px)!important;
		margin-left: -10px
	}
	.woocommercepage .shop_top_padding>.container {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.woocommerce ul.products.instantShop li.product .product-buttons>span.ep-qv {
		width: 40px
	}
	.woocommerce div.product div.images div.thumbnails {
		display: none
	}
	#product-fullview-thumbs {
		width: 100%!important;
		float: none
	}
	#product-fullview-thumbs .swiper-slide {
		cursor: pointer!important
	}
	.woocommerce div.product .product-detail-bg {
		margin-bottom: -1px;
		padding-top: 0
	}
	.woocommerce div.product .product-detail-bg>.container {
		margin: 0;
		padding: 0!important;
		width: 100%
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product.pd_classic div.images,
	.woocommerce #content div.product.pd_classic_sidebar #woocommerce-product-sidebar,
	.woocommerce #content div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.entry-summary,
	.woocommerce #content div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.images,
	.woocommerce #content div.product.pd_classic_sidebar div.images,
	.woocommerce #content div.product.pd_classic_sidebar div.summary,
	.woocommerce #content div.product.pd_ep_classic div.images,
	.woocommerce .product-detail-content-with-sidebar,
	.woocommerce div.product div.images,
	.woocommerce div.product.pd_classic div.images,
	.woocommerce div.product.pd_classic_sidebar #woocommerce-product-sidebar,
	.woocommerce div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.entry-summary,
	.woocommerce div.product.pd_classic_sidebar .product-detail-content-with-sidebar div.images,
	.woocommerce div.product.pd_classic_sidebar div.images,
	.woocommerce div.product.pd_classic_sidebar div.summary,
	.woocommerce div.product.pd_ep_classic div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product.pd_classic div.images,
	.woocommerce-page #content div.product.pd_ep_classic div.images,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product.pd_classic div.images,
	.woocommerce-page div.product.pd_ep_classic div.images,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_background div.images,
	.woocommerce-page.vertical_menu_enabled #content div.product.pd_ep_classic div.images,
	.woocommerce-page.vertical_menu_enabled div.product.pd_background div.images,
	.woocommerce-page.vertical_menu_enabled div.product.pd_ep_classic div.images,
	.woocommerce.vertical_menu_enabled #content div.product.pd_background div.images,
	.woocommerce.vertical_menu_enabled #content div.product.pd_ep_classic div.images,
	.woocommerce.vertical_menu_enabled div.product.pd_background div.images,
	.woocommerce.vertical_menu_enabled div.product.pd_ep_classic div.images {
		width: 100%!important
	}
	.woocommerce div.product.pd_classic_sidebar #woocommerce-product-sidebar {
		padding: 0 38px;
		clear: both
	}
	.woocommerce div.product div.images #product_gallery_popup {
		bottom: 35px!important;
		right: 20px!important;
		left: auto!important
	}
	.woocommerce div.product div.images .video_embed_container {
		bottom: 34px!important;
		left: 20px!important
	}
	.woocommerce .pd_top .woocommerce-breadcrumb {
		padding: 0 30px
	}
	#product-fullview-thumbs .swiper-button-prev,
	#product-fullview-thumbs:hover .swiper-button-prev {
		opacity: 1;
		top: 90%;
		left: 50%;
		margin-left: -40px
	}
	#product-fullview-thumbs .swiper-button-next,
	#product-fullview-thumbs:hover .swiper-button-next {
		opacity: 1;
		top: 90%;
		right: 50%;
		margin-right: -40px
	}
	.woocommerce #content div.product.pd_top div.summary,
	.woocommerce div.product.pd_top div.summary,
	.woocommerce-page #content div.product.pd_top div.summary,
	.woocommerce-page div.product.pd_top div.summary {
		margin: 40px 0 0;
		width: 100%!important;
		padding: 0 15px;
		text-align: left
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		position: initial
	}
	.woocommerce div.product.pd_classic_sidebar span.onsale {
		right: 0!important;
		left: auto;
		top: 2px
	}
	.woocommerce-page div.product.seperate_rows_wishlist_compare .summary.entry-summary .button.compare,
	.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistaddedbrowse.show,
	.woocommerce-page div.product.seperate_rows_wishlist_compare .yith-wcwl-wishlistexistsbrowse.show,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top form.cart,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped.pd_background .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-grouped.pd_top .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-simple .summary.entry-summary .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-simple.pd_top .yith-wcwl-add-to-wishlist,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.product.product-type-variable.pd_top .yith-wcwl-add-to-wishlist,
	.woocommerce.compare-enable div.product.pd_top form.cart {
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%
	}
	.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare:after,
	.woocommerce-page div.product.seperate_rows_wishlist_compare.pd_top .summary.entry-summary .button.compare:before {
		display: inline-block
	}
	div.product div.summary .attr-container.centered .swiper-wrapper {
		justify-content: initial;
		align-items: initial
	}
	.woocommerce div.product .stock.out-of-stock,
	.woocommerce.have_gallery div.product p.stock.out-of-stock {
		right: 0
	}
	.woocommerce div.product.sale.outofstock form.variations_form.cart .stock.out-of-stock {
		top: 6px!important
	}
	.product .socialShareContainer {
		margin-top: 25px;
		padding: 10px 0 17px
	}
	.product.pd_top .socialShareContainer:after,
	.woocommerce .pd_top .priceminheight:after {
		width: 100%;
		left: 0
	}
	.product.pd_top .socialShareContainer .social-icons {
		padding-bottom: 0
	}
	.product .socialShareContainer ul {
		text-align: center
	}
	.product .socialShareContainer .social-icons li {
		margin-left: 7px;
		float: none;
		display: inline-block
	}
	.product .socialShareContainer .social-icons li:first-child {
		margin-left: 0
	}
	.product .socialShareContainer .social-icons a,
	.product .socialShareContainer .social-icons a span {
		width: 30px
	}
	.woocommerce .product_attributes,
	.woocommerce .review-container,
	.woocommerce table.shop_attributes {
		width: 90%;
		margin: 0 5%
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-cart-form,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%!important
	}
	.woocommerce div.product.pd_top form.cart .reset_variations:after,
	.woocommerce div.product.pd_top form.cart .reset_variations:before {
		top: 19px
	}
	.woocommerce div.product .woocommerce-tabs {
		margin-top: 40px
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		background-color: #fbfbfc
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		vertical-align: middle;
		font-size: 12px;
		letter-spacing: 0
	}
	.woocommerce #content div.product .woocommerce-tabs .panel h2,
	.woocommerce div.product .woocommerce-tabs .panel h2,
	.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
	.woocommerce-page div.product .woocommerce-tabs .panel h2 {
		margin: 20px 0
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		padding-left: 15px!important
	}
	.woocommerce .related ul.products li.product .productwrap,
	.woocommerce .upsells ul.products li.product .productwrap {
		margin-bottom: 20px!important
	}
	.woocommerce .product_meta {
		margin: 0 0 20px!important
	}
	.woocommerce #content div.product .product_title,
	.woocommerce div.product .product_title,
	.woocommerce-page #content div.product .product_title,
	.woocommerce-page div.product .product_title {
		font-size: 22px!important;
		line-height: 26px
	}
	.woocommerce-cart-form {
		margin-bottom: 30px
	}
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		width: 100%!important;
		margin-top: 0
	}
	.woocommerce div.product.product-type-variable .yith-wcwl-add-to-wishlist {
		margin-left: 0
	}
	.woocommerce form.checkout table.shop_table,
	.woocommerce-page form .woocommerce-billing-fields p {
		width: 100%
	}
	.woocommerce-page form .woocommerce-billing-fields .form-row-last {
		float: none!important
	}
	.woocommerce form.checkout {
		float: right
	}
	.woocommerce form.checkout .woocommerce-checkout-review-order {
		padding: 15px
	}
	.woocommerce form.checkout td.product-name dl.variation {
		padding: 0!important;
		border: 0!important
	}
	.woocommerce form.checkout td.product-name dl.variation dd p,
	.woocommerce form.checkout td.product-name dl.variation dt {
		line-height: 20x;
		margin: 0
	}
	.woocommerce table.shop_table tfoot th {
		text-align: left
	}
	.woocommerce ul.products.instantShop .add_to_cart_btn_wrap .product-buttons {
		bottom: 0;
		opacity: 1
	}
	.vc_col-sm-10 div.woocommerce.single-product2 ul.products li.product .price,
	.vc_col-sm-6:not(.vc_col-lg-3) div.woocommerce.single-product2 ul.products li.product .price,
	.vc_col-sm-8 div.woocommerce.single-product2 ul.products li.product .price {
		font-size: 17px!important;
		line-height: 30px!important
	}
	div.woocommerce.single-product2>ul.products li.product {
		padding: 10%
	}
	div.woocommerce.single-product2 ul.products li.product .product-buttons>span,
	div.woocommerce.single-product2 ul.products li.product .product-buttons>span.product-button {
		position: relative;
		width: 40px!important;
		height: 40px!important;
		display: inline-block;
		left: auto!important;
		margin-left: -1px
	}
	div.woocommerce.single-product2 ul.products li.product .product-buttons>span:first-child {
		margin-left: 0
	}
	div.woocommerce.single-product2 ul.products li.product .product-buttons a.added_to_cart {
		width: 100%!important
	}
	div.woocommerce.single-product2 ul.products li.product a.added_to_cart:before {
		left: 14px
	}
	div.woocommerce.single-product2 ul.products li.product a.added_to_cart:after {
		left: 11px
	}
	div.woocommerce.single-product2 ul.products li.product .product-buttons a.add_to_cart_button .icon,
	div.woocommerce.single-product2 ul.products li.product .product-buttons a.product_type_grouped .icon,
	div.woocommerce.single-product2 ul.products li.product .product-buttons a.product_type_simple .icon,
	div.woocommerce.single-product2 ul.products li.product .product-buttons a.product_type_variable .icon {
		display: inline-block
	}
	div.woocommerce.single-product2 ul.products li.product .price {
		clear: both;
		float: initial;
		overflow: hidden
	}
	div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-prev {
		left: 10px;
		opacity: 1
	}
	div.woocommerce.single-product2 .product-fullview-thumbs .swiper-button-next {
		opacity: 1;
		right: 10px
	}
	.woocommerce .woocommerce-MyAccount-content table.shop_table tr td:nth-child(1),
	.woocommerce .woocommerce-MyAccount-content table.shop_table tr th:nth-child(1) {
		padding: 23px 20px!important
	}
	#ct_size_guide.ct_sg_tabbed {
		width: 100%
	}
	.portfolio_detail_creative .pd-arrows-button-next,
	.portfolio_detail_creative .pd-arrows-button-prev {
		width: 50px;
		background-color: rgba(255, 255, 255, .5);
		position: absolute;
		height: 38px;
		top: 50%;
		z-index: 1;
		cursor: pointer;
		margin-top: -19px;
		display: block
	}
	.portfolio_detail_creative .pd-arrows-button-prev {
		left: 0
	}
	.portfolio_detail_creative .pd-arrows-button-next {
		right: 0
	}
	.portfolio_detail_creative .pd-arrows-button-next:before,
	.portfolio_detail_creative .pd-arrows-button-prev:before {
		position: absolute;
		top: 50%;
		content: "";
		width: 34px;
		height: 1px;
		border-top: 1px solid #111;
		left: -10px;
		margin-left: 16px
	}
	.portfolio_detail_creative .pd-arrows-button-next:after,
	.portfolio_detail_creative .pd-arrows-button-prev:after {
		position: absolute;
		top: 50%;
		content: "";
		width: 0;
		height: 1px;
		left: 0;
		margin-left: 4px;
		margin-top: -3px;
		border-style: solid;
		border-width: 3px 3px 3px 4px
	}
	.portfolio_detail_creative .pd-arrows-button-prev:after {
		border-width: 3px 4px 3px 3px;
		border-color: transparent #000 transparent rgba(0, 0, 0, 0)
	}
	.portfolio_detail_creative .pd-arrows-button-next:before {
		left: -7px
	}
	.portfolio_detail_creative .pd-arrows-button-next:after {
		left: 35px;
		border-color: transparent rgba(0, 0, 0, 0) transparent #000
	}
	.portfolio_detail_creative .swiper-slide {
		background-color: #fff
	}
	.portfolio_detail_creative {
		margin-top: 0!important;
		overflow: visible;
		height: auto
	}
	.portfolio_detail_creative #PDetail {
		display: table
	}
	.portfolio_detail_creative .pd_creative_fixed_content {
		margin-top: 0;
		position: relative;
		height: auto;
		width: 100%;
		padding: 0 20px 100px;
		box-sizing: border-box;
		display: table-footer-group
	}
	.portfolio_detail_creative .pd_creative_item {
		display: table-header-group;
		width: 100%!important;
		margin-left: 0!important;
		left: 0!important;
		float: none;
		position: relative;
		height: auto
	}
	.portfolio_detail_creative #PDetail .pDHeader {
		margin-bottom: 35px
	}
	.portfolio_detail_creative #pDSwiper .swiper-wrapper {
		height: auto!important
	}
	.portfolio_detail_creative #pDSwiper .swiper-wrapper img {
		width: 100%!important;
		height: auto
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container {
		top: 0;
		width: 100%;
		min-height: 110px;
		padding: 0 0 10px;
		box-sizing: border-box;
		margin-top: -25px
	}
	.portfolio_detail_creative .social_share_container {
		width: calc(100% - 10px);
		margin-top: 0;
		margin-bottom: 15px;
		margin-right: 0
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container .title {
		font-size: 25px;
		line-height: 25px;
		margin-right: 10px;
		margin-top: 20px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container .subtitle {
		font-size: 14px;
		line-height: 16px
	}
	.portfolio_detail_creative .project-subtitle {
		padding-right: 8px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .desc.pd-no-social {
		margin-top: 35px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .desc {
		margin: 15px 14px
	}
	.portfolio_detail_creative .mCSB_inside>.mCSB_container {
		margin-right: 0
	}
	.portfolio_detail_creative .pd_creative_fixed_content .desc .mCS_no_scrollbar_y {
		padding-right: 5px
	}
	.portfolio_detail_creative #PDetail .pDHeader.pDHeader-video {
		height: auto!important;
		margin-bottom: 65px
	}
	.portfolio_detail_creative #PDetail .post-media {
		margin: 0
	}
	.portfolio_detail_creative #PDetail .pDHeader.pDHeader-audio {
		margin-bottom: 40px
	}
	.portfolio_detail_creative .pd_creative_item .video-frame {
		margin: 0!important
	}
	.portfolio_detail_creative #pDSwiper .swiper-slide {
		width: 100%!important;
		background-position: 50%!important;
		-webkit-background-size: cover!important;
		-moz-background-size: cover!important;
		-o-background-size: cover!important;
		background-size: cover!important
	}
	#portfoliSingle.portfolio_detail_creative .like,
	.portfolio_detail_creative #PDnavigation,
	.portfolio_detail_creative .home {
		bottom: 40px
	}
	.single.single-portfolio.is_portfolio_detail_creative #epHeader,
	.single.single-portfolio.is_portfolio_detail_creative #topbar,
	.single.single-portfolio.is_portfolio_detail_creative aside.vertical_menu_area {
		opacity: 1;
		visibility: visible;
		display: block
	}
	#portfoliSingle.portfolio_detail_creative .container {
		width: auto
	}
	.is_portfolio_detail_creative .footer-bottom {
		display: block!important
	}
	body.is_portfolio_detail_creative.disableScroll {
		overflow-y: visible
	}
	.portfolio_height {
		min-height: 0
	}
	#portfolioDetailAjax .singlePost {
		min-height: inherit
	}
	.pDWrap .navWrap {
		top: 35px!important;
		margin-top: 55px!important;
		padding-top: 0
	}
	.portfolioSection #ajaxPDetail {
		padding: 60px 0!important
	}
	#ajaxPDetail .pDHeader {
		margin: -40px auto 0;
		display: block;
		width: 100%
	}
	#ajaxPDetail .post-media {
		text-align: center
	}
	#ajaxPDetail .postMedia .slider-nav-controls-container .flex-direction-nav {
		display: none
	}
	.footer-bottom .footer_content_right,
	.vertical_menu_enabled .footer_content_right,
	footer .copyright_logo {
		display: block
	}
	#ajaxPDetail .postMedia .slider-nav-controls-container {
		left: 5px;
		bottom: 5px
	}
	.wrap.portfoliowrap {
		width: 100%;
		box-sizing: border-box;
		min-width: 100%
	}
	#portfoliSingle.portfolio_detail_default {
		min-width: 100%
	}
	.portfolio_detail_default .pDHeader-title {
		min-width: 245px;
		margin-left: 7px;
		margin-top: -70px;
		margin-bottom: 0;
		max-width: 97%
	}
	.portfolio_detail_default .pDHeader-title .textBox {
		padding: 12px 12px 12px 10px;
		margin-bottom: 0
	}
	.portfolio_detail_default .pDHeader-title .textBox .title {
		font-size: 25px;
		line-height: 27px;
		padding: 11px 20px
	}
	.portfolio_detail_default .pDHeader-title .textBox .subtitle {
		font-size: 15px;
		line-height: 19px
	}
	#portfolioDetailAjax .postMedia {
		padding: 0;
		margin-left: 0
	}
	.vertical_menu_enabled.left_menu_enabled .footer-bottom,
	.vertical_menu_enabled.right_menu_enabled .footer-bottom {
		width: 100%
	}
	.custom-title {
		margin-bottom: 100px!important
	}
	.fontSize32.iconbackgroundstyle,
	.fontSize32.iconbackgroundstyle .title,
	.fontSize32.textbackgroundstyle,
	.fontSize32.textbackgroundstyle .title,
	.fontSize40.iconbackgroundstyle,
	.fontSize40.iconbackgroundstyle .title,
	.fontSize40.textbackgroundstyle,
	.fontSize40.textbackgroundstyle .title,
	.fontSize48.iconbackgroundstyle,
	.fontSize48.iconbackgroundstyle .title,
	.fontSize48.textbackgroundstyle,
	.fontSize48.textbackgroundstyle .title,
	.fontSize60.iconbackgroundstyle,
	.fontSize60.iconbackgroundstyle .title,
	.fontSize60.textbackgroundstyle,
	.fontSize60.textbackgroundstyle .title {
		font-size: 33px;
		line-height: 70px!important
	}
	.fontSize32 .iconbackground,
	.fontSize32 .textbackground {
		font-size: 100px;
		line-height: 100px
	}
	.footer_content {
		padding: 18px 0 20px
	}
	.footer_content_left,
	.footer_content_right {
		width: 100%;
		margin: 0 auto
	}
	.footer-bottom .social-icons {
		padding: 15px 0!important
	}
	.footer-bottom .social-icons li a span {
		font-weight: 400
	}
	.footer-bottom .social-icons li:last-child {
		padding: 0
	}
	footer .simple-menu {
		display: block;
		float: none;
		text-align: center;
		margin-top: 0;
		padding: 0
	}
	footer .copyright_logo+.simple-menu li:first-child {
		border: none!important;
		margin: 0
	}
	footer .simple-menu li {
		padding: 0 10px;
		text-transform: uppercase
	}
	.footer_content_left .copyright_logo {
		height: 30px;
		width: 100%
	}
	.footer-bottom .copyright {
		line-height: 18px;
		padding-left: 0;
		text-align: center
	}
	.vc_tta-tabs-position-top.vc_tta-style-dark ul.vc_tta-tabs-list,
	.vc_tta-tabs-position-top.vc_tta-style-light ul.vc_tta-tabs-list {
		border-bottom: none!important
	}
	.vc_tta-tabs-position-left .vc_tta-tabs-container,
	.vc_tta-tabs-position-right .vc_tta-tabs-container {
		border-bottom: 1px solid #e0e0e0
	}
	.vc_tta-tabs-position-left .vc_tta-panels-container,
	.vc_tta-tabs-position-left .vc_tta-tabs-container,
	.vc_tta-tabs-position-right .vc_tta-panels-container,
	.vc_tta-tabs-position-right .vc_tta-tabs-container {
		width: 100%;
		margin: 0
	}
	.vc_tta-tabs-position-left li.vc_tta-tab,
	.vc_tta-tabs-position-right li.vc_tta-tab {
		display: inline-block;
		float: left
	}
	#comment-text .button.button-large:hover input[type=submit] {
		-moz-transform: translateY(-52px);
		-ms-transform: translateY(-52px);
		-o-transform: translateY(-52px);
		-webkit-transform: translateY(-52px);
		transform: translateY(-52px)
	}
	.woocommerce .shop-filter .widget {
		padding-right: 0;
		width: 100%
	}
	.woocommerce .shop-filter.open .sidebar {
		padding: 15px 30px 0
	}
	.widget_product_categories .cats-toggle {
		color: #666;
		top: 6px
	}
	.page-title {
		margin-top: 0
	}
	.not_found_page .search-form form {
		min-width: 277px
	}
	#dokan-primary,
	#dokan-secondary,
	.dokan-store #ep-sidebar {
		width: 100%
	}
	#dokan-secondary .widget-area .widget>* {
		max-width: 100%
	}
}
@media (max-width: 1140px) {
	.banner,
	.custom-iconbox,
	.member-info,
	.team-member .overlay {
		cursor: pointer
	}
	#home {
		position: relative
	}
	.interactive-background-image img {
		object-fit: cover;
		height: 100%;
		width: 100%
	}
	#epHeader {
		height: 70px!important;
		background-color: #fff;
		z-index: 99999!important;
		border-bottom: 1px solid #eee!important;
		opacity: 1!important;
		visibility: visible!important
	}
	#epHeader .container {
		height: 70px!important
	}
	#epHeader.epico-menu #headerFirstState {
		top: 0!important;
		-webkit-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		-moz-transform: translateY(0)!important;
		-o-transform: translateY(0)!important;
		transform: translateY(0)!important
	}
	#epHeader.type1.epico-menu.state2 #headerFirstState,
	#epHeader.type2_3.epico-menu.state2 #headerFirstState,
	#epHeader.type4_5_6.epico-menu.state2 #headerFirstState,
	#epHeader.type9.epico-menu.state2 #headerFirstState {
		opacity: 1!important;
		visibility: visible
	}
	#epHeader.epico-menu #headerFirstState .container {
		height: 70px!important
	}
	#epHeader.epico-menu #headerSecondState,
	.page-template-main-page #epHeader.epico-menu #headerSecondState,
	body:not(.page-template-main-page) #epHeader.epico-menu #headerSecondState {
		display: none!important
	}
	#epHeader .logo img.responsivelogo+img,
	.responsive-wishlist .widget.widget_woocommerce-wishlist a:after,
	.widget.widget_woocommerce-dropdown-cart .icon.icon-cart:before {
		display: none
	}
	#epHeader.type1 #headerFirstState,
	#epHeader.type2_3 #headerFirstState,
	#epHeader.type4_5_6 #headerFirstState,
	#epHeader.type9 #headerFirstState,
	.vertical_menu_enabled #epHeader #headerFirstState {
		border: none!important;
		height: 70px!important;
		top: 0!important
	}
	#epHeader .logo {
		border-bottom: none;
		padding-top: 0px;
		margin-top:-5px;
		padding-bottom: 2px;
		text-align: left;
		width: auto;
		float: left
	}
	#epHeader .logo img,
	header.type2_3 .logo img {
		max-height: 50px!important
	}
	header.type2_3 .logo a {
		min-height: 58px
	}
	#epHeader.type1 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.type2_3 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.type4_5_6 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.type9 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	header .cartSidebarbtn.responsive-cart,
	header.type1 .widget.widget_woocommerce-dropdown-cart.responsive-cart {
		border: none!important;
		background-color: transparent!important;
		margin: 0;
		width: 65px!important;
		height: 70px!important;
		padding-top: 10px!important;
		box-sizing: border-box;
		border-left: 1px solid #eee!important;
		right: 70px!important;
		top: 0!important;
		position: fixed!important
	}
	#epHeader.hastogglesidebar.type1 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.hastogglesidebar.type2_3 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.hastogglesidebar.type4_5_6 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	#epHeader.hastogglesidebar.type9 #headerFirstState .widget.widget_woocommerce-dropdown-cart.responsive-cart,
	header.hastogglesidebar .cartSidebarbtn.responsive-cart,
	header.type1.hastogglesidebar .widget.widget_woocommerce-dropdown-cart.responsive-cart {
		right: 111px!important
	}
	header.no-menu .cartSidebarbtn.responsive-cart,
	header.no-menu .responsive-wishlist {
		margin-right: -66px!important
	}
	header#epHeader.hastogglesidebar #headerFirstState .sidebartogglebtn {
		width: 45px;
		background-color: #f4f4f4;
		height: 70px;
		border: none;
		border-left: 1px solid #eee;
		position: fixed;
		margin: 0;
		right: 0
	}
	header .sidebartogglebtn .sidebartogglebtnlines {
		margin: 29px 21px!important
	}
	header .sidebartogglebtn .sidebartogglebtnlines li hr {
		width: 3px!important;
		height: 3px!important;
		background: #222
	}
	.hastogglesidebar #mobile-menu-button {
		right: 5px
	}
	header .widget.widget_woocommerce-dropdown-cart .cartContentsCount {
		top: 0
	}
	header .cartSidebarbtn .icon {
		color: #222!important
	}
	.hasAnimation.no-responsive-animation .carousel_item,
	.instagram-feed.no-responsive-animation ul li,
	.instagram-feed.no-responsive-animation ul.carousel li.insta-media,
	.isotope.no-responsive-animation .blog_item,
	.isotope.no-responsive-animation .postphoto,
	.shortcodeAnimation.no-responsive-animation,
	.woocommerce.wc-shortcode.no-responsive-animation .productwrap {
		opacity: 1;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		-o-transform: scale(1) translate3d(0, 0, 0);
		-moz-transform: scale(1) translate3d(0, 0, 0);
		-ms-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0)
	}
	.isotope.no-responsive-animation .portfolio_text_meta {
		opacity: 1
	}
	.widget.widget_woocommerce-dropdown-cart .icon.icon-cart:after,
	.widget.widget_woocommerce-dropdown-cart:hover .icon.icon-cart:after {
		-webkit-transform: translateY(0)!important;
		-moz-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		transform: translateY(0)!important;
		top: -3px
	}
	.responsive-wishlist .widget.widget_woocommerce-wishlist a:before,
	.responsive-wishlist .widget.widget_woocommerce-wishlist a:hover:before {
		top: 11px;
		opacity: 1;
		left: 10px;
		color: #fff
	}
	#epHeader .search-button {
		width: 40px!important
	}
	.submenu-open>a {
		opacity: .7
	}
	.vertical_menu_enabled .fullScreenImage .caption {
		width: 100%
	}
	body.no-preloader.fade-down .main-content,
	body.no-preloader.fade-down-medium .main-content,
	body.no-preloader.fade-left .main-content,
	body.no-preloader.fade-left-medium .main-content,
	body.no-preloader.fade-right .main-content,
	body.no-preloader.fade-right-medium .main-content,
	body.no-preloader.fade-up .main-content,
	body.no-preloader.fade-up-medium .main-content,
	body.no-preloader.scaleup .main-content {
		opacity: 0;
		-webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
		-moz-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
		-ms-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
		transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-ms-animation: none!important;
		animation: none!important
	}
	body.no-preloader.fade-down-medium.no-page-transition .main-content,
	body.no-preloader.fade-down.no-page-transition .main-content,
	body.no-preloader.fade-left-medium.no-page-transition .main-content,
	body.no-preloader.fade-left.no-page-transition .main-content,
	body.no-preloader.fade-right-medium.no-page-transition .main-content,
	body.no-preloader.fade-right.no-page-transition .main-content,
	body.no-preloader.fade-up-medium.no-page-transition .main-content,
	body.no-preloader.fade-up.no-page-transition .main-content,
	body.no-preloader.scaleup.no-page-transition .main-content {
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-ms-animation: none!important;
		animation: none!important
	}
	body.no-preloader.fade-down .main-content.show,
	body.no-preloader.fade-down-medium .main-content.show,
	body.no-preloader.fade-left .main-content.show,
	body.no-preloader.fade-left-medium .main-content.show,
	body.no-preloader.fade-right .main-content.show,
	body.no-preloader.fade-right-medium .main-content.show,
	body.no-preloader.fade-up .main-content.show,
	body.no-preloader.fade-up-medium .main-content.show,
	body.no-preloader.scaleup .main-content.show {
		opacity: 1;
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-ms-animation: none!important;
		animation: none!important
	}
	.wpb_column:after {
		content: "";
		display: table;
		clear: both
	}
	body.snap-to-scroll {
		overflow: auto
	}
	body.snap-to-scroll #main,
	body.snap-to-scroll .pageTopSpace {
		padding-top: inherit!important
	}
	body.snap-to-scroll #pageHeight {
		height: auto;
		min-height: auto
	}
	body.snap-to-scroll .ep-section {
		height: auto;
		min-height: auto;
		top: inherit;
		left: inherit;
		background-color: inherit!important
	}
	body.snap-to-scroll .footer-bottom {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	body.snap-to-scroll .ep-section,
	body.snap-to-scroll .footer-bottom {
		position: relative;
		opacity: 1
	}
	body.snap-to-scroll .section-container,
	body.snap-to-scroll .section-container .section-content-container {
		position: relative;
		top: inherit;
		left: inherit;
		width: auto;
		height: auto;
		visibility: visible;
		overflow: inherit;
		opacity: 1
	}
	body.snap-to-scroll .interactive-background-image img {
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none
	}
	body.snap-to-scroll .vc_row.vc_row-o-full-height>.vc_column_container {
		min-height: 0!important
	}
	.ep_button span.icon,
	.ep_button.button-large span.icon {
		font-size: 16px
	}
	.ep_button {
		padding: 0 18px;
		font-size: 12px
	}
	.button-large {
		font-size: 14px
	}
	.single-post-header,
	.single-post-metas {
		width: 100%;
		margin: 0
	}
	.woocommerce-page .related:before {
		top: -10px;
		width: 100%;
		left: 0
	}
	.single-product .woocommerce-error,
	.single-product .woocommerce-message {
		margin: 0!important
	}
	.woocommerce.fixed-add-to-cart-enable .scrollToTop {
		display: inline-block!important
	}
	.left_menu_enabled #preloader.simple svg.preloader,
	.right_menu_enabled #preloader.simple svg.preloader {
		right: 50%!important
	}
	.left_menu_enabled #preloader.simple:not(.firstload) svg.preloader,
	.right_menu_enabled #preloader.simple:not(.firstload) svg.preloader {
		right: 50%
	}
	.left_menu_enabled #preloader.sniper:not(.firstload) .sniperloader {
		left: calc(50% - 55px)
	}
	.left_menu_enabled #preloader.circular:not(.firstload) .preloader_circular {
		left: 50%
	}
	.right_menu_enabled #preloader.sniper:not(.firstload) .sniperloader {
		left: calc(50% - 55px)
	}
	.right_menu_enabled #preloader.circular:not(.firstload) .preloader_circular {
		left: 50%
	}
	.banner.fontSize100 .title,
	.textBox.fontSize100 .title {
		font-size: 55px;
		line-height: 60px
	}
	.banner.fontSize80 .title,
	.textBox.fontSize80 .title {
		font-size: 50px;
		line-height: 55px
	}
	.banner.fontSize60 .title,
	.textBox.fontSize60 .title {
		font-size: 45px;
		line-height: 50px
	}
	.banner.fontSize48 .title,
	.textBox.fontSize48 .title {
		font-size: 40px;
		line-height: 45px
	}
	.banner.fontSize40 .title,
	.textBox.fontSize40 .title {
		font-size: 35px;
		line-height: 40px
	}
	.showcase .showcase_subtitle,
	.showcase h3 {
		line-height: 33px
	}
	header .navigation>ul>li {
		font-size: 13px
	}
	header .navigation li a {

		margin: 0 5px
	}
	#home .homeWrap .fullScreenImage {
		position: static
	}
	#main {
		margin-bottom: 0!important
	}
	.vertical_menu_enabled.left_menu_enabled .footer-bottom,
	.vertical_menu_enabled.left_menu_enabled .main-content,
	.vertical_menu_enabled.right_menu_enabled .footer-bottom,
	.vertical_menu_enabled.right_menu_enabled .main-content {
		padding-left: 0;
		padding-right: 0
	}
	body.left_menu_enabled .homeWrap {
		width: 100%;
		margin-left: 0
	}
	body.right_menu_enabled .homeWrap {
		width: 100%;
		margin-right: 0
	}
	body:not(.right_menu_enabled) aside.vertical_menu_area.left_menu+#search-form #search-caption,
	body:not(.right_menu_enabled) aside.vertical_menu_area.left_menu+#search-form input[type=text] {
		left: 0!important
	}
	.pieChartBox {
		margin: 5px 0
	}
	.parallax {
		background-position: center;
		background-attachment: scroll!important;
		max-height: initial
	}
	.vc_col-sm-12 .image_carousel .next,
	.vc_col-sm-12 .image_carousel .prev {
		display: none!important
	}
	.carousel .swiper-slide .image-container:before,
	.progress_bar .progressbar_holder:after {
		display: none
	}
	.progress_percent_value {
		top: 4px
	}
	.progressbar-container {
		position: relative;
		min-height: 34px
	}
	.progress_bar .progressbar_percent_line:before {
		content: "";
		position: absolute;
		top: 3px;
		width: 100%;
		height: 1px;
		background-color: #bbb;
		margin-bottom: 3px
	}
	.showcase {
		height: auto;
		min-height: auto
	}
	.showcase .showcase-bg {
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		-o-transform-origin: top center;
		transform-origin: top center;
		-webkit-background-size: cover!important;
		-moz-background-size: cover!important;
		-o-background-size: cover!important;
		background-size: cover!important
	}
	.showcase.kunburn .showcase-bg.bg-animated {
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-ms-animation-name: none;
		animation-name: none
	}
	.showcase h3 {
		font-size: 30px;
		padding: 5px 25px
	}
	.showcase-content-wrapper,
	.showcase-content-wrapper .span12 {
		padding: 0!important
	}
	.showcase-title {
		margin-top: 40px
	}
	.showcase-bg {
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-ms-animation-name: none;
		animation-name: none
	}
	.showcase-items-container {
		position: relative
	}
	.showcase .container {
		box-sizing: border-box
	}
	.showcase .item-list {
		min-height: 30px;
		margin: 0 20px
	}
	.showcase .item-list:after {
		content: " ";
		display: block;
		height: 0;
		clear: both
	}
	.item-content:before,
	.showcase .item-list h6:after,
	.showcase .item-list h6:before {
		display: none
	}
	.showcase.dark .item-list h6.text_bg {
		background-color: rgba(0, 0, 0, .4)
	}
	.showcase.light .item-list h6.text_bg {
		background-color: rgba(255, 255, 255, .4)
	}
	.showcase .item-list h6 {
		opacity: 1;
		margin: 50px 0 0;
		padding: 20px 10px 10px;
		width: 100%;
		box-sizing: border-box
	}
	.showcase-items {
		margin: 0
	}
	.showcase-item .item-content {
		opacity: 1;
		width: calc(100% - 20px);
		margin-left: 15px;
		box-sizing: border-box;
		-webkit-transform: translateX(0)!important;
		-moz-transform: translateX(0)!important;
		-ms-transform: translateX(0)!important;
		transform: translateX(0)!important
	}
	.showcase .showcase-item .item-content,
	.showcase .showcase-item .item-pics {
		border: none!important
	}
	.showcase-item .item-pics {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
		margin-top: 30px;
		padding-top: 25px;
		width: calc(100% - 20px);
		margin-left: 15px
	}
	.showcase-item .item-pics.had_text_bg:after {
		display: block
	}
	.showcase-item .item-pics:after {
		content: "";
		width: calc(100% - 130px);
		height: 1px;
		border-top: 1px dashed rgba(186, 186, 186, .3);
		position: absolute;
		top: 0;
		left: 65px;
		display: block
	}
	#PDetail .nextNav:after,
	#PDetail .nextNav:before,
	.showcase .container-next-showcase {
		display: none
	}
	.showcase-item .showcase-link {
		margin-right: 15px;
		opacity: 1;
		margin-left: auto;
		margin-top: 8px;
		font-size: 14px
	}
	.showcase.left-align h3 {
		margin-right: 0
	}
	.showcase.right-align h3 {
		margin-left: 0
	}
	.showcase .showcase-content-container {
		position: relative
	}
	.showcase .showcase-backgrounds,
	.showcase .showcase-items,
	.showcase .showcase-nav,
	.showcase .showcase-title {
		opacity: 1;
		padding: 0
	}
	.showcase .overlay {
		opacity: .4
	}
	.showcase .showcase-items {
		padding-bottom: 60px;
		height: auto
	}
	.showcase .showcase-item {
		position: relative;
		height: 0;
		overflow: hidden
	}
	.showcase .showcase-item.active {
		height: auto
	}
	.showcase.dark .item-content.text_bg,
	.showcase.light .item-content.text_bg {
		padding: 25px;
		margin: 0
	}
	.showcase .item-list li span {
		font-weight: 500
	}
	.showcase .item-content p {
		height: 100px;
		overflow: visible
	}
	.showcase.left-align .showcase-item .item-content,
	.showcase.left-align .showcase-item .item-pics,
	.showcase.right-align .showcase-item .item-content,
	.showcase.right-align .showcase-item .item-pics {
		margin: 0;
		padding: 40px 20px 20px;
		box-sizing: border-box;
		width: 100%
	}
	.showcase.left-align .showcase-item .item-pics,
	.showcase.right-align .showcase-item .item-pics {
		padding: 40px 55px 10px
	}
	.showcase.left-align .showcase-item .showcase-link,
	.showcase.right-align .showcase-item .showcase-link {
		margin-right: 20px
	}
	.showcase .swiper-button-next,
	.showcase .swiper-button-prev {
		opacity: 1;
		top: 75px
	}
	.showcase .swiper-button-prev,
	.showcase.right-align .swiper-button-prev {
		right: 20px;
		margin-right: 0;
		left: 20px;
		margin-left: 0
	}
	ul.portfolio-filter li,
	ul.portfolio-filter li .text {
		letter-spacing: 1px
	}
	.post-count {
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #000
	}
	#PDetail .nextNav span.postTitle,
	#PDetail .prevNav span.postTitle,
	#blogSingle .nextNav span.postTitle,
	#blogSingle .prevNav span.postTitle {
		font-size: 17px;
		padding: 0;
		font-weight: 300;
		line-height: 20px
	}
	#PDetail .nav_box a:before {
		background-color: rgba(0, 0, 0, .7)
	}
	.gallery .postphoto .overlay {
		visibility: visible
	}
	.wpb_animate_when_almost_visible {
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-ms-animation: none!important;
		animation: none!important;
		opacity: 1!important;
		filter: alpha(opacity=100)!important
	}
	#fullScreenImage .caption-icon,
	#fullScreenImage .caption-image,
	.swiper-slide .caption-icon,
	.swiper-slide .caption-image {
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-ms-animation: none!important;
		animation: none!important
	}
	#caption-start,
	#caption-start.style-2 .dot:after {
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none
	}
	.vertical_menu_enabled #caption-start {
		left: 50%!important
	}
	.vertical_menu_enabled .caption {
		width: 100%
	}
	.social_share_toggle .social_links {
		width: 190px
	}
	.social_links .social_links_list li {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.woocommerce-account div:not(.after_myaccount_user) .col2-set .col-1,
	.woocommerce-account div:not(.after_myaccount_user) .col2-set .col-2 {
		width: 100%
	}
	.woocommerce-account div:not(.after_myaccount_user) .col2-set .col-2 {
		padding-right: 0
	}
	.woocommerce-account div:not(.after_myaccount_user) .col2-set .col-1 {
		padding-left: 0;
		margin-bottom: 50px
	}
	.vertical_menu_enabled .footer-bottom,
	.vertical_menu_enabled .footer_content_right {
		display: block!important
	}
	.copyright_logo {
		display: inline-block!important
	}
	#modal-close {
		width: 50px;
		height: 50px
	}
	#modal-close:after {
		width: 23px;
		top: 24px;
		left: 14px
	}
	#modal-close:before {
		height: 23px;
		top: 13px;
		left: 24px
	}
	#modal-close:hover {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	#ep-modal.quickview-modal #modal-content div.images {
		width: 100%!important;
		min-height: 250px!important
	}
	#ep-modal.quickview-modal #modal-content div.product div.summary {
		width: 100%!important;
		position: static!important
	}
	#ep-modal.quickview-modal #modal-content div.product:before {
		display: none
	}
	#ep-modal.quickview-modal #modal-content div.product.sale p.stock {
		right: 0!important
	}
	#ep-modal.quickview-modal .modal-head {
		background-color: #fff;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 2
	}
	#ep-modal.quickview-modal #modal-close {
		left: 0;
		top: 0
	}
	.menuSpaceNoti {
		top: 0!important
	}
	.pageTopSpace {
		padding-top: 70px!important
	}
	body.has-topbar {
		margin: 0
	}
	#ep_wc_notices .woocommerce-message {
		display: none!important
	}
	#ep_wc_notices .woocommerce-error a,
	.woocommerce .shop-filter .search-box .text {
		display: none
	}
	#ep_wc_notices.show {
		width: 100%;
		left: 0;
		margin-left: 0
	}
	.toggleSidebar.cartSidebarContainer,
	.toggleSidebar.toggleSidebarWidgetbar {
		z-index: 100000
	}
	.layout .toggleSidebarContainer,
	.layout .toggleSidebarContainer.sidebarToggleOpen {
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none
	}
	.toggleSidebar {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-moz-transition: transform .4s ease, opacity .5s ease-in-out, visibility .5s ease-in-out;
		-o-transition: transform .4s ease, opacity .5s ease-in-out, visibility .5s ease-in-out;
		-webkit-transition: transform .4s ease, opacity .5s ease-in-out, visibility .5s ease-in-out;
		transition: transform .4s ease, opacity .5s ease-in-out, visibility .5s ease-in-out
	}
	.toggleSidebar.sidebarToggleOpen {
		-moz-transition: transform .4s ease;
		-o-transition: transform .4s ease;
		-webkit-transition: transform .4s ease;
		transition: transform .4s ease
	}
	.toggleSidebar.cartSidebarContainer .cartSidebarWrap .cart_list li.mini_cart_item {
		-moz-transform: translateX(0)!important;
		-ms-transform: translateX(0)!important;
		-o-transform: translateX(0)!important;
		-webkit-transform: translateX(0)!important;
		transform: translateX(0)!important
	}
	#epHeader.sidebarToggleOpen,
	#topbar.sidebarToggleOpen {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.toggleSidebar.cartSidebarContainer .cartSidebarWrap {
		height: 100%!important
	}
	#epHeader~#sidebar-open-overlay {
		z-index: 99999
	}
	.toggleSidebar.cartSidebarContainer .cartSidebarWrap .cart_list li:not(.loading):not(.removed) a.remove {
		opacity: 1;
		right: 8px;
		border-radius: 0;
		line-height: 35px;
		height: 36px!important;
		width: 36px!important;
		color: #404040!important;
		font-size: 22px
	}
	.toggleSidebar ul.cart_list li .wc-loading,
	.woocommerce .toggleSidebar ul.cart_list li .wc-loading {
		top: 40px;
		right: 15px;
		left: auto
	}
	.toggleSidebar.cartSidebarContainer .cartSidebarWrap .cart_list li.removed a.undo {
		margin-left: -50px;
		width: 40px;
		height: 40px
	}
	.toggleSidebar.cartSidebarContainer .cartSidebarWrap .cart_list li a.remove:hover {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	.toggleSidebar .cartSidebarHeader .cartContentsCount {
		right: 14px
	}
	.toggleSidebar.toggleSidebarWidgetbar .widget-area {
		margin-top: 58px
	}
	.woocommercepage .shop_top_padding {
		padding-top: 38px
	}
	.shop-filter .special-filter,
	.woocommerce .shop-filter .sidebar {
		background-color: rgba(0, 0, 0, .7);
		position: fixed;
		width: 100%;
		overflow: hidden;
		z-index: 10;
		top: 109px;
		left: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-y: scroll;
		display: block;
		height: 100%;
		opacity: 0
	}
	.shop-filter .special-filter.opencat,
	.woocommerce .shop-filter.open .sidebar {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: calc(100% - 71px)
	}
	.woocommerce .shop-filter .sidebar {
		width: 100%!important;
		padding: 30px 20px!important
	}
	.woocommerce .shop-filter .sidebar,
	.woocommerce .shop-filter .special-filter {
		opacity: 0;
		visibility: hidden
	}
	.woocommerce .shop-filter.open .sidebar,
	.woocommerce .shop-filter.open .special-filter {
		visibility: visible;
		opacity: 1;
		max-height: 10000px;
		-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		transition: opacity .2s ease-in-out, visibility .2s ease-in-out
	}
	.woocommerce .shop-filter {
		max-height: 16px;
		margin-top: 0
	}
	.woocommerce .shop-filter.widget-area {
		padding-bottom: 0;
		padding-top: 0;
		max-height: 0
	}
	.shop-filter-toggle .shop-filter-text .closetext {
		opacity: 1!important
	}
	.shop-filter-toggle .shop-filter-text .opentext {
		display: none
	}
	.woocommerce .shop-filter .bottomPartFilter {
		padding: 0
	}
	.woocommerce .shop-filter .filter-search-form-container {
		height: 38px;
		top: 10px;
		top: 71px;
		position: fixed;
		z-index: 12
	}
	.woocommerce .shop-filter .filter-search-form-container.open {
		width: 100%
	}
	.woocommerce .shop-filter .filter-search-form-container form {
		padding: 0 5px 0 17px
	}
	.woocommerce .shop-filter .filter-search-form-container input[type=search] {
		width: 80%;
		line-height: 36px;
		height: 36px
	}
	.woocommerce .shop-filter .search-box {
		position: fixed;
		top: 71px;
		right: 30px;
		margin-top: 0;
		padding: 4px 0;
		z-index: 13
	}
	.woocommerce .shop-filter .search-box .icon {
		line-height: 30px;
		color: #fff
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li .count,
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li a {
		font-size: 13px
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li a {
		width: 100%;
		height: 100%;
		line-height: 50px
	}
	.woocommerce .shop-filter .search-hint {
		left: 0
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories {
		padding-left: 0;
		opacity: 1
	}
	.woocommerce .shop-filter .special-filter.cat {
		width: 100%;
		opacity: 0;
		visibility: hidden;
		display: block!important
	}
	.woocommerce .shop-filter .special-filter.cat.opencat {
		visibility: visible;
		opacity: 1;
		-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		transition: opacity .2s ease-in-out, visibility .2s ease-in-out
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li:before {
		display: none
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li {
		border-bottom: 1px solid #d6d6d6;
		width: 100%;
		line-height: 50px;
		display: block;
		padding: 0;
		height: 50px
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li:last-child {
		border-bottom: transparent
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories li .count {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		line-height: 10px
	}
	.woocommerce .shop-filter .search-box .close {
		top: 17px;
		right: 3px
	}
	.woocommerce .shop-filter .widget-title:before {
		width: 100%;
		height: 1px
	}
	.woocommerce .shop-filter .widget-area a {
		line-height: 35px
	}
	.woocommerce-page .woocommerce-result-count {
		margin-bottom: 0!important;
		width: calc(100% - 290px);
		padding-top: 26px;
		line-height: 14px
	}
	.shop-filter-text,
	.shopFilterCategoriesBtn {
		line-height: 38px;
		font-weight: 600;
		color: #fff
	}
	.woocommercepage .span9.has-wc-sidebar .woocommerce-ordering {
		margin-right: 20px
	}
	.woocommerce .shop-filter .special-filter,
	.woocommerce .special-filter .woocommerce-result-count {
		display: none
	}
	.shopFilterCategoriesBtn {
		width: auto;
		height: 38px;
		cursor: pointer;
		display: inline-block;
		clear: both;
		float: left;
		font-size: 14px;
		text-transform: uppercase;
		margin-right: 20px;
		margin-left: 10px;
		position: fixed;
		left: 30px;
		top: 71px;
		z-index: 11
	}
	.filterBgTabletPhone {
		left: 0;
		width: 100%;
		top: 71px;
		position: fixed;
		background-color: #414141;
		height: 38px;
		content: '';
		z-index: 3;
		display: block
	}
	#woocommerce-sidebar,
	.woocommerce .shop-filter-toggle .togglelines {
		display: none
	}
	.woocommerce .shop-filter-toggle {
		position: fixed;
		top: 71px;
		left: 35px;
		z-index: 11;
		width: auto;
		height: 38px
	}
	.shopFilterCategoriesBtn~.shop-filter-toggle {
		left: 160px
	}
	.shop-filter-text {
		padding-top: 0;
		left: 0
	}
	.shop-filter-toggle.closed,
	.shopFilterCategoriesBtn.closed {
		opacity: .6
	}
	.woocommerce .shop-filter .search-keyword.show {
		margin: 5px 0 0
	}
	.woocommerce .shop-filter .widget-title {
		font-size: 13px
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories .product-categories {
		max-width: 100%;
		margin-bottom: 50px;
		background-color: #f5f5f5;
		padding: 0 30px
	}
	.woocommerce .shop-filter .special-filter ul.product-subcategories {
		background: #eaeaea;
		padding: 14px 50px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		max-height: initial!important;
		margin-top: -50px
	}
	.woocommerce .shop-filter .special-filter ul.product-subcategories:before {
		top: 35px;
		left: 29px
	}
	.woocommerce .shop-filter .special-filter .widget.widget_product_categories ul.product-subcategories li {
		height: 52px;
		line-height: 42px
	}
	.woocommercepage .span9 {
		margin-top: 25px
	}
	.woocommerce ul.products:not(.infoOnHover) li.product.with-border .add_to_cart_btn_wrap {
		width: 100%
	}
	.woocommerce ul.products.infoOnClick li.product h3 {
		width: 100%;
		float: left;
		text-align: center;
		max-width: 100%;
		line-height: 44px!important;
		padding-left: 0!important;
		padding-top: 0!important;
		padding-right: 0;
		font-size: 14px!important
	}
	.woocommerce ul.products.infoOnClick li.product span.show-hover {
		bottom: 42px;
		opacity: 1
	}
	.woocommerce ul.products li.product.disable-hover .product-buttons>span:not(.product-button),
	.woocommerce ul.products.infoOnClick li.product.with-border.disable-hover .product-buttons>span:not(.product-button),
	.woocommerce.with-border:not(.single-product2) ul.products li.product.disable-hover .product-buttons>span:not(.product-button) {
		top: 0;
		opacity: 1
	}
	.vc_col-sm-10 div.woocommerce.single-product2 ul.products li.product .price,
	.vc_col-sm-6:not(.vc_col-lg-3) div.woocommerce.single-product2 ul.products li.product .price,
	.vc_col-sm-8 div.woocommerce.single-product2 ul.products li.product .price {
		float: initial
	}
	.woocommerce ul.products.infoOnHover li.product a.product-link {
		width: 70%;
		left: 15%;
		text-align: center;
		top: 50%;
		margin-top: -25px;
		height: 40px
	}
	.woocommerce ul.products.infoOnHover li.product a.product-link:before {
		opacity: 0
	}
	.woocommerce ul.products.infoOnHover li.product.with-border .productthumbnail {
		border-right: 1px solid #e3e3e3
	}
	.woocommerce ul.products.infoOnHover li.product a.product-link span {
		border: 2px solid #fff;
		border-radius: 23px;
		font-size: 12px;
		height: 34px;
		width: auto;
		box-sizing: border-box;
		position: relative;
		float: none;
		margin: 0 auto;
		color: #fff;
		text-transform: uppercase;
		line-height: 20px;
		padding: 5px 22px;
		display: inline-block!important;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out
	}
	.woocommerce ul.products.infoOnHover li.product:hover a.product-link span {
		opacity: 1;
		visibility: visible
	}
	.woocommerce ul.products.shop-5column.infoOnHover li.product .price:nth-of-type(2) {
		opacity: 1;
		font-size: 16px!important;
		right: 22px
	}
	.woocommerce ul.products.shop-5column.infoOnHover li.product h3,
	.woocommerce.no-gutter ul.products.shop-5column.infoOnHover li.product h3 {
		padding: 35px 0 0!important;
		font-size: 13px!important
	}
	.woocommerce ul.products li.product .instant_shop_button a .txt {
		position: relative;
		opacity: 1;
		left: 0;
		padding: 10px 10px 10px 0
	}
	.woocommerce ul.products li.product:hover .instant_shop_button .price {
		opacity: 1
	}
	.ep-newsletter p.wysija-paragraph {
		width: 80%
	}
	.banner .content-container {
		position: relative;
		height: auto;
		width: auto
	}
	.banner .content {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 70px 0
	}
	.banner img {
		display: none
	}
	.carousel.testimonials-style2 .quote .name {
		animation: none!important
	}
}
@media (min-width: 1280px) and (max-width: 1440px) {
	.vertical_menu_enabled .container {
		width: 1170px
	}
	.vertical_menu_enabled .fullWidth .container {
		width: 100%
	}
}
@media (min-width: 1280px) {
	#header-content,
	.woocommerce .woocommerce-error,
	.woocommerce .woocommerce-message {
		max-width: 1170px
	}
	#mobile-menu-items {
		display: none!important
	}
	.wrap {
		width: 100%
	}
	.container,
	.fullWidth .container.title_container {
		width: 1170px
	}
	.vertical_menu_enabled .fullWidth .container.title_container {
		width: 100%
	}
	.portfolio_wrap,
	.wpb_column.vc_column_container.vc_col-sm-12 .animatedtext {
		width: 1170px
	}
	.container.title_container {
		margin-left: -15px
	}
	#scrollToTop {
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container {
		top: 50px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .title_container .title {
		font-size: 40px;
		line-height: 40px;
		padding-top: 25px
	}
	.portfolio_detail_creative .social_share_container {
		margin-top: 50px
	}
	.portfolio_detail_creative .pd_creative_fixed_content .desc {
		height: 135px
	}
	.wpb_column.vc_column_container.vc_col-sm-12 .secondTitle {
		left: calc((100% - 1140px)/ 2)
	}
	.fullWidth .wpb_column.vc_column_container.vc_col-sm-12 .secondTitle {
		left: calc((100% - 1170px)/ 2)
	}
}
@media (min-width: 1710px) {
	.wrap {
		width: 100%
	}
	.container,
	.fullWidth .container.title_container {
		width: 1350px
	}
	.vertical_menu_enabled .fullWidth .container.title_container {
		width: 100%
	}
	.container.title_container {
		margin-left: -15px
	}
	.portfolio_wrap {
		width: 1350px
	}
	.easyzoom-flyout {
		width: 630px!important
	}
	.sidebar {
		padding-left: 20px
	}
	.woocommerce .has-wc-sidebar ul.products.shop-5column.fullwidthshop li.product {
		width: 19.994%!important
	}
	.fullWidth .wpb_column.vc_column_container.vc_col-sm-12 .animatedtext {
		width: 1350px
	}
	.fullWidth .wpb_column.vc_column_container.vc_col-sm-12 .secondTitle {
		left: calc((100% - 1350px)/ 2)
	}
	.cblog .fullWidthBlog .post-content {
		width: 80%;
		margin: 0 10%
	}
	.woocommerce .woocommerce-error,
	.woocommerce .woocommerce-message {
		max-width: 1350px
	}
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}
#lg-counter,
.lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block
}
@font-face{font-family:lg;src:url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../fonts/lg.eot#1523426841);src:url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../fonts/lg.eot#1523426841) format("embedded-opentype"),
url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../fonts/lg.woff#1523426841) format("woff"),
url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../fonts/lg.ttf#1523426841) format("truetype"),
url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../fonts/lg.svg?n1z373#lg) format("svg");
font-weight:400;
font-style:normal
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF
}
.lg-actions .lg-next {
	right: 20px
}
.lg-actions .lg-next:before {
	content: "\e095"
}
.lg-actions .lg-prev {
	left: 20px
}
.lg-actions .lg-prev:after {
	content: "\e094"
}
@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
	color: #FFF
}
.lg-toolbar .lg-close:after {
	content: "\e070"
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px
}
.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}
@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}
.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
	color: #FFF
}
.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-actual-size {
	font-size: 20px
}
#lg-actual-size:after {
	content: "\e033"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.group:after,
.group:before {
	display: table;
	content: "";
	line-height: 0
}
.group:after {
	clear: both
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url(//epicomedia.com/vitrine-demo12/wp-content/themes/vitrine/assets/css/../img/loading.gif) center center no-repeat;
	display: none!important
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-backdrop.in {
	opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	-moz-transition: none 0s ease 0s!important;
	-o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
	opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-zoom-in .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3)
}
.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-in .lg-item.lg-current,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-zoom-in-big .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2)
}
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-in-big .lg-item.lg-current,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-zoom-out .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(.7, .7, .7);
	transform: scale3d(.7, .7, .7)
}
.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-out .lg-item.lg-current,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-zoom-out-big .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0)
}
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-out-big .lg-item.lg-current,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-zoom-out-in .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0)
}
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2)
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-zoom-in-out .lg-item {
	opacity: 0
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2)
}
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0)
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-soft-zoom .lg-item {
	opacity: 0
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9)
}
.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-css3.lg-soft-zoom .lg-item.lg-current,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-scale-up .lg-item {
	opacity: 0
}
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
	-o-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
	-ms-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
	-webkit-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
	transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0)
}
.lg-css3.lg-scale-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-scale-up .lg-item.lg-current,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.lg-css3.lg-slide-circular .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular .lg-item.lg-current,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular-up .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular-down .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular-vertical .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular-vertical-left .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-circular-vertical-down .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
.lg-css3.lg-slide-vertical .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-vertical .lg-item.lg-current,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-moz-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
	-o-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
	-ms-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
	-webkit-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
	transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0)
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	-moz-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
	-o-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
	-ms-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
	-webkit-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
	transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0)
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg)
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg)
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg)
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg)
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
	-o-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
	-ms-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
	-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
	transform: skew(20deg, 0deg) translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
	-o-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
	-ms-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
	-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
	transform: skew(20deg, 0deg) translate3d(100%, 0, 0)
}
.lg-css3.lg-slide-skew .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew .lg-item.lg-current,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
	-o-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
	-ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
	-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
	transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
	-o-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
	-ms-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
	-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
	transform: skew(-20deg, 0deg) translate3d(100%, 0, 0)
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
	-o-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
	-ms-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
	-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
	transform: skew(0deg, 60deg) translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
	-o-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
	-ms-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
	-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
	transform: skew(0deg, 60deg) translate3d(100%, 0, 0)
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
	-o-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
	-ms-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
	-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
	transform: skew(0deg, -60deg) translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
	-o-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
	-ms-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
	-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
	transform: skew(0deg, -60deg) translate3d(100%, 0, 0)
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
	-o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
	-ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
	-o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
	-ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
	-o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
	-o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
	-o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
	-ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
	transform: skew(0deg, 20deg) translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
	-o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
	-ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
	transform: skew(0deg, 20deg) translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
	-o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
	-ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
	transform: skew(0deg, -20deg) translate3d(0, -100%, 0)
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
	-o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
	-ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
	transform: skew(0deg, -20deg) translate3d(0, 100%, 0)
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	-webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	transform: skew(0deg, 0deg) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-lollipop .lg-item {
	opacity: 0
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	-moz-transform: translate3d(0, 0, 0) scale(.5);
	-o-transform: translate3d(0, 0, 0) scale(.5);
	-ms-transform: translate3d(0, 0, 0) scale(.5);
	-webkit-transform: translate3d(0, 0, 0) scale(.5);
	transform: translate3d(0, 0, 0) scale(.5)
}
.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-lollipop .lg-item.lg-current,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-moz-transform: translate3d(0, 0, 0) scale(.5);
	-o-transform: translate3d(0, 0, 0) scale(.5);
	-ms-transform: translate3d(0, 0, 0) scale(.5);
	-webkit-transform: translate3d(0, 0, 0) scale(.5);
	transform: translate3d(0, 0, 0) scale(.5)
}
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-rotate .lg-item {
	opacity: 0
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.lg-css3.lg-rotate .lg-item.lg-current {
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.lg-css3.lg-rotate .lg-item.lg-current,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.lg-css3.lg-rotate-rev .lg-item.lg-current,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-tube .lg-item {
	opacity: 0
}
.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0)
}
.lg-css3.lg-tube .lg-item.lg-next-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0)
}
.lg-css3.lg-tube .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-tube .lg-item.lg-current,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.mejs-offscreen {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal
}
.mejs-container {
	background: #000;
	font-family: Helvetica, Arial, serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top
}
.mejs-container,
.mejs-container * {
	box-sizing: border-box
}
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none!important
}
.mejs-fill-container,
.mejs-fill-container .mejs-container {
	height: 100%;
	width: 100%
}
.mejs-fill-container {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.mejs-container:focus {
	outline: none
}
.mejs-iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%
}
.mejs-embed,
.mejs-embed body {
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.mejs-fullscreen {
	overflow: hidden!important
}
.mejs-container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	height: 100%!important;
	width: 100%!important
}
.mejs-background,
.mejs-mediaelement {
	left: 0;
	position: absolute;
	top: 0
}
.mejs-mediaelement {
	height: 100%;
	width: 100%;
	z-index: 0
}
.mejs-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1
}
:root .mejs-poster-img {
	display: none
}
.mejs-poster-img {
	border: 0;
	padding: 0
}
.mejs-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0
}
.mejs-layer {
	z-index: 1
}
.mejs-overlay-play {
	cursor: pointer
}
.mejs-overlay-button {
	background: url(//epicomedia.com/vitrine-demo12/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px
}
.mejs-overlay:hover>.mejs-overlay-button {
	background-position: -80px -39px
}
.mejs-overlay-loading {
	height: 80px;
	width: 80px
}
.mejs-overlay-loading-bg-img {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent url(//epicomedia.com/vitrine-demo12/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
	display: block;
	height: 80px;
	width: 80px;
	z-index: 1
}
@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.mejs-controls {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	z-index: 3
}
.mejs-controls:not([style*="display: none"]) {
	background: rgba(255, 0, 0, .7);
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
	background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}
.mejs-button,
.mejs-time,
.mejs-time-rail {
	font-size: 10px;
	height: 40px;
	line-height: 10px;
	margin: 0;
	width: 32px
}
.mejs-button>button {
	background: transparent url(//epicomedia.com/vitrine-demo12/wp-includes/js/mediaelement/mejs-controls.svg);
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 10px 6px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 20px
}
.mejs-button>button:focus {
	outline: 1px dotted #999
}
.mejs-container-keyboard-inactive[role=slider],
.mejs-container-keyboard-inactive[role=slider]:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
	outline: 0
}
.mejs-time {
	box-sizing: content-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	overflow: hidden;
	padding: 16px 6px 0;
	text-align: center;
	width: auto
}
.mejs-play>button {
	background-position: 0 0
}
.mejs-pause>button {
	background-position: -20px 0
}
.mejs-replay>button {
	background-position: -160px 0
}
.mejs-time-rail {
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 40px;
	margin: 0 10px;
	padding-top: 10px;
	position: relative
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 10px;
	position: absolute
}
.mejs-time-total {
	background: hsla(0, 0%, 100%, .3);
	margin: 5px 0 0;
	width: 100%
}
.mejs-time-buffering {
	-webkit-animation: b 2s linear infinite;
	animation: b 2s linear infinite;
	background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background-size: 15px 15px;
	width: 100%
}
@-webkit-keyframes b {
	0% {
		background-position: 0 0
	}
	to {
		background-position: 30px 0
	}
}
@keyframes b {
	0% {
		background-position: 0 0
	}
	to {
		background-position: 30px 0
	}
}
.mejs-time-loaded {
	background: hsla(0, 0%, 100%, .3)
}
.mejs-time-current,
.mejs-time-handle-content {
	background: hsla(0, 0%, 100%, .9)
}
.mejs-time-hovered {
	background: hsla(0, 0%, 100%, .5);
	z-index: 10
}
.mejs-time-hovered.negative {
	background: rgba(0, 0, 0, .2)
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	width: 100%
}
.mejs-time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.mejs-time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1)
}
.mejs-time-hovered.no-hover {
	-webkit-transform: scaleX(0)!important;
	-ms-transform: scaleX(0)!important;
	transform: scaleX(0)!important
}
.mejs-time-handle,
.mejs-time-handle-content {
	border: 4px solid transparent;
	cursor: pointer;
	left: 0;
	position: absolute;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 11
}
.mejs-time-handle-content {
	border: 4px solid hsla(0, 0%, 100%, .9);
	border-radius: 50%;
	height: 10px;
	left: -7px;
	top: -4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px
}
.mejs-time-rail .mejs-time-handle-content:active,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail:hover .mejs-time-handle-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mejs-time-float {
	background: #eee;
	border: 1px solid #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px
}
.mejs-time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px
}
.mejs-time-float-corner {
	border: 5px solid #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0
}
.mejs-long-video .mejs-time-float {
	margin-left: -23px;
	width: 64px
}
.mejs-long-video .mejs-time-float-current {
	width: 60px
}
.mejs-broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%
}
.mejs-fullscreen-button>button {
	background-position: -80px 0
}
.mejs-unfullscreen>button {
	background-position: -100px 0
}
.mejs-mute>button {
	background-position: -60px 0
}
.mejs-unmute>button {
	background-position: -40px 0
}
.mejs-volume-button {
	position: relative
}
.mejs-volume-button>.mejs-volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 115px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	z-index: 1
}
.mejs-volume-button:hover {
	border-radius: 0 0 4px 4px
}
.mejs-volume-total {
	background: hsla(0, 0%, 100%, .5);
	height: 100px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px
}
.mejs-volume-current {
	left: 0;
	margin: 0;
	width: 100%
}
.mejs-volume-current,
.mejs-volume-handle {
	background: hsla(0, 0%, 100%, .9);
	position: absolute
}
.mejs-volume-handle {
	border-radius: 1px;
	cursor: ns-resize;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px
}
.mejs-horizontal-volume-slider {
	display: block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 56px
}
.mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	height: 8px;
	top: 16px;
	width: 50px
}
.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
	border-radius: 2px;
	font-size: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute
}
.mejs-horizontal-volume-current {
	background: hsla(0, 0%, 100%, .8);
	height: 100%;
	top: 0;
	width: 100%
}
.mejs-horizontal-volume-handle {
	display: none
}
.mejs-captions-button,
.mejs-chapters-button {
	position: relative
}
.mejs-captions-button>button {
	background-position: -140px 0
}
.mejs-chapters-button>button {
	background-position: -180px 0
}
.mejs-captions-button>.mejs-captions-selector,
.mejs-chapters-button>.mejs-chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px
}
.mejs-chapters-button>.mejs-chapters-selector {
	margin-right: -55px;
	width: 110px
}
.mejs-captions-selector-list,
.mejs-chapters-selector-list {
	list-style-type: none!important;
	margin: 0;
	overflow: hidden;
	padding: 0
}
.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none!important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0 10px
}
.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
	background-color: #c8c8c8!important;
	background-color: hsla(0, 0%, 100%, .4)!important
}
.mejs-captions-selector-input,
.mejs-chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute
}
.mejs-captions-selector-label,
.mejs-chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 0 0
}
.mejs-captions-selected,
.mejs-chapters-selected {
	color: #21f8f8
}
.mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px
}
.mejs-captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center
}
.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400
}
.mejs-captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%
}
.mejs-captions-position-hover {
	bottom: 35px
}
.mejs-captions-text,
.mejs-captions-text * {
	background: hsla(0, 0%, 8%, .5);
	box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
	padding: 0;
	white-space: pre-wrap
}
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
	display: none
}
.mejs-overlay-error {
	position: relative
}
.mejs-overlay-error>img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1
}
.mejs-cannotplay,
.mejs-cannotplay a {
	color: #fff;
	font-size: .8em
}
.mejs-cannotplay {
	position: relative
}
.mejs-cannotplay a,
.mejs-cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%
}