@charset "UTF-8";
.select2-container .select2-selection--single {
	height: 50px;
	border-color: var(--theme-border-color);
	border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-top: 11px;
	padding-left: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px
}
.woocommerce-account-fields:after, .woocommerce-account-fields:before, .woocommerce-billing-fields:after, .woocommerce-billing-fields:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.woocommerce-account-fields:after, .woocommerce-billing-fields:after {
	clear: both
}
div#la_shop_products {
	position: relative
}
.la-ajax-shop-loading {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0
}
.la-ajax-shop-loading.loading {
	opacity: 1;
	visibility: visible
}
.la-ajax-shop-loading.loading ~ div {
	display: none
}
.la-ajax-shop-loading.loading + div {
	display: block;
	min-height: 50vh;
	opacity: 0
}
.la-ajax-shop-loading .la-ajax-loading-outer {
	margin: 0 auto;
	display: block;
	width: 50px
}
p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "LaStudioIcons";
	content: "";
	text-indent: 0
}
p.stars a:hover ~ a:before {
	content: ""
}
p.stars:hover {
	color: #F5A623
}
p.stars:hover a {
	color: inherit
}
p.stars:hover a:before {
	content: ""
}
p.stars.selected {
	color: #F5A623
}
p.stars.selected a.active:before {
	content: ""
}
p.stars.selected a.active ~ a:before {
	content: ""
}
p.stars.selected a:not(.active):before {
	content: ""
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 14px 30px 14px 60px;
	margin: 0 0 30px;
	position: relative;
	background-color: #eeeff2;
	list-style: none outside !important;
	width: auto;
	word-wrap: break-word;
	font-size: 0.875em
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	font-family: "LaStudioIcons";
	content: "";
	display: inline-block;
	position: absolute;
	left: 25px;
	font-size: 26px;
	top: 2px;
	color: #6dde6d;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
	padding: 0;
	background: none !important;
	border: none !important;
	color: inherit;
	font-size: inherit;
	line-height: inherit
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
	color: var(--theme-primary-color);
	text-decoration: underline
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	list-style: none outside !important;
	padding: 0 !important;
	margin: 0 !important
}
.woocommerce-info:before {
	color: #6dde6d
}
.woocommerce-error:before {
	content: "";
	color: #c43002;
	top: 4px
}
#shipping_method {
	margin: 0;
	list-style: none;
	padding: 0
}
#shipping_method li input[type=checkbox], #shipping_method li input[type=radio] {
	margin-bottom: 0;
	margin-right: 8px
}
.form-row:after, .form-row:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.form-row:after {
	clear: both
}
.form-row.form-row-first {
	float: left
}
.form-row.form-row-last {
	float: right
}
.form-row.form-row-first, .form-row.form-row-last {
	width: 48%
}
@media (max-width: 767px) {
	.form-row.form-row-first, .form-row.form-row-last {
		width: 100%
	}
}
.form-row.form-row-wide {
	float: left;
	width: 100%
}
.form-row label {
	margin-bottom: 8px;
	display: block
}
.form-row label.inline {
	display: inline
}
.form-row .input-text {
	width: 100%;
	padding: 0 20px;
	height: 50px;
	line-height: 48px
}
.col2-set {
	margin-left: -15px;
	margin-right: -15px
}
.col2-set:after, .col2-set:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.col2-set:after {
	clear: both
}
.col2-set .col-1, .col2-set .col-2 {
	position: relative;
	float: left;
	min-height: 1px;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}
@media (max-width: 767px) {
	.col2-set .col-1, .col2-set .col-2 {
		width: 100%
	}
}
.wc-toolbar {
	line-height: 24px;
	margin-bottom: 40px
}
.wc-toolbar button {
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	margin-left: 30px
}
.wc-toolbar p {
	margin-bottom: 0
}
.wc-toolbar .lasf-custom-dropdown, .wc-toolbar .wc-view-toggle, .wc-toolbar .woocommerce-result-count {
	float: left
}
.wc-toolbar .wc-view-toggle {
	margin-top: -1px
}
.wc-toolbar .wc-view-toggle button {
	float: left;
	font-weight: normal;
	font-size: 20px
}
.wc-toolbar .wc-view-toggle button i {
	vertical-align: middle
}
.wc-toolbar .wc-view-toggle button.active {
	color: var(--theme-primary-color)
}
.wc-toolbar .wc-view-toggle button:not(.active) {
	opacity: 0.5
}
.wc-toolbar .wc-toolbar-right {
	float: right
}
.wc-toolbar .lasf-custom-dropdown {
	margin-left: 10px;
	position: relative;
	margin-top: -12px
}
.wc-toolbar .lasf-custom-dropdown i {
	vertical-align: middle;
	margin-top: -3px
}
.wc-toolbar .lasf-custom-dropdown button {
	margin: 0;
	padding: 12px 40px 12px 15px;
	direction: ltr
}
.wc-toolbar .lasf-custom-dropdown:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	padding-bottom: 20px
}
.wc-toolbar .lasf-custom-dropdown.is-hover ul {
	opacity: 1;
	visibility: inherit;
	margin-top: -1px
}
.wc-toolbar .lasf-custom-dropdown ul {
	right: 0;
	position: absolute;
	background-color: #fff;
	z-index: 11;
	visibility: hidden;
	margin-top: 20px;
	opacity: 0;
	transition: all 0.25s;
	border: 1px solid var(--theme-border-color);
	min-width: 100%
}
.wc-toolbar .lasf-custom-dropdown ul li {
	display: block;
	border-bottom: 1px solid var(--theme-border-color);
	margin: 0
}
.wc-toolbar .lasf-custom-dropdown ul li:last-child {
	border-bottom: 0
}
.wc-toolbar .lasf-custom-dropdown ul li a {
	padding: 8px 15px;
	white-space: pre;
	display: block;
	font-size: 0.875em
}
.wc-toolbar .lasf-custom-dropdown ul li.active a, .wc-toolbar .lasf-custom-dropdown ul li:hover a {
	background-color: #f1f0f0
}
.wc-view-toggle + .lasf-custom-dropdown {
	margin-left: 30px
}
.lasf-custom-dropdown button:after {
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	width: 10px;
	font-size: 12px;
	line-height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 4px)
}
.lasf-custom-dropdown.is-hover button:after {
	content: ""
}
.wc-toolbar .lasf-custom-dropdown.wc-custom-filters:after {
	display: none
}
.open-advanced-shop-filter .btn-advanced-shop-filter:after {
	content: "" !important
}
.wc-toolbar-top {
	padding-top: 10px
}
.woocommerce table.wishlist_table {
	font-size: 100%
}
.swatch-control select {
	display: none !important
}
.swatch-control.radio-select ul {
	padding: 0 !important;
	list-style: none !important;
	margin: 0
}
.swatch-control.radio-select li {
	list-style: none !important
}
.swatch-control.radio-select li label {
	display: inline;
	margin-left: 10px
}
a.reset_variations {
	position: relative;
	display: none;
	visibility: hidden;
	font-size: 12px
}
a.reset_variations:before {
	content: "";
	font-family: "LaStudioIcons";
	padding-right: 5px;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -1px
}
.swatch-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 8px 4px 0;
	position: relative
}
.swatch-wrapper.disabled {
	position: relative;
	cursor: not-allowed;
	zoom: 1
}
.swatch-wrapper.disabled:before {
	content: "";
	width: 90%;
	height: 2px;
	background-color: red;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
	opacity: 0.4;
	transform: rotate(-45deg)
}
.swatch-wrapper.disabled:after {
	content: "";
	width: 90%;
	height: 2px;
	background-color: red;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
	opacity: 0.4;
	transform: rotate(45deg)
}
.swatch-wrapper.disabled .swatch-anchor {
	cursor: inherit;
	opacity: 0.4
}
.swatch-wrapper .swatch-anchor {
	display: block;
	position: relative;
	text-align: center;
	color: inherit;
	border-radius: inherit
}
.swatch-wrapper img {
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
	display: block;
	vertical-align: middle;
	object-fit: cover;
	border-radius: inherit
}
.swatch-wrapper.selected {
	box-shadow: 0 0 0 1px var(--theme-primary-color)
}
.swatch-wrapper.selected .swatch-anchor {
	transform: scale(0.85)
}
.swatch-wrapper.swatch-only-label {
	box-shadow: 0 0 1px
}
.swatch-wrapper.swatch-only-label.selected {
	box-shadow: 0 0 0 1px var(--theme-primary-color);
	color: var(--theme-primary-color)
}
.swatch-wrapper.swatch-only-label.selected .swatch-anchor {
	transform: scale(1)
}
.swatch-wrapper.la-swatch-item-style-rounder {
	border-radius: 5px
}
.swatch-wrapper.la-swatch-item-style-circle {
	border-radius: 50%
}
.swatch-wrapper .swatch-anchor-label {
	display: none
}
.variations_form .swatch-anchor-label {
	display: block;
	position: absolute;
	bottom: 80%;
	text-indent: 0;
	background: #000;
	padding: 5px 10px;
	line-height: 1;
	border-radius: 4px;
	margin-bottom: 5px;
	min-width: 50px;
	color: #fff;
	left: 50%;
	white-space: pre;
	text-align: center;
	text-transform: none;
	transform: translate(-50%, 0);
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s;
	font-size: 12px;
	pointer-events: none;
	z-index: 2
}
.variations_form .swatch-anchor-label:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	margin-left: -4px
}
.variations_form .swatch-wrapper:hover .swatch-anchor-label {
	bottom: 100%;
	opacity: 1;
	visibility: inherit
}
.swatch-wrapper-more {
	font-size: 12px;
	text-transform: capitalize;
	display: none
}
.swatch-wrapper-more span {
	vertical-align: middle;
	display: inline-block
}
.radio-select .disabled {
	cursor: not-allowed;
	zoom: 1;
	opacity: 0.5
}
.radio-select .disabled input, .radio-select .disabled label {
	cursor: not-allowed
}
.woocommerce table.wishlist_table thead th:not(.product-name) {
	text-align: center
}
.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter {
	color: var(--theme-primary-color)
}
.la-advanced-product-filters {
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
	display: none;
	margin-bottom: 30px;
	font-size: 14px
}
.la-advanced-product-filters .sidebar-inner--filters {
	padding: 40px 40px 0;
	display: flex;
	justify-content: space-between
}
.la-advanced-product-filters .sidebar-inner--filters .widget {
	margin-bottom: 30px;
	width: 20%
}
.la-advanced-product-filters .sidebar-inner--filters .widget ul.menu li {
	padding-top: 0;
	padding-bottom: 0
}
.la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper {
	border-radius: 0;
	padding: 0;
	margin: 0;
	border-width: 0 !important
}
.la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper:before {
	left: 0 !important;
	top: 3px !important
}
.la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px
}
.la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor:after, .la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor:before {
	display: none
}
.la-advanced-product-filters .sidebar-inner--filters .widget .la-swatches-widget-opts .swatch-wrapper .swatch-anchor-label {
	display: inline-block;
	text-transform: none;
	vertical-align: middle
}
.la-advanced-product-filters .menu-item-price ul li {
	display: inline-block;
	width: 49%
}
.la-advanced-product-filters .menu-item-price ul li a {
	border: none;
	padding: 0
}
.la-advanced-product-filters .menu-item-price ul li a:hover {
	background: none
}
.la-advanced-product-filters .wc-layered-nav-term .count, .la-advanced-product-filters .wc-ordering p {
	display: none
}
.la-advanced-product-filters .widget_price_filter {
	padding-right: 30px
}
.sidebar-inner--filters .widget_price_filter .price_slider_amount {
	flex-direction: column-reverse
}
.sidebar-inner--filters .widget_price_filter .ui-slider {
	margin-bottom: 10px
}
.sidebar-inner--filters .widget_price_filter .price_slider_amount .price_label {
	margin-bottom: 20px
}
.la-advanced-product-filters-result {
	padding-bottom: 15px;
	font-size: 14px;
	text-align: center
}
.la-advanced-product-filters-result i {
	font-size: 22px;
	padding: 0 5px;
	vertical-align: middle
}
.reset-all-shop-filter > span {
	vertical-align: middle;
	display: inline-block
}
.wishlist_table tr td.product-thumbnail a {
	display: inline-block
}
.products-list .product_item .wcvendors_sold_by_in_loop {
	display: block
}
.form-row .input-checkbox + label.checkbox {
	display: inline;
	text-transform: none
}
.wcv-store-header .store-info h3 {
	font-weight: normal;
	margin-top: 0;
	line-height: normal;
	margin-bottom: 8px
}
.wcv-store-header .store-info h3 + a {
	margin-bottom: 10px;
	display: block
}
.date-pick + .btn {
	padding: 7px 20px
}
.table.table-vendor-sales-report {
	margin-top: 20px
}
.table.table-bordered {
	border-collapse: collapse
}
.table-condensed td, .table-condensed th {
	padding: 8px
}
table.wcv-table td, table.wcv-table th {
	padding: 8px
}
#pv_seller_info_container, #pv_shop_description_container, .pv_paypal_container, .pv_seller_info_container, .pv_shop_name_container {
	margin-bottom: 20px
}
.wcvendors-pro-dashboard-wrapper .button, .wcvendors-pro-dashboard-wrapper .wcv-button {
	display: inline-block;
	padding: 8px 20px;
	vertical-align: middle;
	color: #fff;
	border: none;
	text-decoration: none !important
}
.dokan_page_header--custom .profile-info-img {
	min-height: 300px;
	max-height: 500px
}
#tab-seller ul .text {
	font-size: 12px
}
.wcv-store-header .store-info h3 + a {
	color: #f5b223
}
#la_wishlist_table_wrapper .blockUI.blockOverlay {
	background: #fff url(../images/ajax-loader.gif) no-repeat center center !important
}
.open-cart-aside #la_wishlist_table_wrapper .blockUI.blockOverlay {
	opacity: 0 !important;
	background-color: transparent !important
}
#la_wishlist_table_wrapper .product-action {
	text-align: right
}
#la_wishlist_table_wrapper .product-action .labtn-icon {
	display: none
}
#la_wishlist_table_wrapper .product-action .la-addcart {
	padding: 15px;
	min-width: 125px;
	text-transform: uppercase
}
div#la_compare_table_wrapper2 {
	position: relative
}
.la-compare-table {
	display: block;
	margin: 0;
	width: 100%;
	overflow: auto;
	padding: 0
}
.la-compare-table tr.compare-tr:first-child th {
	vertical-align: bottom;
	border-right: 0
}
.la-compare-table tr.compare-tr:first-child td, .la-compare-table tr.compare-tr:first-child th {
	padding-top: 0
}
.la-compare-table tr.compare-tr th {
	min-width: 268px;
	background-color: #fff;
	vertical-align: middle;
	font-weight: bold;
	border-left: 0;
	padding: 15px;
	border-right: 1px solid #e9e9e9
}
.la-compare-table tr.compare-tr td {
	min-width: 300px;
	max-width: 100%;
	text-align: center;
	padding: 15px 20px;
	vertical-align: middle
}
.la-compare-table tr.compare-tr td .remove {
	margin-bottom: 10px
}
.la-compare-table h4 {
	font-size: 14px;
	margin: 15px 0
}
.la-compare-table .image-wrap {
	width: 150px;
	max-width: 100%;
	margin: 0 auto
}
.la-compare-table .add_to_cart_wrap a {
	display: inline-block;
	font-family: inherit;
	font-weight: 500;
	margin: 0;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	line-height: 1
}
.la-compare-table .add_to_cart_wrap a.added {
	display: none
}
.la-compare-table .add_to_cart_wrap a .labtn-icon {
	display: none
}
.la-compare-table del {
	color: #8a8a8a
}
.la-compare-table ins {
	text-decoration: none
}
.la-compare-table .compare-tr-stock .stock.in-stock {
	color: green
}
.la-compare-table .compare-tr-stock .stock.out-of-stock {
	color: #c43002
}
.la_remove_from_compare {
	font-size: 12px
}
.la_remove_from_compare i {
	vertical-align: middle;
	margin-top: -2px
}
.la-compare-table-items th {
	opacity: 0
}
.la-compare-table-heading {
	position: absolute;
	bottom: 0;
	width: 270px;
	overflow: hidden
}
.ltr .la-compare-table-heading {
	left: 0
}
.rtl .la-compare-table-heading {
	right: 0
}
@media (max-width: 800px) {
	.la-compare-table th {
		min-width: 150px
	}
	.la-compare-table-heading {
		width: 150px
	}
}
@media (max-width: 600px) {
	.la-compare-table th {
		min-width: 0
	}
}
.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em 1.41575em;
	background-color: #3d9cd2;
	color: #fff;
	z-index: 9999
}
.demo_store:before {
	display: inline-block;
	font: normal normal normal 14px/1 LaStudioIcons;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 0.5407911001em;
	content: ""
}
@media (min-width: 768px) {
	.demo_store a.woocommerce-store-notice__dismiss-link {
		background: rgba(0, 0, 0, 0.1);
		float: right;
		display: inline-block;
		margin: -1em -1.41575em -1em 0;
		padding: 1em 1.41575em
	}
	.demo_store a.woocommerce-store-notice__dismiss-link:before {
		display: inline-block;
		font: normal normal normal 14px/1 LaStudioIcons;
		font-size: inherit;
		text-rendering: auto;
		content: "";
		margin-right: 0.3342343017em
	}
}
@media (max-width: 600px) {
	.la_wishlist_table .product-action a {
		padding: 5px 10px;
		margin-top: 10px
	}
}
.woocommerce form.checkout.woocommerce-checkout:after, .woocommerce form.checkout.woocommerce-checkout:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.woocommerce form.checkout.woocommerce-checkout:after {
	clear: both
}
.processing .blockOverlay {
	background-image: url(../images/ajax-loader.gif) !important;
	background-position: center 30% !important;
	background-repeat: no-repeat !important
}
.woocommerce-MyAccount-content form .button {
	border-radius: 30px
}
form.track_order p {
	text-align: center
}
form.track_order .form-row {
	width: 100%
}
form.track_order .form-row label {
	text-align: left;
	color: var(--theme-secondary-color);
	font-weight: 600
}
form.track_order .form-row .input-text {
	height: 60px;
	padding: 10px 20px
}
form.track_order .form-row .button {
	height: 60px;
	width: 100%;
	text-transform: uppercase
}
.tinvwl-loop-button-wrapper {
	display: none
}
.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.button {
	display: none
}
.tinv-wishlist .tinvwl-buttons-group button {
	border: none;
	background-color: #262626;
	color: #fff;
	padding: 5px 10px;
	line-height: 30px
}
.tinv-wishlist .tinvwl-buttons-group button i:before {
	color: inherit
}
.widget_price_filter .ui-slider {
	margin-bottom: 22px;
	position: relative;
	background-color: #d8d8d8;
	margin-right: 20px;
	height: 5px
}
.widget_price_filter .ui-slider:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 16px;
	background-color: #d8d8d8;
	right: -16px
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	background-color: #fff;
	cursor: ew-resize;
	top: -8px;
	border-radius: 50%
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 5px;
	background-color: var(--theme-primary-color)
}
.widget_price_filter .price_slider_wrapper {
	padding-top: 5px;
	padding-bottom: 20px
}
.widget_price_filter .price_slider_amount {
	display: flex;
	justify-content: space-between
}
.widget_price_filter .price_slider_amount .price_label {
	font-size: 12px
}
.widget_price_filter .price_slider_amount .clear {
	display: none
}
.widget_price_filter .button {
	text-transform: uppercase;
	width: 110px;
	padding: 8px 10px;
	line-height: 20px;
	font-size: 11px;
	border: 2px solid;
	background-color: transparent;
	color: var(--theme-secondary-color)
}
ul.wc_payment_methods li, ul.woocommerce-shipping-methods li {
	position: relative;
	margin-bottom: 0.6em
}
ul.wc_payment_methods input[type=radio], ul.woocommerce-shipping-methods input[type=radio] {
	position: absolute;
	opacity: 0;
	font-size: 0
}
ul.wc_payment_methods input[type=radio] + label, ul.woocommerce-shipping-methods input[type=radio] + label {
	padding-left: 25px;
	position: relative
}
ul.wc_payment_methods input[type=radio] + label:before, ul.woocommerce-shipping-methods input[type=radio] + label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 1px;
	box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2)
}
ul.wc_payment_methods input[type=radio]:checked + label:before, ul.woocommerce-shipping-methods input[type=radio]:checked + label:before {
	border: 5px solid #2196F3
}
ul.wc_payment_methods {
	margin: 0;
	list-style: none
}
ul.wc_payment_methods .wc_payment_method img {
	max-width: 120px
}
ul.wc_payment_methods .about_paypal {
	font-size: 0.8em;
	padding-left: 10px;
	vertical-align: middle
}
ul.wc_payment_methods .payment_box p {
	margin: 5px 0 10px;
	font-size: 0.9286em
}
.woocommerce-privacy-policy-text {
	margin: 1em 0 2em
}
.woocommerce-terms-and-conditions-wrapper p.form-row {
	margin-bottom: 20px
}
.la-advanced-product-filters .widget .widget-title {
	font-size: 1.125em;
	margin-bottom: 20px;
	font-family: inherit;
	letter-spacing: 0;
	font-weight: 600
}
.la-advanced-product-filters .widget .widget-title:after {
	display: none
}
.la-advanced-product-filters .widget ul li {
	padding: 0;
	margin-bottom: 15px
}
.sidebar-inner .product-categories li {
	color: var(--theme-body-font-color)
}
.sidebar-inner .product-categories li:last-child {
	border: none
}
.sidebar-inner .product-categories li a {
	display: inline-block
}
.sidebar-inner .product-categories .active > a, .sidebar-inner .product-categories .current-cat > a {
	color: var(--theme-primary-color)
}
.widget_layered_nav .la-swatches-widget-opts {
	margin-left: -10px;
	margin-right: -10px
}
.widget_layered_nav .la-swatches-widget-opts li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 10px
}
.widget_layered_nav .la-swatches-widget-opts li .count {
	display: none
}
.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
	padding: 0;
	margin: 0;
	border-radius: 50%
}
.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor {
	width: 28px !important;
	height: 28px !important;
	border-radius: 50%
}
.widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):after, .widget_layered_nav .la-swatches-widget-opts li:hover .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):after {
	content: "";
	font-family: LaStudioIcons;
	position: absolute;
	top: 6px;
	font-size: 16px;
	line-height: 1;
	left: 7px;
	color: #fff
}
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li a:before {
	content: "";
	font-size: 10px;
	margin-right: 10px;
	float: left;
	line-height: 1;
	margin-top: 0.5em;
	border: 1px solid var(--theme-three-color);
	width: 15px;
	height: 15px
}
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li a:after {
	font-family: LaStudioIcons;
	position: absolute;
	left: 0;
	font-size: 10px;
	margin-left: 3px;
	margin-top: 3px;
	color: #fff
}
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li.chosen a:before, .widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li:hover a:before {
	background-color: var(--theme-primary-color);
	border-color: transparent
}
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li.chosen a:after, .widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li:hover a:after {
	content: ""
}
.widget_layered_nav .count {
	font-size: 0.875em
}
.widget_layered_nav.hide-count .count {
	display: none
}
.woocommerce-pagination.wc-toolbar ul.page-numbers {
	float: left
}
.woocommerce-pagination.wc-toolbar .lasf-custom-dropdown {
	float: right;
	margin: 1px 0 0
}
.woocommerce-pagination.wc-toolbar .lasf-custom-dropdown ul {
	bottom: 100%;
	margin: 0 0 -1px
}
p.form-row {
	margin-bottom: 20px
}
.la_wishlist_table.shop_table.woocommerce-cart-form__contents {
	border-bottom: 1px solid var(--theme-border-color)
}
@media (max-width: 767px) {
	.la-advanced-product-filters {
		position: fixed;
		left: 0;
		top: 0;
		width: 300px;
		display: block !important;
		z-index: 100;
		height: 100%;
		overflow: auto;
		min-height: 100vh;
		visibility: hidden !important;
		opacity: 0 !important;
		transition: all 400ms ease-out;
		transform: translate(-200px, 0);
		background-color: #fff
	}
	.la-advanced-product-filters .sidebar-inner--filters {
		flex-direction: column;
		padding-top: 80px;
		padding-left: 20px;
		padding-right: 20px
	}
	.la-advanced-product-filters .sidebar-inner--filters .widget {
		width: 100%
	}
	.open-advanced-shop-filter .la-advanced-product-filters {
		transform: translate(0, 0);
		visibility: visible !important;
		opacity: 1 !important
	}
	.open-advanced-shop-filter main#main {
		z-index: 4
	}
	.open-advanced-shop-filter .footer-handheld-footer-bar, .open-advanced-shop-filter div.wpbar {
		z-index: 3
	}
	.close-advanced-product-filters {
		position: fixed;
		display: block !important;
		top: 20px;
		right: 20px;
		font-size: 30px;
		line-height: 1
	}
	.btn-advanced-shop-filter:before {
		content: "";
		height: calc(1em + 11px);
		display: block
	}
	.btn-advanced-shop-filter span {
		display: none
	}
	.wc-toolbar .lasf-custom-dropdown.wc-custom-filters {
		margin-right: 10px
	}
	.wc-toolbar .lasf-custom-dropdown button.btn-advanced-shop-filter {
		padding: 6px 20px
	}
	.wc-toolbar .lasf-custom-dropdown button.btn-advanced-shop-filter:after {
		right: 20px;
		content: "";
		font-size: 18px
	}
	.wc-toolbar .lasf-custom-dropdown ul li a {
		padding-top: 4px;
		padding-bottom: 4px
	}
	.widget_layered_nav .la-swatches-widget-opts li {
		width: 50%;
		margin: 0
	}
	.wc-toolbar .wc-view-item {
		display: none
	}
}
.wc-toolbar-container.--hide-toolbar {
	display: none
}
div#la_compare_table_wrapper {
	font-size: 14px
}
.la-compare-table.show-vtb::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: transparent
}
.la-compare-table.show-vtb::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent
}
.la-compare-table.show-vtb::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--theme-border-color)
}
.la-compare-table.show-vtb::-webkit-scrollbar-corner {
	background-color: transparent;
	border-color: transparent
}
.la-compare-table-heading.show-vtb {
	bottom: 10px
}
.products-grid .slick-arrow {
	bottom: 50%
}
.prods_masonry li.product_item:not(.showmenow) {
	opacity: 0
}
.product_item--title a {
	transition-property: color, border-color
}
.item--overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 250ms ease-out
}
.products {
	list-style: none;
	padding: 0;
	margin: 0 -15px
}
.products.products-list .item-inner:after, .products.products-list .item-inner:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.products.products-list .item-inner:after {
	clear: both
}
.products .product-category img {
	width: 100%;
	transition: opacity 0.35s, transform 1s
}
.products .product-category .count {
	display: none
}
.labtn-icon {
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.labtn-icon-quickview:before {
	content: ""
}
.labtn-icon-wishlist:before {
	content: "";
	bottom: -1px;
	position: relative
}
.added .labtn-icon-wishlist:before {
	content: ""
}
.labtn-icon-compare:before {
	content: ""
}
.labtn-icon-cart:before {
	content: ""
}
.catalog-grid-1.grid-space-default .product-category {
	margin-bottom: 30px
}
.catalog-grid-1 .product-category .cat-information {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center
}
.catalog-grid-1 .product-category .woocommerce-loop-category__title {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #fff;
	margin: 0;
	padding: 20px 30px;
	line-height: 20px;
	min-width: 160px;
	text-align: center
}
.catalog-grid-1 .product-category .item--overlay {
	visibility: visible;
	opacity: 0.9;
	background-color: transparent;
	transition: all 450ms ease-out
}
.catalog-grid-1 .product-category a {
	display: block;
	position: relative;
	overflow: hidden
}
.catalog-grid-1 .product-category a:hover img {
	transform: scale(1.2)
}
.catalog-grid-1 .product-category a:hover .item--overlay {
	background-color: rgba(52, 53, 56, 0.2)
}
.product_item--inner .lastudio-countdown-timer {
	position: absolute;
	top: 20px;
	z-index: 2;
	width: 100%;
	padding: 0 10px;
	left: 0
}
.lastudio-countdown--inprod .lastudio-countdown-timer {
	color: #FF8647;
	font-weight: 600;
	font-size: 0.875em;
	direction: ltr;
	justify-content: flex-start
}
.lastudio-countdown--inprod .lastudio-countdown-timer .lastudio-countdown-timer__item {
	margin: 0
}
.lastudio-countdown--inprod .lastudio-countdown-timer .lastudio-countdown-timer__item .lastudio-countdown-timer__item-label {
	display: none
}
.lastudio-countdown--inprod .lastudio-countdown-timer .lastudio-countdown-timer__separator:last-child {
	padding: 0 2px
}
.product_item--info .elementor-lastudio-countdown-timer {
	display: none
}
.product_item--info .la-custom-badge {
	display: none !important
}
.product_item--rating {
	line-height: 1;
	margin-bottom: 10px
}
.product_item .item--overlay {
	background-color: var(--theme-secondary-color);
	z-index: 2
}
.product_item .product_item--thumbnail {
	position: relative;
	z-index: 2;
	overflow: hidden
}
.product_item .product_item--thumbnail-holder {
	text-align: center
}
.product_item .product_item--thumbnail-holder a {
	display: block
}
.product_item .product_item--thumbnail-holder a img {
	width: 100%;
	display: block
}
.product_item .product_item--info {
	position: relative;
	z-index: 2;
	padding-top: 0.875em;
	padding-bottom: 0.875em
}
.product_item .added_to_cart, .product_item .item--excerpt, .product_item.prod-rating-off .product_item--rating, .product_item .product_item--rating ~ .product_item--rating {
	display: none
}
.product_item .price {
	line-height: 1.4;
	display: block;
	font-size: 1em;
	color: var(--theme-primary-color)
}
.product_item .price del {
	font-weight: normal;
	opacity: 0.5;
	color: var(--theme-body-font-color);
	font-size: 0.75em
}
.product_item .reset_variations, .product_item .single_variation_wrap {
	display: none !important
}
.product_item .variations_form table, .product_item .variations_form tbody, .product_item .variations_form td, .product_item .variations_form tr {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%
}
.product_item .variations_form .swatch-label, .product_item .variations_form th.label {
	display: none
}
.product_item .swatch-wrapper .swatch-anchor {
	width: 15px !important;
	height: 15px !important
}
.product_item .swatch-wrapper.swatch-only-label {
	box-shadow: none !important
}
.product_item .swatch-wrapper.swatch-only-label .swatch-anchor {
	min-width: 0 !important;
	min-height: 0 !important;
	line-height: 15px !important;
	width: auto !important
}
.product_item .swatch-wrapper:nth-of-type(4) ~ .swatch-wrapper {
	display: none
}
.product_item .swatch-wrapper:nth-of-type(5) ~ .swatch-wrapper-more {
	display: inline-block
}
.product_item--thumbnail .product_item--deals-info {
	display: none
}
.products-list .product_item--info-action .button {
	line-height: 24px;
	text-transform: uppercase;
	border: none;
	vertical-align: middle;
	padding: 0
}
.products-list .product_item--info-action .button.quickview {
	display: none
}
.products-list .product_item--info-action .labtn-icon-cart {
	display: none
}
.products-list .product_item--info-action .la-addcart {
	margin-right: 15px;
	background-color: var(--theme-secondary-color);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 14px
}
.products-list .product_item--info-action .la-addcart:hover {
	background-color: var(--theme-primary-color);
	color: #fff
}
.products-list .product_item--info-action .add_compare, .products-list .product_item--info-action .add_wishlist {
	width: 40px;
	background: none;
	color: var(--theme-secondary-color);
	font-size: 18px
}
.products-list .product_item--info-action .add_compare .labtn-text, .products-list .product_item--info-action .add_wishlist .labtn-text {
	display: none
}
.products-list .product_item--info-action .add_compare:hover, .products-list .product_item--info-action .add_wishlist:hover {
	color: var(--theme-primary-color)
}
.products-list .product_item {
	width: 100%;
	padding-bottom: 40px
}
.products-list .product_item .product_item--thumbnail {
	float: left;
	width: 32%
}
.products-list .product_item .product_item--thumbnail .button:not(.quickview) {
	display: none
}
.products-list .product_item .product_item--thumbnail .quickview {
	background-color: #fff;
	color: var(--theme-secondary-color);
	border-radius: 50%;
	padding: 0;
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	transform: translate(0, 40px);
	z-index: 3
}
.products-list .product_item .product_item--thumbnail .quickview:hover {
	background-color: var(--theme-primary-color);
	color: #fff
}
.products-list .product_item .product_item--thumbnail .quickview .labtn-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 22px
}
.products-list .product_item .product_item--thumbnail .quickview .labtn-text {
	font-weight: normal;
	position: absolute;
	padding: 5px 12px;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.2s, margin 0.3s;
	white-space: pre;
	font-size: 12px;
	font-family: sans-serif;
	transform: translateX(-50%);
	left: 50%;
	line-height: 14px;
	top: -30px;
	margin-top: -12px;
	background-color: #fff;
	color: var(--theme-secondary-color)
}
.products-list .product_item .product_item--thumbnail .quickview .labtn-text:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	opacity: 0.9
}
.products-list .product_item .product_item--thumbnail .quickview:hover .labtn-text {
	visibility: inherit;
	opacity: 1;
	margin-top: -5px
}
.products-list .product_item .product_item--info {
	padding-left: 50px;
	float: left;
	width: 68%;
	padding-top: 0
}
.products-list .product_item .product_item--rating {
	margin-top: -5px
}
.products-list .product_item .item--excerpt {
	display: block;
	margin-bottom: 20px;
	font-size: 0.875em
}
.products-list .product_item form.variations_form {
	margin-bottom: 1em
}
.products-list .product_item .product_item--title {
	font-size: 1.125em;
	margin-bottom: 15px
}
.products-list .product_item .price {
	margin-bottom: 15px;
	font-size: 1.125em
}
.products-list .product_item .la-swatch-control {
	margin-bottom: 20px
}
.products-list .product_item:hover .product_item--thumbnail .quickview {
	opacity: 1;
	transform: translate(0, 0)
}
.products-list .product_item:hover .item--overlay {
	opacity: 0.5
}
.products-grid li.product_item .product_item--action:hover .button {
	transition-delay: 0s
}
.products-grid .button {
	vertical-align: middle;
	width: 44px;
	height: 44px;
	padding: 0;
	line-height: 44px;
	font-size: 16px;
	position: relative;
	opacity: 0;
	background-color: #fff;
	color: var(--theme-secondary-color);
	margin: 5px;
	transform: translate(0, 40px);
	transition-delay: 100ms
}
.products-grid .button + .button {
	transition-delay: 150ms
}
.products-grid .button + .button + .button {
	transition-delay: 200ms
}
.products-grid .button .labtn-icon {
	display: block
}
.products-grid .button .labtn-text {
	font-weight: normal;
	position: absolute;
	padding: 5px 12px;
	z-index: 3;
	opacity: 0;
	white-space: pre;
	font-size: 12px;
	font-family: sans-serif;
	bottom: 100%;
	line-height: 14px;
	left: 50%;
	background-color: #333;
	color: #fff;
	text-transform: none;
	border-radius: 2px;
	transition: opacity 0.2s, margin 0.3s;
	transform: translateX(-50%);
	pointer-events: none
}
.products-grid .button .labtn-text:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	opacity: 0.9;
	transform: translateX(-50%)
}
.products-grid .button.added {
	color: var(--theme-primary-color)
}
.products-grid .button:hover {
	color: #fff;
	background-color: var(--theme-primary-color)
}
.products-grid .button:hover .labtn-text {
	visibility: inherit;
	opacity: 1;
	margin-bottom: 10px
}
.products-grid .product_item--title {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.4
}
.products-grid .product_item--info .la-swatch-control {
	line-height: 0
}
.products-grid .product_item_thumbnail_action .wrap-addto {
	position: absolute;
	bottom: calc(50% - 25px);
	z-index: 2;
	width: 100%;
	text-align: center
}
.products-grid .product_item--info-action {
	display: none
}
.products-grid .product_item--inner {
	height: 100%
}
.products-grid .product_item--inner:hover .button {
	opacity: 1;
	transform: translate(0, 0)
}
.products-grid .product_item--inner:hover .item--overlay {
	opacity: 0.2
}
.product_item--category-link {
	font-size: 0.875em;
	margin-bottom: 5px;
	color: var(--theme-primary-color);
	display: none
}
.product_item--category-link a + a:before {
	content: ", "
}
.product_item--category-link a:not(:first-child) {
	display: none
}
.product_item--category-link a:hover {
	text-decoration: underline
}
.products-grid-2 .product_item--info {
	display: flex;
	justify-content: space-between
}
.products-grid-2 .product_item_thumbnail_action .add_wishlist, .products-grid-2 .product_item_thumbnail_action .la-addcart {
	display: none
}
.products-grid-2 .labtn-icon-cart:before {
	content: "";
	font-weight: 600
}
.products-grid-2 .product_item--info-inner {
	flex: 1 0 0%
}
.products-grid-2 .product_item--info-action {
	display: block
}
.products-grid-2 .product_item--info-action .button {
	transform: translate(0, 0);
	transition-delay: 0ms;
	opacity: 1;
	width: auto;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	background-color: transparent;
	color: var(--theme-primary-color)
}
.products-grid-2 .product_item--info-action .button:hover {
	background-color: transparent;
	color: var(--theme-secondary-color)
}
.products-grid-2 .product_item--info-action .button:not(.la-addcart):not(.add_wishlist) {
	display: none
}
.products-grid-2 .product_item--info-action .wrap-addto {
	display: flex;
	flex-flow: row-reverse;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px
}
.products-grid-3 .product_item--info {
	text-align: center
}
.products-grid-3 .button {
	margin: 2px;
	background-color: var(--theme-secondary-color);
	color: #fff
}
.products-grid-3 .button:hover {
	background-color: var(--theme-primary-color);
	color: #fff
}
.products-grid-3 .product_item_thumbnail_action .wrap-addto {
	bottom: -2px
}
.products-grid-4 .product_item--category-link {
	display: block;
	margin-right: auto
}
.products-grid-4 .product_item--info-inner {
	display: flex;
	flex-flow: row wrap
}
.products-grid-4 .product_item--title {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%
}
.products-grid-4 .product_item--rating {
	-webkit-box-ordinal-group: -2;
	-ms-flex-order: -3;
	order: -3;
	width: 100%
}
.products-grid-4 .variations_form {
	width: 100%;
	transform: translateY(-20px);
	position: absolute;
	top: 100%;
	transition: all 0.2s;
	visibility: hidden;
	opacity: 0
}
.products-grid-4 .variations_form tr {
	width: 49%;
	display: inline-block
}
.products-grid-4 .variations_form tr th.label {
	display: block;
	color: var(--theme-three-color);
	font-size: 0.875em
}
.products-grid-4 .variations_form .swatch-wrapper {
	border-radius: 50%
}
.products-grid-4 .product_item--inner {
	position: relative
}
.products-grid-4 .product_item--inner:before {
	content: "";
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -20px;
	top: -30px;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s
}
.products-grid-4 .price {
	color: var(--theme-secondary-color)
}
.products-grid-4 .product_item:hover {
	z-index: 3
}
.products-grid-4 .product_item:hover .product_item--inner:before {
	opacity: 1;
	visibility: inherit
}
.products-grid-4 .has-variation-form:hover .product_item--inner:before {
	bottom: calc(-1 * (30px + var(--variations_form, 50px)))
}
.products-grid-4 .has-variation-form:hover .variations_form {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0)
}
.products-grid-5 .product_item--info-inner {
	display: flex;
	flex-wrap: wrap
}
.products-grid-5 .product_item--title {
	flex: 1 0 0%;
	margin: 0 10px 0 0
}
.products-grid-5 .product_item--rating, .products-grid-5 .variations_form {
	width: 100%
}
.products-grid-5 .product_item--info {
	padding-left: 1em;
	padding-right: 1em;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #fff;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%)
}
.products-grid-5 .product_item_thumbnail_action .wrap-addto {
	margin-bottom: calc(var(--item_info) / 3)
}
.products-grid-5 .product_item--inner {
	position: relative;
	overflow: hidden
}
.products-grid-5 .product_item--inner:hover .product_item--info {
	transform: translateY(0);
	visibility: inherit;
	opacity: 1
}
.products-grid-6 .product_item--info {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff
}
.products-grid-6 .product_item--info-inner {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	transform: translateY(20px)
}
.products-grid-6 .product_item_thumbnail_action {
	display: none
}
.products-grid-6 .product_item--info-action {
	display: block;
	margin-top: 20px
}
.products-grid-6 .price del, .products-grid-6 .product_item--title {
	color: #fff;
	opacity: 1
}
.products-grid-6 .product_item--inner {
	position: relative
}
.products-grid-6 .product_item--inner:hover .item--overlay {
	background-color: #000;
	opacity: 0.7
}
.products-grid-6 .product_item--inner:hover .product_item--info-inner {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0)
}
.product_item--thumbnail .figure__object_fit > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.product_item--thumbnail .p_img-second {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	opacity: 0;
	width: 100%;
	height: 100%
}
.product_item--thumbnail .p_img-second img {
	height: 100%;
	object-fit: cover
}
.product_item.thumb-has-effect .product_item--thumbnail:hover .p_img-second {
	opacity: 1
}
.products-grid.products-grid-mini .la-custom-badge, .products-list.products-list-mini .la-custom-badge {
	display: none
}
.products-grid.products-grid-mini .product_item--thumbnail-holder .p_img-first, .products-list.products-list-mini .product_item--thumbnail-holder .p_img-first {
	padding: 0
}
.products-grid.products-grid-mini .product_item--thumbnail-holder .p_img-second > div, .products-list.products-list-mini .product_item--thumbnail-holder .p_img-second > div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.products-grid.products-grid-mini .product_item .item--overlay, .products-list.products-list-mini .product_item .item--overlay {
	display: none
}
.products-grid.products-grid-mini .product_item .product_item--inner, .products-list.products-list-mini .product_item .product_item--inner {
	display: flex;
	flex-flow: row wrap
}
.products-grid.products-grid-mini .product_item .product_item--thumbnail, .products-list.products-list-mini .product_item .product_item--thumbnail {
	width: 110px
}
.ltr .products-grid.products-grid-mini .product_item .product_item--thumbnail, .ltr .products-list.products-list-mini .product_item .product_item--thumbnail {
	padding-right: 20px
}
.rtl .products-grid.products-grid-mini .product_item .product_item--thumbnail, .rtl .products-list.products-list-mini .product_item .product_item--thumbnail {
	padding-left: 20px
}
.products-grid.products-grid-mini .product_item .product_item--info, .products-list.products-list-mini .product_item .product_item--info {
	width: calc(100% - 110px);
	padding: 0
}
.products-grid.cover-img-bg .product_item--inner {
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}
.products-grid.cover-img-bg .product_item--inner .product_item--thumbnail {
	flex-grow: 2;
	flex-basis: 100%
}
.products-grid.cover-img-bg .product_item--inner .product_item--thumbnail-holder, .products-grid.cover-img-bg .product_item--inner .woocommerce-loop-product__link {
	display: block;
	width: 100%;
	height: 100%
}
.products-grid.cover-img-bg .product_item--inner .figure__object_fit {
	height: 100%
}
.products-grid.cover-img-bg .product_item--inner .figure__object_fit img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.wc_page_description .page-description {
	padding-bottom: 1.5em
}
.rtl .products-list .product_item .product_item--thumbnail {
	float: right
}
.rtl .products-list .product_item .product_item--info {
	padding-right: 50px;
	padding-left: 0
}
@media (max-width: 1200px) {
	.rtl .products-list .product_item .product_item--info {
		padding-right: 30px
	}
}
.rtl .products-list .product_item--info-action .la-addcart {
	margin-left: 15px;
	margin-right: 0
}
.woocommerce-product-gallery__actions {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 15px;
	display: flex;
	flex-direction: column
}
.woocommerce-product-gallery__actions a {
	background: #fff;
	color: var(--theme-secondary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
	border-radius: 50%;
	display: block;
	margin: 5px;
	order: 2;
	transition: all 0.3s;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1)
}
.woocommerce-product-gallery__actions a span {
	display: inline-block;
	pointer-events: none;
	vertical-align: middle
}
.woocommerce-product-gallery__actions a span i {
	pointer-events: none
}
.woocommerce-product-gallery__actions a.video-link-popup {
	font-size: 20px;
	order: 1
}
.woocommerce-product-gallery__actions a:hover {
	background-color: var(--theme-secondary-color);
	color: #fff
}
.rtl .woocommerce-product-gallery__actions {
	right: auto;
	left: 20px
}
.la-woo-thumbs {
	direction: ltr
}
.woocommerce-product-gallery__wrapper {
	direction: ltr
}
.woocommerce-product-gallery__wrapper embed, .woocommerce-product-gallery__wrapper iframe, .woocommerce-product-gallery__wrapper object, .woocommerce-product-gallery__wrapper video {
	width: 100%;
	max-width: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100% !important
}
.woocommerce-product-gallery__wrapper a[data-videolink^=http] {
	display: block;
	position: relative;
	width: 100%;
	z-index: 9
}
.la-woo-product-gallery > .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	z-index: 2;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
	color: #ffffff
}
.la-woo-product-gallery > .woocommerce-product-gallery__trigger:before {
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "";
	line-height: inherit;
	text-indent: 0
}
.la-woo-thumbs .la-thumb-inner {
	margin-left: -10px;
	margin-right: -10px
}
.la-woo-thumbs .la-thumb {
	width: 100%;
	float: left;
	margin: 10px;
	border: 1px solid transparent
}
.la-woo-thumbs .la-thumb.slick-current.slick-active {
	border-color: var(--theme-primary-color)
}
.la-woo-thumbs .la-thumb:not(.slick-current) img {
	opacity: 0.5
}
.la-woo-thumbs .la-thumb div {
	position: relative
}
.la-woo-thumbs .la-thumb div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 53, 56, 0.4)
}
.la-woo-thumbs .la-thumb .play-overlay {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	position: absolute
}
.la-woo-thumbs .slick-arrow {
	line-height: 24px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 12px);
	color: #1E1E1E;
	background-color: transparent
}
.la-woo-thumbs .slick-arrow:hover {
	color: var(--theme-primary-color)
}
.la-woo-thumbs .slick-arrow.slick-disabled {
	opacity: 0
}
.la-woo-thumbs .slick-vertical .slick-arrow {
	top: 100%;
	opacity: 1;
	transform: rotate(90deg)
}
.la-woo-thumbs .slick-vertical .slick-prev {
	left: 15px;
	right: auto
}
.la-woo-thumbs .slick-vertical .slick-next {
	right: 15px;
	left: auto
}
.product-main-image {
	margin-bottom: 30px
}
@media (min-width: 991px) {
	.product-main-image {
		width: var(--theme-wc-single-main-image-width)
	}
}
.product-main-image .p---large {
	position: relative;
	overflow: hidden
}
.product-main-image img {
	width: 100%
}
.product-main-image .la_woo_loading {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.product-main-image .la-woo-product-gallery {
	width: 100%;
	position: relative;
	margin-bottom: 10px
}
.product-main-image img.zoomImg {
	display: none;
	pointer-events: none
}
.product-main-image .swatch-loading {
	pointer-events: none;
	position: relative;
	overflow: hidden
}
.product-main-image .swatch-loading .la_woo_loading {
	opacity: 1;
	visibility: visible
}
.product-main-image .swatch-loading .la-woo-product-gallery {
	position: static !important
}
.product-main-image .swatch-loading .la-woo-product-gallery .woocommerce-product-gallery__wrapper, .product-main-image .swatch-loading .la-woo-thumbs .la-thumb-inner {
	opacity: 0.3
}
.product-main-image .no-gallery .la-woo-thumbs {
	display: none
}
@media (min-width: 992px) {
	.la-p-single-2 .product-main-image .la-woo-product-gallery {
		position: relative;
		width: calc(100% - 110px)
	}
	.ltr .la-p-single-2 .product-main-image .la-woo-product-gallery {
		float: right
	}
	.rtl .la-p-single-2 .product-main-image .la-woo-product-gallery {
		float: left
	}
	.la-p-single-2 .product-main-image .la-woo-thumbs {
		position: relative;
		width: 90px;
		margin-top: -9px
	}
	.ltr .la-p-single-2 .product-main-image .la-woo-thumbs {
		float: left
	}
	.rtl .la-p-single-2 .product-main-image .la-woo-thumbs {
		float: right
	}
	.la-p-single-2 .no-gallery .la-woo-product-gallery {
		width: 100%
	}
}
@media (min-width: 1500px) {
	.la-p-single-2 .product-main-image .la-woo-thumbs {
		width: 130px
	}
	.la-p-single-2 .product-main-image .la-woo-product-gallery {
		width: calc(100% - 150px)
	}
	.la-p-single-2 .no-gallery .la-woo-product-gallery {
		width: 100%
	}
}
.s_product_content_top .product-nextprev {
	float: right;
	line-height: 20px;
	font-size: 20px;
	margin-top: -45px
}
.rtl .s_product_content_top .product-nextprev {
	float: left
}
.s_product_content_top .product-nextprev a {
	display: inline-block
}
.s_product_content_top .product-nextprev a i {
	line-height: inherit;
	vertical-align: middle
}
.s_product_content_top .product-nextprev a + a {
	margin-left: 10px
}
.rtl .s_product_content_top .product-nextprev a + a {
	margin-left: 0;
	margin-right: 10px
}
.product--summary .cart {
	margin-bottom: 30px
}
.product--summary .product_title {
	font-size: var(--theme-h3-font-size);
	margin-bottom: 15px
}
.product--summary .woocommerce-product-rating {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1;
	padding-top: 6px;
	margin-right: 10px
}
.rtl .product--summary .woocommerce-product-rating {
	float: left
}
.ltr .product--summary .woocommerce-product-rating {
	float: right
}
.product--summary .woocommerce-product-rating .product_item--rating {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0
}
.product--summary .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px
}
.product--summary .single-price-wrapper {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--theme-border-color)
}
.product--summary .single-price-wrapper span.price {
	display: block
}
.product--summary .single-price-wrapper .price {
	font-size: 24px;
	line-height: 1;
	color: var(--theme-primary-color)
}
.product--summary .single-price-wrapper .price:not(:last-child) {
	display: none
}
.product--summary .single-price-wrapper .price del {
	font-weight: normal;
	font-size: 16px;
	color: var(--theme-three-color)
}
.product--summary .product_meta {
	font-size: 0.875em;
	border-top: 1px solid var(--theme-border-color);
	padding-top: 20px;
	padding-bottom: 15px
}
.product--summary .product_meta > span {
	display: block;
	padding-bottom: 5px
}
.product--summary .product_meta a {
	color: var(--theme-secondary-color)
}
.product--summary .product_meta a:hover {
	text-decoration: underline
}
.product--summary .product_meta_sku_wrapper {
	margin-bottom: 40px;
	font-size: 0.875em
}
.product--summary .product_meta_sku_wrapper .sku_wrapper {
	display: block
}
.product--summary .woocommerce-product-details__short-description {
	margin-bottom: 2em;
	padding-top: 5px
}
.product--summary .woocommerce-product-details__short-description ul {
	list-style: inside circle;
	margin: 0
}
.product--summary .product-share-box {
	border-top: 1px solid var(--theme-border-color);
	padding-top: 20px
}
.product--summary .product-share-box label {
	display: none
}
.product--summary .social--sharing a {
	margin: 0 20px 0 0;
	font-size: 18px;
	display: inline-block
}
.product--summary .social--sharing a i {
	vertical-align: middle
}
.product--summary .social--sharing a:hover {
	color: var(--theme-primary-color)
}
.product--summary .single_add_to_cart_button {
	font-size: 16px;
	line-height: 30px;
	min-width: 230px;
	vertical-align: middle;
	font-weight: normal;
	padding: 15px 30px
}
.product--summary .single_add_to_cart_button.disabled {
	cursor: not-allowed
}
.product--summary .group_table, .product--summary .group_table td {
	border: none;
	padding: 0
}
.product--summary .group_table tr {
	float: left;
	width: 100%;
	padding-left: 80px;
	position: relative;
	min-height: 60px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 10px
}
.product--summary .group_table td:first-child {
	position: absolute;
	left: 0;
	width: auto;
	padding: 0
}
.product--summary .group_table .stock {
	background: none;
	color: inherit;
	padding: 0 0 0 10px;
	display: inline;
	margin: 0 0 0 10px
}
.product--summary .group_table .stock {
	font-weight: normal
}
.product--summary .group_table .woocommerce-grouped-product-list-item__label {
	color: var(--theme-secondary-color)
}
.product--summary .group_table .woocommerce-grouped-product-list-item__label, .product--summary .group_table .woocommerce-grouped-product-list-item__price {
	width: 100%;
	text-align: left;
	display: block;
	padding: 0 0 0 15px
}
.product--summary .group_table .add_to_cart_button {
	padding: 10px;
	margin-top: 10px
}
.product--summary .group_table .add_to_cart_button .labtn-icon {
	display: none
}
.product--summary .group_table tr.product-type-variable {
	padding-left: 120px
}
.product--summary .variations {
	margin-bottom: 15px
}
.product--summary .variations, .product--summary .variations td, .product--summary .variations th {
	border: none
}
.product--summary .variations th,
.product--summary .variations td {
	padding: 0;
	display: inline-block;
	vertical-align: middle
}
.product--summary .variations th.label {
	min-width: 100px
}
.product--summary .variations td.value {
	width: calc(100% - 110px)
}
.product--summary .variations .label .swatch-label {
	display: none
}
.product--summary .variations .label .swatch-label:not(:empty):before {
	content: ":";
	margin-left: 5px;
	padding-right: 5px
}
.product--summary .woocommerce-variation-price {
	float: left
}
.product--summary .variations_button {
	clear: both
}
.wc-tabs-outer .comment-form-rating {
	clear: both;
	margin-bottom: 15px
}
.wc-tabs {
	padding: 0;
	margin: 0 0 40px
}
.wc-tabs li {
	display: inline-block
}
.wc-tabs li a {
	position: relative;
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 14px
}
.wc-tab {
	margin-bottom: 10px
}
.wc-tab .wc-tab-title {
	display: none;
	position: relative
}
.wc-tab .wc-tab-title:after {
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 0;
	top: 13px;
	font-size: 12px;
	font-weight: normal
}
.wc-tab .wc-tab-title a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid var(--theme-secondary-color);
	color: var(--theme-secondary-color);
	text-transform: uppercase
}
.wc-tab.active .wc-tab-title a {
	font-weight: 600;
	color: var(--theme-primary-color)
}
.wc-tab.active .wc-tab-title:after {
	content: ""
}
.wc-tab .tab-content {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden
}
.wc_tabs_at_bottom .wc-tabs-wrapper {
	margin-bottom: 60px
}
.wc_tabs_at_bottom .wc-tabs {
	text-align: center;
	border-top: 1px solid var(--theme-border-color);
	margin-top: 90px
}
.wc_tabs_at_bottom .wc-tabs li {
	margin-bottom: -2px;
	margin-right: 50px
}
.wc_tabs_at_bottom .wc-tabs li a {
	padding: 20px 0 0;
	font-size: 1.125em;
	position: relative;
	text-transform: uppercase;
	color: var(--theme-three-color)
}
.wc_tabs_at_bottom .wc-tabs li a:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	left: calc(50% - 25px);
	top: -1px
}
.wc_tabs_at_bottom .wc-tabs li.active > a {
	color: var(--theme-secondary-color);
	font-weight: 600
}
.wc_tabs_at_bottom .wc-tabs li.active > a:after {
	background-color: var(--theme-primary-color)
}
.wc_tabs_at_top .la-wc-tabs-wrapper {
	margin-top: 40px
}
.wc_tabs_at_top .wc-tabs {
	text-align: left;
	margin-bottom: 0
}
.wc_tabs_at_top .wc-tabs li.active > a {
	background-color: #EFEFEF
}
.wc_tabs_at_top .wc-tabs-outer {
	margin-bottom: 30px
}
.la-psingle-tab-vertical .wc-tabs {
	display: none
}
.la-psingle-tab-vertical .wc-tab {
	display: block !important;
	margin-bottom: 20px
}
.la-psingle-tab-vertical .wc-tab .wc-tab-title {
	display: block
}
.la-psingle-tab-vertical .wc-tab:not(.active) .tab-content {
	display: none
}
#tab-additional_information p {
	margin: 0
}
.la-custom-pright:after, .la-custom-pright:before {
	content: "";
	display: table
}
.la-custom-pright .stock ~ .stock {
	display: none !important
}
.custom-product-wrap .block_heading--title {
	font-size: var(--theme-h3-font-size);
	border-top: 1px solid var(--theme-border-color);
	padding: 60px 0;
	margin: 0
}
.custom-product-wrap .products .lastudio-arrow {
	display: none !important;
	line-height: 26px
}
.custom-product-wrap .products .lastudio-arrow:before {
	display: inline-block;
	vertical-align: middle
}
.custom-product-wrap .products .lastudio-arrow.next-arrow {
	right: 0;
	left: auto
}
.custom-product-wrap .products .lastudio-arrow.prev-arrow {
	left: 0;
	right: auto
}
.la-p-single-3 .la-custom-pright:after, .la-p-single-3 .la-custom-pright:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.la-p-single-3 .la-custom-pright:after {
	clear: both
}
.la-p-single-3 .product-main-image .la-woo-product-gallery {
	border: none
}
.la-p-single-3 .woocommerce-product-gallery__image {
	margin-top: 20px
}
.la-p-single-3 .woocommerce-product-gallery__image .video-link-popup {
	display: none
}
.la-p-single-3 .woocommerce-product-gallery__image:first-child {
	margin-top: 0
}
.la-p-single-3 .woocommerce-product-gallery__image:first-child .video-link-popup {
	display: block
}
.la-p-single-3 .la-single-product-page .p-right.product--summary {
	position: static;
	margin-bottom: 0
}
.la-p-single-3 .product--large-image:not(.no-gallery) .woocommerce-product-gallery__actions, .la-p-single-4 .product--large-image:not(.no-gallery) .woocommerce-product-gallery__actions {
	bottom: auto;
	top: 20px;
	width: 100%;
	right: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	align-items: flex-end
}
.featherlight .la-single-product-page {
	margin: 0;
	display: flex
}
.featherlight .la-p-single-wrap .woocommerce-product-gallery__wrapper a {
	display: block;
	pointer-events: none
}
.featherlight .la-p-single-wrap .product-main-image {
	margin-bottom: 0;
	padding: 0
}
.featherlight .la-p-single-wrap .product-main-image .la-woo-product-gallery {
	margin-bottom: 0
}
.featherlight .la-p-single-wrap .product-main-image .no-gallery .la-woo-product-gallery {
	margin-bottom: 0
}
.featherlight .la-p-single-wrap .product--summary {
	font-size: 14px;
	margin-bottom: 0;
	overflow: auto;
	padding: 40px 35px 20px
}
.featherlight .product-main-image .la-woo-thumbs {
	display: none
}
.featherlight .product-main-image .la-woo-product-gallery {
	width: 100% !important
}
.featherlight .product-main-image .woocommerce-product-gallery__image .g-overlay {
	padding-bottom: 100%;
	background-size: cover;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 60vh
}
.featherlight .product-main-image .woocommerce-product-gallery__image img {
	display: none
}
.featherlight .slick-slider .slick-arrow {
	top: 50%;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -25px
}
.featherlight .product--summary .variations td.value select {
	height: 40px
}
.featherlight .product--summary .product-nextprev {
	margin-top: -15px;
	font-size: 20px
}
.featherlight .product--summary .product-nextprev a {
	margin-right: 10px
}
.pswp__caption {
	display: none
}
.tab-content .shop_attributes {
	max-width: 100%
}
.extradiv-after-frm-cart {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 15px
}
.extradiv-after-frm-cart a {
	font-size: 12px;
	display: inline-block
}
.rtl .extradiv-after-frm-cart a {
	margin-left: 25px
}
.ltr .extradiv-after-frm-cart a {
	margin-right: 25px
}
.extradiv-after-frm-cart i {
	font-size: 18px;
	vertical-align: text-bottom
}
.rtl .extradiv-after-frm-cart i {
	padding-left: 5px
}
.ltr .extradiv-after-frm-cart i {
	padding-right: 5px
}
.entry-summary p.stock {
	margin-bottom: 10px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: var(--theme-secondary-color)
}
.ltr .entry-summary p.stock {
	float: right
}
.rtl .entry-summary p.stock {
	float: left
}
.entry-summary p.stock i:before {
	content: "/";
	padding: 0 3px
}
.entry-summary p.stock.in-stock:before {
	content: "";
	font-family: LaStudioIcons;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid;
	font-size: 8px;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	color: #86BA45;
	margin-left: 5px;
	margin-right: 5px
}
.entry-summary .wrap-cart-cta {
	margin-bottom: 15px
}
.entry-summary .wrap-cart-cta [id^=wc-stripe] {
	display: none !important
}
.entry-summary .add_compare, .entry-summary .add_wishlist {
	background: none;
	color: var(--theme-secondary-color);
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 12px
}
.entry-summary .add_compare .labtn-icon, .entry-summary .add_wishlist .labtn-icon {
	font-size: 14px;
	margin-top: -2px
}
.entry-summary .add_compare .labtn-text, .entry-summary .add_wishlist .labtn-text {
	padding: 0 10px
}
.entry-summary .add_compare:hover, .entry-summary .add_wishlist:hover {
	color: var(--theme-primary-color)
}
.entry-summary .add_compare .labtn-icon-compare:before {
	content: ""
}
.woocommerce-product-gallery__image {
	position: relative
}
.woocommerce-product-gallery__image > a {
	width: 100%;
	display: inline-block;
	vertical-align: middle
}
.woocommerce-product-gallery__image > a > img {
	height: 100%;
	object-fit: cover;
	vertical-align: middle
}
.woocommerce-product-gallery__image .video-link-popup {
	position: absolute;
	bottom: 25px;
	z-index: 2;
	background: #fff;
	right: 25px;
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%
}
.woocommerce-product-gallery__image .video-link-popup i {
	vertical-align: middle;
	padding-left: 3px
}
.la-p-single-1 .la-woo-thumbs .la-thumb-inner {
	margin-left: auto;
	margin-right: auto;
	width: 510px;
	max-width: 100%
}
.la-p-single-1 .la-woo-thumbs .la-thumb {
	margin: 5px
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image {
	float: left;
	width: 50%;
	margin-bottom: 10px
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	width: 100%
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image a img {
	display: none
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image .g-overlay {
	padding-bottom: 120%;
	display: block;
	background-size: cover;
	background-position: center
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image .video-link-popup {
	display: none
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image:nth-child(3n+1) {
	width: 100%
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__image:nth-child(3n+1) .g-overlay {
	padding-bottom: 80%
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: calc(50% - 5px)
}
.la-p-single-4 .product--large-image:not(.no-gallery) .la-woo-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) {
	width: 100%
}
.single-page-article .woocommerce-product-gallery__wrapper .slick-arrow {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	top: calc(50% - 25px)
}
.la-p-single-4 .product--large-image[data-totalg="2"] .la-woo-product-gallery .woocommerce-product-gallery__image .g-overlay {
	padding-bottom: 52.5% !important
}
.p-left.product-main-image .product-nextprev {
	display: none
}
.la-p-single-5.la-p-single-wrap .s_product_content_top {
	display: block
}
.la-p-single-5.la-p-single-wrap .s_product_content_top > .product-main-image {
	width: 100%
}
.la-p-single-5.la-p-single-wrap .s_product_content_top > .product-main-image .p---large {
	overflow: inherit
}
.la-p-single-5.la-p-single-wrap .s_product_content_top > .product-main-image .product-nextprev {
	display: block
}
.la-p-single-5.la-p-single-wrap .s_product_content_top > .product--summary {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	float: none
}
.la-p-single-5.la-p-single-wrap .s_product_content_top > .product--summary .product-nextprev {
	display: none
}
.la-p-single-5.la-p-single-wrap .s_product_content_top .la-woo-thumbs {
	display: none
}
.la-p-single-5.la-p-single-wrap .s_product_content_top .woocommerce-product-gallery__actions {
	display: none
}
.la-p-single-5.la-p-single-wrap.wc_tabs_at_top {
	margin-bottom: 5em
}
.la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .entry-summary {
	display: flex;
	justify-content: space-between
}
.la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .summary-inner {
	width: 43%
}
.la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .la-wc-tabs-wrapper {
	width: 50%;
	margin: 0
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	display: flex;
	margin-left: 15px;
	margin-right: 15px;
	height: auto;
	overflow: hidden
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper.slick-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-track {
	display: flex;
	flex-wrap: wrap
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-track:after, .la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-track:before {
	display: none
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-arrow {
	opacity: 1;
	visibility: inherit;
	pointer-events: inherit;
	top: 50%;
	border-radius: 50%;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
	margin: -5px
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-prev {
	left: -20px;
	right: auto
}
.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-next {
	right: -20px;
	left: auto
}
.la-p-single-5.la-p-single-wrap .no-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.la-p-single-5.la-p-single-wrap .no-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: 50%
}
.prod-countdown-timer .lastudio-countdown-timer {
	justify-content: flex-start;
	font-family: var(--theme-three-font-family);
	color: var(--theme-secondary-color);
	font-style: italic;
	padding-bottom: 15px
}
.prod-countdown-timer .lastudio-countdown-timer__item {
	background: #fff;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 20px 20px 0
}
.prod-countdown-timer .lastudio-countdown-timer__item-value {
	font-size: 36px;
	line-height: 1
}
@media (min-width: 991px) {
	.s_product_content_top {
		display: flex
	}
}
.s_product_content_top > .product--summary {
	display: flex
}
.s_product_content_top > .product--summary > .la-custom-block, .s_product_content_top > .product--summary > .la-custom-pright {
	position: -webkit-sticky;
	position: sticky;
	top: var(--header-height);
	align-self: flex-start
}
.s_product_content_top > .product--summary .la-custom-pright {
	width: 100%
}
.s_product_content_top > .product--summary > .la-custom-block {
	width: 240px;
	flex: 0 0 240px
}
.rtl .s_product_content_top > .product--summary > .la-custom-block {
	margin-right: 50px
}
.ltr .s_product_content_top > .product--summary > .la-custom-block {
	margin-left: 50px
}
.force-disable-slider-script:after, .force-disable-slider-script:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.force-disable-slider-script:after {
	clear: both
}
@media (max-width: 380px) {
	.entry-summary .wrap-cart-cta {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%
	}
}
@media (max-width: 767px) {
	.la-single-product-page .product--summary .product-nextprev {
		display: none
	}
	.la-single-product-page form.cart.grouped_form {
		padding-top: 20px
	}
	.la-single-product-page form.cart.grouped_form div.quantity .qty {
		padding: 10px;
		width: 60px
	}
	.la-single-product-page .product--summary .grouped_form .woocommerce-grouped-product-list-item__quantity {
		border: none
	}
	.la-single-product-page .product--summary .entry-summary {
		padding: 20px 0 0
	}
}
.product--summary .commentlist .comment-text {
	padding: 20px
}
@media (max-width: 1500px) {
	.prod-countdown-timer .lastudio-countdown-timer__item {
		width: 70px;
		height: 70px;
		font-size: 13px
	}
	.prod-countdown-timer .lastudio-countdown-timer__item-value {
		font-size: 26px
	}
	.s_product_content_top > .product--summary > .la-custom-block {
		width: 200px;
		margin-left: 30px;
		flex: 0 0 200px
	}
	.wc_tabs_at_bottom .wc-tabs li {
		margin-right: 40px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-arrow {
		margin: 0
	}
	.wc_tabs_at_bottom .wc-tabs {
		margin-top: 50px
	}
}
@media (max-width: 1279px) {
	.product--summary .single_add_to_cart_button {
		min-width: 0
	}
	.product-main-image .la-woo-product-gallery {
		margin-bottom: 10px
	}
	.wc_tabs_at_bottom .wc-tabs-wrapper .tab-content {
		padding-left: 0;
		padding-right: 0
	}
	.s_product_content_top > .product--summary > .la-custom-block {
		display: none
	}
	.wc_tabs_at_bottom .wc-tabs li {
		margin-right: 20px
	}
	.product--summary .product_title {
		font-size: 24px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 12px
	}
}
@media (max-width: 991px) {
	.s_product_content_top {
		display: block
	}
	.s_product_content_top .la-woo-thumbs {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		width: 310px
	}
	.p-left.product-main-image .product-nextprev {
		display: block
	}
	.product--summary .product-nextprev {
		display: none
	}
	.wc_tabs_at_top .wc-tabs-wrapper .wc-tabs {
		display: none
	}
	.wc_tabs_at_top .wc-tabs-wrapper .wc-tab {
		display: block !important
	}
	.wc_tabs_at_top .wc-tabs-wrapper .wc-tab .tab-content {
		display: none;
		padding-top: 20px
	}
	.wc_tabs_at_top .wc-tabs-wrapper .wc-tab.active .tab-content {
		display: block
	}
	.wc_tabs_at_top .wc-tabs-wrapper .wc-tab-title {
		display: block
	}
	.entry-summary .wrap-cart-cta .quantity .qty {
		min-width: 10px;
		width: 20px
	}
	.custom-product-wrap {
		margin-top: 30px
	}
	.custom-product-wrap .la-slick-slider.grid-items li.product_item {
		padding-bottom: 0
	}
	.s_product_content_bottom {
		float: left;
		width: 100%;
		clear: both;
		order: 3
	}
	.wc_tabs_at_bottom .wc-tabs li a {
		border-bottom-width: 2px;
		padding: 5px 0
	}
	.wc_tabs_at_bottom .wc-tabs-wrapper {
		margin-bottom: 20px
	}
	.prod-countdown-timer .lastudio-countdown-timer__item {
		margin: 0 10px 10px 0
	}
	.prod-countdown-timer .lastudio-countdown-timer__item:last-child {
		margin-right: 0
	}
	.woocommerce-Reviews-title {
		font-size: 18px;
		margin: 0 0 30px
	}
	.product--summary .woocommerce-product-details__short-description {
		margin-bottom: 20px
	}
	.la-p-single-3 .woocommerce-product-gallery__image {
		width: 50%;
		display: inline-block;
		margin: 0;
		vertical-align: top
	}
	.la-p-single-3 .product--large-image[data-totalg="1"] .woocommerce-product-gallery__image {
		width: 100%
	}
	.body-col-1c .s_product_content_bottom {
		padding-top: 30px;
		padding-bottom: 40px
	}
	.custom-product-wrap .block_heading--title {
		margin-bottom: 30px
	}
}
@media (max-width: 767px) {
	.product--summary .product_title {
		font-size: 20px
	}
	.product--summary .single_add_to_cart_button {
		font-size: 14px;
		padding: 10px 30px
	}
	.entry-summary .wrap-cart-cta .quantity .qty {
		height: 48px
	}
	.wrap-cart-cta .quantity {
		width: 70px
	}
	.wrap-cart-cta .quantity span {
		width: 15px
	}
	.wc-tabs-wrapper {
		margin-top: 30px
	}
	.wc-tabs-wrapper .wc-tabs {
		display: none
	}
	.wc-tabs-wrapper .wc-tab {
		display: block !important
	}
	.wc-tabs-wrapper .wc-tab .tab-content {
		display: none;
		padding-top: 20px
	}
	.wc-tabs-wrapper .wc-tab.active .tab-content {
		display: block
	}
	.wc-tabs-wrapper .wc-tab-title {
		display: block
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper.slick-slider .slick-list {
		margin-left: -5px;
		margin-right: -5px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		margin-left: 5px;
		margin-right: 5px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-next {
		right: -15px
	}
	.la-p-single-5.la-p-single-wrap .woocommerce-product-gallery__wrapper .slick-prev {
		left: -15px
	}
	.la-p-single-5.la-p-single-wrap .s_product_content_top > .product-main-image {
		margin-bottom: 0
	}
	.la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .entry-summary {
		display: block
	}
	.la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .la-wc-tabs-wrapper, .la-p-single-5.la-p-single-wrap.wc_tabs_at_top .s_product_content_top .summary-inner {
		width: 100%
	}
	.la-p-single-5.la-p-single-wrap .s_product_content_top .woocommerce-product-gallery__actions {
		display: block
	}
}
@media (min-width: 1400px) {
	.row.s_product_content_top {
		margin-left: -30px;
		margin-right: -30px
	}
	.row.s_product_content_top > .p-left, .row.s_product_content_top > .p-right {
		padding-left: 30px;
		padding-right: 30px
	}
}
@media (min-width: 1824px) {
	.enable-main-fullwidth .wc_tabs_at_bottom .wc-tabs {
		margin-top: 100px;
		margin-bottom: 4em
	}
}
.s_product_content_bottom:empty {
	display: none
}
.s_product_content_bottom .custom-product-wrap + .custom-product-wrap {
	margin-top: 50px
}
.la-custom-wc-tab .tab-content, .wc_tabs_at_bottom #tab-additional_information .tab-content, .wc_tabs_at_bottom #tab-reviews .tab-content, .wc_tabs_at_bottom #tab-seller .tab-content {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto
}
.order-tracking-page .entry > .woocommerce {
	width: 770px;
	margin: 10% auto;
	max-width: 100%
}
body.woocommerce-account:not(.logged-in) .page-content .woocommerce > h2 {
	text-align: center
}
.u-columns.col2-set .woocommerce-form-login.login {
	margin: 0
}
.la-myaccount-page {
	max-width: 570px;
	margin: 0 auto 50px
}
.la-myaccount-page .la_tab_control {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	font-size: 24px;
	text-align: center
}
.la-myaccount-page .la_tab_control li {
	display: inline-block
}
.la-myaccount-page .la_tab_control li.active {
	font-weight: bold
}
.la-myaccount-page form .button {
	width: 100%;
	margin: 0 !important;
	display: block;
	line-height: 30px;
	padding: 15px 20px !important;
	border-width: 0
}
.la-myaccount-page .form-row {
	margin-bottom: 20px
}
.la-myaccount-page .form-row .input-text {
	height: 60px
}
.la-myaccount-page .form-row label {
	margin: 5px 0 10px
}
.la-myaccount-page .la-tab-panel {
	display: none
}
.la-myaccount-page #la_tab--login {
	display: block
}
.la-myaccount-page .la-checkbox {
	margin-top: 15px
}
.la-myaccount-page .la-checkbox .lost_password {
	float: right
}
.la-myaccount-page .la-checkbox input {
	display: none
}
.la-myaccount-page .la-checkbox label {
	float: left;
	text-transform: none;
	color: inherit;
	position: relative;
	padding-left: 38px;
	line-height: 20px
}
.la-myaccount-page .la-checkbox label:before {
	content: "";
	width: 19px;
	height: 19px;
	border: 2px solid;
	position: absolute;
	left: 0;
	color: #e4e4e4
}
.la-myaccount-page .la-checkbox input:checked + label:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	color: #4fb3ec
}
.la-myaccount-page .wc-social-login {
	margin-top: 50px;
	margin-bottom: 50px
}
.la-myaccount-page .ywsl-label {
	text-transform: uppercase
}
.la-myaccount-page .btn-create-account {
	display: block;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 20px;
	font-weight: bold;
	border-color: #e4e4e4
}
.socials-list {
	text-align: center
}
.socials-list:after, .socials-list:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.socials-list:after {
	clear: both
}
.socials-list .social_login {
	background-color: #f5f5f5;
	color: #8a8a8a;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	font-size: 11px;
	padding: 20px 20px;
	line-height: 20px;
	width: 23.875%;
	margin-right: 1.5%;
	margin-bottom: 1.5%
}
.socials-list .social_login:nth-child(4) {
	margin-right: 0
}
.socials-list .social_login:hover {
	color: #fff;
	background-color: #4fb3ec
}
.lost_reset_password {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}
.woocommerce-login .woocommerce > h2 {
	max-width: 500px;
	margin: 0px auto 30px;
	font-size: 20px;
	position: relative;
	font-weight: 400;
	padding-left: 30px
}
.woocommerce-login .woocommerce > h2:before {
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	left: 0;
	position: absolute;
	z-index: 1
}
form.lost_reset_password .form-row {
	width: 100%
}
.woocommerce-MyAccount-navigation {
	width: 100%;
	background: #f7f7f7;
	margin-bottom: 2em;
	text-align: center
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin: 0 !important
}
.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px 30px
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li:hover a {
	background-color: var(--theme-primary-color);
	color: #fff
}
.woocommerce-MyAccount-content {
	width: 100%
}
.woocommerce-address-fields__field-wrapper {
	overflow: hidden;
	margin-bottom: 20px
}
.registration-form {
	margin-bottom: 30px
}
.registration-form .form-row {
	margin-bottom: 40px
}
.registration-form label {
	display: none
}
.registration-form input {
	border: none;
	border-radius: 2px;
	font-size: 16px;
	width: 100%;
	color: #fff
}
.registration-form .input-text {
	background-color: #134f8a;
	padding: 15px 40px;
	color: #487eb4
}
.registration-form .input-text:focus {
	color: #fff
}
.registration-form .button {
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--theme-primary-color)
}
.woocommerce-account .single-page-article .entry > .woocommerce > h2 {
	font-size: 20px;
	font-weight: normal
}
.woocommerce-account .single-page-article .entry > .woocommerce > h2:before {
	content: "";
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -4px;
	padding-right: 10px
}
.woocommerce-account .single-page-article .entry > .woocommerce > .woocommerce-form, .woocommerce-account .single-page-article .entry > .woocommerce > h2 {
	width: 550px;
	max-width: 100%;
	margin: 0 auto 10px
}
.woocommerce-account .single-page-article .entry > .woocommerce > h2 {
	margin-top: 40px
}
#customer_login {
	margin: 50px auto;
	width: 670px;
	max-width: 100%;
	position: relative;
	padding-top: 40px;
	overflow: hidden
}
#customer_login p {
	margin-bottom: 15px;
	clear: both
}
#customer_login .woocommerce-privacy-policy-text {
	margin-bottom: 15px;
	font-size: 0.875em;
	clear: both
}
#customer_login h2 {
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: var(--theme-primary-color)
}
#customer_login h2:before {
	content: "";
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 10px;
	font-size: 0.8em
}
#customer_login h2 + form {
	display: none;
	border-top: 2px solid var(--theme-primary-color);
	padding-top: 1.5em
}
#customer_login .col-1, #customer_login .col-2 {
	width: 100%;
	padding: 0;
	min-height: 0;
	position: static
}
#customer_login .col-1.active form, #customer_login .col-2.active form {
	display: block
}
#customer_login > div.active > h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	color: var(--theme-secondary-color);
	cursor: default
}
#customer_login > div.active > h2:before {
	display: none
}
#customer_login .col-2 > h2 {
	right: 0;
	left: auto
}
#customer_login .col-2 > h2:before {
	content: ""
}
form.lost_reset_password .button {
	border: none;
	padding: 20px 30px;
	min-width: 125px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	width: 100%
}
p.lost_password {
	color: var(--theme-primary-color)
}
p.lost_password a:hover {
	text-decoration: underline
}
.woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register .woocommerce-form-register__submit {
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.125em;
	line-height: 1.5;
	margin-top: 0.5em
}
@media (max-width: 1200px) {
	.woocommerce-MyAccount-navigation li a {
		padding: 10px
	}
}
@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation li a {
		padding: 5px 8px;
		font-size: 14px
	}
}
.dokan-dashboard-wrap ul.subsubsub {
	color: inherit
}
.dokan-dashboard-wrap .dokan-btn {
	border-radius: 0
}
.dokan-dashboard-wrap .dokan-form-control {
	padding-top: 9px;
	padding-bottom: 9px
}
.dokan-dashboard-wrap select.dokan-form-control {
	padding: 15px;
	height: 44px;
	min-width: 100px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>")
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
	margin: 0
}
.dokan-dashboard-wrap .select2-container .select2-selection--single {
	height: 44px;
	font-size: 14px
}
.dokan-dashboard-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: 6px
}
.product_list_widget {
	list-style: none;
	margin: 0
}
.product_list_widget li {
	position: relative
}
.product_list_widget li:after, .product_list_widget li:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.product_list_widget li:after {
	clear: both
}
.product_list_widget li + li {
	margin-top: 30px
}
.product_list_widget li img {
	float: left;
	max-width: 70px;
	margin-right: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1)
}
.product_list_widget a {
	display: block;
	line-height: normal;
	margin: 0 0 5px
}
.product_list_widget .quantity {
	font-size: 0.857em
}
.product_list_widget .quantity > .amount {
	margin-left: 5px
}
.product_list_widget a.remove {
	display: block;
	font-weight: normal;
	font-size: 14px;
	height: 20px;
	line-height: 17px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	width: 20px;
	font-family: Verdana, sans-serif
}
.product_list_widget dl {
	margin: 0;
	font-size: 12px;
	display: none
}
.product_list_widget dl p {
	margin: 0
}
.product_list_widget dl dd, .product_list_widget dl dt {
	display: inline-block;
	font-weight: normal
}
.widget_shopping_cart_content:after, .widget_shopping_cart_content:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1
}
.widget_shopping_cart_content:after {
	clear: both
}
.widget_shopping_cart_content .total {
	padding-top: 20px
}
.cart-flyout {
	position: fixed;
	top: 0;
	width: 420px;
	padding: 50px;
	min-height: 100vh;
	bottom: 0;
	z-index: 111;
	visibility: hidden;
	content-visibility: hidden;
	opacity: 0;
	transition: all 250ms ease-in;
	box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	max-width: 100%
}
.ltr .cart-flyout {
	right: 0;
	transform: translate(200px, 0)
}
.rtl .cart-flyout {
	left: 0;
	transform: translate(-200px, 0)
}
.cart-flyout .cart-flyout--inner {
	display: block;
	height: 100%;
	position: relative
}
.cart-flyout .btn-close-cart {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	line-height: 36px
}
.cart-flyout .btn-close-cart i {
	vertical-align: top
}
.cart-flyout .btn-close-cart:hover {
	transform: rotate(90deg)
}
.cart-flyout .cart-flyout__content {
	padding-top: 50px
}
.cart-flyout .cart_list {
	margin: 0 -30px 0 0;
	padding: 0 30px 0 0;
	max-height: calc(100vh - 410px);
	overflow: auto
}
.cart-flyout .cart_list li.empty {
	padding: 50px 0
}
.cart-flyout .cart-flyout__heading {
	margin-bottom: 40px;
	font-size: var(--theme-h5-font-size)
}
.cart-flyout .widget_shopping_cart_content {
	overflow: hidden;
	opacity: 1
}
.cart-flyout .widget_shopping_cart_content .total {
	display: flex;
	justify-content: space-between
}
.cart-flyout .widget_shopping_cart_content .total .amount {
	font-weight: var(--theme-heading-font-weight)
}
.cart-flyout .widget_shopping_cart_content .button {
	width: 100%;
	margin: 10px 0 0;
	line-height: 24px;
	font-size: 0.875em;
	padding: 15px 20px
}
.cart-flyout .cart-flyout__loading {
	text-align: center;
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0
}
.cart-flyout.cart-flyout--loading .cart-flyout__loading {
	height: auto;
	visibility: inherit;
	opacity: 1
}
.cart-flyout.cart-flyout--loading .widget_shopping_cart_content {
	opacity: 0;
	transition: opacity 400ms ease-out
}
.cart-flyout .product_list_widget li {
	padding-right: 15px
}
.open-cart-aside .cart-flyout {
	visibility: inherit;
	content-visibility: auto;
	opacity: 1;
	transform: translate(0, 0)
}
.open-cart-aside .la-overlay-global {
	visibility: inherit;
	opacity: 0.7
}
.shop_table td, .shop_table th {
	vertical-align: middle
}
.shop_table.woocommerce-cart-form__contents {
	border: none;
	font-size: 14px
}
.shop_table.woocommerce-cart-form__contents thead {
	background-color: #f7f7f7
}
.shop_table.woocommerce-cart-form__contents th {
	border: none;
	padding: 10px 0
}
.shop_table.woocommerce-cart-form__contents td {
	border-width: 0;
	padding: 20px 0
}
.shop_table.woocommerce-cart-form__contents td.actions {
	border-width: 0
}
.shop_table.woocommerce-cart-form__contents td.actions:before {
	content: "";
	display: block;
	border-top: 1px solid #DBDBDB;
	padding-bottom: 20px;
	opacity: 0.5
}
.shop_table.woocommerce-cart-form__contents td.actions .button {
	float: right;
	min-width: 180px;
	cursor: pointer
}
.rtl .shop_table.woocommerce-cart-form__contents td.actions .button {
	float: left
}
.shop_table.woocommerce-cart-form__contents .product-price, .shop_table.woocommerce-cart-form__contents .product-quantity, .shop_table.woocommerce-cart-form__contents .product-subtotal {
	text-align: center
}
.shop_table td.product-subtotal {
	color: var(--theme-secondary-color);
	font-weight: 600
}
.shop_table .product-quantity {
	width: 100px
}
.shop_table .product-quantity .quantity {
	width: 50px;
	margin: 0 auto
}
.shop_table .product-remove {
	width: 30px
}
.shop_table .product-remove .remove {
	font-size: 0
}
.shop_table .product-remove .remove:before {
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 14px;
	line-height: 30px
}
.shop_table .product-thumbnail {
	width: 90px
}
.shop_table .product-thumbnail a {
	display: block;
	padding-right: 20px
}
.rtl .shop_table .product-thumbnail a {
	padding-right: 0;
	padding-left: 20px
}
.shop_table dl {
	margin: 0;
	font-size: 0.875em
}
.shop_table dl p {
	display: inline
}
.shop_table dl dd, .shop_table dl dt {
	float: left;
	margin: 0
}
.rtl .shop_table dl dd, .rtl .shop_table dl dt {
	float: right
}
.shop_table dl dt {
	clear: both;
	font-weight: normal
}
.cart-collaterals .cart_totals .checkout-button {
	width: 100%;
	text-align: center
}
.cart-collaterals .shop_table th {
	font-weight: var(--theme-heading-font-weight);
	color: var(--theme-secondary-color)
}
.cart-collaterals .shop_table td, .cart-collaterals .shop_table th {
	border: none;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0
}
.cart-collaterals .shop_table td {
	text-align: right
}
.rtl .cart-collaterals .shop_table td {
	text-align: left
}
.cart-collaterals .shop_table .amount {
	font-weight: var(--theme-heading-font-weight)
}
.cart-collaterals .shipping li {
	margin-bottom: 10px
}
.cart-collaterals .woocommerce-shipping-calculator .input-text:placeholder-shown {
	text-transform: uppercase;
	font-size: 12px
}
.cart-collaterals h2 {
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 20px;
	font-family: inherit;
	font-weight: 600
}
.cart-collaterals h2 + p {
	font-size: 12px
}
.cart-collaterals .form-row {
	margin-bottom: 10px
}
.btn-clear-cart {
	margin-right: 10px
}
.woocommerce > .return-to-shop, .woocommerce > p.cart-empty {
	text-align: center
}
.woocommerce > p.cart-empty {
	font-size: 24px;
	margin-top: 50px;
	background: none;
	padding: 0;
	margin-bottom: 0;
	color: var(--theme-secondary-color);
	text-transform: uppercase
}
.woocommerce > p.cart-empty:before {
	position: static;
	content: "";
	display: block;
	padding-top: 200px;
	margin-bottom: 30px;
	background-image: url(../images/shopping-bag2.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px auto
}
.woocommerce > .return-to-shop {
	margin-bottom: 50px;
	padding-top: 2em
}
.woocommerce > .return-to-shop .button {
	padding: 1.2em 2em;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal
}
.cart-collaterals .cart_totals .la-shipping-form {
	width: 100%;
	display: none !important
}
.place-order .button, .wc-proceed-to-checkout .button {
	display: block;
	cursor: pointer;
	padding: 20px 30px;
	transition: all 300ms ease;
	border-width: 0;
	line-height: 20px;
	text-transform: uppercase
}
.place-order .button {
	width: 100%
}
@media (min-width: 992px) {
	.custom-product-wrap.cross-sells {
		margin-top: 50px
	}
}
.custom-product-wrap.cross-sells .block_heading--title {
	border: none
}
.woocommerce-cart .woocommerce .cart_totals {
	background: #F9F9F9;
	padding: 30px 20px 0
}
.wc-proceed-to-checkout {
	margin-left: -30px;
	margin-right: -30px
}
@media (min-width: 992px) {
	.woocommerce-cart .woocommerce .cart-collaterals, .woocommerce-cart .woocommerce .woocommerce-cart-form {
		display: table-cell;
		vertical-align: top
	}
	.woocommerce-cart .woocommerce .cart_totals {
		background: #F9F9F9;
		padding: 30px 30px 0;
		position: relative;
		position: -webkit-sticky;
		position: sticky;
		top: 30px
	}
	.woocommerce-cart .woocommerce .cart-collaterals {
		min-width: 370px;
		padding: 0;
		font-size: 14px;
		color: #2F2F2F
	}
	.woocommerce-cart .woocommerce .woocommerce-cart-form {
		width: 100%;
		padding-right: 30px
	}
	.woocommerce-cart .woocommerce .cart-collaterals .input-text {
		height: 40px;
		line-height: 38px;
		text-transform: none;
		padding: 0 15px;
		background-color: #fff
	}
	.woocommerce-cart .woocommerce .cart-collaterals .select2-container {
		text-align: left
	}
	.woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection--single {
		height: 40px;
		border-radius: 0;
		background: #fff
	}
	.woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection__arrow {
		top: 7px
	}
	.woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection__rendered {
		margin-top: 5px;
		font-size: 12px;
		padding-left: 15px
	}
	.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		padding-top: 0
	}
	.woocommerce-cart .woocommerce .cart-collaterals .order-total {
		border-top: 1px solid #DBDBDB
	}
	.woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents {
		margin-top: 0
	}
	.woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents thead {
		background: none
	}
	.woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents thead th {
		color: var(--theme-heading-font-color);
		font-weight: 600;
		border-bottom: 1px solid #DBDBDB
	}
	.woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents dl {
		font-size: 12px
	}
	.woocommerce-cart .woocommerce td.actions .coupon {
		display: inline-block;
		border-bottom: 1px solid #D8D8D8;
		width: 50%
	}
	.woocommerce-cart .woocommerce td.actions .coupon label {
		display: none
	}
	.woocommerce-cart .woocommerce td.actions .coupon .input-text {
		padding: 0 10px 0 0;
		border: none;
		height: 34px;
		font-size: 12px;
		width: auto;
		min-height: 34px
	}
	.woocommerce-cart .woocommerce td.actions .btn {
		display: none
	}
	.woocommerce-cart .woocommerce td.actions .button {
		background: none;
		padding: 0;
		min-width: 0;
		border: none;
		height: auto;
		text-transform: none;
		font-size: 14px;
		font-weight: var(--theme-heading-font-weight);
		line-height: 34px;
		color: var(--theme-secondary-color)
	}
	.woocommerce-cart .woocommerce td.actions .button:hover {
		color: var(--theme-primary-color)
	}
	.rtl.woocommerce-cart .woocommerce .cart-collaterals .select2-container {
		text-align: right
	}
}
.woocommerce-shipping-destination {
	margin-bottom: 10px
}
@media (max-width: 1400px) and (min-width: 992px) {
	.woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals {
		min-width: 300px
	}
	.woocommerce-cart .not-active-fullpage > .woocommerce .cart_totals {
		padding: 20px 20px 0
	}
	.woocommerce-cart .not-active-fullpage > .woocommerce .wc-proceed-to-checkout {
		margin-left: -20px;
		margin-right: -20px
	}
	.woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		margin-left: -80px
	}
}
@media (max-width: 767px) {
	.cart-flyout {
		padding: 50px 20px
	}
	.shop_table .product-thumbnail a {
		padding: 0 !important
	}
	.shop_table.woocommerce-cart-form__contents .product-price, .shop_table.woocommerce-cart-form__contents .product-quantity, .shop_table.woocommerce-cart-form__contents .product-subtotal {
		text-align: right
	}
	table.shop_table_responsive tbody th, table.shop_table_responsive thead {
		display: none
	}
	table.shop_table_responsive tr td {
		display: block;
		text-align: right;
		clear: both;
		min-width: 100%;
		padding: 0 0 10px
	}
	table.shop_table_responsive tr td[data-title]:before {
		content: attr(data-title) ": ";
		float: left;
		font-size: 13px;
		color: var(--theme-secondary-color)
	}
	.rtl table.shop_table_responsive tr td[data-title]:before {
		float: right
	}
	table.shop_table_responsive dl dd, table.shop_table_responsive dl dt {
		display: inline-block;
		float: none
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
		text-align: center
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img {
		max-width: 50px
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-remove {
		border-width: 0;
		padding: 0;
		text-align: left;
		position: relative
	}
	.shop_table.woocommerce-cart-form__contents tr td {
		padding: 10px
	}
	.shop_table.woocommerce-cart-form__contents tr td.actions {
		overflow: hidden;
		padding: 10px 0
	}
	form.track_order .button {
		width: 100%
	}
	form.track_order .form-row .input-text {
		height: 55px
	}
	.shop_table.woocommerce-cart-form__contents td.actions .button {
		width: 100%;
		margin-top: 10px
	}
	.shop_table.woocommerce-cart-form__contents td.actions:before {
		display: none
	}
	.shop_table.woocommerce-cart-form__contents tr {
		position: relative;
		display: block;
		padding-top: 10px;
		padding-bottom: 20px;
		background: none;
		border: 1px solid #eee;
		margin-bottom: 17px;
		overflow: hidden
	}
	.ltr .shop_table.woocommerce-cart-form__contents tr {
		padding-left: 100px;
		padding-right: 25px
	}
	.rtl .shop_table.woocommerce-cart-form__contents tr {
		padding-left: 25px;
		padding-right: 100px
	}
	.shop_table.woocommerce-cart-form__contents tr td {
		padding: 0;
		width: auto;
		border: none;
		display: block;
		min-width: 0
	}
	.ltr .shop_table.woocommerce-cart-form__contents tr td {
		text-align: left
	}
	.rtl .shop_table.woocommerce-cart-form__contents tr td {
		text-align: right
	}
	.shop_table.woocommerce-cart-form__contents tr td:before {
		padding-right: 15px;
		font-size: 12px;
		line-height: 24px
	}
	.rtl .shop_table.woocommerce-cart-form__contents tr td:before {
		padding-right: 0;
		padding-left: 15px
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-remove {
		position: absolute;
		top: 15px;
		z-index: 2
	}
	.ltr .shop_table.woocommerce-cart-form__contents tr td.product-remove {
		right: 10px
	}
	.rtl .shop_table.woocommerce-cart-form__contents tr td.product-remove {
		left: 10px
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
		position: absolute;
		width: 70px;
		display: inline-block;
		top: 15px;
		bottom: 15px;
		overflow: hidden
	}
	.ltr .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
		left: 15px
	}
	.rtl .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
		right: 15px
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img {
		max-width: 100%
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-price {
		display: none
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-price, .shop_table.woocommerce-cart-form__contents tr td.product-subtotal {
		font-size: 14px
	}
	.shop_table.woocommerce-cart-form__contents tr td.product-name:before {
		display: none
	}
	.shop_table.woocommerce-cart-form__contents tr div.quantity .qty {
		height: 20px;
		min-height: 20px;
		padding: 0;
		width: 40px;
		font-size: 13px;
		line-height: 20px
	}
	.shop_table.woocommerce-cart-form__contents tr div.quantity span {
		display: none
	}
	.shop_table.woocommerce-cart-form__contents tr .actions label {
		display: none
	}
	.cart.shop_table.woocommerce-cart-form__contents tr:not(.cart_item) {
		padding: 0;
		border: none
	}
	.cart-collaterals .shipping li {
		font-size: 13px
	}
	.cart-collaterals .wc-proceed-to-checkout {
		margin-left: -20px;
		margin-right: -20px
	}
	.cart-collaterals h2 {
		font-size: 24px;
		margin: 0 0 20px;
		padding: 0
	}
	.shop_table.woocommerce-cart-form__contents {
		margin-bottom: 0
	}
}
.lasf-extra-cart, .section-checkout-step {
	display: none
}
@media (min-width: 1200px) {
	#la_wishlist_table_wrapper thead {
		background: none
	}
	#la_wishlist_table_wrapper .la_wishlist_table th {
		border-bottom: 1px solid #959595;
		font-size: 14px;
		font-weight: 600
	}
	#la_wishlist_table_wrapper .la_wishlist_table td {
		border-bottom: 1px solid #BEBEBE;
		padding-top: 40px;
		padding-bottom: 40px
	}
	#la_wishlist_table_wrapper {
		margin: 20px auto
	}
}
.free-shipping-required-notice {
	text-align: center;
	margin-bottom: 0;
	width: 100%
}
.free-shipping-required-notice .la-loading-bar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ff7433;
	display: inline-block;
	position: relative;
	overflow: hidden
}
.free-shipping-required-notice .load-percent {
	display: block;
	height: 100%;
	position: absolute;
	color: #fff;
	line-height: 30px;
	max-width: 100%;
	background: #3c3
}
.free-shipping-required-notice .label-free-shipping {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 0.875em;
	text-align: left;
	padding: 0 10px;
	width: 100%;
	display: block
}
.free-shipping-required-notice .label-free-shipping .amount {
	color: inherit
}
.label-free-shipping svg {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.cart_totals .free-shipping-required-notice {
	position: absolute;
	top: 0;
	left: 0
}
.cart_totals .free-shipping-required-notice .label-free-shipping {
	font-size: 1em
}
body.woocommerce-checkout {
	--theme-container-width: 1170px
}
form.checkout_coupon.woocommerce-form-coupon {
	overflow: hidden;
	padding-bottom: 50px
}
form.checkout_coupon.woocommerce-form-coupon p.form-row {
	display: inline-block;
	width: auto;
	float: none;
	margin: 0 0 10px;
	vertical-align: middle
}
form.checkout_coupon.woocommerce-form-coupon .input-text {
	width: 350px;
	max-width: 100%
}
form.woocommerce-checkout {
	position: relative;
	font-size: 14px;
	margin-top: 50px
}
form.woocommerce-checkout #customer_details {
	margin: 0
}
form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	padding: 0
}
form.woocommerce-checkout #order_review_heading {
	display: none
}
form.woocommerce-checkout .woocommerce-additional-fields {
	clear: both;
	padding-top: 1em
}
form.woocommerce-checkout h3 {
	margin-bottom: 30px;
	border-bottom: 2px solid var(--theme-primary-color);
	padding-bottom: 1em
}
@media (min-width: 1200px) {
	form.woocommerce-checkout h3 {
		font-size: var(--theme-h4-font-size)
	}
}
form.woocommerce-checkout h3#ship-to-different-address {
	font: inherit;
	border: none;
	text-transform: none;
	padding: 0;
	margin-bottom: 1em
}
form.woocommerce-checkout h3#ship-to-different-address:after {
	display: none
}
.woocommerce-account-fields p.create-account {
	margin-bottom: 5px
}
@media (min-width: 992px) {
	form.woocommerce-checkout #customer_details {
		float: left;
		width: 65%
	}
	.rtl form.woocommerce-checkout #customer_details {
		float: right
	}
	form.woocommerce-checkout #order_review {
		float: right;
		width: 32%
	}
	.rtl form.woocommerce-checkout #order_review {
		float: left
	}
}
.woocommerce-checkout .woocommerce-terms-and-conditions h1, .woocommerce-checkout .woocommerce-terms-and-conditions h2, .woocommerce-checkout .woocommerce-terms-and-conditions h3, .woocommerce-checkout .woocommerce-terms-and-conditions h4, .woocommerce-checkout .woocommerce-terms-and-conditions h5, .woocommerce-checkout .woocommerce-terms-and-conditions p {
	margin-bottom: 10px;
	font-size: inherit
}
ul.wc-item-meta {
	margin-top: 5px;
	margin-bottom: 5px
}
ul.wc-item-meta p {
	display: inline
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	padding-left: 0;
	padding-right: 0
}
.woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table th.product-total {
	text-align: right
}
.rtl .woocommerce-checkout-review-order-table td.product-total, .rtl .woocommerce-checkout-review-order-table tfoot td, .rtl .woocommerce-checkout-review-order-table th.product-total {
	text-align: left
}
.select2-container {
	font-size: 14px
}
.woocommerce-checkout-review-order, form.checkout label {
	color: var(--theme-secondary-color)
}
.woocommerce-checkout-review-order-table .amount {
	font-size: 16px
}
.woocommerce-checkout-review-order .order-total .amount {
	font-size: 24px
}
.wc-stripe-error li {
	margin-bottom: 0 !important
}
.quantity {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	zoom: 1
}
.quantity .qty {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	border: none;
	color: inherit;
	padding: 0;
	text-align: center
}
.quantity .qty-minus, .quantity .qty-plus {
	cursor: pointer
}
.quantity .qty-minus i, .quantity .qty-plus i {
	margin-top: -2px;
	vertical-align: middle
}
.quantity input::-webkit-outer-spin-button {
	display: none
}
.quantity input::-webkit-inner-spin-button {
	display: none
}
.wrap-cart-cta .quantity {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 83px
}
.rtl .wrap-cart-cta .quantity {
	margin-left: 8px
}
.ltr .wrap-cart-cta .quantity {
	margin-right: 8px
}
.wrap-cart-cta .quantity .qty {
	width: 33px;
	display: inline-block;
	height: 58px
}
.wrap-cart-cta .quantity span {
	width: 20px;
	display: inline-block;
	text-align: center;
	font-size: 20px
}
.wrap-cart-cta .quantity span i {
	margin-top: 4px
}
.grouped_form .quantity {
	font-size: 14px;
	color: var(--theme-secondary-color);
	width: 70px
}
.grouped_form .quantity .qty-minus, .grouped_form .quantity .qty-plus {
	font-size: 20px
}
.dokan-store #main #content-wrap {
	padding-top: 0
}
.dokan-dashboard div#content-wrap {
	width: 100%
}
.dashboard-widget.products {
	margin: 0
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
	padding: 0;
	vertical-align: middle
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
	text-align: center
}
.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
	max-height: 400px;
	max-width: 100%;
	display: flex
}
.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block
}
.single-page-article .dokan-single-store .dokan-store-tabs ul {
	margin-bottom: 40px
}
#wcvendor_image_bg {
	background-color: #f4f4f4;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	margin: 0;
	padding: 30px 20px 20px 20px;
	position: relative;
	width: 100%;
	z-index: 1;
	min-height: 270px
}
.wcvendor-cover-image-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(156, 156, 156, 0.1) 30%, rgba(11, 11, 11, 0.35) 80%, rgba(0, 0, 0, 0.48));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(156, 156, 156, 0.1) 30%, rgba(11, 11, 11, 0.35) 80%, rgba(0, 0, 0, 0.48));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b0000000", GradientType=0);
	opacity: 0.65
}
#wcvendor_profile_act_desc {
	padding: 35px 0 35px 350px
}
#wcvendor_profile_act_desc .store-name {
	margin-bottom: 10px
}
#wcvendor_profile_inner {
	position: relative
}
#wcvendor_profile_logo {
	position: absolute;
	width: 270px;
	bottom: 35px;
	z-index: 2;
	left: 0
}
#wcvendor_profile_logo img {
	width: 100%
}
.wcvendor_store_desc {
	display: flex
}
.wcvendor_store_desc ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.wcvendor_store_desc ul li {
	display: inline-block
}
.wcvendor_store_desc ul li * {
	vertical-align: middle
}
.wcvendor_store_desc ul.wcvendor-store-info {
	flex: 1;
	line-height: 1.5
}
.wcvendor_store_desc ul.wcvendor-store-info li {
	margin-right: 25px
}
.wcvendor_store_desc ul.wcvendor-store-info li:last-child {
	margin: 0
}
.wcvendor_store_desc .store-social a {
	width: 30px;
	display: block;
	text-align: center;
	font-size: 18px
}
#wcvendor_profile_menu {
	display: flex;
	align-items: center;
	background-color: #f7f7f7;
	margin-top: 10px
}
#wcvendor_profile_menu #wcvendor_search_shops {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
#wcvendor_profile_menu #wcvendor_search_shops .search-field {
	border-width: 0;
	font-size: 1em
}
#wcvendor_profile_menu #wcvendor_search_shops .search-field:focus {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2)
}
.wcvendor_profile_menu_tabs ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.wcvendor_profile_menu_tabs ul li {
	display: inline-block;
	border-right: 1px solid rgba(0, 0, 0, 0.1)
}
.wcvendor_profile_menu_tabs a {
	display: inline-block;
	line-height: 30px;
	padding: 10px 30px
}
.wcvendor_profile_menu_tabs a:hover {
	background-color: var(--theme-primary-color);
	color: #fff
}
@media (max-width: 1200px) {
	.wc-toolbar {
		margin-bottom: 20px
	}
	.products-list .product_item .product_item--info {
		padding-left: 30px
	}
	.products-grid-4 .product_item--inner:before {
		left: -15px;
		right: -15px;
		bottom: -10px;
		top: -15px
	}
}
@media (max-width: 992px) {
	.wc-toolbar {
		font-size: 14px;
		margin-bottom: 20px
	}
	.products-list .product_item .item--excerpt {
		font-size: 12px
	}
	.products-grid .button {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin: 3px
	}
	.products-grid .button.quickview {
		display: none
	}
	.product--summary .woocommerce-product-rating {
		float: none !important
	}
	.product--summary .single-price-wrapper {
		margin: 0;
		padding-top: 10px
	}
}
@media (max-width: 767px) {
	.elementor-icon-box-icon .elementor-icon {
		vertical-align: middle
	}
	.products-list:not(.products-list-mini) .product_item .product_item--thumbnail {
		width: 100%
	}
	.products-list:not(.products-list-mini) .product_item .product_item--thumbnail .quickview {
		display: none
	}
	.products-list:not(.products-list-mini) .product_item .product_item--title {
		font-size: 16px;
		margin-bottom: 10px
	}
	.products-list:not(.products-list-mini) .product_item .product_item--info {
		padding: 20px 0 0;
		width: 100%
	}
	.products-list:not(.products-list-mini) .product_item .price {
		font-size: 14px;
		margin-bottom: 10px
	}
	.wc-toolbar button {
		margin-left: 20px
	}
	.lasf-custom-dropdown button:after {
		font-size: 10px;
		right: 6px
	}
}
@media (max-width: 600px) {
	.wc-toolbar .lasf-custom-dropdown button {
		padding: 6px 20px 6px 10px;
		font-size: 13px
	}
	.wc-toolbar .wc-view-toggle {
		float: right;
		margin-top: 5px
	}
	.wc-toolbar .wc-toolbar-right {
		width: 100%
	}
	.wc-toolbar .lasf-custom-dropdown {
		margin: 0
	}
	.wc-toolbar .lasf-custom-dropdown.wc-view-count {
		float: right
	}
	.wc-toolbar.wc-toolbar-top {
		margin-bottom: 0;
		padding: 0
	}
	.wc-toolbar .woocommerce-result-count {
		width: 100%;
		margin-bottom: 5px;
		font-size: 12px
	}
}
.form-row.form-row-wide {
	clear: both
}
.store-time-tags .store-times .store-close {
	font-size: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
	margin-bottom: 0;
	padding: 0;
	line-height: normal;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags {
	margin-bottom: 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
	padding: 5px 10px;
}
